@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
.closeBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cormorant Infant", serif;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .closeBtn {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .closeBtn {
    font-size: calc(22 / 750 * 100vw);
  }
}

.mapSect {
  position: relative;
}

.mapSect:before {
  background: -webkit-gradient(linear, left top, right bottom, from(#31565e), to(#04191e));
  background: linear-gradient(to bottom right, #31565e 0%, #04191e 100%);
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .mapSect:before {
    height: 410px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mapSect:before {
    height: calc(220 / 390 * 100vw);
    width: 100vw;
  }
}

.mapSect__head {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .mapSect__head {
    padding-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__head {
    padding-top: calc(80 / 390 * 100vw);
  }
}

.mapSect__head .sectTtl {
  color: #ffffff;
}

.mapSect__btn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .mapSect__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__btn {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.mapSect__cont {
  position: relative;
  text-align: center;
  z-index: 2;
}

.mapSect__cont .photo {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .mapSect__cont .photo {
    width: 680px;
  }
}

@media print, screen and (min-width: 768px) {
  .mapSect__cont .otherLink {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__cont .otherLink {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.mapSect__cont .usableList {
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .mapSect__cont .usableList {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__cont .usableList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: calc(64 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: calc(64 / 750 * 100vw);
  }
}

.otherLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.otherLink__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  gap: 10px;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
}

.otherLink__item .mapSVG {
  height: auto;
  width: 10px;
}

.otherLink__item .mapSVG__path {
  fill: #444444;
}

.otherLink__item .outlineSVG {
  height: auto;
  overflow: visible;
  width: 12px;
}

.otherLink__item .outlineSVG__path {
  fill: #444444;
}

.printBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Cormorant Infant", serif;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .printBtn {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .printBtn {
    display: none;
  }
}

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

@media screen and (max-width: 768px) {
  .map-current {
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}

@page {
  margin: 12.7mm 9.7mm;
  size: A4;
}

@media print {
  .header-simple, .footer,
  .mapSect__cont .usableList,
  .mapSect__cont .otherLink,
  .mapSect__btn {
    display: none;
  }
}
