@charset "UTF-8";
/* CSS Document */

.image_ph{
	margin-bottom: 1em;
}

.image_ph img{
	width:100%;
}

@media (min-width:768px) {

.image_ph img{
	border-radius: 5px;
	width:900px;
	height:250px;
	margin-bottom: 2em;
}
	}


.con_about{
	width:100%;
	justify-content: center;
	background-size:contain;
	background-repeat: no-repeat;
	display: block;

		}

.feature{
	width:90%;
	margin:0 auto;
	color:#463c32;
	font-weight: 400;
	display: block;
	flex:1;
	padding:0 20px;
}


.feature p{
	line-height: 1.65em;
	padding-bottom: 1em;
}


.feature2{
	width:90%;
	margin:0 auto 2em auto;
	color:#463c32;
	font-weight: 400;
	display: block;
	flex:1;
	padding:0 20px;
}


.feature2 img{
	width:80%;
	padding-top: 1em;
}

@media (min-width:768px) {
	
	.feature{
	flex:5;
	}
	
	.feature2{
			flex:4;

	}
	.feature2 img{
	width:100%;
	}
	.con_about{
	width:900px;
	margin:170px auto 0 auto;
	}
	.con_about .container{
		display: flex;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	
}

.con_about2{
	color:#000;
	padding:20px 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width:90%;
	margin:0 auto;
}

.con_about2 h3{
	color:#463c32;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.con_about2 hr{
	height: 1px;
background-color: #ccc;
border: none;
}



.con_about2 p{
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6em;
	opacity: 0.75;
}



.te_ph{
	width:70%;
	margin: 0.5em auto 1em auto;
	display: block;
}

.te_ph img{
	width:100%;
}

.te_ph85{
	width:70%;
	margin: 0.5em auto 1.5em auto;
	display: block;
}

.te_ph85 img{
	width:100%;
}


@media (min-width:768px) {

	
	.con_about2 .container{
		display: flex;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.con_about2 .course{
		flex:1;
		padding:0 20px;
		margin-bottom: 0;
	}
	
		.con_about2 .piano1{
		flex:3;
		padding:0 20px;
		margin-bottom: 0;
	}
			.con_about2 .piano2{
		flex:6;
		padding:0 20px;
		margin-bottom: 0;
	}
	
	.con_about2 hr{
	display: none;
	visibility: hidden;
	width:100%;
	}
	.te_ph{
		width:100%;}
.te_ph85{
				width:85%;}

}

.purpose{
	width:100%;
	justify-content: center;
	max-width:750px;
	min-height:200px;
	max-height:250px;
	margin:1em auto;
	background-image: url("../img/purpose.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center;
}


.headline{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top:-1em;

}

.headline2{
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top:-1em;

}

@media (max-width:450px) {
	.headline2{
	font-size: 0.8em;
	}
}

@media (min-width:768px) {
	.conB .headline{
		display: block;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}
	
.naiyou{
	margin:1em auto;
	border-radius: 5px;
	width:95%;
}

.naiyou p{
	padding:0.5em 1em;
}

.naiyou_child{
	color:#3399ff;
	background-color: #ecf7ff;
}

.naiyou_adlut{
	color:#55ad33;
	background-color: #f0faeb;
}

.naiyou_ticket{
	color:#463c32;
	background-color: #eee9e7;
	background-image: url("../img/bk_table_white.png");
	padding-bottom: 1em;
}

@media (min-width:768px) {
	.naiyou{
	width:100%;
}
	.table_lesson{
	width:100%;
}
}


.table_lesson{
	width:95%;
	margin:0 auto;
	line-height: 1.4em;
	border-radius: 5px;
}

.table_lesson p{
	vertical-align:top;
}

.table_lesson th{
	width:18%;
	text-align: center;
	color:#FFF;
}


.tl_blue{
		background-image: url("../img/bk_table_blue.png");
}
.tl_blue td{
	background-color: #ecf7ff;
	padding:0.5em;
}

.tl_green{
		background-image: url("../img/bk_table_green.png");
}
.tl_green td{
	background-color: #f0faeb;
	padding:0.5em;
}

.lesson_youho{
	color:#583333;
	line-height: 3em;
	margin-left: 1em;
	background: linear-gradient(transparent 70%, #cfc0ba 70%);
}

.faq a{
	font-weight: 500;
	text-decoration: underline;
	background-color: #ffffcc;
	color:#583333;
}
.faq p{
	padding:0 1em;
}

.ques{
	margin:1em 0;
	color:#583333;
	background-color: #eee9e7;
	padding:0.5em 0.75em;
	border-radius: 5px;
	background-image: url("../img/bk_table_white.png");
}

.ques p{
	font-size: 1.1em;
	font-weight: 500;
}

.conB a,.course a{
	color: #000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

.conB form{
	margin:0 auto; 
	width:80%;
}


.conB dd{
	margin-top:0.5em; 
	margin-bottom:1em; 
}

@media (min-width:768px) {
.conB h2 br{
	display: none;
}
}


/* form */
@media (min-width:768px) {
.spbr br{
		display: none;
	}
}

.thx{
	margin:0 auto;
	text-align: center;
}

.tablearea{
width:100%;
height:30%;
}

/* policy */

.policy_txt{
	font-size: 0.9em;
}

.policy_txt h3{
	padding-top: 1em;
	margin-bottom: 0.5em;
}
