/*------------------------------------------

MV

------------------------------------------*/
main {
  background-image: url(../img/grey_wash_wall.png);
  background-repeat: repeat;
  /*padding-top: 140px;*/
}

main .mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 600px;
  position: relative;
}

main .mv:after {
  content: '';
  background-color: rgba(50, 50, 50, 0.2);
  position: absolute;
  z-index: 90;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main .mv img {
  width: 100%;
  object-fit: cover;
  display: block;
}

main .list {
  font-size: 1.3rem;
}

main .list li {
  line-height: 2.5;
  padding-left: 32px;
  position: relative;
}

main .list li::after {
  content: "";
  width: 27px;
  height: 27px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

main .list li:nth-of-type(1)::after {
  background-image: url(../images/room/ico1.png);
}

main .list li:nth-of-type(2)::after {
  background-image: url(../images/room/ico2.png);
}

main .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;
}

main .txt {
  line-height: 1.7em;
}

main .cap {
  color: #737E7A;
}

main .cap.slv {
  color: #939393;
}

main .cap.brs {
  color: #a06019;
}

.room-list {
  width: 49.5%;
  max-width: 600px;
}

.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: 30px;
}

.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: var(--color-room);
  padding: 20px;
}

.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: 100%;
  height: auto;
}

.room_bg {
  background-color: var(--color-room);
}

.column-box .room_bg {
  background-color: var(--color-room);
}

.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) {
  .room-list {
    width: 100%;
  }

  .room-list2 {
    width: 100%;
  }
}

/*PC*/
@media screen and (min-width: 768px) {
  main .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;
  }

  main .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%);
  }

  main .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%);
  }
}

@media screen and (max-width: 1120px) {
  main .page-title p {
    top: 375px;
  }
}

/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {

  /*	main {
		padding-top: 60px;
	}*/
  main .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;
  }

  main .page-title h2 {
    /*color: #fff;*/
    font-size: 16px;
  }

  main .page-title p {
    /*color: #fff;*/
    font-size: 12px;
  }

  main .list {
    font-size: 1.2rem;
  }

  main .list li {
    padding-left: 18px;
  }

  main .list li::after {
    width: 15px;
    height: 15px;
  }

  main .txt {
    line-height: 1.5em;
  }

  main .cap {
    line-height: 1.3em;
  }

  .room-list .hx-type3 {
    font-size: 1.8rem;
  }

  .list-inr {
    padding: 10px;
  }

  .table_img {
    flex-direction: column;
  }

  .table_imgbox {
    width: 100%;
  }

  .table_box {
    width: 100%;
  }

  .column-box.column2 .txt-box {
    padding: 1.5rem;
  }

}

/*END*/


.roommap .inr {
  width: 80%;
}

.roommap .inr img {
  width: 100%;
}

.yt_wrap {
  width: 1280px;
  max-width: 100%;
  padding: 100px 0;
  margin: auto;
}

.video_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(9/16*100%);
  background: #000;
}

.video_wrap iframe {
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
}

#playBtn01,
#playBtn02 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#playBtn01 img,
#playBtn02 img {
  width: 100%;
}

.pd_t0 {
  padding-top: 0;
}

#facility {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  #facility {
    padding-top: 35px;
  }
}

.room_table th,
.room_table td {
  border-top: solid 1px #737e7a;
  border-bottom: unset;
}

.room_table tr:last-child th,
.room_table tr:last-child td {
  border-bottom: solid 1px #737e7a;
}

.common-table {
  width: 100%;
}

.common-table th {
  width: 20%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .common-table th {
    width: 28%;
  }

  .room_table tr:last-child th {
    border-bottom: unset;
  }
}