@charset "UTF-8";
/** Common CSS Code**/

 h1.inContents {
	margin: 170px 0 0 0;
	color: #ffffff;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 30px;
}

h1.title_bg01 {background-image: url("../img/header_dance.png");}
h1.title_bg02 {background-image: url("../img/header_vocal.png");}
h1.title_bg03 {background-image: url("../img/header_musical.png");}

h1.title_bg101 {background-image: url("../img/header_about.png");}
h1.title_bg102 {background-image: url("../img/header_guide.png");}

#topLesson {
	text-align: center;
}

#topLesson .leadBox {
	width: 700px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	line-height: 2.5em;
}

#topLesson .leadBox .mincho {
	font-size: 130%;
}

#topLesson iframe {
	width: 450px;
	height: calc(450px * 0.5625);
	margin: 0 0 0 50px;
	display: inline-block;
	vertical-align: middle;
}

.fadein .contents_area.lessonMenu {
	padding: 200px 0 50px 0;
}

#Base_contents .fadein .contents_area.lessonMenu {
	padding: 200px 0 0 0;
}

#NewsList .fadein .contents_area {
	padding: 10px 0 200px 0;
}

.lessonMenu ul {
	border: #666666 solid;
	border-width: 0 0 0 1px;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.lessonMenu ul li {
	border: #666666 solid;
	border-width: 0 1px 0 0;
	display: inline-block;
	width: calc(100% / 4);
	text-align: center;
}

.lessonMenu ul li a {
	display: inline-block;
	padding: 10px 20px;
	font-family: "Shippori Mincho", serif;
	width: 100%;
	transition: 0.5s;
}

.lessonMenu ul li a:hover {
	background-color: #f0f0f0;
}

.lessonMenuP {
	height: 500px;
}

.lessonMenuP img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 0;
}

.lessonMenuP img.lessonMenu01 {
	opacity: 1;
	z-index: 1;
}

.google_map iframe {
	filter: saturate(0%);
}

#topNews .contents_area {
	padding: 0 0 200px 0;
}

#about .ReadBox .photo {
	width: 400px;
	margin: 0 50px 0 0;
	display: inline-block;
	vertical-align: top;
}

#about h1{
	text-align: left;
}

#about .ReadBox .photo img {
	width: 100%;
}

#about .txtBox {
	width: calc(100% - 450px);
	display: inline-block;
}

#about .txtBox div {
	margin: 0 0 20px 0;
}

#Guide .NewsListIndex img.schedule {
	width: 100%;
}

#Guide .NewsListIndex a .zoom {
	display: block;
	text-align: right;
	text-decoration: underline;
}

#Guide .NewsListIndex a:hover .zoom {
	text-decoration: none;
}

#Guide table.guide {
	margin: 10px auto 10px auto;
	text-align: center;
}

#Guide table.guide th,
#Guide table.guide td {
	width: 33.33%;
}

.btnBox {
	text-align: center;
}

.btnBox a {
	width: 18em;
	margin: 0 5px;
	line-height: 1em;
}

.btnBox a img {
	height: 50px;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: middle;
}

.contactBtn {
	margin: 100px auto 0  auto;
	text-align: center;
}

.set_subname {
	font-size: 80%;
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1450px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1336px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1250px) {
/* ------------------------------------------------------ */
.lessonMenuP {
	height: calc((100vw - 50px) * 0.41);
}

#topLesson .leadBox {
	width: 100%;
	font-size: 100%;
	text-align: center;
}

#topLesson iframe {
	display: block;
	width: 450px;
	height: calc(450px * 0.5625);
	margin: 40px auto 0 auto;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 920px) {
/* ------------------------------------------------------ */
.btnBox a {
	width: 16em;
	padding: 10px 10px;
}

.btnBox a img {
	height: 30px;
}

.btnBox a span {
	display: inline-block;
	top: 2px;
}

}


/* ------------------------------------------------------ */
@media only screen and (max-width : 900px) {
/* ------------------------------------------------------ */
 h1.inContents {
	margin: 100px 0 0 0;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 820px) {
/* ------------------------------------------------------ */
.btnBox a {
	width: 100%;
	display: block;
	margin: 10px auto;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
#Base_contents .fadein .contents_area.lessonMenu {
	padding: 100px 0 0 0;
}

#topLesson .leadBox {
	width: calc(100% - 50px);
	line-height: 1.8em;
	text-align: left;
}
	
#topLesson .leadBox .mincho {
	font-size: 100%;
}
	
#topLesson .leadBox .mincho br {
	display: none;
}
	
	#topLesson .leadBox .mincho br.message_br {
		display: inline;
	}

#topLesson iframe {
	display: block;
	width: calc(100% - 50px);
	height: calc((100vw - 64px) * 0.5625);
	margin: 40px 25px 0 25px;
}

.lessonMenu ul li {
	border: #666666 solid;
	border-width: 0 1px 1px 0;
	width: calc(100% / 2);
}
	
#Lessons_index .comment table {
	font-size: 90%;
}

#Lessons_index .comment table th,
#Lessons_index .comment table td {
	padding: 5px 10px;
	display: block;
	text-align: center;
}
#Guide table.guide,
#Guide table.guide tbody,
#Guide table.guide tbody tr {
	display: block;
	width: 100%;
	border: #666666 solid;
	border-width: 0;
}
	
#Guide table.guide th,
#Guide table.guide td {
	width: 100%;
}

#Guide table.guide th {
	display: none;
}
	
#Guide table.guide td {
	display: block;
	width: 100%;
	border: #666666 solid;
	border-width: 0;
	padding: 0;
	line-height: 1.5em;
}

#Guide table.guide td.LessonClass {
	background-color: #ededed;
    border: #666666 solid;
    border-width: 1px 0;
	padding: 5px;
	margin: 20px auto 10px auto;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 480px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */ 

}