@charset "utf-8";
/* CSS Document */
html{
	font-size:18px;
	letter-spacing:0.2em;
	line-height:180%;}

body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	margin:0;}
.clear{
	display: none;
	content: " ";
	clear: both;
	width: 100%;
}
img{
	vertical-align:bottom;}

p{
	margin:0;}

h1{
	margin:0;}
a{
	text-decoration:none;
	color:#000;}
div{
	overflow:hidden;
}
span{
	display:inline-block;}
li{
	list-style: none;
}
.reset{
	position:static;
	}
:root{/*var(--$$)*/
	--pink:#d38497;
	--green:#8daf66;
	--blue:#53b3bc;
	--navy:#324696;
	--orange:#dda855;
	--wine:#B35067;
	--light_green:#009933;
	--btn_orange:#E57300;
	--mossgreen:#557342;
	}
.title{
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#8daf66;
	line-height:2em;
	border-radius:5px;
	padding:5px;
	width:10em;
	text-align:center;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .6);
	}
.padset{
	width:90%;
	padding:10px 5%;
	margin: 30px auto 10px auto;}
	
.padser_box{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:center;}	

/*header*/
header{
	position: relative;
}
#header{
	width: 100%;
	display: block;
}
#header img{
	width: 100%;
}
.title{

}
.title img{
	width: 100%;
}
.logo{
	position: absolute;
	top:10px;
	left: 10px;
	z-index: 100;
	width: 40%;
}
.logo img{
	width: 80%;
	min-width: 200px;
	max-width: 325px;}

.menu{
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	float:right;
	display:inline-block;
	width:200px;
	font-weight:300;
	background-color:#E57300;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	padding:5px;
	border-radius:20px;
	margin:20px;
	color: #ffffff;
}
/*メインコンテンツ*/
.wrap{
	max-width: 1100px;
	/* [disabled]width:90%; */
	margin:auto;
}
#gakunen{
}
.grade{
	border-bottom:double #557342 5px;
	font-size: 2.5em;
	font-weight: bold;
	color: #557342;
	line-height:1.2em;
	}

/*クラス説明*/
#contents{
}
.high,
.standerd{
	max-width:420px;
	width:100%;
	margin:20px 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	padding:2%;
}
.course-box{
	margin: 20px auto;
	}
.course-left{
	padding:2px 10px;
	font-weight:bold;
}
.course-right{
	font-size: 0.9em;
	padding: 10px;
	line-height: 1.2em;
	text-align:justify;
}


/*申込特典*/
#special-favor{
	}
	
.special-favor_box{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:space-around;}	
	
.special-favor_block{
	border:solid 1px #333;
	width:450px;
	margin:30px 10px;
	text-align:justify;}
	
.special-favor_title{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3em;
	margin:10px;}
		
.special-favor_text{
	margin:5px 10px;
	font-size:.9em;
	line-height:1.2em;}
	
.red{
	color:red;}	
			

/*日程・時間*/
.schedule_memo{
	margin-left:5%;}

.schedule-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	letter-spacing: 0.1em;
	margin: 20px 3% 20px 7%;
	width:90%;
	padding:20px 5%;
}

.schedule-table-mini {
	border: 1px solid #ccc;
	border-collapse: collapse;
	letter-spacing: 0.1em;
	margin: 20px 3% 20px 7%;
	width:68%;
	padding:20px 5%;
}

.schedule-table th,.schedule-table-mini th{
    border: 1px solid #ccc;
	width:1em;
}
.schedule-table td,.schedule-table-mini td {
	border-right:1px solid #ccc;
	text-align: center;
	width:4em;
	max-width:12%;
}
.schedule-table-1 td {
	background:#53b3bc;
	color:#FFF;
	font-size:1.5em;
	padding:10px 0;

}
.schedule-table-2 td {
	text-align:left;
	font-size:0.9em;
	padding:5px;

}
.schedule-table-3 td{
	font-size:2em;
	font-weight:bold;
	padding:5px;

}
.schedule-table-yobi {
	font-size:0.5em;
	color: #000000;
}
.time-list{
	width:33%;
	margin:1% 0;
	float:left;
	}
	
.time-c{
	font-size: 0.9em;
	color: #FFF;
	background-color: #0C0;
	text-align: center;
	border-radius:5px;
	vertical-align:bottom;
	width:65px;
	padding:5px;
	margin:3px;
	line-height:1.3em;
}

.tate{
	writing-mode: vertical-rl;}

.mojitsume{
	letter-spacing:-.1em;}

.time-c02{
	font-size: 0.9em;
	color: #FFF;
	background-color:#39C;
	text-align: center;
	border-radius:5px;
	vertical-align:bottom;
	width:60px;
	padding:5px;
	margin:3px;
}

	
.time-t{
	font-size:1.5em;
	font-weight:bold;
	vertical-align:bottom;
}
.time-t2{
	font-size:1.3em;
	font-weight:bold;
	vertical-align:bottom;
}

.gunnai-memo{
	font-size:.8em;
	color:#333;}
	
	

/*開催教室*/
#table{

}
.erea{
	margin:30px 20px;
	width: auto;
	max-width:410px;
	width:100%;
	height:auto;
}
.erea-table,.sansu-table{
	text-align:center;
	background-color:#999;
	width:100%;


}

.erea-table img{
	max-width:100px;
	margin:10px;
	width:100%;
	height:auto;}
	
	

.erea-table th{
	background-color:#FFFFFF;
	}	
.erea-table td,.sansu-table td{
	background-color:#FFFFFF;
	}
	
.sansu-table th{
	background-color:#EBFAFF;}
	
.tsume{
	line-height:1.1em;}
	
.sansu-table{
	margin:20px;}	

/*.sansu-table td{
	padding:5px 7px;}*/
		
.erea-name{
	color:#999;
	font-weight:bold;}
	
.erea-name:before{
	content:"◆"}	
	
.td-1{
	width: 125px;
}
.td-2 .td-3{
	width: 130px;
}
.td-2-2{
	width: 262px;
	color:red;
	font-weight:bold;
}
.kouza-red{
	color: #CC6666;
	font-weight:bold;
}
.kouza-blue{
	color: #324696;
	font-weight:bold;
}
.time-box{
	margin: 40px 3% 70px 7%;
	width:90%;
}

.timelist{
	border-collapse: collapse;
	border:solid 2px #000;
}

.timelist th,.timelist td{
	border:solid 1px #000;
	padding:10px;
	text-align:center;}
	
.timelist th{
	background-color:#F5FEFE;}	

.table_box{
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:space-around;}
	
.b_btn{
	border-radius:15px;}	
	
	
/*受講料*/
.price_list{
	margin:20px auto;
}
.price_bold{
	font-weight:bold;
	font-size:1.5em;}
	
.price_list_block{
	margin:20px 0;}
	
.price_list_high,.price_list_nomal{
	border:solid 2px #666;
	border-radius:5px;
	width:150px;
	padding:5px;
	margin:10px 0;
	text-align:center;
	font-weight:bold;}

.price_list_high{
	border-color:red;
	color:red;}	
	
.price_list_nomal{
	border-color:#324696;
	color:#324696;}	
	

/*お問い合わせ・お申し込み*/
#info, #entry{
	width: 40%!important;
	float: left;
}
.info-text{
	text-align:left;
	margin: 15px auto!important;
	font-size: 1em;
}
.info-btn{
	text-align: left;
}

.tel{
	font-weight:bold;}

.entry-btn{
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	display:inline-block;
	width:200px;
	font-weight:300;
	background-color:#E57300;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
	padding:5px;
	border-radius:20px;
	margin:20px;
	color: #ffffff;
}

/*taiken-------------------------------*/
.taiken{
	width:100%;
	position:fixed;
	bottom:0;
	background:rgba(243,143,30,0.3);
	z-index: 50;}
	
.btn {
	background-color:#F38F1E;
	border-radius: 8px;
	white-space: nowrap;
	color: #fff;
	font-weight:bold;
	display: block;
	line-height: 35px;
	position: relative;
	text-align: center;
	max-width:320px;
	width:100%;
	border-radius: 20px;
	padding: 5px 0;
	margin:10px auto;
	box-shadow: 0px 0px 10px -5px #777777;
}	
	
	
.btn:hover{
	transform: scale(1.1, 1.1);
	opacity:1;}		
	
/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;}	



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

.wrap{
	width: 99%;
}
.high,
.standerd{
	width:90%;}
.time-list{
	width:100%;
	margin:20px;
	font-size:1.2em;}
#info,#entry{
	width:60%!important;}
.info-text{
	}
}
@media screen and (max-width: 768px){
#info,#entry{
	width:90%!important;}
.time-list{
	width:100%;
	margin:20px;
	font-size:1em;}
}
@media screen and (max-width: 520px){
.grade{
	font-size:1.6em;}

.menu{
	float:none;
	width:150px;
	font-size:1em;
	margin:10px auto;}
.wrap{
	margin-top:50px;}
#info,#entry{
	width:90%!important;}

.high-header{
	font-size:0.7em;}

.course-left{
	font-size:0.8em;
}
.schedule-table {
	float:left;
	width:92%;}
	.schedule-table-3 td{
		font-size:1.5em;}
.time-list{
	width:100%;
	margin:20px;
	font-size:1em;}

.schedule-table-3{font-size:0.3;
}

.logo{
	top:2px;
	left: 2px;
}
.schedule-table-mini{
	width:92%;}
.schedule-table,.schedule-table-mini{
	margin: 20px 3%;

}

.timelist th,.timelist td{
	padding:0;}
	
	

.schedule_list_time{
	font-size:15px;
	line-height:1em;}
 	
.sansu-table{
	margin:5px;}	

.erea{
	margin:30px auto;
}

.erea-table tr>*:first-child{
	width:50px;}
	
}
