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

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス・周辺観光
=================================================================== */
.con_title, .con_map .wrp .box_info, .con_access, .con_parking {
	max-width: 950px;
	margin: auto;
}

.con_anker .box_nav:after, .con_title:after, .con_map .wrp .box_map:after, .con_parking:after, .con_parking .wrp:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	#cus_main
----------------------------------------------------------- */
#cus_main {
	background: url(../images/access/bg_main-pc.jpg) top center;
	background-size: cover;
}

/* -----------------------------------------------------------
	.con_anker
----------------------------------------------------------- */
.con_anker {
	margin-top: 30px;
}
.con_anker .box_nav ul li {
	float: left;
	width: 50%;
	cursor: pointer;
}
.con_anker .box_nav ul li a {
	display: block;
	padding: 8px;
	color: #222222;
	border: 1px solid #cfcfcf;
	text-decoration: none;
	padding: 8px 24px;
	text-align: center;
}
.con_anker .box_nav ul li a:hover {
	background: #333;
	color: #fff;
}
.con_anker .box_nav ul li a span.jp {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 116%;
}
.con_anker .box_nav ul li a span.en {
	font-family: "Times New Roman", serif;
}
.con_anker .box_nav ul li:last-child a {
	border-left: none;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	padding: 30px 0 25px;
}
.con_title .st_inn_lineblue {
	text-align: center;
	font-weight: normal;
}
.con_title .st_inn_lineblue span {
	display: inline-block;
}
.con_title .st_inn_lineblue span.en {
	padding: 0 45px;
	position: relative;
	font-size: 370%;
	font-family: "Times New Roman", serif;
	line-height: 1.5;
}
.con_title .st_inn_lineblue span.en:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 5px;
	margin-top: -2px;
	content: "";
	background: #5084c4;
}
.con_title .st_inn_lineblue span.en:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 5px;
	margin-top: -2px;
	content: "";
	background: #5084c4;
}
.con_title .st_inn_lineblue span.jp {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 116%;
}

/* -----------------------------------------------------------
	.con_map
----------------------------------------------------------- */
.con_map {
	margin-bottom: 70px;
}
.con_map .catch {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: normal;
	font-size: 170%;
	text-align: center;
	margin-bottom: 20px;
}
.con_map #gmap {
	height: 370px;
}
.con_map .wrp {
	background: #f4f4f4;
}
.con_map .wrp .box_map {
	overflow: hidden;
	width: 95%;
	padding-top: 0.5em;
	margin: 0 auto 20px;
}
.con_map .wrp .box_map .txt {
	float: left;
}
.con_map .wrp .box_map .btn_default {
	float: right;
	display: inline-block;
}
.con_map .wrp .box_map .btn_default a {
	background: #333333;
	color: #fff;
	max-width: 250px;
	padding: 8px 0;
	text-align: center;
	display: block;
	text-decoration: none;
}
.con_map .wrp .box_map .btn_default a i.right {
	float: right;
	margin: 5px 10px 0 0;
}
.con_map .wrp .box_map .btn_default a {
	width: 300px;
}
.con_map .wrp .box_info {
	font-size: 116%;
	padding-bottom: 20px;
}
.con_map .wrp .box_info .st {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 124%;
	line-height: 1.5;
	margin: 20px 0;
	font-weight: normal;
	float: left;
}
.con_map .wrp .box_info p.btn_default {
	float: right;
	margin-top: 20px;
}
.con_map .wrp .box_info p.btn_default a {
	width: 250px;
}
.con_map .wrp .box_info .st_doubleline {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 7px;
	position: relative;
	margin-bottom: 25px;
}
.con_map .wrp .box_info .st_doubleline:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 45px;
	height: 2px;
	background: #5084c4;
}
.con_map .wrp .box_info .st_doubleline:after {
	position: absolute;
	bottom: -1px;
	left: 45px;
	content: "";
	width: 45px;
	height: 2px;
	background: #333333;
}
.con_map .wrp .box_info .st_doubleline span {
	display: inline-block;
	font-size: 131%;
	font-weight: normal;
}
.con_map .wrp .box_info ul {
	overflow: hidden;
	list-style: circle;
	margin-bottom: 25px;
	padding-left: 20px;
}
.con_map .wrp .box_info ul li {
	width: 45%;
	float: left;
	line-height: 2;
	list-style-type: circle;
	padding-left: 0px;
	margin-right: 5%;
}
.con_map .wrp .box_info p.note {
	padding: 20px;
	background: #fff;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
	margin-bottom: 50px;
}
.con_access .nav_page {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 40px;
}
.con_access .nav_page ul {
	display: inline-block;
}
.con_access .nav_page ul li {
	float: left;
	border-left: 1px solid #ececec;
}
.con_access .nav_page ul li:first-child {
	border-left: none;
}
.con_access .nav_page ul li a {
	padding: 7px 35px;
	text-decoration: none;
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	color: #222222;
	font-size: 124%;
}
.con_access .nav_page ul li a:hover {
	background: #333;
	color: #fff;
}
.con_access .nav_page ul li a span {
	margin-left: 1em;
}
.con_access .box_access {
	margin-bottom: 40px;
}
.con_access .box_access .st_case {
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
.con_access .box_access .st_case span {
	display: block;
}
.con_access .box_access .st_case span.jp {
	font-size: 154%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_access .box_access .st_case span.en {
	font-size: 131%;
	font-family: "Times New Roman", serif;
}
.con_access .box_access .wrp {
	overflow: hidden;
}

/* -----------------------------------------------------------
	.con_parking
 ----------------------------------------------------------- */
.con_parking {
	margin-bottom: 60px;
}
.con_parking .wrp {
	border: #ccc 2px solid;
	padding: 20px;
}
.con_parking .wrp .box_l {
	float: left;
	width: 55%;
}
.con_parking .wrp .box_l h4 {
	font-size: 147%;
	font-weight: normal;
	margin-bottom: .8em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding-top: 0px;
}
.con_parking .wrp .box_r {
	float: right;
	width: 43%;
	padding-top: 50px;
}
.con_parking .wrp .box_r img {
	width: 100%;
}
