@charset "UTF-8";
/* CSS Document */

@media screen and ( max-width : 480px ){
	
	main div.google_map{
		display:none;
	}
	
	main div.google_map_sp{
		width:90%;
		margin-bottom:3%;
		margin-left:5%;
	}
	
	main table.table_access{
		width:90%;
		margin-left:5%;
	}
	
	main div.map_img{
		width:90%;
		height:auto;
		float:none;
	}
	
	main div.map_img img{
		width:100%;
		height:auto;
	}
	
	main div.map_img{
		width:90%;
		height:auto;
		float:none;
	}
	
	main div.map_img img{
		width:100%;
		height:auto;
		margin-bottom:4%;
	}
	
	main div.shop_img{
		width:90%;
		height:auto;
	}
	main div.shop_img img{
		width:100%;
		height:auto;
	}

}