@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :facilities.css
 author     :Ability Consultant
style info  :館内案内（温泉・朝食）
=================================================================== */
/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#fac .gnav li.gnav_fac a {
  background-position: 0 -124px;
}

/*----------------------------------------------------
	.con_intro　	一般INTRO
----------------------------------------------------*/
.con_intro .catchcopy {
  padding: 25px 0 70px 0;
  background: #e7e2c7;
  text-align: center;
}
.con_intro .m_page {
  margin: -40px 0 45px 0;
  position: relative;
  text-align: center;
}
.con_intro .m_page li {
  margin: 0 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 0;
  line-height: 0;
}

/*----------------------------------------------------
	.con_hotspring　	温泉
----------------------------------------------------*/
.con_hotspring {
  margin-bottom: 85px;
}
.con_hotspring h3 {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.con_hotspring .box_hotspring {
  margin-bottom: 40px;
  padding: 30px 45px;
  background: #f5efca;
  overflow: hidden;
  *zoom: 1;
}
.con_hotspring .box_hotspring .box_type {
  width: 395px;
  overflow: hidden;
}
.con_hotspring .box_hotspring .box_type .photo {
  margin-top: 15px;
}
.con_hotspring .box_hotspring .txt_att {
  padding-top: 30px;
  clear: both;
  text-align: center;
}
.con_hotspring .box_amenities {
  margin-bottom: 40px;
  text-align: center;
}
.con_hotspring .box_fac_hot h5 {
  margin-bottom: 40px;
  text-align: center;
}
.con_hotspring .box_fac_hot table th {
  width: 130px;
}

/*----------------------------------------------------
	.con_breakfast　	朝食
----------------------------------------------------*/
.con_breakfast {
  margin-bottom: 85px;
}
.con_breakfast h3 {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

/*----------------------------------------------------
	.con_facilities　	館内案内
----------------------------------------------------*/
.con_facilities {
  margin-bottom: 85px;
}
.con_facilities h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.con_facilities .txt_amenity {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.con_facilities .box_info {
  margin: 0 auto;
  padding-top: 75px;
  width: 920px;
}
.con_facilities .box_info h4 {
  margin-bottom: 50px;
  text-align: center;
}
.con_facilities .box_info table {
  margin: 0 auto;
  width: 880px;
}
.con_facilities .box_info table th {
  width: 250px;
}
.con_facilities .box_info table td ul {
  padding-left: 15px;
}
.con_facilities .box_info table td ul li {
  list-style-type: circle;
}
