@charset "UTF-8";


/*--------------------------------------------
↓　#opening
--------------------------------------------*/
#opening {
	max-width: 740px;
	width: 100%;
	box-sizing: border-box;
}
#opening img {
	margin-bottom: 35px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
#opening img {
	margin-bottom: 20px;
}
}

/*--------------------------------------------
↓　#schedule
--------------------------------------------*/
#schedule {
	max-width: 680px;
	padding-top: 0 !important;/*ここだけ*/
}
#schedule table {
	width: 100%;
}
#schedule table th {
	width: 60px;
	text-align: right;
	color: #014bbc;
	font-weight: bold;
}
#schedule table td {
	padding-left: 30px;
	padding-bottom: 30px;
}
#schedule table td p.blue {
	color: #014bbc;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.6em;
}
#schedule table tr:last-child td {
	padding-bottom: 0;
}


@media screen and (max-width: 768px) {
#schedule table th {
	width: 70px;
}
#schedule table td {
	padding-bottom: 20px;
}
}

@media screen and (max-width: 640px) {
#schedule table th {
	width: 60px;
}
#schedule table td {
	padding-bottom: 13px;
	padding-left: 10px;
}
#schedule table td p.blue {
	margin-bottom: 0;
}
}


