8art.s2.6632.jp@gmail.com@charset "utf-8";

/* section **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
section{ margin-top:0px; }


/* article **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/*article{ background:url(../images/top_main_bg.png) center top no-repeat,url(../images/top_main_bg_r.png) repeat-x; }*/


/* main **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.main{ text-align: center; margin-top:90px;  }

/* about **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.about .txt{text-align: center; color: #0a84a2; font-size: 14px; line-height: 1.8}
.abouttop{background: url(../images/top_bg1_top.png)repeat-x top;height: 16px; margin-top:-90px; }
.about{background: url(../images/top_bg1_naka.png)repeat top; padding: 100px 0 60px; }
.aboutbottom{background: url(../images/top_bg1_bottom.png)repeat-x top;height: 16px; }
.about .wrap{background: url(../images/top_about_il_rb.png)no-repeat right bottom 0px,url(../images/top_about_il_rt.png)no-repeat right 50px top 100px,url(../images/top_about_il_lb.png)no-repeat left bottom 0px,url(../images/top_about_il_lt.png)no-repeat left 40px top 100px;width: 1050px;}
.about .items{margin: 0 auto; width: 600px;}
.about .items .item{float:left; }

.pop-op{ display:none; font-family:'Noto Sans-jp-bold','Noto Sans-en-bold'; }
.pop-op a{ outline:none; }

/* classroom **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.classroom{margin-top: 40px; position: relative; overflow: hidden;}
.classroom .classroomtxt{position: relative; left: 50%; float:left;}
.classroom .txt{text-align:center; color: #0a84a2; line-height: 1.8; float:left; margin: 0 20px;  position: relative; left: -50%; float: left; list-style:none;}
.classroom .txt img{padding:0 6px 6px 0;}
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -3em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}
/* 以下追加 */
rt {
    display: none;
}

/* contact **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.contact .txt{text-align: center; color: #fff; font-size: 14px; line-height: 1.4; margin-top:10px; }
.contacttop{background: url(../images/top_bg2_top.png)repeat-x top;height: 16px; margin-top:40px; }
.contact .wrap{background: url(../images/top_contact_il_r.png)no-repeat right bottom 120px,url(../images/top_contact_il_l.png)no-repeat left top 60px;width: 1300px;}
.contact.th .wrap{background: none;width: 1300px;}
.contact{background: url(../images/top_bg2_naka.png)repeat top; padding: 20px 0 40px; }
.contact h2{text-align: center; font-size:25px; font-weight:500; color:#fff; line-height: 1.0;}
.contact h2 .eng{font-size:13px; font-weight:normal; color:#ffdfed;}
.contact .h2kazari{  margin: 22px auto; width: 60px;height: 3px;background: #fff; border-radius: 4px;}
.Form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 0px;
  }
}
.Form-Item {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 6px;
    flex-wrap: wrap;
  }
}
.Form-Item-Label {
  width: 100%;
  max-width: 100px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 20px;
	color: #fff;
	line-height: 0.9;
	text-align:right;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
}
.Form-Item-Label.isMsg {
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 12px;
  }
}
.Form-Item-Input {
  border: none;
  border-radius: 15px;
  margin-left: 15px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 17px;
}
.age .Form-Item-Input {
  border: none;
  border-radius: 15px;
  margin-left: 15px;
  margin-right:10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 180px;
  background: #fff;
  font-size: 17px;
}
.check .Form-Item-Input {
  border: none;
  border-radius: 15px;
  margin-left: 0px;
  margin-right:10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 350px;
  background: none;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 0px;
    height: 50px;
    flex: inherit;
    font-size: 16px;
  }
	
	.age .Form-Item-Input {
    margin-left: 0;
    margin-top: 0px;
    height: 50px;
    flex: inherit;
    font-size: 16px;
  }
	
	.check .Form-Item-Input {
    margin-left: 0;
    margin-top: 0px;
    height: 50px;
    flex: inherit;
    font-size: 16px;
  }
}
.Form-Item-Textarea {
  border: none;
  border-radius:18px;
  margin-left: 15px;
  padding-top: 0.7em;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
	  padding-right: 1em;
    height: 200px;
    flex: inherit;
    font-size: 16px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
::placeholder {
  color:#bbbbbb;
}
.formbtn{width: 164px; margin: 0 auto;}

.addtxt{color: #fff; font-size: 22px; text-align: center; margin-top: 30px; font-weight: 500; line-height: 1.3;}
.addtxt div{margin-top: 20px;}
.addtxt a{color: #fff; }
.addtxt a:hover{ color:#ffdfed; text-decoration:none; }



/* ★★★ タブレット ★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media only screen and (max-width: 768px){
/* article **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
article{ background-size:768px 558px,1px 558px; }


/* main **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.main{ height:auto; }
	
/* main **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.main{ text-align: center; margin-top:5px;  }

/* contact **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.contacttop{margin-top:15px; }
.contact h2{font-size:22px; }
.contact .wrap{background:none;width: auto;}
.contact.th .wrap{background: none;width: auto;}

/* about **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.about .wrap{background: none;width: auto; padding: 0 20px;}
.about .fancybox-slide .pop-op {width: 80% !important;}
	
/* classroom **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.classroom{margin-top: 40px; position: static; overflow: hidden;}
.classroom .classroomtxt{position: static; float:none; left:none;}
.classroom .txt{text-align:center; color: #0a84a2; line-height: 1.7; margin: 30px 20px;  position: static;  float:none; list-style:none;}
.classroom .txt img{padding:0 6px 6px 0;}

}



/* ★★★ タブレット（小型） ★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media only screen and (max-width: 600px){
/* section **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
section{ margin-top:0px; }


/* about **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.about .items{margin: 0 auto; width: 300px;}
.about .items .item{float:left; }

/* main **********
///////////////////////////////////////////////////////////////////////////////////////////////*/

/* slider */
.slider ul li{ width:250px; }

/*.slick-prev,.slick-next{ display:none !important; }*/
.slick-prev{ width:20px !important; height:20px !important; left:10px !important; }
.slick-next{ width:20px !important; height:20px !important; right:10px !important; }


/* item **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.item li{ width:calc(100% / 2); -webkit-width:calc(100% / 2); }
.item .hoken{ margin-top:15px; }

}



/* ★★★ スマホ ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media only screen and (max-width: 414px){ /* iPhone6Plus */
/* article **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
article{ background-size:403px 240px,1px 240px; }


/* main **********
///////////////////////////////////////////////////////////////////////////////////////////////*/

/* slider */
.slider ul li{ height:190px; }

/*.slick-prev,.slick-next{ display:none !important; }*/
.slick-prev{ left:5px !important; }
.slick-next{ right:5px !important; }


}

