@charset "UTF-8";
.con_intro, .con_fac, .con_other {
  width: 90.9375%;
  margin: auto;
}

.con_intro:after, .con_fac:after, .con_other:after, .con_other .box_other:after {
  content: "";
  display: table;
  clear: both;
}

/* ===================================================================
CSS information

 file name  :facilities.css
 author     :Ability Consultant
style info  :館内案内
=================================================================== */
.box_btn .btn {
  width: 68.72852%;
  padding: 3% 5%;
}

/*-----------------------------------------------------------
	title 館内案内
-----------------------------------------------------------*/
.title {
  background: url(../facilities/images/page_title.jpg) no-repeat center top;
  background-size: 100% auto;
  width: 100%;
}
.title h2 {
  text-align: center;
  padding: 4% 0;
}
.title h2 img {
  width: 62.8125%;
}

/*----------------------------------------------------
	.con_intro　	コンテンツintro
----------------------------------------------------*/
.con_intro {
  margin: 1% auto 4%;
}

/*----------------------------------------------------
	.con_fac　	コンテンツfacilities
----------------------------------------------------*/
.con_fac {
  margin: 3% auto;
}
.con_fac h3 {
  padding: 2% 0;
}
.con_fac .box_fac p {
  margin-top: 3%;
  font-size: 88%;
}

/*----------------------------------------------------
	.con_other　	コンテンツother
----------------------------------------------------*/
.con_other {
  margin: 3% auto 6%;
}
.con_other h3 {
  font-weight: normal;
  background: url(../facilities/images/bg_border.png) left bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 1%;
  margin-bottom: 5%;
}
.con_other .box_other {
  font-size: 88%;
}
.con_other .box_other .img {
  float: left;
  width: 39.5189%;
  margin-right: 3%;
}
