/*
Theme Name: akarikunimi-child
Version: 1.0
Template: akarikunimi
*/

/*----------------------------
    エコハウス分譲地セクション 
----------------------------*/
.top_home_box {
    background-image: url("../../../images/sumika/top_home_bg.png");
    background-position: center;
    background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
    background-size: cover;
    width: 45%;
    height: 430px;
    margin: 135px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 400;
}
.top_home_box .top_home_wrap {
    width: 100%;
    padding: 0 18%;
}
.top-ecohouse-logo-text img {
    width: 280px;
}

.top-ecohouse-text p{
    text-align:justify;
    text-align-last:justify;
    border-bottom: solid 1px #231815;
    margin: 4px 0;
    font-size: 15px;
    padding-bottom: 4px;
}
.top-ecohouse-text {
    width: fit-content;
    margin: 32px auto 0 auto;
}

@media screen and (max-width: 960px) {
    .top-ecohouse-button {
        font-size: min(17px, 3vw);
    }
    .top_home_box .top_home_wrap {
        padding: 0 6%;
    }
}

@media screen and (max-width: 680px) {
    .top_home_box {
        width: 94%;
        margin: 3%;
    }
    .top-ecohouse-logo-text img {
        width: 210px;
    }
    .top-ecohouse-text p {
        font-size: 14.5px;
    }
    .top_home_box .top_home_wrap {
        padding: 0 14%;
    }
}