/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../room/img/pagetit.jpg?20190627) no-repeat center;
  background-size: cover;
}

.room_section {
  padding: 30px 0 50px;
}
.room_section .room_pic {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.room_section .room_info {
  position: absolute;
  right: 0;
  top: 20px;
}
.room_section .room_info .icon + .icon {
  margin-left: 7px;
}
.room_section .room_table .table_col {
  width: 30%;
}
.room_section .room_table .table_col.col_wide {
  width: 100%;
}
.room_section .room_table .table_col .info_table th {
  width: 9em;
}
.room_section .room_table .pc_mid th,
.room_section .room_table .pc_mid td {
  vertical-align: middle;
}
.room_section .room_table .pc_mid th {
  background-position: center right;
}

@media screen and (max-width: 768px) {
    #pagetit {
    background: url(../../room/img/pagetit_sp.jpg?20190627) no-repeat center;
    background-size: cover;
}
  .room_section {
    padding: 30px 0 50px;
  }
  .room_section .room_pic {
    width: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
  }
  .room_section .room_pic > img {
    width: 140%;
    margin: 0 -20%;
  }
  .room_section .room_pic > .flexslider {
    width: 140%;
    margin: 0 -20%;
  }
  .room_section .room_info {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }
  .room_section .room_info .icon + .icon {
    margin-left: 7px;
  }
  .room_section .room_table {
    margin-top: 30px;
  }
  .room_section .room_table .table_col {
    width: 100%;
    margin-bottom: -1px;
  }
  .room_section .room_table .table_col .info_table th {
    width: 9em;
  }
  .room_section .room_table .pc_mid th,
  .room_section .room_table .pc_mid td {
    height: auto !important;
    vertical-align: top;
  }
  .room_section .room_table .pc_mid th {
    background-position: right top 13px;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
/* ---------------------------------------------------
	sec7
------------------------------------------------------ */
#sec7 {
  padding-bottom: 80px;
}
#sec7 .info_table th,
#sec7 .info_table td {
  border-color: #58656e;
}
#sec7 .info_table th {
  width: 16%;
  background: url(../img/bg_common_02.png) no-repeat right top 20px;
  background-size: 18px;
}

@media screen and (max-width: 768px) {
  #sec7 {
    padding-bottom: 50px;
  }
  #sec7 .info_table {
    border-color: #58656e;
  }
  #sec7 .info_table th {
    width: 100%;
    background: rgba(88, 101, 110, 0.2);
  }
}
/* ---------------------------------------------------
	sec8
------------------------------------------------------ */
#sec8 {
  margin-bottom: 10px;
  padding: 70px 0 50px;
  background: #c89c5d;
  color: #fff;
}
#sec8 .pic_col {
  margin-top: 30px;
}
#sec8 .pic_col .col_min {
  width: 43.28125%;
}
#sec8 .pic_col .col_wide {
  width: 56.71875%;
}

@media screen and (max-width: 768px) {
  #sec8 {
    padding: 50px 0 50px;
  }
  #sec8 .pic_col {
    margin-top: 20px;
  }
  #sec8 .pic_col .col_min {
    width: 100%;
  }
  #sec8 .pic_col .col_wide {
    width: 100%;
  }
}
