@charset "UTF-8";

.main {
    background-color: #DEE1DE;
}

.bottomArea {
    background-color: #DEE1DE;
}

/* Navigation*/
#nav-tab {
    display: flex;
    justify-content: space-between;
}

#nav-tab .nav-btn {
    position: relative;
    width: 24.098%;
    text-align: center;
    background: #CEB697;
    color: #ffffff;
    align-content: center;
    font-size: 26px;
    line-height: 1.3;
    padding: 15px 0 18px;
    font-family: "BellMT", sans-serif;
    letter-spacing: 0;
}

#nav-tab .nav-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 45%;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

#nav-tab .nav-btn:hover {
    background: #AD8551;
}

#nav-tab .nav-btn.active {
    background: #AD8551;
}

/* Intro */
.intro {
    text-align: center;
    margin: 0 0 85px;
}

.intro__title {
    font-size: 35px;
    font-weight: 400;
    color: #AD8551;
    font-family: "BellMT", sans-serif;
}

.intro__sub-title {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.intro__text {
    margin-bottom: 1rem;
    line-height: 2.3333;
}

/* Section */
.sec-content {
    margin-bottom: 115px;
}

.sec-heading {
    font-size: 35px;
    font-weight: 400;
    color: #AD8551;
    font-family: "BellMT", sans-serif;
    text-align: center;
    margin: 55px 0;
}

.sec-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 34.5px;
    row-gap: 40px;
}

.sec-list .item {
    width: 31.143%;
}

.sec-list .item h5 {
    font-size: 20px;
    line-height: 2;
    margin: 8px 0 4px;
}

.sec-list .item .txt p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
}

.sec-list .item .txt .note {
    font-size: 12px;
}

/* Special layouts */
.flexRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
}

#kitchen .flexRow-01 {
    margin: 40px 0 0;
}

#powder-room .flexRow-01 {
    margin: 0 0 40px;
}

#bathroom .flexRow-01 {
    margin: 40px 0;
}

#bathroom .flexRow-01 .col65 {
    row-gap: 67px;
}

.sec-list.col31 {
    width: 31.143%;
}

.sec-list.col65 {
    width: 65.7143%;
    justify-content: space-between;
}

.sec-list.col31 .item {
    width: 100%;
}

.sec-list.col65 .item {
    width: 47.392%;
}

#others .sec-content {
    margin-bottom: 0;
}

@media screen and (min-width: 769px) {
    .heroVisual__heading .en {
        font-size: 45px;
    }
}

@media screen and (max-width: 768px) {
    .heroVisual__heading {
        top: 50%;
        text-align: center;
    }

    #nav-tab {
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 8px;
    }

    #nav-tab .nav-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 6px);
        min-height: 60px;
        font-size: 16px;
        line-height: 1.4;
        padding: 10px 16px 10px 8px;
    }

    #nav-tab .nav-btn::after {
        top: 50%;
        right: 12px;
        bottom: auto;
        width: 6px;
        height: 6px;
        transform: translateY(-50%) rotate(45deg);
    }

    .intro {
        margin: 0 0 56px;
    }

    .intro__title {
        font-size: 23px;
    }

    .intro__sub-title {
        font-size: 19px;
        line-height: 1.8;
        margin-bottom: 12px;
    }

    .intro__text {
        font-size: 14px;
        line-height: 2;
    }

    .sec-content {
        margin-bottom: 72px;
    }

    .sec-heading {
        font-size: 22px;
        margin: 32px 0 28px;
    }

    .sec-list {
        justify-content: space-between;
        column-gap: 12px;
        row-gap: 32px;
    }

    .sec-list .item,
    .sec-list.col65 .item {
        width: calc((100% - 12px) / 2);
    }

    .sec-list.col31,
    .sec-list.col65 {
        width: 100%;
    }

    
    .sec-list.col31 .item {
        width: 100%;
        display: flex;
        column-gap: 12px;
    }
    
    .sec-list.col31 .item .photo {
        width: calc((100% - 12px) / 2);
    }
    
    .sec-list.col31 .item .txt {
        width: calc((100% - 12px) / 2);
    }
    
    .sec-list .item h5 {
        font-size: 16px;
        line-height: 1.8;
        margin: 10px 0 6px;
    }

    .sec-list.col31 .item h5 {
        margin-top: 0;
    }

    .sec-list .item .txt p {
        font-size: 12px;
        line-height: 1.9;
    }

    .sec-list .item .txt .note {
        font-size: 10px;
    }

    /* .flexRow {
        display: block;
    } */

    .flexRow .sec-list + .sec-list {
        margin-top: 32px;
    }

    #kitchen .flexRow-01,
    #powder-room .flexRow-01,
    #bathroom .flexRow-01 {
        margin: 32px 0;
    }

    #powder-room .flexRow-01 .col31,
    #powder-room .flexRow-01 .col65 {
        margin-top: 0;
    }

    #kitchen .flexRow-01 {
        margin-top: 0;
    }

    #kitchen .flexRow-01 .col31 {
        width: calc((100% - 12px) / 2);
        margin-top: 32px;
    }

    #kitchen .flexRow-01 .col31 .item {
        display: flex;
        flex-wrap: wrap;
    }

    #kitchen .flexRow-01 .col31 .item h5 {
        margin: 10px 0 6px;
    }

    #kitchen .flexRow-01 .col31 .item .photo {
        width: 100%;
    }

    #kitchen .flexRow-01 .col31 .item .txt {
        width: 100%;
    }

    #kitchen .flexRow-01 .col65 {
        width: calc((100% - 12px) / 2);
    }

    #kitchen .flexRow-01 .col65 .item {
        width: 100%;
    }


    /* #kitchen .flexRow-01 .col65 {
        order: -1;
    } */
     

    #bathroom .flexRow-01 {
        display: flex;
    }

    #bathroom .flexRow-01 .col31 {
        width: calc((100% - 12px) / 2);
    }

    #bathroom .flexRow-01 .col31 .item {
        display: block;
    }

    #bathroom .flexRow-01 .col31 .item h5 {
        margin-top: 10px;
    }

    #bathroom .flexRow-01 .col31 .item .photo {
        width: 100%;
    }

    #bathroom .flexRow-01 .col31 .item .txt {
        width: 100%;
    }

    #bathroom .flexRow-01 .col65 {
        width: calc((100% - 12px) / 2);
        row-gap: 32px;
        margin-top: 0;
    }

    #bathroom .flexRow-01 .col65 .item {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sec-list .item h5.mh-sp {
        min-height: 57.6px;
    }

}
