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

 file name  : facilities.css
 author     : Ability Consultant
 style info : 施設案内
=================================================================== */
.pagenav {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.pagenav {
		width: 95%;
	}
}

@media print {
	.pagenav {
		width: 95%;
	}
}

.ie8 .pagenav {
	width: 95%;
}

.pagenav:after, .con_fac .box_multi_sec:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.pagenav
----------------------------------------------------------- */
.pagenav {
	border-right: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
	.pagenav {
		border-right: none;
	}
}

.pagenav li {
	width: 16.666%;
	float: left;
	border-left: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
	.pagenav li {
		width: 50%;
		margin-top: 10px;
	}
	.pagenav li:nth-child(even) {
		border-right: 1px solid #cccccc;
	}
	.pagenav li:nth-child(odd) {
		clear: both;
	}
}

.pagenav li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 129%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.pagenav li a {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.pagenav li a {
		font-size: 100%;
	}
}

.pagenav li a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------------------
	.con_fac
----------------------------------------------------------- */
.con_fac {
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.con_fac {
		margin-top: 60px;
	}
}

.con_fac .st_high_border {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.con_fac .st_high_border {
		margin-bottom: 20px;
	}
}

.con_fac .st_mid {
	margin-bottom: 20px;
}

.con_fac .box_slide {
	margin-bottom: 20px;
}

.con_fac .box_slide .slick-dots {
	width: 100%;
	text-align: center;
	bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_slide .slick-dots {
		bottom: 10px;
	}
}

.con_fac .box_content .tbl_primary_fix {
	margin-top: 30px;
	width: 100%;
}

@media only screen and (min-width: 768px) {
	.con_fac .box_content .tbl_primary_fix th {
		width: 20%;
	}
}

@media print {
	.con_fac .box_content .tbl_primary_fix th {
		width: 20%;
	}
}

.ie8 .con_fac .box_content .tbl_primary_fix th {
	width: 20%;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_content .tbl_primary_fix {
		font-size: 80%;
	}
	.con_fac .box_content .tbl_primary_fix th {
		width: 25%;
	}
}

.con_fac .box_content .txt_att {
	margin-top: 10px;
}

.con_fac .box_content .btn_basic {
	margin-top: 1.5em;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_content .btn_basic a {
		min-width: 100%;
	}
}

.con_fac .box_family {
	width: 85%;
	margin: 50px auto 0 auto;
	padding: 1.5em;
	background: #f2ebdc;
	overflow: hidden;
}

.con_fac .box_family .box_l {
	width: 45%;
	float: left;
}

.con_fac .box_family .box_l .tbl_primary_fix {
	margin-top: 30px;
}

.con_fac .box_family .box_r {
	float: right;
	width: 55%;
	padding-left: 40px;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_family {
		width: 100%;
		padding: 1em;
	}
	.con_fac .box_family .box_l {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.con_fac .box_family .box_r {
		width: 100%;
		float: none;
		padding: 0;
	}
	.con_fac .box_family .box_r img {
		width: 100%;
	}
}

.con_fac .box_chef {
	width: 85%;
	margin: 50px auto 0 auto;
	padding: 1.5em;
	background: #f2ebdc;
	overflow: hidden;
}

.con_fac .box_chef .box_l {
	width: 70%;
	float: left;
	padding-left: 3%;
}

.con_fac .box_chef .box_l .name {
	text-align: right;
}

.con_fac .box_chef .img {
	float: right;
	width: 27%;
	padding-left: 40px;
	padding-top: 20px;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_chef {
		width: 100%;
		padding: 1em;
	}
	.con_fac .box_chef .box_l {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.con_fac .box_chef .img {
		display: none;
	}
}

.con_fac .box_multi {
	overflow: hidden;
	margin-bottom: 50px;
}

.con_fac .box_multi:last-child {
	margin-bottom: 0;
}

.con_fac .box_multi .img {
	float: right;
	width: 46.49123%;
}

.con_fac .box_multi .box_txt {
	float: left;
	width: 48.24561%;
}

.con_fac .box_multi .box_txt .tbl_primary_fix {
	margin-top: 30px;
}

.con_fac .box_multi.right .img {
	float: left;
}

.con_fac .box_multi.right .box_txt {
	float: right;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_multi .img, .con_fac .box_multi .box_txt {
		float: none;
		width: 100%;
	}
	.con_fac .box_multi .img {
		margin-bottom: 20px;
	}
	.con_fac .box_multi .img img {
		width: 100%;
	}
}

.con_fac .box_wide {
	width: 100%;
	margin-bottom: 50px;
}

.con_fac .box_wide:last-child {
	margin-bottom: 0;
}

.con_fac .box_wide .txt {
	margin-bottom: 20px;
}

.con_fac .box_three ul {
	overflow: hidden;
	margin-left: -3.8%;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_three ul {
		margin-left: 0;
		margin-top: -30px;
	}
}

.con_fac .box_three ul li {
	width: 29.53333333%;
	margin-left: 3.8%;
	float: left;
}

@media only screen and (min-width: 768px) {
	.con_fac .box_three ul li {
		margin-top: 40px;
	}
	.con_fac .box_three ul li:first-child, .con_fac .box_three ul linth-child(2), .con_fac .box_three ul linth-child(3) {
		margin-top: 0;
	}
}

@media print {
	.con_fac .box_three ul li {
		margin-top: 40px;
	}
	.con_fac .box_three ul li:first-child, .con_fac .box_three ul linth-child(2), .con_fac .box_three ul linth-child(3) {
		margin-top: 0;
	}
}

.ie8 .con_fac .box_three ul li {
	margin-top: 40px;
}

.ie8 .con_fac .box_three ul li:first-child, .ie8 .con_fac .box_three ul linth-child(2), .ie8 .con_fac .box_three ul linth-child(3) {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_three ul li {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
	}
	.con_fac .box_three ul li:first-child {
		margin-top: 20px;
	}
}

.con_fac .box_three ul li .img {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_three ul li .img img {
		width: 100%;
	}
}

.con_fac .box_three ul li .st_mid {
	font-size: 158%;
	margin-top: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_three ul li .st_mid {
		font-size: 129%;
	}
}

.con_fac .box_multi_sec {
	margin-bottom: 50px;
}

.con_fac .box_multi_sec ul {
	overflow: hidden;
}

.con_fac .box_multi_sec ul li {
	float: left;
	width: 48%;
	margin-top: 20px;
}

.con_fac .box_multi_sec ul li:nth-child(2n) {
	float: right;
}

@media only screen and (min-width: 768px) {
	.con_fac .box_multi_sec ul li:first-child, .con_fac .box_multi_sec ul li:nth-child(2) {
		margin-top: 0;
	}
}

@media print {
	.con_fac .box_multi_sec ul li:first-child, .con_fac .box_multi_sec ul li:nth-child(2) {
		margin-top: 0;
	}
}

.ie8 .con_fac .box_multi_sec ul li:first-child, .ie8 .con_fac .box_multi_sec ul li:nth-child(2) {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.con_fac .box_multi_sec ul li {
		float: none;
		width: 100%;
	}
	.con_fac .box_multi_sec ul li:first-child {
		margin-top: 0;
	}
}

.con_fac .box_multi_sec ul li .img {
	margin-bottom: 15px;
}

.con_fac .box_multi_sec ul li .img img {
	width: 100%;
}

.con_fac .box_multi_sec ul li table {
	margin-top: 30px;
}

/*# sourceMappingURL=../maps/facilities.css.map */
