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

/*基本設定*/
*{
	box-sizing: border-box;
	font-family: 'M PLUS Rounded 1c',"Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
	overflow-x: hidden;
	overflow-y: visible;
}
.container {
	width:100%;
	margin:0 auto;
}
.clear {
	clear: both;
}
::selection {
    background: #F6AD3C;
    color: #FFFFFF;
}

/*pcとmobileの表示非表示設定*/
.pcmenu{display:none;}
.mobilemenu{display:inherit;}
/*基本設定*/

/*ラジーロード*/
.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}
.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}

/*申込ボタン*/
.fixed_btn
{
  position: fixed;
  bottom: 74px; 
  left: 15px;
  padding: 6px 10px;
	font-size: 0.8em;
	background-color: #FFF33F;
}
.fixed_btn2
{
  position: fixed;
  bottom: 15px; 
  left: 15px;
  padding: 6px 10px;
	font-size: 0.8em;
	background-color: #FFF33F;
}


/*map*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/*ロード後表示*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 10000;
}



/*モーダルメニュー*/
.menu-btn {
    position: fixed;
    top: 0.2em;
    right: 0.5em;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 9990;
}
.menu-btn span {
    color: #000000;
	font-family: 'Mitr', sans-serif;
	font-size: 1.2em;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index: 10000;
}
.menu ul {
    display: table-cell;
    vertical-align: middle;
}
.menu li {
    width: 160px;
    height: 9%;
	max-height: 55px;
    margin: 5px auto;
    text-align: center;
}
.menu li a {
	text-decoration: none;
    display: block;
    font-size: 18px;
    color: #282828;
	font-family: 'Mitr', sans-serif;
}
.menu li a:hover {
    color: #F6AD3C;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
.modal_mini {
	font-size: 0.5em;
	
}

/*メニューエリア*/
.mobilemenuarea {
	background-color: rgba(255,255,255,0.80);
	border-bottom: #C8C8C8 solid thin;
    position: fixed;
    top: 0;
    left: 0;
	height:3em;
	width:100vw;
	z-index: 9991;
}
.mainlogo img{
	position: fixed;
    top: 0.4em;
    left: 1.5em;
	width:130px;
	height:auto;
	margin:3px 0 0 0;
	filter: drop-shadow(3px 3px 3px rgba(255,255,255,0.3));
	z-index: 9992;
}
.mainlogo img:hover {
	opacity: 0.6;
}

/*oshirase*/
.oshirase {
	with:100%;
	margin :-50px 20px 20px 20px;
	padding-top:100px;
}
.oshirase h2 {
	position: relative;
	height:60px;
	width:270px;
	text-align: center;
  	background: #E9546B;
 	box-shadow: 0px 0px 0px 5px #E9546B;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 0.3em 0.5em;
 	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: bold;
}
.oshirase h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #E9546B;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.oshirasecontainer dt{
	font-size: 0.8em;
	border-top: dashed medium #E9546B;
	padding :20px 0 0 20px;
	margin:50px 0 0 0;
}
.oshirasetitle {
	font-size: 1.2em;
	margin:0 0 20px 0;
	font-weight: bold;
	padding:0 0px 0 20px;
}
.oshirasecontent {
	font-size: 0.9em;
	border-bottom: dashed medium #E9546B;
	padding: 0 0 20px 20px;
}
.oshirasecontainer img{
	width:200px;
	height:auto;
}


/*concept*/
.concept {
	margin :-20px 20px 150px 20px;
	padding-top:100px;
}
.conceptimage img{
	display: block;
	width:100%;
	height:auto;
	margin:40px auto 0;
	
}
.concept h2 {
	position: relative;
	height:60px;
	width:270px;
	text-align: center;
  	background: #F6AD3C;
 	box-shadow: 0px 0px 0px 5px #F6AD3C;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 0.3em 0.5em;
 	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: bold;
}
.concept h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #F6AD3C;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width:700px) and ( max-width:960px) {
.concepttext01 p{
	margin:40px 0 0 0px;
	font-size: 4.0vw;	
	font-weight: bold;
	font-family: 'Kosugi Maru', ;
	text-align: center;
}
}
@media screen and ( max-width:699px) {
.concepttext01 p{
	margin:40px 0 0 0px;
	font-size: 4.8vw;	
	font-weight: bold;
	font-family: 'Kosugi Maru', ;
	text-align: center;
}
}
/*
.concepttext02 p{
	width:70vw;
	font-size: 0.9em;	
	margin:120px 0 0 20px;
	line-height: 2.6em;
}
*/
.concepttext02{
 border: 1px solid #f5d5da;	/* 線の太さ・種類・色 */
 border-radius: 5px;
 padding: 50px 20px 20px 20px;	/* 内側の余白 上・右・左・下 */
 position: relative;
	width:80vw;
	font-size: 0.8em;
	margin:30px auto;
	line-height: 2.2em;
}
.concepttext02:before{
 content: '教室のおすすめポイント！';
 padding: 5px 10px;
 position: absolute;
 top: -3px;
 left: calc( 50% - 7em );
 z-index: -1;
	font-size: 1.2em;
}
.concepttext02:after{
 background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプの色 */
 border-bottom: 1px solid #f5d5da; /* タイトル部分下線 */
 content: '';
 height: 30px; /* タイトル部分高さ */
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: -2;
}
.concepttext03{
 border: 1px solid #E9546B;	/* 線の太さ・種類・色 */
 border-radius: 5px;
 padding: 105px 20px 20px 20px;	/* 内側の余白 上・右・左・下 */
 position: relative;
	width:80vw;
	font-size: 0.8em;
	margin:30px auto;
	line-height: 2.2em;
}
.concepttext03:before{
 white-space:pre;
 content: '1つでも当てはまった方は\Amimi江古田校に体験に\Aいらしてください。必ず解決します。';
 padding: 5px 10px;
 position: absolute;
 top: -3px;
    text-align: center;
 left: calc( 50% - 9em );;
 z-index: -1;
	font-size: 1.0em;
     color: #fff;
    font-weight: bold;
}
.concepttext03:after{
 background: repeating-linear-gradient(-45deg, #E9546B, #E9546B 5px, #E9544B 0, #E9544B 10px); /* ストライプの色 */
 border-bottom: 1px solid #E9546B; /* タイトル部分下線 */
 content: '';
 height: 90px; /* タイトル部分高さ */
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: -2;
}
.checkmark001{
	padding-left:24px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}
/*
.daihyou{
	background-image: url("../images/daihyou_main01.jpg");
	background-size: 250px;
	background-repeat: no-repeat;
	background-position: 50px bottom;
	height:500px;
}
*/
@media screen and (min-width:600px) and ( max-width:960px) {
.daihyou img{
	display: block;
	margin:20px 0 0 10px;
	width:240px;
	height:auto;
	float:left;
}
.daihyoukatagaki p{
	display: inline-block;
	margin:60px 0 0 20px;
	font-size: 0.9em;
}
.daihyouname p{
	width:50vw;
	display: inline-block;
	margin:0px 0 0 18px;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
.daihyouprofile p{
	width:50vw;
	display: inline-block;
	margin:20px 20px 0 20px;
	font-size: 1.0em;
}
}
@media screen and ( max-width:599px) {
.daihyou img{
	display: block;
	margin:0 auto;
	width:250px;
	height:auto;
}
.daihyoukatagaki p{
	display: inline-block;
	margin:20px 0 0 0px;
	font-size: 0.9em;
}
.daihyouname p{
	display: inline-block;
	margin:0px 0 0 0px;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
.daihyouprofile p{
	display: inline-block;
	margin:20px 0 0 0px;
	font-size: 1.0em;
}
}

/*zyugyou*/
.zyugyou {
	clear: both;
	margin :-130px 20px 150px 20px;
	padding-top:100px;
}
.zyugyou h2 {
	position: relative;
	height:60px;
	width:270px;
	text-align: center;
  	background: #AACF52;
 	box-shadow: 0px 0px 0px 5px #AACF52;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 0.3em 0.5em;
 	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: bold;
}
.zyugyou h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #AACF52;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.zyugyou h3{
	text-align: center;
	margin:90px 0 40px 0;
	font-size: 1.2em;
}
@media screen and ( max-width:500px) {
.zyugyou01{
	width:80vw;
	height:40vw;
	margin:10px auto;
	color: #777777; /* 文字色 */
	background-color: #fff; /* 背景色 */
	border: 9px solid #AACF52; /*線の太さ・色*/
	border-radius: 40em .19em 9em .7em/.9em 9em .8em 20em;
}
.zyugyou01 p{
	text-align: center;
	padding:35px 0 0 0;
	font-size: 5vw;
}
.zyugyou a:hover{
	opacity: 0.5;
}
.huukei a:hover{
	opacity: 0.5;
}
.zyugyou02{
	width:80vw;
	height:40vw;
	margin:10px auto;
	color: #777777; /* 文字色 */
	background-color: #fff; /* 背景色 */
	border: 9px solid #AACF52; /*線の太さ・色*/
	border-radius: 10em .8em 9em .7em/.4em 7em .3em 7em;
}
.zyugyou a{
		text-decoration: none;
	}
.zyugyou02 p{
	text-align: center;
	padding:35px 0 0 0;
	font-size: 5vw;
}
.zyugyousmall {
	text-align: center;
	font-size: 3vw;
	padding:10px 0 0 0;
}
}
@media screen and (min-width:501px) and ( max-width:960px) {
.zyugyou01{
	width:60vw;
	height:30vw;
	margin:10px auto;
	color: #777777; /* 文字色 */
	background-color: #fff; /* 背景色 */
	border: 9px solid #AACF52; /*線の太さ・色*/
	border-radius: 40em .19em 9em .7em/.9em 9em .8em 20em;
}
.zyugyou01 p{
	text-align: center;
	padding:30px 0 0 0;
	font-size: 4vw;
}
	
	.zyugyou a{
		text-decoration: none;
	}
.zyugyou a:hover{
	opacity: 0.5;
}
.zyugyou02{
	width:60vw;
	height:30vw;
	margin:10px auto;
	color: #777777; /* 文字色 */
	background-color: #fff; /* 背景色 */
	border: 9px solid #AACF52; /*線の太さ・色*/
	border-radius: 10em .8em 9em .7em/.4em 7em .3em 7em;
}
.zyugyou02 p{
	text-align: center;
	padding:30px 0 0 0;
	font-size: 4vw;
}
.zyugyousmall {
	text-align: center;
	font-size: 3vw;
	padding:10px 0 0 0;
}
}
.zyugyou ul {
    text-align: center;
    font-size: 0.9em;
    margin:0px 0 30px 0;
}

/*access*/
.access {
	margin :-20px 20px 150px 20px;
	padding-top:100px;
	clear: both;
}
.access h2 {
	position: relative;
	height:60px;
	width:270px;
	text-align: center;
  	background: #00ADA9;
 	box-shadow: 0px 0px 0px 5px #00ADA9;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 0.3em 0.5em;
 	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}
.access h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #00ADA9;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.access ul dt{
	text-align: center;
	font-size: 2em;
	margin:60px 0 0 0;
}
.access ul dd{
	text-align: center;
	font-size: 1.0em;
	margin:20px 0 10px 0;
}

/*link*/
.link {
	margin :-20px 20px 150px 20px;
	padding-top:100px;
}
.link h2 {
	position: relative;
	height:60px;
	width:300px;
	text-align: center;
  	background: #187FC4;
 	box-shadow: 0px 0px 0px 5px #187FC4;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 0.3em 0.5em;
 	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: bold;
}
.link h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #187FC4;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*contact*/
.contact {
	margin :-20px 20px 150px 20px;
	padding-top:100px;
}
.contact h2 {
	position: relative;
	height:60px;
	width:300px;
	text-align: center;
  	background: #E85298;
 	box-shadow: 0px 0px 0px 5px #E85298;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 0.3em 0.5em;
 	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: bold;
}
.contact h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #E85298;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.mail{
	width:300px;
	height:100px;
	text-align: center;
	margin: 40px auto 30px;
}

/*ekodainfo*/
.ekodainfo {
	margin :50px 20px 50px 20px;
}
.ekodainfo img{
	display: block;
	width:80vw;
	max-width: 400px;
	height:auto;
	margin:0 auto;
}

/*course01*/
.kyoushitu{
	font-size: 2.2em;
	text-align: center;
	margin:200px 0 0 0;
}
.course01 {
	margin :20px 20px 170px 20px;
	overflow-y: hidden;
}
@media screen and (min-width:560px) and ( max-width:960px) {
.course01 h2 {
	overflow-y: hidden;
	position: relative;
	height:30px;
	width:70vw;
	text-align: center;
  	background: #187FC4;
 	box-shadow: 0px 0px 0px 5px #187FC4;
 	border: dashed 2px white;
	margin:120px auto 0;
 	padding: 0.1em 0.5em 1.5em;
 	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
}
.course01 h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #187FC4;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
}
@media screen and ( max-width:559px) {
.course01 h2 {
	overflow-y: hidden;
	position: relative;
	height:30px;
	width:80vw;
	text-align: center;
  	background: #187FC4;
 	box-shadow: 0px 0px 0px 5px #187FC4;
 	border: dashed 2px white;
	margin:120px auto 0;
 	padding: 0.1em 0.5em 1.5em;
 	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
.course01 h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #187FC4;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
}


/*course03*/
.kyoushitu{
	font-size: 2.2em;
	text-align: center;
	margin:200px 0 0 0;
}
.course03 {
	margin :150px 20px 150px 20px;
}
@media screen and (min-width:560px) and ( max-width:960px) {
.course03 h2 {
	overflow-y: hidden;
	position: relative;
	height:40px;
	width:70vw;
	text-align: center;
  	background: #E9546B;
 	box-shadow: 0px 0px 0px 5px #E9546B;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 0.1em 0.5em 1.5em;
 	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}
.course03 h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #E9546B;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
}
@media screen and ( max-width:559px) {
.course03 h2 {
	overflow-y: hidden;
	position: relative;
	height:40px;
	width:80vw;
	text-align: center;
  	background: #E9546B;
 	box-shadow: 0px 0px 0px 5px #E9546B;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 0.5em 0.5em 1.5em;
 	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}
.course03 h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #E9546B;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
}

.kokuban01 {
	font-size: 1.0em;
	width:86vw;
	height:auto;
    color: #fff;
    background-color: #114400;
    margin: 50px auto;
    padding: 20px 20px 20px 20px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
    line-height: 2.9;
}
.point {
    color: #ffb1b3;
    font-weight: bold;
    border: 3px solid #ffb1b3;
	padding: 3px 20px;
}
.study01{
 margin: 20px 10px;	/* 外側の余白 上下・左右 */
 	padding: 20px;	/* 内側の余白 */
 position: relative;
 z-index: 0;
}
.study01:before{
 background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px); /* ストライプの色 */
 content: '';
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 z-index: -2;
}
.study01:after{
 background: #fff; /* 背景色 */
 content: '';
 position: absolute;
 top: 10px;	/* ストライプ部分の太さ・上 */
 bottom: 10px;	/* ストライプ部分の太さ・下 */
 left: 10px;	/* ストライプ部分の太さ・左 */
 right: 10px;	/* ストライプ部分の太さ・右 */
 z-index: -1;
}
.study01 ul dt{
	font-size: 2.1em;
	font-weight: bold;
	padding:10px 10px 10px 10px;
}
.study01 ul dd{
	font-size: 1.0em;
	padding:10px 10px 10px 10px;
}
.teacher {
	clear: both;
	border-top:medium dashed #E9546B;
	margin:20px 10px 10px 10px ;
	padding:20px 0 20px 0;
}
.teacher img {
	width:200px;
	height:auto;
	float:left;
	margin:0 20px 0 0 ;
}
.study01 dd img{
	margin:10px 10px 0 0 ;
	width:100%;
	max-width:280px;
	height:auto;
	float:left;
}
.teachersyoukai{
	display: inline-block;
	font-size: 0.9em;
	margin:0 0 0 0px;
}
.teachername{
	display: inline-block;
	font-size: 1.5em;
	margin:0 0 0 0px;
}
.teacherprofile {
	display: inline-block;
	margin:10px 0 0 0px;
	font-size: 0.9em;
}
.chuusyaku{
	clear: both;
	font-size: 0.8em;
	text-align: right;
}


/*course02*/
.course02 {
	margin :150px 20px 150px 20px;
}
@media screen and (min-width:560px) and ( max-width:960px) {
.course02 h2 {
	position: relative;
	height:120px;
	width:80vw;
	text-align: center;
  	background: #187FC4;
 	box-shadow: 0px 0px 0px 5px #187FC4;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 1.2em 0.5em;
 	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
}
.course02 h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #187FC4;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
}
@media screen and ( max-width:559px) {
.course02 h2 {
	position: relative;
	height:120px;
	width:80vw;
	text-align: center;
  	background: #187FC4;
 	box-shadow: 0px 0px 0px 5px #187FC4;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 1.2em 0.5em;
 	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
.course02 h2:after {
 	position: absolute;
 	content: '';
 	left: -7px;
 	top: -7px;
 	border-width: 0 0 15px 15px;
 	border-style: solid;
 	border-color: #fff #fff #187FC4;
 	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
}
.kokuban02 {
	font-size: 1.0em;
	width:86vw;
	height:auto;
    color: #fff;
    background-color: #114400;
    margin: 50px auto;
    padding: 20px 20px 20px 20px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
    line-height: 2.9;
}
.kokuban03 {
	font-size: 1.0em;
	width:86vw;
	height:auto;
    color: #fff;
    background-color: #114400;
    margin: 50px auto;
    padding: 20px 20px 20px 20px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
    line-height: 2.9;
}
.point {
    color: #ffb1b3;
    font-weight: bold;
    border: 3px solid #ffb1b3;
	padding: 3px 20px;
}
.study02{
 margin: 20px 10px;	/* 外側の余白 上下・左右 */
 	padding: 20px;	/* 内側の余白 */
 position: relative;
 z-index: 0;
}
.study02:before{
 background: repeating-linear-gradient(-45deg, #92CBF1, #92CBF1 5px, #187FC4 0, #187FC4 10px); /* ストライプの色 */
 content: '';
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 z-index: -2;
}
.study02:after{
 background: #fff; /* 背景色 */
 content: '';
 position: absolute;
 top: 10px;	/* ストライプ部分の太さ・上 */
 bottom: 10px;	/* ストライプ部分の太さ・下 */
 left: 10px;	/* ストライプ部分の太さ・左 */
 right: 10px;	/* ストライプ部分の太さ・右 */
 z-index: -1;
}
.study02 ul dt{
	font-size: 2.1em;
	font-weight: bold;
	padding:10px 10px 10px 10px;
}
.study02 ul dd{
	font-size: 1.0em;
	padding:10px 10px 10px 10px;
}
.teacher {
	clear: both;
	border-top:medium dashed #187FC4;
	margin:20px 10px 10px 10px ;
	padding:20px 0 20px 0;
}
.teacher img {
	width:200px;
	height:auto;
	float:left;
	margin:0 20px 0 0 ;
}
.study02 dd img{
	margin:10px 10px 0 0 ;
	width:100%;
	max-width:280px;
	height:auto;
	float:left;
}
.teachersyoukai{
	display: inline-block;
	font-size: 0.9em;
	margin:0 0 0 0px;
}
.teachername{
	display: inline-block;
	font-size: 1.5em;
	margin:0 0 0 0px;
}
.teacherprofile {
	display: inline-block;
	margin:10px 0 0 0px;
	font-size: 0.9em;
}
.chuusyaku{
	clear: both;
	font-size: 0.8em;
	text-align: right;
}




.shopinfobutton a{
	font-size: 0.9em;
	text-decoration: none;
	padding:13px 0 0 19px;
	margin:10px 0 0 40px;
	display: block;
	width:180px;
	height:50px;
	border :thin solid #222;
	color: #000000;
}
.shopinfobutton02 {
	font-size: 0.9em;
	text-decoration: none;
	padding:13px 0 0 19px;
	margin:10px 0 0 40px;
	display: block;
	width:180px;
	height:50px;
	border :thin solid #222;
	color: #000000;
}
.shopinfobutton02:hover{
	background-color: #d6245b;
	color: #FFFFFF;
}
.shopinfobutton a:hover{
	background-color: #d6245b;
	color: #FFFFFF;
}

/*電話でのお問い合わせ*/
.modal_wrap input{
    display: none;
}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
    position: relative;
    align-self: center;
    width: 60%;
    max-width: 800px;
    padding: 30px 30px 30px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.6s;
}
.modal_content h2{
    font-size: 1.4em;
}
.tellinfo01 {
	font-size: 0.9em;
	text-align: center;
	padding:0 0 10px 0;
}
.tellinfo02{
	font-size: 0.7em;
	text-align: center;
}
.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}
.modal_content a{
	text-decoration: none;
	color: #d6245b;
	font-family: 'Mitr', sans-serif;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

/*フッター*/
footer {
	width:100vw;
	height:260px;
	background-color: #FFF33F;
}
.copyright {
	font-size: 0.7em;
	color: #000000;
	margin:30px 0 0 20px;
}
.sns img{
	display: block;
	width:auto;
	height:30px;
	float:right;
	margin:20px 20px 20px 0px;
}
.sns a:hover{
	opacity: 0.5;
}
.footerinfo {
	clear: both;
}
.footerinfo ul dt{
	font-size: 1.1em;
	color: #000000;
	padding :20px 0 10px 20px;
}
.footerinfo ul dd{
	font-size: 0.8em;
	color: #000000;
	padding :0px 0 0 20px;
}

/*works*/
.works {
	margin :50px 20px 150px 20px;
}
.works h2 {
	font-size: 3.2em;
	color: #d6245b;
	font-family: 'Mitr', sans-serif;
	text-align: center;
	margin:40px 0 60px 0;
	padding:80px 0 0 0;
}

.workscontent {
  margin: 0 auto;
  /* 外枠の大きさ */
  max-width: 1080px;
  /* border: 1px solid black; */
  min-height: 600px;
}

/* 記事全ての枠の設定 */
.workscontainer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 70px auto 0 auto;
}
.article-item {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  height: auto;
  margin-bottom: 30px;
}
.article-item img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.article-item p {
  padding: 0px 10px;
}
.article-item a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000;
}
.article-item a:hover {
	opacity: 0.6;
}
@media screen and (min-width:681px) and ( max-width:960px) {
  /* 記事アイテムを大きくして3列にする */
  .article-item {
    width: 24%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width:501px) and ( max-width:680px) {
  .article-item {
    width: 32%;
    /* margin-bottom: -100px; */
  }
}
@media screen and (max-width: 500px) {
  .article-item {
    width: 48%;
    /* margin-bottom: -100px; */
  }
}

.article-item02 {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  height: auto;
  margin-bottom: 30px;
}
.article-item02 img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.article-item02 p {
  padding: 0px 10px;
}
.article-item02 a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000;
}
.article-item02 a:hover {
	opacity: 0.6;
}
@media screen and (min-width:681px) and ( max-width:960px) {
  /* 記事アイテムを大きくして3列にする */
  .article-item02 {
    width: 19%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width:501px) and ( max-width:680px) {
  .article-item02 {
    width: 24%;
    /* margin-bottom: -100px; */
  }
}
@media screen and (max-width: 500px) {
  .article-item02 {
    width: 48%;
    /* margin-bottom: -100px; */
  }
}

/*各works*/
.prev {
	text-align: left;
	float: left;
	margin:-3.4em 0 4em 0;
}
.prev a {
	text-decoration: none;
	color: #CDCDCD;
}
.prev a:hover {
	color: #d6245b;
}
.next {
	float:right;
	text-align: right;
	margin:-3.4em 0 4em 0;
}
.next a {
	text-decoration: none;
	color: #CDCDCD;
}
.next a:hover {
	color: #d6245b;
}
.mainworksconetent {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 70px auto 0 auto;
}
.works h3 {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 0.4em;
	margin:-50px 0 30px 0;
}
.lightgallery {
  /* 記事アイテムの一つの大きさ */
  width: 24%;
  height: auto;
  margin-bottom: 30px;
}
.lightgallery img {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
}
.lightgallery p {
  padding: 0px 10px;
}
.lightgallery a {
	text-decoration: none;
	font-size: 0.9em;
	color:#000;
}
.lightgallery a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 960px) {
  /* 記事アイテムを大きくして3列にする */
  .lightgallery {
    width: 30%;
  }
  .lightgallery p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 620px) {
  .lightgallery {
    width: 50%;
    /* margin-bottom: -100px; */
  }
}
.otherworks p{
	font-size: 1.2em;
	text-align: center;
	margin:100px 0 0px 0;
	padding:0.7em 0 0 0;
	height:3em;
	background-color: #d6245b;
	color: #fff;
}
.worksmainimage img{
	width:100%;
	height:auto;
	clear: both;
}
.worksnote p{
	width:calc( 100vw - 40px );
	text-align: center;
	font-size: 0.9em;
	margin:30px 0 0px 0;
}


/*TOPへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 77%;
}
#page-top a {
	background-color: #888;
	text-decoration: none;
	color: white;
	width: 60px;
	height:60px;
	padding-top:19px;
	text-align: center;
	display: block;
	border-radius:30px;
}
#page-top a:hover {
    text-decoration: none;
	color: #fff;
    background: rgba(55,55,55,1.00);
}

/*教室の風景*/
.huukei img{
    width:90vw;
    height:auto;
    display: block;
    margin:0 auto;
}
video{
    display: block;
    width:90vw;
    height:auto;
    margin:0 auto 20px;
}
.huukei p{
    text-align: center;
    margin:0 0 20px 0;
}
.tic a{
	display: block;
	width:80vw;
	max-width: 500px;
	height:60px;
	margin:40px auto 60px;
	text-align: center;
	border: thin #000 solid;
	font-size: 0.8em;
	padding:8px 0 0 0;
	text-decoration: none;
	color: #000;
	border-radius: 20px;
}
.tic a:hover{
	background-color: #d6245b;
	color: #fff;
}
.youtube a{
	display: block;
	width:80vw;
	max-width: 500px;
	height:90px;
	margin:0px auto 20px;
	text-align: center;
	border: thin #000 solid;
	font-size: 0.8em;
	padding:13px 0 0 0;
	text-decoration: none;
	color: #000;
}
.youtube a:hover{
	background-color: #d6245b;
	color: #fff;
}

.conceptimage02 img{
	display: block;
	width:80vw;
	height:auto;
	margin:10px auto 10px;
}
/*koushiirai*/
.koushiirai img{
    width:80vw;
    height:auto;
    display: block;
    margin:20px auto;
}
.koushiirai p{
    margin:0 20px 0;
}
.koushiirai a:hover{
	opacity: 0.5;
}
/*ページ下メニュー*/
.botan ul{
	width: fit-content;
	margin: 0 auto 30px;
}
.botan ul li{
	text-align: center;
	width: 250px;
	height:40px;
	margin:10px 0;
	padding:6px 0 0;
	border: solid thin #000000;
	background-color: #ff9fe8;
}
.botan a{
	text-decoration: none;
	color: #000000;
}
.botan a:hover{
	opacity: 0.8;
}