.closeBtn {
  align-items: center;
  color: #2d394b;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: "EB Garamond", serif;
  gap: 0.6rem;
  justify-content: center;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 768px) {
  .closeBtn {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .closeBtn {
    font-size: 1.2rem;
  }
}
.closeBtn__icon {
  align-items: center;
  background: #b1a283;
  border: 1.5px solid #e6edec;
  display: flex;
  height: 52.5px;
  justify-content: center;
  width: 52.5px;
}
.closeBtn__icon svg {
  height: auto;
  width: 22px;
}
.googleMapBtn {
  align-items: center;
  color: #2d394b;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: "EB Garamond", serif;
  gap: 0.6rem;
  justify-content: center;
  letter-spacing: 0.12em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .googleMapBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .googleMapBtn {
    font-size: 1.2rem;
  }
}
.googleMapBtn__icon {
  align-items: center;
  background: #b1a283;
  border: 1.5px solid #e6edec;
  display: flex;
  height: 52.5px;
  justify-content: center;
  width: 52.5px;
}
.googleMapBtn__icon svg {
  height: auto;
  width: 24px;
}
.mapSect__ttl {
  text-align: center;
}
.mapSect__ttlEn {
  color: #b1a283;
  display: block;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .mapSect__ttlEn {
    font-size: 6.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__ttlEn {
    font-size: 5rem;
    line-height: 1;
  }
}
.mapSect__ttlJa {
  color: #666464;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .mapSect__ttlJa {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__ttlJa {
    font-family: "Shippori Mincho B1", serif;
    line-height: 1.8;
    margin-top: 2rem;
  }
}
.mapSect__btn {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .mapSect__btn {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__btn {
    margin-top: 3.2rem;
  }
}
.mapSect__cont {
  text-align: center;
}
.mapSect__cont .pinchInFigure,
.mapSect__cont .photo {
  margin: 0 auto;
}
.mapSect__cont .pinchInFigure + .photo,
.mapSect__cont .photo + .photo {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mapSect__head + .mapSect__cont {
    margin-top: 3.2rem;
  }
}
.printBtn {
  align-items: center;
  color: #2d394b;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: "EB Garamond", serif;
  gap: 0.6rem;
  justify-content: center;
  letter-spacing: 0.12em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .printBtn {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .printBtn {
    display: none;
  }
}
.printBtn__icon {
  align-items: center;
  background: #b1a283;
  border: 1.5px solid #e6edec;
  display: flex;
  height: 52.5px;
  justify-content: center;
  width: 52.5px;
}
.printBtn__icon svg {
  height: auto;
  width: 36px;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media print, screen and (min-width: 768px) {
  .map-current {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .map-current {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .map-current .wrap--xsmall {
    width: 91rem;
  }
}
@page {
  margin: 12.7mm 9.7mm;
  size: a4;
}
@media print {
  .currentPage {
    min-width: 0;
  }
  .header-simple, .footer,
  .mapSect__btn {
    display: none;
  }
  .mapSect__cont .photo,
  .mapSect__cont .pinchInFigure {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .pinchInFigure .figurePlot {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
