@charset "UTF-8";

@media screen and (min-width: 769px){
  .sp-modalBtn{ pointer-events: none; }
}

/* intro
---------------------------------------------- */
.intro{
  margin-bottom: 140px;
}
@media screen and (max-width: 768px){
  .intro{
    margin-bottom: 60px;
  }
  .intro__copy{
    letter-spacing: .04em;
  }
}

/* tabArea
---------------------------------------------- */
.tabArea{
  padding-top: 135px;
  margin-top: -135px;
  /* margin-bottom: 115px; */
}
  .tabList{
    max-width: 1240px;
  }
    .tabList > li{
      width: calc((100% - 60px) / 3);
      height: 70px;
    }
      .tabList__btn{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #e5e4e0;
        color: #3e2d11;
        text-align: center;
        transition: .3s;
      }
      .tabArea._cafe-kids .tabList__btn:not(.tabList__btn.active){
        background-color: #fff;
      }
      .tabList__btn.active{
        background-color: #705f43;
        color: #fff;
        pointer-events: none;
      }
        .tabList__btn .en{
          font-size: clamp(16px,1.667vw,20px);
          letter-spacing: .2em;
        }
        .tabList__btn .ja{
          display: block;
          font-size: 12px;
          letter-spacing: 0;
          line-height: 1.3;
          margin-top: 5px;
        }

      /* coming soon */
      .tabList__btn._coming{
        pointer-events: none;
      }
      .tabList__btn._coming::after{
        content: 'Coming Soon';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        color: #705f43;
        font-family: 'Cormorant Garamond', serif;
        font-size: 18px;
        letter-spacing: .2em;
        text-align: center;
        text-transform: uppercase;
        transform: translate(-50%,-50%);
        z-index: 2;
      }
        .tabList__btn._coming .en,
        .tabList__btn._coming .ja{
          opacity: .25;
        }

@media (hover: hover) and (pointer: fine) {
    .tabList__btn:hover,
    .tabArea._cafe-kids .tabList__btn:not(.tabList__btn.active):hover{
      background-color: #705f43;
      color: #fff;
    }
}
@media screen and (max-width: 768px){
  .tabArea{
    padding-top: 60px;
    margin-top: -60px;
    /* margin-bottom: 50px; */
  }
    .tabList{
      width: calc(275 / 375 * 100%);
      max-width: 560px;
    }
      .tabList > li{
        width: 100%;
        height: 55px;
      }
      .tabList > li + li{
        margin-top: 2.5px;
      }
          .tabList__btn .en{
            font-size: 16px;
          }
          .tabList__btn .ja{
            font-size: 12px;
          }
}

/* sec
---------------------------------------------- */
.sec{}
.secTtl{
  margin-bottom: 70px;
}
.secTab + .secTtl{
  margin-top: 90px;
}
.secCopy .small{
  font-size: 43.75%;
  letter-spacing: 0.1em;
}
.secTxt{
  text-align: center;
}

.secTab{
  column-gap: calc(13 / 1340 * 100%);
}
.secTab > li{
  width: calc(205 / 1340 * 100%);
}
.secTab__link{
  position: relative;
  display: block;
  border-bottom: 1px solid #3a515a;
  font-size: clamp(14px,1.334vw,16px);
  color: rgba(58,81,90,.6);
  padding-bottom: 10px;
  text-align: center;
  transition: .3s;
}
.secTab__link.active{
  border-width: 2px;
}
.secTab__link::after{
  content: '';
  position: absolute;
  top: 10%;
  right: 5%;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}
.secTab__link.active{
  color: rgba(58,81,90,1);
}
.secTab__link._coming{
  pointer-events: none;
  color: rgba(58,81,90,.25);
}
.secTab__link._coming::before{
  content: 'Coming Soon';
  position: absolute;
  top: 5%;
  left: 50%;
  width: 100%;
  color: #3a515a;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 2;
}

.secItem{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 50px calc(40 / 1340 * 100.00001%);
  margin-top: 80px;
}
.secItem._item03{
  grid-template-columns: repeat(3,1fr);
}
  .secItem__item{
    display: flex;
    flex-direction: column;
    /* width: calc((100% - 120px) / 4); */
  }
  .secItem__item._large{
    /* width: calc(650 / 1340 * 100%); */
  }
    .secItem__head{}
    .secItem__body{
      position: relative;
      margin-bottom: 15px;
    }
    .secItem__head + .secItem__body{
      margin-bottom: 0;
    }
      .secItem__ttl{
        font-size: clamp(16px,1.667vw,20px);
        border-bottom: 1px solid #3a5059;
        color: #3a5059;
        padding-bottom: 5px;
      }
        .secItem__ttl .small{
          font-size: 50%;
        }
      .secItem__txt{
        font-size: clamp(14px,1.334vw,16px);
        letter-spacing: 0.05em;
        line-height: 1.5;
        margin-top: .5em;
        text-align: justify;
      }
      .secItem__cap{
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.5;
        text-align: justify;
      }
      .secItem__txt + .secItem__cap{
        margin-top: 1em;
      }
      .secItem__img._iconUs::before{
        content: '';
        position: absolute;
        top: -10px;
        right: -10px;
        width: calc(50 / 305 * 100%);
        height: 0;
        padding-bottom: calc(50 / 305 * 100%);
        background: url(../img/pc/icon_us.png) center/contain no-repeat;
        z-index: 1;
      }

        .secItem__img .p-caption.w{
          text-shadow: none;
        }

    .secCap{
      font-size: 11px;
      letter-spacing: 0.05em;
      line-height: 1.5;
      margin-top: 80px;
    }
@media (hover: hover) and (pointer: fine) {
  .secTab__link:hover{
    color: rgba(58,81,90,1);
  }
}
@media screen and (max-width: 768px){
  .secTtl{
    margin-bottom: 40px;
  }
  .secTab + .secTtl {
    margin-top: 50px;
  }
  .secCopy{
    letter-spacing: 0.05em;
  }
    .secCopy .small{
      font-size: 70%;
      letter-spacing: 0.05em;
    }
  .secTxt{
    text-align: justify;
  }

  .secTab{
    column-gap: 0;
    width: calc(275 / 375 * 100%);
  }
  .secTab > li{
    width: 100%;
  }
  .secTab__link{
    padding-top: 18px;
  }
  .secTab__link::after{
    top: 50%;
  }
  .secTab__link._coming::before{
    top: 45%;
  }

  .secItem,
  .secItem._item03{
    grid-template-columns: 1fr;
    gap: 25px 0;
    margin-top: 15px;
  }
    /* .secItem__item,
    .secItem__item._large{
      width: 100%;
    } */
        .secItem__ttl{
          line-height: 1.3;
          padding-bottom: 5px;
        }
        .secItem__txt{
          letter-spacing: -.05em;
          margin-top: .5em;
        }
        .secItem__cap{
          letter-spacing: -.05em;
          line-height: 1.2;
        }

    .secCap{
      margin-top: 40px;
    }
}

/* us
---------------------------------------------- */
.us{
  padding-block: 115px 40px;
}
.usLogo{
  width: 136px;
}
.us .secCopy{
  margin-top: 1em;
}
.us .secItem__item._01{
  grid-column: 1/3;
}
.us .secItem__item._01 .secItem__head,
.us .secItem__item._02 .secItem__head{
  margin-top: auto;
}
.us .secItem__item._01 .secItem__img:nth-child(1){
  width: calc(345 / 650 * 100%);
}
.us .secItem__item._01 .secItem__img:nth-child(2){
  width: calc(267 / 650 * 100%);
  margin-left: calc(30 / 650 * 100%);
}
.us .secItem__item._02{
  grid-column: 3/5;
}
.us .secItem__item._01 .p-caption{
  width: 100%;
  margin-top: -3.5%;
}
.us .secItem__item._02 .p-caption{
  width: 100%;
  padding-right: 17%;
}
.us .secItem__item._02 .secItem__img:nth-child(1){
  width: calc(254 / 650 * 100%);
}
.us .secItem__item._02 .secItem__img:nth-child(2){
  width: calc(130 / 650 * 100%);
  margin-left: calc(30 / 650 * 100%);
}
.usAnnotation{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3a5059;
  font-size: clamp(16px,1.5vw,18px);
  margin-top: 60px;
  padding: 10px 10px 10px 20px;
  text-align: center;
}
    .usAnnotation img{
      width: 50px;
      margin-right: 1em;
    }
@media screen and (max-width: 768px){
  .us{
    padding-block: 50px 20px;
  }
  .us .secItem__item._01,
  .us .secItem__item._02{
    grid-column: auto;
  }
  .us .secItem__item._01 .secItem__img:nth-child(1){
    width: calc(286 / 330 * 100%);
  }
  .us .secItem__item._01 .secItem__img:nth-child(2),
  .us .secItem__item._02 .secItem__img:nth-child(2){
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .us .secItem__item._02 .secItem__img:nth-child(1){
    width: calc(210 / 330 * 100%);
  }
  .us .secItem__item._01 .p-caption{
    margin-top: 5px;
  }
  .us .secItem__item._02 .p-caption{
    padding-right: 0;
  }
  .usAnnotation{
    font-size: 14px;
    letter-spacing: -.05em;
    line-height: 1.4;
    margin-top: 30px;
    padding-left: 20px;
    text-align: left;
  }
    .usAnnotation img{
      margin-right: .5em;
    }
}

/* equip
---------------------------------------------- */
.equipSec{
  padding-block: 110px 70px;
}

/* styling */
.styling{
  background-color: #ebeae6;
}

/* toilet */
.toilet{
  background-color: #ebeae6;
}

/* other */
.other .secItem__item._large{
  grid-column: 1/3;
}
.other .secItem__item._large .secItem__head{
  margin-top: auto;
}
.other .secItem__item._large .secItem__body{
  display: flex;
  position: relative;
  align-items: center;
  height: 0;
  padding-block: calc(106 / 650 * 100%);
}
.other .secItem__item._large .secItem__img{
  width: calc(560 / 650 * 100%);
  margin-inline: auto;
}
@media screen and (max-width: 768px){
  .equipSec{
    padding-block: 30px 40px;
  }
  .equip .secItem{
    margin-top: 25px;
  }
  /* other */
  .other{
    padding-bottom: 10px;
  }
  .other .secItem__item._large{
    grid-column: auto;
  }
  .other .secItem__item._large .secItem__head{
    margin-top: 15px;
  }
    .other .secItem__item._large .secItem__ttl{
      transform: scale(0.9, 1);
      width: 111.11112%;
      transform-origin: top left;
      letter-spacing: -.05em;
    }
  .other .secItem__item._large .secItem__body{
    height: auto;
    padding-block: 0;
  }
  .other .secItem__item._large .secItem__img{
    width: calc(196 / 330 * 100%);
  }
}

/* safety
---------------------------------------------- */
.safety .secItem__head{
  margin-bottom: 15px;
}
.safety .secItem__img .p-caption{
  right: 5em;
  padding: 0;
}
.safety .secItem__img .p-caption._static{
  padding-right: 3em;
}
.safety .secItem__img .p-caption._r3{
  right: 3em;
}

/* security */
.security .secItem__item._xl01{
  grid-column: 1/5;
  justify-content: space-between;
  flex-direction: row;
}
.security .secItem__item._xl01 .secItem__head{
  width: calc(645 / 1340 * 100%);
}
.security .secItem__item .owl{
  width: calc(92 / 645 * 100%);
  margin-left: 1em;
}
.security .secItem__item._xl01 .secItem__body{
  width: calc(630 / 1340 * 100%);
}
.security .secItem__item._xl01 .secItem__img .p-caption{
  right: 0;
  bottom: -1em;
}

.security .secItem__item._xl02{
  /* grid-row: 2/4; */
  grid-column: 1/4;
  justify-content: space-between;
  flex-direction: row;
}
.security .secItem__item._xl02 .secItem__head{
  width: calc(420 / 995 * 100%);
}
.security .secItem__item._xl02 .secItem__body{
  width: calc(570 / 995 * 100%);
}
.security .secItem__item._xl02 .secItem__img .p-caption{
  right: 0;
  bottom: -1.6em;
}

.security .secItem__item:nth-child(n+4) .secItem__body{
  margin-top: auto;
}
.security .secItem__item:nth-child(5) .secItem__img .p-caption{
  right: 3em;
  padding: 0 0 4px;
}

/* structure */
.structure{
  background-color: #ebeae6;
}
.structure .secItem__body{
  margin-top: auto;
}
.structure .secItem__item._large{
  grid-column: 1/5;
  flex-direction: row;
  gap: 0 calc(40 / 1340 * 100%);
}
.structure .secItem__item._large .secItem__head{
  width: calc(650 / 1340 * 100%);
}
.structure .secItem__item._large .secItem__body{
  width: calc(414 / 1340 * 100%);
  margin-top: 0;
}
.structure .secItem__item:nth-child(8) .secItem__ttl{
  letter-spacing: -.05em;
}
  .structure .secItem__item .secItem__note{
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  .structure .secItem__cap{
    letter-spacing: 0;
    line-height: 1.2;
  }

/* relief
---------------------------------------------- */
.reliefSec{}
.reliefSecTab{
  max-width: 1340px;
  border-bottom: 1px solid #705f43;
  margin-top: 80px;
}
.reliefSecTab > li{
  width: max(220px,calc(324 / 1340 * 100%));
  height: 90px;
}
.reliefSecTab > li + li{
  margin-left: calc(12 / 1340 * 100%);
}
.reliefSecTab__btn{
  background-color: #d4cfc7;
  color: #705f43;
}
.reliefSecTab__btn .ja{
  font-size: 20px;
  letter-spacing: 0.1em;
}

.relief .secItem{
  max-width: 996px;
  margin-top: 60px;
}
.relief .secItem__item._large{
  grid-column: 1/5;
  flex-direction: row;
  gap: 0 calc(40 / 996 * 100%);
}
.relief .secItem__body{
  margin-top: auto;
}

.reliefSec01 .secItem__item._large .secItem__head{
  width: calc(436 / 996 * 100%);
  margin-bottom: 0;
}
.reliefSec01 .secItem__item._large .secItem__body{
  width: calc(500 / 996 * 100%);
  margin-left: auto;
}

.reliefSec02 .secItem__item._large .secItem__head{
  width: calc(516 / 996 * 100%);
  margin-bottom: 0;
}
.reliefSec02 .secItem__item._large .secItem__body{
  width: calc(420 / 996 * 100%);
  margin-left: auto;
}

.reliefSec03 .secItem__item._large .secItem__head{
  width: calc(636 / 996 * 100%);
  margin-bottom: 0;
}
.reliefSec03 .secItem__item._large .secItem__body{
  width: calc(300 / 996 * 100%);
  margin-left: auto;
}
.reliefSec03 .secItem:nth-of-type(1) .p-caption{
  right: .5em;
}

.reliefList{
  max-width: 996px;
  background-color: #f8f7f6;
  margin-top: 60px;
  padding: 40px 50px 50px;
}
.reliefList__ttl{
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #705f43;
  padding-left: 2.5em;
}
.reliefTable{
  margin-top: 30px;
}
.reliefTable table{
  width: 100%;
  border: 1px solid #d4cfc7;
}
.reliefTable th{
  width: 210px;
  background-color: #fff;
  color: #705f43;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 1em 2em;
  text-align: left;
}
.reliefTable td{
  background-color: #eae7e3;
  border-left: 1px solid #d4cfc7;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 1em 2em;
}
.reliefTable tr + tr th,
.reliefTable tr + tr td{
  border-top: 1px solid #d4cfc7;
}

.relief .secItem._item03{
  gap: 50px calc(40 / 996 * 100%);
}
.relief .secItem._item03 .secItem__item:nth-child(2) .p-caption{
  bottom: -2em;
}

@media screen and (max-width: 768px){
  .safety .secItem__head{
    margin-bottom: 10px;
  }

  /* security */
  .security .secItem__item._xl01,
  .security .secItem__item._xl02{
    flex-wrap: wrap;
    grid-column: auto;
  }
  .security .secItem__item._xl01 .secItem__head,
  .security .secItem__item._xl01 .secItem__body,
  .security .secItem__item._xl02 .secItem__head,
  .security .secItem__item._xl02 .secItem__body{
    width: 100%;
  }
  .security .secItem__item .owl{
    width: calc(66 / 330 * 100%);
    margin-left: 1.5em;
    padding-top: 20px;
  }

  /* structure */
  .structure .secItem__item._large{
    grid-column: auto;
    gap: 10px 0;
    flex-wrap: wrap;
  }
  .structure .secItem__item._large .secItem__head,
  .structure .secItem__item._large .secItem__body{
    width: 100%;
  }
    .structure .secItem__item .secItem__note{
      font-size: 10px;
    }
  .structure .secItem__item:nth-child(8) .secItem__ttl{
    letter-spacing: 0;
  }

  /* relief */
  .reliefSecTab{
    width: calc(275 / 330 * 100%);
    max-width: 560px;
    border: none;
    margin: 60px auto 0;
  }
  .reliefSecTab > li{
    width: 100%;
    height: 60px;
  }
  .reliefSecTab > li + li{
    margin-top: 10px;
    margin-left: 0;
  }
  .reliefSecTab__btn .ja{
    font-size: 16px;
  }

  .relief .secItem{
    gap: 40px 0;
    width: 100%;
    max-width: 560px;
    margin-top: 40px;
  }
  .relief .secItem__item._large{
    grid-column: auto;
    gap: 20px 0;
    flex-wrap: wrap;
  }

  .reliefSec01 .secItem__item._large .secItem__head{
    width: 100%;
  }
  .reliefSec01 .secItem__item._large .secItem__body{
    width: 100%;
  }

  .reliefSec02 .secItem__item._large .secItem__head{
    width: 100%;
  }
  .reliefSec02 .secItem__item._large .secItem__body{
    width: 100%;
  }

  .reliefSec03 .secItem__item._large .secItem__head{
    width: 100%;
  }
  .reliefSec03 .secItem__item._large .secItem__body{
    width: 100%;
  }

  .reliefList{
    width: 100%;
    max-width: 560px;
    margin-top: 40px;
    padding: 25px 20px;
  }
  .reliefList__ttl{
    padding-left: 0;
  }
  .reliefTable{
    margin-top: 20px;
  }
  .reliefTable th{
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 1em;
  }
  .reliefTable td{
    display: block;
    width: 100%;
    border-left: none;
    font-size: 12px;
    padding: 1em;
  }

  .relief .secItem._item03{
    gap: 40px 0;
  }
  .relief .secItem._item03 .secItem__head{
    margin-bottom: 20px;
  }
}

/* service（202308追加）
---------------------------------------------- */
.service .secTab__link{
  padding-right: 1em;
}
@media screen and (min-width: 769px){
  .service .secTab > li {
    width: 300px;
  }
}

.serviceSec{
  position: relative;
  padding-top: 110px;
  z-index: 0;
}
.concierge{
}
.management{
  /* display: none; */
  background-color: #e5e4e0;
  padding-bottom: 150px;
}
.serviceSec .secTxt{
  text-align: center;
}

.secTabArea{
  margin-top: 120px;
}
.secTabList{
  max-width: 1000px;
}
.secTabList > li{
  width: 48%;
  height: 90px;
}
.secTabList__btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
  background-color: #e5e4e0;
  color: #9e9688;
  text-align: center;
  transition: .3s;
}
/* .secTabList__btn.active{
  background-color: #fff;
  color: #3e2d11;
} */
.secTabList__btn.active {
  background-color: #705f43;
  color: #fff;
  pointer-events: none;
}
/* .secTabList__btn.active::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  transition: .4s;
  z-index: -1;
}
.secTabList__btn::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #705f43;
  transition: .4s;
}
.secTabList__btn.active::after{
  width: 68%;
} */
.secTabList__btn .ja{
  position: relative;
  z-index: 0;
}
/* .secTabList__btn .ja::after{
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: -14%;
  width: 14px;
  height: 14px;
  border-right: 1px solid #d4cfc7;
  border-bottom: 1px solid #d4cfc7;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
  z-index: 1;
}
.secTabList__btn.active .ja::after{
  border-color: #a99f8e;
} */

.secTabContents{
  /* background-color: #fff; */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, .1); */
  padding-block: 150px 200px;

  /* management非表示時 */
  padding-block: 150px 100px;
}

.secContents__ttl{
  background: linear-gradient(90deg, rgba(112, 95, 67, 1) 0%, rgba(172, 155, 127, 1) 100%);
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  padding: 0.55em;
  text-align: center;
}

.serviceSec .secItem{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 100px calc(70 / 1340 * 100.00001%);
  margin-top: 80px;
}
  /* .secItem__item{} */
    .serviceSec .secItem__body{
      margin-top: 1.5em;
    }
      .serviceSec .secItem__ttl{
        font-size: clamp(16px,1.667vw,18px);
        letter-spacing: 0.1em;
        line-height: 1.6;
        color: #3a5059;
      }
        .serviceSec .secItem__ttl .small{
          font-size: 50%;
        }
      .serviceSec .secItem__txt{
        font-size: clamp(14px,1.334vw,16px);
        letter-spacing: 0.1em;
        line-height: 1.75;
        margin-top: .5em;
        text-align: justify;
      }
      .serviceSec .secItem__cap{
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.5;
        text-align: justify;
      }
      .serviceSec .secItem__txt + .secItem__cap{
        margin-top: 1em;
      }

        .serviceSec .secItem__img .p-caption.w{
          text-shadow: none;
        }


    .secInfo{
      max-width: 640px;
      margin-top: 100px;
    }
    .secInfo__item{
      display: flex;
      border: 1px solid #861c3c;
    }
    .secInfo__item + .secInfo__item{
      margin-top: 20px;
    }
    .secInfo__item dt{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 130px;
      background-color: #861c3c;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0.1em;
      line-height: 1.4;
      text-align: center;
    }
    .secInfo__item dd{
      display: flex;
      align-items: center;
      flex: 1;
      font-size: 16px;
      letter-spacing: 0.1em;
      line-height: 1.4;
      color: #861c3c;
      padding: 1.5em 2em;
    }

.secCapArea{
  margin-top: 100px;
}
.secCapArea .commonCapList{
  max-width: 1340px;
}

@media (hover: hover) and (pointer: fine) {
  /* .secTabList__btn:hover{
    background-color: #fff;
    color: #3e2d11;
  } */
  .secTabList__btn:hover{
    background-color: #705f43;
    color: #fff;
    /* pointer-events: none; */
}
  .secTabList__btn:hover::after{
    width: 68%;
  }
  .secTabList__btn:hover .ja::after{
    border-color: #a99f8e;
  }
}
@media screen and (max-width: 960px){
  .secInfo__item dt{
    width: 100px;
    font-size: 14px;
  }
  .secInfo__item dd{
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  .serviceSec {
    padding-top: 50px;
  }
  .management{
    padding-bottom: 50px;
  }
  .serviceSec .secTxt{
    text-align: justify;
  }

  .secTabArea{
    margin-top: 60px;
  }
  .secTabList{
    width: 100%;
    max-width: 440px;
  }
  .secTabList > li{
    width: 50%;
    height: 65px;
  }
  .secTabList__btn{
    font-size: 14px;
    line-height: 1.4;
  }
  .secTabList__btn .ja::after{
    top: 50%;
    right: -20%;
    width: 9px;
    height: 9px;
  }
  .secTabContents{
    padding-block: 60px;

    /* management非表示時 */
    padding-block: 60px 30px;
  }

  .secContents__ttl{
    max-width: 440px;
    font-size: 18px;
  }

  .serviceSec .secItem{
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 440px;
    margin-top: 40px;
  }
    .serviceSec .secItem__body{
        margin-top: 1em;
      }

      .secInfo{
        /* flex-wrap: wrap; */
        max-width: 440px;
        margin-top: 50px;
      }
      .secInfo__item._time{
        width: 100%;
      }
      .secInfo__item._holiday{
        width: 100%;
        /* margin-top: 20px; */
      }
      .secInfo__item dt{
        width: 80px;
      }
      .secInfo__item dd{
        justify-content: flex-start;
        padding: 1em;
      }

  .secCapArea{
    margin-top: 50px;
  }
}

/* smoothe
---------------------------------------------- */
.smoothe{
  margin-top: 80px;
}
.smoothe__ttl{
  width: 450px;
  margin-inline: auto;
}
.smoothe__content{
  margin-top: 50px;
}
.smoothe__content .p-caption{
  bottom: -2.5em;
}

@media screen and (max-width: 768px){
  .smoothe{
    margin-top: 60px;
  }
  .smoothe__ttl{
    width: 220px;
  }
  .smoothe__content{
    margin-top: 40px;
  }

  .icon-plus {
    position: absolute;
    top: -10px;
    right: 0;
    width: 30px;
    height: 30px;
  }
  .icon-svg._black .cls-2{
    fill: #666;
  }
  .icon-svg._black .cls-1{
    stroke: #fff;
  }

  .modal__container{
    width: 100%;
    background-color: #fff;
    padding: 0;
  }
  .modal__close{
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    z-index: 1;
  }
  .scrollInner{
    position: relative;
    padding: 20px;
    z-index: 0;
  }
  .smoothe__content .p-caption{
    font-size: 8px;
  }
  .modal-smoothe .p-caption{
    right: 2%;
  }
}

/* point
---------------------------------------------- */
.point{
  margin-top: 120px;
}
.point__inner{
  position: relative;
  background-color: #f5f4f3;
  padding-top: 60px;
}
.point__inner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .75);
  mix-blend-mode: screen;
  z-index: -1;
}
.point__ttl{
  width: calc(717 / 1340 * 100%);
}
.pointContentsWrap{
  background-color: #fff;
  margin-top: 50px;
  /* padding: 13.432835% calc(150 / 1340 * 100%) 200px; */
  padding-block: 13.432835% 15%;

}
.pointContents{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: calc(40 / 1067 * 100%);
  width: 90%;
  max-width: 1067px;
}
.pointContents__item{
  position: relative;
  border: 1px solid #94d1ea;
  border-radius: 15px;
  /* padding-inline: 21px; */
  padding-bottom: 15.5%;
  z-index: 0;
}
.pointContents__img{
  width: calc(276 / 327 * 100%);
  margin: -38% auto 0;
}
.pointContents__ttl{
  /* width: calc(260 / 327 * 100%); */
  width: 90%;
  max-width: 260px;
  margin: 20px auto 0;
}
.pointContents__txt{
  /* width: calc(260 / 327 * 100%); */
  width: 90%;
  max-width: 260px;
  color: #156f9b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.8;
  margin: 1.5em auto 0;
  text-align: justify;
}
.pointContents__comment{
  position: absolute;
  z-index: 1;
}
.pointContents__comment._01{
  top: 8%;
  right: -8%;
  width: calc(111 / 329 * 100%);
}
.pointContents__comment._02{
  /* bottom: -27%; */
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(262 / 329 * 100%);
}
.pointContents__comment._03{
  /* bottom: -29%; */
  top: 88%;
  right: -10%;
  width: calc(202 / 329 * 100%);
}

.pointContentsWrap .p-caption{
  right: 1em;
  bottom: 1em;
}

@media screen and (max-width: 960px){
  .pointContents{
    grid-template-columns: 1fr;
    row-gap: 150px;
    max-width: 560px;
  }
  .pointContents__item:last-child{
    margin-top: 100px;
  }
  .pointContents__img{
    width: calc(216 / 560 * 100%);
    margin-top: -18%;
  }
  .pointContents__txt{
    max-width: 100%;
  }
  .pointContents__comment._01{
    width: calc(111 / 560 * 100%);
  }
  .pointContents__comment._02{
    top: 82%;
    width: calc(262 / 560 * 100%);
  }
  .pointContents__comment._03{
    top: 78%;
    width: calc(202 / 560 * 100%);
  }
}

@media screen and (max-width: 768px){
  .point{
    margin-top: 60px;
  }
  .point__inner{
    width: 100%;
    padding-top: 40px;
  }
  .point__ttl{
    width: calc(330 / 375 * 100%);
    max-width: 400px;
  }
  .pointContentsWrap{
    margin-top: 40px;
    padding-block: 30%;
  }
  .pointContents{
    width: calc(330 / 375 * 100%);
    max-width: 420px;
  }

  .pointContents__item{
    padding-bottom: 15.5%;
  }
  .pointContents__img{
    width: 216px;
    margin-top: -100px;
  }

  .pointContents__comment._01{
    top: 2%;
    right: -6%;
    width: 111px;
  }
  .pointContents__comment._02{
    top: 90%;
    width: 280px;
  }
  .pointContents__comment._03{
    top: 88%;
    right: -3%;
    width: 152px;
  }

  .pointContentsWrap .p-caption{
    right: auto;
    left: 1em;
  }
}

/* bnrArea
---------------------------------------------- */
.bnrArea{
  position: relative;
  padding-top: 135px;
  margin-block: -60px 60px;
  z-index: 0;
}
.bnr__link{
  display: block;
  position: relative;
  z-index: 0;
}
.bnr__link::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(1240 / 1340 * 100%);
  height: calc(370 / 470 * 100%);
  background-color: rgb(142 99 50 / .5);
  transition: .4s ease;
  z-index: 1;
}

.bnr__txtBox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* width: calc(1240 / 1340 * 100%); */
  /* height: calc(370 / 470 * 100%); */
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  transition: .4s ease;
  z-index: 1;
}

.bnr__ttl{
  font-size: clamp(18px,0.338rem + 1.639vw,30px);
  letter-spacing: 0.2em;
}
.bnr__ttl::after{
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: rgb(255 255 255 / .5);
  margin: calc(30 / 1240 * 100%) auto 0;
}
.bnr__txt{
  font-size: clamp(20px, 0.463rem + 1.639vw,32px);
  letter-spacing: 0.2em;
  line-height: 1.85;
  margin-top: .8em;
}
.bnr__btn{
  position: relative;
  width: min(calc(300 / 1240 * 100%),300px);
  height: auto;
  background-color: rgb(142 90 50 / .8);
  border: 1px solid rgb(255 255 255 / .5);
  font-size: clamp(14px,0.285rem + 1.23vw,23px);
  letter-spacing: 0.2em;
  margin: 2em auto 0;
  padding-block: 1.5%;
  transition: .4s;
  z-index: 0;
}
.bnr__btn::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50 / 300 * 100%);
  height: 1px;
  background-color: rgb(255 255 255 / .5);
}

@media (hover: hover) and (pointer: fine) {
  .bnr__link:hover::before{
    width: 100%;
    height: 100%;
  }
  .bnr__link:hover .bnr__btn{
    opacity: .7;
  }
}

@media screen and (max-width: 768px){
  .bnrArea{
    padding-top: -60px;
    margin-block: -30px 30px;
  }
  .bnr__link::before{
    width: 100%;
    height: 100%;
  }

  .bnr__ttl::after{
    width: 50px;
    margin-top: calc(20 / 330 * 100%);
  }
  .bnr__txt{
    /* margin-top: 1em; */
  }
  .bnr__btn{
    width: 190px;
    height: 46px;
    margin-top: 20px;
    padding-block: 0;
  }
  .bnr__btn::after{
    width: 30px;
  }
}