/*
#box_header.invert2{background-color: rgba(255,255,255,1);border-bottom:1px solid rgba(0,0,0,0.1); height: 80px;}
#box_header.invert2 .box_header_in ul.gnavi li a{color: #837a66;}
*/

p.txt_h3{
    margin: 10px 0px 40px 0px;
    }
.box_room_txt{
    padding:30px 60px;
    border: 2px solid #c8a063;
}

.w960_room > div:first-child{
    width: 40% !important;
}

.box_serai_txt{
    margin:20px 0px;
}

.room_faci{
    margin: 20px 0px 50px 0px;
    background: none;
    padding: 0px !important;
}

.box_serai{
}

/* room 表　*/

.fa-person{
    font-size: 180%;
    color: #555;
}
.fa-children{
    font-size: 120%;
    color: #555;
}

p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
th {
  background: #3f5837;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
td {
  border: solid 1px #ccc;
    background-color: #fff;
  padding: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 120%;
}

.tbl-r05{
    width: 100%;
}    

.tbl-r05 td:first-child {
  background: #efefef;
}
@media screen and (max-width: 640px) {
    
.box_room_txt{
    padding:20px 20px;
    border: 2px solid #c8a063;
}
    
    p.txt_h3{
        line-height: 140% !important;
    margin: 10px 0px 20px 0px !important;
    }    
    
    .w960_room > div:first-child{
    width: 90% !important;
}

  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #555;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
 