<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* content
---------------------------------------- */
#content {
	width:calc(100% - 100px);
	max-width: 1000px;
	margin: 0 auto;
	padding-top:40px;
	padding-bottom:60px;
}
#content img.map{
	width:100%;
	margin-bottom: 40px;
}
#map_canvas{
	box-sizing: border-box;
	width: 100%;
	height: 520px;
	margin: 0 auto 15px auto;
}
p.add{
	text-align: center;
	margin-bottom: 25px;
	font-size:16px;
}
#content div.routemap{
	width: 100%;
	margin: 0 0 60px 0;;
}
#content div.routemap div.left{
	box-sizing: border-box;
	display: block;
	float: left;
	width: 63%;
	padding:17px 10px 17px 35px;
	background-color: #F2E9DB;
	border-radius: 6px;
}
#content div.routemap div.left img{
	width:20.455%;
	max-width:135px;
	float:left;
	margin-right: 3%
}
#content div.routemap div.left img:last-of-type{
	margin-right:4.5%
}
#content div.routemap div.left h4{
	display: block;
	float:left;
	padding: 8px 0 15px 0;
	font-size:16px;
}
#content div.routemap div.left a.btn{
	float:left;
	margin: 0;
	clear: inherit;
}
#content div.routemap div.right{
	box-sizing: border-box;
	display: block;
	float: right;
	width: 34%;
	padding:10px 10px 10px 25px;
	background-color: #DCE2DA;
	border-radius: 6px;
	position: relative;
}
#content div.routemap div.right img.qr{
	width:38%;
	max-width:100px;
}
#content div.routemap div.right img.mobile{
	position: absolute;
	width:41.23%;
	max-width:128px;
	right:12%;
	bottom:0;
}
h2.title{
	margin-bottom:20px;
}
h2.title.train{
	padding-top:20px;;
}

@media screen and (max-width:800px) {
	#content {
		width:calc(100% - 30px);
		padding-top:0px;
		padding-bottom:30px;
	}
	#content h3.copy{
		font-size:15px;
		text-align: left;
	}
	#content img.map{
		padding-top:10px;
		margin-bottom: 20px;
	}
	#map_canvas{
		height: 250px;
		margin: 0 auto 7px auto;
	}
	p.add{
		text-align: center;
		margin-bottom: 20px;
		font-size:13px;
	}
	#content div.routemap{
		width: 100%;
		margin: 0 0 40px 0;;
	}
	#content div.routemap div.left{
		width: 100%;
		padding:20px 30px 20px 30px;
		border-radius: 4px;
	}
	#content div.routemap div.left img{
		width:calc(50% - 10px);
		max-width:200px;
		float:left;
		margin-right: 20px;
	}
	#content div.routemap div.left img:last-of-type{
		margin-right:0;
	}
	#content div.routemap div.left h4{
		clear: both;
		float:none;
		width: 100%;
		padding: 8px 0 10px 0;
		font-size:14px;
		text-align: center;
	}
	#content div.routemap div.left a.btn{
		clear: both;
		float:none;
		width: 100%;
		margin: 0 auto;
	}
	#content div.routemap div.right{
		display: none;
	}
	#content div.routemap div.right img.qr{
		width:38%;
		max-width:100px;
	}
	#content div.routemap div.right img.mobile{
		position: absolute;
		width:41.23%;
		max-width:128px;
		right:12%;
		bottom:0;
	}
	h2.title{
		margin-bottom:0px;
	}
	h2.title.train{
		padding-top:20px;;
	}
}
</pre></body></html>