.mapSect__cont {
  text-align: center;
}
.mapSect__cont .photo {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .mapSect__cont .photo {
    width: 80rem;
  }
}
.mapSect__cont .usableList {
  gap: 2rem;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .mapSect__cont .usableList {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__cont .usableList {
    align-items: center;
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 6rem;
  }
}
.currentPage--map {
  background: transparent;
}
.prismBg {
  background-image: url("../../common/imgs/bg-movie-poster.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .map-current {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .map-current {
    padding: 8rem 0;
  }
}
.mapSect .sectTtl .en {
  color: #00aec4;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .mapSect .sectTtl .en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mapSect .sectTtl .en {
    font-size: 3.8rem;
  }
}
.mapSect .sectTtl .jp {
  color: #231815;
}
@page {
  margin: 12.7mm 9.7mm;
  size: a4;
}
@media print {
  .prismBg,
  .header-simple,
  .footer,
  .mapSect__cont .usableList {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
