/*Theme Name: 01*/

/* General Setting reset */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style:none;
	}

/* スクロール動作 */
html{
	scroll-behavior: smooth;
	}
	
/*スマホ対応用画像サイズ調整*/
img {
	max-width: 100%;
	height: auto;
	}



/* 外枠 */

.wrap{
	}

header{
	width: 100%;
	}

main{
	width: 100%;
	}

footer{
	width: 100%;
	margin-top: 30px;
	}

/* 外枠ここまで */



/* ヘッダー */
.header_wrap{
	background: #003399;
	padding: 1% 5px;
	}

.header_text{
	font-size: 65%;
	margin: 0 20px;
	text-shadow:
			-1px -1px #3366cc,
			1px -1px #3366cc,
			-1px 1px #3366cc,
			1px 1px #3366cc;
	}
	.header_text h1 a{
		color: #ffffff;
		}
.header_description{
	margin: 0 10px;
	font-size: 85%;
	color: #6699ee;
	}
.header_text_home{
	display: none;
	}
.main_img{
	text-align: center;
	}

/* コンテンツ用ラップ */
/* スマホ等でも横余白をキープする */
.main_wrap{
	margin: 2%;
	}
/* PC等のコンテンツ幅設定 */
.contents_wrap{
	max-width: 900px;
	margin: 0 auto;
	}

/* 更新日非表示 */
.update-info{
	display: none;
	}

/* サイドバー・なし */


/* フッター */
.footer_wrap{
	padding: 15px  3%;
	background: #003399;
	min-height: 30px;
	}

/*メニュー*/
.menubar ul{
	background: rgba(220, 240, 255, 1);
	}
.menubar ul a{
	display: block;
	text-decoration: none;
	padding: 10px;
	background: rgba(240, 240, 240, .5);
	}
	.menubar ul a:hover{
		background: rgba(200, 200, 200, .5);
		}
.menubar ul li ul{
	background: rgba(220, 240, 255, 1);
	}
.menubar ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}
	/*表示差分*/
	@media screen and (min-width:700px) {
		.menubar ul li{
			flex-grow: 1;
			}
		.menubar ul li ul{
			position: absolute;
			z-index: 100;
			flex-direction: column;
			}
		.menubar ul li ul li{
			flex-grow: 1;
			overflow: hidden;
			height: 0;
			width:180px;
			transition: .1s;
			}
		.menubar li:hover > ul > li {
			overflow: visible;
			height: 100%;
			}
		.menubar li:hover > ul > li > ul{
			width: 100%;
			left: 50px;
			}
		}
	@media screen and (max-width:699px) {
		.menubar{
			margin: 0px auto;
			padding: 0 ;
			}
		.menubar ul li{
			width: 100%;
			}
		.menubar ul li ul li{
			padding-left: 1em;
			}
		}
/* 下部メニューここまで */



/* ページトップ移動用 */
.b_top{
	display: block;
	position: fixed;
	color: #aaa;
	background: rgba(220, 220, 240, .8);
	font-size: 18px;
	z-index: 9999;
	}
	.b_top a{
		text-decoration: none;
		display: block;
		}
	/*サイズ調整*/
	@media screen and (min-width:550px) {
		div.b_top{
			right: 20px;
			bottom: 20px;
			border-radius: 25px;
			}
			.b_top a{
				padding: 10px 12px;
				display: block;
				}
		}
	@media screen and (max-width:549px) {
		div.b_top{
			right: 5px;
			bottom: 5px;
			border-radius: 5px;
			}
			.b_top a{
				padding: 8px;
				display: block;
				}
		}
		
		
/* ≡メニュー */
.bottomslide_on-off {
	position: fixed;
	right:10px;
	top:10px;
	z-index:10;
	}
.slide_box{
	position: relative;
	padding-top: 40px;
	}
.slide_on-off{
	color:#fefefe;
	font-size: 25px;
	font-weight: bold;
	background: rgba(190, 200, 220, 1);
	cursor: pointer;
	height: 45px;
	width: 45px;
	display: block;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	z-index: 12;
	position: absolute;
	top:0px;
	right: 10px;
	}
#Panel3 {
	display: none;
	}
input[type="checkbox"].on-off3 ~ ul{
	width:0;
	overflow: hidden;
	}
input[type="checkbox"].on-off3:checked ~ ul{
	width: 340px;
	}
.bottomslide_on-off ul {
	transition: .3s;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgba(240, 240, 255, 1);
	border-radius: 5px;
	}
.bottomslide_on-off ul li{
	padding: 5px;
	}
.bottomslide_on-off ul a{
	display: block;
	text-decoration: none;
	padding: 8px 5px;
	}
.bottomslide_on-off ul a:hover{
	background: rgba(200, 200, 200, .5);
	}
.slide_on{
	}

/* 各種見出し */ 
h1{
	font-size: 200%;
	}
	.contents_wrap h1{
		font-size: 120%;
		}
h2{
	font-size: 150%;
	text-indent: 0.3em;
	border-left: solid 5px rgb(90, 150, 200);
	border-bottom: solid 1px rgb(90, 150, 200);
	}
	.contents_wrap h2{
		margin: 1em 0;
		}
h3{
	font-size: 150%;
	background: linear-gradient(to right, rgb(190, 220, 250), rgb(230, 250, 255));
	border-radius: 3px;
	text-indent: 0.5em;
	margin: 1% 0;
	letter-spacing: 0.1em;
	}
h4{
	font-size: 110%;
	font-weight: normal;
	position: relative;
	text-indent: 0.8em;
	}
	h4:after {
		content:"";
		display:block;
		height:3px;
		width:100%;
		background: -webkit-linear-gradient(to right, rgb(90, 150, 200), transparent);
		background: linear-gradient(to right, rgb(90, 150, 200), transparent);
		bottom: 3px;
		position: absolute;
		z-index: -1;
		}
h5{
	background: linear-gradient(transparent 40%, rgb(190, 220, 250) 60%);
	display: table;
	padding: 0 10px;
	}
h6{
	background: linear-gradient(transparent 40%, rgb(200, 250, 220) 60%);
	display: table;
	padding: 0 10px;
	}

/* span文字装飾 */
.mark-L-blue{
	font-size: 120%;
	color: #000099;
	}
.mark-L-red{
	font-size: 110%;
	color: #cc0033;
	}
.mark-pink{
	background: linear-gradient(transparent 40%, #ff99cc 60%);
	font-weight: bold;
	}
.mark-yellow{
	background: linear-gradient(transparent 40%, #ffff66 60%);
	}
.mark-green{
	background: linear-gradient(transparent 40%, #ccff66 60%);
	}
.mark-pastel{
	background: linear-gradient(transparent 40%, #cceeff 60%);
	}
.small-grey{
	font-size: 80%;
	color: #333333;
	}
.m-grey{
	font-size: 90%;
	color: #333333;
	}


/*引用・行間０、余白左右２文字分上下半文字分、左線付き*/
blockquote, q, cite{
	padding: 0 1em;
	margin: 0.5em 1em;
	border-left: solid 1px rgb(150, 150, 150);
	}

/*ｐタグ業間*/
p{
	margin: 0.5em 0;
	}


/* 問題ページコンテナ */
.flex-2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: solid 1px #aaa;
	border-radius: 5px;
	margin: 50px 0;
	}
.flex-2-1{
	width: 90%;
	padding: 10px 10px 0 10px;
	margin: 15px 0;
	}
.flex-2_c{
	min-width: 325px;
	max-width: 450px;
	font-size: 105%;
	}
.flex-no{
	border: solid 1px #aaa;
	border-radius: 5px;
	margin: 50px 0;
	padding: 30px 2%;
	}


/*特徴ページ*/
.about_text_bold{
	font-size: 115%;
	background: repeating-linear-gradient(#039, #07a 0.5em, #039 1em);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	}
.hukidasi_wrap{
	}
.hukidasi_wrap::before{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin: 2em 0;
	background: linear-gradient(to right, #039, #09c, #0bf);
	}
.hukidasi_wrap::after{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	margin: 2em 0;
	background: linear-gradient(to right, #039, #09c, #0bf);
	}
.hukidasi_1{
	margin-bottom: 1em;
	line-height: 170%;
	font-size: 105%;
	}
.hukidasi_2{
	padding: 1em;
	border: 1px solid #999;
	border-radius: 10px;
	color: #444;
	}
.about_page{
	line-height: 180%;
	flex-grow: 1;
	}
	.about_page p{
		padding: 0.5em 0;
		}

/*特徴ページ 青枠横並び部分*/
.flex-about-p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 3vw auto;
	min-height: 180px;
	}
.flex-about-c{
	border: solid 2px #336699;
	border-radius: 30px;
	margin: 5px;
	padding: 20px;
	font-size: 120%;
	font-weight: bold;
	box-shadow: 2px 2px 3px #aaa;
	}
.flex-free{
	align-self: flex-end; 
	padding-left: 3px;
	}

/* 特徴ページ ３つのこころ部分 */
.kokoro_wrap{
	display: grid;
	grid-template-columns: 90px 90px;
	grid-template-rows: 90px 90px;
	column-gap: 10px;
	justify-items: center;
	align-content:center;
	width: 190px;
	margin: 0 auto;
	background: radial-gradient(transparent 40%, #ffedab 45%, transparent 50%);
	}
.kokoro_box{
	width: 92px;
	height: 92px;
	border-radius: 50%;
	position: relative;
	box-shadow: 2px 2px 5px #999;
	}
.kokoro_text{
	width: 4em;
	height: fit-content;
	inset: 0;
	margin: auto;
	padding: 0 1em;
	position: absolute;
	color: #fff;
	text-shadow: 2px 2px 3px #ddd;
	}
.kokoro_1{
	grid-column: 1/3;
	background: radial-gradient(#f08080 50%, transparent);
	}
.kokoro_2{	
	background: radial-gradient(#20b2aa 50%, transparent);
	}
.kokoro_3{
	background: radial-gradient(#3cb371 50%, transparent);
	}



/*コース案内・料金ページ*/
.tuika_nasi{
	margin: 3px;
	padding: 2%;
	border: solid 1px #669900;
	border-radius: 10px;
	}
.sup{
	color: #222;
	}
.class-message{
	margin: 5px 3% 2% 3%;
	padding: 3%;
	border: dotted 3px #ff9900;
	border-radius: 10px;
	color: #333;
	}

/*コース紹介ページ*/
/*共通エリアレイアウト*/
.course_box{
	width: 100%;
	margin: 3em 0;
	line-height: 170%;
	}
	.course_box p{
		margin: 1.5em 0;
		}
.course_box_title{
	width: 85%;
	letter-spacing: 0.08em;
	padding: 5px 0;
	text-indent: 1em;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
	margin: -1.5em 0 0 -0.5em;
	box-shadow: 1px 1px 1px #aaa;
	}
h3.course_title{
	width: 100%;
	background: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	}
.titleicon{
	position: absolute;
	right: 8px;
	top: 5px;
	overflow: hidden;
	}
	.titleicon img{
		height: 2rem;
		}
.course_text_title{
	width: fit-content;
	font-size: 120%;
	font-weight: bold;
	padding: 0 1em;
	margin: 1em 10px;
	}
.course_matome{
	margin: 1em;
	}
.course_matome_title{
	font-size: 110%;
	padding: 3px 15px;
	margin: 0.5em 0;
	border-radius: 15px;
	}
.course_matome_text{
	margin: 0 1em;
	}

/*カラーリング*/
.title_kobetu{
	background: linear-gradient(to bottom, #ee7800, #dd6700);
	color: #fff;
	}
.kobetu_h{
	border-bottom: solid 2px #ee7800;
	}
.box_kobetu{
	border: solid 2px #ee7800;
	border-radius:8px;
	}
.table_kobetu{
	border: solid 2px #ee7800;
	}
	.table_kobetu tbody th{
		position: relative;
		text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
		}
	.table_kobetu tbody th::after{
		content: "";
		width: 100%;
		height: 8px;
		position: absolute;
		bottom: 2px;
		left: 0;
		z-index: -1;
		background: #ee7800;
		border-radius: 5px;
		}

.title_dantai{
	background: linear-gradient(to bottom, #008b8b, #007a7a);
	color: #fff;
	}
.dantai_h{
	border-bottom: solid 2px #008b8b;
	}
.box_dantai{
	border: solid 2px #008b8b;
	border-radius:8px;
	}
.table_dantai{
	border: solid 2px #008b8b;
	}
	.table_dantai tbody th{
		position: relative;
		text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
		}
	.table_dantai tbody th::after{
		content: "";
		width: 100%;
		height: 8px;
		position: absolute;
		bottom: 2px;
		left: 0;
		z-index: -1;
		background: #008b8b;
		border-radius: 5px;
		}

/*共通テーブルレイアウト*/
.course_box_table{
	width: 96%;
	margin: 2%;
	padding-bottom: 0.5em;
	border-radius: 8px;
	box-shadow: 3px 3px 5px #999;
	}
.course_box_table thead th{
	width: 90%;
	font-weight: normal;
	text-align: left;
	}
.course_box_table tr{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5em;
	padding: 0 0.2em 0 0.5em;
	justify-content: center;
	}
.course_box_table tbody th{
	width: 90%;
	font-size: 105%;
	letter-spacing: 0.05em;
	text-align: left;
	padding-left: 5%;
	}
.course_box_table td{
	min-width: 100px;
	width: 40%;
	}
.course_box_table tbody td{
	font-weight: bold;
	}

/*個別コースエリアレイアウト*/
.kaidan_wrap{
	max-width: 720px;
	margin: 0 auto;
	padding: 5px;
	}
.kaidan_img{
	float: right;
	max-width: 300px;
	width: 40%;
	margin: 10px;
	}
.kaidan_text{
	margin: 2.5em 0;
	}
p.kaidan_text_bold{
	font-weight: bold;
	font-size:110%;
	max-width:600px;
	margin:0 auto 30px auto;
	padding:0 20px;
	clear: both;
	}
span.grey_underline{
	text-decoration: underline 2px #999;
	}
/*団体コースエリアレイアウト*/
.kokuban_wrap{
	max-width:720px;
	margin:10px auto;
	display: grid;
	grid-template-columns: 1fr 3fr;
	row-gap: 30px;
	column-gap: 15px;
	justify-content:center;
	}
.kokuban_img{
	text-align: center;
	}
span.blue_underline{
	color:#000044;
	text-decoration:underline;
	}



/* 保護者様へのページ */
.onegai_text{
	line-height: 160%;
	}
.onegai_text_bold{
	font-size: 115%;
	width: fit-content;
	background: linear-gradient(#f00, #660);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
.onegai_text_bottom{
	line-height: 160%;
	margin: 0 auto;
	color: #444;
	}

/* 保護者様へのページ ふたつの力部分*/
.onegai_img_wrap{
	max-width: 600px;
	margin: 3em auto;
	padding: 1em 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	border: 2px solid #ff8c00;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #999;
	}
	.onegai_img_wrap ul{
		width: fit-content;
		margin: 5px auto;
		}
	.onegai_img_wrap ul li{
		margin-left: 1em;
		position: relative;
		}
	.onegai_title{
		border-radius: 15px;
		padding: 3px 10px;
		box-shadow: 2px 2px 3px #aaa;
		font-size: 110%;
		color: #fff;
		text-align: center;
		}
.onegai_img_title{
	margin-top: -2em;
	grid-column: 1/3;
	justify-self: center;
	width: 80%;
	background: linear-gradient(#ff8c00, #ffb500, #ff8c00);
	}
.onegai_img_c{
	grid-column: 1/3;
	background: linear-gradient(#33bd33, #228b22, #126b12);
	margin-top: 1em;
	}
.onegai_img_p{
	grid-column: 1/2;
	}
	.onegai_img_p_icon{
		height: 18vw;
		max-height: 79px;
		width: 100%;
		position: relative;
		}
	.onegai_img_p_icon::after{
		content: "";
		display: block;
		position: absolute;
		top: -5px;
		left: 0;
		z-index: 2;
		height: 20vw;
		max-height: 85px;
		width: 100%;
		background: url(../img/onegai_img_01_s.png) no-repeat center;
		background-size: contain;
		}
	.onegai_img_p_title{
		background: linear-gradient(#f33,#d00, #a00);
		}
	.onegai_img_p_text ul{
		}
	.onegai_img_p_text ul li::before{
		content: "";
		width: 1em;
		height: 1em;
		background: radial-gradient(#c00 40%, transparent);
		border-radius: 50%;
		position: absolute;
		left: -1.2em;
		top: 3px;
		}
.onegai_img_t{
	grid-column: 2/3;
	}
	.onegai_img_t_icon{
		height: 18vw;
		max-height: 79px;
		width: 100%;
		position: relative;
		}
	.onegai_img_t_icon::after{
		content: "";
		display: block;
		position: absolute;
		top: -5px;
		left: 0;
		z-index: 2;
		height: 20vw;
		max-height: 85px;
		width: 100%;
		background: url(../img/onegai_img_02_s.png) no-repeat center;
		background-size: contain;
		}
	.onegai_img_t_title{
		background: linear-gradient(#36a, #039,#015);
		}
	.onegai_img_t_text ul li::before{
		content: "";
		width: 1em;
		height: 1em;
		background: radial-gradient(#039 40%, transparent);
		border-radius: 50%;
		position: absolute;
		left: -1.2em;
		top: 3px;
		}



/* 連絡先のページ */
address{
	line-height: 180%;
	font-size: 110%;
	max-width: 400px;
	margin-right: 2%;
	}
.address-map{
	width: 320px;
	}
.address_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: outset 1px #aaa;
	border-radius: 10px;
	padding: 10px 0;
	margin: 15px 2%;
	}

/* メールフォーム整形 */ 
.contact-form td{
	padding: 12px 0;
	}
.required{
	background: #ffaadd;
	border-radius: 5px;
	font-size: 65%;
	padding: 1px 2px;
	margin: 0 3px;
	vertical-align: super;
	}
.normal{
	background: #ccc;
	border-radius: 5px;
	font-size: 65%;
	padding: 1px 2px;
	margin: 0 3px;
	vertical-align: super;
	}

/*通常ブログ対応コンテナ群（予備）*/
.blog_wrap{
	display: flex;
	flex-wrap: wrap;
	}
@media screen and (min-width:900px){
	.blog_main{
		width: 78%;
		margin-right: 2%;
		}
	.blog_side{
		width: 20%;
		}
	}
@media screen and (max-width:899px){
	.blog_main{
		flex-grow: 1;
		width: 100%;
		}
	.blog_side{
		flex-grow: 1;
		width: 100%;
		}
	}
.post-navi{
	padding: 25px 10px;
	}
.post-list li{
	margin: 5px 30px;
	}
.post-date{
	color: #333;
	}
.post-title{
	display: inline-block;
	}
.post-title a{
	display: block;
	padding: 3px 15px;
	}
.meta{
	text-align: right;
	border-bottom: solid 1px #999;
	margin: 2em 0;
	}

/* インデックスページ コンテンツ部分（お知らせ部分は別ファイル） */
.main_img{
	margin: 0;
	}
.top_h{
	margin: 10px 0;
	}
.top_contents{
	margin: 5px 3%;
	}
.top_contents a{
	padding: 2px 15px;
	display: inline-block;
	background: #dfefff;
	border-radius: 5px;
	}
.top_link{
	text-align: right;
	margin: 10px 2%;
	}

/* エディタテンプレート・汎用*/
.temp_flex-p{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 2%;
	}
.temp_border_flex-p{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 2%;
	border: solid 1px #aaa;
	border-radius: 5px;
	}
@media screen and (min-width:500px){
	.temp_flex-c{
		width: 48%;
		padding: 5px 1%;
		}
	}
@media screen and (max-width:499px){
	.temp_flex-c{
		width: 98%;
		padding: 5px 2%;
		}
	}
.temp_flex-h{
	margin: 0;
	}
.temp_flex-no{
	width: 95%;
	}
.temp_float-right img{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
	}
.temp_float-left img{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	}

.school_list{
padding:1em;
display:flex;
flex-wrap:wrap;
}
.list_area{
width:auto;
background: #effeff;
padding:0.5em;
margin:0 0 0 1em;
}
.list_school{
width:auto;
padding:0.5em;
margin-bottom:1em;
}



