@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFF8E9;
  padding-bottom: 90px;
  width: calc(100% - 270px);
  margin-left: 270px;
  }
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    padding-bottom: 45px;
    width: 100%;
    margin-left: 0px;
  }
}
.section-top {
  margin-bottom: 30px;
  
}
.section-top__image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 660px;
  background-image :url("images/lesson_top.png");
  background-repeat: no-repeat;
  background-position: 50% 2%;; 
  display: flex;
  justify-content: center;
  background-size: cover;
}
.section-top__image::after {
  content: "";
  background: url("images/hana.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 231px; 
  height: 480px;
  position: absolute;
  display: inline-block;
  bottom: 0px;
  right: 0px;

}
.section-top__image h2 {
  position: absolute;
  top: 75.5%;
  left: 3.4%;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF8E9;
  line-height: 4.5rem;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
}
@media screen and (max-width: 480px) {
  .section-top {
    margin-bottom: 30px;
}
  .section-top__image {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url("images/(sp)lesson_top.png");
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    background-size: cover;
    margin-bottom: 40px;
}
  .section-top__image::after {
  content: "";
  background: url("images/hana.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 94px; 
  height: 211px;
  position: absolute;
  display: inline-block;
  bottom: 0px;
  right: 0px;

}
  .section-top__image h2 {
    position: absolute;
  top: 75.5%;
  left: 6.4%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.2rem;
  }
  }
.section-lesson {
  max-width: 1006px;
  padding: 0 40px 0;
  margin: 0 auto 80px;
}
.section-lesson h2 {
  max-width: 160px;
  height: auto;
  margin: 0 auto 65px;
}
.section-lesson img {
  width: 100%;
}
.section-lesson__container {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  position: relative;
}
.section-lesson__container::before {
  content:"";
  position:absolute;
  left:50%;
  top:0%;
  background:#333;
  width:1px;
  height:100%;
}
.lesson__container-one ,.lesson__container-two {
  width: calc(50% - 80px);
  text-align: center;
   
}
.lesson__class-name h3 {
  width: 218px;
  height: auto;
  margin: 0 auto 50px;
}
.lesson__class-name img {
  width: 100%;
}

.lesson__container-one ul ,.lesson__container-two ul {
  font-size: 2.0rem;
  line-height: 3.2rem;
  text-align: left;
  
}
.lesson__container-one ul li:last-child ,.lesson__container-two ul li:last-child {
  list-style: none;
  font-weight: 700;
}
@media screen and (max-width: 630px) {
  .section-lesson {
   max-width: 375px;
  padding: 0 24px 30px;
  margin: 0 auto; 
  }
  .section-lesson h2 {
  width: 140px;
  height: auto;
  margin: 0 auto 50px;
}
  .section-lesson__container {
    display: block;
  }
  .section-lesson__container::before {
    display: none;
  }
  .lesson__container-one ,.lesson__container-two {
  width: calc(100% - 24px);
   margin: 0 0 24px 24px;
}
  .lesson__class-name h3 {
  width: 157px;
  height: auto;
  margin: 0 0 10px -20px;
}
.lesson__container-one ul ,.lesson__container-two ul {
  font-size: 1.4rem;
  line-height: 2.1rem
}
}
.section-schedule {
  max-width: 1006px;
  padding: 0 40px 0;
  margin: 0 auto 80px;
}
.section-schedule h2 {
  max-width: 160px;
  height: auto;
  margin: 0 auto 65px;
}
.section-schedule img {
  width: 100%;
}
.section-schedule__container {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  position: relative;
}
.section-schedule__container::before {
  content:"";
  position:absolute;
  left:50%;
  top:0%;
  background:#333;
  width:1px;
  height:100%;
}
.schedule__container-one ,.schedule__container-two {
  width: calc(50% - 80px);
   
}
.schedule__class-name h3 {
  width: 218px;
  height: auto;
  margin: 0 auto 30px;
}
.schedule__class-name img {
  width: 100%;
}

.schedule__container-one p ,.schedule__container-two p {
  text-align: center;
  font-size: 2.0rem;
  line-height: 3.2rem;
}
.section-schedule__info {
  margin-top: 50px;
  text-align: right;
  font-size: 2.0rem;
  font-weight: 700;
}
.schedule-lessonday {
  width: 312px;
  height: 50px;
  padding: 10px 40px;
  border-radius: 6px;
  background: #FC6951;
  color: #FFF8E9;
  display: inline-block;
  margin-top: 6px;
}
.schedule-lessonday p {
  color: #FFF8E9;
}
.schedule-lessonday a {
  text-decoration: none;
}
@media screen and (max-width: 630px) {
  .section-schedule {
   max-width: 375px;
  padding: 0 24px 30px;
  margin: 0 auto; 
  }
.section-schedule h2 {
  width: 146px;
  height: auto;
  margin: 0 auto 50px;
}
  .section-schedule__container {
    display: block;
  }
  .section-schedule__container::before {
    display: none;
  }
  .schedule__container-one ,.schedule__container-two {
   width: 100%;
   margin-bottom: 30px;
}
  .schedule__class-name h3 {
  width: 157px;
  height: auto;
  margin: 0 0 10px;
}
  
  
  .schedule-area {
    display: flex;
  }
.schedule__container-one p ,.schedule__container-two p {
  width: 50%;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
  .section-schedule__info {
  margin-top: 0px;
  text-align: center;
  font-size: 1.4rem;
}
  .section-schedule__info p {
    text-align: left;
  }
.schedule-lessonday {
  width: 210px;
  height: 40px;
  padding: 10px 28px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 30px;
}
}
.section-price {
  max-width: 1006px;
  padding: 0 40px 0;
  margin: 0 auto 80px;
}
.section-price h2 {
  max-width: 160px;
  height: auto;
  margin: 0 auto 65px;
}
.section-price img {
  width: 100%;
}
.section-price__container {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  position: relative;
}
.section-price__container::before {
  content:"";
  position:absolute;
  left:50%;
  top:0%;
  background:#333;
  width:1px;
  height:100%;
}
.section-price__container p {
  font-size: 2.0rem;
  line-height: 3.2rem;
  padding: 50px 0px;
}
.section-price__info {
  margin-top: 50px;
  text-align: right;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 3.2rem;
}
@media screen and (max-width: 630px) {
  .section-price {
    max-width: 375px;
    padding: 0 24px 30px;
    margin: 0 auto; 
  }
  .section-price h2 {
    width: 139px;
    height: auto;
    margin: 0 auto 50px;
}
.section-price__container p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 50px 0px;
  margin-left: 30px;
}
.section-price__info {
  margin-top: 5px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
}
.section-flow {
  max-width: 1006px;
  padding: 0 40px 0;
  margin: 0 auto 80px;
}
.section-flow h2 {
  max-width: 210px;
  height: auto;
  margin: 0 auto 65px;
}
.section-flow img {
  width: 100%;
}
.section-flow__container {
  position: relative;
 max-width: 930px;
  margin: 0 auto;
}
.flow-arrow {
  
   width: 346px;
  margin: 0 auto;
      }
.flow-arrow__image-pc  {
  width: 100%;
}
.flow-arrow__image-sp {
  display: none;
}
.section-flow__body {
  position: absolute;
  top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
} 
.flow-one {
  padding: 20px 27px;
  width: 57%;
  border-radius: 10px;
  background: #FC6951;
  text-align: right;
  margin-bottom: 27px
}
.flow-two {
  width: 57%;
  padding: 20px 27px;
  border-radius: 10px;
  background: #FC6951;
  text-align: right;
  margin-bottom: 27px;
  margin-left: 43%;
    
}
.flow-three {
  
  width: 57%;
  padding: 20px 27px;
  border-radius: 10px;
  background: #FC6951;
  text-align: right;
  
}
.flow-one h3 ,.flow-two h3 ,.flow-three h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFF8E9;
  margin-bottom: 10px;
  text-align: left;
}
.flow-one p ,.flow-two p ,.flow-three p {
  font-size: 2.0rem;
  text-align: left;
  line-height: 3.2rem;
}
.lesson-application__button ,.lesson-membership-botton {
  width: 312px;
  height: 50px;
  padding: 10px 26px;
  border-radius: 6px;
  background: #205E91;
  display: inline-block;
  margin-top: 10px;
}
.lesson-application__button p ,.lesson-membership-botton p {
  color: #FFF8E9;
  text-align: center;
}
.lesson-application__button a ,.lesson-membership-botton a {
  text-decoration: none;
}
.lesson-lead__area {
  text-align: center;
}
.lesson-lead {
  font-size: 4.4rem;
  font-weight: 700;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
.lesson-lead::after {
  content: "";
  background: url("images/Group 29.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 257px; 
  height: 211px;
  top:-162px;
  left: 291px;
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 1206px) {
  .flow-one h3 ,.flow-two h3 ,.flow-three h3 {
  font-size: 2.0rem;
}
.flow-one p ,.flow-two p ,.flow-three p {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
}
@media screen and (max-width: 830px) {
  .lesson-lead::after {
  width: 192px;
    height: 157px;
    top: -126px;
}
}
@media screen and (max-width: 732px) {
  .section-flow {
    max-width: 495px;
    padding: 0 24px 30px;
    margin: 0 auto; 
  }
  .section-flow h2 {
  width: 180px;
  height: auto;
  margin: 0 auto 50px;
}
.section-flow__container {
  max-width: 100%;
  margin: 0 auto;
}
  .flow-arrow {
   width: 127px;
    margin: 0 auto;
  
      }
  .flow-arrow__image-pc {
    display: none;
  }
  .flow-arrow__image-sp {
    display: block;
    width: 100%;
  }
  .flow-one ,.flow-two ,.flow-three {
  width: 100%;
  text-align: center;
}
  .flow-two {
    margin-left: auto;
  }
.flow-one h3 ,.flow-two h3 ,.flow-three h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: left;
}
.flow-one p ,.flow-two p ,.flow-three p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.1rem;
}
.lesson-application__button ,.lesson-membership-botton {
  width: 233px;
  height: 40px;
  padding: 10px 25px;
  border-radius: 6px;
  margin-top: 10px;
  text-align-last: center;
}
  .lesson-lead__area {
    text-align: center;
  }
 .lesson-lead {
  font-size: 2.4rem;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
.lesson-lead::after {
  content: "";
  background: url("images/Group 29.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 109px; 
  height: 107px;
  top: -64px;
    left: 156px;
  position: absolute;
  display: inline-block;
} 
}
.section-voice {
  max-width: 1090px;
  margin: 0 auto;
}
.section-voice h2 {
  max-width: 190px;
  height: auto;
  margin: 0 auto 65px;
}
.section-voice img {
  width: 100%;
}
.section-voice__container {
  width: 100%;
  background: #D7B883;
  padding: 45px 15px;
  margin: 0 auto;
}
.voice-one {
  display: flex;
  margin-bottom: 40px;
}
.voice-two {
  display: flex;
  flex-flow: row-reverse;
}
.voice-image {
  width: 70%;
}
.voice-image__one-pc {
  width: 100%;
}
.voice-image__one-sp {
  display: none;
}
.voice-image__two-pc {
  width: 100%
}
.voice-image__two-pc2 {
  display: none;
}
.voice-image__two-sp {
  display: none;
}
.voice-one__text {
  width: 31%;
  margin: 54px 0 0 -316px;
}
.voice-two__text {
  width: 30%;
  margin: 54px -334px 0 0 ;
}
.voice-one__text h3 ,.voice-two__text h3 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 3.2rem;
}
.section-voice__lead {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 7px;
}
.section-voice__name {
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 1206px) {
  .section-voice__container {
  padding: 45px 30px;
}
  .voice-one ,.voice-two {
  display: block;
}
  .voice-image__two-pc {
  display: none;
}
  .voice-image__two-pc2 {
    display: block;
  width: 100%
}
  .voice-one__text ,.voice-two__text {
  width: 100%;
  margin: auto;
}

}
@media screen and (max-width: 732px) {
  .section-voice {
     max-width: 732px;
     padding: 0 0 30px;
     margin: 0 auto; 
  }
  .section-voice h2 {
  width: 193px;
  height: auto;
  margin: 0 auto 50px;
}
  .section-voice__container {
  max-width: 732px;
  padding: 34px 24px;
  margin: 0 auto;
}
.voice-one {
  display: block;
  margin-bottom: 55px;
}
.voice-two {
  display: block;
}
.voice-image {
  margin-bottom: 15px;
}
.voice-image__one-pc {
  display: none;
}
  .voice-image__two-pc2 {
  display: none;
}
 .voice-image__one-sp {
   display: block;
    width: 100%;
  } 
  .voice-image__two-pc {
  display: none;
}
.voice-image__two-sp {
  display: block;
  width: 100%;
}
.voice-one__text {
  width: 91%;
  margin: 0 auto 0 ;
}
.voice-two__text {
  width: 91%;
  margin: 0 auto 0 ;
}
.voice-one__text h3 ,.voice-two__text h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
  line-height: 3.0rem;
}
.section-voice__lead {
  font-size: 1.4rem;
  line-height: 3.0rem;
  margin-bottom: 7px;
}
.section-voice__name {
  font-size: 1.4rem;
  text-align: right;
}
  
}













