@charset "UTF-8";

@media screen and (max-width:1100px) {
	/* lead */
	#ashiyu #lead div { width: 53.36%;}
	#ashiyu #lead>img { width: 42.27%;}
	
	/* 各セクション */
	#ashiyu .spot { width: 49%;}
	#ashiyu .spot div { width: 49%;}
}
@media screen and (max-width:768px) {	
	/* google map */
	#ashiyu #map_canvas { height: 199px;}

	/* 各セクション */
	#ashiyu .spot { width: 100%; float: none !important;}
	#ashiyu .spot div { width: 58%;}
	#ashiyu .spot .photo { width: 40%;}
}
@media screen and (max-width:640px) {
	/* lead */
	#ashiyu #lead div,
	#ashiyu #lead>img { float: none;}
	#ashiyu #lead div { width: 100%; padding: 0 0 20px 0;}
	#ashiyu #lead>img { display: block; width: 80%; margin: 0 auto;}	
}
@media screen and (max-width:480px) {
	/* 各セクション */
	#ashiyu .spot div { width: 100% !important; float: none !important;}
	#ashiyu .spot .photo { padding: 0 0 10px 0;}
	#ashiyu .spot .photo img { width: 100%;}
}