@charset "utf-8";

/* ----------------------------------
design
---------------------------------- */

.f-180 {
    font-size: 180%;
}

.f-270 {
    font-size: 270%;
}

.purple {
    color: #373472;
}

.blue {
    color: #205496;
}


#content_Wrap {
    position: relative;
    color: #323232;
    background: #ffffff00;
}

#content_Wrap figure {
    position: relative;
    height: fit-content;
}

/*共通*/

[class$="-box"] {
    margin-top: 100px;
}

.sec_ttl {
    font-family: 'Cinzel', serif;
    font-size: 28px;
    line-height: 1.2em;
    letter-spacing: 0.14em;
    color: #caba8b;
    display: inline-block;
    /* テキスト幅に合わせる */
    position: relative;
}

.sec_ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    /* 親の中央を基準に */
    transform: translateX(-50%);
    /* 中央揃え */
    bottom: -10px;
    /* 文字の下10pxに配置 */
    width: 140px;
    /* 線の幅 */
    height: 1px;
    /* 線の太さ */
    background: linear-gradient(to right, transparent, #caba8b, transparent);
}


.sec_lead {
    font-size: 24px;
    margin-top: 40px;
    line-height: 1.8em;
    letter-spacing: 0.03em;
    color: white;
}

.sec_text {
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    color: white;
}

.text_area {
    text-align: center;
}

.des_bk {
    padding: 60px 0 100px 0;
}

/*個別*/

figure {
    position: relative;
}

a {
    transition: all .5s;
}

a:hover {
    opacity: .7;
}

.main {
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16% 0;
    position: relative;
    z-index: 1;
}

.main h2 {
    font-size: 24px;
    letter-spacing: 6px;
    color: #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec01 {
    max-width: 100%;
    margin: 0 auto;
}

.sec01 .des_bk {
    background-image: url(../img/);
    background-repeat: no-repeat;
    background-size: cover;
}


.sec01_main {
    background-image: url(../img/design_img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24% 0;
    position: relative;
    z-index: 1;
}

.sec01 .des_bk {
    background-image: url(../img/des_bk01.jpg);
}



.sec02_main {
    background-image: url(../img/design_img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30% 0;
    position: relative;
    z-index: 1;
}

.sec02 .des_bk {
    background-image: url(../img/des_bk02.jpg);

    background-size: cover;
}

.des_bk .flex {
    align-items: center;
}

.sec02_L {
    width: 95%;
    max-width: 1700px;
    right: 0;
}

.sec02 .text_area {
    margin-bottom: 100px;
}

.contents_R {
    margin-left: 60px;
}

.contents_L {
    width: clamp(50rem, -0.481rem + 57.69vw, 68.75rem);
    position: relative;
}

.sec03 {
    padding: 80px 0 100px 0;
    background-color: #dddccf;
}

.sec03 .text_area {
    margin-top: 0;
}

.sec03 .sec_ttl {
    color: #654841;
}

.sec03 .sec_text {
    color: #000;
}

.sec03 .sec_ttl::after {
    display: none;
}

.sec03 .sec_text {
    margin-top: 40px;
}

.land-space_pic {
    margin-top: 60px;
}


.item-list {
    text-align: left;
}

.list_01 {
    margin-top: 40px;
    display: grid;
    gap: 30px 40px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.item h4 span {
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    letter-spacing: 0;
    background: #654841;
    color: #fff;
    margin-right: 8px;
}

.item h4 {
    display: flex;
    /* 横並びにして縦も揃える */
    align-items: center;
    /* 中央揃え */
    font-size: 20px;
    flex-wrap: wrap;
    /* 改行可能にする */
}

.item h4 span {
    flex-shrink: 0;
    /* 数字の箱が縮まないように固定 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #654841;
    color: #fff;
    margin-right: 8px;
}

.item p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
    letter-spacing: 0.05em;
}

.list_02 {
    margin-top: 60px;
    display: grid;
    gap: 40px 45px;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
}

.notes {
    color: #000;
}

/*=============================
タブレット表示
=============================*/

@media (max-width: 1024px) and (min-width: 641px) {
    .sec02 .flex {
        display: block;
    }

    .sec02_L {
        width: 100%;
        margin: 0 auto;
        right: 0;
    }

    .contents_R {
        text-align: center;
        margin: 60px auto 0 auto;
    }

    .contents_L {
        width: 100%;
    }

    .list_02 {
        margin-top: 40px;
        gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }

    .cap_Txt {
        left: auto;
        right: 5px;
    }

}

/*=============================
spから
=============================*/
@media screen and (max-width: 767px) {
    #content_Wrap>.secbg {
        top: 70px;
    }


    .des_bk {
        padding: 40px 0 70px 0;
    }


    .sec_ttl {
        font-size: 20px;
        line-height: 1.3em;
        text-align: center;
    }

    .sec_lead {
        font-size: 18px;
        margin-top: 30px;
    }

    .sec_text {
        font-size: 14px;
        margin-top: 30px;
    }

    /*個別*/

    .main {
        background-image: url(../img/main_sp.jpg);
        background-position: left center;
        padding: 24% 0;
    }

    .main h2 {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }


    .sec01_main {
        background-image: url(../img/design_img01_sp.jpg);
        padding: 30% 0;
    }



    .sec02_main {
        background-image: url(../img/design_img02_sp.jpg);
        padding: 32% 0;
    }

    .sec02 .flex {
        display: block;
    }

    .sec02_L {
        width: 100%;
        margin: 0 auto;
        right: 0;
    }



    .cap_Txt {
        left: auto;
        right: 5px;
    }


    .contents_R {
        text-align: center;
        margin: 40px auto 0 auto;
    }

    .contents_L {
        width: 100%;
    }

    .sec02 .text_area {
        margin-bottom: 70px;
    }

    .sec03 {
        padding: 50px 0;
        background-color: #dddccf;
    }

    .sec03 .sec_text {
        margin-top: 20px;
    }

    .land-space_pic {
        margin-top: 40px;
    }

    .list_01 {
        margin-top: 40px;
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }


    .item h4 {
        font-size: 18px;
    }

    .item p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
        letter-spacing: 0.05em;
    }

    .list_02 {
        margin-top: 40px;
        gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }

}