@charset "UTF-8";

/*=== 共通 ===*/
#content_Wrap { overflow: hidden; }
figure{position: relative;}

.f-50{font-size: 50%;}
.f-60{font-size: 60%;}
.f-70{font-size: 70%;}
.f-80{font-size: 80%;}
.f-90{font-size: 90%;}
.f-110{font-size: 110%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-140{font-size: 140%;}
.f-150{font-size: 150%;}
.f-160{font-size: 160%;}
.f-170{font-size: 170%;}
.f-180{font-size: 180%;}
.f-190{font-size: 190%;}
.f-200{font-size: 200%;}
.f-210{font-size: 210%;}
.f-220{font-size: 220%;}
.f-230{font-size: 230%;}
.f-240{font-size: 240%;}

.jost{
    font-weight: 400;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.align_L { text-align: left;}
.align_C { text-align: center;}
.align_R { text-align: right;}
.f-palt {font-feature-settings: "palt";}

#content_Wrap { overflow: hidden; }
#content_Wrap figure {
    position: relative;
    height: fit-content;
}
#content_Wrap img {
    width: 100%;
}

#content_Wrap {
    position: relative;
    overflow: hidden;
    font-feature-settings: "palt";
}
#content_Wrap figure {
    position: relative;
    height: fit-content;
}

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


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


/* 設備仕様 / 共通 */
#content_Wrap .Txt_note {
    font-size: 12px !important;
    letter-spacing: 0;
    padding-top: 6px;
}
#content_Wrap .Txt_note.moving {
    font-size: 12px !important;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

#content_Wrap .cap_Txt {
    position: absolute;
    font-size: 10px;
    bottom: 10px;
}

#content_Wrap figure {
    position: relative;
    line-height: 0;
}
#content_Wrap .Txt_note.pt0{ padding-top: 0;}

.Txt_block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#content_Wrap .cap_Txt {
    position: absolute;
    font-size: 10px;
    bottom: 10px;
}
#content_Wrap .cap_W {
    color: #fff;
}
#content_Wrap .cap_B {
    color: #000;
}
#content_Wrap .cap_ShaW {
    text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}
#content_Wrap .cap_ShaB {
    text-shadow: 2px 0 2px #666, -2px 0 2px #666, 0 2px 2px #666, 0 -2px 2px #666;
}
#content_Wrap .cap_R {
    right: 5px;
}
#content_Wrap .cap_R_b-10 {
    right: 5px;
    bottom: -10px;
}
#content_Wrap .cap_L {
    left: 5px;
    text-align: left;
}
#content_Wrap .cap_L_top {
    left: 5px;
    text-align: left;
    bottom: auto;
    top: 20px;
    font-size: 13px;
}
#content_Wrap .cap_half {
    right: calc(50% - -20px);
    text-align: left;
}
#content_Wrap .cap_half36 {
    right: calc(50% - -36px);
    text-align: left;
}
#content_Wrap .cap_half10 {
    right: calc(50% - -10px);
    text-align: left;
}

.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;
}
.toilet .sub_copy{
   padding-bottom: 40px;
}


.eq_main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
    justify-content: space-between;
    align-items: center;
}
/* .eq_main.toilet{
    align-items: flex-end;
} */
.eq_maincopy_Box{
    width: 38%;
    text-align: left;
}
.toilet .eq_maincopy_Box{
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.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_maincopy_Box h2.kitchen_ttl span{ width: 55%;}
.eq_maincopy_Box h2.bathroom_ttl span{ width: 70%;}
.eq_main figure{
    width: 60%;
}
.eq_main.toilet figure{
    width: 50%;
}

.eq_main .eq_maincopy_Box figure{
    width: 100%;
}

.eq_main.nophoto{
    margin: 0 auto 20px;
}
.eq_main.nophoto .eq_maincopy_Box{
    width: 100%;
    text-align: center;
}

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

.con_box {
}

.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 figure + h4{
padding-top: 0.7em;
}


.con_box h4.ls-1 {
    letter-spacing: -1px;
}
/*.con_box h4 span {
    font-size: 12px;
    color: #000;
    padding-left: 20px;
}*/
.con_box h4 span.font_small {
    font-size: 12px;
    color: #c48f0e;
    padding-left: 0;
    line-height: 1.0;
}
.con_box h4 span a {
    color: #c48f0e;
}

.con_box .ttl_borderbtm {
    font-size: 20px;
    color: #333;
    padding-bottom: 8px;
    letter-spacing: 0.09em;
    line-height: 1.4;
    font-feature-settings: "palt";
    border-bottom:1px solid #333;
    margin-bottom: 20px;
}

.con_box h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.con_box h5.type_2 {
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    border: 1px solid #000;
    margin-top: 10px;
}

.con_box p {
    font-size: 14px !important;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    line-height: 1.8;
}
.con_box p + figure {
    padding-top: 0.8em;
}
.con_box p + ul {
    padding-top: 0.8em;
}
.con_box p + .Txt_note {
    display: inline-block;
    padding-top: 1.0em;
}


.con_box p.moving_txt {
    font-size: 14px !important;
    padding-bottom: 8px;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    line-height: 1.8;
}
.con_box p.align_R {
    text-align: right;
}
.con_box .notes {
    margin-top: 10px;
    font-size: 10px !important;
    padding: 0;
    text-indent: 0;
}
.con_box .notes.pdd-T {
    margin-top: 0!important;
    font-size: 10px !important;
    padding-bottom: 0;
}
.con_box .notes.mh5 {
    min-height: 5rem;
}

.column1 {

}
.column1.cat_last {

}

.column2 {

}
.column2.moving {

}
.column2.led {

}
.column2.cat_last {

}

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

.column2 ul li p.Txt_p {
    font-size: 14px !important;
    letter-spacing: 0.05em;
    padding-top: 6px;
}
.column2 p.Txt_p {
    font-size: 14px !important;
    letter-spacing: 0.05em;
    padding-top: 6px;
}
.column2.opencounter p.Txt_p{
  font-size: 12px !important;
}
.column2 ul li.txt-height p {
    min-height: 6.5em!important;
}
.column2 ul li .notes_list.marginB {
    margin-bottom: 40px;
}
.column2 ul li .notes_list li {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
}

.column2.moving ul li:nth-child(1) {
    width: 100%;
    max-width: 760px;
    margin-right: 3.90625%;
}
.column2.moving ul li:nth-child(2) {
    width: 100%;
    max-width: 228px;
}


.column3 {
    /* margin-bottom: 60px; */
}
.column3 ul.flex {
    justify-content: space-between;
    flex-wrap: wrap;
}
.column3 ul li {
    width: calc((100% - 4%) / 3);
    /* max-width: 324px; */
/*    max-width: 424px;*/
}
.column3 ul li:nth-child(n+4) {
    margin-top: 60px;
}
.column3 ul li .inner_box {
    justify-content: space-between;
    max-width: 324px;
}
.column3 ul li.Txt_block h4{
    padding-top: 0;
}
.column3 ul li.list_txt h4{
    padding-top: 0;
}
.column3 ul li.inner_box figure {
    max-width: 150px;
    width: 100%;
}
.column4.restroom .Txt_note{
  margin-bottom: 10px;
  line-height: 1.3;
}
.column3.restroom ul li {
/*width: 100%;*/
max-width: 324px;
}
.column3 ul li p.Txt_p,
.column40-60  ul li p.Txt_p {
    font-size: 12px !important;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-top: 6px;
}
.column3.restroom ul li p sup{
    vertical-align: super;
    font-size: 10px;
}
.column3 ul li h4 {
    letter-spacing: 0.05em;
    padding-top: 20px;
}



.column4 {

}
.column4 ul.flex {
  flex-wrap: wrap;
  gap: 40px 2%;
}

.column4 ul li {
    width: 23%;
}
.column4 ul li.w50 {
    width: 48%;
}
.column4 ul li.liside_txt {
    display: flex;
    align-items: flex-start;
    gap: 20px 1em;
}
.column4 ul li.liside_txt > div{
    width: calc((100% - 1em) / 2);
}
.column4 ul li.liside_txt > figure{
    width: 43.04347826%;
}


.column4 ul li p.Txt_p {
    font-size: 13px !important;
    letter-spacing: 0.05em;
    padding-top: 6px;
}
.column4 ul li h4 {
    letter-spacing: 0.05em;
}
.column4 ul li h4 span.dtype{
  display: inline-block;
  background: #961d12;
  margin-left: 5px;
  color: #fff;
  padding: 3px 6px;
  font-size: 11px;
}
.column4.f-small ul li h4 {
    font-size: 19px;
}

.column4.others .Txt_note{ padding-top: 20px;}

#content_Wrap .cap_bottomUp {
    right: 5px;
    bottom: 64px;
    text-align: left;
}
#content_Wrap .cap_bottomDown {
    right: 5px;
    bottom: -16px;
    text-align: left;
}
.column40-60 {
    margin-bottom: 60px;
}
.column40-60 ul.flex {
    justify-content: space-between;
}
.column40-60 ul li:nth-child(1) {
    max-width: 324px;
    margin-right: 1.8%;
}
.column40-60 ul li:nth-child(2) {
    max-width: 658px;
}
.column40-60 ul li p {
    font-size: 14px !important;
}

.column60-40 {
    margin-bottom: 60px;
}
.column60-40 ul.flex {
    justify-content: space-between;
}
.column60-40 ul li {
    width: 100%;
}
.column60-40 ul li p.Txt_p {
    font-size: 14px !important;
    padding: 10px 0 19px;
}
.column60-40 ul li:nth-child(1) {
    width: 60%;
    max-width: 580px;
    margin-right: 2%;
}
.column60-40 ul li:nth-child(2) {
    width: 40%;
    max-width: 400px;
}
.column60-40 ul li .w50 {
    justify-content: space-between;
}
.column60-40 ul li.txt-height p {
    min-height: 6.5em!important;
}
.column60-40 ul li .w50 li {
    width: 49%;
    max-width: 188px;
}

.column65-35 {
    /* margin-bottom: 60px; */
}
.column65-35 ul{
display:flex;
flex-wrap:wrap;
gap: 20px 2%;
}
.column65-35 ul li:nth-child(1) {
    width: 66%;
}
.column65-35 ul li:nth-child(2) {
    width: calc((100% - 4%) / 3);
}

.column70-30 ul{
display:flex;
flex-wrap:wrap;
gap: 20px 2%;
}
.column70-30 ul li:nth-child(1) {
    width: 69%;
}
.column70-30 ul li:nth-child(2) {
    width: 29%;
}



.layout3 ul.flex li:nth-child(1) {
    width: 30%;
}
.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;
}



/* 設備仕様 / 個別 */

.kitchen_Area{
display: flex;
flex-direction: column;
gap: 60px 0;
}


.kitchen_Area .fiore-stone {
/*  border: 1px solid #c48f0e;*/
  padding: 15px 20px 20px;
  line-height: 1.7;
  background: #f1f7f5;
}
.kitchen_Area .fiore-stone span {
/*  font-weight: 600;*/
  font-size:1.1em;
  margin-bottom: 20px;
  display: block;
}
.kitchen_Area .fiore-stone .flex {
  justify-content: space-between;
}
.kitchen_Area .fiore-stone .flex div {
  width: 46%;
}
.kitchen_Area .fiore-stone .flex div p {
  font-size: 12.5px;
}
.kitchen_Area .fiore-stone .flex figure {
  max-width: 210px;
  width: 50%;
  height: fit-content;
}

.kitchen_Area .setsuyu {
    flex-wrap: wrap;
    justify-content: space-between;
}
.kitchen_Area .setsuyu h4,
.kitchen_Area .setsuyu h4 + p {
    width: 100%;
}
.kitchen_Area .setsuyu div { width: 32%; }
.kitchen_Area .setsuyu figure { width: 64%; }

.bathroom_Area{
display: flex;
flex-direction: column;
gap: 60px 0;
}


.bathroom_Area .mahobin li.flex {
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: baseline;
}
.bathroom_Area .mahobin li.flex h4 {
    width: 100%;
}
.bathroom_Area .mahobin li.flex div {
    width: 30%;
}
.bathroom_Area .mahobin li.flex figure {
    width: 66.7%;
}

.bathroom_Area .full-auto {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 70px;
}
.bathroom_Area .full-auto h4 {
    width: 100%;
}
.bathroom_Area .full-auto p {
    position: relative;
    padding-right: min(17.5vw,230px);
    padding-bottom: 0;
    margin-bottom: 15px;
}
/*.bathroom_Area .full-auto p::after {
    content: "";
    display: block;
    width: min(17vw,200px);
    background: url(../img/bath_img13-logo.png) no-repeat center right;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    aspect-ratio: 200/64;
}*/
.bathroom_Area .full-auto figure {
    width: calc((100% - 4%) / 2);
    max-width: 480px;
}
.bathroom_Area .full-auto figure span {
    position: relative;
    font-size: 13px;
    margin-bottom: 1em;
    display: block;
}
.bathroom_Area .powder li:first-child figure {
    margin-top: -3%;
}

.comfort_Area .wide-sasshi h4:last-of-type {
    margin: 20px 0 0;
}
.column65-35.autobath .cap_Txt{
bottom: 0;
right: 54.5%;
}
.icon_circle {
    position: absolute;
    top: 41%;
    right: -5%;
    width: 10%;
}

#greening {
padding-top: 100px;
margin-top: -40px;
}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {



}

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

    /*=== 共通 ===*/
    .text.center {
        text-align: left;
    }

    #main_Wrap .triangle {
        height: calc(tan(60deg)* 44vw / 2);
        width: 44vw;
        left: 57%;
    }

    /* 設備仕様 / 共通 */
    #content_Wrap  .Txt_note {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .copy {
        font-size: 17px;
        line-height: 1.5;
        text-align: center;
    }
    .sub_copy {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        line-height: 1.8;
        padding-bottom: 0;
    }
    .toilet .sub_copy {
        padding-bottom: 0;
    }
    .eq_main{
      flex-wrap: wrap;
      margin: 0 auto -20px;
    }
    .kitchen_Area .eq_main{
      flex-wrap: wrap;
      margin: 0 auto 0;
    }
    .eq_main.nophoto{
      margin: 0 auto 40px;
    }
    .eq_maincopy_Box,
    .eq_main figure{
      width: 100%;
    }
    .eq_main.toilet figure {
        width: 100%;
    }
    .toilet .eq_maincopy_Box {
        width: 100%;
    }
    .eq_main .eq_maincopy_Box figure {
        width: 100%;
        margin: 0 0 20px;
    }
    .eq_maincopy_Box h2{
      margin-bottom: 20px;
      text-align: center;
    }
    .eq_maincopy_Box h2.kitchen_ttl span{ width: 40%;}
    .eq_maincopy_Box h2.bathroom_ttl span{ width: 60%;}

    .con_box h4 {
        line-height: 1.4;
    }
    .con_box figure + h4.sp {
        padding-top: 0.7em;
    }
    .con_box h4.font_s17 {
        font-size: 16px;
    }
    .con_box h4.font_s14 {
        font-size: 15.6px;
    }
    .con_box h4 span {
        padding-left: 0px;
    }
    .con_box p {
        letter-spacing: 0;
    }

    .con_box .ttl_borderbtm {
        font-size: 16px;
        padding-bottom: 8px;
        letter-spacing: 0.09em;
        line-height: 1.4;
        font-feature-settings: "palt";
    }


    .column1 {

    }

    .column1.cat_last {

    }
    .column2 {

    }
    .column2.cat_last {

    }

    .column2 ul.flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .column2 ul li {
        width: 100%;
        max-width: 100%;
    }
    .column2 ul.line1 li {
        width: 49%;
        max-width: 490px;
    }

    .column2.opencounter ul li:not(:last-child) {
      margin-bottom: 0;
    }
    .column2.flat35 ul li:not(:last-child) {
      margin-bottom: 10px;
    }
    .column2.flat35 h5{
      margin-top: 10px;
      font-size: 14px;
    }
    .column2 ul.line1 li:not(:last-child) {
        margin-bottom: 0;
    }
    .column2.net ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .column2.net ul li figure.sp{ margin-top: 20px;}
    .column2.secblock ul li#greening:not(:last-child) {
        margin-bottom: 20px;
    }
    .column2 ul li p.Txt_p {
        font-size: 14px !important;
        letter-spacing: 0.05em;
        padding-top: 6px;
    }
    .column2 p.Txt_p {
        font-size: 14px !important;
        letter-spacing: 0.05em;
        padding-top: 6px;
    }


    .column2.moving ul li:nth-child(1) {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .column2.moving ul li:nth-child(2) {
        width: 100%;
        max-width: 100%;
    }
    .column2.restroom{
      margin-bottom: 10px;
    }
    .column2.restroom ul li{
      margin-bottom: 15px;
    }


    .column3 {
        /* margin-bottom: 40px; */
    }
    .column3 ul.flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .column3 ul li {
        width: 48.5%;
        max-width: 100%;
    }
    .column3 ul li.w100_sp {
        width: 100%;
    }
    .column3 ul li.Txt_block {
        width: 48%;
    }
    .column3 ul li.inner_box {
        width: 48%;
    }
    .column3 ul li.inner_box figure {
        width: 100%;
        max-width: unset;
    }
    .column3.restroom ul li {
        width: 100%;
        max-width: 100%;
    }
    .column3 ul.line1 li {
        width: 49%;
        max-width: 490px;
    }
    .column3 ul:not(:last-of-type) li:last-child,
    .column3 ul li:not(:last-child) {
        margin-bottom: 30px;
    }
    .column3.set01 ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .column3 ul li.list_txt {
        margin-bottom: 0!important;
    }
    .column3 ul li:nth-child(n+4) {
        margin-top: 0;
    }
    .column3 ul.line1 li:not(:last-child) {
        margin-bottom: 40px;
    }

    .column3 ul.line1 li.Txt_block{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 40px;
    }


    .column4 {

    }
    .column4 ul.flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .column4 ul.line1 {
        justify-content: space-between;
        /* align-items: flex-start; */
        flex-wrap: wrap;
    }
    .column4 ul li {
        width: 48.5%;
        max-width: 100%;
    }
    .column4 ul li.w50 {
        width: 100%;
    }
    .column4 ul li.liside_txt > figure {
        width: calc();
    }
    .column4 ul.line1 li {
        width: 49%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .column4 ul.line1 li p{
        letter-spacing: 0.1em;
    }
    .column4 ul.line1 li figure{
        margin-top: auto;
    }
    .column4.f-small ul li h4 {
        font-size: 16px;
    }
    .column4.restroom{
      margin-bottom: 20px;
    }
    .service_Area .column4 ul.flex:nth-child(2){
      margin-top: 0;
    }
    .service_Area .column4 ul li{
      margin-bottom: 20px;
    }

    .column40-60 {
        margin-bottom: 40px;
    }
    .column40-60 ul.flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .column40-60 ul li:nth-child(1) {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .column40-60 ul li:nth-child(2) {
        max-width: 100%;
    }
    .column40-60 ul li p {
        font-size: 14px !important;
    }


    .column60-40 {
        margin-bottom: 40px;
    }
    .column60-40 ul.flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .column60-40 ul li {
        width: 100%;
    }
    .column60-40 ul li p.Txt_p {
        font-size: 14px !important;
        padding: 10px 0 19px;
    }
    .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%;
    }
    .column60-40 ul li .w50 {
        justify-content: space-between;
    }
    .column60-40 ul li .w50 li {
        width: 49%;
        max-width: unset;
    }

    .column65-35 {
      /* margin-bottom: 40px; */
    }
    .column65-35 ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }
    .kitchen_Area .column65-35 ul li:nth-child(1) {
        margin-bottom: 0;
    }
    .column65-35 ul li:nth-child(2) {
        width: 100%;
    }
    .column65-35.autobath ul li:nth-child(1) {
        order: 2;
    }
    .column65-35.autobath ul li:nth-child(2) {
        order: 1;
    }

    .column70-30 ul li:nth-child(1) {
        width: 100%;
    }
    .column70-30 ul li:nth-child(2) {
        width: 100%;
    }
    /* .column70-30.autobath ul li:nth-child(1) {
        order: 2;
    }
    .column70-30.autobath ul li:nth-child(2) {
        order: 1;
    } */
    .column60-40 ul li.txt-height {
        margin-bottom: 30px;
    }
    .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;
    }

    /* 設備仕様 / 個別 */
    .kitchen_Area {
    gap: 40px 0;
    }
    .kitchen_Area .fiore-stone {
        padding: 10px 15px 15px;
        line-height: 1.5;
    }
    .kitchen_Area .fiore-stone span {
        font-size:15px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .kitchen_Area .fiore-stone .flex div p {
        font-size: 12.5px;
    }
    .kitchen_Area .setsuyu {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .kitchen_Area .setsuyu div {
        width: 100%;
        margin: 0 auto 10px;
    }
    .kitchen_Area .setsuyu figure { width: 100%; }

    .kitchen_Area .set01 figure { margin-bottom: 10px; }

    /*.bathroom_Area .shower li {
        margin-bottom: 0!important;
    }*/
    .bathroom_Area .column3.bathroom > ul > li:nth-child(n+3) {
        margin-top: 0;
    }

    .bathroom_Area .mahobin li.flex {
    }
    .bathroom_Area .mahobin li.flex div {
        width: 100%;
    }
    .bathroom_Area .mahobin li.flex figure {
        width: 100%;
    }

    .bathroom_Area .full-auto {
        padding-bottom: 20px;
    }
    .bathroom_Area .full-auto p {
        padding-right: 0;
    }
    .bathroom_Area .full-auto p::after {
        content: none;
    }
    .bathroom_Area .full-auto::after {
        content: "";
        display: block;
        width: 40%;
        background: url(../img/bath_img13-logo.png) no-repeat center right;
        background-size: contain;
        position: absolute;
/*        top: -4%;*/
        right: 0;
        aspect-ratio: 200/64;
    }
    .bathroom_Area .full-auto figure:first-of-type {
        width: 100%;
    }
    .bathroom_Area .full-auto figure:first-of-type img {
        padding: 5px 0 10px;
        background: #fff;
        display: block;
    }
    .bathroom_Area .full-auto figure:last-of-type {
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .bathroom_Area .powder li:first-child figure {
        margin-top: 0;
    }

    .icon_circle {
        position: absolute;
        top: 41%;
        right: -2.6%;
        width: 9%;
    }
    .column3 ul li.mg0{
    margin: 0;
    }
    #greening {
    padding-top: 100px;
    margin-top: -100px;
    }
}
