@charset "utf-8";

.main img{ width: 100%; }

/* salonSec
---------------------------------------------- */
.salonSec{
  margin-top: 120px;
}
.salonArea__copy{
  text-align: center;
}

@media screen and (max-width: 768px) {
  .salonSec{
    margin-top: 80px;
  }
}

/* searchNav
---------------------------------------------- */
.searchNavWrap{
  margin-top: 60px;
}
.searchNavList + .searchNav__ttl{
  margin-top: 40px;
}
.searchNavList{
  gap: 15px 10px;
  margin-top: 20px;
}
.searchNavList > li{
}
.searchBtn{
  height: 40px;
  font-size: 16px;
  border-color: #ddd;
  padding-inline: 2em;
}
.searchBtn.active{
  color: #fff;
}
.searchBtn::before{
  background-color: #444;
}
.searchBtn.active::before{
  height: 200%;
}

@media (hover: hover) and (pointer: fine) {
  .searchBtn:hover{
    border-color: #ddd;
  }
}

@media screen and (max-width: 768px) {
  .searchNavList + .searchNav__ttl{
    margin-top: 30px;
  }
  .searchBtn{
    height: 30px;
    font-size: 14px;
    padding-inline: 1.5em;
  }
}

/* salonArea
---------------------------------------------- */
.salonAreaWrap{
  background-color: #f5f3ef;
  margin-top: 140px;
  padding-block: 200px 100px;
  position: relative;
  z-index: 0;
}
.salonArea + .salonArea {
  margin-top: 140px;
}

.salonArea__title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.salonList{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 80px calc(70 / 1400 * 100%);
  max-width: 1400px;
}
.salonItem{
  display: none;
  flex-direction: column;
  background-color: #fff;
}
.salonItem.is-show{
  display: flex;
}

.salonItem img{
  height: 234px;
  object-fit: cover;
}
.areaTag{
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-accent);
  border-bottom-right-radius: 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 0.75em 1.8em;
  text-align: center;
}
.salonBody{
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px calc(30 / 360 * 100%) 40px;
}
.salonName{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.salonTel{
  gap: 10px;
  margin-top: 15px;
}
.salonTel__txt{
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  z-index: 0;
}
.salonTel__txt::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #444;
  -webkit-mask-image: url(../../img/common/icon_tel.svg);
  mask-image: url(../../img/common/icon_tel.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  margin-right: 5px;
  transition: .4s ease-in;
}
.salonTel__note{
  display: inline-block;
  background-color: #fbe5ef;
  color: #e95d9d;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 3.5px .65em;
}
.salonAddress{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
}
.salonAddress__note{
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.salonTime{
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-block: 1em 0;
}
.salonTime.has-hpb{
  padding-block: 1em 25px;
}
.salonTime__item + .salonTime__item{
  margin-top: 5px;
}
.salonTime__name{
  width: 90px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align-last: justify;
}
.salonTime__info{
  width: calc(100% - 85px);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-left: 5px;
}
.salonBtn{
  max-width: 290px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #b2a280;
  color: #b2a280;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: auto auto 0;
}
.salonBtn::before{
  background-color: #b2a280;
}
.salonBtn::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #b2a280;
  -webkit-mask-image: url(../../img/common/icon_arrow-other-bold.svg);
  mask-image: url(../../img/common/icon_arrow-other-bold.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: .4s ease-in;
  z-index: 1;
}

.hpbIcon{
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}
.hpbIcon__path{
  fill:#ad2f5b;
  stroke-width:0px;
  transition: .3s ease-in;
}

.otherList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px calc(60 / 1400 * 100%);
  max-width: 1400px;
  margin-top: 60px;
}

.otherList > li .photo img {
  aspect-ratio: 305 / 198;
  object-fit: cover;
}

.otherSalonBody {
  padding-top: 30px;
}
.otherSalonName {
  display: flex;
  align-items: flex-start;
  gap: .8em;
  font-size: clamp(16px, 0.92rem + 0.17vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.otherSalonName::before {
  content: '';
  display: block;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ff964c;
  margin-top: 0.7em;
}
.otherSalonBtn {
  display: flex;
  align-items: flex-start;
  gap: 0.8em;
  color: #9e8b61;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 1em;
}
.otherSalonBtn + .otherSalonBtn {
  margin-top: 0.5em;
}
.otherSalonBtn::before {
  content: '';
  display: block;
  width: 12px;
  height: 11px;
  background-color: #9e8b61;
  -webkit-mask-image: url(../../img/common/icon_arrow.svg);
  mask-image: url(../../img/common/icon_arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  margin-top: 0.6em;
}

@media (hover: hover) and (pointer: fine) {
  .salonBtn:hover::after{
    background-color: #fff;
  }
  .salonBtn:hover .hpbIcon__path{
    fill: #fff
  }
}

@media screen and (max-width: 1024px) {
  .salonList,
  .otherList {
    grid-template-columns: repeat(2,1fr);
    gap: 50px calc(60 / 1200 * 100%);
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .salonAreaWrap{
    margin-top: 70px;
    padding-block: 80px;
  }

  .salonArea + .salonArea {
    margin-top: 80px;
  }

  .salonArea__title {
    font-size: 18px;
  }

  .salonList{
    grid-template-columns: repeat(1,1fr);
    max-width: 400px;
  }

  .salonItem img{
    height: 208px;
  }
  .areaTag{
    padding-inline: 1.5em;
  }
  .salonName{
    font-size: 18px;
  }
  .salonTel__txt{
    font-size: 18px;
  }
  .salonTel__note{
    font-size: 10px;
    padding: 3.5px .65em;
  }
  .salonAddress{
    font-size: 12px;
    line-height: 2;
  }
  .salonAddress__note{
    font-size: 11px;
  }
  .salonTime{
    padding-block: 25px 0;
  }
  .salonTime.has-hpb{
    padding-block: 25px;
  }
  .salonTime__name{
    width: 65px;
    font-size: 12px;
  }
  .salonTime__info{
    width: calc(100% - 70px);
    font-size: 12px;
  }
  .salonBtn{
    max-width: 250px;
  }
  .salonBtn::after{
    right: 10%;
  }

  .hpbIcon{
    left: 12%;
  }

  .otherList {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .otherSalonBody {
    padding-top: 20px;
  }
}