@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : facilities.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@font-face {
	font-family: "YuGothicBold";
	src: local("Yu Gothic Medium");
}

/* -----------------------------------------------------------
	.con_fac
----------------------------------------------------------- */
.con_fac > div {
	text-align: center;
}

.con_fac > div.pnav {
	position: relative;
	margin-bottom: 24px;
}

.con_fac > div.pnav ul {
	width: 100%;
	position: absolute;
	bottom: 41px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.con_fac > div.pnav ul li + li {
	margin-left: 32px;
}

.con_fac > div.pnav ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 124px;
	height: 124px;
	background: #fff;
	border: solid 1px #3a3a3a;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	line-height: 1.5;
	text-decoration: none !important;
	letter-spacing: .1em;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 116%;
}

.con_fac > div.pnav ul li a:before {
	position: absolute;
	left: 5px;
	top: 5px;
	content: '';
	display: block;
	width: calc(100% - 5px * 2);
	height: calc(100% - 5px * 2);
	background: #fff;
	border: solid 1px #8d8d8d;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: -1;
	-webkit-transition: background 500ms ease;
	-moz-transition: background 500ms ease;
	-o-transition: background 500ms ease;
	transition: background 500ms ease;
}

.con_fac > div.pnav ul li a:after {
	content: '';
	display: block;
	border-left: solid 2px #a1a1a1;
	border-top: solid 2px #a1a1a1;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 50%;
	margin-left: -3.5px;
	bottom: 15px;
	-webkit-transition: bottom 500ms ease;
	-moz-transition: bottom 500ms ease;
	-o-transition: bottom 500ms ease;
	transition: bottom 500ms ease;
}

.con_fac > div.pnav ul li a:hover {
	color: #fff !important;
}

.con_fac > div.pnav ul li a:hover:before {
	background: #3a3a3a;
}

.con_fac > div.pnav ul li a:hover:after {
	bottom: 10px;
}

.con_fac > div.box_base {
	margin-bottom: 61px;
}

.con_fac > div.box_base .wrp_base {
	position: relative;
}

.con_fac > div.box_base .wrp_base .inner {
	width: 100%;
	position: absolute;
	bottom: 59px;
}

.con_fac > div.box_base .wrp_base .inner .img {
	float: left;
	margin-left: 42px;
}

.con_fac > div.box_base .wrp_base .inner .txt {
	float: right;
	margin-top: 36px;
	margin-right: 44px;
}

.con_fac > div.box_stay {
	margin-top: 80px;
}

.con_fac > div.box_ser h3 {
	margin-bottom: 16px;
}

.con_fac > div.box_ser ul {
	text-align: center;
	letter-spacing: -.5em;
}

.con_fac > div.box_ser ul li {
	letter-spacing: normal;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-left: 53px;
}

.con_fac > div.box_ser ul li:first-child {
	margin-left: 0;
}

.con_fac > div.box_ser ul li .img {
	margin-bottom: 16px;
}

/* -----------------------------------------------------------
	.box_events
----------------------------------------------------------- */
.box_events {
	text-align: left !important;
	margin-top: 80px;
	padding-bottom: 40px;
	position: relative;
}

.box_events:after {
	position: absolute;
	left: 40px;
	top: 78px;
	content: '';
	display: block;
	width: calc(100% - 40px * 2);
	height: calc(100% - 80px);
	background: url("../images/common/bg_pac.png") repeat;
	z-index: -2;
}

.box_events ul {
	margin-top: 40px;
}

.box_events ul li + li {
	margin-top: 25px;
	padding-top: 45px;
	position: relative;
}

.box_events ul li + li:before {
	position: absolute;
	top: 0;
	left: calc(50% - 920px / 2);
	content: '';
	display: block;
	height: 1px;
	width: 920px;
	background: #cccccc;
}

.box_events ul li.layout_img {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	justify-content: flex-space-between;
	-webkit-align-items: center;
	align-items: center;
}

.box_events ul li.layout_img .img {
	width: 380px;
	position: relative;
}

.box_events ul li.layout_img .img:before {
	position: absolute;
	top: calc(50% - 43px / 2);
	right: -94px;
	content: '';
	display: block;
	width: 94px;
	height: 43px;
	background: url("../facilities/images/ic_arrow.png") no-repeat;
}

.box_events ul li.layout_img .wrap_txt {
	width: 465px;
}

.box_events ul li.layout_txt {
	padding-left: 77px;
	padding-right: 77px;
}

.box_events ul li h4 {
	display: inline-block;
	font-size: 154%;
}

.box_events ul li h4:after {
	content: '';
	display: inline-block;
	position: relative;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 10px;
	background: #f2ee8d;
	z-index: -1;
}

.box_events ul li .txt {
	margin-top: 25px;
	line-height: 1.8;
	font-size: 116%;
}

/* -----------------------------------------------------------
	.box_ser
----------------------------------------------------------- */
.box_ser {
	margin-top: 80px;
}

.box_ser ul + ul {
	margin-top: 30px;
}

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