/*------------------------------------------

MV

------------------------------------------*/
main {
  background-image: url(../img/grey_wash_wall.png);
  background-repeat: repeat;
  /*padding-top: 140px;*/
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 55px;
  }
}

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;
  font-size: 2.5rem;
}

main .cap {
  color: #737E7A;
}

main .cap.slv {
  color: #939393;
}

main .cap.brs {
  color: #a06019;
}

.room-list {
/*  width: 49.5%;
  max-width: 700px; */
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.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: #F6F6F6;
  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: #F6F6F6;
}

.column-box .room_bg {
  background-color: #F6F6F6;
}

.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;
}

.room_dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}

.room_dl dt {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.46rem;
}

.room_dl dd {
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.46rem;
  text-align: left;
}

.room_cmnt {
  padding: 10px 10px;
  font-size: 1.4rem;
  /* text-align: left; */
  text-align: center;
}


/*.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 h1 .sub {
    font-size: 22px;
  }

  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%);
  }

  .smno {
    display: none;
  }
}

@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: 14%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 6px;
    width: 85%;
  }

  main .page-title h1 span {
    font-size: 13px;
  }

  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%;
}


}

/*END*/


.roommap .inr {
  width: 80%;
}

.roommap .inr img {
  width: 100%;
}