@charset "utf-8";
/* CSS Document */


/*===============================================
	基礎設定：568px未満
===============================================*/
@media print, screen and (max-width:568px) {
	.only_pc {display: none;} /* PC時のみ表示する要素に */
	#tohoku .area_hotel li, #yamagata .area_hotel li, #akita .area_hotel li, #hokuriku .area_hotel li, #jyoetsu .area_hotel li, #hokkaido .area_hotel li, #tokaido-sanyo .area_hotel li {
		width: 70%!important;
	}
}