.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: 120rem;
}
.map-pin {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #1E2188;
  cursor: pointer;
}
.map-pin::after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 2.4rem;
  background: #1E2188;
  content: "";
  clip-path: path("M16.3113 21.594C15.5169 22.7528 13.8067 22.7528 13.0123 21.594L0.3539 3.13094C-0.556041 1.80373 0.394254 9.06356e-07 2.00344 1.04704e-06L27.3202 3.26029e-06C28.9294 3.40097e-06 29.8797 1.80373 28.9697 3.13094L16.3113 21.594Z");
}
.map-pin__inner {
  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: 1;
  position: relative;
          flex-direction: column;
  width: 3.2rem;
  height: 3.2rem;
  border: solid 0.2rem #1E2188;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}

.pin1 {
  right: 38.8rem;
  bottom: 20.8rem;
}
.pin2 {
  bottom: 17.8rem;
  left: 28.5rem;
}
.pin3 {
  bottom: 36.8rem;
  left: 52.4rem;
}
.pin4 {
  right: 51.5rem;
  bottom: 27.1rem;
}
.pin5 {
  right: 41.9rem;
  bottom: 28.4rem;
}
.pin6 {
  right: 43.2rem;
  bottom: 33.2rem;
}
.pin7 {
  right: 44.6rem;
  bottom: 36.3rem;
}
.pin8 {
  top: 22.5rem;
  right: 52.8rem;
}
.pin9 {
  top: 18.6rem;
  right: 52.4rem;
}