@charset "UTF-8";

.mapPage .section { padding-top: calc(var(--header-h) + clamp(40px, 6vw, 72px)); }
.mapPage__illust {
  margin-bottom: clamp(28px, 4vw, 48px); position: relative;
}
.mapPage__illust img { width: 100%; }
.mapPage__gmapBtn { text-align: center; }
