/*=================================================
 * CSS for PC
 * ================================================= */

#left{ padding: 0;}

#mainsd{
	padding: 0 15px;
}


/** access **/

#access{
	text-align: center;
	margin: 0 20px 30px 20px;
}

#access+h4{
	margin-top: 30px;
}

.gmap{
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 19px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#access .gmap .title{
	width: auto;
	height: auto;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #333;
	line-height: auto;
	margin: 0;
	padding: 0;
}
#access .gmap .title:before,
#access .gmap .title:after{	display: none;}

.gmap #mapbox{
	display: block;
	width: 100%;
	height: 450px;
}

.gmap #mapbox iframe{
	width: 100%;
	height: 450px;
}

#access table{
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	border-width: 1px;
	border-style: solid;
}

#access .gmap+table{
	border-top: none;
}

#access tr{	vertical-align: middle;}

#access th{
	width: 100px;
	height: 55px;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
}

#access td{
	text-align: left;
	padding: 0 15px;
}


/** route **/

#route{
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}

#route h4{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.route_slider{
	position: relative;
	padding: 20px 0;
}

.route_slider .rimg{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}

.route_slider .rtxt{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 20px 0;
}

#route .bx-wrapper .bx-pager{
	bottom: 0;
}

#route .bx-wrapper .bx-pager.bx-default-pager a{
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
#route .bx-controls-direction{	position: static;}
#route .bx-controls-direction .bx-prev,
#route .bx-controls-direction .bx-next{
	width: 40px;
	height: 100px;
	font-size: 12px;
	line-height: 100px;
	text-decoration: none;
}
#route .bx-controls-direction .bx-prev{
	position: absolute;
	top: 200px;
	left: 0;
	border-radius: 0 3px 3px 0;
}
#route .bx-controls-direction .bx-next{
	position: absolute;
	top: 200px;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.bx-wrapper .bx-pager {
	width: 100%;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	font-size: 0;
	line-height: 0;
	padding: 0 0 0 0;
	position: absolute;
	bottom: 8px;
	left: 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	text-indent: -9999px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 2px;
	outline: 0;
	background: #ccc;
	border-radius: 50%;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#mainsd{	padding: 0;}

	/** access **/
	#access{
		padding: 0 10px 10px 10px;
		margin: 0;
	}
	#access:last-of-type{	padding-bottom: 10px;}

	#access+h4{
		margin-top: 0;
	}
	.gmap{
		width: auto;
		margin: 0;
		padding: 10px;
	}
	.gmap #mapbox{
		display: block;
		width: 100%;
		height: 400px;
	}
	.gmap #mapbox iframe{
		width: 100%;
		height: 400px;
	}
	.add{
		padding: 5px 10px;
		line-height: 16px;
	}
	#access table{
		width: 100%;
		margin: 0;
	}
	#access th{
		width: 50px;
	}
	#access td{	padding: 0 10px;}

	/** route **/
	#route{	padding: 0 0 10px 0; margin-bottom: 0;}
	#route h4{
		width: 230px;
		font-size: 16px;
		line-height: 35px;
		border-radius: 5px 5px 0 0;
	}
	.route_slider{	padding: 10px;}
	.route_slider .rimg{	padding: 5px;}
	.route_slider .rtxt{
		text-align: left;
		padding: 10px 0 20px 0;
	}
	#route .bx-wrapper .bx-pager{
		bottom: 3px;
	}
	#route .bx-controls-direction .bx-prev,
	#route .bx-controls-direction .bx-next{
		width: 25px;
		height: 60px;
		line-height: 60px;
	}
	#route .bx-controls-direction .bx-prev{
		position: absolute;
		top: calc(50% - 57px);
		left: -10px;
	}
	#route .bx-controls-direction .bx-next{
		position: absolute;
		top: calc(50% - 57px);
		right: -10px;
	}
}
