@media only screen and (min-width: 768px) {
  .map-current {
    padding: 0 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .map-current {
    padding: 0 0 41.0256410256vw;
  }
}

.currentSect__head + .currentSect__cont {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .currentSect__head + .currentSect__cont {
    margin-top: 8.2051282051vw;
  }
}
@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.1025641026vw 0;
  }
}

.gallerySect__head {
  text-align: center;
}
.gallerySect__head .photo + .headingLv2 {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .gallerySect__head .photo + .headingLv2 {
    margin-top: 8.2051282051vw;
  }
}
.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: 7.6923076923vw;
  }
}
.gallerySect__cont .informationDetail {
  border-top: 1px solid #cccccc;
}
.gallerySect__cont .informationDetail .detailDesc {
  align-items: center;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  justify-content: flex-start;
  line-height: 1;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .gallerySect__cont .informationDetail .detailDesc {
    font-size: 3.0769230769vw;
    line-height: 2;
    padding: 2.5641025641vw 0;
  }
}
.gallerySect__cont .informationDetail .detailDesc .ttl {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .gallerySect__cont .informationDetail .detailDesc .ttl {
    width: 15.3846153846vw;
  }
}
.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: flex;
    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;
  }
}