.mapSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mapSect {
    width: 99.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mapSect {
    padding: 0 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .mapSect__cont .usableList__inner {
    gap: 2.4rem 4.6rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mapSect__cont .usableList__inner {
    align-items: center;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.mapSect__cont .usableList__item {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 4rem;
  }
}

.gallerySect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gallerySect {
    width: 60.7rem;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect {
    padding: 0 3.2rem;
  }
}
.gallerySect__ttl {
  padding-bottom: 1.6rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.gallerySect__ttl:after {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4rem;
}
.gallerySect__ttl .jp {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both text;
}
.gallerySect__ttl .en {
  display: block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both cap alphabetic;
}
.gallerySect__ttl .en + .jp {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .gallerySect__head + .gallerySect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__head + .gallerySect__cont {
    margin-top: 4rem;
  }
}
.gallerySect__address {
  background-color: #2e2e2b;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .gallerySect__address {
    padding: 1.7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__address {
    padding: 1.2rem 2rem;
  }
}
.gallerySect__address .small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .gallerySect__address + .caption {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .gallerySect__address + .caption {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .map-current {
    padding: 0 0 12rem;
  }
}
@media screen and (max-width: 767px) {
  .map-current {
    padding: 0 0 10rem;
  }
}

@media screen and (min-width: 768px) {
  .map-gallery {
    padding: 0 0 12rem;
  }
}
@media screen and (max-width: 767px) {
  .map-gallery {
    padding: 0 0 10rem;
  }
}

@media print {
  .header,
  .contentMenu,
  .footer,
  .keyVisual,
  .zoomFigure__controller,
  .map-gallery,
  .mapSect__cont,
  .fixedCV {
    display: none !important;
  }
  @page {
    margin: 16mm;
    size: a4 portrait;
  }
}
/*# sourceMappingURL=style.css.map */
