@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap");
.pageTtl {
  color: #7A6A44;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cardo", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .pageTtl {
    min-height: 400px;
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTtl {
    font-size: 10.6666666667vw;
    min-height: 37.3333333333vw;
  }
}

.currentSect__head .photo {
  border: 1px solid #4a4947;
}
.currentSect__head + .currentSect__cont {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .currentSect__head + .currentSect__cont {
    margin-top: 8.5333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .currentSect__cont .smallCvLink {
    margin: 0 auto;
    width: 280px;
  }
}

.map-gallery {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .map-gallery {
    padding: 14.6666666667vw 0;
  }
}

.gallerySect__head {
  text-align: center;
}
.gallerySect__head .photo {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .gallerySect__head .photo {
    width: 480px;
  }
}
.gallerySect__head .photo + .headingLv2 {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .gallerySect__head .photo + .headingLv2 {
    margin-top: 8.5333333333vw;
  }
}
.gallerySect__head + .gallerySect__cont {
  margin: 60px auto 0;
}
@media only screen and (min-width: 768px) {
  .gallerySect__head + .gallerySect__cont {
    width: 790px;
  }
}
@media only screen and (max-width: 767px) {
  .gallerySect__head + .gallerySect__cont {
    margin-top: 8vw;
  }
}
.gallerySect__cont .informationDetail {
  border-top: 1px solid #cccccc;
}
.gallerySect__cont .informationDetail .detailDesc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .gallerySect__cont .informationDetail .detailDesc {
    font-size: 3.2vw;
    line-height: 2;
    padding: 2.6666666667vw 0;
  }
}
.gallerySect__cont .informationDetail .detailDesc .ttl {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .gallerySect__cont .informationDetail .detailDesc .ttl {
    width: 16vw;
  }
}
.gallerySect__cont .informationDetail .detailDesc .cont {
  line-height: 1.4;
}
.gallerySect__cont .informationDetail .detailDesc .cap {
  color: #333333;
  display: inline-block;
  padding-top: 18px;
}
@media only screen and (max-width: 767px) {
  .gallerySect__cont .informationDetail .detailDesc .cap {
    padding: 0;
  }
}
.gallerySect__cont .btnBlock {
  margin: 60px auto 0;
}
@media only screen and (min-width: 768px) {
  .gallerySect__cont .btnBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .gallerySect__cont .btnBlock__item {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .gallerySect__cont .btnBlock__item:last-child {
    display: none;
  }
}
.gallerySect__cont .btnBlock .smallCvLink {
  font-size: 16px;
  letter-spacing: 0.15em;
}
.gallerySect__cont .cvBlock {
  margin: 40px auto 0;
}

@media only print {
  body {
    zoom: 0.62;
  }
  .currentSect__cont,
  .keyVisual,
  .btnBlock,
  .cvBlock,
  .contentNav,
  .contactArea,
  .btmSnav,
  .btmCap,
  .msn-footer,
  .msn-bottomButtons,
  .msn-commonFooter,
  .msn-headerTop,
  .ohkarte-add_banner,
  .msds-section--pickup {
    display: none !important;
  }
}