@charset "utf-8";

#plan .contents_mv{
    background-image: url(../image/mv_img.jpg);
}
#plan .vr_bnr{
    margin: 56px auto 48px;
}

.plan_box_ttl{
    margin-top: -90px;
        max-width: 90%;
}
.plan_box_spec{
    margin: 32px auto 48px;
}

.plan_box{
    background: var(--gray);
    padding-bottom: 126px;
    margin-top: 64px;
}
.tab-container{
    display: flex;
    justify-content: space-between;
}
.tab-container .tab{
    text-align: center;
    flex-basis: 49%;
    font-size: 2.4rem;
    line-height: 1;
    background: #D5DEE6;
    padding: 12px 8px;
    font-weight: 400;
    font-style: italic;
}
.tab-container .tab span{
    font-weight: 400;
    font-style: italic;
    font-size: 150%;
}
.tab-container .tab.active{
    background: var(--beije);
}
.content {
    display: none;
}
.content.show {
    display: block;
}
.content-container .content{
    margin-top: 56px;
}

.plan_item_img{
    margin-top: 32px;
}
.plan_item_ttl{
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 24px;
}
.plan_item_txt{
    font-size: 1.6rem;
    padding-top: 16px;
}

.plan_gallery{
    margin-top: 48px;
}
.plan_gallery h3{
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    padding-bottom: 24px;
}
.slick-dots li button:before{
    font-size: 26px;
    color: var(--blue);
}
.slick-dots li{
    margin: 0 2px;
}

.showroom{
    background: var(--lblue);
    padding: 48px 0 0;
}
.showroom h3 .ja{
    display: block;
    text-align: center;
    color: var(--light);
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 12px;
}
.showroom h3 .en{
    display: block;
    text-align: center;
    font-size: 6.0rem;
    line-height: 1;
    font-weight: 500;
    color: var(--beije);
}
.showroom_txt{
    color: var(--light);
    font-size: 1.6rem;
    margin: 16px auto;
}

@media screen and (max-width: 1250px) {
    #plan .vr_bnr {
    margin: 32px auto 32px;
}
.plan_box_ttl {
    margin: -48px auto 0 0;
    max-width: 80%;
}
.plan_item_ttl {
    font-size: 2rem;
}
.plan_item_txt {
    font-size: 1.3rem;
}
.showroom h3 .ja {
        font-size: 2.0rem;
}
.showroom h3 .en {
    font-size: 4.2rem;
}
.showroom_txt {
    font-size: 1.3rem;
}
}
