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

.bn_head {
	text-align: center;
	margin-top: 30px;
}

.bn_head a {
	display: inline-block;
	text-decoration: none;
}

/* -----------------------------------------------------------
	con_pnav
----------------------------------------------------------- */
.con_pnav {
	position: relative;
	margin-bottom: 24px;
}

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

.con_pnav ul li + li {
	margin-left: 30px;
}

.con_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;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 116%;
	text-align: center;
}

.con_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_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_pnav ul li a:hover {
	color: #fff !important;
}

.con_pnav ul li a:hover:before {
	background: #3a3a3a;
}

.con_pnav ul li a:hover:after {
	bottom: 10px;
}

/* -----------------------------------------------------------
	.con_poi
----------------------------------------------------------- */
.con_poi {
	position: relative;
	margin-top: 35px;
}

.con_poi .btn {
	position: absolute;
	left: 440px;
	bottom: 110px;
}

/* -----------------------------------------------------------
	.con_map
----------------------------------------------------------- */
.con_map {
	padding-top: 80px;
}

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

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

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