@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */
* { margin: 0; padding: 0; }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


body {
  background: url(../images/bg.png) repeat center center;
  position: relative;
  font-family: "游ゴシック Medium", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "メイリオ", sans-serif;
  font-size: 16px ;
  font-weight: 500;
	line-height: 1.5em;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/*-----------------------------------------
  共通で使える
-----------------------------------------*/
section{text-align: left; padding:60px 0;}
.w1200 {  max-width: 1200px; margin: 0 auto; position: relative;}
.text {  text-align: left; }
@media screen and (max-width: 1199px){
.w1200 { width: 95%; margin: 0 auto;padding: 0;}
}
@media screen and (max-width: 768px) {
	section{padding:40px 0;}
}
.b {  font-weight: bold;}
.img_c { display: block; margin-left: auto; margin-right: auto; max-width: 100%; }
.img_l{display: block; float:left; margin-right: 20px;}
.img_r{display: block; float:right; margin-left: 20px;}
::selection
{    background: #fff7b8;}

/* for Firefox */
::-moz-selection
{    background: #fff7b8;}

/* レイアウト関連 */
.outer {
  box-sizing: border-box;
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}


input, button, select, textarea {
  border: none;
  outline: none;
  border-radius: 5px;
  border: #c4c3c3 1px solid;
  background-color: white;
  font-size: 1.5em;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  input, button, select, textarea {

    max-width: 100% !important;
    padding: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  textarea {
    width: 100% !important;
  }
}

input[type=submit], input[type=button] {
  font-family: "游ゴシック Medium", "游ゴシック", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "メイリオ", sans-serif;
  cursor: pointer;
  border: 2px solid #4fcaba;
background: url(../images/form_arrow.png) right center no-repeat #4fcaba;
  color: #fff;
  display: block;
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  max-width: 100% !important;
  padding: 0.2em 2.0em 0.2em 1.0em;
	margin:1.2em auto 1.5em;
	-webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
}
input[type=submit]:hover, input[type=button]:hover {
  border: 2px solid #4fcaba;
  background: url(../images/form_arrow_o.png) right center no-repeat #ffffff;
  color: #4fcaba;
  transition: all ease 0.3s;
	transform: scale(1.03);
}


@media screen and (max-width: 768px) {
  input[type=submit], input[type=button] {
    font-size: 1.18em;
    width: 70%;
	  background-size: 15px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
	  margin-right: 15%;
  margin-left: 15%;
  }
	input[type=submit]:hover, input[type=button]:hover {background-size: 15px;}
	
}


/* フッター部分 */
.totop {
  position: fixed;
  bottom: 3em;
  right: calc(4.375em + 1em);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .totop {
    right: calc(9.3vw + 1em);
	  bottom: 5em;
  }
}
.totop a {
  box-sizing: border-box;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #599519;
  width: 4.375em;
  height: 4.375em;
  border-radius: 50%;
}
.totop a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-top: 1px solid #fcf7c6;
  border-right: 1px solid #fcf7c6;
  margin-top: 0.5em;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .totop a {
    width: 9.3vw;
    height: 9.3vw;
  }
  .totop a:after {
    width: 0.5em;
    height: 0.5em;
    margin-top: 0.25em;
  }
}

footer.footer .copyBox {
  background-color: #fff;
  text-align: center;
  padding: 1em 0;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  footer.footer .copyBox {
    font-size: 0.6em;
  }
}

/* コンテンツ内 */
.mainVisual {text-align: center;}
.mainVisual img {
  width:100%;
}

@media (min-width: 769px) {.only_sp {display:none;}}
@media screen and (max-width: 768px) {
	.only_pc {display:none;}
}
.mainVisual h1 {  display: inline-block;}


.formbtn {
width:80%; max-width:560px;
display: block;
text-align: center;
margin:20px auto 50px;
-webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
-o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
}
.formbtn:hover {
  transition: all ease 0.3s;
	transform: scale(1.03);
}


@media screen and (max-width: 768px) {
.formbtn {
width: 80%;
margin:10px auto 0;
  }
	.formbtn img {width:100%;}
.formbtn:hover {background-size: 15px;}
	
}
/*-----------------------------------------
  what
-----------------------------------------*/
.what {width:100%; background-color: #fbf6f1; }
.what h2 { width:100%; text-align: center; position: relative;}
.what_wrap{width:100%; display: flex; justify-content: center;}
.what_txt {width:45%; text-align: left; line-height: 1.8em; margin:30px 5% 30px 0;}
.what_img {width:40%; text-align: center;}
.what_img img {width:80%;}
.gold {color: #9d7113;}
.green {color: #599519;}
@media screen and (max-width: 768px){
.what h2 img { max-width: 180px;}
.what_wrap {flex-direction: column;}
.what_txt {width:100%;margin:10px 0 30px 0;}
.what_img {width:100%; }
.what_img img {width:80%;}
}

@media screen and (max-width: 768px){
.order1 {order: 1;}
.order2 {order: 2;}
}
/*-----------------------------------------
  change
-----------------------------------------*/
.change {width:100%; background: url("../images/change_bg.png") no-repeat center center #e3ecd3; background-size: contain; }
.change h2 { width:100%; text-align: center; position: relative;}
.change_txt {width:100%; text-align: center; line-height: 1.8em; margin:30px 0 0;}
@media screen and (max-width: 768px){
.change {background-color:#e3ecd3; background-image: none;}
.change h2 img { max-width: 262px;}
.change_txt { margin:20px 0;}
}

/*-----------------------------------------
  point
-----------------------------------------*/
.point {width:100%; background-color: #fffbec; }
.point h2 { width:100%; text-align: center; position: relative;}
.point_wrap {width:100%; text-align: center; margin:30px 0 0;}
.point_wrap img {width:90%;}
@media screen and (max-width: 768px){
.point h2 img { max-width: 333px;}
.point_wrap { margin:20px 0;}
}

/*-----------------------------------------
  message
-----------------------------------------*/
.message {width:100%; background-color: #fbf1e6; }
.message h2 { width:100%; text-align: center; position: relative;}
.message_wrap {width:100%; text-align: left; margin:30px 0 0;}
.message_wrap p {text-align: left; line-height: 1.7em;}

@media screen and (max-width: 768px){
.message h2 img { max-width: 140px;}
.message_wrap { margin:20px 0;}
.messageimg {width:60%; margin:0 20%;}
}

/*-----------------------------------------
  what2
-----------------------------------------*/
.what2 {width:100%; background: url("../images/what2_bg.png");  }
.what2 h2 { width:100%; text-align: center; position: relative;}
.what2_txt {text-align: center; line-height: 1.9em; margin:-10px auto 0; padding:90px 10px; background: url("../images/what2_bg2.png") center center no-repeat; color: #fff; font-size: 1.5em; font-weight: bold;overflow: visible;}
@media screen and (max-width: 768px){

.what2 h2 img { max-width: 202px;}
.what2_txt { width:100%; font-size: 1.1em; line-height: 1.5em;background: url("../images/what2_bg2_sp.png") center center no-repeat;background-size: contain;padding:40px 10px;}
}


/*-----------------------------------------
  voice
-----------------------------------------*/
.voice {width:100%; min-height: 70%; background: url("../images/bg_gold.png") no-repeat center center; background-size: cover; background-attachment: fixed;}
.voice h2 { width:100%; text-align: center; position: relative;}
.voice_wrap {width:90%; max-width:1070px;margin:20px auto; padding: 30px 40px 40px; background-color: #fff;}
.voice_title {width:100%; text-align: left; font-size: 1.2em; line-height: 1.8em; color: #599519; font-weight: bold; margin:0 auto 10px auto; }
.voice_wrap p {margin-bottom: 20px; font-size: 0.9em; font-weight: bold;}

@media screen and (max-width: 768px){
.voice h2 img { max-width: 197px;}
.voice_wrap {width:100%; margin:20px auto; padding: 10px 20px 20px;}
.voice_title {width:100%; font-size: 1.1em; margin:10px auto 20px; }
}
/*-----------------------------------------
  step
-----------------------------------------*/
.step {width:100%; background: url("../images/step_bg.png") no-repeat left bottom #d5e3b7;background-size: 20%; }
.step h2 { width:100%; text-align: center; position: relative;}
.step_wrap {width:100%; margin:50px auto; display: flex; justify-content: center;flex-wrap: wrap;}
.stepbox {width:17%; text-align: center; margin:0 1%; background-color: #fff;}
.stepnum { width:80px;height:80px; margin: -40px auto 20px; font-size: 0.9em; font-weight: bold;background-color: #9f764e; border-radius: 60px; color: #fff; padding:15px 5px;}
.stepnum b {font-size: 1.5em;}
.stepbox img {width:100%; max-width: 190px;}
.step p {width:100%; text-align: center; font-size: 1.15em; line-height: 1.8em; font-weight: bold;}
@media screen and (max-width: 768px){
.step {background-image:none;background-color: #d5e3b7;}
.step h2 img { max-width: 284px;}
.step_wrap {width:100%; margin:40px auto 20px; }
.stepbox {width:40%;margin:0 2% 30px;font-size: 0.9em;}
.stepnum { width:60px;height:60px; margin: -20px auto 10px; font-size: 0.9em; line-height: 1.4em; padding:15px 5px;}
.step p {font-size: 0.9em; line-height: 1.6em; }
}
/*-----------------------------------------
  point2 
-----------------------------------------*/
.point2 {width:100%; background-color: #fbf1e6; }
.point2 h2 { width:100%; text-align: center; position: relative;}
.point2 h2 img { max-width: 100%;}
.point2_wrap {width:80%; margin:20px 10% 0; }
.point2box {width:100%; display: flex; justify-content: space-between;flex-wrap: wrap; margin:10px 0;align-items: center;}
.point2img {width:25%;}
.point2txt {width:72%; font-size: 1.4em; line-height: 1.9em; font-weight: bold;}
@media screen and (max-width: 1100px){
.point2_wrap {width:100%; margin:20px 0 0;}
.point2img img {max-width:100%;}
}
@media screen and (max-width: 768px){
.point2 h2 img { max-width: 100%;}
.point2_wrap {width:100%; margin:20px 0 0; }
.point2box {flex-direction: column;}
.point2img {width:100%; text-align: center;}
.point2txt {width:100%; font-size: 1.1em; line-height: 1.6em; text-align: center; padding: 10px 0 20px;}
}
/*-----------------------------------------
  curriculum 
-----------------------------------------*/
.curriculum {width:100%; background-color: #f3f7ec; }
.curriculum h2 { width:100%; text-align: center; position: relative;}
.curriculum_catch {width:100%; text-align: center;font-size: 1.5em; line-height: 1.6em; font-weight: bold;margin:30px 0 20px;}
.curriculum_wrap {width:100%; background-color: #fff; padding: 30px; text-align: center; margin-bottom: 30px;}
.curriculum_copy {font-size: 1.1em; }
.curriculum p {margin: 40px 0;}
.curriculum_list {width:80%; margin:10px auto 20px; padding: 30px; border: solid 2px #599519;}
.curriculum_list h4 {color: #599519; font-size: 1.2em; font-weight: bold;text-align: center;}
.curriculumlist li {padding:5px 0 5px 30px;background: url("../images/curriculum_check.png") no-repeat left 5px; background-size: 17px auto;text-align: left;}
.curriculum_txt {margin:30px auto; width:70%; text-align: left; line-height: 1.6em;}
.curriculum_list2 {width:80%; margin:10px auto 20px; padding: 30px; border: solid 2px #7c482e;}
.curriculum_list2 h4 {color: #7c482e; font-size: 1.2em; font-weight: bold;text-align: center;}
.curriculumlist2 li {padding:5px 0 5px 30px;background: url("../images/curriculum_check2.png") no-repeat left 5px; background-size: 17px auto;text-align: left;}
@media screen and (max-width: 768px){
.curriculum h2 img { max-width: 356px;}
.curriculum_catch {font-size: 1.2em; line-height: 1.4em; margin:20px 0 10px;}
.curriculum img{ max-width: 100%;}
.curriculum_wrap {width:94%; margin:10px 3%; padding: 20px; }
.curriculum_copy {font-size: 1.0em; }
	.curtitle {width:70%; }
.curriculum p {margin: 30px 0;}	
.curriculum_list, .curriculum_list2 {width:95%; padding: 10px; }
.curriculumlist li, .curriculumlist2 li {padding:5px 0 5px 20px;}
.curriculum_txt {margin:20px auto; width:80%; line-height: 1.5em;}
}

.curriculum_wrap h3{margin:20px auto; font-size: 1.8em;font-weight: bold;}
.curriculum_table {width:100%; position: relative;}
.curriculum_table tr {width:100%; display: flex;}
.curriculum_table th {width:28%; background-color: #599519; color: #fff; font-weight: bold; border: solid 1px #fff;padding: 10px 15px;}
.curriculum_table td {width:24%; background-color: #ede6dc; font-weight: bold; border: solid 1px #fff;padding: 10px 15px; display: flex;align-items: center;justify-content: center;}
.curriculum_flame {width:100%; display: flex; justify-content: space-between;}
.curriculum_box {width:32%; margin:10px 0; border: solid 3px #ede6dc; padding: 20px;background: url("../images/curriculum_img04.png") no-repeat left top; background-size: 62px auto;}
.curriculum_movie {width:100%; text-align: center; font-size: 1.2em; font-weight: bold; padding-bottom: 10px; border-bottom: solid 1px #ede6dc; line-height: 1.5em;}
.curriculum_movie b {color:#599519; font-size: 0.8em; }
.curriculum_box ul {text-align: left;margin:10px 0 0;}
.curriculum_box ul li {list-style: disc; margin: 0 0 5px 20px;}
@media screen and (max-width: 768px){
.curriculum_wrap h3{ font-size: 1.5em;}
.curriculum_table th {padding: 5px 5px;display: flex;align-items: center;justify-content: center;}
.curriculum_table td {padding: 5px 5px; display: flex;align-items: center;justify-content: center;}
.curriculum_flame {flex-direction: column;}
.curriculum_box {width:100%; margin:10px 0; }
}



/*-----------------------------------------
  teacher
-----------------------------------------*/
.teacher {width:100%; min-height: 70%; background: url("../images/bg_gold.png") no-repeat center center; background-size: cover; background-attachment: fixed;}
.teacher h2 { width:100%; text-align: center; position: relative;}

.teacher_wrap {width:100%; margin:20px auto; padding: 30px 40px 30px 50px; background-color: #fff; display: flex; justify-content: space-between; }
.teacher_txt{width:55%;}
.teacher_img {width:40%; text-align: center; padding-top:20px;}
.teacher_img img {width:100%;max-width: 460px;}
.teacher_name {width:100%; font-size: 1.6em; margin:10px auto;border-bottom: solid 2px #e9dbd1; padding:10px 0 30px;font-family: 'Noto Serif JP', serif; font-weight: 700;}
.teacher_name span {font-size: 0.8em;}
.teacher_occu {width:100%; text-align: right; font-weight: bold; font-size: 0.9em;}
.teacher_catch {font-size: 1.5em; line-height: 1.7em; color:#599519; font-weight: bold;}
.teacher_wrap p {margin: 20px 0;}
@media screen and (max-width: 768px){
.teacher h2 img { max-width: 170px;}

.teacher_wrap { padding: 20px; flex-direction: column;}
.teacher_txt{width:100%;}
.teacher_img {width:100%; display: flex; justify-content: center; padding-top:5px;}
.teacher_img img {width:100%;}
.teacher_name {width:100%; font-size: 1.3em; margin:10px auto;border-bottom: solid 2px #e9dbd1; padding:10px 0 10px;}
.teacher_name span {font-size: 0.7em;}
.teacher_occu {font-size: 0.8em; margin-bottom: 20px;}
.teacher_catch {font-size: 1.3em; line-height: 1.5em; }
.teacher_wrap p {margin: 20px 0;}
}

/*-----------------------------------------
  price
-----------------------------------------*/
.price {width:100%; background-color: #fff; }
.price h2 { width:100%; text-align: center; position: relative;}
.price_wrap_g {width:100%; background-color: #f3f7ec; padding: 20px 20px 40px 20px; text-align: center;margin:30px 0 10px;}
.price_wrap_b {width:100%; background-color: #f7f0e8; padding: 20px 20px 40px 20px; text-align: center;margin:30px 0 10px;}
.ikkatu {width:110px; margin: 60px auto 40px; padding: 20px 0; background-color: #599519; font-size: 1.7em; font-weight: bold;color: #fff;}
.bunkatu{width:110px; margin: 100px auto 40px; padding: 20px 0; background-color: #9d7113; font-size: 1.7em; font-weight: bold;color: #fff;}
.price_box {width:100%; display: flex;justify-content: center; align-content: center; margin: 30px auto;font-size: 1.2em; flex-wrap: wrap;}
.motone {background: url("../images/price_uline.png") repeat-x; font-size: 2.0em;font-weight: bold; margin-right: 20px;}
.motone b {font-size: 0.6em;}
.price_box img {display: flex;align-items: center;}
.kakaku{margin-left: 20px;font-weight: bold;}
.kakaku b {color: #cc0000; font-size: 3.0em;}
.kakaku span {font-size: 2.0em;}
.pricebtn:hover { transition: all ease 0.3s;transform: scale(1.03);}
@media screen and (max-width: 768px){
.price h2 img { max-width: 170px;}
.price_wrap_g { padding: 10px 10px 20px 10px;}
	.price_wrap_g img,.price_wrap_b img {max-width:100%;}
.ikkatu {width:110px; margin: 40px auto 20px; padding: 20px 0;font-size: 1.5em;}
.bunkatu{width:110px; margin: 60px auto 20px; padding: 20px 0; font-size: 1.5em; }
.price_box {width:100%; margin: 10px auto;display:block; text-align: center;}
.motone { font-size: 1.8em; margin:10px auto; width:70%;text-align: center;}
.motone b {font-size: 0.6em;}
.price_box img {width:10%;margin:10px auto;}
.kakaku{margin-left: 10px;text-align: center;margin:20px auto; line-height: 2.4em;}
.kakaku b {color: #cc0000; font-size: 2.4em;}
.kakaku span {font-size: 1.8em;}
}
/*-----------------------------------------
  lastmessage
-----------------------------------------*/
.lastmessage {width:100%; background: url("../images/lastmessage_bg.jpg") no-repeat center center; background-size: cover; }
.lastmessage h2 { width:100%; text-align: center; position: relative;}
.lastmessage_txt { width:90%; margin:20px auto; padding:50px 0; text-align: center; line-height: 1.8em; background-color: rgba(255,255,255,0.5);}
@media screen and (max-width: 768px){
.lastmessage {width:100%; background: url("../images/lastmessage_bg_sp.jpg") no-repeat center center; background-size: cover; }
.lastmessage h2 img { max-width: 158px;}
	.lastmessage_txt { width:90%; margin:20px auto; padding:30px 20px;}
}

.f90 {font-size: 0.9em;}

/* フェードイン用のCSS */
.animation {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }

