@charset "UTF-8";

.font-helv{
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.din {
    font-family: 'din-2014', sans-serif;
}
.koburina-w3 {
    font-family: 'FP-こぶりなゴシック StdN W3', 'FP-KoburinaGoStdN-W3', sans-serif;
}
.koburina-w6 {
    font-family: 'FP-こぶりなゴシック StdN W6', 'FP-KoburinaGoStdN-W6', sans-serif;
}
.mv-text {
    width: 100%;
    position: absolute;
    top: 21.5%;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 4.8rem;
    color: #6b6b6b;
    letter-spacing: 0.8rem;
}
.mv-text .din {
    font-size: 48%;
    font-weight: 400;
    letter-spacing: 0.6rem;
}
@media screen and (max-width: 960px) {
    .mv-text {
        top: 13%;
        font-size: 2rem;
        letter-spacing: 0;
    }
}
.plan-lead{
    margin-bottom: 1.5em;
    font-size: 1.8rem;
    font-weight: 600;
}
.plan-heading{
    margin-bottom: 30px;
	font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .3rem;
}
#plan .line-wide{
    line-height: 2.7;
}
.plan-wave-section{
    background: #f8f7f7;
}
.plan-wave-section::before {
    width: 100%;
    aspect-ratio: 1680 / 115;
    display: block;
    background: url(../img/plan/wave.svg) no-repeat #f8f7f7;
    background-size: 100%;
    content: '';
}
.plan-container {
    margin-top: 80px;
}
.plan-wrap{
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 32px;
}
.plan-card {
    min-width: 276px;
    width: calc(calc(100% - 96px) / 4);
    text-align: center;
}
.plan-card a {
    display: block;
    color: inherit;
}
.plan-card-bar {
    padding: 12px 0;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
@media screen and (max-width: 903px) {
    .plan-container {
        margin-top: 32px;
    }
    .plan-wrap{
        margin-top: 32px;
        gap: 16px;
    }
    .plan-card {
        min-width: auto;
        width: calc(calc(100% - 16px) / 2);
    }
}
.court-name{
    font-size: clamp(1.4rem, 2.3vw ,1.8rem);
    letter-spacing: .12rem;
}
.plan-type {
    margin-right: 6px;
    font-size: 3rem;
    font-weight: 800;
}
.plan-type-suffix {
    font-weight: 300;
}
.plan-card-content {
    padding: 16px;
}
.plan-layout-pattern {
    font-size: 3.6rem;
    font-weight: 800;
}
.plan-spec-label {
    margin-top: 8px;
    font-size: 1.3rem;
}
.plan-spec {
    font-size: 4.9rem;
    font-weight: 900;
    white-space: nowrap;
}
.plan-spec-suffix {
    font-size: 2.2rem;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .plan-card-bar {
        padding: 8px 0;
        font-size: 1.3rem;
    }
    .plan-type {
        font-size: 2rem;
    }
    .plan-layout-pattern {
        min-height: 40px;
        font-size: 2.7rem;
        line-height: 17px;
    }
    .plan-spec {
        font-size: 3rem;
    }
    .plan-spec-suffix {
        font-size: 1.8rem;
    }
}
.plan-card-btn {
    margin: 16px auto 0;
    width: 100px;
    height: 22px;
    line-height: 22px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    border-radius: 22px;
}
.is-east {
    background-color: #c0d8f0;
    color: #5e83ae;
}
.is-east .plan-card-bar,
.is-east .plan-card-btn {
    background: #5e83ae;
}
.is-west {
    background-color: #eaefdc;
    color: #b3c87c;
}
.is-west .plan-card-bar,
.is-west .plan-card-btn {
    background: #b3c87c;
}
.is-south {
    background-color: #fffadc;
    color: #e5b16e;
}
.is-south .plan-card-bar,
.is-south .plan-card-btn {
    background: #e5b16e;
}

.light-heading {
    font-weight: 300;
    letter-spacing: 0.1em;
}
.limited-note{
    line-height: 2;
    color: #333;
}
@media screen and (max-width: 767px) {
    .limited-note{
    font-size: 1rem;
}
}
.is-limited{
    &.plan-card{
        a{
            position: relative;
            &::before{
                content: '';
                position: absolute;
                inset: 0;
                background-color: rgba(0, 0, 0, .24);
            }
        }
        .features-list,
        .plan-card-btn{
            position: relative;
            z-index: 10;
        }
    }
}
.is-limited .plan-card-btn{
    background-color: #fff;
    width: 100%;
    max-width: 180px;
    font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
    .is-limited .plan-card-btn{
        font-size: 1rem;
    }
    .is-limited .plan-features-lists{
        height: 90px;
    }
}
.is-limited.is-east .plan-card-btn{
    color: #5e83ae;
}
.is-limited.is-west .plan-card-btn{
    color: #b3c87c;
}
.is-limited.is-south .plan-card-btn{
    color: #e5b16e;
}

/* PLAN DETAIL---------------------------------------------- */
.plan-detail-section{
    padding-top: 40px;
}
.plan-detail-section .secondary-heading{
    margin-bottom: 0.6em;
    font-size: clamp(1.65rem, 2.4vw, 2.4rem);
    font-weight: 500;
    letter-spacing: clamp(.3rem, .4vw, .4rem);
}
.plan-detail-section .lead{
    margin-bottom: 1em;
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: 100;
    letter-spacing: clamp(.3rem, .6vw,.6rem);
}
.plan-inner{
    max-width: 960px;
}
.plan-contents{
    margin-top: clamp(50px, 6.5vw, 65px);
    grid-template-columns: 33.334% 1fr;
    justify-content: space-between;
    gap: 48px;
}
.plan-detail-wrap{
    margin-top: 30px;
}
/* .plan-img{
    max-width: 490px;
} */
.plan-name{
    margin-bottom: 6px;
    padding: 10px 8px 4px;
    background-color: #5e83ae;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    font-weight: 300;
    letter-spacing: .5rem;
}
.plan-name .large-text{
    font-size: clamp(3.4rem, 4.6vw, 4.6rem);
    font-weight: 500;
}
.mt-small{
    width: 100%;
    display: block;
    font-size: clamp(1.4rem, 2.3vw, 1.8rem);
    text-align: center;
    letter-spacing: .12rem;
}
.mt-small2{
    margin: clamp(5px, .6vw, 6px) 0 0 clamp(6px, .8vw, 8px);
    font-size: clamp(1.55rem, 1.75vw, 1.75rem);
    letter-spacing: .1rem;
}
.plan-ldk{
    margin-bottom: 10px;
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 500;
    letter-spacing: .15rem;
}
.plan-ldk.large-text{
    font-size: 160%
}
.plan-wide{
    flex-direction: column;
    font-size: clamp(3.2rem, 5vw, 5rem);
}
.plan-wide .small-text{
    font-size: clamp(1.3rem, 1.5vw, 1.5rem);
    font-weight: 300;
    letter-spacing: .1rem;
}
.plan-wide .large-text{
    font-size: clamp(7rem ,9.6vw, 9.6rem);
    letter-spacing: .1rem;
}
.plan-wide .middle-text{
    margin: 2px 2px 0 0;
    display: inline-block;
    font-size: clamp(3.4rem, 5.2vw, 5.2rem);
    letter-spacing: .1rem;
}
.plan-wide-num{
    font-weight: 600;
    line-height: 1.1;
}
.vertical-txt{
    vertical-align: -6px;
}
.plan-wide-others{
   margin: 0 auto 24px 0;
   width: 96%;
}
.wide-others-item{
    margin-bottom: clamp(6px, 1vw, 10px);
    padding-bottom: 2px;
    justify-content: space-between;
    align-items: center;
    gap: clamp(10px, 1.6vw, 16px);
    border-bottom: 1px solid #231815;
    font-size: 1.4rem;
}
.wide-others-item:last-of-type{
    margin-bottom: 0;
}
.wide-others-item dd{
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    letter-spacing: .15rem;
}
.plan-point-item {
    margin-bottom: clamp(8px, 1vw, 10px);
    padding: clamp(6px, 1vw, 10px);
    background-color: #5e83ae;
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    font-weight: 600;
}
.hanrei-wrap{
    margin-top: 10px;
    max-width: 500px;
}
.plan-features-flex {
    margin-top: clamp(42px, 6.4vw, 64px);
    justify-content: center;
}
.plan-features-flex.has-gap{
    gap: clamp(30px, 5.6vw, 56px);
}
.plan-features-flex.has-gap .col-2{
    width: calc(50% - 28px);
}
.plan-features-flex figure{
    margin-bottom: 12px;
}
.plan-features-ttl{
    margin-bottom: clamp(6px, 1vw, 10px);
    font-size: clamp(1.6rem, 1.7vw, 1.7rem);
    font-weight: bold;
}
.plan-features-txt{
    line-height: 1.5;
}
.col-2 > .flex-wrapper{
    margin-bottom: 12px;
    gap: 12px;
    &.has-gap > .col-2{
        width: calc(50% - 12px);
    }
    &.has-gap2{
        gap: 6px;
    }
    &.has-gap2 > .col-3{
        width: calc(calc(100% - 12px) / 3);
    }
    figure{
        margin-bottom: 0;
    }
}
.planImg-col-3{
    position: relative;
    .imgcaption{
        position: absolute;
        bottom: -16px;
        right: 0;
        font-size: clamp(10px, 1.1vw, 11px);
        color: var(--color-black);
    }
}
.btn-space{
    margin: clamp(60px, 10vw, 100px) 0 0;
}
.btn-space .general-btn{
    margin: clamp(12px, 1.8vw, 18px);
    border-radius: 30px;
    font-size: 1.5rem;
    max-width: 280px;
    height: 42px;
    line-height: 42px;
    letter-spacing: .2rem;
}
.print-btn{
    background-color: #5e83ae;
}
.back-btn{
    background-color: #6b6b6b;
}
.plan-detail-section.is-west{
    background-color: transparent;
    .lead,
    .plan-wide-others,
    .plan-features-txt{
        color: var(--color-black);
    }
    .plan-name,
    .plan-point-item,
    .print-btn{
        background-color: #b3c87c;
    }
    .is-key{
        color: #b3c87c;
    }
}
.plan-detail-section.is-south{
    background-color: transparent;
    .lead,
    .plan-wide-others,
    .plan-features-txt{
        color: var(--color-black);
    }
    .plan-name,
    .plan-point-item,
    .print-btn{
        background-color: #e5b16e;
    }
    .is-key{
        color: #e5b16e;
    }
}
.has-badge{
    position: relative;
    &::before{
        content: url(../img/plan/badge.svg);
        width: calc(90 / 452 * 100%);
        height: calc(90 / 452 * 100%);
        display: block;
        position: absolute;
        top: -10%;
        left: -8%;
        z-index: 2;
        filter: drop-shadow(0px 0px 1.5mm rgba(64, 54, 50, .75));
    }
}
@media screen and (max-width: 767px){
    .plan-detail-section{
        padding-top: 60px;
    }
    .plan-contents{
        grid-template-columns: auto;
        gap: 4vw;
    }
    .plan-detail-wrap{
        margin-top: 0;
    }
    /* .plan-img{
        max-width: 100%;
    } */
    .plan-detail-section .secondary-heading{
        margin-bottom: .4em;
    }
    .plan-detail{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: minmax(52px, auto) 1fr;
        align-items: center;
        gap: 12px;
    }
    .plan-name{
        margin-bottom: 0;
    }
    .plan-ldk{
        margin-bottom: 0;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1;
    }
    .plan-wide{
        margin-bottom: 10px;
        grid-column: 1 / 3;
        flex-direction: row;
        gap: 0 12px;
    }
    .plan-wide .small-text{
        width: 100%;
        display: block;
    }
    .plan-wide .middle-text{
        margin-right: 0;
    }
    .plan-wide-num,
    .plan-wide-others{
        width: calc(50% - 6px);
    }
    .plan-wide-others{
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .wide-others-item dt{
        font-size: 1.25rem;
    }
    .plan-point-lists{
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
    }
    .plan-point-item{
        width: calc(50% - 5px);
    }
    .plan-features-flex.has-gap .col-2{
        width: 100%;
    }
    .plan-features-txt{
        font-size: 1.2rem;
    }
    .has-badge{
        position: relative;
        &::before{
            top: -33px;
            left: -16px;
        }
    }
}
@media screen and (max-width: 370px){
    .plan-ldk{
        font-size: 3.2rem;
    }
    .plan-wide-num, .plan-wide-others{
        width: calc(50% - 2px);
    }
    .plan-wide{
        font-size: 3rem;
        gap: 0 4px;
    }
    .plan-wide .large-text{
        font-size: 6.8rem;
    }
    .plan-wide .middle-text{
        font-size: 3.2rem;
    }
    .wide-others-item dt{
        font-size: 1.2rem;
    }
}

.plan-features-lists{
    margin: 12px 0;
    justify-content: center;
    gap: clamp(6px, 1vw, 10px);
}
.features-list{
    padding: 4px 10px;
    min-height: 42px;
    align-content: center;
    background-color: #fff;
    font-size: 13px;
    &.has-bg{
        color: #fff;
    }
}
.is-east{
    .features-list{
        border: 1px solid #5e83ae;
        &.has-bg{
            background-color: #5e83ae;
        }
    }
}
.is-west{
    .features-list{
        border: 1px solid #b3c87c;
        &.has-bg{
            background-color: #b3c87c;
        }
    }
}
.is-south{
    .features-list{
        border: 1px solid #e5b16e;
        &.has-bg{
            background-color: #e5b16e;
        }
    }
}
@media screen and (max-width: 767px) {
    .plan-features-lists {
        margin: 4px 0 12px;
    }
    .features-list {
        width: 100%;
        font-size: 12px;
    }
}