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

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス
=================================================================== */
.con_intro, .box_tab, .con_route, .con_parking {
	max-width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1260px) {
	.con_intro, .box_tab, .con_route, .con_parking {
		width: 95%;
	}
}

@media print {
	.con_intro, .box_tab, .con_route, .con_parking {
		width: 95%;
	}
}

.ie8 .con_intro, .ie8 .box_tab, .ie8 .con_route, .ie8 .con_parking {
	width: 95%;
}

.con_route .box_route .route:after, .con_parking:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-image: url(../access/images/bg_title-pc.jpg);
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro .txt {
	text-align: center;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.con_intro .center {
		text-align: left;
	}
}

/* -----------------------------------------------------------
	.box_tab
----------------------------------------------------------- */
.box_tab select {
	width: 100%;
	padding: 0.8em;
	font-family: "游明朝", YuMincho, "SourceHanSerifJP-Regular", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	background: none;
	border: 1px solid #1d0f06;
}

.box_tab #tab {
	margin-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_tab #tab {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.box_tab #tab {
		margin-bottom: 2em;
	}
}

.box_tab #tab > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -2px;
}

@media only screen and (max-width: 767px) {
	.box_tab #tab > ul {
		display: none;
	}
}

.box_tab #tab > ul > li {
	cursor: pointer;
	border: 1px dashed #1d0f06;
	width: calc(25% - 4px);
	margin: 2px;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	text-align: center;
	font-family: "游明朝", YuMincho, "SourceHanSerifJP-Regular", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 107%;
	cursor: pointer;
	padding: 0.8em;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_tab #tab > ul > li {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	.box_tab #tab > ul > li {
		font-size: 88%;
	}
}

.box_tab #tab > ul > li.active, .box_tab #tab > ul > li:hover {
	background: #1d0f06;
	color: #fff;
}

.box_tab #tab > ul > li.active:after, .box_tab #tab > ul > li:hover:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.box_tab #tab > ul > li:after {
	content: "\f105";
	font-size: 15px;
	font-family: "FontAwesome";
	display: inline-block;
	margin-left: 1.5em;
	-webkit-transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.box_tab #panel > li {
	display: none;
}

.box_tab #panel > li:first-child {
	display: list-item;
}

/* -----------------------------------------------------------
	.con_map
----------------------------------------------------------- */
.con_map {
	position: relative;
}

.con_map .box_map #map {
	height: 470px;
	border: 0;
	filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	filter: grayscale(100%);
	/* Current draft standard */
	-webkit-filter: grayscale(100%);
	/* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	/* IE6+ */
	-webkit-backface-visibility: hidden;
	/* Fix for transition flickering */
}

@media only screen and (max-width: 767px) {
	.con_map .box_map #map {
		height: 350px;
	}
}

.con_map .box_map .btn_ghost {
	text-align: right;
	padding: 1em;
}

@media only screen and (max-width: 767px) {
	.con_map .box_map .btn_ghost {
		text-align: center;
	}
}

/* -----------------------------------------------------------
	.con_route
----------------------------------------------------------- */
.con_route .st_high {
	margin-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .st_high {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .st_high {
		margin-bottom: 2em;
	}
}

.con_route .box_route {
	margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .box_route {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .box_route {
		margin-bottom: 2.5em;
	}
}

.con_route .box_route .st_sm {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .box_route .st_sm {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .st_sm {
		margin-bottom: 0.5em;
	}
}

.con_route .box_route .txt_touch {
	margin-bottom: 1em;
	font-size: 82%;
	text-align: center;
}

.con_route .box_route .route {
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route {
		width: 100%;
	}
}

.con_route .box_route .route.col4 {
	max-width: 1260px;
}

.con_route .box_route .route.col4 > li {
	width: 23.80952%;
	margin-right: 1.5873%;
}

.con_route .box_route .route.col3 {
	max-width: 1260px;
}

.con_route .box_route .route.col3 > li {
	width: 32.26984%;
	margin-right: 1.5873%;
}

.con_route .box_route .route > li {
	float: left;
}

.con_route .box_route .route > li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route > li {
		float: none !important;
		width: 100% !important;
		margin: 0 0 0.5em !important;
	}
}

.con_route .box_route .route > li .st_area {
	position: relative;
	padding: 15px 10px 15px;
	background: #a27e70;
	font-weight: normal;
	color: #fff;
	font-size: 107%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .box_route .route > li .st_area {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route > li .st_area {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route > li .st_area {
		cursor: pointer;
	}
}

.con_route .box_route .route > li .st_area.arrow {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .box_route .route > li .st_area.arrow {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route > li .st_area.arrow {
		margin-bottom: 0;
	}
}

.con_route .box_route .route > li .st_area.arrow:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 8.5px 0 8.5px;
	border-color: #a27e70 transparent transparent transparent;
	transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route > li .st_area.arrow:after {
		transform: translate(-50%, -100%);
		-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
		transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	}
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route > li .st_area.arrow.active + .wrp {
		padding-top: 1em;
	}
	.con_route .box_route .route > li .st_area.arrow.active:after {
		transform: translate(-50%, 0);
	}
}

.con_route .box_route .route > li .wrp {
	display: block;
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route > li .wrp {
		display: none;
		margin-bottom: 3em;
	}
}

.con_route .box_route .route > li .point {
	padding: 15px 5px 15px;
	border: dotted 1px #1d0f06;
}

.con_route .box_route .route > li .point.goal {
	background: #1d0f06;
	color: #fff;
}

.con_route .box_route .route > li .point.no_border {
	position: static;
	padding: 0;
	border: none;
}

.con_route .box_route .route > li .point ul {
	display: table;
	width: 100%;
}

.con_route .box_route .route > li .point ul > li {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 15px 0;
	position: relative;
}

.con_route .box_route .route > li .point ul > li.border {
	border: dotted 1px #260f06;
}

.con_route .box_route .route > li .point ul > li.border:before {
	border-left: none;
}

.con_route .box_route .route > li .point ul > li:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #454545;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
}

.con_route .box_route .route > li .time {
	position: relative;
	padding: 15px 0;
}

.con_route .box_route .route > li .time ul {
	display: table;
	width: 100%;
}

.con_route .box_route .route > li .time ul > li {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 15px 0;
	position: relative;
}

.con_route .box_route .route > li .time ul > li:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #454545;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
}

.con_route .box_route .route > li .time:before {
	content: " ";
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dotted #454545;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
}

.con_route .box_route .route > li .time.no_border {
	position: static;
	padding: 0;
}

.con_route .box_route .route > li .time.no_border:before {
	content: none;
}

.con_route .box_route .route > li .time .ic {
	position: relative;
	margin: 0 auto;
	z-index: 5;
	background: url(../images/common/bg_texture.jpg);
	padding: 5px 0 0px;
}

.con_route .box_route .route > li .time .ic img {
	width: 50px;
	border: 1px dotted #1d0f06;
}

.con_route .box_route .route > li .time .txt {
	position: relative;
	padding: 2px 0 5px;
	font-size: 88%;
	z-index: 5;
	background: url(../images/common/bg_texture.jpg);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_route .box_route .route > li .time .txt {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	.con_route .box_route .route > li .time .txt {
		font-size: 82%;
	}
}

/* -----------------------------------------------------------
	.con_parking
----------------------------------------------------------- */
.con_parking {
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.5);
	padding: 3em;
	margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_parking {
		margin-top: 40px;
	}
}

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

.con_parking .st_sm {
	margin-bottom: 3em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_parking .st_sm {
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_parking .st_sm {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 1024px) {
	.con_parking {
		padding: 2em 1em;
		width: 100%;
	}
}

.con_parking .box_parking .box_l {
	float: left;
	width: 55%;
	margin-right: 5%;
}

@media only screen and (max-width: 767px) {
	.con_parking .box_parking .box_l {
		display: block;
		width: 100%;
	}
}

.con_parking .box_parking .box_l .txt {
	margin-top: 0.5em;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_parking .box_parking .box_l .box_tbl_primary .tbl_primary tr th {
		width: 30%;
	}
}

.con_parking .box_parking .box_r {
	float: right;
	width: 40%;
}

.con_parking .box_parking .box_r img {
	width: 100%;
	border: 1px solid #a27e70;
}

@media only screen and (max-width: 767px) {
	.con_parking .box_parking .box_r {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		padding-right: 0;
	}
}

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