@charset "utf-8";



/*==================================================

anchor
==================================================*/



/*==================================================

aboutBus
==================================================*/

#aboutBus {
	zoom:1;
}
#aboutBus:after {
	clear:both;
	display:block;
	content:'';
	height:0;
}
#reserve,
#route {
	display:inline;
	width:480px;
}


@media (min-width: 640px) {
	.tac {
		text-align: center;
	}
	
	.tac-tel {
		max-width: 550px;
		margin: 0 auto;
		display: block;
	}
	
}


/*==================================================

reserve
==================================================*/

/*#reserve {
	float:left;
}*/

.btn-list {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.btn-list li {
	width: 48%;
	margin-bottom: 15px;
}
@media (max-width: 640px) {
	.btn-list li {
		width: 100%;
		margin-bottom: 15px;
	}

}



/*	free	*/

#free figure {
	overflow:hidden;
	margin-top:20px;
}
#free figure ul {
	margin-left:-1px;
	zoom:1;
	display: flex;
	justify-content: center;
}
#free figure ul:after {
	clear:both;
	display:block;
	content:'';
	height:0;
}
#free figure li {
	width: 239px;
	display:inline;
	margin:0 0 0 1px;
}


/*	individual	*/

#individual ul {
	margin:20px 0 0 -20px;
	zoom:1;
}
#individual ul:after {
	clear:both;
	display:block;
	content:'';
	height:0;
}
#individual li  {
	float:left;
	width:230px;
	margin:0 0 0 20px;
}



/*==================================================

route
==================================================*/

#route {
	float:right;
}
#route img {
	margin-top:40px;
}



/*==================================================

timetable
==================================================*/

#timetable ul {
	counter-reset:route;
	margin:20px 0 0 -10px;
	zoom:1;
}
#timetable ul:after {
	clear:both;
	display:block;
	content:'';
	height:0;
}
#timetable li {
	float:left;
	display:inline;
	width:320px;
	margin:10px 0 0 10px;
}
#timetable li a {
	line-height:120%;
	display:table-cell;
	height:70px;
	padding:0 0 0 72px;
	vertical-align:middle;
	width:318px;
}
#timetable li a:after {
	background:#CCCCCC;
	border-radius:12px;
	counter-increment:route;
	content:counter( route );
	color:#FFFFFF;
	display:block;
	position:absolute;
	left:56px;
	top:50%;
	margin:-12px 0 0;
	padding-top:3px;
	width:24px;
	height:21px;
}
#timetable li.item1 a:after {
	background:#33B371;
}
#timetable li.item2 a:after {
	background:#F19AC1;
}
#timetable li.item3 a:after {
	background:#B6A76B;
}
#timetable li.item4 a:after {
	background:#F8B757;
}
#timetable li.item5 a:after {
	background:#B1A7D1;
}
#timetable li.item6 a:after {
	background:#1EB9EE;
}
#timetable li.item7 a:after {
	background:#FCD24E;
}
@media (max-width: 640px) {

#pageHeader {margin-bottom: -20px;}

/*==================================================

anchor
==================================================*/



/*==================================================

aboutBus
==================================================*/

#reserve,
#route {
	display:block;
	width:auto;
}

.tel.sp {
	margin-top: 10px;
	display:block;
	border:1px solid #000;
	border-radius:6px;
	text-align:center;
	padding:15px 40px 20px 20px;
	font-weight:bold;
	position:relative;
}
.tel.sp:after {
	content:'\e315';
	font-family: 'Material Icons';
	font-weight:normal;
	position:absolute;
	font-size:200%;
	right:4px;
	top:50%;
	transform:translateY(-50%);
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		-moz-osx-font-smoothing: grayscale;
		font-feature-settings: 'liga';
}

/*==================================================

reserve
==================================================*/

#reserve {
	float:none;
}


/*	free	*/

#free figure {margin-top: 20px;}
#free figure li {
	width:49%;
	margin:0 2% 0 0;
	padding:0;
	float: left;
}
#free figure li:last-child {margin: 0;}



/*	individual	*/

#individual ul {
	margin:20px 0 0;
}
#individual li  {
	float:none;
	width:auto;
	margin:8px 0 0;
}



/*==================================================

route
==================================================*/

#route {
	float:none;
}
#route img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}



/*==================================================

timetable
==================================================*/

#timetable ul {
	margin:20px auto 0;
	padding:0;
}
#timetable li {
	float:none;
	display:block;
	margin:8px auto 0;
	text-align:center;
	width:auto;
}
#timetable li a {
	width:auto;
	font-size:87%;
	display:block;
	padding-top:20px;
	height:50px;
}
#timetable li:nth-child(7) a {
	height:45px;
	padding-top:25px;
}
}
