@charset 'utf-8';

/* =========================================================
car
========================================================= */
#car{
	background-color: #fff;
	height: 1220px;
}
#car .inner{
	width: 64.4% !important;
	min-width: 760px !important;
	max-width: 1000px !important;
	padding: 120px 0 113px;
}
#car h3{
	margin-bottom: 60px;
}
#car h3 span{
	color: #222;
}


/* =========================================================
car_route_area
========================================================= */
#car_route_area .inbox{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
}
#car_route_area .course{
	width: 29.8%;
	margin-left: 5.3%;
}
#car_route_area .course:first-child{
	margin-left: 0;
}
#car_route_area .course .start{
	position: relative;
	z-index: 1;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: center;
	-webkit-align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	min-height: 80px;
	padding: 17px 5px 15px;
	text-align: center;
	background-color: #222;
}
#car_route_area .course .start .ttl{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0;
	color: #fff;
}
#car_route_area .course .start .time{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	display: block;
	letter-spacing: 0;
	color: #fff;
}
#car_route_area .route{
	position: relative;
	display: block !important;
	overflow: hidden;
	width: 100%;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 0 59px !important;
	opacity: 1 !important;
}
#car_route_area .route::before{
	position: absolute;
	z-index: 0;
	top: -1%;
	left: 20px;
	display: block;
	width: 20px;
	height: 105%;
	content: '';
	opacity: 1;
	background-color: #b3b3b3;
}
#car_route_area .route .guide{
	line-height: 1.75em;
	position: relative;
	z-index: 1;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        align-items: center;
	-webkit-align-items: center;
	width: 100%;
	min-height: 54px;
	padding: 8px 0 10px 59px;
	letter-spacing: 0;
}
#car_route_area .route .point{
	position: relative;
	z-index: 1;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	min-height: 53px;
	padding: 7px 5px 10px;
	letter-spacing: 0;
	border: 2px solid #222;
	background-color: #fff;
}
#car_route_area .route .guide.row1{
	height: 77px;
	padding-top: 9px;
}
#car_route_area .route .guide.row2{
	height: 161px;
	padding-bottom: 19px;
}
#car_route_area .route .guide.row3{
	height: 291px;
	padding-bottom: 50px;
}
#car_route_area .goal{
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;
	padding: 21px 5px 27px;
	text-align: center;
	background-color: #222;
}
#car_route_area .goal img{
	width: 247px;
	height: auto;
}
