@charset "UTF-8";

header .head_ttl::before {
    content: "レジデンス";
    line-height: 1;
    margin: 4px 0 0;
}

.gnav li a.residence{
    background: #eee;
    color: #000;
}

.residence_cont{
    padding: 60px 0;
}

.residence_bg01{
    background: #3c3c46;
    color: #fff;
}

.access_bg02{
    /* background: #a7c9ce; */
    background: #ebf7f7;
}



.sec_lead,.sec_ttl_ja{
    color: #000;
}

.residence_bg01 .sec_lead,.residence_bg01 .sec_ttl_ja{
    color: #fff;
}

.design_ttl_en{
    width: 70%;
}
.ttl_ml{
    margin-left: auto;
}
.ttl_mr{
    margin-right: auto;
}


.access_txt_box{
    text-align: center;    
}

.access_mb01{
    margin-bottom: 40px;
}
.access_mb02{
    margin-bottom: 20px;
}
.cap_mt01{
    margin-top: 20px;
}


.design_ttl_l{
    text-align: left;
}
.design_ttl_r{
    text-align: right;
}

.green_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.green_box > li{
    width: 23%;
}

.design_tree{
    position: absolute;
    width: 24%;
    right: 0;
    top: 0;
}


.fade_tree {
    opacity: 0;
    /* transform: translateY(-10px); */
}
.fade_tree.is-show {
    opacity: 1;
    transition-duration: 2.5s;
}


.access_merit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    margin-top: 60px;
}
.access_merit li{
    width: 30%;
}
.access_merit li:nth-of-type(n + 4){
    margin-top: 40px;
}
.merit_ttl{
    font-size: 20px;
    margin-bottom: 10px;
    color: #3c3d45;
    letter-spacing: 0.08em;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.merit_ttl > span{
    background: #19bbcc;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.merit_lead{
    line-height: 1.5;
    color: #3c3d45;
    font-size: 16px;
}

.resi_first_bd{
    padding-top: 55px;
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1240px) {
    .access_merit li {
        width: 48%;
    }
    .access_merit li:nth-of-type(n + 3){
        margin-top: 40px;
    }
    .access_merit li:last-of-type{
        display: none;
    }
}


@media screen and (max-width: 1000px) {
    ul.gnavi li a.residence{
        background: #eee;
        color: #000;
    }

    .resi_first_bd{
        padding-top: 0;
    }
}


@media screen and (max-width: 900px) {
    .merit_ttl{
        font-size: 16px;
    }
    .merit_ttl > span{
        width: 25px;
        height: 25px;
    }
    .merit_lead{
        font-size: 14px;
    }

}


@media screen and (max-width: 768px) {
}


@media screen and (max-width: 750px) {
    .foot_nav .residence a {
        background: #d8d8da;
    }

    .residence_cont {
        padding: 40px 0;
    }
}


@media screen and (max-width: 650px) {

    .design_ttl_r{
        text-align: center;
    }

    .access_merit{
        margin-top: 40px;
    }

    .access_merit li{
        width: 100%;
    }
    .access_merit li:nth-of-type(n + 2){
        margin-top: 30px;
    }

    .access_mb01.mb01_sp{
        margin-bottom: 20px;
    }

    .ttl_mr{
        margin-left: auto;
        margin-bottom: 30px;
    }
    .ttl_ml{
        margin-right: auto;
        margin-bottom: 30px;
    }

    .green_box > li{
        width: 48%;
    }
    .green_box > li:nth-of-type(n + 3){
        margin-top: 4%;
    }

}


@media screen and (max-width: 600px) {
}


@media screen and (max-width: 500px) {

}



