
html {
  scroll-behavior: smooth;
  scroll-padding-top: 114px;
}

section {
  scroll-margin-top: 150px
}


@media screen and (max-width: 999px) {

html {
  scroll-padding-top: 48px;
}
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab_only {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .tab_only {
    display: none;
  }
}

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


/*common
----------------------------------------------------------------------*/

.wrap {
  max-width: 957px;
  margin: 67px auto 0;
  padding: 0 25px;
}

.inner {
  max-width: 957px;
  width: 90%;
  margin: 0 auto;
}

.inner_650 {
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
}

main {
  /* color: #4D4D4D; */
  background: url('../img/bk.png') no-repeat center / cover;
}

picture {
  display: block;
}
figure {
  position: relative;
} 
img {
  width: 100%;
}

.cap_Txt {
position: absolute;
font-size: 10px;
bottom: 5px;
transform: rotate(.028deg);
}
.cap_R { right: 5px;}
.cap_L { left: 5px;}
.cap_W { color: #fff;}
.cap_B { color: #333;}
.cap_Shw { text-shadow: 3px 0 3px #fff, -3px 0 3px #fff, 0 3px 3px #fff, 0 -3px 3px #fff;}
.cap_ShW { text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;}
.cap_ShB { text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;}

.mv {
  background-image: url("../img/select-mv.png");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}

.mv figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 580px;
}
.multiply {
  mix-blend-mode: multiply
}

.flex,.inner_flex,.inner__flex {
  display: flex;
}

.inner_flex {
  gap: 20px;
}

.inner__flex {
  gap: 10px;
}

.top{
  margin-top: 80px ;
}

.sec_ttl img {
  width: auto;
  height: 100%;
}

.sec_lead {
    font-size: 24px;
    line-height: 2.25rem;
    margin: 0 auto 60px;
    letter-spacing: 0.15em;
    text-align: center;
}

.beginning{
    font-size: clamp(16px,1.88vw,18px);
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.text-area-notes{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.06em;
  }

.content {
  margin-bottom: 40px;
}

.select-area{
  margin-bottom:110px ;
}

.select-area .select-ttl{
  background-image: url("../img/ttl-bk.png");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}

.select-area .select-ttl .inner_650{
  padding: 35px 0;
  align-items: flex-start;
}

.select-area .select-ttl .inner_650.item-center{
  align-items: center;
}

.select-ttl .left-text{
  width: 19%;
}

.select-ttl .left-text img{
  max-width: 100%;
  height: auto;
}
.select-ttl .right-text{
  width: 81%;
  margin-right: 18%;
  text-align: center;
}

.select-ttl .right-text h2,
.select-ttl .right-text p{
  color: #fff;
}

.select-ttl .right-text h2{
  font-size: 30px;
  line-height:40px;
  letter-spacing: 0.15em;
  font-weight: 200;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.select-ttl .right-text h2::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #bc854e, #eadcb6);
}

.mg-15{
  margin-top: 15px;
}

.mg-10{
  margin-top: 10px;
}

.select-text{
  margin: 50px auto 0;
}

.select-text h2{
  width: 70%;
  max-width: 350px;
  margin: 0 auto;
}

.select-text h2.ctype{
  width: 90%;
  max-width: 450px;
}

.select-text .beginning{
  margin: 30px 0 40px;
}

.select-text .color-select{
  gap: 3%;
}

.select-text .color-select li{
  text-align: center;
}

.select-text .color-select li{
  padding: 23px 0;
  border: 2px solid #fff;
}

.select-text .color-select li.color01{
  border: 2px solid #9c9998;
}
.select-text .color-select li.color02{
  border: 2px solid #655e5a
}
.select-text .color-select li.color03{
  border: 2px solid #c8a98a;
}
.select-text .color-select li.color04{
  border: 2px solid #bcbbb9;
}

.select-text .color-select li img{
  width: 60%;
}

/* タブ切り替え */

.tab {
  display: flex;
  justify-content: center;
}

.tab li {
  cursor: pointer;
  transition: 0.3s;
}


.tab li:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

.select-text .color-select li.select{
  border: 2px solid #fff;
}

.tab li.select {
  box-shadow: 2px 4px 6px rgba(0,0,0,.6);
  opacity: 1;
}

.hide {
  display: none;
}

.panel {
  display: none;
}
.panel:first-child{
  display:block;
}


.color01{
  background-color: #9c9998;
}
.color02{
  background-color: #655e5a;
}
.color03{
  background-color: #c8a98a;
}
.color04{
  background-color: #bcbbb9;
}

.color-explanation li {
  margin-top: 80px;
  box-shadow: 2px 4px 6px rgba(0,0,0,.6);
}

.color-explanation li .left-text{
  width: 48%;
}
.color-explanation li .right-text{
  width: 52%;
}

.color-explanation li .right-text{
  padding: 4.5% 1% 2% 4%;
}

.color-explanation li .right-text h3{
  width: 50%;
  max-width: 160px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
}

.color-explanation li .right-text h4{
  text-align: left;
  margin: 31px 0 27px;
  color: #fff;
   font-size: clamp(16px,2.09vw,20px);
  letter-spacing: 0.1em;
}

.color-explanation li .right-text p{
    font-size: clamp(13px,1.46vw,14px);
    line-height: 36px;
    text-align: left;
    letter-spacing: 0.06em;
    color: #fff;
}

.big{
  font-size: 40px;
}

.option{
  margin: 50px auto;
  background: rgba(53, 32, 28, 0.2);
  padding: 20px 0;
}

.option h2{
  text-align: center;
}

.option h2{
  font-size: 30px;
  line-height:40px;
  letter-spacing: 0.15em;
  font-weight: 200;
  text-align: center;
  color: #865547;
}

.option-text{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between; /* 均等割付け */
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-bottom: 30px;
}

.option-text .left-text{
  width: 55%;
  border-right: 1px solid #000;
}


.option-text .left-text h4{
  font-size: clamp(18px, 2.09vw, 20px);
  color: #865547;
  text-align: center;
  line-height: 30px;
}

.option-text .right_inner{
  width: 45%;
  display: flex;
  padding-left: 5%;
}

.option-text .right-text{
  text-align: left;
}

.option-text .right-text li{
  font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.06em;
}
.option-text .right-text li::before{
  content: "●";
  color: rgba(53, 32, 28, 0.2);
  margin-right: 0.3em;
}

.flex > *:last-child {
  border-right: none; 
}

.select-area .notes{
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 0;
}

.roomplan-btn{
  width: 90%;
  max-width: 300px;
  margin: 80px auto 0;
}

/*注釈-----------*/


.notes p {
  color: #000;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.065em;
  line-height: 12px;
}
.notes {
    padding-bottom: 48px;
}


.notes.inner {
  padding: 10px 0 60px 0;
}


@media screen and (max-width: 999px) {


.notes {
    padding-bottom: 0px;
}

.notes p {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.065em;
  line-height: 12px;
  margin: 0;
}

footer .entry {
    padding: 34px 0 0;
}

  .notes.inner {
    padding: 60px 0;
  }

.select-text .color-select{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  gap: 20px 4%;
  flex-wrap: wrap;
}

.select-text .color-select li{
  text-align: center;
  width: 48%;
}

.select-text .color-select li{
  padding: 20px 0;
}

.select-text .color-select li img{
  width: 38%;
}

.color-explanation{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.color-explanation li .flex{
  display: block;
}

.color-explanation li {
  margin-top: 50px;
}

.color-explanation li .left-text{
  width: 100%;
}
.color-explanation li .right-text{
  width: 100%;
}

.color-explanation li .right-text{
  padding: 7% 6% 8%;
}

.color-explanation li .right-text h3{
  width: 55%;
  padding-bottom: 12px;
  margin: 0 auto;

}

.color-explanation li .right-text h4{
  margin: 24px 0 20px;
  text-align: center;
}

.color-explanation li .right-text p{
    line-height: 28px;
  letter-spacing: 0.06em;
  text-align: center;
}



  }

@media screen and (max-width: 768px) {

  /*微調整*/

  .content .fs-60 {
    font-size: 80%;
  }


  /*common
  ----------------------------------------------------------------------*/

  .wrap {
    margin-top: 0;
  }

  .flex,.inner_flex,.inner__flex {
    flex-direction: column;
  }

  .flex {
    gap: 20px;
  }

  .inner_flex {
    gap: 10px;
  }

  .inner__flex {
    gap: 10px;
  }

  .u-gap0 {
    gap: 0;
  }

  .top {
    margin-top: 50px;
}

  .mv {
    min-height: 67px;
  }

  .mv figure {
    width: clamp(300px, 65.1vw, 500px);
  }

  .sec_ttl {
    margin: 40px 0 20px;
  }

  .sec_ttl h2 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 33px 0 20px;
  }
    .sec_lead p {
      text-align: left;
      padding: 0 50px;
      line-height: 26px;
      letter-spacing: 0.09em;
    }

    .intro {
        text-align: center;
        margin-bottom: 20px;
    }

    .sec_ttl {
      height: 20px;
    }
    .sec_lead {
      font-size: 20px;
      font-size: 1.1rem;
      line-height: 1.875rem;
      margin: 0 0 20px 0;
      letter-spacing: 0em;
    }

    /*  */

    .content {
      margin-bottom: 60px;
    }

    .select-area{
      margin-bottom:100px ;
    }

    .select-area.last{
      margin-bottom: 60px;
    }

.select-area .select-ttl .inner_650{
  padding:  35px 0;
  width: 90%;
  max-width: 440px;
  margin: 0 auto;
  align-items: center;
  position: relative;
}

.select-ttl .left-text{
  width: 22%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.select-ttl .right-text{
  width: 78%;
  margin: 0 0 0 auto;
  margin-left: 15%;
  text-align: center;
}

.select-ttl .right-text h2{
  font-size: 20px;
}

.select-text .color-select{
  gap: 15px 4%;
  flex-direction:unset;
}

.select-text .color-select li{
  padding: 16px 0;
}

.select-text .color-select li img{
  width: 65%;
  max-width: 115px;
}

.big{
  font-size: 30px;
}

.madori{
  width: 85%;
  margin: 0 auto;
}

.roomplan-btn{
  margin: 50px auto 0;
}
/*  */


.option-text{
  width: 90%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: unset;
  border-right: unset;
  margin-bottom: 30px;
  padding: 20px 0;
  gap: 20px;
}

.option-text:first-child{
  margin-bottom: 50px;
}

.option-text .left-text{
  width: 100%;
  border-right: unset;
}


.option-text .left-text h4{
  line-height: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.option-text .right_inner{
  width: 100%;
  padding-left: 10%;
}

.option h2{
  font-size: 26px;
}

.text-area-notes{
    font-size: 13px;
  }

      .color-explanation li .right-text h3 {
        width: 48%;
    }




    

    /* tab
  ------------------------------------------------------------*/

    section {
        scroll-margin-top: 70px
      }
    .tab li a::after {
      top: 114%;
    }

    .notes.inner {
      padding: 0px 0 50px 0;
    }

}

@media screen and (max-width: 500px) {

      /* SUB MENU
  ------------------------------------------------------------*/

    section {
      scroll-margin-top: 60px
    }

}