@charset"utf-8";

main .sec h2{
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.mv{
    background-image: url(../../img/mv.png);
    height: 551px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    background-size: cover;
}
.mv .txt{
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); 
    text-shadow: 0 0 2px white, 0 0 3px white, 0 0 4px white, 0 0 5px white, 0 0 7px white;
}
.mv .txt h1{
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.sec1{
    background: #E6E3D9;
    z-index: -1;
    margin-top: -70px;
    padding-top: 150px;
    text-align: center;
    padding-bottom: 100px;
}
.sec1 h2{
    margin-bottom: 20px;
    text-align: center;
}
.sec1 h2 img{
    margin: 0 auto;
}
.sec1 .flex{
    margin-bottom: 40px;
}
.sec1 .flex p{
    background: #31704E;
    color: #fff;
    width: 23.5%;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 400;
    padding: 40px 0;
}
.sec2 h2{
    margin-bottom: 50px;
}
.sec2{
    margin-top: -29px;
}
.sec2 .txt{
    flex: 1;
}
.sec2 .txt p{
    margin-bottom:50px;
}
.sec3{
    background: #F1EFEA;
    text-align: center;
    padding: 0 0 80px 0;
    margin-top: 70px;
}
.sec3 h2{
    position: relative;
    top: -27px;
    margin-bottom: 30px;
}
.sec3 .check{
    margin-bottom: 40px;
}
.sec3 .check p{
    width: 49%;
    background: #fff;
    font-size: 2.2rem;
    padding: 30px 30px 30px 50px;
    margin-bottom: 20px;
    border-radius: 20px 0;
    font-weight: 400;
    position: relative;
}
.sec3 .check p:after{
    background-image: url(../../img/check.svg);
    width: 38px;
    height: 19px;
    content: "";
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    position: absolute;
}
.sec4 .inner{
    position: relative;
}
.sec4 .left{
    position: absolute;
    left:-60px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: -1;
}
.sec4 .right{
    position: absolute;
    right:-60px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: -1;
}
.sec4{
    text-align: center;
    margin: 80px 0;
}
main .sec4 h2{
    font-size: 4rem;
    margin-bottom: 28px;
}
.sec4 p{
    margin-bottom: 40px;
}
main .sec4 h2 span{
    position: relative;
}
main .sec4 h2 span:before{
    position: absolute;
    content: "●";
    top: -11px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-size: 1rem;
    color: #31704E;
}
main .sec4 strong{
    border-bottom: 6px solid #C2D296;
    padding-bottom: 7px;
}
main .sec5 h2{
    margin-bottom: 38px;
}
main .sec5 .flex{
    flex-wrap: nowrap;
}
main .sec5 .txt{
    width: 100%;
    background: #006f0ab8;
    color: #fff;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    z-index: 1;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 70px;
}
main .sec5 .main{
    margin: 0 calc(51% - 50vw);
    width: 80%;
    position: relative;
    z-index: -1;
}
@media (min-width: 1500px) {
    main .sec5 .main {
        width: 100%;
    }
}
main .sec5 li{
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 400;
    border-bottom: 1px solid #ffffff8c;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
main .sec5 li img{
    margin-right: 10px;
}
main .sec6{
    text-align: center;
    margin: 80px 0;
}
main .sec6 h2{
    font-size: 4rem;
    margin-bottom: 30px;
}
main .sec6 .kouza{
    margin-top: 40px;
}
main .sec7{
    background-image: url("../../img/wood_bg.jpg");
    background-size: cover;
    padding: 80px 0;
}
main .sec7 .flex{
    flex-wrap: nowrap;
    align-items: center;
}
main .sec7 .flex img{
    margin-right: 60px;
    flex: 1;
}
main .sec7 h2{
    margin-bottom: 30px;    
}
main .sec7 p{
    margin-bottom: 20px;
}
main .sec7 .more{
    margin-top: 40px;
}
main .sec8{
    padding: 80px 0 0 0;
}
main .sec8 h2{
    text-align: center;
    margin-bottom: 40px;
}
main .sec8 .icon{
    display: block;
    text-align: center;
    margin-top: 40px;    
}
main .price_box{
    display: flex;
    align-items: center;
    border: 1px solid #36240b52;
    padding: 20px;
    box-sizing: border-box;
    width: 850px;
    margin: 40px auto 0;
}
main .price_box img{
    width: 300px;
    margin-right: 0px;
}
main .price_box .txt{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
main .price_box .txt h3{
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 10px;
}
main .price_box .txt .honbun{
    font-weight: 400;
}
main .sec9{
    margin-top: 90px;
}
main .sec9 h2{
    text-align: center;
    margin-bottom: 40px;
}
main .news_wrap{
    border-top: 1px solid #36240b52;
    margin-top: 20px;
}
main .news_wrap .article{
    border-bottom: 1px solid #36240b52;
    padding: 20px 0;
    display: flex;
}
main .news_wrap .article .honbun{
    font-weight: 400;
}
main .news_wrap .article .date{
    width: 170px;
}
@media only screen and (max-width: 767px){
    main{
        overflow: hidden;
    }
    main .sec h2{
        font-size: 2.8rem;
        text-align: center;
    }
    .mv{
        margin-top: 70px;
        height: 370px;
        background-image: url(../../img/mv_sp.png);
        width: 100%;
    }
    .mv .txt{
        left: 5%;
    }
    .mv .txt h1{
        font-size: 2.8rem;
    }
    .sec1 h2 img{
        width: 100%;
    }
    .sec2 img{
        width: 100%;
        margin-top: 26px;
    }
    main .sec5 .txt{
        margin: 0;
        padding: 40px 5%;
        margin-top: -40px;
    }
    main .sec5 .main{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .sec1 h2{
        margin-bottom: 11px;
    }
    .sec1{
        padding-bottom: 70px;
        padding-top: 140px;
    }
    .sec1 .flex{
        display: flex;
        margin-bottom: 3%;
    }
    .sec1 .flex p{
        font-size: 1.6rem;
        width: 48%;
        padding: 20px 0;
        margin-bottom: 4%;
    }
    .sec2 h2 {
        margin-bottom: 30px;
    }
    .sec2 .txt p {
        margin-bottom: 15px;
    }
    .sec2{
        margin-top: 60px;
    }
    .sec3 h2{
        position: static;
    }
    .sec3{
        padding: 60px 0;
        margin-top: 70px;
    }
    .sec3 .check p{
        width: 100%;
        font-size: 1.6rem;
        padding: 16px;
        margin-bottom: 10px;
        padding-left: 50px;
    }
    .sec4{
        margin: 45px 0 70px;
    }
    main .sec4 h2{
        line-height: 2;
    }
    .sec4 .right{
        display: none;
    }
    .sec4 .left{
        display: none;
    }
    main .sec5 .flex{
        flex-wrap: wrap;
        display: flex;
    }
    main .sec5 li{
        flex-wrap: nowrap!important;
        display: flex;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    main .sec5 h2{
        margin-bottom: 30px;
    }
    main .sec6{
        margin: 60px 0 70px;
    }
    main .sec7{
        padding: 70px 0;
    }
    main .sec7 .flex img{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    main .sec7 .txt{
        margin-top: 40px;
    }
    main .sec7 h2{
        margin-bottom: 20px;
    }
    main .sec8{
        padding: 70px 0 0;
    }
    main .sec8 h2 img{
        width: 50%;
    }
    main .sec8 .flex{
        display: flex;
        flex-wrap: wrap;
    }
    main .sec8 .flex img{
        width: 48%;
        margin-bottom: 4%;
    }
    main .sec8 h2{
        margin-bottom: 19px;
    }
    main .sec8 .icon{
        margin-top: 20px;    
    }
    main .price_box{
        display: block;
        width: 100%;
        padding: 5%;
    }
    main .price_box img{
        width: 90%;
        margin-right: 0;
    }
    main .price_box .txt{
        text-align: center;
    }
    main .price_box .txt h3{
        font-size: 1.8rem;
        margin-top: 10px;
    }
    main .price_box .txt .honbun{
        font-weight: 400;
        font-size: 1.5rem;
    }
    main .sec9{
        margin-top: 70px;
    }
    main .news_wrap .article{
        display: block;
        padding: 15px 0;
    }
    main .news_wrap .article .date{
        width: 100%;
    }
    main .sec9 h2{
        margin-bottom: 25px;
    }
}/*sp-end*/



