.map-current {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .map-current {
    padding: 170px 0 320px;
  }
}
@media only screen and (max-width: 767px) {
  .map-current {
    padding: 37.3333333333vw 0 32.5333333333vw;
  }
}

.currentSect__head .sectTtl {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .currentSect__head .sectTtl + .photo {
    margin-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .currentSect__head .sectTtl + .photo {
    margin-top: 10.6666666667vw;
  }
}
.currentSect__head .sectTtl--salon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  color: #ffffff;
  background-image: linear-gradient(90deg, rgba(159, 79, 35, 0.5) 0%, rgba(188, 121, 78, 0.5) 25%, rgba(236, 175, 131, 0.5) 40%, rgba(247, 203, 168, 0.5) 50%, rgba(236, 175, 131, 0.5) 60%, rgba(188, 121, 78, 0.5) 75%, rgba(159, 79, 35, 0.5) 100%);
}
@media only screen and (min-width: 768px) {
  .currentSect__head .sectTtl--salon {
    margin-top: 120px;
    font-size: 22px;
    gap: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .currentSect__head .sectTtl--salon {
    margin-top: 80px;
    font-size: 3.4666666667vw;
    gap: 1.6vw;
  }
  .currentSect__head .sectTtl--salon .photo__pic {
    width: 21.3333333333vw;
  }
}
.currentSect__head + .currentSect__cont {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .currentSect__head + .currentSect__cont {
    margin-top: 8.5333333333vw;
  }
}
.currentSect .access {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .currentSect .access {
    margin-top: 40px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .currentSect .access {
    margin-top: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .currentSect__cont .smallCvLink {
    margin: 0 auto;
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .currentSect--salon {
    width: 720px;
    margin: 0 auto;
  }
}
.currentSect--salon .currentSect__head .photo {
  margin-top: 6px;
}

.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 + .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 {
  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.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 .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;
  }
}