@charset "utf-8";

/*********************************************************************
*
*  For townplan
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .sec_mv_wrap {
        padding-bottom: 30px;
    }
}
/* ---------------------------------------------------- */
/* sec_landscape_wrap */
/* ---------------------------------------------------- */
.sec_landscape_wrap {
    padding-top: 140px;
    padding-bottom: 140px;
}
.sec_landscape_wrap .ttl_1 {
    margin-bottom: 40px;
}

.sec_landscape_wrap .ttl_2 {
    margin-bottom: 80px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.8;
}
.sec_landscape_wrap .img_1 {
    margin-bottom: 80px;
}
.sec_landscape_wrap .list_1 {
    margin-bottom: 50px;
}
.sec_landscape_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -40px;
}
.sec_landscape_wrap .list_1 > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(100% / 2 - 40px);
}
.sec_landscape_wrap .list_1 > ul > li:nth-child(1) {
    background-color: #aadcf5;
}
.sec_landscape_wrap .list_1 > ul > li:nth-child(2) {
    background-color: #f5e18c;
}
.sec_landscape_wrap .list_1 > ul > li:nth-child(3) {
    background-color: #f5be8c;
}
.sec_landscape_wrap .list_1 > ul > li:nth-child(4) {
    background-color: #b4e1e1;
}
.sec_landscape_wrap .list_1 > ul > li > .clm_wrap {
    width: calc(100% / 2 - 10px);
}

.sec_landscape_wrap .list_1 .ttl {
    margin-bottom: 10px;
    color: var(--co_7);
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}
.sec_landscape_wrap .list_1 .copy {
    margin-bottom: 20px;
    color: var(--co_7);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.sec_landscape_wrap .map_1 {
    position: relative;
}
.sec_landscape_wrap .map_1 .map {
    margin: 0 auto;
    width: 785px;
}
.sec_landscape_wrap .map_1 .plan {
    position: absolute;
    width: 245px;
    border-color: var(--co_1);
}
.sec_landscape_wrap .map_1 .plan_1 {
    right: 0;
    bottom: 14%;
    padding-left: 11px;
    border-left-width: 4px;
}
.sec_landscape_wrap .map_1 .plan_2 {
    left: 0;
    bottom: 14%;
    padding-right: 11px;
    border-right-width: 4px;
}
.sec_landscape_wrap .map_1 .plan_4 {
    right: 0;
    top: 8%;
    padding-left: 11px;
    border-left-width: 4px;
}
.sec_landscape_wrap .map_1 .plan_3 {
    left: 0;
    top: 8%;
    padding-right: 11px;
    border-right-width: 4px;
}

.sec_landscape_wrap .map_1 .plan .img {
    margin-bottom: 10px;
}
.sec_landscape_wrap .map_1 .plan .ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: center;
}
.sec_landscape_wrap .map_1 .plan .btn {
    margin: 0 auto;
    min-width: auto;
    width: 90%;
}

.sec_landscape_wrap .list_2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.sec_landscape_wrap .list_2 > ul {
    width: calc(100% / 2 - 20px);
}
.sec_landscape_wrap .list_2 > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    height: 45px;
    background-color: #cdd0d3;
}
.sec_landscape_wrap .list_2 > ul > li + li {
    margin-top: 10px;
}
.sec_landscape_wrap .list_2 .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.sec_landscape_wrap .list_2 .cat_1 .num {
    background-color: #f5be8c;
}
.sec_landscape_wrap .list_2 .cat_2 .num {
    background-color: #b4e1e1;
}
.sec_landscape_wrap .list_2 .cat_3 .num {
    background-color: #f5e18c;
}
.sec_landscape_wrap .list_2 .cat_4 .num {
    background-color: #aadcf5;
}
.sec_landscape_wrap .list_2 .num::before {
    content: "No.";
}
.sec_landscape_wrap .list_2 .area {
    margin-left: 15px;
    min-width: 150px;
}
.sec_landscape_wrap .list_2 .price {
    font-weight: 700;
    min-width: 115px;
    text-align: right;
}

.sec_landscape_wrap .list_2 .btn {
    position: absolute;
    right: 10px;
}
.sec_landscape_wrap .desc_1 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: right;
}
.sec_landscape_wrap .desc_2 {
    font-size: 1.4rem;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1300px) {
    .sec_landscape_wrap .map_1 .map {
        width: 610px;
    }
    .sec_landscape_wrap .map_1 .plan_1 {
        top: 0;
    }
    .sec_landscape_wrap .map_1 .plan_2 {
        top: 0;
    }
    .sec_landscape_wrap .map_1 .plan_3 {
        bottom: 0;
    }
    .sec_landscape_wrap .map_1 .plan_4 {
        bottom: 0;
    }
}
@media (max-width: 767px) {
    .sec_landscape_wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sec_landscape_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_landscape_wrap .ttl_2 {
        margin-bottom: 30px;
        font-size: 2rem;
    }
    .sec_landscape_wrap .img_1 {
        margin-bottom: 30px;
    }
    .sec_landscape_wrap .list_1 {
        margin-bottom: 50px;
    }
    .sec_landscape_wrap .list_1 > ul {
        display: block;
        margin-right: 0;
        margin-bottom: -15px;
    }
    .sec_landscape_wrap .list_1 > ul > li {
        padding: 15px;
        margin-right: 0;
        margin-bottom: 15px;
        width: auto;
    }
    .sec_landscape_wrap .list_1 > ul > li > .clm_wrap {
        width: calc(100% / 2 - 5px);
    }

    .sec_landscape_wrap .list_1 .ttl {
        margin-bottom: 5px;
        font-size: 2.5rem;
    }
    .sec_landscape_wrap .list_1 .copy {
        margin-bottom: 10px;
        font-size: 1.5rem;
    }
    .sec_landscape_wrap .list_1 .desc {
        font-size: 1rem;
    }
    .sec_landscape_wrap .map_1 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .sec_landscape_wrap .map_1 .map {
        margin: 0 -20px;
        width: auto;
    }
    .sec_landscape_wrap .map_1 .plan {
        position: static;
        width: calc(100% / 2 - 5px);
    }
    .sec_landscape_wrap .map_1 .plan_1 {
        padding-left: 0;
        padding-top: 10px;
        border-left-width: 0;
        border-top-width: 2px;
    }
    .sec_landscape_wrap .map_1 .plan_2 {
        padding-right: 0;
        padding-top: 10px;
        border-right-width: 0;
        border-top-width: 2px;
    }
    .sec_landscape_wrap .map_1 .plan_3 {
        padding-right: 0;
        padding-bottom: 10px;
        border-right-width: 0;
        border-bottom-width: 2px;
    }
    .sec_landscape_wrap .map_1 .plan_4 {
        padding-left: 0;
        padding-bottom: 10px;
        border-left-width: 0;
        border-bottom-width: 2px;
    }
    .sec_landscape_wrap .map_1 .plan .img {
        margin-bottom: 10px;
    }
    .sec_landscape_wrap .map_1 .plan .ttl {
        font-size: 1.2rem;
    }

    .sec_landscape_wrap .list_2 {
        position: relative;
        display: block;
        margin-bottom: 20px;
        height: 200px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .sec_landscape_wrap .list_2::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        background-image: url(../../common/img/ico/scr_1.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        pointer-events: none;
        transition: 0.3s ease-in-out;
    }
    .sec_landscape_wrap .list_2.is_scr::after {
        opacity: 0;
    }
    .sec_landscape_wrap .list_2 > ul {
        width: auto;
    }
    .sec_landscape_wrap .list_2 > ul + ul {
        margin-top: 5px;
    }
    .sec_landscape_wrap .list_2 > ul > li {
        height: 30px;
    }
    .sec_landscape_wrap .list_2 > ul > li + li {
        margin-top: 5px;
    }
    .sec_landscape_wrap .list_2 .num {
        width: 45px;
        font-size: 1.3rem;
    }
    .sec_landscape_wrap .list_2 .area {
        margin-left: 10px;
        min-width: 100px;
        font-size: 1rem;
    }
    .sec_landscape_wrap .list_2 .price {
        min-width: 70px;
        font-size: 1rem;
    }

    .sec_landscape_wrap .list_2 .btn {
        right: 5px;
        width: 95px;
    }
    .sec_landscape_wrap .desc_3 {
        font-size: 1.1rem;
    }
}
/* ---------------------------------------------------- */
/* sec_features_wrap */
/* ---------------------------------------------------- */
.sec_features_wrap {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: var(--co_6);
}
.sec_features_wrap .ttl_1 {
    margin-bottom: 40px;
}

.sec_features_wrap .ttl_2 {
    margin-bottom: 70px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.8;
}

.sec_features_wrap .list_1 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
}

.sec_features_wrap .list_1 > ul > li {
    flex: none;
    position: relative;
    padding: 40px 40px 250px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% / 3 - 10px);
    background-color: var(--co_2);
}

.sec_features_wrap .list_1 > ul > li:nth-child(1) {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    width: calc(100% - 10px);
}

.sec_features_wrap .list_1 > ul > li:nth-child(1) > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: 555px;
}

.sec_features_wrap .list_1 > ul > li:nth-child(1) > .clm_wrap:nth-of-type(2) {
    flex: auto;
    margin-left: 20px;
    width: auto;
}

.sec_features_wrap .list_1 > ul > li:nth-child(1) {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 10px);
}

.sec_features_wrap .list_1 .ttl {
    display: flex;
    margin-bottom: 25px;
}
.sec_features_wrap .list_1 .ttl .num {
    margin-right: 10px;
    font-size: 9rem;
    font-weight: 400;
    line-height: 75px;
}
.sec_features_wrap .list_1 .ttl .ja {
    font-size: 2.4rem;
    white-space: nowrap;
}

.sec_features_wrap .list_1 .desc {
    line-height: 2;
}
.sec_features_wrap .list_1 .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.sec_features_wrap .list_1 .img_b {
    margin: 20px auto 0;
    width: 455px;
}
.sec_features_wrap .list_1 .img_c {
    height: 100%;
}
.sec_features_wrap .list_1 .img_c > span {
    height: 100%;
}

@media (max-width: 767px) {
    .sec_features_wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sec_features_wrap .ttl_1 {
        margin-bottom: 30px;
    }

    .sec_features_wrap .ttl_2 {
        margin-bottom: 30px;
        font-size: 1.9rem;
    }
    .sec_features_wrap .list_1 {
        margin-left: 0;
        margin-right: 0;
    }
    .sec_features_wrap .list_1 > ul {
        display: block;
        margin-right: 0;
        margin-bottom: -15px;
    }

    .sec_features_wrap .list_1 > ul > li {
        padding: 30px 15px 0;
        margin-right: 0;
        margin-bottom: 15px;
        width: auto;
    }

    .sec_features_wrap .list_1 > ul > li:nth-child(1) {
        display: block;
        padding: 30px 15px 0;
        width: auto;
    }

    .sec_features_wrap .list_1 > ul > li:nth-child(1) > .clm_wrap:nth-of-type(1) {
        flex: none;
        width: auto;
    }

    .sec_features_wrap .list_1 > ul > li:nth-child(1) > .clm_wrap:nth-of-type(2) {
        margin-left: 0;
        width: auto;
    }

    .sec_features_wrap .list_1 > ul > li:nth-child(1) {
        display: block;
        width: auto;
    }

    .sec_features_wrap .list_1 .ttl {
        margin: 0 auto 15px;
        width: 250px;
    }
    .sec_features_wrap .list_1 .ttl .num {
        margin-right: 10px;
        font-size: 6rem;
        line-height: 50px;
    }
    .sec_features_wrap .list_1 .ttl .ja {
        font-size: 1.8rem;
        white-space: nowrap;
    }

    .sec_features_wrap .list_1 .desc {
        line-height: 2;
    }
    .sec_features_wrap .list_1 .img {
        position: static;
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
    .sec_features_wrap .list_1 .img_b {
        margin-top: 15px;
    }
    .sec_features_wrap .list_1 .img_c {
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
        height: auto;
    }
    .sec_features_wrap .list_1 .img_c > span {
        padding-top: 55%;
        height: 0;
    }
}
