section.roomList {
  padding-top: 30px;
  padding-bottom: 20px;
}
section.roomList li {
  height: auto;
  margin-bottom: 50px;
  font-family: serif;
  height: 430px;
}
section.roomList li .photoWrap {
  background-color: #f9f9f9;
  width: 52%;
}
section.roomList li .wrap {
  position: absolute;
  right: 30px;
  width: 40%;
  top: 20px;
  text-align: left;
}
section.roomList li .wrap .theline {
  background-color: #dbdbdb;
  width: 40%;
  height: 1px;
  position: absolute;
  right: 0px;
}
section.roomList li .wrap .thename {
  font-size: 25px;
  font-weight: 700;
}
section.roomList li .wrap .thename_en {
  color: #a0a0a0;
  margin-top: 8px;
  margin-bottom: 8px;
}
section.roomList li .wrap .theintro {
  font-size: 17px;
  line-height: 1.6;
  font-family: auto;
}
section.roomList li .wrap .theprice {
  font-size: 21px;
  color: #9D9180;
  font-family: serif;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.roomList li .wrap .thebed {
  color: #87B172;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
section.roomList li .wrap .btn {
  text-align: center;
  border: 1px solid #d9d9d9;
  width: 250px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-family: auto;
}
section.roomList li .wrap .btn:hover {
  background-color: #f9f9f9;
}
section.notice .remark {
  font-size: 15px;
}
section.notice .remark h3 {
  font-family: serif;
  font-size: 22px;
}
section.notice .remark h3:before,
section.notice .remark h3:after {
  content: '';
  width: 100px;
  background-color: #bbbbbb;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 30px;
}
section.notice .remark .text {
  text-align: left;
}
section.notice .remark .text li {
  list-style: auto;
}
section.accommodation {
  padding-top: 50px;
}
section.notice {
  padding-bottom: 50px;
}
section.facilities {
  background-color: #F2F0ED;
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.facilities ol {
  width: 400px;
  margin: auto;
  font-size: 18px;
  line-height: 2.4;
  padding-top: 30px;
  padding-inline-start: 110px;
}
section.facilities ol:after {
  content: '';
  display: block;
  clear: both;
}
section.facilities ol li {
  font-size: 18px;
  line-height: 2.4;
  float: left;
  width: 50%;
  list-style: circle;
  text-align: left;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1240px) {
  section.roomList {
    padding-top: 0px;
  }
  section.roomList li .wrap {
    position: relative;
    right: 0;
    width: unset;
    top: 0;
    text-align: left;
    padding-top: 20px;
  }
  section.roomList li .photoWrap {
    background-color: #f9f9f9;
    width: 100%;
  }
  section.roomList li {
    height: auto;
    margin-bottom: 0px;
    font-family: serif;
    padding: 25px;
  }
  section.roomList li .wrap .thename {
    font-size: 20px;
  }
  section.roomList li .wrap .thename_en {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
  }
  section.roomList li .wrap .thebed {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 6px;
  }
  section.roomList li .wrap .theintro {
    font-size: 15px;
    line-height: 1.8;
  }
  section.roomList li .wrap .theprice {
    font-size: 17px;
  }
  section.roomList li .wrap .btn {
    text-align: center;
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  section.notice .remark .text {
    text-align: left;
    font-size: 15px;
    margin-left: -10px;
  }
  section.facilities ol {
    width: auto;
    padding-inline-start: 40px;
  }
  section.facilities ol li {
    font-size: 16px;
  }
}
