@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : facilities.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* font-awesome */
/* -----------------------------------------------------------
	.con_video
----------------------------------------------------------- */
.con_video {
  margin-top: 40px;
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
  margin-top: 40px;
}
.con_link .lst_link {
  display: flex;
  justify-content: center;
}
.con_link .lst_link .box_link {
  border-left: 1px solid #d1d1d1;
}
.con_link .lst_link .box_link:last-of-type {
  border-right: 1px solid #d1d1d1;
}
.con_link .lst_link .box_link a {
  transition: 0.2s;
}
.con_link .lst_link .box_link a:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------
	.con_cafe
----------------------------------------------------------- */
.con_cafe {
  margin-top: 60px;
}
.con_cafe .cafe_slider {
  margin-top: 40px;
}
.con_cafe .box_point {
  margin-top: 30px;
}
.con_cafe .box_drink {
  margin-top: 30px;
}
.con_cafe .box_table {
  margin: 20px auto 0;
}
.con_cafe .box_table tr th {
  width: 100px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px dotted #535353;
  padding: 6px 0;
}
.con_cafe .box_table tr td {
  width: 300px;
  font-size: 14px;
  border-bottom: 1px dotted #535353;
  padding: 6px 20px;
}

/* -----------------------------------------------------------
	.con_facilities
----------------------------------------------------------- */
.con_facilities {
  margin-top: 80px;
}
.con_facilities .lst_facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.con_facilities .lst_facilities .box_facilities:nth-of-type(n+3) {
  margin-top: 40px;
}
.con_facilities .box_service {
  margin-top: 80px;
}
.con_facilities .box_service h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #005184;
  padding: 6px 0;
}
.con_facilities .box_service .lst_service {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-top: 20px;
}
.con_facilities .box_service .lst_service li {
  display: flex;
  align-items: center;
  width: 25%;
  font-size: 14px;
  line-height: 2;
}
.con_facilities .box_service .lst_service li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: #005184;
  border-radius: 100px;
  margin-right: 5px;
}
.con_facilities .box_rental {
  margin-top: 80px;
}
.con_facilities .box_rental h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #005184;
  padding: 6px 0;
}
.con_facilities .box_rental .lst_rental {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-top: 20px;
}
.con_facilities .box_rental .lst_rental li:nth-of-type(n+3) {
  margin-top: 30px;
}
.con_facilities .box_rental .lst_rental_min {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-top: 20px;
}
.con_facilities .box_rental .lst_rental_min li {
  display: flex;
  align-items: center;
  width: 25%;
  font-size: 14px;
  line-height: 2;
}
.con_facilities .box_rental .lst_rental_min li.txt_ls {
  letter-spacing: -0.01em;
}
.con_facilities .box_rental .lst_rental_min li:before {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: #005184;
  border-radius: 100px;
  margin-right: 5px;
}
