@charset "UTF-8";



body.no-scroll{
  overflow: hidden;
}

.my-modal {
    position: fixed;
    background-color: rgba(255, 255, 255, .8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 5%;
    display: none;
    overflow: auto;
    z-index: 9999;
}
.my-modal-content {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 2em;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.26), 0 26px 52px rgba(0, 0, 0, 0.26);
}


#room_box {
  width: 100%;
}
#room_box a {
  text-decoration: none;
}
.room_box_title {
  display: flex;
  margin-bottom: 30px;
}
.room_box_title_last {
  display: flex;
  margin-bottom: 0px;
}
.room_left {
  width: 32%;
}
.room_left img {
  width: 100%;
}
.room_right {
  margin-left: 16px; 
}
.room_right h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.room_right .hrm-icon-arw {
  padding-left: 10px;
}
.room_right p {
  font-size: 13px;
  line-height: 1.6;
}
.room_right h3 i {
  display: inline-block;
  vertical-align: -2px;
  margin-left: 5px;
  background-image: url(/assets/img/sp/sprite.png);
  background-position: -197px -84px;
  width: 15px;
  height: 15px;
  background-size: 275px 125.5px;
}

.roomroom {
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
}
.roomroom img{
  max-width: 100%;
}
.roomroom p {
  line-height: 1.8;
}
.center {
  margin: 20px auto 10px auto;
  width: 100%;
}
.center ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*cursor: pointer;*/
}
.center ul li {
  padding-top: 10px;
  width: 19%;
}

.rooms_list a {
  text-decoration: none;
}

.room_detail dl {
  font-size: 14px;
}
.room_detail dt {
  float: left;
  font-weight: normal;
  padding: 5px 0;
}
.room_detail dd {
  margin-left: 80px;
  padding: 5px 0;
}
.room_detail dd span {
  font-size: 11px;
}