/*------------------------------------------

MV

------------------------------------------*/
.mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 600px;
  position: relative;
}
.mv:after {
  content: '';
  background-color: rgba(50, 50, 50, 0.2);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mv img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.list {
  font-size: 1.3rem;
}
.list li {
  line-height: 2.5;
  padding-left: 32px;
  position: relative;
}
.list li::after {
  content: "";
  width: 27px;
  height: 27px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.list li:nth-of-type(1)::after {
  background-image: url(../images/room/ico1.png);
}
.list li:nth-of-type(2)::after {
  background-image: url(../images/room/ico2.png);
}
.list li:nth-of-type(3)::after {
  background-image: url(../images/room/ico3.png);
}
.inr {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.txt_bold {
  color: red;
}
.txt {
  line-height: 1.7em;
}
.cap {
  color: #737E7A;
}
.cap.slv {
  color: #939393;
}
.cap.brs {
  color: #a06019;
}
.room-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.room-list.reserve {
  flex-direction: row-reverse;
}
.room-list2 {
  width: 24.4%;
  max-width: 600px;
}
.room-list img {
  width: 100%;
  object-fit: cover;
}
.desc {
  font-weight: 400;
}
.room_spc2 {
  margin-left: 85px;
}
.room_spc3 {
  margin-left: 85px;
}
.ml_20 {
  margin-left: 20px;
}
.room-list .hx-type3 {
  font-size: 2rem;
}
.room-list .hx-type3 span {
  font-size: 1rem;
}
.room-list .hx-type3 b {
  font-weight: 400;
}
.column-box .hx-type3.slv {
  border-bottom: #939393 1px solid;
}
.column-box .hx-type3.brs {
  border-bottom: #a06019 1px solid;
}
.list-inr {
  /* background-color: #f6f6f6; */
  padding: 20px;
  width: 40%;
}
.sp_spc {
  margin-left: 50px;
}
.sp_spc2 {
  margin-left: 85px;
}
.sp_spc3 {
  margin-left: 103px;
}
@media screen and (max-width: 1050px) {
  .sp_spc3 {
    margin-left: 0px;
  }
}
.room_wall {
  background-image: url(../img/grey_wash_wall.png);
  background-repeat: repeat;
}
.column-box .room_wall {
  background-image: url(../img/grey_wash_wall.png);
  background-repeat: repeat;
}
.thum2 {
  height: 180px;
}
.thum2 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.thum_img {
  width: 60%;
  height: auto;
}
.table_img {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.table_imgbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 24%;
}
.table_imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.table_box {
  width: 76%;
}
@media screen and (max-width: 920px) {
  .room-list2 {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .table_imgbox {
    flex-wrap: nowrap;
    flex-direction: unset;
  }
  .table_imgbox img {
    width: 97%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
  .room-list {
    width: 100%;
  }
  .room-list2 {
    width: 100%;
  }
}
/*PC*/
@media screen and (min-width: 768px) {
  .smno {
    display: none;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {

  .list {
    font-size: 1.2rem;
  }
  .list li {
    padding-left: 18px;
  }
  .list li::after {
    width: 15px;
    height: 15px;
  }
  .txt {
    line-height: 1.5em;
  }
  .cap {
    line-height: 1.3em;
  }
  .room-list .hx-type3 {
    font-size: 1.7rem;
  }
  .list-inr {
    padding: 10px;
  }
  .thum_img {
    width: 100%;
  }
  .list-inr {
    width: 100%;
  }
  .table_img {
    flex-direction: column;
  }
  .table_imgbox {
    width: 100%;
  }
  .table_box {
    width: 100%;
  }
} /*END*/
.room_table_s {
  width: 100%;
  text-align: left;
}
.room_table_s th {
  width: 32%;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
.room_table_s td {
  width: 68%;
  border-bottom: 1px dotted #ccc;
}
.room_table {
  width: 90%;
  float: right;
  border-collapse: collapse;
}
.room_table th {
  width: 30%;
  text-align: center;
  padding: 10px;
}
.room_table td {
  width: 70%;
  padding: 12px 35px;
}
.room_table th, .room_table td {
  border-top: solid 1px #CCC8BC;
  border-bottom: solid 1px #CCC8BC;
}
.tabl_txt {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .room_table {
    width: 90%;
  }
}
@media screen and (max-width: 425px) {
  .room_table {
    width: 98%;
  }
}
.room_txt {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .room_txt {
    padding: 10px;
  }
}

/* スマホ表示の時、スライダーの高さをPCと同じ比率（5:3）に強制する */
@media screen and (max-width: 700px) {
    .n-ss-slider-18 {
        /* ID 18のスライダーの高さを自動計算にする */
        height: auto !important;
        aspect-ratio: 800 / 480 !important;
    }
    
    /* 中の画像コンテナも強制的に合わせる */
    .n-ss-slider-18 .n-shortcode {
        height: auto !important;
    }
}