@charset "utf-8";


/* 下層ページ共通タイトルstyle */

.page_ttl{
    max-width: 1920px;
    margin: auto;
    position: relative;
    padding-bottom: 10svw;
}
.page_ttl .inner{
    padding: 0 4svw;
    max-width: inherit;
}
.page_ttl h1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_ttl h1 span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-size: 10svw;
    font-weight: 500;
    line-height: 1;
}
.page_ttl h1 span:nth-of-type(2){
    font-family: 'Shippori Antique', sans-serif;
    font-size: 2svw;
}
.page_ttl .page_ttl_img{
    max-width: 1920px;
    margin: auto;
    margin-right: 4svw;
    position: relative;
}
.page_ttl .page_ttl_img span{
    display: block;
    position: absolute;
    top: -16%; right: 1svw;
}
.page_ttl .page_ttl_txt{
    text-align: center;
    position: relative;
    font-weight: bold;
    padding-top: 2%;
}
.page_ttl .page_ttl_txt::before{
    position: absolute;
    right: 0;
    bottom: -5vw;
    display: block;
    width: 87.66vw;
    height: 21vw;
    content: "";
    background: #cbfc6a;
    z-index: -1;
}
.page_ttl .page_ttl_txt dt{
    font-size: 2.8rem;
}
.page_ttl .page_ttl_txt dd:nth-of-type(1){
    font-size: 1.8rem;
}
.page_ttl .page_ttl_txt dd:nth-of-type(2){
    position: absolute;
    right: 1.5svw; bottom: 0;
}


/* コンテンツstyle */

body{
    overflow-x: hidden;
}

.model_plan_list{
    padding-bottom: 5%;
}
.model_plan_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.model_plan_list li{
    flex-basis: 32%;
}
.model_plan_list li a{transition: .3s;}
.model_plan_list li a:hover{
    opacity: .7;
}

.modelroom_contents{position: relative; padding-bottom: 5%; margin-bottom: 5%;}
.modelroom_contents::before{
    content: '';
    display: block;
    background: #F5FEE1 center bottom;
    width: 100%;
    height: 94%;
    position: absolute;
    bottom: 0; left: 0;
    z-index: -1;
}


.select_plan_wrap{
    display: flex;
    justify-content: center;
    background: #fff;
    padding:  0 0 5%;
    box-shadow: 0px 0px 45px 2px #e0e0e0;
border-radius: 0px;

}
.select_plan_txt{
    min-width: 38%;
    margin-left: auto;
    margin-top: 80px;
}
.select_plan_txt .select_plan_ttl{
    position: relative;
    background: linear-gradient(transparent 48%, #CBFC6A 48%);
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 2rem;
}
.select_plan_txt .select_plan_ttl .select_plan_en{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    font-size: 6rem;
    line-height: .9;
}
.select_plan_txt .select_plan_ttl .select_plan_en span{
    font-size: 8rem;
}
.select_plan_txt .select_plan_ttl .select_plan_ja{
    text-align: right;
    padding-bottom: 11px;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 600;
}
.select_plan_txt .select_plan_spec{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.2rem;
    padding: 0 2rem;
    line-height: 1;
    margin-top: 4rem;
}
.select_plan_txt .select_plan_spec .select_plan_spec_ldk{
    font-size: 6rem;
}
.select_plan_txt .select_plan_spec .select_plan_spec_ldk span{
    font-size: 7.5rem;
}
.select_plan_txt .select_plan_area{
    padding: 0 2rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.select_plan_txt .select_plan_area2{
    padding: 0 2rem;
    font-size: 1.3rem;
    font-weight: 600;
}
.select_plan_txt .select_plan_area span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.4rem;
    font-weight: 300;
}
.select_plan_txt .select_plan_area span:nth-of-type(2){
    font-size: 1.6rem;
}
.select_plan_txt .point_wrap{
    margin-top: 5rem;
}
.select_plan_txt .point_wrap dl{
    border-top: 1px dashed #000;
    padding: 3rem 2rem;
}
.select_plan_txt .point_wrap dl:last-child{
    border-bottom: 1px dashed #000;
}
.select_plan_txt .point_wrap dt{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1;
    background-color: #CBFC6A;
    padding: 2px 4px 0;
    display: inline-block;
}
.select_plan_txt .point_wrap dt span{
    font-size: 2.2rem;
}
.select_plan_txt .point_wrap dd{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 10px;
}
.select_plan_img{
    flex-basis: 50%;
    text-align: center;
    position: relative;
}
.select_plan_img .plan_comment{
    position: absolute;
    max-width: 27%;
}
.select_plan_img .plan_comment.c1{
    right: 15px;
    top: 197px;
}
.select_plan_img .plan_comment.c2{
    left: 15px;
    top: 438px;
}
.select_plan_img .plan_comment.g11{
    left: 15px;
    top: 197px;
}
.select_plan_img .plan_comment.g12{
    right: 15px;
    top: 521px;
}
.select_plan_img .plan_comment.d21{
    left: 15px;
    top: 215px;
}
.select_plan_img .plan_comment.d22{
    right: 15px;
    top: 500px;
}



.model_main_img{
    margin: 3% auto;
    max-width: 96%;
    width: 1200px;
}

#icon{
    display: none;
}

@media screen and (min-width: 768px) {
    .contents-slider-areas ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #g1_type .contents-slider-areas ul{
        align-items: flex-start;
    }
    .contents-slider-areas li{
        flex-basis: 48%;
        margin-bottom: 48px;
    }
    .contents-slider .slider-item {
    padding-right: 0;
}
#c_type .contents-slider-areas ul.contents-slider li:nth-of-type(5),
#c_type .contents-slider-areas ul.contents-slider li:nth-of-type(6){
    max-width: 460px;
    padding: 0 2%;
}
#c_type .contents-slider-areas ul.contents-slider li:nth-of-type(5){margin-left: auto;}
#c_type .contents-slider-areas ul.contents-slider li:nth-of-type(6){margin-right: auto;}
}
#g1_type .contents-slider-areas ul.contents-slider li:nth-of-type(3),
#g1_type .contents-slider-areas ul.contents-slider li:nth-of-type(5),
#g1_type .contents-slider-areas ul.contents-slider li:nth-of-type(6){
    position: relative;
    top: -70px;
}

.model_slide_txt{
    margin-top: 16px;
}
.model_slide_txt dt{
    font-weight: 600;
    font-size: 1.8rem;
}
.model_slide_txt dd{
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.8;
}


@media screen and (max-width: 768px) {
    /* 下層ページ共通タイトルstyle */

.page_ttl{
    max-width: 100%;
    padding-top: 12%;
}
.page_ttl h1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.page_ttl h1 span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-size: 9svw;
    font-weight: 500;
}
.page_ttl h1 span:nth-of-type(2){
    font-family: 'Shippori Antique', sans-serif;
    font-size: 3.4svw;
}
.page_ttl .page_ttl_img{
    max-width: 100%;
}
.page_ttl .page_ttl_img span{
    top: 81%;
    right: -2svw;
    width: 41%;
}
.page_ttl .page_ttl_txt{
    padding-top: 10%;
}
.page_ttl .page_ttl_txt::before{
    position: absolute;
    right: 0;
    bottom: -11vw;
    height: 64vw;
}
.page_ttl .page_ttl_txt dt{
    font-size: 1.8rem;
    line-height: 1.4;
}
.page_ttl .page_ttl_txt dd:nth-of-type(1){
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 5%;
    margin-top: 3%;
}
.page_ttl .page_ttl_txt dd:nth-of-type(2){
    position: absolute;
    right: 1.5svw; bottom: 0;
}


/* コンテンツstyle */


.model_plan_list{
    padding-bottom: 10%;
    padding-top: 5%;
}
.model_plan_list ul{
    flex-wrap: wrap;
    justify-content: center;
}
.model_plan_list li{
    flex-basis: 100%;
    max-width: 90%;
    margin-top: 8px;
}
.model_plan_list li a{transition: none;}
.model_plan_list li a:hover{
    opacity: 1;
}

.modelroom_contents {
        padding-bottom: 20%;
}

.select_plan_wrap{
    display: flex;
    flex-direction: column;
    margin-bottom: 7%;
}
.select_plan_txt{
    min-width: 100%;
    margin-left: auto;
    margin-top: 20px;
}
.select_plan_txt .select_plan_ttl{
    position: relative;
    background: linear-gradient(transparent 30%, #CBFC6A 30%);
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 2rem;
}
.select_plan_txt .select_plan_ttl .select_plan_en{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    font-size: 4rem;
    line-height: .9;
}
.select_plan_txt .select_plan_ttl .select_plan_en span{
    font-size: 5rem;
}
.select_plan_txt .select_plan_ttl .select_plan_ja{
    text-align: right;
    padding-bottom: 11px;
    line-height: 1;
    font-size: 1.3rem;
    font-weight: 600;
}
.select_plan_txt .select_plan_spec{
    font-size: 3rem;
    margin-top: 1.5rem;
}
.select_plan_txt .select_plan_spec .select_plan_spec_ldk{
    font-size: 3rem;
}
.select_plan_txt .select_plan_spec .select_plan_spec_ldk span{
    font-size: 4.5rem;
}
.select_plan_txt .select_plan_area{
    font-size: 2rem;
    margin-top: 1rem;
}
.select_plan_txt .select_plan_area2{
    padding: 0 2rem;
    font-size: 1.3rem;
    font-weight: 600;
}
.select_plan_txt .select_plan_area span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    font-weight: 300;
}
.select_plan_txt .select_plan_area span:nth-of-type(2){
    font-size: 1.3rem;
}
.select_plan_txt .point_wrap{
    margin-top: 2rem;
}
.select_plan_txt .point_wrap dl{
    border-top: 1px dashed #000;
    padding: 1.5rem 2rem;
}
.select_plan_txt .point_wrap dl:last-child{
    border-bottom: 1px dashed #000;
}
.select_plan_txt .point_wrap dt{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1;
    background-color: #CBFC6A;
    padding: 2px 4px 0;
    display: inline-block;
}
.select_plan_txt .point_wrap dt span{
    font-size: 2.2rem;
}
.select_plan_txt .point_wrap dd{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
}
.select_plan_img{
    max-width: 85%;
    margin: 10% auto 0;
}
.select_plan_img .plan_comment{
    position: absolute;
    max-width: 40%;
}
.select_plan_img .plan_comment.c1{
    right: -40px;
    top: 60px;
}
.select_plan_img .plan_comment.c2{
    left: -27px;
        top: 166px;
}
.select_plan_img .plan_comment.g11{
    left: -40px;
    top: 60px;
}
.select_plan_img .plan_comment.g12{
    right: -26px;
        top: 208px;
}
.select_plan_img .plan_comment.d21{
    left: -27px;
        top: 62px;
}
.select_plan_img .plan_comment.d22{
    right: -40px;
    top: 195px;
}


#g1_type .contents-slider-areas ul.contents-slider li:nth-of-type(3),
#g1_type .contents-slider-areas ul.contents-slider li:nth-of-type(5),
#g1_type .contents-slider-areas ul.contents-slider li:nth-of-type(6){
    position: relative;
    top: 0px;
}


    .contents-slider .slider-item {
        padding-right: 0;
    }

.contents-slider.slick-slider {
        width: auto;
        margin-bottom: 0;
    }

    .contents-slider-areas{
        position: relative;
    }
    #icon{
        display: block;
  position:absolute;
  z-index: 1;
  top:30%;
  left:50%;
  width:80px;
  height:70px;
  text-align:center;
  transform: translate(-50%, -50%);
}

.model_main_img {
    max-width: 100%;
}

.model_slide_txt{
    margin-top: 16px;
}
.model_slide_txt dt{
    font-weight: 600;
    font-size: 1.6rem;
}
.model_slide_txt dd{
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 16px;
}

}