/* @format */
.plan .header {
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.plan .header .menu-btn {
    color: #fff;
}
.plan .hamburger i {
    background: #fff;
}

.plan .general-section {
    border-bottom: 1px solid #404f70;
}
.plan-lead {
    font-size: 4rem;
    line-height: 1.4;
    color: #104583;
    margin-top: 40px;
}
.plan-card-container {
    gap: 120px;
}
.plan .plan-card {
    width: calc(50% - 60px);
    border: 1px solid #816a48;
    border-radius: 10px;
    color: #fff;
}

.plan-name {
    font-size: 4.4rem;
    letter-spacing: 0.1rem;
    background-color: #5e6883;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plan-name .small-text {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}
.plan-area-text {
    font-size: 4rem;
    background-color: #9a886d;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan-area-text-ja {
    font-size: 50%;
    margin-right: 10px;
    margin-top: 20px;
}
.more-text {
    padding: 10px 0;
    margin: 20px auto;
    width: 50%;
    text-align: center;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(228, 228, 233, 1) 10%,
        rgba(178, 178, 192, 1) 20%,
        rgba(136, 139, 159, 1) 30%,
        rgba(87, 95, 123, 1) 40%,
        rgba(75, 85, 114, 1) 50%,
        rgba(87, 95, 123, 1) 60%,
        rgba(136, 139, 159, 1) 70%,
        rgba(178, 178, 192, 1) 80%,
        rgba(228, 228, 233, 1) 90%,
        rgba(255, 255, 255, 1) 100%
    );
    color: #fff;
    font-size: 1.6rem;
}
.plan-card-link {
    transition: 0.6s ease;
}
.plan-card-link:hover {
    opacity: 0.7;
}
.plan-card-link img {
    width: 70%;
    padding: 20px 0;
}
.plan .footer-container {
    margin-top: unset;
}

/* プラン間取りページ */
.detail-flex {
    margin-top: 100px;
}
.detail-text {
    background: url(../img/plan/detail-bg.webp) no-repeat top center;
    background-size: cover;
    width: 40%;
    color: #fff;
    padding: 100px 0;
}
.detail-contents {
    width: 60%;
    margin: 0 auto;
}
.detail-contents .plan-name {
    margin: 0 auto 20px;
    background-color: unset;
    border-bottom: unset;
    font-size: 8.4rem;
    display: block;
    line-height: 0.6;
}
.detail-contents .plan-name .small-text {
    font-size: 30%;
    margin: 0;
    padding: 0;
    border-right: unset;
    /* width: 100%; */
}
.detail-contents .plan-name-text {
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 6.8rem;
    line-height: 0.8;
}
.detail-contents .plan-area-text {
    background-color: unset;
    margin-bottom: 20px;
    padding: 0;
    font-size: 4.8rem;
}
.detail-contents .plan-area-text-sub {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 40px;
}
.plan-point {
    font-size: 2rem;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 20px;
}
.detail-img {
    width: 60%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.detail-img img {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .plan .header {
        color: #333;
        background: unset;
    }
    .plan .header .menu-btn {
        color: #333;
    }
    .plan .hamburger i {
        background: #333;
    }
    .plan-lead {
        font-size: 2.4rem;
        margin-top: 20px;
    }
    .plan-card-container {
        gap: 20px;
    }
    .plan .plan-card {
        width: 100%;
    }
    .plan-name {
        font-size: 2.8rem;
        padding: 6px 0;
    }
    .plan-name .small-text {
        margin-right: 10px;
        padding-right: 10px;
    }
    .plan-area-text {
        font-size: 2.2rem;
        padding: 6px 0;
    }
    .plan-area-text-ja {
        margin-right: 6px;
        margin-top: 10px;
    }
    .more-text {
        margin: 0 auto 20px;
        width: 90%;
    }
    .detail-flex {
        margin-top: 0;
    }
    .detail-text {
        width: 100%;
        padding: 60px 0;
    }
    .detail-contents {
        width: 65%;
    }
    .detail-contents .plan-name {
        font-size: 6.4rem;
    }
    .detail-contents .plan-name-text {
        font-size: 4.4rem;
    }
    .detail-contents .plan-area-text {
        font-size: 2.8rem;
    }
    .detail-contents .plan-area-text-sub {
        font-size: 1.4rem;
    }
    .plan-point {
        font-size: 1.4rem;
    }
    .detail-img {
        width: 90%;
        margin: 20px auto 0;
    }
}
