@charset "utf-8";

#main-content{width: 100%;}

.map{ margin-bottom: 5em; }

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





/*　　max-width: 1080px
	────────────────────────────────────────────────────── */
@media screen and (max-width: 1080px) { #content { overflow: hidden; } }

