@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,700&display=swap");
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .currentMapArea {
    margin: 0 auto;
    width: 930px;
  }
}

@media print, screen and (min-width: 736px) {
  .currentMapArea__head + .currentMapArea__bottom {
    margin-top: 72px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapArea__head + .currentMapArea__bottom {
    margin-top: 40px;
  }
}

.currentMapArea__ttl {
  background-color: #00012a;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .currentMapArea__ttl {
    font-size: 24px;
    padding-block: 20px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapArea__ttl {
    font-size: calc(16 / 390 * 100vw);
    padding-block: 23px;
  }
}

.currentMapArea__address {
  background-color: #f4f3ed;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .currentMapArea__address {
    font-size: 26px;
    padding-block: 30px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapArea__address {
    font-size: calc(18 / 390 * 100vw);
    padding-block: 17px;
  }
}

.currentMapArea__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.currentMapArea__info {
  letter-spacing: .05em;
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}

.currentMapArea__info:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  width: 0;
}

.currentMapArea__info:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .currentMapArea__info {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapArea__info {
    font-size: 16px;
  }
}

.currentMapArea__info .small {
  color: #999999;
  display: block;
}

@media print, screen and (min-width: 736px) {
  .currentMapArea__info .small {
    font-size: 16px;
  }
}

@media screen and (max-width: 736px) {
  .currentMapArea__info .small {
    font-size: 12px;
  }
}

.pageTtl .en,
.pageTtl .jp {
  color: #dbd9c9;
}

@media print, screen and (min-width: 736px) {
  .map-current {
    padding: 112px 0 150px;
  }
}

@media screen and (max-width: 736px) {
  .map-current {
    padding: 84px 0 90px;
  }
}
