@charset "UTF-8";

footer {
    padding-top: 1px;
}

main {
    margin-top: 120px;
}

/*メインビジュアル*/
#hero_Wrap {
    position: relative;
    width: 100%;
    height: calc(100svh - 120px);
    background: url(../img/main.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#hero_Wrap .mv_Txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 300px;
    margin: 0 auto;
}



/*メインコンテンツ*/
.contents {
    padding: 0px 0 0;
    color: #552121;
    text-align: center;
}
.imgArea {
    width: 100%;
    color: #b79e6c;
    text-align: center;
    background: url(../../common/img/bg.jpg) repeat-y;
    background-size: 100%;
    background-position: center;
    padding: 100px 0;
    font-size: 30px;
}

.img_fBox {
    width: 1000px;
    max-width: 90%;
    margin: 60px auto;
}
.img_fBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.img_fBox ul li.img {
    width: 48%;
}
.img_fBox ul li.img p {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
}
.img_fBox ul li.txt {
    width: 48%;
    text-align: left;
}
.img_fBox ul li.txt h3 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.img_fBox ul li.txt p {
    line-height: 2;
    font-size: 18px;
}


.season {
    width: 1000px;
    max-width: 90%;
    margin: 80px auto;
}
.season h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.season ul.season_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.season ul.season_img li {
    width: 24%;
}
.season ul.season_img li h4 {
    font-size: 30px;
    margin: 15px auto;
}
.season ul.season_img li p {
    line-height: 1.4;
}
.suikei {
}
.suikei h3 {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 20px;
    font-size: 30px;
    text-align: left;
}
.suikei .nitijo {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.suikei .nitijo li.img {
    width: 60%;
}
.suikei .nitijo li.txt {
    width: 40%;
    text-align: left;
    line-height: 2;
    font-size: 18px;
}
.suikei .ohori {
    width: 1000px;
    max-width: 90%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.suikei .ohori li {
    width: 31%;
    margin-bottom: 30px;
}
.suikei .ohori li figure > p {
    font-size: 12px;
    text-align: center;
    margin: 5px auto 0;
}
.suikei .ohori li h4 {
    font-size: 23px;
    text-align: center;
    padding: 10px 0;
}
.suikei .ohori li > p {
    line-height: 1.5;
}

.central {
    width: 1000px;
    max-width: 90%;
    margin: 80px auto;
}
.central h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.central p {
    line-height: 2;
}
.central figure {
    width: 800px;
    max-width: 100%;
    margin: 50px auto 0;
}
.value_f {
    padding-top: 0 !important;
}
.value_f > h3 {
    font-size: 30px;
    margin-bottom: 50px;
}
.value_f .tika {
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.value_f .tika li {
    width: 48%;
    margin-bottom: 30px;
}
.value_f article {
    width: 1000px;
    max-width: 90%;
    margin: 50px auto 0;
}
.value_f article h4 {
    font-size: 25px;
    text-align: left;
    margin-bottom: 20px;
}
.value_f article ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.value_f article ul li.txt {
    width: 45%;
    text-align: left;
    line-height: 2;
}
.value_f article ul li.img {
    width: 55%;
}
.value_f article ul li.img p {
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
}
.sumu {
    padding-top: 100px;
}


.bg_gray {
    background: #e3e3e6;
    padding: 80px 0;
}

.notes {
    margin-top: 40px;
}
.notes p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    
    /*メインビジュアル*/
    main {
        margin-top: 60px;
    }
    #hero_Wrap {
        height: 50svh;
        background: url(../img/main_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #hero_Wrap .mv_Txt {
        width: 230px;
    }
    
    
    /*メインコンテンツ*/
    .contents {
        padding: 0px 0 0;
    }
    .contents h4 {
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .contents p {
        font-size: 14px;
        line-height: 2.5;
    }
    .contents h5 {
        margin: 0 auto 40px;
    }
    .imgArea {
        font-size: 25px;
        padding: 50px 0;
        margin-bottom: 0;
    }
    .imgArea h4 {
        margin-bottom: 0;
    }
    
    .img_fBox ul li.txt {
        width: 100%;
        order: 1;
    }
    .img_fBox ul li.img {
        width: 100%;
        order: 2;
        margin-top: 30px;
    }
    .img_fBox ul li.txt h3 {
        font-size: 25px;
    }
    .img_fBox ul li.txt p {
        font-size: 14px;
    }
    
    .season ul.season_img li {
        width: 48%;
        margin-bottom: 30px;
    }
    .season ul.season_img li h4 {
        line-height: 1;
    }
    
    .suikei h3 {
        font-size: 23px;
    }
    .suikei .nitijo li.txt {
        width: 100%;
    }
    .suikei .nitijo li.img {
        width: 100%;
        margin-top: 30px;
    }
    
    .suikei .ohori li {
        width: 100%;
    }
    .suikei .ohori li h4 {
        margin-bottom: 0;
        line-height: 1;
    }
    
    .central h3 {
        font-size: 23px;
        line-height: 1.5;
    }
    
    .sumu {
        padding-top: 50px;
        font-size: 23px;
    }
    .value_f > h3 {
        font-size: 23px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .value_f .tika li {
        margin-bottom: 10px;
    }
    
    .value_f article h4 {
        font-size: 18px;
        text-align: center;
    }
    .value_f article ul li.txt {
        width: 100%;
        order: 2;
    }
    .value_f article ul li.img {
        width: 100%;
        order: 1;
    }
    .value_f article ul li.img p {
        margin-top: 5px;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    
    .notes {
        width: 90%;
        margin: 30px auto;
    }
    .notes p {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}