@charset "utf-8";

figure {
    position: relative;
}

.notes {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}

.inner_800 {
    max-width: 800px;
    width: 90%;
    margin: 20px auto 0;
}


/* concept */
/*---------------------------
pc
---------------------------*/
.main-ttl {
    background-image: url(../img/house/house01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 27% 0;
    position: relative;
}

.main-ttl h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    width: 140px;
    height: 140px;
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.main-ttl p {
    width: 28%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.en-ttl {
    text-align: center;
    padding: 20px 0;
}

.txt {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 2;
}

.item-ttl {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.con-ttl {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.sub-ttl {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}

.sub-ttl span.small {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}

.arial {
    font-family: "Arial", "メイリオ";
}

.border-ttl {
    display: inline-block;
    width: 280px;
    font-size: 22px;
    letter-spacing: 6px;
    padding: 10px 20px;
    border: 1px solid #000;
    margin-bottom: 50px;
}


/* flex */
.column02 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.column02 li {
    width: calc((100% - 10px) / 2);
}

.column03 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.column03 li {
    width: calc((100% - 10px) / 3);
}

.column04 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.column04 li {
    width: calc((100% - 100px) / 5);
}

.column04 li:nth-of-type(n+6) {
    margin-top: 20px;
}

.house_area {
    margin-bottom: 100px;
}

.copy {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
}

.copy .txt {
    text-align: center;
}

.building_box02 {
    background: #dcdcdc;
    text-align: center;
    padding: 60px 0 100px 0;
}

.build_item:nth-of-type(2) {
    margin-top: 140px;
}

.variation {
    flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: 60px auto 0;
    position: relative;
}

.variation figure {
    width: 25%;
}

.variation .jreve {
    display: block;
    width: 8%;
    position: absolute;
    top: -40%;
    right: 0;
}

.building_box03 {
    text-align: center;
    padding: 100px 0 60px 0;
}

.building_box04 {
    text-align: center;
    margin-top: 40px;
}

.building_box04 .border-ttl {
    width: initial;
    letter-spacing: 1px;
}

.building_box04 .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.building_box04 .house14 {
    margin-bottom: 40px;
}

.building_box04 .txt {
    text-align: left;
    margin: 20px 0;
}

.pc_image {
    display: block;
}

.sp_image {
    display: none;
}

.tab_only {
    display: none;
}

.tab_sp {
    display: none;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {
    .tab_only {
        display: block;
    }

    .tab_sp {
        display: block;
    }

    .sub-ttl {
        font-size: 18px;
    }


}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {

    .tab_only {
        display: none;
    }

    .pc_image {
        display: none;
    }

    .sp_image {
        display: block;
    }

    .main-ttl h2 {
        width: 140px;
        height: 100px;
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: initial;
    }

    .en-ttl {
        font-size: 14px;
    }

    .sub-ttl {
        margin-bottom: 20px;
    }

    .sub-ttl span.small {
        text-align: left;
    }

    .con-ttl {
        font-size: 22px;
    }

    .border-ttl {
        width: 200px;
        font-size: 16px;
    }

    .column02 li {
        width: 100%;
    }

    .column02 li:nth-of-type(2) {
        margin-top: 10px;
    }

    .column03 li {
        width: 100%;
    }

    .column03 li:nth-of-type(n+2) {
        margin-top: 10px;
    }

    .column04 li {
        width: calc((100% - 20px) / 2);
    }

    .column04 li:nth-of-type(n+3) {
        margin-top: 20px;
    }

    .copy .txt {
        text-align: left;
    }

    .building_box02 {
        padding: 60px 0 60px 0;
    }

    .building_box03 {
        padding: 60px 0 60px 0;
    }

    .variation {
        margin: 20px auto 0;
    }

    .variation:nth-of-type(2) {
        margin-top: 100px;
    }

    .variation figure {
        width: 50%;
    }

    .variation .jreve {
        width: 20%;
        top: -24%;
    }

    .build_item:nth-of-type(2) .variation {
        margin-top: 100px;
    }

    .js-scrollable {
        height: auto;
        overflow-y: hidden !important;
    }

    .js-scrollable img {
        width: 500px;
        max-width: 500px;
        height: auto;
        padding: 0;
    }


}