@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;
}
.container {
	width:960px;
	margin:0 auto;
}
.clear {
	clear: both;
}
::selection {
    background: #F6AD3C;
    color: #FFFFFF;
}

/* luminous調整 */
@media screen and (min-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 160vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;  /* 上下に適度に余白 */
  }
}
.lum-lightbox-inner {
	font-size: 0.9em;
	margin:0 0 10px 0px;
}

.kiiro {
	background-image: url("../images/kiiro.png"),url("../images/kiiro02.png");
	background-position : left , right;
	background-repeat: repeat-y , repeat-y;}

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

/*ロード後表示*/
#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;
}

/*申込ボタン*/
.fixed_btn
{
  position: fixed;
  bottom: 70px; 
  left: 10px;
  padding: 6px 10px;
	font-size: 0.8em;
	background-color: #FFF33F;
}
.fixed_btn2
{
  position: fixed;
  bottom: 10px; 
  left: 10px;
  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%;
}


/*ドロップダウンメニュー*/
.shadow img {
	display: flex;
	position: fixed;
	top: 0px;
	z-index: 500;
	width:100vw;
	height:80px;
}
.menu {
	display: flex;
	position: fixed;
    width: 960px;
    height: 50px;
    margin: 0 auto;
	z-index: 501;
	top: 10px;
	left:0;
	right: 0;
}
.mainlogo img{
	display: block;
	width:250px;
	height:auto;
	margin:3px 15px 0 15px;
	filter: drop-shadow(3px 3px 3px rgba(255,255,255,0.4));
}
.mainlogo img:hover {
	opacity: 0.6;
}
.menu li {
    width: 152px;
    height: 50px;
    line-height: 50px;
	z-index: 502;
	text-align: center;
	font-size: 0.9em;
}
.menu li a {
	text-decoration: none;
    display: block;
    color: #282828;
	text-align: center;
	filter: drop-shadow(3px 3px 3px rgba(255,255,255,0.4));
}
.menu li a:hover {
	background-color: #FFF33F;
	color: #282828;
}
ul.menu__second-level {
    visibility: hidden;
	text-align: center;
    opacity: 0;
    z-index: 1;
}
.menu li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu__second-level li {
    border-top: 1px solid #111;
	text-align: center;
}
.menu__second-level li a:hover {
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
/*ドロップダウンメニュー*/

/*スクロール*/
.scroll a {
  z-index: 10000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.scroll a {
  padding-top: 60px;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*oshirase*/
.oshirase {
	margin :-20px 20px 0px 20px;
	padding-top:100px;
}
.oshirase h2 {
	position: relative;
	height:60px;
	width:300px;
	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.9em;
	border-top: dashed medium #E9546B;
	padding :20px 0 0 20px;
	margin:50px 0 0 0;
}
.oshirasetitle {
	font-size: 1.5em;
	margin:0 0 20px 0;
	font-weight: bold;
	padding:0 0px 0 20px;
}
.oshirasecontent {
	font-size: 1.0em;
	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;
}
.concept h2 {
	position: relative;
	height:60px;
	width:300px;
	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);
}
.concepttext01 p{
	margin:110px 0 0 20px;
	font-size: 1.5em;	
	font-weight: bold;
	font-family: 'Kosugi Maru', ;
}
.concepttext02 p{
	font-size: 0.9em;	
	margin:120px 0 0 20px;
	line-height: 2.6em;
}
.concepttext04 p{
	font-size: 0.9em;	
	margin:120px 0 0 20px;
	line-height: 2.6em;
}
.concepttext05 p{
	font-size: 1.4em;	
	margin:20px 0 0 0px;
	line-height: 2.6em;
    text-align: center;
    font-weight: bold;
}
.concepttext05 ul{
	font-size: 1.0em;	
	margin:100px 0 0 20px;
    text-align: center;
    color: #5C5C5C;
    line-height: 2.4em;
}
.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;
}
*/
.daihyou img{
	display: block;
	margin:100px 0 270px 40px;
	width:250px;
	height:auto;
	float:left;
}
.daihyoukatagaki p{
	display: inline-block;
	margin:130px 0 0 40px;
	font-size: 0.9em;
}
.daihyouname p{
	display: inline-block;
	margin:0px 0 0 38px;
	font-size: 1.8em;
	letter-spacing: 0.12em;
}
.daihyouprofile p{
	width:500px;
	display: inline-block;
	margin:20px 0 0 40px;
	font-size: 1.0em;
}

/*zyugyou*/
.zyugyou {
	clear: both;
	margin :-20px 20px 150px 20px;
	padding-top:100px;
}
.zyugyou h2 {
	position: relative;
	height:60px;
	width:300px;
	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:70px 0 10px 0;
	font-size: 1.2em;
}
.zyugyou01{
	width:300px;
	height:300px;
	margin:20px 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:70px 0 0 0;
	font-size: 1.7em;
}
.zyugyou a:hover{
	opacity: 0.5;
}
.huukei a:hover{
	opacity: 0.5;
}
.zyugyou02{
	width:300px;
	height:300px;
	float:left;
	margin:0 0 30px 106px;
	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:70px 0 0 0;
	font-size: 1.7em;
}
.zyugyousmall {
	text-align: center;
	font-size: 1.1em;
	padding:60px 0 0 0;
}
.zyugyou ul {
    text-align: center;
    font-size: 0.9em;
    margin:20px 0 30px 0;
}

/*access*/
.access {
	margin :-20px 20px 150px 20px;
	padding-top:100px;
	clear: both;
}
.access h2 {
	position: relative;
	height:60px;
	width:300px;
	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.7em;
	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:450px;
	height:auto;
	margin:0 auto;
}

/*course01*/
.kyoushitu{
	font-size: 2.9em;
	text-align: center;
	margin:200px 0 0 0;
}
.course01 {
	margin :200px 20px 0px 20px;
}
.course01 h2 {
	position: relative;
	height:100px;
	width:500px;
	text-align: center;
  	background: #187FC4;
 	box-shadow: 0px 0px 0px 5px #187FC4;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 1em 0.5em;
 	color: #FFFFFF;
	font-size: 1.7em;
	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*/
.course03 {
	margin :150px 20px 0px 20px;
}
.course03 h2 {
	position: relative;
	height:100px;
	width:500px;
	text-align: center;
  	background: #E9546B;
 	box-shadow: 0px 0px 0px 5px #E9546B;
 	border: dashed 2px white;
	margin:0 auto 30px;
 	padding: 1em 0.5em;
 	color: #FFFFFF;
	font-size: 1.7em;
	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.1em;
	width:700px;
	height:300px;
    color: #fff;
    background-color: #114400;
    margin: 50px auto;
    padding: 40px 0 0 70px;
    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;
	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;
}
.study01 dd img{
	margin:10px 10px 0 0 ;
	width:280px;
	height:auto;
	float:left;
}
.teachersyoukai{
	display: inline-block;
	font-size: 0.9em;
	margin:0 0 0 20px;
}
.teachername{
	display: inline-block;
	font-size: 1.5em;
	margin:0 0 0 20px;
}
.teacherprofile {
	display: inline-block;
	width:600px;
	margin:10px 0 0 20px;
	font-size: 0.9em;
}
.chuusyaku{
	clear: both;
	font-size: 0.8em;
	text-align: right;
}
/*course02*/
.course02 {
	margin :200px 20px 150px 20px;
}
.course02 h2 {
	position: relative;
	height:100px;
	width:500px;
	text-align: center;
  	background: #187FC4;
 	box-shadow: 0px 0px 0px 5px #187FC4;
 	border: dashed 2px white;
	margin:0 auto;
 	padding: 1em 0.5em;
 	color: #FFFFFF;
	font-size: 1.7em;
	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.1em;
	width:700px;
	height:370px;
    color: #fff;
    background-color: #114400;
    margin: 0px auto 50px;
    padding: 40px 0 0 70px;
    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.1em;
	width:700px;
	height:530px;
    color: #fff;
    background-color: #114400;
    margin: -100px  auto 100px;
    padding: 40px 0 0 70px;
    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;
}
.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;
	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;
}
.study02 dd img{
	margin:10px 10px 0 0 ;
	width:280px;
	height:auto;
	float:left;
}
.teachersyoukai{
	display: inline-block;
	font-size: 0.9em;
	margin:0 0 0 20px;
}
.teachername{
	display: inline-block;
	font-size: 1.5em;
	margin:0 0 0 20px;
}
.teacherprofile {
	display: inline-block;
	width:600px;
	margin:10px 0 0 20px;
	font-size: 0.9em;
}
.chuusyaku{
	clear: both;
	font-size: 0.8em;
	text-align: right;
}

/*電話でのお問い合わせ*/
.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;
}
.tellinfo01 {
	font-size: 1.1em;
	text-align: center;
	padding:0 0 10px 0;
}
.tellinfo02{
	font-size: 0.8em;
	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 {
	height:260px;
	background-color: #FFF33F;
	clear:both;
}
.copyright {
	font-size: 0.7em;
	color: #252525;
	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: #252525;
	padding :20px 0 10px 20px;
}
.footerinfo ul dd{
	font-size: 0.8em;
	color: #252525;
	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 (max-width: 960px) {
  /* 記事アイテムを大きくして3列にする */
  .article-item {
    width: 30%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 620px) {
  .article-item {
    width: 50%;
    /* margin-bottom: -100px; */
  }
}

/*5列*/
.article-item02 {
  /* 記事アイテムの一つの大きさ */
  width: 19%;
  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;
}


/*各works*/
.prev {
	text-align: left;
	float: left;
	margin:-2.7em 0 3em 0;
}
.prev a {
	text-decoration: none;
	color: #CDCDCD;
}
.prev a:hover {
	color: #d6245b;
}
.next {
	float:right;
	text-align: right;
	margin:-2.7em 0 3em 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 {
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 0.4em;
	margin :-30px 0 20px 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.4em;
	text-align: center;
	margin:60px 0 -40px 0;
	padding:0.7em 0 0 0;
	height:3em;
	background-color: #d6245b;
	color: #fff;
}
.worksmainimage img{
	display: block;
	width:100%;
	height:auto;
	clear: both;
}
.worksnote p{
	text-align: center;
	font-size: 0.9em;
	margin:50px 0 -40px 0;
}


/*TOPへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    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{
    display: block;
    width:900px;
    height:auto;
    margin:0 auto;
}
video{
    display: block;
    width:700px;
    height:auto;
    margin:0 auto;
}
.huukei p{
    text-align: center;
    margin:0 0 20px 0;
}
.tic a{
	display: block;
	width: 320px;
	height:60px;
	margin:70px auto 10px;
	text-align: center;
	border: thin #000 solid;
	font-size: 0.9em;
	padding:7px 0 0 0;
	text-decoration: none;
	color: #000;
	border-radius: 20px;
}
.tic a:hover{
	background-color: #d6245b;
	color: #fff;
}
.youtube a{
	display: block;
	width: 320px;
	height:90px;
	margin:20px auto 10px;
	text-align: center;
	border: thin #000 solid;
	font-size: 0.9em;
	padding:10px 0 0 0;
	text-decoration: none;
	color: #000;
}
.youtube a:hover{
	background-color: #d6245b;
	color: #fff;
}

.conceptimage02 img{
	display: block;
	width:650px;
	height:auto;
	margin:0px auto 20px;
}
/*講師依頼ページ*/
.koushiirai img{
    display: block;
    width:600px;
    height:auto;
    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;
}