@charset "utf-8";


/*main_Visual*/
.main_Visual {
    position: relative;
}

.main_Visual>div {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
}

.main_Visual .ttl,
.lead_area .ttl {
    width: 60%;
    max-width: 286px;
    margin: 0 auto 60px;
}

.main_Visual .copy {
    font-size: 20px;
    line-height: 2.0;
    letter-spacing: 0.15em;
}

.text-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53%;
    padding: 3% 0;
}

.text-cont h3 {
    position: relative;
    font-size: 20px;
    line-height: 2.0;
    letter-spacing: 0.15em;
    color: #a78d3f;
    text-align: center;
}

.text-cont h3 span {
    font-size: 200%;
    letter-spacing: 0.2em;
}

.text-cont span.line {
    font-size: unset;
    display: block;
    width: 24%;
    margin: 0 auto 2em;
}

/* クオリティ共通 */
.quality_List {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    width: 90%;
    margin: 80px auto;
    gap: 30px;
}

.quality_List>li {
    width: calc((100% - 60px) / 3);
}

.quality_List>li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #6a5625;
    border: 1px solid #6a5625;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    transition: .3s;
}

.quality_List>li.here a {
    color: #fff;
    background-color: #6a5625;
    pointer-events: none;
}

.quality_List>li a:hover {
    opacity: .6;
}

/* タイトル・リード文章 */
.qua_Ttl {
    margin-bottom: 60px;
    text-align: center;
}

.qua_Ttl>h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    padding: 0 20px 20px;
    color: #6a5625;
    font-size: min(5.8vw, 32px);
    letter-spacing: 0.15em;
    box-sizing: border-box;
}

.qua_Ttl>h3::before,
.qua_Ttl>h3::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    background-color: #6a5625;
    box-sizing: border-box;
    transform: translateX(-50%);
}

.qua_Ttl>h3::before {
    bottom: 0;
    width: 100%;
    height: 1px;
}

.qua_Ttl>h3::after {
    bottom: -2px;
    width: 50%;
    height: 5px;
}

.qua_Ttl>h4 {
    color: #6a5625;
    font-size: min(4.2vw, 22px);
    line-height: 1.6;
}

.qua_Ttl>h4+p {
    margin-top: 1em;
    font-size: min(3.5vw, 14px);
    line-height: 2;
}

section[class='qua_Block'] {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 150px;
}

section[class='qua_Block']:last-of-type {
    margin-bottom: 0;
}

/* 横並び設定（ul想定） */
.column2,
.column2_2-1,
.column2_3-1,
.column3,
.column4 {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.column2>li {
    width: calc((100% - 40px) / 2);
}

.column2_2-1>li:nth-child(odd) {
    width: calc((((100% - 80px) / 3) * 2) + 40px);
}

.column2_2-1>li:nth-child(even) {
    width: calc((100% - 80px) / 3);
}

.column2_3-1>li:nth-child(odd) {
    width: calc((((100% - 120px) / 4) * 3) + 80px);
}

.column2_3-1>li:nth-child(even) {
    width: calc((100% - 120px) / 4);
}


.column3>li {
    width: calc((100% - 80px) / 3);
}

.column4>li {
    width: calc((100% - 120px) / 4);
}

.eq_main {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.item_Wrap {
    margin-bottom: 40px;
}

.item_Wrap h5+.flex,
.item_Wrap p+.flex {
    margin-top: 10px;
}

.item_Box h5 {
    color: #6a5625;
    font-size: min(4.2vw, 18px);
    line-height: 1.4;
}

.item_Box h5 small {
    font-size: 13px;
}

.item_Box p {
    margin-top: 0.5em;
    font-size: min(3.5vw, 14px);
    line-height: 1.6;
    text-align: justify;
}

.item_Box p.notes {
    font-size: 12px;
}

.item_Box figure {
    position: relative;
}

.item_Box figure+h5 {
    margin-top: 10px;
}

/* 個別設定 */
/* キッチン */
.item_Wrap01>.column2 {
    align-items: stretch;
}

.item_Wrap01>.column2>li:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_Wrap02>.column3>li:nth-child(2) figcaption:nth-of-type(1),
.item_Wrap02>.column3>li:nth-child(3) figcaption:nth-of-type(1) {
    right: 54%;
}

.item_Wrap02>.column3>li:nth-child(3) figcaption {
    bottom: 20%;
}

/* 洗面 */
.item_Wrap08>li:nth-child(2) figcaption:nth-of-type(1) {
    bottom: 54%;
}

/* トイレ*/
#lavatory .eq_main .notes {
    line-height: 1.5;
}

.item_Wrap10>li:nth-child(7) figcaption {
    bottom: 25%;
}


/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {
    .main_Visual>figure {
        background: #000;
    }

    .main_Visual>figure img {
        opacity: 0.4;
    }

    .main_Visual>div.sp {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 94%;
        margin: 0 auto;
    }

    .main_Visual>div.sp .ttl {
        width: 40%;
        max-width: 236px;
        margin: 0 auto 30px;
    }

    .main_Visual .copy {
        color: #c9bb98;
        text-align: center;
        font-size: 18px;
        letter-spacing: 0.16em;
        line-height: 1.8;
        font-feature-settings: "palt";
        padding-left: 0.5em; /* 句読点の中央調整 */
    }


    section[class='qua_Block'] {
        width: 100%;
        margin: 0 auto 150px;
    }

    /* クオリティ共通 */
    .quality_List {
        flex-direction: column;
        flex-wrap: wrap;
        margin: 60px auto;
        gap: 20px;
    }

    .quality_List:nth-of-type(2) {
        margin-bottom: 0;
    }

    .quality_List>li {
        width: 100%;
    }

    .quality_List>li a {
        font-size: 14px;
    }

    /* タイトル・リード文章 */
    .qua_Ttl {
        margin-bottom: 30px;
    }

    /* 横並び設定（ul想定） */
    .column2>li,
    .column2_2-1>li:nth-child(odd),
    .column2_2-1>li:nth-child(even),
    .column2_3-1>li:nth-child(odd),
    .column2_3-1>li:nth-child(even),
    .column3>li,
    .column4>li {
        width: 100%;
    }

    .eq_main {
        position: relative;
        width: 100%;
        margin-bottom: 60px;
    }

    .eq_main~* {
        width: 90%;
        margin: 0 auto;
    }

    .item_Wrap {
        margin-bottom: 40px;
    }

    .item_Wrap p+.flex {
        margin-top: 10px;
    }

    .item_Box h5 {
        color: #6a5625;
        line-height: 1.4;
    }

    .item_Box p {
        margin-top: 0.5em;
        line-height: 1.6;
    }

    .item_Box p.notes {
        font-size: 12px;
    }

    .item_Box figure {
        position: relative;
    }

    .item_Box figure+h5 {
        margin-top: 10px;
    }

    /* 個別設定 */
    /* キッチン */
    .item_Wrap01>.column2 .column2:first-of-type {
        margin-bottom: 40px;
    }

    .item_Wrap01>.column2 .column2 {
        gap: 10px;
    }

    .item_Wrap02>.column3 {
        gap: 10px;
    }

    .item_Wrap04 {
        gap: 10px;
    }

    .item_Wrap04>li:nth-child(4) {
        margin-top: 30px;
        order: 3;
    }

    .item_Wrap04>li:nth-child(3) {
        order: 4;
    }

    /* 風呂 */
    .item_Wrap05 {
        margin-bottom: 0;
    }
}
