@charset "UTF-8";
body{
    color: #282828;
}
#living .page_ttl_en{
    margin: 0 auto;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}
#living .section_border_ttl{
    margin-bottom: 30px;
}
#living .page_ttl_area{
    background: #fef5ef;
}
#living .page_ttl_en{
    max-width: 230px;
}
#living .kodawari_area{
    background: rgba(232, 193, 166, 0.5);
}
.footer_list li.nav_living a{
    color: #cbcbcb;
}

.living_sp{
    display: none;
}

#living .section_border_ttl.ja{
    margin-top: 0;
}

.living_kodawari_heading_box{
    max-width: 700px;
    margin: 0 auto;
}

.living_flex{
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.living_flex_item{
    width: 48%;
}




@media screen and (max-width: 1240px) {
#living .page_ttl_en {
    max-width: 190px;
}
}
@media screen and (max-width: 650px) {
    #living .page_ttl_en {
        max-width: 150px;
    }

    .kodawari_heading_ja {
        margin: 0 auto 20px;
    }
    .kodawari_img01 {
        margin: 30px auto 0;
    }

    /* .living_pc{
        display: none;
    }
    .living_sp{
        display: block;
    }

    .living_img_sp{
        max-width: 350px;
        margin: 40px auto 0;
    }

    .living_flex{
        max-width: 280px;
        justify-content: center;
        margin: 0 auto;
    }
    .living_flex_item{
        width: 100%;
    }
    .living_flex_item:last-of-type{
        margin-top: 20px;
    } */
}




