@charset "UTF-8";

.sec_ttl{
    text-align: center;
    font-size: 4.0rem;
    font-weight: 700;
    margin-bottom: 80px;
}
.sec_ttl .en{
    position: relative;
    font-size: 4.0rem;
}
.sec_ttl .jp{
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700 !important;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif !important;
}
.sec_ttl:after{
    display: block;
    content: '';
    margin: 15px auto 0 auto;
    width: 200px;
    height: 5px;
    background: #646464;
}

.lead{
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 60px;
}

.col01{ color: #c13e12 !important; /* red */}

@media screen and (max-width: 767px) {
    .sec_ttl{
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 12%;
    }
    .sec_ttl .en{
        font-size: 7.8vw;
    }
    .sec_ttl .jp{
        top: -6vw;
        font-size: 3.8vw;
    }
    .sec_ttl:after{
        margin: 10px auto 0 auto;
        width: 45vw;
    }

    .lead{
        font-size: 5vw;
        margin-bottom: 8%;
    }
}
/*  sec01 -------------------------------------------*/
.sec01{
    position: relative;
    padding: 0 0 50px 0;
    box-sizing: border-box;
}

.sec01 .main{
    width: 100%;
}
.sec01 .main img{
    display: block;
    width: 100%;
    max-width: inherit;
}
.sec01 .mainBtm{
    position: relative;
    background: #eeeeee;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    max-width: 1180px;
    padding: 50px 0 0 0;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .img{
    position: relative;
    margin-bottom: -25px;
    width: 43%;
    max-width: 501px;
}
.sec01 .mainBtm .flex .txt{
    width: 57%;
    padding-left: 60px;
    padding-top: 15px;
    box-sizing: border-box;
}
.sec01 .mainBtm .flex .txt p{
    color: #646464;
    font-size: 1.4rem;
    line-height: 2.1;
}
.sec01 .mainBtm .flex .txt .subttl{
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.sec01 .mainBtm .flex .txt h2{
    color: #646464;
    font-size: 4.0rem;
    font-weight: 700;
    font-feature-settings: "palt";
    margin-bottom: 20px;
    letter-spacing: .5rem;
}
.sec01 .mainBtm .flex .txt h2 .en{ font-size: 4.0rem;}
.sec01 .mainBtm .flex .txt h2 .small{
    font-size: 2.0rem;
}
.sec01 .mainBtm .flex .txt .catch{
    font-size: 2.0rem;
    line-height: 2.4;
    font-weight: 700;
    margin-bottom: 20px;
}

.sec01 .box{
    margin-top: 35px;
    padding-left: 40px;
    box-sizing: border-box;
}
.sec01 .box p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec01 .under_border{
    border-bottom: 1px solid #646464;
    padding-bottom: 8px;
    box-sizing: border-box;
}
.ie .sec01 .under_border{
    padding-bottom: 2px;
}

@media screen and (max-width: 1180px) {
    .sec01 .box .tab{ display: block;}
}

@media screen and (max-width: 767px) {
    .sec01{
        padding: 0;
    }

    .sec01 .mainBtm .flex{
        display: block;
        max-width: inherit;
        padding: 12% 0 8% 0;
    }
    .sec01 .mainBtm .flex.wrap{ width: 86%;}
    .sec01 .mainBtm .flex .img{
        margin: 0 auto 5% auto;
        bottom: 0;
        width: 100%;
        max-width: 501px;
    }
    .sec01 .mainBtm .flex .txt{
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .sec01 .mainBtm .flex .txt p{
        font-size: 3.7vw;
        line-height: 2;
    }
    .sec01 .mainBtm .flex .txt .subttl{
        font-size: 5vw;
        text-align: center;
        margin-bottom: 10vw;
    }
    .sec01 .mainBtm .flex .txt h2{
        position: relative;
        text-align: center;
        font-size: 7.4vw;
        margin-bottom: 7%;
        letter-spacing: .5rem;
    }
    .sec01 .mainBtm .flex .txt h2 .en{ font-size: 7vw;}
    .sec01 .mainBtm .flex .txt h2 .small{
        position: absolute;
        top: -8vw;
        left: 28vw;
        font-size: 3.8vw;
    }
    .sec01 .mainBtm .flex .txt .catch{
        font-size: 5vw;
        line-height: 2;
        margin-bottom: 5%;
        text-align: left;
    }
    .sec01 .box{
        margin-top: 8%;
        padding-left: 0;
    }
    .sec01 .box.wrap{
        width: 86%;
    }
    .sec01 .box p{
        font-size: 3.6vw;
        line-height: 2;
        margin-top: 4%;
    }
    .sec01 .under_border{
        border-bottom: none;
        font-feature-settings: "palt";
    }


}

/*  sec02 -------------------------------------------*/
.sec02{
    position: relative;
    padding:130px 0 90px 0;
    box-sizing: border-box;
}
.sec02 .sec_ttl{ margin-bottom: 20px; letter-spacing: .2rem;}
.sec02 .sub{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.sec02 .box_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec02 .box{
    position: relative;
    width: 24%;
    max-width: 281px;
    margin-bottom: 45px;
}
.sec02 .box .img{
    position: relative;
    margin-bottom: 15px;
}

.sec02 .box .txt h3{
    font-size: 2.2rem;
    margin-bottom: 5px;
    text-align: center;
}
.sec02 .box .txt p{
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

.sec02 .box a:hover{ text-decoration: none;}


@media screen and (max-width: 767px) {
    .sec02{
        padding:10% 0 12% 0;
    }
    .sec02 .wrap{ width: 86%;}
    .sec02 .sec_ttl{ margin-bottom: 5%; font-size: 7.4vw;}
    .sec02 .sub{
        font-size: 4vw;
        margin-bottom: 8%;
    }
    .sec02 .box_wrap{
        display: block;
    }
    .sec02 .box{
        text-align: center;
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .sec02 .box+.box{ margin-top: 8%;}

    .sec02 .box .txt h3{
        font-size: 5.8vw;
        margin-bottom: 8px;
    }
    .sec02 .box .txt p{
        font-size: 3.6vw;
    }

}


/*  sec03 -------------------------------------------*/
.sec03{
    position: relative;
    padding:0 0 170px 0;
    box-sizing: border-box;
}

.style_box{
    position: relative;
    box-sizing: border-box;
}
.style_box+.style_box{ margin-top: 120px;}

.style_box:after{
    position: absolute;
    left: 0;
    top: 57px;
    display: block;
    content: '';
    background: #eeeeee;
    width: 47%;
    height: 370px;
    z-index: -1;
}
.style_box.reverse:after{
    left: auto;
    right: 0;
}
.style_box .boxIn{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.style_box.reverse .boxIn{ flex-direction: row-reverse;}

.style_box .txt{
    width: 48%;
    max-width: 560px;
    box-sizing: border-box;
}
.style_box h3{
    position: relative;
    font-size: 3.0rem;
    margin-bottom: 5px;
}

.style_box .catch{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}
.style_box .catch02{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.style_box .detail{
    display: flex;
}
.style_box .detail_in{
    width: 19%;
    margin-right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #646464;
    box-sizing: border-box;
}
.style_box .direction_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}
.style_box .direction_box span{
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
}
.style_box .direction_box span:before,
.style_box .direction_box span:after{
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: 0 3px;
    width: 7px;
    height: 1px;
    background: #FFF;
}
.style_box .detail .flex_box{
    width: 72%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    box-sizing: border-box;
}
.style_box .detail .flex_box .boxIn{
    position: relative;
    display: block;
    box-sizing: border-box;
}
.style_box .detail .flex_box .boxIn:nth-child(1){ padding-right: 4%;}
.style_box .detail .flex_box .boxIn:nth-child(2){ padding-left: 4%;}
.style_box .detail .flex_box .boxIn:nth-child(1):after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    vertical-align: middle;
    content: '';
    width: 1px;
    height: 88%;
    background: #646464;
}
.style_box .detail .flex_box .boxIn p{
    font-size: 1.4rem;
    font-feature-settings: "palt";
}
.style_box .price{
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 5px;
}
.style_box .price span{ font-size: 2.1rem;}

.style_box .floor_plan{ text-align: center;}

.style_box .img{
    width: 50%;
    max-width: 581px;
}

@media screen and (max-width: 767px) {
    .sec03{
        padding:0 0 18% 0;
    }

    .style_box+.style_box{ margin-top: 14%;}
    .style_box:after,
    .style_box.reverse:after{ display: none;}

    .style_box .boxIn.wrap{
        width: 100%;
    }
    .style_box .boxIn{
        display: block;
    }

    .style_box h3{
        font-size: 6.2vw;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 2%;
    }

    .style_box .catch{
        font-size: 4.2vw;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 5%;
    }
    .style_box .catch02{
        font-size: 3.6vw;
        line-height: 2;
        margin-bottom: 4%;
        text-align: center;
    }
    .style_box .detail{
        display: flex;
        align-items: flex-start;
    }
    .style_box .detail_in{
        width: 28%;
        margin-right: 5%;
        padding: 8px 0;
    }
    .style_box .direction_box{
        font-size: 4.2vw;
    }
    .style_box .direction_box span{
        font-size: 3.6vw;
    }

    .style_box .detail .flex_box{
        width: 67%;
        display: block;
        padding: 0;
        margin-top: -5px;
    }
    .style_box .detail .flex_box .boxIn{
        position: relative;
        display: block;
        box-sizing: border-box;
    }
    .style_box .detail .flex_box .boxIn:nth-child(1){ padding-right: 0;}
    .style_box .detail .flex_box .boxIn:nth-child(2){ padding-left: 0;}
    .style_box .detail .flex_box .boxIn:nth-child(1):after{
        display: none;
    }
    .style_box .detail .flex_box .boxIn p{
        font-size: 3.6vw;
    }
    .style_box .price{
        font-size: 3.6vw;
        text-align: right;
        margin-bottom: 2%;
    }
    .style_box .price span{ font-size: 7vw; line-height: 1;}

    .style_box .floor_plan{
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        box-sizing: border-box;
    }

    .style_box .txt{
        width: 86%;
        padding-top: 0;
        margin: 5% auto 0 auto;
    }
    .bg-color.style_box .txt{
        padding-top: 10%;
    }

    .style_box .img{
        position: relative;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 7% 7% 7%;
        box-sizing: border-box;
    }
    .style_box .img:after{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        content: '';
        background: #eeeeee;
        width: 100%;
        height: 52vw;
        z-index: -1;
    }

}


/*  sec04 -------------------------------------------*/
.sec04{
    position: relative;
    padding:0 0 50px 0;
    box-sizing: border-box;
}
.sec04 .bg_gray{
    background: #eeeeee;
    padding:80px 0 50px 0;
    box-sizing: border-box;
}
.sec04 .sec_ttl{ margin-bottom: 20px; letter-spacing: .2rem;}
.sec04 .sub{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.sec04 .box_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec04 .box_wrap .box{
    width: 48%;
    max-width: 560px;
    background: #FFF;
    padding: 45px 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.sec04 .box_wrap .box h3{
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.sec04 .box_wrap .box p{
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec04 .box_wrap .box p.ico{
    text-align: center;
    margin-bottom: 20px;
}

.last.btn_wrap{ margin-top: 80px;}
.last.btn_wrap .btn a{
    margin: 0 auto;
    background: #646464;
    border: none;
    color: #FFF;
    padding: 25px 0 24px 0;
}

@media screen and (max-width: 767px) {
    .sec04{
        padding:0 0 10% 0;
    }
    .sec04 .bg_gray{
        padding:8% 0;
    }
    .sec04 .sec_ttl{ margin-bottom: 5%;}
    .sec04 .sub{
        font-size: 4vw;
        margin-bottom: 5%;
    }

    .sec04 .box_wrap{
        display: block;
    }
    .sec04 .box_wrap.wrap{ width: 86%;}
    .sec04 .box_wrap .box{
        width: 100%;
        max-width: inherit;
        padding: 10% 7%;
        margin-bottom: 0;
    }
    .sec04 .box_wrap .box+.box{ margin-top: 8%;}
    .sec04 .box_wrap .box h3{
        font-size:4.8vw;
        line-height: 1.8;
        margin-bottom: 1%;
    }
    .sec04 .box_wrap .box p{
        font-size:3.6vw;
        line-height: 2;
    }
    .sec04 .box_wrap .box p.ico{
        width: 16%;
        max-width: 52px;
        margin: 0 auto 4% auto;
    }
    .last.btn_wrap{
        margin: 10% auto 0 auto;
    }

    .last.btn_wrap .btn a{
        width: 70%;
        max-width: inherit;
        padding: 5% 0;
    }
    .last.btn_wrap .btn a:after{
        position: absolute;
        right: 5%;
        top: 50%;
        margin-left: 0;
        margin-top: -2vw;
    }

}




