/*
Theme Name:M2 Music School
Theme URI:
Version:1.0.0
Description:M2 Music School
Author:ARCKLY
Author URI: http://arckly.com/
*/

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


/* Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
address,th {
font-style: normal;
font-weight:normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: left;
}
hr,legend {
display: none;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
img,fieldset {
border: 0;
}
li {
list-style-type: none;
}
a:hover.link img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	display: inline-block;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}



@font-face {
	font-family: 'font1';
	src: url(rounded-mgenplus-1c-light.ttf);
}


@font-face {
	font-family: 'font2';
	src: url(chogokubosogothic_5.ttf);
}


/* Fonts フロートなど共通CSS
------------------------------------------------------------*/
body{
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#6F6F74;
	font-size: 12px;
	background-color:#FFF;
}

body a{
	color:#839C61;
	text-decoration:underline;
}

body a:hover{
	color:#F00;
	text-decoration:underline;
}


.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}

.red{
	color:#F00;
}

.blue{
	color:#00F;
}

.bold{
	font-weight:bold;
}

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #05255F;
}
 
.pagination a:hover{
color:#fff;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background:#66F;
color:#FFF;
}


/*フォーム系*/
.contact_btn{
	text-align:center;
}

.contact_btn input{
	padding:10px 20px;
	background-color:#05255F;
	border:none;
	color:#FFF;
	text-align:center;
	margin:10px 0;
	border-radius:10px;
}
.contact_btn input:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.contact_main{
	margin-bottom:10px;
}



/*===============================================
●画面の横幅が821px以上
===============================================*/
@media screen and (min-width: 821px){

body{
}

#pc_contenst{
	width:820px;
	padding:0 10px;
	margin:0 auto;
	border:1px solid #FFE100;
	border-top:3px solid #FFE100;
}

.pc_none{
	display:none;
}

.pc_float_l{
	float:left;
}

.pc_float_r{
	float:right;
}

.pc_img_100 img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.pc_img_50 img{
	max-width: 50%;
	height: auto;
	width /***/:auto;　
}

.pc_center{
	text-align:center;
}

.pc_right{
	text-align:right;
}


.mb_10{
	margin-bottom:10px;
}

.mb_20{
	margin-bottom:20px;
}

.mb_30{
	margin-bottom:30px;
}

.mb_40{
	margin-bottom:40px;
}

.mb_50{
	margin-bottom:50px;
}

.mb_60{
	margin-bottom:60px;
}

.mb_70{
	margin-bottom:70px;
}

.mb_80{
	margin-bottom:80px;
}

.mb_90{
	margin-bottom:90px;
}

.mb_100{
	margin-bottom:100px;
}




/*ヘッダー設定
------------------------------------------------------------*/

header{
	height:105px;
	overflow:hidden;
}


h1{
	font-weight:normal;
	font-size:10px;
	color:#87A49F;
	margin:5px 0 5px;
}

.header_logo{
	margin-left:10px;
	margin-right:10px;
}

.header_muryou{
	margin-top:10px;
}

nav{
	width:100%;
	height:40px;
	padding:0px 0;
}

#nav_wrap{
}

ul#menu li{
	float:left;
	position:relative;
}

ul#menu li a{
	display:block;
}

ul#menu li a img{
	display:block;
}

ul#menu ul{
	z-index:100;
	display:none;
	position:absolute;
	top:40px;
	left:0;
	z-index:700;
}

ul#menu ul li a{
	display:block;
	color:#FFE100;
	text-decoration:none;
	padding:10px 5px;
	border-bottom:1px dashed #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	font-size:10px;
	background-color:#000;
	text-align:center;
	width:154px;
}

ul#menu ul li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

ul#menu li:nth-child(3) ul li a{
}

ul#menu li:nth-child(4) ul li a{
}

ul#menu li:nth-child(5) ul li a{
}

ul#menu li:nth-child(6) ul li a{
}



/*wrap設定
------------------------------------------------------------*/

.kaso_title{
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.path{
	background-color:#D8D8D8;
}

.path ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	background-color:#D8D8D8;
}

.path ul li a{
	text-decoration:none;
	display:block;
	padding:5px 10px;
	border-right:1px solid #000;
	font-size:10px;
	font-weight:bold;
	color:#000;
}

.path ul li a:hover{
	background-color:#000;
	color:#FFE100;
}

.path ul li:nth-child(1) a{
	background-color:#A4A4A4;
	color:#FFF;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.path ul li:nth-child(1) a:hover{
	background-color:#000;
	color:#FFE100;
}


h2.title_h2{
	background-color:#FFE100;
	color:#000;
	box-sizing:border-box;
	padding:15px 5px 15px;
	font-size:14px;
	font-family:font1;
	letter-spacing:-0.15em;
	margin-bottom:20px;
}

h2.title_h2 div{
	border-left:5px solid #000;
	padding-left:10px;
	font-size:32px;
}


.toiawase_box1{
	border:1px solid #DDD;
	border-top:none;
	padding:15px 30px;
	background-color:#EEEEEE;
}

ul.toiawase_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.toiawase_ul_1 li a{
	display:block;
	text-decoration:none;
	color:#000;
	border:1px solid #C29100;
	background: linear-gradient(#FFCC33, #F8BB06);
	box-sizing:border-box;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	padding:5px 0;
	width:260px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
}

ul.toiawase_ul_1 li a:hover{
	color:#FFF;
	background: linear-gradient(#FF9000, #FF5700);
}


#wrap1{
	width:610px;
	float:right;
	margin-bottom:10px;
}

#left_contents{
	width:200px;
	float:left;
	margin-bottom:10px;
}

h3.title_h3_1{
	background-color:#FFE100;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	color:#000;
	box-sizing:border-box;
	padding:7px 5px 5px;
	font-size:14px;
}

h3.title_h3_1 div{
	border-left:5px solid #000;
	padding-left:10px;
	position:relative;
}

h3.title_h3_1 div::after{
  content: '▶';
  font-size: 5px;
  color:#FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  height:10px;
  width:5px;
  margin:auto;
}




/*左カラム設定
------------------------------------------------------------*/

a.side_nav{
	display:block;
	box-sizing:border-box;
	background-color:#F0F0F0;
	color:#839C61;
	border:1px solid #DDDDDD;
	border-top:none;
	text-decoration:none;
	padding:7px 10px;
}

a:hover.side_nav{
	text-decoration:none;
	background-color:#000;
	color:#FFE100;
}


/*フッター設定
------------------------------------------------------------*/

footer{
	width:840px;
	margin:0 auto;
	background-color:#FFE100;
	text-align:center;
	color:#000;
	padding:30px 0 40px;
}

footer a{
	color:#000;
}

.footer_nav{
	margin-bottom:20px;
}

.footer_nav a{
	color:#FF0000;
}


address{
}

/* page top設定
------------------------------------------------------------*/

#PageTopBtn{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #000;
  border-radius: 50%;
}
#PageTopBtn a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#PageTopBtn a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #FFE100;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#PageTopBtn a:hover::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #FFE100;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#muryou_pc{
	position:fixed;
	top:0px;
	right:0px;
}

#muryou_pc .muryou_pc_rela{
	position:relative;
}

#muryou_pc .muryou_pc_rela a{
	display:block;
	text-decoration:none;
	width: 250px;
	height: 100px;
	margin: 0 auto;
	font-size:16px;
	font-weight:bold;
	transform: rotate(22deg);
	position:absolute;
	right:-35px;
	top:-50px;
	background: linear-gradient(#F00, #C00);
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
}

#muryou_pc .muryou_pc_rela a::after{
	content: "入会・無料体験レッスン";
	display: block;
	color: #FFF;
	z-index: 101;
	text-align:center;
	position:absolute;
	top:75px;
	left:55px;
}

#muryou_pc .muryou_pc_rela a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.muryou_pc_ico{
	position:absolute;
	top:25px;
	right:45px;
	color:#FFF;
	font-size:25px;
	transform: rotate(-22deg);
}


/* ホーム設定
------------------------------------------------------------*/

.top_box1{
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-bottom:20px;
}

h4.top_h4{
	color:#000;
	padding:2px 10px;
	border-bottom:1px solid #000;
	border-left:10px solid #000;
	margin-top:10px;
	font-size:16px;
}

ul.top_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

ul.top_ul_1 li{
	width:50%;
}

ul.top_ul_1 li a{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-decoration:none;
	position:relative;
	color:#6f6f74;
}

ul.top_ul_1 li a div:nth-child(1){
	width:100px;
	margin-right:5px;
}

ul.top_ul_1 li a div:nth-child(1) img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
	height:auto;
}

ul.top_ul_1 li a div:nth-child(2){
	width:200px;
}

ul.top_ul_1 li a div:nth-child(2) h5{
	color:#599100;
	margin-bottom:5px;
}

ul.top_ul_1 li a div:nth-child(2) p{
}

ul.top_ul_1 li a .top_hover_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	letter-spacing:0.2em;
	padding-top:30px;
}

ul.top_ul_1 li a:hover .top_hover_txt{
	transform-origin: left top;
	transform: scale(1, 1);
}

ul.top_ul_1 li a:hover{
	text-decoration:none;
}


.top_box_1{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}


.top_box_1 a{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-decoration:none;
	position:relative;
	color:#6f6f74;
}


.top_box_1 a div:nth-child(1){
	width:100px;
	margin-right:5px;
}

.top_box_1 a div:nth-child(1) img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
	height:auto;
}

.top_box_1 a div:nth-child(2){
	width:505px;
}

.top_box_1 a div:nth-child(2) h5{
	color:#599100;
	margin-bottom:5px;
}

.top_box_1 a div:nth-child(2) p{
}

.top_box_1 a .top_hover_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	letter-spacing:0.2em;
	padding-top:30px;
}

.top_box_1 a:hover .top_hover_txt{
	transform-origin: left top;
	transform: scale(1, 1);
	color:#6f6f74;
}

.top_box_1 a:hover{
	text-decoration:none;
	color:#6f6f74;
}

.top_span_1{
	display:block;
	color:#F00;
	margin-top:5px;
}

.top_box2{
	border:1px solid #DDD;
	border-top:none;
	padding:15px;
}

ul.top_ul_2{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.top_ul_2 li:nth-child(1){
	width:135px;
}

ul.top_ul_2 li:nth-child(2){
	width:440px;
}

ul.top_ul_2 li:nth-child(2) a{
	text-decoration:none;
	color:#599100;
}

ul.top_ul_2 li:nth-child(2) a:hover{
	text-decoration:underline;
}

a.top_a_1{
	text-decoration:none;
	width:200px;
	height:30px;
	text-align:center;
	line-height:30px;
	background: linear-gradient(#F00, #C00);
	display:block;
	color:#FFF;
	box-sizing:border-box;
	border:1px solid #FFF;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	margin:10px auto 0;
}

a:hover.top_a_1{
	color:#FFF;
	text-decoration:none;
	background: linear-gradient(#C00,#F00);
}

.top_box3{
	height:500px;
	overflow-y:scroll;
}



/* スクール案内・特徴 設定
------------------------------------------------------------*/

ul.greeting_bt{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom:30px;
}

ul.greeting_bt li a{
	text-decoration:;
	display:block;
	width:150px;
	height:30px;
	text-align:center;
	line-height:30px;
	background: linear-gradient(#F00, #C00);
	display:block;
	color:#FFF;
	box-sizing:border-box;
	border:1px solid #FFF;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	margin:10px auto 0;
	text-decoration:none;
	border-radius:5px;
}

ul.greeting_bt li a:hover{
	color:#FFF;
	text-decoration:none;
	background: linear-gradient(#C00,#F00);
}


span.faq_span{
	font-family:font2;
	font-size:30px;
	margin-right:10px;
}

.faq_box1{
	border:1px solid #DDD;
	border-top:none;
	padding:15px;
	margin-bottom:10px;
}

.faq_box2{
	background-color:#FADADA;
	padding:15px 15px 15px 60px;
	position:relative;
	min-height:40px;
}

.faq_box2::after{
	content:"A";
	font-family:font2;
	font-size:40px;
	color:#FFF;
	position:absolute;
	top:10px;
	left:10px;
	background-color:#CF0F0F;
	padding:2px 5px;
}

.booth_box1{
	margin:10px 0;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	color:#000;
}

table.booth_table{
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	width:100%;
	box-sizing:border-box;
}

table.booth_table th{
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	text-align:center;
	width:33%;
	padding:10px;
}

table.booth_table td{
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	text-align:right;
	width:34%;
	padding:10px;
}

h4.booth_h4{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:10px;
}

.booth_box2{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	border-top:none;
	padding:10px;
}


.event_box1{
	width:300px;
	margin:0 auto 0px;
}

.event_box2{
	margin:0px 0 10px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#000;
}


.m2_bana_img img{
	width:200px;
	height:auto;
}


ul.m2_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.m2_ul_1 li{
	width:135px;
	overflow:hidden;
	margin-right:10px;
}

ul.m2_ul_1 li:nth-child(4n){
	margin-right:0px;
}

ul.m2_ul_1 li a{
	display:block;
	position:relative;
	height:100px;
}

ul.m2_ul_1 li a img{
	width:135px;
	height:100px;
	object-fit: cover;
}

ul.m2_ul_1 li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	content: 'Zoom';
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	line-height:100px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	font-size:16px;
	letter-spacing:0.2em;
}
ul.m2_ul_1 li a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


table.form_table1{
	width:100%;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	box-sizing:border-box;
	margin:5px 0 10px;
}

table.form_table1 th{
	text-align:center;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	box-sizing:border-box;
	background-color:#F1E3B1;
	padding:10px;
	width:30%;
	vertical-align:middle;
}


table.form_table1 td{
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	box-sizing:border-box;
	padding:10px;
	width:70%;
}




table.outline_table{
	width:100%;
	border-top:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	box-sizing:border-box;
	margin:0px 0 20px;
}

table.outline_table th{
	text-align:center;
	border-bottom:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	box-sizing:border-box;
	background-color:#F5F5F5;
	padding:10px;
	width:30%;
	vertical-align:middle;
}


table.outline_table td{
	border-bottom:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	box-sizing:border-box;
	padding:10px;
	width:70%;
}

ul.outline_ul li{
	list-style-type:disc;
	margin-left:1em;
}





/* 料金・コース 設定
------------------------------------------------------------*/

.nomalcourse_box1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

table.nomalcourse_table1{
	width:50%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.nomalcourse_table1 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px;
	background-color:#F5F5F5;
	width:40%;
	vertical-align:middle;
}

table.nomalcourse_table1 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:right;
	padding:10px;
	width:60%;
	vertical-align:middle;
}

table.nomalcourse_table1:nth-child(2) th{
	border-left:none;
}

table.nomalcourse_table2{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.nomalcourse_table2 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px;
	background-color:#F5F5F5;
	width:20%;
	vertical-align:middle;
}

table.nomalcourse_table2 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:10px;
	width:80%;
	vertical-align:middle;
}

ul.nomalcourse_ul1 li{
	list-style-type:square;
	margin-left:1em;
}


table.procourse_table1{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.procourse_table1 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px;
	background-color:#F5F5F5;
	width:24%;
	vertical-align:middle;
}

table.procourse_table1 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:10px;
	width:38%;
	vertical-align:middle;
}

table.procourse_table1 td:nth-child(2){
	text-align:right;
}

ul.procourse_ul_1 li{
	list-style-type:disc;
	margin-left:1em;
}


.audition_box1{
	font-size:10px;
}


table.audition_table1{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.audition_table1 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px;
	background-color:#F5F5F5;
	width:30%;
	vertical-align:middle;
}

table.audition_table1 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:10px;
	width:70%;
	vertical-align:middle;
}

ul.audition_ul_1 li{
	list-style-type:disc;
	margin-left:1em;
	margin-bottom:30px;
}

.audition_box2{
	border-top:1px solid #000;
	padding-top:30px;
}




table.option_table1{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.option_table1 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px;
	background-color:#F5F5F5;
	width:35%;
	vertical-align:middle;
}

table.option_table1 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:10px;
	width:30%;
	vertical-align:middle;
	text-align:right;
}

ul.option_ul_1 li{
	list-style-type:disc;
	margin-left:1em;
}

ul.zeroen_box1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.zeroen_box1 li:nth-child(1){
	width:350px;
}

ul.zeroen_box1 li:nth-child(2){
	width:240px;
	margin-left:20px;
}


ul.zeroen_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	border-bottom:1px dotted #DDD;
	padding-bottom:10px;
	margin-bottom:10px;
}

ul.zeroen_ul_1 li:nth-child(1){
	width:100px;
	font-family:font1;
	font-size:24px;
}

ul.zeroen_ul_1 li:nth-child(1) span{
	background-color:#000;
	color:#FFF;
	padding:0px 5px;
	margin-left:2px;
}

ul.zeroen_ul_1 li:nth-child(2){
	width:510px;
}

.zeroen_box2{
	font-weight:bold;
	font-size:16px;
}



/* スクールライフ 設定
------------------------------------------------------------*/

ul.lesson_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.lesson_ul_1 li{
	width:195px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}

ul.lesson_ul_1 li:nth-child(3n){
	margin-right:0;
}

ul.lesson_ul_1 li a{
	display:block;
	position:relative;
	height:150px;
}

ul.lesson_ul_1 li a img{
	width:195px;
	height:150px;
	object-fit: cover;
}

ul.lesson_ul_1 li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	content: 'Zoom';
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	line-height:150px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	font-size:16px;
	letter-spacing:0.2em;
}
ul.lesson_ul_1 li a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


a.voice_box1{
	display:block;
	border:1px solid #DDD;
	border-top:none;
	padding:15px;
	margin-bottom:20px;
	text-decoration:none;
	position:relative;
}

a:hover.voice_box1{
	text-decoration:none;
}

a.voice_box1::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	content: '詳細を見る';
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	line-height:200px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	font-size:16px;
	letter-spacing:0.2em;
}

a:hover.voice_box1:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


a.voice_box1 ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
}

a.voice_box1 ul li:nth-child(1){
	width:55%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #CCC;
}

a.voice_box1 ul li:nth-child(2){
	width:45%;
}


ul.voice_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:30px;
}

ul.voice_ul_1 li:nth-child(1){
	width:55%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #CCC;
}

ul.voice_ul_1 li:nth-child(2){
	width:45%;
}

.voice_box_q{
	padding:15px 15px 15px 50px;
	position:relative;
	min-height:40px;
	font-size:20px;
	font-weight:bold;
	color:#000;
}

.voice_box_q::after{
	content:"Q";
	font-family:font2;
	font-size:40px;
	color:#FFF;
	position:absolute;
	top:10px;
	left:0px;
	background-color:#CF0F0F;
	padding:2px 5px;
	font-weight:bold;
}




a.schoolevent_box1{
	display:block;
	border:1px solid #DDD;
	border-top:none;
	padding:10px;
	margin-bottom:20px;
	text-decoration:none;
	position:relative;
}

a:hover.schoolevent_box1{
	text-decoration:none;
}

a.schoolevent_box1::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	content: '詳細を見る';
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	line-height:200px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	font-size:16px;
	letter-spacing:0.2em;
}

a:hover.schoolevent_box1:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


a.schoolevent_box1 ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
}

a.schoolevent_box1 ul li:nth-child(1){
	width:30%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #CCC;
	color:#6F6F74;
}

a.schoolevent_box1 ul li:nth-child(2){
	width:68%;
	margin-left:2%;
	color:#6F6F74;
}

a.schoolevent_box1 ul li:nth-child(2) h4{
	font-size:20px;
	color:#839C61;
}

a.schoolevent_box1 ul li:nth-child(2) span.event_span1{
	color:#839C61;
}




ul.schoolevent_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:30px;
}

ul.schoolevent_ul_1 li:nth-child(1){
	width:30%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #CCC;
	color:#6F6F74;
}

ul.schoolevent_ul_1 li:nth-child(2){
	width:68%;
	margin-left:2%;
	color:#6F6F74;
}

ul.schoolevent_ul_1 li:nth-child(2) h4{
	font-size:20px;
	color:#839C61;
}

ul.schoolevent_ul_1 li:nth-child(2) span.event_span1{
	color:#839C61;
}


ul.schoolevent_ul_2{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.schoolevent_ul_2 li{
	width:185px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}

ul.schoolevent_ul_2 li:nth-child(3n){
	margin-right:0;
}

ul.schoolevent_ul_2 li a{
	display:block;
	position:relative;
	height:130px;
}

ul.schoolevent_ul_2 li a img{
	width:185px;
	height:130px;
	object-fit: cover;
}

ul.schoolevent_ul_2 li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	content: 'Zoom';
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	line-height:130px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	font-size:16px;
	letter-spacing:0.2em;
}
ul.schoolevent_ul_2 li a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


.schoolevent_koushinbi{
	color:#6F6F74;
}



ul.colum_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.colum_ul_1 li:nth-child(1){
	width:30%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	color:#6F6F74;
}

ul.colum_ul_1 li:nth-child(1) img{
	box-shadow: 0 0 8px gray;
	width:100%;
	height:100px;
	object-fit: cover;
}

ul.colum_ul_1 li:nth-child(2){
	width:68%;
	margin-left:2%;
	color:#6F6F74;
}


/* アクセス 設定
------------------------------------------------------------*/

.googlemap_box {
	position: relative;
	padding-bottom: 500px;
	height: 0;
	overflow: hidden;
}
.googlemap_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}


table.access_table{
	width:100%;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	box-sizing:border-box;
}

table.access_table th{
	width:30%;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	box-sizing:border-box;
	background-color:#F5F5F5;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
}


table.access_table td{
	width:70%;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	box-sizing:border-box;
	padding:10px 10px;
}

ul.access_ul_1 li{
	list-style:disc;
	margin-left:1em;
}





/* 講師紹介 設定
------------------------------------------------------------*/

ul.teacher_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:10px;
}

ul.teacher_ul_1 li{
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
	border-top:none;
	border:1px solid #DDD;
	box-sizing:border-box;
}


ul.teacher_ul_1 li:nth-child(3n){
	margin-right:0%;
}

ul.teacher_ul_1 li a{
	display:block;
	box-sizing:border-box;
	padding:5px;
	text-decoration:none;
	position:relative;
	box-sizing:border-box;
}

ul.teacher_ul_1 li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	content: '詳細を見る';
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	line-height:300px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	font-size:16px;
	letter-spacing:0.2em;
}

ul.teacher_ul_1 li a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


ul.teacher_ul_1 li a .teache_img_1{
	height:200px;
	overflow:hidden;
	margin-bottom:5px;
}

ul.teacher_ul_1 li a .teache_img_1 img{
	width:100%;
	height:auto;
}

ul.teacher_ul_1 li a .teacher_txt{
	color:#6F6F74;
	margin-bottom:5px;
	height:120px;
	overflow:hidden;
}

ul.teacher_ul_1 li a .teacher_link{
	text-decoration:underline;
}


ul.teacher_ul_2{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
		margin-bottom:10px;
}

ul.teacher_ul_2 li:nth-child(1){
	width:23%;
}

ul.teacher_ul_2 li:nth-child(2){
	width:75%;
}

table.teacher_table_1{
	width:100%;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	box-sizing:border-box;
}

table.teacher_table_1 th{
	width:30%;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	box-sizing:border-box;
	background-color:#F5F5F5;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
}


table.teacher_table_1 td{
	width:70%;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	box-sizing:border-box;
	padding:10px 10px;
}

h4.teacher_h4{
	color:#000;
	font-size:18px;
	margin-top:10px;
	border-left:7px solid #FFE100;
	padding-left:5px;
	margin-bottom:5px;
}



ul.teacher_ul_4{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:20px;
}

ul.teacher_ul_4 li{
	width:195px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}

ul.teacher_ul_4 li:nth-child(3n){
	margin-right:0;
}

ul.teacher_ul_4 li a{
	display:block;
	position:relative;
	height:220px;
	overflow:hidden;
}

ul.teacher_ul_4 li a img{
}

ul.teacher_ul_4 li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	content: 'Zoom';
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	line-height:220px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	font-size:16px;
	letter-spacing:0.2em;
}
ul.teacher_ul_4 li a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


}

/*===============================================
●画面の横幅が820pxまで
===============================================*/
@media screen and (max-width:820px){

body{
	font-size:12px;
}

.body_fixed{
  position: fixed;
  width:100%;
}
	
.sp_none{
	display:none;
}

.sp_center{
	text-align:center;
}

.sp_left{
	text-align:left;
}

.sp_right{
	text-align:right;
}

.sp_float_l{
	float:left;
}

.sp_float_r{
	float:right;
}


.mb_10{
	margin-bottom:5px;
}

.mb_20{
	margin-bottom:10px;
}

.mb_30{
	margin-bottom:20px;
}

.mb_40{
	margin-bottom:20px;
}

.mb_50{
	margin-bottom:20px;
}

.mb_60{
	margin-bottom:30px;
}

.mb_70{
	margin-bottom:30px;
}

.mb_80{
	margin-bottom:30px;
}

.mb_90{
	margin-bottom:30px;
}

.mb_100{
	margin-bottom:40px;
}


/*ヘッダー設定
------------------------------------------------------------*/
header{
	border-top:3px solid #FFE100;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	padding-bottom:3px;
}



h1{
	font-weight:normal;
	font-size:8px;
	color:#87A49F;
	text-align:center;
}


.header_logo{
	width:220px;
}


nav{
	z-index:1000;
}

#humberger{
	position: fixed;
	top:10px;
	right:5px;
	z-index: 1000;
	width:25px;
	padding:7px 5px 3px;
	cursor:pointer;
	background-color:#000;
}
.iconBar{
	height: 3px;
	background: #FFE100;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	box-shadow: 0 0 8px rgba(0,0,0,0.4);;
	z-index:1000;
}

dl.accordion_spnav dt.open3 #humberger .iconBar{
	background: #FFE100;
	box-shadow:none;
}
dl.accordion_spnav dt.open3 #humberger :nth-child(1){
	transform:translate(0,8px) rotate(45deg);
	-webkit-transform:translate(0,8px) rotate(45deg);
}
dl.accordion_spnav dt.open3 #humberger :nth-child(2){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
dl.accordion_spnav dt.open3 #humberger :nth-child(3){
	transform:translate(0,-8px) rotate(-45deg);
	-webkit-transform:translate(0,-8px) rotate(-45deg);
}

.accordion_spnav dd{
	display:none;
	color:#FFF;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#FFE100;
	width:100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	z-index:999;
	padding-top:55px;
	height:100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	box-sizing:border-box;
}

.accordion_spnav dd a{
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	padding:10px 5px 10px;
	font-size:12px;
}


.accordion_spnav dd a.nav_wrap_sp_home{
	border-top:1px solid #000;
}

.accordion_spnav2 div{
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	padding:10px 40px 10px 5px;
	font-size:12px;
	position:relative;
}

.accordion_spnav2 ul{
	display:none;
}

.accordion_spnav2 ul li{
	background-color:#FF0;
}

.accordion_spnav2 ul li a{
	padding-left:2em;
}

.humberger2{
	width:20px;
	position:absolute;
	right:10px;
	top:10px;
	z-index:1000;
}

.iconBar2{
	height: 3px;
	background: #000;
	display: block;
	margin-bottom: 6px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

.iconBar2:nth-child(1){
	transform:translate(0,8px) rotate(90deg);
	-webkit-transform:translate(0,8px) rotate(90deg);
}

div.accordion_spnav2 div.open2 span.iconBar2:nth-child(1){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}





/*wrap設定
------------------------------------------------------------*/

.kaso_title{
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.path{
	background-color:#D8D8D8;
}

.path ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	background-color:#D8D8D8;
}

.path ul li a{
	text-decoration:none;
	display:block;
	padding:3px 2px;
	border-right:1px solid #000;
	font-size:8px;
	font-weight:bold;
	color:#000;
}

.path ul li a:hover{
	background-color:#000;
	color:#FFE100;
}

.path ul li:nth-child(1) a{
	background-color:#A4A4A4;
	color:#FFF;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.path ul li:nth-child(1) a:hover{
	background-color:#000;
	color:#FFE100;
}


h2.title_h2{
	background-color:#FFE100;
	color:#000;
	box-sizing:border-box;
	padding:15px 5px 15px;
	font-size:14px;
	font-family:font1;
	letter-spacing:-0.15em;
	margin-bottom:20px;
}

h2.title_h2 div{
	border-left:5px solid #000;
	padding-left:10px;
	font-size:20px;
}


.toiawase_box1{
	border:1px solid #DDD;
	border-top:none;
	padding:15px;
	background-color:#EEEEEE;
	margin-bottom:10px;
}

ul.toiawase_ul_1{
}

ul.toiawase_ul_1 li a{
	display:block;
	text-decoration:none;
	color:#000;
	border:1px solid #C29100;
	background: linear-gradient(#FFCC33, #F8BB06);
	box-sizing:border-box;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	padding:5px 0;
	width:100%;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	margin:0 auto 10px;
}

ul.toiawase_ul_1 li a:hover{
	color:#FFF;
	background: linear-gradient(#FF9000, #FF5700);
}



#sp_wrap{
	margin:0 2%;
}

#wrap1{
}

#left_contents{
}

h3.title_h3_1{
	background-color:#FFE100;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	color:#000;
	box-sizing:border-box;
	padding:7px 5px 5px;
	font-size:14px;
}

h3.title_h3_1 div{
	border-left:5px solid #000;
	padding-left:10px;
	position:relative;
}

h3.title_h3_1 div::after{
  content: '▶';
  font-size: 5px;
  color:#FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  height:10px;
  width:5px;
  margin:auto;
}


/*左カラム設定
------------------------------------------------------------*/

.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.side_bana{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.side_bana div{
	width:48%;
	margin:0 1%;
}

.side_bana div a img{
	width:100%;
	height:auto;
}


/*フッター設定
------------------------------------------------------------*/

footer{
	width:100%;
	background-color:#FFE100;
	text-align:center;
	color:#000;
	padding:20px 1% 55px;
	box-sizing:border-box;
}

footer a{
	color:#000;
}

.footer_nav{
	margin-bottom:20px;
}

.footer_nav a{
	color:#FF0000;
}


address{
}


/* page top設定
------------------------------------------------------------*/

#PageTopBtn{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #000;
  border-radius: 50%;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#PageTopBtn a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#PageTopBtn a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #FFE100;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




#sp_phone{
  width: 50px;
  height: 50px;
  position: fixed;
  left: 5px;
  bottom: 5px;
  background: #000;
  border-radius: 50%;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#sp_phone a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#sp_phone a::before{
  font-family: FontAwesome;
  content: '\f095';
  font-size: 25px;
  color: #FFE100;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


#sp_mail{
  width: 50px;
  height: 50px;
  position: fixed;
  left: 60px;
  bottom: 5px;
  background: #000;
  border-radius: 50%;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#sp_mail a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#sp_mail a::before{
  font-family: FontAwesome;
  content: '\f003';
  font-size: 25px;
  color: #FFE100;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


#sp_muryou{
  position: fixed;
  left: 115px;
  bottom: 5px;
}

#sp_muryou a{
	text-decoration:none;
	width:120px;
	height:50px;
	text-align:center;
	line-height:50px;
	background: linear-gradient(#F00, #C00);
	display:block;
	color:#FFF;
	box-sizing:border-box;
	border:2px solid #FFF;
	border-radius:5px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}


/* ホーム設定
------------------------------------------------------------*/


.top_box1{
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-bottom:20px;
}

h4.top_h4{
	color:#000;
	padding:2px 10px;
	border-bottom:1px solid #000;
	border-left:10px solid #000;
	margin-top:10px;
	font-size:16px;
}

ul.top_ul_1{
}

ul.top_ul_1 li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}

ul.top_ul_1 li a{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-decoration:none;
	position:relative;
	color:#6f6f74;
}

ul.top_ul_1 li a div:nth-child(1){
	width:20%;
	margin-right:2%;
}

ul.top_ul_1 li a div:nth-child(1) img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
	height:auto;
}

ul.top_ul_1 li a div:nth-child(2){
	width:78%;
}

ul.top_ul_1 li a div:nth-child(2) h5{
	color:#599100;
	margin-bottom:5px;
}

ul.top_ul_1 li a div:nth-child(2) p{
}

ul.top_ul_1 li a .top_hover_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	letter-spacing:0.2em;
	padding-top:30px;
}

ul.top_ul_1 li a:hover .top_hover_txt{
	transform-origin: left top;
	transform: scale(1, 1);
}

ul.top_ul_1 li a:hover{
	text-decoration:none;
}


.top_box_1{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
}


.top_box_1 a{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	text-decoration:none;
	position:relative;
	color:#6f6f74;
}

.top_box_1 a div:nth-child(1){
	width:20%;
	margin-right:2%;
}

.top_box_1 a div:nth-child(1) img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width:100%;
	height:auto;
}

.top_box_1 a div:nth-child(2){
	width:78%;
}

.top_box_1 a div:nth-child(2) h5{
	color:#599100;
	margin-bottom:5px;
}

.top_box_1 a div:nth-child(2) p{
}

.top_box_1 a .top_hover_txt{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	letter-spacing:0.2em;
	padding-top:30px;
}

.top_box_1 a:hover .top_hover_txt{
	transform-origin: left top;
	transform: scale(1, 1);
}

.top_box_1 a:hover{
	text-decoration:none;
	color:#6f6f74;
}

.top_span_1{
	display:block;
	color:#F00;
	margin-top:5px;
}

.top_box2{
	border:1px solid #DDD;
	border-top:none;
	padding:15px;
}

ul.top_ul_2{
	margin-bottom:5px;
}

ul.top_ul_2 li:nth-child(1){
}

ul.top_ul_2 li:nth-child(2){
}

ul.top_ul_2 li:nth-child(2) a{
	text-decoration:none;
	color:#599100;
}

ul.top_ul_2 li:nth-child(2) a:hover{
	text-decoration:underline;
}

a.top_a_1{
	text-decoration:none;
	width:200px;
	height:30px;
	text-align:center;
	line-height:30px;
	background: linear-gradient(#F00, #C00);
	display:block;
	color:#FFF;
	box-sizing:border-box;
	border:1px solid #FFF;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	margin:10px auto 0;
}

a:hover.top_a_1{
	color:#FFF;
	text-decoration:none;
	background: linear-gradient(#C00,#F00);
}

.top_box3{
	height:500px;
	overflow-y:scroll;
}


/* スクール案内・特徴 設定
------------------------------------------------------------*/

ul.greeting_bt{
	margin-bottom:20px;
}

ul.greeting_bt li a{
	text-decoration:;
	display:block;
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
	background: linear-gradient(#F00, #C00);
	display:block;
	color:#FFF;
	box-sizing:border-box;
	border:1px solid #FFF;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
	margin:10px auto 0;
	text-decoration:none;
	border-radius:5px;
}

ul.greeting_bt li a:hover{
	color:#FFF;
	text-decoration:none;
	background: linear-gradient(#C00,#F00);
}


span.faq_span{
	font-family:font2;
	font-size:30px;
	margin-right:10px;
}

.faq_box1{
	border:1px solid #DDD;
	border-top:none;
	padding:10px;
	margin-bottom:10px;
}

.faq_box2{
	background-color:#FADADA;
	padding:15px 15px 15px 60px;
	position:relative;
	min-height:40px;
}

.faq_box2::after{
	content:"A";
	font-family:font2;
	font-size:40px;
	color:#FFF;
	position:absolute;
	top:10px;
	left:10px;
	background-color:#CF0F0F;
	padding:2px 5px;
}


.booth_box1{
	margin:10px 0;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	color:#000;
}

table.booth_table{
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	width:100%;
	box-sizing:border-box;
}

table.booth_table th{
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	text-align:center;
	width:33%;
	padding:10px 0;
}

table.booth_table td{
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	text-align:right;
	width:34%;
	padding:10px;
}

h4.booth_h4{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:10px;
}

.booth_box2{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	border-top:none;
	padding:10px;
}

.event_box2{
	margin:0px 0 10px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color:#000;
}

.m2_bana_img img{
	width:200px;
	height:auto;
}


ul.m2_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.m2_ul_1 li{
	width:49%;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:10px;
}

ul.m2_ul_1 li:nth-child(2n){
	margin-right:0px;
}

ul.m2_ul_1 li a{
	display:block;
	position:relative;
	height:100px;
}

ul.m2_ul_1 li a img{
	width:100%;
	height:100px;
	object-fit: cover;
}

ul.m2_ul_1 li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 7;
	content: 'Zoom';
	background-color: rgba(0, 0, 0, 0.6);
	color:#FFF;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
	text-align:center;
	line-height:100px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	font-size:16px;
	letter-spacing:0.2em;
}
ul.m2_ul_1 li a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}


table.form_table1{
	width:100%;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	box-sizing:border-box;
	margin:5px 0 10px;
}

table.form_table1 th{
	text-align:center;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	box-sizing:border-box;
	background-color:#F1E3B1;
	padding:10px 0px;
	width:135px;
	vertical-align:middle;
}


table.form_table1 td{
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	box-sizing:border-box;
	padding:10px 5px;
}





table.outline_table{
	width:100%;
	border-top:1px solid #E3E3E3;
	border-right:1px solid #E3E3E3;
	box-sizing:border-box;
	margin:0px 0 20px;
}

table.outline_table th{
	text-align:center;
	border-bottom:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	box-sizing:border-box;
	background-color:#F5F5F5;
	padding:10px;
	width:30%;
	vertical-align:middle;
}


table.outline_table td{
	border-bottom:1px solid #E3E3E3;
	border-left:1px solid #E3E3E3;
	box-sizing:border-box;
	padding:10px;
	width:70%;
}

ul.outline_ul li{
	list-style-type:disc;
	margin-left:1em;
}

/* 料金・コース 設定
------------------------------------------------------------*/

table.nomalcourse_table1{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.nomalcourse_table1 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px;
	background-color:#F5F5F5;
	width:40%;
	vertical-align:middle;
}

table.nomalcourse_table1 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:right;
	padding:10px;
	width:60%;
	vertical-align:middle;
}

table.nomalcourse_table1:nth-child(1){
	margin-bottom:5px;
}

table.nomalcourse_table2{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.nomalcourse_table2 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px;
	background-color:#F5F5F5;
	width:40%;
	vertical-align:middle;
}

table.nomalcourse_table2 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:10px;
	width:60%;
	vertical-align:middle;
}

ul.nomalcourse_ul1 li{
	list-style-type:square;
	margin-left:1em;
}

table.procourse_table1{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.procourse_table1 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px;
	background-color:#F5F5F5;
	width:20%;
	vertical-align:middle;
}

table.procourse_table1 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:10px;
	width:50%;
	vertical-align:middle;
}

table.procourse_table1 td:nth-child(2){
	text-align:right;
	width:30%;
}

ul.procourse_ul_1 li{
	list-style-type:disc;
	margin-left:1em;
}



.audition_box1{
	font-size:10px;
}


table.audition_table1{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.audition_table1 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px 0;
	background-color:#F5F5F5;
	width:40%;
	vertical-align:middle;
}

table.audition_table1 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:10px;
	width:60%;
	vertical-align:middle;
}

ul.audition_ul_1 li{
	list-style-type:disc;
	margin-left:1em;
	margin-bottom:10px;
}

.audition_box2{
	border-top:1px solid #000;
	padding-top:10px;
}


table.option_table1{
	width:100%;
	box-sizing:border-box;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.option_table1 th{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	text-align:center;
	padding:10px 0;
	background-color:#F5F5F5;
	width:40%;
	vertical-align:middle;
}

table.option_table1 td{
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:10px 0;
	width:20%;
	vertical-align:middle;
	text-align:right;
}

ul.option_ul_1 li{
	list-style-type:disc;
	margin-left:1em;
}




ul.zeroen_box1 li{
	margin-bottom:10px;
}

ul.zeroen_box1 li:nth-child(2){
	text-align:center;
}


ul.zeroen_ul_1{
	border-bottom:1px dotted #DDD;
	padding-bottom:10px;
	margin-bottom:10px;
}

ul.zeroen_ul_1 li:nth-child(1){
	font-family:font1;
	font-size:24px;
	margin-bottom:5px;
}

ul.zeroen_ul_1 li:nth-child(1) span{
	background-color:#000;
	color:#FFF;
	padding:0px 5px;
	margin-left:2px;
}

ul.zeroen_ul_1 li:nth-child(2){
}

.zeroen_box2{
	font-weight:bold;
	font-size:14px;
}





/* スクールライフ 設定
------------------------------------------------------------*/

ul.lesson_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.lesson_ul_1 li{
	width:49%;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:10px;
}

ul.lesson_ul_1 li:nth-child(2n){
	margin-right:0;
}

ul.lesson_ul_1 li a{
	display:block;
	position:relative;
	height:150px;
}

ul.lesson_ul_1 li a img{
	width:100%;
	height:150px;
	object-fit: cover;
}



a.voice_box1{
	display:block;
	border:1px solid #DDD;
	border-top:none;
	padding:15px;
	margin-bottom:20px;
	text-decoration:none;
	position:relative;
}

a:hover.voice_box1{
	text-decoration:none;
}



a.voice_box1 ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
}

a.voice_box1 ul li:nth-child(1){
	width:55%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #CCC;
}

a.voice_box1 ul li:nth-child(2){
	width:45%;
}


ul.voice_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-bottom:10px;
}

ul.voice_ul_1 li:nth-child(1){
	width:55%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #CCC;
}

ul.voice_ul_1 li:nth-child(2){
	width:45%;
}

.voice_box_q{
	padding:10px 10px 10px 45px;
	position:relative;
	min-height:40px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.voice_box_q::after{
	content:"Q";
	font-family:font2;
	font-size:40px;
	color:#FFF;
	position:absolute;
	top:10px;
	left:0px;
	background-color:#CF0F0F;
	padding:2px 5px;
	font-weight:bold;
}



a.schoolevent_box1{
	display:block;
	border:1px solid #DDD;
	border-top:none;
	padding:5px;
	margin-bottom:20px;
	text-decoration:none;
	position:relative;
}

a:hover.schoolevent_box1{
	text-decoration:none;
}


a.schoolevent_box1 ul{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

a.schoolevent_box1 ul li:nth-child(1){
	width:35%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #CCC;
	color:#6F6F74;
}

a.schoolevent_box1 ul li:nth-child(2){
	width:64%;
	margin-left:1%;
	color:#6F6F74;
}

a.schoolevent_box1 ul li:nth-child(2) h4{
	font-size:14px;
	color:#839C61;
}

a.schoolevent_box1 ul li:nth-child(2) span.event_span1{
	color:#839C61;
}



ul.schoolevent_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin-bottom:30px;
}

ul.schoolevent_ul_1 li:nth-child(1){
	width:35%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #CCC;
	color:#6F6F74;
}

ul.schoolevent_ul_1 li:nth-child(2){
	width:64%;
	margin-left:1%;
	color:#6F6F74;
}

ul.schoolevent_ul_1 li:nth-child(2) h4{
	font-size:14px;
	color:#839C61;
}

ul.schoolevent_ul_1 li:nth-child(2) span.event_span1{
	color:#839C61;
}


ul.schoolevent_ul_2{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.schoolevent_ul_2 li{
	width:49%;
	overflow:hidden;
	margin-right:2%;
	margin-bottom:10px;
}

ul.schoolevent_ul_2 li:nth-child(2n){
	margin-right:0;
}

ul.schoolevent_ul_2 li a{
	display:block;
	position:relative;
	height:100px;
}

ul.schoolevent_ul_2 li a img{
	width:100%;
	height:100px;
	object-fit: cover;
}


.schoolevent_koushinbi{
	color:#6F6F74;
}


ul.colum_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.colum_ul_1 li:nth-child(1){
	width:40%;
	text-decoration:none;
	text-align:center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	color:#6F6F74;
}

ul.colum_ul_1 li:nth-child(1) img{
	box-shadow: 0 0 8px gray;
	width:100%;
	height:100px;
	object-fit: cover;
}

ul.colum_ul_1 li:nth-child(2){
	width:58%;
	margin-left:2%;
	color:#6F6F74;
}


/* アクセス 設定
------------------------------------------------------------*/

.googlemap_box {
	position: relative;
	padding-bottom: 350px;
	height: 0;
	overflow: hidden;
}
.googlemap_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}


table.access_table{
	width:100%;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	box-sizing:border-box;
}

table.access_table th{
	width:35%;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	box-sizing:border-box;
	background-color:#F5F5F5;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
}


table.access_table td{
	width:65%;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	box-sizing:border-box;
	padding:10px 10px;
}

ul.access_ul_1 li{
	list-style:disc;
	margin-left:1em;
}


/* 講師紹介 設定
------------------------------------------------------------*/

ul.teacher_ul_1{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:10px;
}

ul.teacher_ul_1 li{
	width:49%;
	margin-right:2%;
	margin-bottom:10px;
	border-top:none;
	border:1px solid #DDD;
	box-sizing:border-box;
}


ul.teacher_ul_1 li:nth-child(2n){
	margin-right:0%;
}

ul.teacher_ul_1 li a{
	display:block;
	box-sizing:border-box;
	padding:5px;
	text-decoration:none;
	position:relative;
	box-sizing:border-box;
}


ul.teacher_ul_1 li a .teache_img_1{
}

ul.teacher_ul_1 li a .teache_img_1 img{
	width:100%;
	height:auto;
}

ul.teacher_ul_1 li a .teacher_txt{
	color:#6F6F74;
	margin-bottom:5px;
}

ul.teacher_ul_1 li a .teacher_link{
	text-decoration:underline;
}




ul.teacher_ul_2{
	margin-bottom:10px;
}

ul.teacher_ul_2 li:nth-child(1){
	margin-bottom:5px;
	text-align:center;
}

ul.teacher_ul_2 li:nth-child(2){
}

table.teacher_table_1{
	width:100%;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	box-sizing:border-box;
}

table.teacher_table_1 th{
	width:30%;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	box-sizing:border-box;
	background-color:#F5F5F5;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
}


table.teacher_table_1 td{
	width:70%;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	box-sizing:border-box;
	padding:10px 10px;
}

h4.teacher_h4{
	color:#000;
	font-size:16px;
	margin-top:10px;
	border-left:7px solid #FFE100;
	padding-left:5px;
	margin-bottom:5px;
}



ul.teacher_ul_4{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom:10px;
}

ul.teacher_ul_4 li{
	width:32%;
	overflow:hidden;
	margin-right:2%;
}

ul.teacher_ul_4 li:nth-child(3n){
	margin-right:0;
}

ul.teacher_ul_4 li a{
	display:block;
	position:relative;
	overflow:hidden;
}

ul.teacher_ul_4 li a img{
}



}
