@charset "utf-8";


.btn02.entry,.btn02.limited{
    display: none;
}

.nav_btn_list > div:nth-of-type(2),.nav_btn_list > div:nth-of-type(3){
    display: none;
}

#Spf > ul > li:nth-of-type(2){
    display: none;
}

#Spf .tel_spf{
    display: block;
}

.limited_mv{
    height: 650px;
    width: 100%;
    background-image: url(../img/limited/limited_mv.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.limited_mv_ttl{
    font-size: 56px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.limited_bg{
    background-image: url(../img/limited/limited_bg.jpg);
    background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.limited_ttl{
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
  
    font-weight: 500;
    letter-spacing: 0.1em;
    /* margin-bottom: 2em; */
}
.limited_ttl .ja{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 0.5em;
}

.limited_plan_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 120px;
}
.limited_plan_list ul li{
    width: 48%;
    max-width: 450px;
    filter: drop-shadow(2px 5px 4px rgba(0, 0, 0, 0.2));
    transition-duration: 0.5s;
    margin: 40px 0 0;
}
.limited_plan_list ul li:hover{
    opacity: 0.7;
}
.limited_plan_list ul li a{
    display: block;
}
/* .limited_plan_list ul li:nth-child(n + 3) {
    margin-top: 40px;
} */


.limited_plan_list.public ul li{
    width: 30%;
}
.limited_plan_list.public ul li a:nth-child(n + 2){
    margin-top: 40px;
}










.public_inner{
    max-width: 1540px;
    padding: 0 20px;
    margin: 0 auto;
}


.schedule_list{
    text-align: center;
}
.schedule_list ul{
    display: inline-block;
    text-align: left;
}
.schedule_list li{
    font-size: 42px;
    padding-bottom: 0.2em;
    margin-bottom: 0.8em;
    border-bottom: solid 1px #000;
    /* display: inline-block; */
}
.schedule_list li:last-child{
    margin-bottom: 0;
}
.schedule_list li p{
    display: inline-block;
    text-align: left;
    padding: 0 2em;
}
.schedule_list li p span{
    font-size: 0.5em;
}

/* 20250924 */
.limited_list {
    position: relative;
}
.limited_list_mark{
    position: absolute;
    width: 35px;
    height: 35px;
    top: -5px;
    left: 0;
}

.limited_list_newmark{
    position: absolute;
    width: 50px;
    height: 35px;
    top: -5px;
    left: 0;
}






/* 20251117 */
.sec_pd {
    padding: 80px 0 0;
}
.limited_lead {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
}
.coi2_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col2_flex_item {
    width: 48%;
}
.col2_flex_item:nth-child(n+3) {
    margin-top: 60px;
}
.movie01 {
    background: #00595f;
    /* padding: 40px 0; */
    width: 100%;
    aspect-ratio: 16 / 9;
}
.chapter_txt {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #97845c;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
.movie01 img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.video-container {
    position: relative;
    aspect-ratio: 16 / 9;
    max-height: 405px;
    cursor: pointer;
}

.video-container img {
    display: block;
    width: 100%;
}

.video-container img:hover{
    opacity:0.7;
    transition:0.3s
}







@media screen and (max-width: 1400px) {
.limited_mv {
    height: 500px;
}
}

@media screen and (max-width: 1000px) {
.limited_mv_ttl {
    font-size: 42px;
}
.schedule_list li {
    font-size: 32px;
}
.schedule_list{
    text-align: center;
}
.limited_plan_list ul {
    margin: 0 auto 80px;
}
.limited_ttl {
    font-size: 20px;
    /* margin-bottom: 2em; */
}
.limited_lead {
    font-size: 14px;
}
.chapter_txt {
    font-size: 20px;
    margin-top: 10px;
}
.movie01 {
    /* padding: 30px 0; */
}
}

@media screen and (max-width: 768px) {
.limited_mv {
    height: 300px;
}
.schedule_list li {
    font-size: 28px;
}
.limited_mv_ttl {
    font-size: 32px;
}
.limited_list_newmark{
    top: -8px;
}
}

@media screen and (max-width: 750px) {
.limited_lead {
    font-size: 13px;
}
.col2_flex_item {
    width: 100%;
}
.col2_flex_item:nth-child(n+2) {
    margin-top: 30px;
}

}

@media screen and (max-width: 650px) {
.schedule_list li {
    font-size: 18px;
}
.schedule_list li p {
    padding: 0 1em;
}
.limited_plan_list ul {
    margin: 0 auto 60px;
}
.limited_bg {
    padding: 60px 0;
}
.limited_plan_list ul li{
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
}
.limited_plan_list ul li:not(:last-child){
    /* margin-bottom: 40px; */
}
.limited_plan_list.public ul li{
    width: 100%;
}
.sec_pd {
    padding: 60px 0 0;
}
.movie01 {
    /* padding: 20px 0; */
}
}

@media screen and (max-width: 550px) {
    
}


/* VR埋め込み部分 */

.limited_ttl_mt01{
    margin-top: 80px;
}
.panorama_frame {
	aspect-ratio: 16 / 9;
}
.panorama_frame iframe {
	width: 100%;
	height: 100%;
}

@media(max-width:650px) {
.limited_ttl_mt01{
    margin-top: 60px;
}
.panorama_frame {
    aspect-ratio: 16 / 20;
}
}


/* ===== お知らせブロック（完全スコープ版） ===== */
.oshirase_wrap{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
	margin-bottom: 100px;
}

/* タイトル */
.oshirase_wrap .limited_ttl{
    margin-bottom: 15px;
}

/* リード */
.oshirase_wrap .oshirase_lead{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 50px;
    color: #000;
}

/* 見出し（下線のみ） */
.oshirase_wrap .oshirase_tit{
    font-size: 24px;
    color: #97845c;
    font-weight: 500;
    padding-bottom: 12px;
    margin: 25px 0 10px;
   /* border-bottom: 1px solid #cbb98a;*/
}

/* 補足 */
.oshirase_wrap .oshirase_sublead{
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin-bottom: 40px;
}
.bg_news{
	margin-top: 80px;
	background:#f3eee6;
	padding: 25px 20px;
}
.bg_news_bd{
	padding: 25px 0;
	border-top: 1px solid #ae987d;
	border-bottom: 1px solid #ae987d;
}
.news_no{
	width: 120px;
}
/* SP */
@media screen and (max-width:650px){

    .oshirase_wrap{
        padding: 0 15px;
    }

    .oshirase_wrap .oshirase_lead{
        font-size: 13px;
    }

    .oshirase_wrap .oshirase_tit{
        font-size: 14px;
    }

    .oshirase_wrap .oshirase_sublead{
        font-size: 12px;
    }
}


/* ボタン */
.oshirase_wrap .oshirase_btn{
    margin-top: 30px;
}

/* リンクをボタン化 */
.oshirase_wrap .oshirase_btn a{
   max-width: 400px;
   width: 80%;
   display: block;
   margin: 0 auto;
}

/* ホバー */
.oshirase_wrap .oshirase_btn a:hover{
    opacity: 0.8;
}

/* 矢印 */
.oshirase_wrap .oshirase_btn span{
    margin-left: 10px;
}

/* SP */
@media screen and (max-width:650px){
    .oshirase_wrap .oshirase_btn a{
        font-size: 13px;
        width: 100%;
        /* padding: 14px 30px; */
    }
}


/* モデルルームオープン告知 */
.oshirase_wrap .limited_mropen{
    color: #b60005;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.6;
    margin: 30px 0;
}



/* SP調整 */
@media screen and (max-width:650px){
    .oshirase_wrap .limited_mropen{
        font-size: 22px;
        line-height: 1.5;
        margin: 25px 0;
    }
}

.oshirase_wrap .limited_mropen .small{
    font-size: 0.6em;
}
