@charset "UTF-8";


/*-------------------------------------------------
|-	mainContents
-------------------------------------------------*/
.routemapDate{
	width:100%;
	font-size:0.85rem;
	margin:0 auto 5px;
	text-align:right;
}

@media screen and (max-width:767px){
	.routemapDate{
		width:100%;
		font-size:0.85rem;
		text-align:right;
	}
}

/*-------------------------------------------------
|-	routemapArea
-------------------------------------------------*/
.routemapArea{
	width:100%;
	max-width:960px;
	height:600px;
	border:1px solid #1d2088;
	box-sizing:border-box;
	overflow:hidden;
	margin:0 auto 10px;
	position:relative;
}
.routemapArea_box{
	cursor : -webkit-grab;
	cursor : -moz-grab;
	cursor : -o-grab;
	cursor : grab;
	width:100%;
	height:auto;
}
.routemapArea_box:active {
	cursor : -webkit-grabbing;
	cursor : -moz-grabbing;
	cursor : -o-grabbing;
	cursor : grabbing;
}

.cs-routemap{
	width:100%;
	height:auto;
}
.routemapArea_mapInfo {
	display:none;
}


@media screen and (max-width:767px){
	.routemapArea{
		height:320px;
		margin:0 auto 10px;
	}
	.routemapArea_mapInfo {
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		background:#000;
		color:#fff;
		font-size:2rem;
		text-align: center;
		padding:30% 20px;
		box-sizing:border-box;
		opacity:0;
	}
}


/*-------------------------------------------------
|-	sizeBtn
-------------------------------------------------*/
.sizeBtn{
	max-width:960px;
	width:100%;
	margin:0 auto 60px;
	position:relative;
}

.sizeBtn_txt{
	display:inline-block;
	padding:0 10px;
	height:34px;
	line-height:34px;
	color:#fff;
	background:#333;
	vertical-align:top;
}
.sizeBtn_small{
	display:inline-block;
	width:34px;
	height:34px;
	opacity:0.4;
	line-height:0;
	vertical-align:top;
}
.sizeBtn_large{
	display:inline-block;
	width:34px;
	height:34px;
	line-height:0;
	vertical-align:top;
}
.sizeBtn_small:hover,
.sizeBtn_large:hover{
	cursor:pointer;
	transition:0.3s;
}
.cs-routemapTxt{
	display:inline-block;
	font-size:0.85rem;
	text-align:right;
	float:right;
}
@media screen and (max-width:767px){
	.sizeBtn{
		margin:0 auto 50px;
	}
	.sizeBtn_txt{
		padding:0 10px;
		height:30px;
		line-height:30px;
		font-size:0.85rem;
	}
	.sizeBtn_small{
		display:inline-block;
		width:30px;
		height:30px;
	}
	.sizeBtn_large{
		display:inline-block;
		width:30px;
		height:30px;
		}
	.cs-routemapTxt{
		max-width:calc(100% - 160px);
		font-size:0.77rem;
		
	}
}



/*-------------------------------------------------
|-	pdfBtnArea
-------------------------------------------------*/
.pdfBtnArea{
	width:100%;
	margin:60px auto 120px;
}
.pdfBtn{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin:30px auto 0;
}
.pdfBtn_btn{
	width:32%;
	margin-left:2%;
	background-color:#1d2088;
	border-radius:5px;
	display:flex;
	align-items:center;
}
.pdfBtn_btn:first-child{
	margin-left:0;
}
.cs-pdfBtnLink{
	display:block;
	width:100%;
	color:#fff;
	line-height:1.2;
	padding:20px 6% 20px 12%;
	box-sizing:border-box;
	background:url(/img/img_arrow_right_white.svg);
	background-repeat:no-repeat;
	background-size:7px;
	background-position:6% 50%;
}
.pdfBtn_btn:hover{
	opacity:0.8;
	transition: 0.3s;
}
@media screen and (max-width:767px){
	.pdfBtnArea{
		margin:0 auto 60px;
	}
	.pdfBtn_btn{
		width:70%;
		margin:0 0 30px;
	}

}




/*-------------------------------------------------
|-	routeSearch
-------------------------------------------------*/
@media screen and (max-width:767px){
	.routeSearch{
		width:100%;
		background:#1d2088;
		padding:19px;
		box-sizing:border-box;
		color:#fff;
		margin-bottom:60px;
	}
	.routeSearch input{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border:0;
	}
	.routeSearch input[type="text"]{
		padding:5px;
		box-sizing:border-box;
		line-height:1.0;
	}

	.routeSearch_ttl{
		font-size:1.37rem;
		font-weight:bold;
		border-bottom:2px solid #fff;
		width:100%;
		margin:0 auto 20px;
		line-height:1.2;
	}
	.routeSearchItem{
		width:100%;
		margin:0 auto 10px;
		display:table;
	}
	.routeSearchItem_txt{
		width:60px;
		display:table-cell;
		padding-right:10px;
		font-size:0.85rem;
	}
	.routeSearchItem_form{
		width:calc(100% - 70px);
		display:table-cell;
		font-size:0.85rem;
	}
	.cs-inputw100{
		width:100%;
		box-sizing:border-box;
	}

	.cs-radio{
		display:none;
	}
	.cs-radioLabel{
		display:inline-block;
		position: relative;
		cursor: pointer;
		margin-left: 10px;
		margin-bottom:2px;
		padding: 5px 10px 5px 15px;
		border-radius: 2px;
		text-align: center;
		line-height: 1;
		font-size:0.85rem;
	}
	.cs-radioLabel:before{
		position: absolute;
		content: "";
		top: 50%;
		left: -10px;
		width: 18px;
		height: 18px;
		margin-top: -10px;
		background: #fff;
		border-radius: 50%;
	}
	.cs-radio:checked + label:after {
		position: absolute;
		content: "";
		top: 50%;
		left: -6px;
		width: 10px;
		height: 10px;
		margin-top: -6px;
		border-radius: 50%;
		background: #1d2088;
	}

	.routeSearch_submit{
		width:83%;
		margin:0 auto;
	}
	.cs-routeSearchSubmitButton{
		width:100%;
		text-align:center;
		background:#9794c3;
		color:#fff;
		font-weight:bold;
		font-size:1.02rem;
		line-height:1.0;
		padding:10px 0;
		cursor:pointer;
	}


}


