@charset "utf-8";

/* ===================================================================

CSS information

 file name	:room.css
 style info :客室ページ用CSS
 
=================================================================== */

/*------------------------------------------------------------
  main_h2
------------------------------------------------------------*/
.main_h2 {
  background: url(/room/img/main_h2_tit_room.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.white_box_tit .nosmoking {
  padding: 5px;
  background: #ffedee;
  font-size: 56%;
  display: inline-block;
  margin-left: 10px;
}

.white_box_tit .nosmoking img {
  margin-right: 5px;
}

.white_box_tit .smoking {
  padding: 5px;
  background: #e8ffe4;
  font-size: 56%;
  display: inline-block;
  margin-left: 10px;
}

.white_box_tit .smoking img {
  margin-right: 5px;
}

.room_reserved {
    width: 100%;
}

.room_reserved .btn_base {
  display: inline-block;
  width: 48%;
}

.white_box .btn_base a {
  font-size: 90%;
}

.room_reserved .btn_base + .btn_base {
  margin-left: 2%;
}

p.message {
  margin: 10px 10px;
  color: #f00;
}
