@charset "UTF-8";
@media (max-width: 781px) {
  .c-top-information__body {
    grid-column: span 12 !important;
  }
}

.c-top-fv {
  max-height: calc(100vh - 100px) !important;
}

.c-map-embed {
  width: 100%;
  aspect-ratio: 16/9;
  /* ←ここを固定比率に */
  position: relative;
}
.c-map-embed > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/*# sourceMappingURL=app.css.map */
