/*------------------------------------------

MV

------------------------------------------*/
.mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 600px;
  position: relative;

  &:after {
    content: '';
    background-color: rgba(50, 50, 50, 0.2);
    position: absolute;
    z-index: 90;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  img {
    width: 100%;
    object-fit: cover;
    display: block;
  }
}

.list {
  font-size: 1.3rem;

  li {
    line-height: 2.5;
    padding-left: 32px;
    position: relative;

    &::after {
      content: "";
      width: 27px;
      height: 27px;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }

    &:nth-of-type(1)::after {
      background-image: url(../images/room/ico1.png);
    }

    &:nth-of-type(2)::after {
      background-image: url(../images/room/ico2.png);
    }

    &:nth-of-type(3)::after {
      background-image: url(../images/room/ico3.png);
    }

    @media screen and (max-width: 767px) {
      padding-left: 18px;

      &::after {
        width: 15px;
        height: 15px;
      }
    }
  }

  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
  }
}

.inr {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.txt_bold {
  color: red;
}

.txt {
  line-height: 1.7em;
  padding: 1rem;

  span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .txt.t-center {
    text-align: unset;
  }
}

.cap {
  color: #737E7A;

  &.slv {
    color: #939393;
  }

  &.brs {
    color: #a06019;
  }

  @media screen and (max-width: 767px) {
    line-height: 1.3em;
  }
}

.room-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  /* 横並びを維持 */
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;

  img {
    width: 100%;
    object-fit: cover;
  }

  .hx-type3 {
    font-size: 2rem;
  }

  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 20px;

    .hx-type3 {
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 20px;
      text-align: left;
    }
  }
}

.room-list2 {
  width: 24.4%;
  max-width: 600px;

  @media screen and (max-width: 920px) {
    width: 49%;
  }

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.desc {
  font-weight: 400;
}

.room_spc2 {
  margin-left: 85px;
}

.room_spc3 {
  margin-left: 85px;
}

.ml_20 {
  margin-left: 20px;
}

.column-box {
  .hx-type3 {
    &.slv {
      border-bottom: #939393 1px solid;
    }

    &.brs {
      border-bottom: #a06019 1px solid;
    }
  }

  .room_wall {
    background-image: url(../img/grey_wash_wall.png);
    background-repeat: repeat;
  }
}

.list-inr {
  background-color: #f9f9f9;
  padding: 30px 15px;
  width: 40%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 20px;
  }
}

.sp_spc {
  margin-left: 50px;
}

.sp_spc2 {
  margin-left: 85px;
}

.sp_spc3 {
  margin-left: 103px;

  @media screen and (max-width: 1050px) {
    margin-left: 0px;
  }
}

.room_wall {
  background-image: url(../img/grey_wash_wall.png);
  background-repeat: repeat;
}

.thum2 {
  height: 180px;

  img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
}

.thum_img {
  width: 58%;
  max-width: 720px;
  height: auto;
  overflow: hidden;

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.table_img {
  display: flex;
  width: 100%;
  margin: 0 auto;

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.table_imgbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 24%;

  >div {
    width: 100%;
  }

  img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media screen and (max-width: 768px) {
    flex-direction: unset;
    justify-content: space-around;
    width: 100%;

    >div {
      width: 48%;
    }
  }
}

.table_box {
  width: 76%;
  font-size: 1.5rem;
  font-weight: 400;

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

/*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;
    }

    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%);
    }

    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;
    }

    h2 {
      font-size: 15px;
      margin-top: 20px;
    }

    p {
      font-size: 12px;
    }
  }
}

/*END*/
.room_table_s {
  width: 100%;
  text-align: left;
  border-collapse: collapse;

  th {
    width: 30%;
    padding: 12px 10px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
  }

  td {
    width: 70%;
    padding: 12px 10px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
  }

  @media screen and (max-width: 896px) {

    th,
    td {
      display: block;
      width: 100%;
    }

    th {
      border-bottom: none;
      padding-bottom: 0;
    }
  }
}

.room_table {
  width: 90%;
  float: right;
  border-collapse: collapse;

  th {
    width: 35%;
    text-align: center;
    padding: 10px;
  }

  td {
    width: 65%;
    padding: 12px 35px;
  }

  th,
  td {
    border-top: solid 1px #CCC8BC;
    border-bottom: solid 1px #CCC8BC;
  }

  @media screen and (max-width: 768px) {
    width: 100%;

    th,
    td {
      display: block;
      width: 100%;
      border-bottom: none;
    }

    th {
      text-align: left;
      padding: 10px 10px 0;
      background-color: #f9f9f9;
      /* Optional: distinguish header */
    }

    td {
      padding: 5px 10px 15px;
      border-bottom: solid 1px #CCC8BC;
    }
  }
}

.tabl_txt {
  text-align: center;
  font-size: 2rem;
}

#dogsuite {
  padding-top: 100px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;

  @media screen and (max-width: 768px) {
    padding-top: 60px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -60px;
  }
}

.top_area_bk .topSwiper .swiper-slide {
  height: auto;

  p.title {
    padding-top: 20px;
  }

  .content p {
    font-size: 16px;
    padding: 3px 15px 10px;
    text-align: left;
  }
}

.topSwiper {
  width: 100%;
  padding-bottom: 40px;
  /* Space for pagination */
}

.topSwiper .swiper-slide {
  height: auto;
  background: #fff;
  /* Ensure visibility */
}

.top_content__img {
  width: 100%;
  height: 200px;
  /* Fixed height for consistency */
  overflow: hidden;
}

.top_content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}