.map {
  position: relative;
  width: 100%;
  height: 40.8rem;
  margin-top: 1.6rem;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
@media screen and (min-width: 900px) {
  .map {
    height: 64rem;
    overflow: hidden;
  }
}
.map__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.map-control__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  z-index: 1;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
          flex-direction: column;
  gap: 0.8rem;
}
.map-control__button--zoomout, .map-control__button--zoomin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  position: relative;
          flex-direction: column;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 4px;
  background-color: #1E2188;
}
@media screen and (min-width: 900px) {
  .map-control__button--zoomout, .map-control__button--zoomin {
    width: 4rem;
    height: 4rem;
  }
}
.map-control__button--zoomout::before, .map-control__button--zoomin::before {
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 900px) {
  .map-control__button--zoomout::before, .map-control__button--zoomin::before {
    width: 2rem;
  }
}
.map-control__button--zoomin::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.1rem);
  width: 0.2rem;
  height: 1.6rem;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 900px) {
  .map-control__button--zoomin::after {
    top: calc(50% - 1rem);
    height: 2rem;
  }
}
.map-detail {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
  position: absolute;
  overflow: auto;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 899px) {
  .map-detail {
    visibility: hidden;
    top: 1.6rem;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    border-radius: 0.8rem;
    opacity: 0;
    -webkit-box-shadow: 0px 5px 9px rgba(34, 34, 34, 0.15);
    height: 37.6rem;
    background-color: #fff;
            box-shadow: 0px 5px 9px rgba(34, 34, 34, 0.15);
  }
}
@media screen and (min-width: 900px) {
  .map-detail {
    top: 0;
    bottom: 0;
    left: -100%;
    width: 40rem;
    border-radius: 0 0.8rem 0.8rem 0;
    background-color: rgba(30, 33, 136, 0.8);
    color: #fff;
  }
}
@media screen and (max-width: 899px) {
  .map-detail.is-open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 900px) {
  .map-detail.is-open {
    left: 0;
  }
}
.map-detail__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  background-color: #1E2188;
}
.map-detail__close::before, .map-detail__close::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 900px) {
  .map-detail__close::before, .map-detail__close::after {
    left: calc(50% - 1rem);
    width: 2rem;
  }
}
.map-detail__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.map-detail__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.map-detail__image {
  aspect-ratio: 900/565;
  width: 100%;
  background-size: contain;
}
.map-detail__container {
  padding: 2.4rem 1.6rem;
}
@media screen and (min-width: 900px) {
  .map-detail__container {
    padding: 3.2rem;
  }
}
.map-detail__term {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .map-detail__term {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 900px) {
  .map-detail__description {
    font-size: 1.6rem;
  }
}
.map-detail__description .text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 4rem;
  gap: 2.4rem;
}
@media screen and (min-width: 900px) {
  .map-detail__description .text-link {
    margin-top: 5.6rem;
    gap: 3.2rem;
  }
}
.map-detail__description .text-link__icon {
  display: block;
  width: 2.6rem;
  height: 0.6rem;
  line-height: 1;
}
.map-detail__description .text-link__icon svg {
  width: 100%;
  height: 100%;
  fill: #1E2188;
}
@media screen and (min-width: 900px) {
  .map-detail__description .text-link__icon {
    width: 3.2rem;
    height: 0.8rem;
  }
  .map-detail__description .text-link__icon svg {
    fill: #fff;
  }
}

.page-ticket {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-ticket.is-active {
  visibility: visible;
  opacity: 1;
}

.map__area {
  position: relative;
  width: 40rem;
  counter-reset: number 0;
}
.map-pin {
  position: absolute;
  width: 6.4rem;
  border-radius: 0.2rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
}
.map-pin::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  z-index: 2;
  position: absolute;
  bottom: -1.6rem;
  left: -1.2rem;
          flex-direction: column;
  width: 2.4rem;
  height: 2.4rem;
  border: 2px solid #1E2188;
  border-radius: 50%;
  background-color: #fff;
  content: counter(number);
  counter-increment: number 1;
}
@media screen and (min-width: 900px) {
  .map-pin::after {
    display: block;
    z-index: 0;
    bottom: -1.4rem;
    left: calc(50% - 0.7rem);
    width: 1.4rem;
    height: 2.4rem;
    border: none;
    border-radius: 0;
    background-color: #1E2188;
    content: "";
    clip-path: path("M7.56013 20.6718C7.28199 21.6353 5.91674 21.6353 5.6386 20.6718L0.0399009 1.27735C-0.14468 0.637944 0.335153 6.604e-07 1.00067 7.18579e-07L12.1981 1.69743e-06C12.8636 1.75561e-06 13.3434 0.637943 13.1588 1.27735L7.56013 20.6718Z");
  }
}
.map-pin__inner {
  z-index: 1;
  position: relative;
  width: 6.4rem;
  border: solid 0.2rem #1E2188;
  border-radius: 0.2rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
.map-pin__thumbnail {
  aspect-ratio: 900/565;
  width: 100%;
  background-size: cover;
}
.map-pin__term {
  display: none;
}
@media screen and (min-width: 900px) {
  .map-pin__term {
    display: block;
    padding: 0.4rem;
    line-height: 1;
    text-align: center;
  }
}

.pin1 {
  bottom: 27.6rem;
  left: 16.2rem;
}
@media screen and (min-width: 900px) {
  .pin1 {
    left: 12.8rem;
  }
}
.pin2 {
  bottom: 41rem;
  left: 26.4rem;
}
@media screen and (min-width: 900px) {
  .pin2 {
    bottom: 41rem;
    left: 23rem;
  }
}
.pin3 {
  top: 31.6rem;
  right: 7.4rem;
}
@media screen and (min-width: 900px) {
  .pin3 {
    top: 30rem;
    right: 10.6rem;
  }
}
.pin4 {
  top: 13.8rem;
  left: 15rem;
}
@media screen and (min-width: 900px) {
  .pin4 {
    top: 12.1rem;
    left: 12rem;
  }
}
.pin5 {
  bottom: 21rem;
  left: 15.2rem;
}
@media screen and (min-width: 900px) {
  .pin5 {
    left: 11.8rem;
  }
}