@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: #e5e5e5;
    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;
}
.slick-initialized .slick-slide{
    height: auto;
    margin: 0 8px;
}

.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;
}


/* 一覧 */

.plan_index_wrap li{
    margin-bottom: 32px;
}
.plan_index_wrap li a{
    display: block;
    position: relative;
    transition: .3s;
}
.plan_index_inner{
    padding: 50px;
}
.plan_index_wrap li.numbering a{
    background-color: rgba(223, 208, 168, .2);
}
.plan_index_wrap li.showroom a{
    background-color: var(--lblue)
}
.plan_index_ttl{
    text-align: center;
    line-height: 1;
    padding: 14px 8px;
    font-size: 2.4rem;
    font-weight: 300;
    margin-top: 16px;
}
.plan_index_ttl .big{font-size: 150%; font-weight: 600;}
.numbering .plan_index_ttl{background: var(--lblue); color: var(--light);}
.numbering .plan_index_ttl .num{color: var(--beije); padding-left: 16px;}
.showroom .plan_index_ttl{background: var(--beije); color: var(dark);}
.plan_index_spec{
    text-align: center;
    font-weight: 100;
    line-height: 1;
    padding-top: 24px;
}
.plan_index_spec span{font-weight: 300;}
.plan_index_spec span .big{font-size: 120%;}
.plan_index_spec .ldk{font-size: 4.0rem;}
.plan_index_spec .spec{font-size: 1.8rem;}
.numbering .plan_index_spec{color: var(--dark);}
.showroom .plan_index_spec{color: var(--lbeije2);}
.plan_index_area_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.plan_index_area_wrap dl{
    flex-basis: 48%;
    display: flex;
    align-items: center;
    line-height: 1;
}
.numbering .plan_index_area_wrap{color: var(--dark);}
.showroom .plan_index_area_wrap{color: var(--lbeije2);}
.plan_index_area_wrap dl dt{
    font-size: 1.2rem;
    text-align: center;
}
.plan_index_area_wrap dl dd{font-size: 2.0rem; padding-left: 8px;}
.plan_index_area_wrap dl dd span{font-size: 160%; font-weight: 300;}
.plan_index_btn{
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300 !important;
    padding: 12px 8px;
    position: relative;
}
.numbering .plan_index_btn{background: var(--beije); border: 1px solid var(--lbeije2);}
.showroom .plan_index_btn{background: var(--light);
border: 1px solid var(--lblue);}
.plan_index_btn::after{
    content: '';
    width: 40px;
    height: 8px;
    border-bottom: solid 1px var(--dark);
    border-right: solid 1px var(--dark);
    transform: skew(45deg);
    position: absolute;
    top: 46%;
    right: 30px;
    transition: .3s;
}
.plan_index_wrap li a:hover {opacity: .7;}
.plan_index_wrap li a:hover .plan_index_btn::after{
    right: 20px;
}


.abc_wrap .page-notes{
    padding-top: 16px;
}
.abc_box1{
    background: var(--dark);
    color: var(--light);
    text-align: center;
    padding: 0 0 40px;
}
.abc_box1 .abc_ttl{
    padding-top: 48px;
    padding-bottom: 40px;
    letter-spacing: 2px;
    position: relative;
}
.abc_box1 .abc_ttl::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 200px; height: 1px;
    background: var(--light);
}
.abc_box1 .abc_ttl p:nth-of-type(1){
    color: var(--dark);
    background: var(--light);
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    padding: 6px 12px;
    width: fit-content;
    margin: auto;
}
.abc_box1 .abc_ttl p:nth-of-type(2){
    padding-top: 24px;
    line-height: 1.4;
}
.abc_box1 .abc_ttl p:nth-of-type(2) span{
    display: block;
}
.abc_box1 .abc_ttl p:nth-of-type(2) span:nth-of-type(2){
    font-size: 4.8rem;
}
.abc_box1 .abc_ttl p:nth-of-type(3){
    font-size: 2.4rem;
}
.abc_box1 .abc_sub_ttl{
    padding-top: 40px;
    letter-spacing: 2px;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(1){
    font-size: 1.8rem;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: end;
    padding-top: 16px;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(2) span:nth-of-type(2){
    font-size: 3rem;
    line-height: 1;
    padding-left: 8px;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(3){
    padding-top: 16px;
    font-size: 2.2rem;
    line-height: 1.4;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(3) span{
    background: var(--beije);
    color: var(--dark);
    font-weight: 600;
    margin-left: 8px;
}
.abc_nakamozu{
    padding: 48px 0 0;
}
.abc_nakamozu h5{
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.3;
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    padding: 24px 0;
}
.abc_nakamozu p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    padding: 40px 0;
}
.abc_nakamozu dt{
    padding-bottom: 16px;
}
.abc_nakamozu dd{
    font-size: 1.3rem;
    line-height: 1.6;
}
.abc_access_wrap{
    padding: 48px 0 0;
}
.abc_access{
    margin-bottom: 40px;
    text-align: center;
}
.abc_access h6 {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 16px;
}

.abc_access h6:before,
.abc_access h6:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--dark);
}

.abc_access h6:before {
    margin-right: 1rem;
}

.abc_access h6:after {
    margin-left: 1rem;
}
.abc_access p{
    font-size: 1.6rem;
    padding: 0;
}

@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;
}


/* 一覧 */

.plan_index_inner{
    padding: 24px;
}
.plan_index_ttl{
    padding: 16px 8px;
    font-size: 1.6rem;
}
.plan_index_spec{
    padding-top: 16px;
}
.plan_index_spec .ldk{font-size: 3.2rem;}
.plan_index_spec .spec{font-size: 1.8rem;
 display: block; padding-top: 8px; letter-spacing: 0;}
.plan_index_area_wrap{
    margin-top: 16px;
}
.plan_index_area_wrap dl{
    flex-basis: 48%;
    display: block;
}
.plan_index_area_wrap dl dt{
    font-size: 1.2rem;
    text-align: left;
    padding-bottom: 4px;
}
.plan_index_btn{
    font-size: 1.6rem;
}
.plan_index_btn::after{
    content: '';
        width: 30px;
        height: 6px;
        border-bottom: solid 1px var(--dark);
        border-right: solid 1px var(--dark);
        transform: skew(45deg);
        position: absolute;
        top: 43%;
        right: 30px;
}

.abc_wrap .page-notes{
    padding-top: 16px;
}
.abc_box1{
    background: var(--dark);
    color: var(--light);
    text-align: center;
    padding: 0 0 40px;
}
.abc_box1 .abc_ttl{
    padding-top: 48px;
    padding-bottom: 24px;
    letter-spacing: 2px;
    position: relative;
}
.abc_box1 .abc_ttl::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 200px; height: 1px;
    background: var(--light);
}
.abc_box1 .abc_ttl p:nth-of-type(1){
    color: var(--dark);
    background: var(--light);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    padding: 6px 12px;
    width: fit-content;
    margin: auto;
}
.abc_box1 .abc_ttl p:nth-of-type(2) img{width: 200px !important;}
.abc_box1 .abc_ttl p:nth-of-type(2){
    padding-top: 24px;
    line-height: 1.4;
}
.abc_box1 .abc_ttl p:nth-of-type(2) span{
    display: block;
}
.abc_box1 .abc_ttl p:nth-of-type(2) span:nth-of-type(2){
    font-size: 3.2rem;
}
.abc_box1 .abc_ttl p:nth-of-type(3){
    font-size: 1.8rem;
}
.abc_box1 .abc_sub_ttl{
    padding-top: 24px;
    letter-spacing: 2px;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(1){
    font-size: 1.3rem;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(2)  img{width: 130px !important;}
.abc_box1 .abc_sub_ttl p:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: end;
    padding-top: 16px;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(2) span:nth-of-type(2){
    font-size: 2rem;
    line-height: 1;
    padding-left: 8px;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(3){
    padding-top: 16px;
    font-size: 1.8rem;
    line-height: 1.4;
}
.abc_box1 .abc_sub_ttl p:nth-of-type(3) span{
    background: var(--beije);
    color: var(--dark);
    font-weight: 600;
    margin-left: 8px;
}
.abc_nakamozu{
    padding: 48px 0 0;
}
.abc_nakamozu h5{
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    padding: 16px 0;
}
.abc_nakamozu p{
    text-align: center;
    font-size: 1.3rem;
    line-height: 2;
    padding: 40px 0;
}
.abc_nakamozu dt{
    padding-bottom: 16px;
}
.abc_nakamozu dd{
    font-size: 1.1rem;
    line-height: 1.6;
}
.abc_access_wrap{
    padding: 48px 0 0;
}
.abc_access{
    margin-bottom: 40px;
    text-align: center;
}
.abc_access h6 {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 16px;
}

.abc_access h6:before,
.abc_access h6:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--dark);
}

.abc_access h6:before {
    margin-right: 1rem;
}

.abc_access h6:after {
    margin-left: 1rem;
}
.abc_access p{
    font-size: 1.3rem;
    padding: 0;
}
}

/* 詳細 */

.plan_spec2 .plan_index_ttl{
    background: var(--lblue);
    color: var(--light);
}

.plan_spec2 .area{
    padding: 40px 0;
}
.plan_spec2 .area .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.plan_spec2 .area dl{
    flex-basis: 48%;
    color: var(--dark);
}
.plan_spec2 .area dt{
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 3px;
}
.plan_spec2 .area dd{
    font-size: 3rem;
}
.plan_spec2 .area dd span{
    font-size: 7rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
}
.plan_spec2 .area .area_cap{
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.plan_spec2 .area .area_cap span{
    display: block;
    flex-basis: 50%;
}
.plan_item_ttl span{
    background: var(--lblue);
    border: 2px solid var(--light);
    color: var(--light);
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    padding: 2px 14px;
    margin-right: 8px;
}
.plan_item{
    margin-top: 24px;
}

@media screen and (max-width: 1250px) {
    /* 詳細 */

.plan_spec2 .plan_index_ttl{
    background: var(--lblue);
    color: var(--light);
}

.plan_spec2 .area{
    padding: 24px 0 40px;
}
.plan_spec2 .area .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.plan_spec2 .area dl{
    flex-basis: 48%;
    color: var(--dark);
}
.plan_spec2 .area dt{
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 3px;
}
.plan_spec2 .area dd{
    font-size: 2rem;
}
.plan_spec2 .area dd span{
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
}
.plan_spec2 .area .area_cap{
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.plan_spec2 .area .area_cap span{
    display: block;
    flex-basis: 50%;
}
.plan_item_ttl span{
    background: var(--lblue);
    border: 2px solid var(--light);
    color: var(--light);
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    padding: 2px 14px;
    margin-right: 8px;
}
.plan_item{
           margin-top: 8px;
}
}


