@charset "UTF-8";

/*=== 共通 ===*/

figure{position: relative;}


sup{
  vertical-align: super;
  font-size: 10px;
}



.Txt_note{
  font-size: 10px;
  line-height: 1.3;
  font-feature-settings: "palt";
}



/*=== 共通 ===*/


/* 設備仕様 / 共通 */


.copy {
    font-size: 18px;
    letter-spacing: 0.06em;
    padding-bottom: 20px;
    line-height: 1.8;
}
.sub_copy {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    /* padding-bottom: 60px; */
    padding-bottom: 10px;
}

.eq_main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    justify-content: space-between;
    align-items: center;
}
.eq_maincopy_Box{
    width: 38%;
    text-align: left;
}
.eq_maincopy_Box h2{
    font-size: clamp(28px,3.34vw,40px);
    letter-spacing: 0.08em;
    color: #8eabbb;
    border-bottom: #8eabbb 1px solid;
    padding-bottom: 0.3em;
    margin-bottom: 50px;
    font-family: "Cinzel", serif !important;
}
.eq_maincopy_Box h2 span{
    display: inline-block;
}


.eq_main figure{
    width: 60%;
}




.in-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.con_box {
}
.con_box + .con_box {
  margin-top: 60px;
}
.con_box h3 {
    font-size: clamp(16px,1.5vw,18px);
    color: #8eabbb;
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.con_box h4 {
    font-size: clamp(16px,1.5vw,18px);
    color: #8eabbb;
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.con_box h4 + p{
padding-top: 0.7em;
}
.con_box p + h4{
padding-top: 0.7em;
}
.con_box figure + h4{
padding-top: 0.7em;
}
.con_box .Txt_note + h4{
padding-top: 1.5em;
}


/*.con_box h4 span {
    font-size: 12px;
    color: #000;
    padding-left: 20px;
}*/



.con_box p {
    font-size: 14px !important;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    line-height: 1.8;
}


.con_box p + .Txt_note {
    display: inline-block;
    padding-top: 1.3em;
}

.column2 {

}

.column2 ul.flex {
gap:40px 2%;
}
.column2 ul.flex.wrap {
flex-wrap: wrap;
}
.column2 ul li {
    width: calc((100% - 4%) / 2);
    max-width: 580px;
}

.column2 ul li.flex {
  justify-content: space-between;
}
.column2 ul li .w50 {
    width: 48%;
}

.column60-40 {
    /* margin-bottom: 60px; */
}
.column60-40 ul.flex {
    justify-content: space-between;
}
.column60-40 ul li {
    width: 100%;
}

.column60-40 ul li:nth-child(1) {
    width: 60%;
    max-width: 680px;
    margin-right: 2%;
}
.column60-40 ul li:nth-child(2) {
    width: 40%;
    max-width: 500px;
}


.layout3 ul.flex li:nth-child(1) {
    width: 30%;
    margin-right: 2.5%;
}
.layout3 ul.flex li:nth-child(1) h4 {
    letter-spacing: 0.05em;
}
.layout3 ul.flex li:nth-child(2) {
    width: 67.5%;
    max-width: none;
}

/* 設備仕様 / 個別 */

.comfort_Area h4 .num {
  background: #a40000;
  padding: 3px 6px;
  color:#FFF;
  font-size: 90%;
  margin-right: 0.5em;
}



/*=========================================================================================================
tab
=========================================================================================================*/


/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

    /*=== 共通 ===*/




    /* 設備仕様 / 共通 */


    .copy {
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
    }
    .copy.sp {
        color: #8eabbb;
        padding-bottom: 1em;
        text-align: left;
    }
    .sub_copy {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 20px;
    }

    .eq_main{
      flex-wrap: wrap;
      margin: 0 auto 40px;
    }

    .eq_maincopy_Box{
      width: 100%;
      margin-top: 20px;
    }
    .eq_main figure{
      width: 100%;
      margin:0 0 1em;
    }
    .eq_maincopy_Box h2{
      margin-bottom: 20px;
      text-align: center;
    }



    .con_box + .con_box {
      margin-top: 30px;
    }

    .con_box h4 {
        line-height: 1.4;
    }


    .con_box h4 span {
        padding-left: 0px;
    }
    .con_box p {
        letter-spacing: 0;
    }







    .column2 {

    }


    .column2 ul.flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .column2.gaptype_01 ul.flex {
        gap:20px 0;
    }
    .column2 ul li {
        width: 100%;
        max-width: 100%;
    }


    .column60-40 {
        margin-bottom: 40px;
    }
    .column60-40 ul.flex {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .column60-40 ul li {
        width: 100%;
    }

    .column60-40 ul li:nth-child(1) {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
    .column60-40 ul li:nth-child(2) {
        width: 100%;
        max-width: 100%;
    }



    .layout3 ul.flex li:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .layout3 ul.flex li:nth-child(2) {
        width: 100%;
        max-width: none;
    }

    /* 設備仕様 / 個別 */
    .ventilation ul.flex li:nth-child(1) {
      order:2;
    }
    .ventilation ul.flex li:nth-child(2) {
      order:1;
    }
    .ventilation .cap_Txt{
    bottom: 0;
    }

    .talltype ul.flex li:nth-child(1) {
      order:2;
    }
    .talltype ul.flex li:nth-child(2) {
      order:1;
    }

    .closet ul.flex li:nth-child(1) {
      order:2;
    }
    .closet ul.flex li:nth-child(2) {
      order:1;
    }

    /*.bathroom_Area .shower li {
        margin-bottom: 0!important;
    }*/


}
