/*------------------------------------------

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;
}

.heading05 {
  position: relative;
  padding-bottom: 50px;
  font-size: 26px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heading05 {
    font-size: 20px;
  }
}

.heading05::before {
  content: attr(data-en);
  display: block;
  color: #ccc;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
}

.heading05::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 1px;
  height: 40px;
  background-color: #ccc;
}

.dli-chevron-right.br_pc {
  display: block;
  color: #ccc;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-top: 140px;
}

.dli-caret-down.br_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .dli-caret-down.br_sp {
    display: block;
    color: #ccc;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 1.64952em 1.375em;
    border-top-color: currentColor;
    border-bottom: 0;
    margin: 0 auto 20px;
  }

  .dli-chevron-right.br_pc {
    display: none;
  }
}

.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: 23%;
  max-width: 600px;
  margin-bottom: 20px;
  margin-right: 12px;
  margin-left: 12px;
}

.room-list2 {
  width: 24.4%;
  max-width: 600px;
}

.room-list img {
  width: 100%;
  height: 38%;
  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: 4rem;
}

.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;
  height: 270px;
}

.sp_spc {
  margin-left: 50px;
}

.sp_spc2 {
  margin-left: 85px;
}

.sp_spc3 {
  margin-left: 103px;
}

@media screen and (max-width: 1050px) {
  .list-inr {
    background-color: #f6f6f6;
    padding: 20px;
    height: auto;
  }

  .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: 100%;
  height: auto;
}

.table_img {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}

.table_imgbox {
  width: 40%;
  height: auto;
}

.table_imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.table_box {
  width: 60%;
}


@media screen and (max-width: 920px) {
  .room-list2 {
    width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .room-list {
    width: 100%;
  }

  .room-list2 {
    width: 100%;
  }
}

/*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.8rem;
  }

  .list-inr {
    padding: 10px;
  }

  .table_imgbox {
    width: 100%;
  }

  .table_imgbox img {
    width: 100%;
  }

  .table_box {
    width: 100%;
  }
}

/*END*/


.room_table_s {
  width: 100%;
  text-align: left;
}

.room_table_s th {
  width: 38%;
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}

.room_table_s td {
  width: 62%;
  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%;
  }

  .room_table th {
    width: 35%;
  }

  .room_table td {
    width: 65%;
  }
}

@media screen and (max-width: 425px) {
  .room_table {
    width: 98%;
  }
}

.dog-item-gallery-wrapper {
  position: relative;
  padding: 45px 0;
}

.hx-type2 {
  padding-top: 60px;
}