@charset "UTF-8";

/* --------------------------------
 * common
 * -------------------------------- */


 /* --------------------------------
 * plan__mv
 * -------------------------------- */
.plan__mv {
    position: relative;
    background-color: #F8F5F3;
}

.plan__mv::before {
    position: absolute;
    content: "";
    top: -63px;
    left: 0;
    background-color: #C6B8AF;
    padding-top: 350px;
    width: 100vw;
}

.plan__mv .mv__area_bg {
    background-image: url(../img/plan/plan_01/plan_01_mv.png);
    padding: 600px 0 0 0;
    background-position: center;
}

.plan_02 .plan__mv .mv__area_bg {
    background-image: url(../img/plan/plan_02/plan_02_mv.png);
}

.plan_03 .plan__mv .mv__area_bg {
    background-image: url(../img/plan/plan_03/plan_03_mv.png);
}

.plan_04 .plan__mv .mv__area_bg {
    background-image: url(../img/plan/plan_04/plan_04_mv.png);
}

.plan__mv--text {
    position: absolute;
    padding: 73px 0;
    top: 40px;
    left: 40px;
    transform: translateX(0);
    width: 300px;
    height: 300px;
    background-color: #fff;
    text-align: center;
}

.plan__mv--text::after {
    content: "";
    background-image: url(../img/plan/common/plan_mv_deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 187px;
    height: 51px;
    top: 0;
    right: -48px;
}

.plan__mv--text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 18px;
}

.plan__mv--text h1 {
    display: block;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .plan__mv {
        margin-top: 136px;
    }
    .plan__mv::before {
        top: -181px;
        padding-top: 320px;
    }
    
    .plan__mv .mv__area_bg {
        background-image: url(../img/plan/plan_01/plan_01_mv@sp.png);
        padding: 300px 0 0 0;
    }

    .plam_02 .plan__mv .mv__area_bg {
        background-image: url(../img/plan/plan_02/plan_02_mv@sp.png);
        padding: 300px 0 0 0;
    }

    .plam_03 .plan__mv .mv__area_bg {
        background-image: url(../img/plan/plan_03/plan_03_mv@sp.png);
        padding: 300px 0 0 0;
    }

    .plam_04 .plan__mv .mv__area_bg {
        background-image: url(../img/plan/plan_04/plan_04_mv@sp.png);
        padding: 300px 0 0 0;
    }
    
    .plan__mv--text {
        padding: 39px 0;
        top: -120px;
        left: 50%;
        transform: translateX(-50%);
        width: 180px;
        height: 180px;
    }
    
    .plan__mv--text::after {
        width: 125px;
        height: 34px;
        right: 0;
        left: 82px;
    }
    
    .plan__mv--text span {
        font-size: 11px;
        letter-spacing: 0.2px;
        line-height: 15px;
    }
    
    .plan__mv--text h1 {
        margin-top: 13px;
        font-size: 16px;
        line-height: 1.7;
    }
}

/* --------------------------------
 * planConcept
 * -------------------------------- */
.planConcept{
    background-color: #F8F5F3;
    position: relative;
}

.planConcept::after {
    position: absolute;
    content: "";
    background-image: url(../img/plan/common/plan_deco_02.png);
    background-size: cover;
    width: 178px;
    height: 241px;
    bottom: -48px;
    left: 6%;
}

.planConcept__heading {
    text-align: center;
}

.planConcept__headingArea {
    position: relative;
    display: inline-block;
    margin-top: 80px;
    text-align: center;
}

.planConcept__headingArea::before {
    position: absolute;
    content: "";
    background-image: url(../img/plan/common/plan_deco_01.svg);
    width: 270px;
    height: 200px;
    transform: rotate(9deg);
    top: 17px;
    right: -112px;
}

.planConcept__headingArea img {
    position: relative;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}

.planConcept__headingArea h2 {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.6;
}

.planConcept__content {
    position: relative;
    justify-content: center;
    margin-top: 30px;
}

.planConcept__content img {
    width: 30%;
}

.planConcept__content p {
    margin-top: 10px;
    margin-left: 40px;
    font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .planConcept::after {
        display: none;
    }
    
    .planConcept__headingArea {
        margin-top: 70px;
    }
    
    .planConcept__headingArea::before {
        display: none;
    }
    
    .planConcept__headingArea h2 {
        margin-top: 15px;
        font-size: 18px;
        line-height: 1.8;
        width: 300px;
    }
    
    .planConcept__content {
        margin-top: 40px;
    }
    
    .planConcept__content img {
        width: 300px;
    }
    
    .planConcept__content p {
        width: 300px;
        margin: 40px auto 0;
        line-height: 1.8;
    }
}

/* --------------------------------
 * planPlan
 * -------------------------------- */
.planPlan_bg {
    background-image: url(../img/plan/common/plan_plan_bg.png);
    background-size: cover;
    padding: 83px 50px 81px;
}

.planPlan_bg img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.planPlan_floorImg img {
    margin-top: 30px;
    width: 100%;
    max-width: 1000px;
    height: 575px;
    object-fit: cover;
    object-position: center;
    white-space: nowrap;
    overflow-x: auto;
}

.plan_03 .planPlan_floorImg img,
.plan_04 .planPlan_floorImg img {
    object-fit: contain;
}

.planPlan_textArea {
    margin-top: 30px;
    text-align: center;
}

.planPlan_textArea--text {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.planPlan_textArea--price {
    margin-top: 8px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.planPlan_textArea--textSub {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .planPlan_bg {
        padding: 60px 0 60px 20px;
    }

    .planPlan_floorImg {
        padding-bottom: 15px;
        overflow-x: scroll;
    }

    .planPlan_floorImg::-webkit-scrollbar-thumb {
        background-color: #F5F5F5;
        height: 6px;
        border-radius: 6px;
        border: 2px solid #ccc;
    }

    .planPlan_floorImg::-webkit-scrollbar {
        background-color: #ccc;
        height: 10px;
        border-radius: 10px;
    }

    .planPlan_floorImg img {
        width: 575px;
        height: auto;
        padding-right: 20px;
    }
    
    .planPlan_textArea {
        margin-top: 30px;
        text-align: center;
    }
    
    .planPlan_textArea--text {
        font-size: 14px;
        font-weight: 500;
    }
    
    .planPlan_textArea--price {
        display: block;
        font-size: 18px;
        font-weight: 600;
    }
}

/* --------------------------------
 * planGallery
 * -------------------------------- */
.planGallery__content {
    margin-top: 80px;
    padding: 0 50px;
}

.planGallery__content > img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.planGallery__img {
    justify-content: center;
    margin: 20px auto 0;
    width: 100%;
    max-width: 1000px;
}

.planGallery__img img {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
    object-fit: cover;
    object-position: center;
}

.planGallery__img img:nth-of-type(2n) {
    margin-left: 10px;
}

.planGallery__content .house__area--careText {
    display: block;
    margin: 10px auto 0;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .planGallery__content {
        margin-top: 60px;
        padding: 0 10px;
    }
    
    .planGallery__img {
        margin: 25px auto 0;
    }
    
    .planGallery__img img {
        margin-top: 5px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 254px;
    }
    
    .planGallery__img img:nth-of-type(2n) {
        margin-left: 0;
    }
    
    .planGallery__content .house__area--careText {
        display: block;
        margin: 10px auto 0;
        max-width: 1000px;
    }
}

/* --------------------------------
 * plan__summar
 * -------------------------------- */
.plan__summar .summary__area--bg {
    margin-top: 74px;
    background-image: url(../img/plan/common/plan_insert_bg.png);
    padding: 120px 50px 100px;
}

.plan__summar .summary__area--messageImg {
    position: relative;
    width: 280px;
}

.plan__summar .summary__area--messageImg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 220px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -160px;
}

@media screen and (max-width: 768px) {
    .plan__summar .summary__area--bg {
        margin-top: 60px;
        background-image: url(../img/plan/common/plan_insert_bg@sp.png);
        background-size: cover;
        padding: 84px 77px 96px;
    }
    
    .plan__summar .summary__area--messageImg {
        width: 220px;
    }
    
    .plan__summar .summary__area--messageImg::after {
        height: 210px;
        bottom: -150px;
    }
}

/* --------------------------------
 * plan__otherCase
 * -------------------------------- */
.plan__otherCase {
    background-color: #C6B8AE;
}

.plan__otherCase .planGallery__content {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 70px;
}

.plan__otherCase--item {
    margin-top: 40px;
    width: calc((100% - 20px) / 2);
}

.plan__otherCase--item:nth-of-type(2n) {
    margin-left: 20px;
}

.plan__otherCase--item:nth-of-type(n+3) {
    margin-top: 45px;
}

.plan__otherCase--itemImg {
    position: relative;
}

.plan__otherCase--itemImg img {
    margin-top: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.plan__otherCase--itemImg span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.2px;
    color: #fff;
    background-color: #B7735A;
}

.plan__otherCase--item .house__area--itemLink {
    margin-top: 5px;
}

.plan__otherCase--item .house__area--itemLinkText {
    font-size: 15px;
    letter-spacing: 0.4px;
}

.plan__lastCta.last__cta .house__area--headingImg::after {
    top: -107px;
}

@media screen and (max-width: 768px) {
    .plan__otherCase .planGallery__content {
        padding: 83px 0 81px

    }
    
    .plan__otherCase--item {
        margin-top: 30px;
        width: 100%;
    }
    
    .plan__otherCase--item:nth-of-type(2n) {
        margin-left: 0;
    }
    
    .plan__otherCase--item:nth-of-type(n+2) {
        margin-top: 50px;
    }
    
    .plan__otherCase--item .house__area--itemLink {
        margin-top: 10px;
        margin-left: 15px;
    }
    
    .plan__lastCta.last__cta .house__area--headingImg::after {
        top: -107px;
    }
}

