@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/
/*一日の流れ*/
#timetable .container {
	padding-left: 15px;
	padding-right: 15px;
}

#timetable table {
	/*border: none;*/
	width: 100%;
}

#timetable th {
	/*背景画像を敷く*/
	background: url(../images/daily/arrow_down.png) repeat-y center;
	padding: 0 0 20px;
	text-align: center;
	vertical-align: top;
}

/*時間*/
#timetable th span {
	background-color: #96D44E;
	border-radius: 80px;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 80px;
	margin: 0 auto;
	width: 80px;
}

#timetable td {
	padding: 0 10px 20px;
}

#timetable td img {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
}

#timetable .start {
	font-size: 14px;
}

#timetable .start img {
	float: left;
}

#map .img {
	text-align: center;
}

 
/*諸経費*/
#payment table {
	background-color: #fff;
	border: 1px solid #dee2e6;
}

#payment thead {
	background-color: #fbb03b;
	text-align: center;
}

#payment th,
#payment td {
	border-right: 1px solid #dee2e6;
}

#payment tbody tr td:nth-child(2) {
	text-align: right;
}

#payment tbody tr td:last-child {
	vertical-align: middle;
}

#payment .border td {
	border-top: 2px  solid #ccc;
}












/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media (min-width: 768px) {
	
	/*一日の流れ*/
	/*時間*/
	#timetable th span {
		border-radius: 120px;
		font-size: 26px;
		line-height: 120px;
		margin: 0 auto;
		width: 120px;
	}

	#timetable td {
		font-size: 18px;
		/*padding: 20px 10px;*/
	}

	#timetable td img {
		/*margin-top: 15px;*/
		width: 48%;
	}
	
	#timetable td img:nth-of-type(1) {
		margin-right: 15px;
	}

	/*スクールバス乗り場*/
	#map article {
		/*text-align: center;*/
	}


	

	
	
}






/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media (min-width: 992px) {
	


	article {
		margin: 0 100px 50px;
	}
	
	/*一日の流れ*/
	#timetable th {
		padding: 0 0 40px;
	}

	/*時間*/
	#timetable th span {
		border-radius: 140px;
		font-size: 28px;
		line-height: 140px;
		width: 140px;
	}
	
	/*地図*/
	#map .center {
		text-align: center;
	}

	

	
	
}



/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media (min-width: 1200px) {
	
	article {
		margin: 0 200px 50px;
	}
	
	/*一日の流れ*/
	/*時間*/
	/*#timetable th span {
		border-radius: 160px;
		font-size: 28px;
		line-height: 160px;
		width: 160px;
	}*/

	
	
	
}



