/*------------------------------------------

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;
}
.txt span {
  display: inline-block;
}
.cap {
  color: #737E7A;
}
.cap.slv {
  color: #939393;
}
.cap.brs {
  color: #a06019;
}
.room-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap; /* 横並びを維持 */
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.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;
}
.column-box .hx-type3.slv {
  border-bottom: #939393 1px solid;
}
.column-box .hx-type3.brs {
  border-bottom: #a06019 1px solid;
}
.list-inr {
  background-color: #f9f9f9;
  padding: 30px 25px;
  width: 40%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.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: 58%;
  max-width: 720px;
  height: auto;
  overflow: hidden;
}
.table_img {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.table_imgbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 24%;
}
.table_imgbox > div {
  width: 100%;
}
.table_imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.table_box {
  width: 76%;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 920px) {
  .room-list2 {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .table_imgbox {
    flex-direction: unset;
    justify-content: space-around;
  }
  .table_imgbox > div {
    width: 48%;
  }
  .room-list {
    flex-direction: column;
    gap: 20px;
  }
  .room-list2 {
    width: 100%;
  }
  .thum_img {
    width: 100%;
  }
  .list-inr {
    width: 100%;
    padding: 20px;
  }
  .room-list .hx-type3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
/*PC*/
@media screen and (min-width: 768px) {
  .page-title h1 {
    color: #fff;
    text-shadow:
      #4D4D4D 1px 1px 2px, #4D4D4D -1px 1px 2px, #4D4D4D 1px -1px 2px, #4D4D4D -1px -1px 2px;
    position: absolute;
    font-size: 50px;
    top: 200px;
    left: 50%;
    z-index: 95;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }
  .page-title h2 {
    color: #fff;
    text-shadow:
      #4D4D4D 1px 1px 5px, #4D4D4D -1px 1px 5px, #4D4D4D 1px -1px 5px, #4D4D4D -1px -1px 5px;
    position: absolute;
    font-size: 22px;
    height: auto;
    top: 290px;
    left: 50%;
    z-index: 95;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .page-title p {
    color: #fff;
    text-shadow:
      #4D4D4D 1px 1px 5px, #4D4D4D -1px 1px 5px, #4D4D4D 1px -1px 5px, #4D4D4D -1px -1px 5px;
    position: absolute;
    font-size: 16px;
    height: auto;
    top: 380px;
    left: 50%;
    z-index: 95;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .smno {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  .page-title p {
    top: 375px;
  }
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  /*	{
		padding-top: 60px;
	}*/
  .page-title h1 {
    color: #fff;
    text-shadow:
      black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
    position: absolute;
    font-size: 28px;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
  }
  .page-title h2 {
    font-size: 15px;
    margin-top: 20px;
  }
  .page-title p {
    font-size: 12px;
  }
  .list {
    font-size: 1.2rem;
  }
  .list li {
    padding-left: 18px;
  }
  .list li::after {
    width: 15px;
    height: 15px;
  }
  .cap {
    line-height: 1.3em;
  }
  .room-list .hx-type3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .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;
  border-collapse: collapse;
}
.room_table_s th {
  width: 32%;
  padding: 12px 10px;
  border-bottom: 1px dashed #ccc;
  vertical-align: top;
}
.room_table_s td {
  width: 68%;
  padding: 12px 10px;
  border-bottom: 1px dashed #ccc;
  vertical-align: top;
}
.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%;
  }
}
#dogsuite {
  padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  #dogsuite {
    padding-top: 60px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -60px;
  }
}