@charset "UTF-8";
/* スマートフォン用CSS */

@media screen and (max-width: 599px) {
 
* {
	float: none;
	position: static;
}
 
img {
	max-width: 100%;
	height: auto;
       width /***/:auto;
}


/* ルートのフォントサイズを10pxに設定 */
html {
font-size: 62.5%;
}





.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}




}