@charset "UTF-8";
/* CSS Document */


/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 400px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

#pageTitleVox .inner {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */
.access {
	text-align: center;
	background: #0f3759;
}

.access h3 {
	text-align: left;
	font-size: 28px;
	margin: 0 auto 40px;
}

.access_map {
	width: 100%;
	padding: 80px 0 100px;
	background: #fff;
}

.access_map .inner {
	margin: 0 auto;
}

.access_map .inner .gMap {
	width: 100%;
	height: 620px;
}

.access_map .inner .prologue {
	line-height: 1.5;
	font-size: 28px;
}

.access_map .inner p {
	line-height: 1.8;
	text-align: center;
	font-size: 18px;
}

.access_car {
	width: 100%;
	padding: 100px 20px 100px;
	background: url("../../images/bg.jpg") no-repeat;
	background-size: cover;
}

.access_car .inner {
	margin: 0 auto;
}

.access_train {
	width: 100%;
	padding: 150px 0 100px;
	background: #fff;
}

.access_train .inner {
	margin: 0 auto;
}

.access_train .inner p.att {
	text-align: center;
	font-size: 28px;
}

.access_train .inner ul.time {
	width: 100%;
	max-width: 950px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 20px 0;
	border: 1px solid #eee;
	justify-content: space-between;
}

.access_train .inner ul.time li {
	width: 50%;
	line-height: 1.75;
	font-size: 18px;
}

.access_train .inner ul.time li:first-child {
	border-right: 1px solid #eee;
}

.access_train .inner ul.time li span {
	display: block;
	font-size: 28px;
}

.access_train .inner p.schedule {
	text-align: center;
	font-size: 18px;
}

.access_bus {
	width: 100%;
	padding: 100px 20px 100px;
	background: url("../../images/bg.jpg") no-repeat;
	background-size: cover;
}

.access_bus .inner {
	margin: 0 auto;
}

.access_bus .inner ul.timetable {
	width: 100%;
	max-width: 880px;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.access_bus .inner ul.timetable li {
	width: 50%;
}

.access_map .inner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1%;
	margin-bottom: 100px;
}

.access_map .inner ul li {
	width: 27%;
}

.access_map .inner ul li p {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.access_map .inner ul li p::after {
	top: 45%;
	right: 15px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}