@charset "utf-8";
/* CSS Document */

#timetable_access {
	width: 100%;
	margin: 5px 0;
	line-height: 1.5;
	border: 1px solid #666;
	border-collapse: collapse;
	text-align: right;
}
	
#timetable_access th {
	font-size:95%;
	font-weight:normal;
	text-align:center;
	padding:8px 1px;
	color:#666;
	background:#E9E1D1;
	border:1px solid #CCC;
	}
	
#timetable_access td {
	border:1px solid #CCC;
	font-size:95%;
	background:#FFFFFF;
	text-align:center;
	padding:8px 1px;
	color:#666;
	}
	
.brown {
	color:#6A4534;
}
	

span.tel {
	font-size:230%;
	font-weight:bold;
	line-height:1;
	letter-spacing:1px;
	color:#EC817D;
}

.mapbox {
	padding: 15px;
	margin: 15px 0;
	background: #F0F0F0;
	border: #999 1px solid;
}
.mapbox iframe {
	border: 1px solid #999;
}


.route {
	margin: 15px 0;
	clear:both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.last_route {
	border-bottom:#64AA60 2px dotted;
	padding-bottom:10px;
	margin-bottom:40px;
}

.route li {
	width:340px;
	margin:0 0 10px 0;
	font-size:95%;
	line-height:1.4;
}


span.img_route {
	display:block;
	margin:0 0 5px 0;
}

span.point_color {
	color:#ff3300;
}

#btn_busstop {
	width:302px;
	height:72px;
	margin:0 0 0 10px;
	float:right;
}


#btn_route {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:20px 0 30px 0;

}

#btn_route li {
	width:245px;
}

#last_btn {
	width:230px;
}

