@charset "utf-8";

/* --------------------------------------------------
media query format
---------------------------------------------------*/
@media only screen and (max-width:736px) {
}

/* --------------------------------------------------
cont_map
---------------------------------------------------*/
#cont_map {
  padding: 60px 0 60px 0;
}

@media only screen and (max-width:736px) {

#cont_map {
  padding: calc(100vw * 40 / 640) 0 0 0;
}
	.g_map {
    position: relative;
    padding-bottom:100%;
    height: 0;
    overflow: hidden;
}
.g_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
	#cont_map {
  padding: 60px 0 60px 0;
}
}
