@charset "utf-8";

/* 使わないwaveは非表示にしておくこと！HTML上から削除すると他のwaveが表示されなくなります */
.sec-wave1,.sec-wave2,.sec-wave4,.sec-wave5{opacity: 0; height: 0; width: 0; margin: 0;}

#Page,
body{
    overflow: visible;
}

.model_wrap h2{
    
}
.model_wrap{
    position: relative;
    top: 0;
    padding-bottom: 50px;
}
.model_nav{
    position:inherit;
    width: 300px;
    top: 30%; left: 0;
    background-color: #fff;
    padding: 30px;
    z-index: 1;
}
.model_nav ul li{
    font-size: 16px;
font-weight: 500;
line-height: 3;
color: #925B20;
}
.model_nav ul li a.active{
    color: #231815;    
}
.model_nav ul li a.active::before{
    content: '・';
    color: #D40A0A;
    font-size: 28px;
    line-height: 1;
    vertical-align: -3px;
}
.model_img img{
    width: 100%;
}
.model_img{
    position: relative;
}
.model_img .model_img_ttl{
    position: absolute;
    top: 0; left: 0;
    border: 1px solid var(--unnamed, #937B5C);
    background: #FFF;
    padding: 7px 40px;
    font-size: 22px;
    line-height: 1.6;
}
.model_img .model_img_ttl span{
    color: #937B5C;
}

.model_spec{
    margin: 0 auto 0px;
    padding: 0 50px 100px;
    background: #F3F2F0;
}
.model_txt{
text-align: center;
font-size: 30px;
font-weight: 400;
line-height: 1.8;
letter-spacing: 3px;
padding-top: 110px;
}
.model_data{
    margin: 50px auto 0;
    border: 1px solid #49444F;
    padding: 20px;
    text-align: center;
    max-width: 600px;
    line-height: 1.6;
}
.data_ttl{
    font-size: 23px;
    letter-spacing: 2.3px;
}
.data_ttl::first-letter{
    color: #937B5C;
}
.data_plan{
    font-size: 30px;
    line-height: 1;
}
.data_plan span{
    font-size: 13px;
    vertical-align: 12px;
}
.model_data ul{
    display: flex;
    justify-content: center;
    margin-top: 6px;
}
.model_data li{
    font-size: 16px;
    padding: 0 10px;
}
.model_data li span:nth-of-type(1){
    font-size: 20px;
}
.floorplan_ttl{
    text-align: center;
    margin-top: 70px;
}
.model_plan{
    text-align: center;
    margin-top: 30px;
}
.model_features{
    margin: 30px auto 0;
    background-color: #CEDBE5;
    max-width: 1200px;
    padding: 30px 60px 50px;
}
.features_ttl{
    font-size: 34px;
    letter-spacing: 2.3px;
    border-bottom: 1px solid #666666;
    padding-bottom: 6px;
}
.features_ttl::first-letter{
    color: #937B5C;
}
.features_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.features_list dl{
    flex-basis: 22%;
    margin-top: 22px;
}
.features_list dt{
    font-size: 18px;
    line-height: 1.3;
}
.features_list dd{
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 8px;
}
.model_cap{
    font-size: 14px;
    max-width: 1200px;
    margin: 8px auto;
}

.model_btn{
    margin-top: 20px;
}
.model_btn p {
    width: 50%;
    max-width: 500px;
    margin: 50px auto 0;
    height: 75px;
    text-align: center;
}
.model_btn p:nth-of-type(1){
    margin-bottom: 10px;
}
.model_btn p::before {
    border-radius: 4px;
    content: '';
    transition: .3s;
    opacity: 0;
}
.model_btn p a {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1.6px;
    transition: .3s;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 13px 5px;
    transition: .3s;
    background-color: #002B5B;
}
.model_btn p a:hover{
    opacity: .7;
}
.model_btn p a::after{
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 23px;
    height: 23px;
    background-image: url(../../assets/img/common/btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: 95%;
    background-repeat: no-repeat;
}
.model_btn p a span {
    font-family: 'EB Garamond', sans-serif;
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 13px;
    margin: 0;
}








/* .sec-wave3 canvas {
    background-color: #e9e8e2;
} */
.sec-wave3{top: 0;}

#wakayama{
    margin-bottom: 30px;
}


.model_nav_sp{
    width: 600px;
    padding: 15px 15px;
    z-index: 2;
    top: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.hoge_fixed{
    position: fixed;
    top: 50px;
}
.model_nav_sp ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.model_nav_sp ul li{
    flex-basis: 33%;
    font-size: 18px;
    line-height: 1.3;
    position: relative;
}
.model_nav_sp ul li a.active{
    color: #937B5C;    
}

.model_nav_sp ul li.new::before{
    content: 'NEW!';
    display: block;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #D40A0A;
    text-align: center;
    font-size: 13px;
}
@media only screen and (max-width: 767px){
    .model_nav_sp ul li.new::before{
         font-size: 10px;
         top: -14px;
    }
}


@media only screen and (max-width: 767px){
    .model_wrap h2{
        padding-right: 0;
    }
    .model_wrap{
        margin-left: 0;
        top: 0px;
        padding-bottom: 50px;
    }
    .model_nav_sp{
        width: 100%;
        padding: 15px 15px;
        top: 60px;
        z-index: 2;
        position: absolute;
    }
    .hoge_fixed{position: fixed; top: 50px;}
    .model_nav_sp ul{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    #sakai,#izumisano,#wakayama{
        margin-top: 0px;
    }
    #izumisano,#wakayama{
        padding-top: 1px;
        /* background: #F3F2F0; */
    }
    .model_area_ttl{
        border: 1px solid var(--unnamed, #937B5C);
        font-size: 18px;
        font-weight: 500;
        padding: 10px 15px;
        max-width: 70%;
        margin: 30px auto 15px;
        text-align: center;


    }
    .model_nav_sp ul li{
        flex-basis: 33%;
        font-size: 12px;
        line-height: 1.3;
    }
    .model_nav_sp ul li a.active{
        color: #937B5C;    
    }
    .model_img img{
        width: 100%;
    }
    .model_spec{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px 60px;
    }
    .model_txt{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 3px;
    padding-top: 30px;
    }
    .model_data{
        margin: 30px auto 0;
        border: 1px solid #49444F;
        padding: 12px 15px;
    }
    .data_ttl{
        font-size: 23px;
        letter-spacing: 2.3px;
        text-align: center;
    }
    .data_plan{
        font-size: 26px;
        line-height: 1.3;
        text-align: left;
    }
    .data_plan span{
        font-size: 11px;
        vertical-align: 10px;
    }
    .model_data ul{
        display: block;
        justify-content: center;
        margin-top: 5px;
    }
    .model_data li{
        font-size: 14px;
        padding: 0px;
        text-align: left;
        line-height: 1.3;
    }
    .model_data li span:nth-of-type(1){
        font-size: 18px;
    }
    .model_data img{
        width: 100%;
    }
    .floorplan_ttl{
        text-align: center;
        margin-top: 40px;
    }
    .floorplan_ttl .c-sec-hdg__en{
        font-size: 34px;
    }
    .model_plan{
        text-align: center;
        margin-top: 20px;
    }
    .model_plan img{
        max-width: inherit;
        width: auto;
    height: 70vh;
    }
    .model_features{
        margin: 30px auto 0;
        max-width: 100%;
        padding: 30px 30px 60px;
    }
    .features_ttl{
        font-size: 26px;
        letter-spacing: 4px;
        border-bottom: 1px solid #666666;
        padding-bottom: 20px;
    }
    .features_list{
        display: block;
    }
    .features_list dl{
        margin-top: 22px;
    }
    .features_list dt{
        font-size: 16px;
        line-height: 1.3;
    }
    .features_list dd{
        font-size: 13px;
        line-height: 1.7;
        text-align: justify;
        margin-top: 8px;
    }
    .model_cap{
        margin: 1em 0 0 1em;
    font-size: 11px;
    letter-spacing: normal;
    }
    .model_btn p {
        width: 100%;
    }
    




}
.sec-wave3 canvas {
    /* background-color: #e9e8e2; */
}
.sec-wave3{top: 0;}



