@charset "UTF-8";

/* ---------------------------------------------------
 course
--------------------------------------------------- */
#course .section {
	margin-top: 80px;
}

#course .anchorLink + .section {
	margin-top: 50px;
}

#course .subSection {
	margin-top: 50px;
}

#course .section:first-child,
#course .subSection:first-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	#course .section {
		font-size: 13px;
		margin-top: 30px;
	}

	#course .anchorLink + .section {
		margin-top: 20px;
	}

	#course .subSection {
		margin-top: 30px;
	}
}/* --- media 767px以下 --- */


/* title */
#course .sectionTitle {
	background: #F0F0F0 url(../images/course_line01.png) left top no-repeat;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	padding: 24px 0 20px;
	margin-bottom: 50px;
}

#course .sectionTitle span {
	font-size: 26px;
}

/* description */
#course .section .description {
	margin-bottom: 30px;
}

#course .section .description .body {
	font-size: 16px;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
	/* title */
	#course .sectionTitle {
		font-size: 26px;
		padding: 20px 0 15px;
		margin-bottom: 30px;
	}

	#course .sectionTitle span {
		font-size: 22px;
	}

	/* description */
	#course .section .description {
		margin-bottom: 20px;
	}

	#course .section .description .body {
		font-size: 14px;
	}
}/* --- media 767px以下 --- */


/* ----------------------------------------
 table
---------------------------------------- */
#course .classTable {
	width: 100%;
	margin-bottom: 30px;
	border: 3px solid #3F2619;
}

#course .classTable th,
#course .classTable td {
	padding: 11px 14px;
	line-height: 1.4;
	vertical-align: middle;
	border-bottom: 1px solid #432A1E;
}

#course .classTable th:last-child,
#course .classTable th.feeHead {
	border-bottom: none;
}

#course .classTable td {
	border-right: 1px solid #432A1E;
}

#course .classTable th + th {
	border-left: 1px solid #432A1E;
}

#course .classTable thead th {
	color: #FFF;
	font-size: 20px;
	border-bottom: none;
}

#course .classTable tbody th {
	background: #FDECF0;
}

#course .classTable .fee {
	text-align: center;
	/*line-height: 1.4;*/
}

#course .classTable .fee span {
	/* font-size: 16px; */
	font-size: 15px;
	font-weight: bold;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
	#course .classTable {
		margin-bottom: 30px;
		border: 3px solid #3F2619;
		font-size: 12px;
	}

	#course .classTable th,
	#course .classTable td {
		padding: 8px 5px;
	}

	#course .classTable thead th {
		font-size: 15px;
	}

	#course .classTable .fee span {
		/* font-size: 13px; */
		font-size: 12px;
	}
}/* --- media 767px以下 --- */


/* Monday */
#course .classTable.monday thead th {
	background: #EDC54E;
}

#course .classTable.monday tbody th {
	background: #FDF7E7;
}

/* Thursday */
#course .classTable.thursday thead th {
	background: #5E9AEC;
}

#course .classTable.thursday tbody th {
	background: #EAF2FD;
}

/* Friday */
#course .classTable.friday thead th {
	background: #6FC04E;
}

#course .classTable.friday tbody th {
	background: #ECF7E8;
}

/* Saturday */
#course .classTable.saturday thead th {
	background: #BB90D0;
}

#course .classTable.saturday tbody th {
	background: #F6F1F9;
}

/* Sunday */
#course .classTable.sunday thead th {
	background: #EB6B88;
}


/* ----------------------------------------
 note
---------------------------------------- */
#course .note {
	font-size: 12px;
	border: 1px solid #D9D9D9;
	padding: 13px;
}

#course .note dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#course .note dt.attention {
	color: #F66;
}

#course .note dd {
	padding-left: 5px;
}

#course .croquisNote {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: -10px;
	margin-bottom: 20px;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
	#course .note {
		padding: 10px;
	}

	#course .croquisNote {
		font-size: 14px;
		margin-top: -15px;
		margin-bottom: 15px;
	}
}/* --- media 767px以下 --- */


/* ----------------------------------------
 ticket
---------------------------------------- */
#ticket .classTable td dt {
	font-weight: bold;
	line-height: 1.6;
}

@media (max-width: 767px) {
	#ticket .classTable th {
		width: 25%;
	}

	#ticket .classTable th br {
		display: none;
	}
}/* --- media 767px以下 --- */


/* ----------------------------------------
 procedure
---------------------------------------- */
#procedure .numberList li {
	font-size: 16px;
	font-weight: bold;
}

#procedure .numberList li span {
	font-size: 14px;
	font-weight: normal;
}

#procedure dl {
	margin-top: 1.2em;
}

#procedure dl dt {
	font-size: 16px;
	font-weight: bold;
}

#procedure dl dd {
	margin-left: 1.6em;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
	#procedure .numberList li {
		font-size: 14px;
	}

	#procedure .numberList li span {
		font-size: 13px;
	}

	#procedure dl dt {
		font-size: 14px;
	}
}/* --- media 767px以下 --- */
