/* min: 30px, max: 80px */
/*========================================================================
   rooms layout
========================================================================*/
#rooms #mainVisual {
  background: url(../img/rooms/mainimg.jpg) no-repeat center/cover;
}

#roominfo {
  padding-bottom: clamp(3.125em, 1.629em + 4.213vw, 5em);
}
#roominfo h4 {
  font-size: 1.5em;
}

#other {
  background: url(../img/bg_wh.jpg);
  color: #222;
}
#other #restroom {
  background-color: rgba(204, 204, 187, 0.4);
  padding: clamp(3rem, 1.333rem + 4.63vw, 8rem);
}
#other #cancellpolicy table {
  width: 100%;
}