@charset "utf-8";


/* =======================
　　　  PC・共通部分
======================= */

article{
    width: 90%;
    margin: 0 auto;
}

article h2{
    margin-bottom: 100px;
}
article h2 .en{
    font-size: 96px;
}
article h2 span:last-child{
    font-size: 24px;
    margin-left: 50px;
    border-bottom: 5px solid #000;
}

/* --- price --- */

.price{
    margin-bottom: 200px;
}

.price_table{
    margin-bottom: 100px;
}
.price_table ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.price_table ul li{
    width: 100%;
}
.p_table_hd{
    height: 50px;
    border: #000 1px solid;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.p_table_bd{
    height: 100px;
    border: #000 1px solid;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg_black{
    background-color: #000;
    color: #fff;
}

.price_detail{
    margin-bottom: 80px;
}
.price_detail:last-child{
    margin-bottom: 0;
}
.price_detail h3{
    width: fit-content;
    font-size: 24px;
    border-bottom: #000 5px solid;
    margin-bottom: 35px;
}
.price_txt_wrap{
    margin-left: 30px;
}
.price_txt_big{
    font-size: 20px;
    font-weight: bold;
}
.price_txt_small{
    margin-top: 20px;
}
.price_txt_wrap ul{
    margin-top: 30px;
}
.price_txt_wrap ul li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.price_txt_wrap ul li::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    margin-right: 15px;
}
.p_table_bd_noneflex {
    height: 100px;
    border: #000 1px solid;
    font-size: 22px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
}
.price_table .p_table_bd small {
    display: block;
    font-size: 0.6rem;
}

/* --- price 4Fまで拡大20240702--- */
.price{
    margin-bottom: 50px;
}
.room-news{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 70px;
}
.room-news div{
    width: 50%;
    background-color: #000;
    color:white;
}
p.contents-4f,p.contents-campaign-s{
    font-size: 22px;
    font-weight: bold;
    /* display: flex; */
    margin: 15px;
}
p.contents-campaign-b{
    font-size: 42px;
    font-weight: bold;
    /* display: flex; */
    margin: 15px 0 0 15px;
}
.unused{
    text-align: center;
    margin: 50px 0 30px 0;
}

.last_price_detail{
    margin-bottom: 0;
}
/* --- floor --- */


.floor table,.floor02 table{
    width: 100%;
    margin-bottom: 40px;
}
.floor thead th{
    height: 50px;
    background-color: #e21d1d;
    color: #fff;
    margin: 5px;
}
.floor02 thead th{
    height: 50px;
    background-color: rgb(35, 93, 200);
    color: #fff;
    margin: 5px;
}
.floor tbody td,.floor02 tbody td{
    height: 50px;
    background-color: #f5f5f5;
    color: #000;
    font-weight: bold;
    margin: 5px;
    text-align: center;
}
.floor tbody td .mitsumori_btn,.floor02 tbody td .mitsumori_btn{
    color: #000;
}
.floor tbody td .mitsumori_btn::before,.floor02 tbody td .mitsumori_btn::before{
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url(/common/img/price/ico_pre.svg);
    width: 8px;
    height: 8px;
    margin: 0 15px 2px 0;
}
.floor tbody .hide,.floor02 tbody .hide02{
    display: none;
}
.floor #close_btn,.floor02 #close_btn02{
    display: none;
}

.button_wrap{
    display: flex;
    justify-content: center;
}
.floor #show_btn,
.floor #close_btn{
    width: 200px;
    margin: 0 auto 100px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: #e21d1d 5px solid;
    position: relative;
}
.floor02 #show_btn02,
.floor02 #close_btn02{
    width: 200px;
    margin: 0 auto 100px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: rgb(35, 93, 200) 5px solid;
    position: relative;
}
.floor #show_btn::after,
.floor #close_btn::after,
.floor02 #show_btn02::after,
.floor02 #close_btn02::after{
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url(/common/img/price/ico_pre.svg);
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
    position: absolute;
    top: 10px;
    right: 5px;
}
.floor #close_btn::after,
.floor02 #close_btn02::after{
    transform: rotate(-90deg);
}

.floor_figure,.floor_figure02{
    margin-bottom: 50px;
}
.floor_figure p{
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    border-bottom: #e21d1d 5px solid;
    margin-bottom: 40px;
}
.floor_figure02 p{
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    border-bottom: rgb(35, 93, 200) 5px solid;
    margin-bottom: 40px;
}
.floor_img_wrap{
    border: #e21d1d 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    flex-direction: column;
}
.floor_img_wrap02{
    border: rgb(35, 93, 200) 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    flex-direction: column;
}
.floor_img_wrap img,.floor_img_wrap02 img{
    width: 70%;
}
.floor_img_wrap button{
    width: 250px;
    margin: 50px auto 0;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: #e21d1d 5px solid;
    position: relative;
}
.floor_img_wrap02 button{
    width: 250px;
    margin: 50px auto 0;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: rgb(35, 93, 200) 5px solid;
    position: relative;
}
dialog{
    width: 100%;
    height: 100vh;
    padding: 16px;
    background: white;
}

.floor_img_wrap dialog img,.floor_img_wrap02 dialog img{
        width: 100%;
        height: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
        object-fit: contain;
}

.floor_img_wrap dialog button,.floor_img_wrap02 dialog button{
    width: 150px;
    margin: 50px 100px 0;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: #000 5px solid;
    position: relative;
}

.floor_img_photo,.floor_img_photo02{
    float: left;
    width: 250px;
    height:auto;
    margin: 0 20px;
    margin-bottom: 100px;
}

.floor_img_photo figcaption{
    width: fit-content;
    font-size: 15px;
    font-weight: bold;
    border-bottom: #e21d1d 5px solid;
    margin: 0 auto;
}

.floor_img_photo02 figcaption{
    width: fit-content;
    font-size: 15px;
    font-weight: bold;
    border-bottom: rgb(35, 93, 200) 5px solid;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
 }


/*===========
.scroll-box
===========*/

.scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    /* -webkit-overflow-scrolling: touch; */
    overflow:hidden;
    overflow-x:scroll;
}

.scroll-box div img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
  }
  /* .scroll-box div img {
    width: 2000px;
    height: 100vh;
    object-fit: cover;
  } */

  /*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

  /* 人数絞り込み */
.filter-form {
  display: flex;
  align-items: center;
  gap: 12px;             
  margin: 20px 0;         
  padding: 12px 16px;
  background: #f9f9f9;     
  border: 1px solid #ddd;  
  border-radius: 6px;      
}

.filter-form label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.filter-select {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.filter-btn {
  padding: 6px 14px;
  font-size: 14px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
/* .filter-btn:hover {
  background: #000;
} */



/* --- estimates --- */

.estimates{
    margin-top: 150px;
}

.estimates_serch{
    margin-bottom: 100px;
}
.estimates_serch .input_box{
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.estimates_serch p{
    width: 25%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.estimates_serch select{
    width: 74%;
    height: 70px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #000 2px solid;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.estimates_serch button{
    display: block;
    width: 180px;
    padding: 15px 0;
    margin: 20px auto 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

#estimates_result{
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
    background-color: #eee;
}
#estimates_result h3{
    width: 600px;
    margin: 0 auto 70px;
    padding: 10px 0;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.date_first{
    margin-bottom: 50px;
}
.result_data h4{
    width: fit-content;
    margin: 0 auto 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: #000 5px solid;
}
.result_data ul{
    width: 600px;
    margin: 0 auto;
}
.result_data ul li{
    display: flex;
    height: 70px;
}
.result_data ul li.amount{
    height: 100px;
}
.result_data ul li p{
    font-size: 20px;
}
.result_data ul li p:first-child{
    width: 40%;
    margin: 1px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.result_data ul li p:last-child{
    width: 60%;
    margin: 1px;
    background-color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room-yoyaku .room_message p.tips,.room-yoyaku02 .room_message p.tips{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
@media screen and (min-width:770px) {
.price_detail .room-yoyaku{
    background-color: #e21d1d;
    color: white;
    width: 90%;
    margin: 0 auto;
}
.price_detail .room-yoyaku02{
    background-color: rgb(35, 93, 200);
    color: white;
    width: 90%;
    margin: 0 auto;
}
    
article.price{
    margin-top: 150px;
}

.room-yoyaku,.room-yoyaku02 {
    margin-left: 30px;
}

.tips{
    margin-bottom:100px;
}

.price_detail .vacancy-wrap p{
    font-size:1.5em;
    color: #e21d1d;
    font-weight:bold;
    margin: 0 0 20px 30px;
}

.price_detail .vacancy-wrap02 p{
    font-size:1.5em;
    color: rgb(35, 93, 200);
    font-weight:bold;
    margin: 0 0 20px 30px;
}
}
/* =======================
　　　      SP
======================= */

@media screen and (max-width:769px) {
.price_detail .room-yoyaku{
    background-color: #e21d1d;
    color: white;
}
.price_detail .room-yoyaku02{
    background-color: rgb(35, 93, 200);
    color: white;
}
.price_detail .vacancy-wrap p{
    font-size:1.2em;
    color: #e21d1d;
    font-weight:bold;
    margin-bottom: 10px;
}

.price_detail .vacancy-wrap02 p{
    font-size:1.2em;
    color: rgb(35, 93, 200);;
    font-weight:bold;
    margin-bottom: 10px;
}

article.price{
    width: 100%;
    padding: 0 10px;
    margin: 80px auto 100px;
}

article h2{
    margin-bottom: 50px;
}
article h2 .en{
    font-size: 50px;
}
article h2 span:last-child{
    font-size: 20px;
    border-bottom: 3px solid #000;
    margin: 10px 0 0;
    padding: 0 5px;
}
article .floor,article .floor02{
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 20px;
}

/* --- price --- */

.price_table{
    margin-bottom: 70px;
}
.price_table ul{
    flex-wrap: wrap;
    gap: 5px;
}
.price_table ul li{
    width: 49%;
}
.p_table_bd{
    height: 80px;
}
.p_table_bd_noneflex small {
    font-size: 0.6em;
}
.p_table_bd_noneflex {
    line-height: 1;
    height: 79px;
}
/* .price_detail{
    margin-bottom: 70px;
} */
.price_txt_wrap{
    margin: 0;
}
.price_txt_big{
    font-size: 18px;
}
.price_txt_small{
    font-size: 14px;
}
.price_txt_wrap ul{
    font-size: 14px;
}

/* --- price 4Fまで拡大20240702--- */
.room-news{
    flex-direction: column;
    margin-bottom: 40px;
}
.room-news div{
    width: 100%;
}
p.contents-4f,p.contents-campaign-s{
    font-size: 18px;
    text-align: center;
}
.unused{
    margin: 30px 0 25px 0;
}
p.contents-campaign-b{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    /* display: flex; */
    margin: 15px 15px 0 15px;
}

/* --- floor --- */

.floor table,.floor02 table{
    /* display: flex; */
    margin-bottom: 50px;
}
.floor table tbody{
    /* display: flex;
    overflow-x: scroll; */
}
.floor table thead tr,
.floor table tbody tr,
.floor02 table thead tr,
.floor02 table tbody tr{
    display: flex;
}
.floor table thead tr th{
    width: 56px;
    height: 70px;
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floor table tbody tr td{
    width: 56px;
    height: 150px;
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floor02 table thead tr th{
    width: 56px;
    height: 70px;
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floor02 tr td{
    width: 56px;
    height: 150px;
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.floor tbody .hide,
.floor02 tbody .hide02{
    display: flex;
}
.floor #show_btn,
.floor #close_btn,
.floor02 #show_btn02,
.floor02 #close_btn02{
    display: none;
}

.floor_img_wrap{
    padding: 70px 0;
}
.floor_img_wrap img{
    width: 90%;
}


.floor_img_photo,.floor_img_photo02{
    float: left;
    width: 250px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.floor_img_wrap dialog img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.scroll-box div img {
    width: 1200px;      /* ① */
    object-fit: cover; /* ② */
  }

  .scroll-box div img {
    max-width: none;
    min-width: none;
    vertical-align: top;
  }


/* --- estimates --- */

.estimates{
    margin-top: 80px;
}

.estimates_serch{
    margin-bottom: 70px;
}
.estimates_serch .input_box{
    flex-direction: column;
    width: 100%;
}
.estimates_serch .input_box p{
    width: 100%;
    height: 50px;
}
.estimates_serch .input_box select{
    width: 100%;
    height: 60px;
    margin-top: 5px;
    border: #000 1px solid;
}

#estimates_result{
    width: 100%;
    padding: 50px 0;
}
#estimates_result h3{
    width: 90%;
    margin-bottom: 30px;
    font-size: 20px;
}
.result_data h4{
    font-size: 18px;
    border-bottom: #000 2px solid;
    margin-bottom: 20px;
}
.result_data ul{
    width: 90%;
}
.date_first{
    margin-bottom: 30px;
}
.result_data ul li{
    height: 50px;
}
.result_data ul li.amount{
    height: 70px;
}
.result_data ul li p{
    font-size: 16px;
}









}