@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : rooms.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* font-awesome */
/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
#contents .con_link {
  margin-top: 40px;
}
#contents .con_link .lst_link {
  display: flex;
  justify-content: center;
}
#contents .con_link .lst_link .box_link {
  border-left: 1px solid #d1d1d1;
}
#contents .con_link .lst_link .box_link:last-of-type {
  border-right: 1px solid #d1d1d1;
}
#contents .con_link .lst_link .box_link a {
  transition: 0.2s;
}
#contents .con_link .lst_link .box_link a:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------
	.con_point
----------------------------------------------------------- */
#contents .con_point {
  margin-top: 60px;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  margin-top: 120px;
}
.con_rooms .lst_link {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.con_rooms .lst_link .box_link:last-of-type {
  margin-left: 10px;
}
.con_rooms .lst_link .box_link a {
  transition: 0.2s;
}
.con_rooms .lst_link .box_link a:hover {
  opacity: 0.7;
}
.con_rooms .box_main {
  margin-top: 40px;
}
.con_rooms .box_main > ul > li .box_img {
  margin-top: 20px;
}
.con_rooms .box_main > ul > li .box_det {
  display: flex;
  margin-top: 40px;
}
.con_rooms .box_main > ul > li .box_det .box_txt {
  width: 950px;
  margin-right: 50px;
}
.con_rooms .box_main > ul > li .box_det .box_txt .txt_det {
  line-height: 1.8;
}
.con_rooms .box_main > ul > li .box_det .box_txt table {
  margin: auto;
  margin-top: 20px;
}
.con_rooms .box_main > ul > li .box_det .box_txt table tr {
  border-bottom: dotted 1px #898989;
}
.con_rooms .box_main > ul > li .box_det .box_txt table tr th {
  width: 130px;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 0 10px 20px;
  text-align: left;
}
.con_rooms .box_main > ul > li .box_det .box_txt table tr td {
  width: 380px;
  font-size: 13px;
  padding: 10px 0;
  text-align: left;
}
.con_rooms .box_main > ul > li .box_det .box_pv {
  display: none;
}
.con_rooms .box_main > ul > li:nth-of-type(n+2) {
  margin-top: 80px;
}

/* -----------------------------------------------------------
	.con_infomation
----------------------------------------------------------- */
.con_infomation {
  margin-top: 120px;
}
.con_infomation .box_infomation {
  margin-top: 40px;
}
.con_infomation .box_infomation h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #005184;
  padding: 6px 0;
}
.con_infomation .box_infomation .lst_fac {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-top: 20px;
}
.con_infomation .box_infomation .lst_fac li {
  display: flex;
  align-items: center;
  width: 25%;
  font-size: 14px;
  line-height: 1.6em;
}
.con_infomation .box_infomation .lst_fac li.txt_ls {
  letter-spacing: 0.05em;
}
.con_infomation .box_infomation .lst_fac li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: #005184;
  border-radius: 100px;
  margin-right: 5px;
}
.con_infomation .box_infomation .lst_fac li:nth-child(n+5) {
  margin-top: 10px;
}
.con_infomation .box_infomation .txt_coution {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
}
.con_infomation .box_infomation:nth-child(1 of .box_infomation) .lst_fac li {
  width: 20%;
}
.con_infomation .box_infomation:nth-child(1 of .box_infomation) .lst_fac li:nth-child(2), .con_infomation .box_infomation:nth-child(1 of .box_infomation) .lst_fac li:nth-child(6), .con_infomation .box_infomation:nth-child(1 of .box_infomation) .lst_fac li:nth-child(10), .con_infomation .box_infomation:nth-child(1 of .box_infomation) .lst_fac li:nth-child(14) {
  width: 40%;
}
.con_infomation .box_kagu {
  margin-top: 40px;
}
