/*------------------------------------------

MV

------------------------------------------*/
main {
  background-image: url(../img/grey_wash_wall.png);
  background-repeat: repeat;
}
.inr {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
main .txt {
  line-height: 1.7em;
}
.room_detail .hx-type2 {
  color: #3a2f1c;
  border-bottom: 2px solid #e6d7b5;
}
.room_bg {
  background-color: #f8f6f2;
}
.column-box .room_bg {
  background-color: #f8f6f2;
}
.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%;
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  main .txt {
    line-height: 1.5em;
  }
  .table_img {
    flex-direction: column;
  }
  .table_imgbox {
    width: 100%;
  }
  .table_box {
    width: 100%;
  }
}
.villa-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-item {
  display: flex;
  gap: 15px;
}
.label {
  width: 100px;
  font-weight: bold;
  color: #333;
}
.value {
  flex: 1;
  color: #555;
}
.title-classic {
  font-size: 3.2rem;
  font-weight: 600;
  color: #3a2f1c;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #e6d7b5;
  padding-bottom: 0.5rem;
  margin-bottom: 40px;
}
.title-classic span {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  color: #a3967a;
  margin-top: 5px;
}
/*END*/