@charset "utf-8";


.image {
    position: relative;
}


.image .cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
}


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

.dt_title {
    color: #db5a5b;
    font-size: 14px;
    margin: 5px 0;
}

.txt {
    font-size: 12px;
}


.sec_com,
.sec_mult,
.sec_eco {
    max-width: 1300px;
    width: 90%;
    margin: 50px auto 0;
}

.sec_mult {
    margin: 80px auto;
}


.grid01 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 30px;
}





.sec_mult .image {
    margin-top: 10px;
}

.sec_eco .eco_01 {
    margin-top: 10px;
}

.flex02 {
    margin: 40px 0;
}

.flex02 .eco_02 {
    width: 69%;
}

.flex02 .eco_03 {
    width: 25%;
}

.flex03 .eco_04 {
    width: 44.5%;
}

.flex03 .eco_05 {
    width: 50%;
}




/* pc&tab版 */
@media screen and (min-width:731px) {
    .disp-sp_tab {
        display: none;
    }
}

/* tab版 調整用 */
@media screen and (max-width:1001px) and (min-width:731px) {
    .disp-sp_tab {
        display: block;
    }

    .disp-pc_only {
        display: none;
    }

    .grid01 {
        gap: 40px 20px;
    }
}

/* スマホ版 */
@media screen and (max-width:730px) {

    .disp-pc_only {
        display: none;
    }

    .grid01 {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .flex02 {
        flex-direction: column;
        margin: 30px 0;
    }

    .sec_mult {
        margin: 60px auto;
    }

    .sec_mult .image,
    .sec_eco .eco_01 {
        margin-top: 20px;
    }

    .flex02 .eco_02 {
        width: 100%;
    }

    .flex02 .eco_03 {
        width: 100%;
        margin-top: 10px;
    }

    .flex03 {
        flex-direction: column;
        margin: 30px 0;
    }

    .flex03 .eco_04 {
        width: 100%;
    }

    .flex03 .eco_05 {
        width: 100%;
        margin-top: 10px;
    }
}

/* ------------ 共通 ------------ */
.footer_note {
    max-width: 1300px;
    width: 90%;
    margin: 80px auto 40px;
}


.all_wrap {
    color: #524517;
}

.cap {
    font-size: 10px;
    color: #524517;
}

.white {
    color: #fff;
}

.bg {
    background-color: #f3f2eb;
}


.title_wrap .title {
    font-family: 'Crimson Text', serif;
    color: #736a00;
    font-weight: bold;
    line-height: 1;
}

.equ_nav {
    max-width: 1000px;
    width: 90%;
    padding-top: 30px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}

.bottom_nav {
    margin-bottom: 80px;
    padding-top: 0;
}

.equ_nav li {
    width: calc(93%/3);
}

.sec_title {
    font-family: 'Crimson Text', serif;
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.sec_title span {
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    margin-left: 20px;
    letter-spacing: 0;
}

/* title周り共通 */
@media screen and (min-width:731px) {
    .mv {
        position: relative;
    }

    .mv .cap {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .heat {
        max-width: 240px;
        width: 20%;
        position: absolute;
        transform: translate(-50%, 0);
        bottom: -30%;
        left: 50%;
    }

    .title_wrap {
        margin: 12% auto 0;
        padding-bottom: 50px;
    }

    .title_wrap .title {
        font-size: 40px;
        letter-spacing: 3px;
        text-align: center;
    }

    .title_wrap .lead {
        text-align: center;
        font-size: 43px;
        font-weight: 700;
        letter-spacing: 2px;
        margin: 30px 0 20px 0;
    }

    .title_wrap .lead .green {
        color: #5fa124;
    }

    .title_wrap .lead .pink {
        color: #ea6061;
    }

    .title_wrap .txt {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (max-width:1001px) and (min-width:731px) {
    .title_wrap .title {
        font-size: 35px;
    }

    .title_wrap .lead {
        font-size: 30px;
    }

    .footer_note {
        margin-top: 50px;
    }

    .bottom_nav {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:730px) {
    .mv {
        position: relative;
    }

    .mv .cap {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .heat {
        width: 30%;
        position: absolute;
        transform: translate(-50%, 0);
        bottom: -20%;
        left: 50%;
    }

    .title_wrap {
        margin: 20% auto 0;
        padding-bottom: 20px;
    }

    .title_wrap .title {
        font-size: 28px;
        letter-spacing: 3px;
        text-align: center;
    }

    .title_wrap .lead {
        text-align: center;
        font-size: 21px;
        font-weight: 700;
        letter-spacing: 2px;
        margin: 20px 0 10px 0;
    }

    .title_wrap .lead .green {
        color: #5fa124;
    }

    .title_wrap .lead .pink {
        color: #ea6061;
    }

    .title_wrap .txt {
        text-align: center;
        font-size: 13px;
        line-height: 26px;
    }

    .footer_note {
        margin: 50px auto 20px;
    }

    .bottom_nav {
        margin-bottom: 50px;
    }

    .sec_title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px;
    }

    .sec_title span {
        margin-left: 0;
        display: block;
        margin-top: 3px;
        font-size: 12px;
    }
}