@charset "utf-8";
/* CSS Document */
/* ====================スマホに適用するCSS==================== */
@media screen and (max-width:767px)
{
.ggmap {
  position: relative;
  width: 100%;
  padding-top: 75%; /* = height ÷ width × 100 */
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}