@charset "utf-8";

.ws {
	background: #7d4698;
	padding: 10px;
}
.ws p {
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.ws span { margin-left: 5px; }

.box1 {
	background: url(../img/bg01.svg);
	background-color: #ddd1e7;
	background-size: 20px auto;
	padding: 10px 20px 30px;
}

.box2 {
	background: url(../img/bg01.svg);
	background-color: #ddd1e7;
	background-size: 20px auto;
	padding: 20px;
}

.box3 {
	padding: 20px;
	background: #efefef;
}

.box1 h1 {
	max-width: 1040px;
	margin: 0 auto 10px;
}
.schedule {
	max-width: 960px;
	border: 4px solid #7d4698;
	border-radius: 8px;
	background: #fff;
	margin: 0 auto 20px;
	padding: 20px 10px;
}
.schedule ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.schedule ul li {
	width: 49%;
	margin-bottom: 20px;
}
.schedule h2 {
	border-radius: 4px;
	background: #7d4698;
	padding: 10px;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
}
.schedule h2.age {background: #5a4491;}
.schedule h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
.schedule .date {
	font-weight: bold;
	font-size: 1.25em;
}
.schedule .dl01,
.schedule .dl02 {
	content: "";
	display: block;
	clear: both;
}
.schedule .dl01 dt {
	clear: both;
	float: left;
	width: 4em;
	font-weight: bold;
	font-size: 1.2em;
}
.schedule .dl01 dd {
	font-size: 1.2em;
	padding-left: 4em;
}
.schedule .dl02 dt {
	clear: both;
	float: left;
	width: 7em;
	font-weight: bold;
	font-size: 1.25em;
}
.schedule .dl02 dd {
	font-size: 1.25em;
	padding-left: 7em;
}

.photo {
	max-width: 1040px;
	margin: 0 auto;
}

.team {
	max-width: 960px;
	margin: 0 auto 20px;
}

.team img {
	max-width: 500px;
}

.teacher1 {
	max-width: 920px;
	margin: 0 auto 30px;
	padding: 10px;
	background: #fff;
	border: 3px solid #872282;
	border-radius: 8px;
}

.teacher2 {
	max-width: 920px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border: 3px solid #5a4491;
	border-radius: 8px;
}

.teacher1 h2,
.teacher2 h2 {
	margin-bottom: 10px;
}
.teacher1 h2 img,
.teacher2 h2 img {
	max-width: 280px;
}

.teacher1 h3,
.teacher2 h3 {
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;
	color: #666;
}

/*.teacher1 ul,*/
.teacher1 > ul > li > ul,
.teacher2 > ul > li > ul {
	display: flex;
	flex-wrap: wrap;
}
/*
.teacher1 ul li {
	width: 49%;
	margin-right: 2%;
}
.teacher1 ul li:nth-child(2n) {
	margin-right: 0;
}
*/
.teacher1 > ul > li,
.teacher2 > ul > li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px dashed #7d4698;
}
.teacher1 > ul > li:last-child,
.teacher2 > ul > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.teacher1 > ul > li > ul > li,
.teacher2 > ul > li > ul > li {
	width: 40%;
	margin-right: 3%;
}
.teacher1 > ul > li > ul > li:nth-child(2n),
.teacher2 > ul > li > ul > li:nth-child(2n) {
	width: 57%;
	margin-right: 0;
}

.teachPhoto {
	max-width: 355px;
	margin: 0 0 10px;
}

.teacher1 p,
.teacher2 p {
	font-size: 1.2em;
}

.message {
	background: #7d4698;
	padding: 20px;
	text-align: center;
}

.message img {
	max-width: 900px;
}

.fax {
	max-width: 960px;
	margin: 0 auto 30px;
}

.fax h2 {
	background: #7d4698;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	font-size: 1.65em;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	border-radius: 8px;
}

.fax ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.fax ul li:nth-child(1) {width: 52%;}
.fax ul li:nth-child(2) {width: 44%;}
.fax ul li:nth-child(2) p {
	font-size: 1.2em;
	line-height: 1.4;
	margin-top: 10px;
}

.fax ul li:nth-child(2) dl {
	margin-top: 20px;
}

.fax ul li:nth-child(2) dl dt {
	clear: both;
	float: left;
	width: 8em;
	background: #7d4698;
	padding: 4px;
	line-height: 1;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	border-radius: 6px;
}

.fax ul li:nth-child(2) dl dd {
	font-size: 1.2em;
	padding-left: 9em;
	margin-bottom: 10px;
}

.fax ul li:nth-child(2) dl dd span {
	font-size: 0.75em;
}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.ws {
		padding: 5px;
	}
	.ws p {
		font-size: 1em;
	}
	.ws span {
		display: block;
		margin-left: 0;
	}
	.box1 {
		background-size: 10px auto;
	}
	.schedule {
		border: 2px solid #7d4698;
	}
	.schedule ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.teacher1 > ul > li > ul > li,
	.teacher2 > ul > li > ul > li {
		width: 100%;
		margin-right: 0;
	}
	.teacher1 > ul > li > ul > li:nth-child(2n),
	.teacher2 > ul > li > ul > li:nth-child(2n) {
		width: 100%;
		margin-right: 0;
	}

	.teacher1 .mmt20,
	.teacher2 .mmt20 { margin-top: -20px; }

	.message {
		padding: 10px;
	}
	
	.fax h2 {
		font-size: 1.25em;
	}
	
	.fax ul {
		justify-content: center;
	}
	.fax ul li img {max-width: 320px;}
	.fax ul li:nth-child(1) {width: 100%; margin-bottom: 10px;}
	.fax ul li:nth-child(2) {width: 100%;}
	.fax ul li:nth-child(2) dl dt {
		float: none;
		background: #7d4698;
		padding: 4px;
		line-height: 1;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		margin-bottom: 5px;
	}
	
	.fax ul li:nth-child(2) dl dd {
		padding-left: 0;
	}

	.fax ul li:nth-child(2) {
		 float: none;
		 margin-bottom: 10px;
	}
	


}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {


}





