@charset "UTF-8";
/* CSS Document */
/*Wrapper*/
.wrapper {
  margin:0 auto 50px ;
}
@media (min-width:700px) {
  .wrapper {
    margin: 0 auto 100px;
  }
}
/**----Header----**/

.header{
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top:0;
  z-index: 999;
}
.header_title h1 {
  padding: 20px 0 21px;
  margin: 0 auto;
  font-size: 1.8rem;
  border-bottom: 1px solid #333131;
}
.drawer-nav {
  height: 25px;
  border-bottom: 1px solid #333131;
}
.drawer-nav ul {
  margin: 0 auto;
  width: 900px;
  display: flex;
  justify-content: space-evenly
}
@media (max-width:900px) {
  .header_title h1 {
    padding: 8px 0;
    font-size: 1.6rem;
    border-style: none;
  }
  .drawer-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 999;
    cursor: pointer;
  }
  .drawer-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #333131;
    position: absolute;
    transition: .4s;
  }
  .drawer-btn span:nth-child(1) {
    transform: translate(-50%, -10px);
  }
  .drawer-btn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .drawer-btn span:nth-child(3) {
    transform: translate(-50%, 8px);
  }
  /*menu*/
  .drawer-nav {
    width: 270px;
    height: 100vh;
    background: #fdd3cc;
    transform: translate(-270px);
    transition: transform.5s ease;
    position: fixed;
    top: 53px;
    left: 0;
    z-index: 980;
  }
  .drawer-nav ul {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .drawer-nav ul li a {
    display: flex;
    width: 270px;
    height: 50px;
    left: 30px;
    align-items: center;
    padding-left: 30px;
  }
  /*open*/
  .drawer-nav.open {
    transform: translate(0)
  }
  /*active*/
  .drawer-nav.active ul li a {
    display: none;
    visibility: hidden;
  }
  .drawer-btn.active span:nth-child(1) {
    transform: translate(-50%, 50%) rotate(45deg);
  }
  .drawer-btn.active span:nth-child(2) {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .drawer-btn.active span:nth-child(3) {
    transform: translate(-50%, -50%)rotate(-45deg);
  }
}
/**----Footer----**/
.footer p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 20px;
  padding-top: 25px;
  border-top: 1px solid #B78743;
}
@media (min-width:700px) {
  .footer p {
    margin-bottom: 30px;
    padding-top: 60px;
  }
}
/*◎index*/
/*top画像とリード文*/
.section-top__img {
  position: relative;
  width: 335px;
  height: 430px;
  margin: 53px auto 0;
}
.section-top__img_F {
  position: absolute; /*絶対配置*/
  width: 335px;
  display: flex; /*画像と文字横並び*/
  margin: 0 auto;
  flex-direction: row-reverse; /*画像右、文字左*/
}
.section-top__img_P {
  position: absolute; /*絶対配置*/
  top: 180px; /*下に180pxずらす*/
  width: 335px;
  display: flex;
  margin: 0 auto;
}
.section-top__img_F img, .section-top__img_P img {
  width: 160px;
} /*画像被らせたい*/
.section-top__img p {
  width: 165px;
  text-align: left;
  font-size: 1.0rem;
  line-height: 18px;
  padding-top: 45px;
}
.section-top__img_P p {
  padding-left: 10px; /*画像から10px左に離す*/
}
/*レッスンボタン*/
.section-top__btn_P, .section-top__btn_F {
  color: #FFFFFF;
  width: 335px;
  height: 40px;
  background-color: #ffb0a4;
  border-radius: 20px;
  font-size: 14px;
  margin: 0 auto;
}
.section-top__btn ul li {
  padding-top: 12px; /*枠の真ん中に文字入れるため*/
  font-weight: bold; /*太字*/
}
.section-top__btn_P {
  margin-bottom: 30px;
}
/*SNSアイコン*/
.section-top__icon ul {
  margin: 0 auto;
  display: flex;
  width: 335px;
  justify-content: space-around; /*アイコンの間隔*/
}
.section-top__icon ul li {
  width: 67px; /*アイコン1つの幅*/
}
.section-top__icon p {
  text-align: center;
  margin-top: 10px;
}
.section-top__icon img {
  width: 30px;
}
@media (min-width:900px) {
  /*topimg&lead*/
  .section-top__img {
    width: 900px;
    height: 920px;
    margin:120px auto 100px;
  }
  .section-top__img_F {
    width: 900px;
    justify-content: space-between;
  }
  .section-top__img_P {
    width: 900px;
    top: 400px;
  }
  .section-top__img img {
    width: 420px;
    height: 520px;
  }
  .section-top__img_F p {
    width: 360px;
    font-size: 1.4rem;
    padding-top: 120px;
  }
  .section-top__img_P p {
    width: 360px;
    font-size: 1.4rem;
    padding: 250px 0 0 65px;
  }
  /*lesson_btn*/
  .section-top__btn ul {
    display: flex;
    justify-content: space-evenly;
  }
}
/*◎prof*/
.section-prof img {
  width: 225px;
  height: auto;
  margin: 55px auto 0;
}
.section-prof h2 {
  text-align: left;
  width: 275px;
  margin: 0 auto 50px;
}
.section-prof h3 {
  text-align: left;
  width: 275px;
  margin: 0 auto 20px;
  font-weight: bold;
}
.section-prof p {
  text-align: left;
  width: 260px;
  margin: 0 auto 50px;
  line-height: 24px;
  font-weight: 200;
}
@media (min-width:700px) {
  .section-prof img {
    width: 1000px;
    height: auto;
    margin: 120px auto 0;
  }
  .section-prof h2, .section-prof h3 {
    width: 700px;
  }
  .section-prof p {
    width: 700px;
    font-size: 1.6rem;
  }
}
/*◎panlesson*/
.pan_lesson h3 {
  margin-bottom: 30px;
}
/*topimageとlead*/
.section-pan__top_img {
  position: relative;
  margin: 55px auto 0;
}
.section-pan__top_img h2 {
  position: absolute;
  top: 50%; /*画像の縦真ん中*/
  left: 50%; /*画像の横真ん中*/
  transform: translate(-50%, -50%); /*センターの修正*/
  color: #FFFFFF;
}
.section-pan__top p {
  text-align: center;
  margin: 0 auto 50px;
  font-weight: 200;
  line-height: 24px;
}
/*trialmenu*/
.section-pan__trial_description {
  padding: 30px 0;
  background-color: #ffeedd;
}
.section-pan__trial h4 {
  width: 230px;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  text-align: left;
}
.section-pan__trial_d1 {
  width: 230px;
  text-align: left;
  font-size: 1.6rem;
  margin: 0 auto 10px;
  font-weight: 400;
}

.section-pan__trial_p {
  width: 230px;
  text-align: right;
  font-size: 1.2rem;
  margin: 0 auto 20px;
}
.btn1 {
  width: 260px;
  background-color: #FFFFFF;
  margin: 0 auto;
  font-size: 1.8rem;
  padding: 20px 0;
  border: 1px solid #9b8585;
  border-radius: 5px;
}
/*lesson img & policy btn*/
.slider img {
  width: 250px;
  margin: 0 auto 50px;
}
.section-pan__lesson p {
  text-align: center;
  margin: 0px auto 30px;
}
.policy_btn {
  font-size: 1.4rem;
  background-color: #ffb0a4;
  color: #FFFFFF;
  width: 260px;
  padding: 15px 0;
  margin: 0 auto;
  border-radius: 10px;
}
/*price*/
.section-pan__price_sheet ul {
  margin: 0 auto;
  width: 260px;
}
.section-pan__price_sheet ul li {
  border-top: 2px solid #FFB0A4;
  padding: 10px 0;
  width: 260px;
  margin: 0px auto;
}
.section-pan__price_sheet ul li:last-child {
  border-bottom: 2px solid #FFB0A4;
}
.section-pan__price_d1, .section-pan__price_d2, .section-pan__price_d3, .section-pan__price_d3_l {
  text-align: left;
  margin-left: 20px;
  font-weight: 300;
}
.section-pan__price_d2 {
  font-size: 1.2rem;
}
.section-pan__price_d3 {
  font-size: 1.0rem;
}
.section-pan__price_d3_l {
  font-size: 1.0rem;
}
.flex {
  display: flex; /*leftとアイコン横並び*/
  justify-content: space-between; /*一番端寄せ*/
}
.section-pan__price_icon {
  width: 80px;
  height: 30px;
  background-color: #ffb0a4;
  border-radius: 10px;
  margin-right: 20px;
}
.pan1 {
  width: 20px;
  padding-top: 5px;
}
.pan2-1, .pan3 {
  width: 20px;
  padding-top: 5px;
  margin-right: 3px;
}
.pan2-2 {
  width: 20px;
  padding-top: 5px;
  margin-left: 3px;
}
.sweet {
  width: 27px;
  padding-top: 5px;
  margin-left: 3px;
}
/*schedule*/
.section-pan__schedule ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.section-pan__schedule_list {
  width: 300px;
  margin: 0 auto;
}
.d_w, .am, .pm {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
}
.d_w {
  color: #FFFFFF;
  background-color: #FFB0A4;
  padding: 13px;
}
.am, .pm {
  padding: 13px;
  border-bottom: 1px solid #FFB0A4;
}
@media (min-width:700px) {
  .section-pan__top_img {
  margin: 120px auto 0;
}
  .pan_lesson h3 {
    margin-bottom: 50px;
  }
  /*topimage & lead*/
  .section-pan__top h3 {
    margin-bottom: 50px;
  }
  .section-pan__top p {
    font-size: 1.6rem;
    width: 700px;
  }
  /*trial menu*/
  .section-pan__trial_img {
    max-width: 600px;
    margin: 0 auto;
  }
  .section-pan__trial {
    width: 600px;
    margin: 0 auto;
  }
  .section-pan__trial h4, .section-pan__trial_d1, .section-pan__trial_d2, .section-pan__trial_p {
    width: 400px;
  }
  .section-pan__trial_p {
    font-size: 1.6rem;
  }
  .section-pan__trial_description {
    padding: 50px 0;
  }
  .btn1 {
    width: 500px;
  }
  /*lessonimg & policy btn*/
  .slider img {
    width: 600px;
    height: auto;
  }
  .section-pan__lesson p {
    font-size: 1.6rem;
  }
  .policy_btn {
    width: 700px;
    height: auto;
   
  }
  /*price*/
  .section-pan__price_sheet ul {
    width: 500px;
  }
  .section-pan__price_sheet ul li {
    width: 500px;
    padding: 20px 0;
  }
  .section-pan__price_d1, .section-pan__price_d2, .section-pan__price_d3, .section-pan__price_d3_l {
    width: 400px;
    margin-left: 50px;
  }
  .section-pan__price_d1 {
    font-size: 1.6rem;
  }
  .section-pan__price_d2 {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .left {
    margin: 0 auto;
  }
  .section-pan__price_icon {
    width: 120px;
    height: 40px;
    margin-right: 50px;
  }
  .pan1, .pan2-1, .pan2-2 {
    width: 30px;
  }
  .pan3 {
    width: 30px;
  }
  .sweet {
    width: 40px;
    margin-left: 0px;
  }
  .section-pan__schedule_list {
    width: 500px;
  }
  .am, .pm {
    padding: 30px;
  }
}
/*◎flowerlesson*/ 
.flower_lesson h3 {
  margin-bottom: 30px;
}
/*topimage & lead*/
.section-flower__top_img {
  position: relative;
 margin: 55px auto 0;
}
.section-flower__top_img h2 {
  position: absolute;
  top: 50%; /*画像の縦真ん中*/
  left: 60%; /*画像の横真ん中*/
  transform: translate(-50%, -50%); /*センターの修正*/
  color: #FFFFFF;
}
.section-flower__top p {
  text-align: center;
  margin: 0 auto 50px;
  font-weight: 200;
  line-height: 24px;
}
/*price*/
.section-flower__price {
  margin: 0 auto;
  padding: 30px 0;
  background-color: #ffeedd;
}
.section-flower__price_d1 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 20px;
}
.section-flower__price_d2 {
  width: 300px;
  text-align: left;
  margin: 0 auto 20px;
}
.section-flower__lesson p {
  text-align: center;
  margin: 0 auto 30px;
}
/*schedule*/
.section-flower__schedule ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.section-flower__schedule_list {
  width: 300px;
  margin: 0 auto;
}
.lesson_sd_d1 {
  width: 300px;
  margin: 10px auto 0;
}
@media (min-width:700px) {
  .section-flower__top_img {
  margin: 120px auto 0;
}
  .section-flower__lesson p {
    font-size: 1.6rem;
  }
  .section-flower__top p {
    font-size: 1.6rem;
  }
  /*price*/
  .section-flower__price {
    width: 600px;
    padding: 50px 0;
  }
  .section-flower__price_d2 {
    width: 350px;
  }
  /*schedule*/
  .section-flower__schedule_list {
    width: 500px;
  }
  .am, .pm {
    padding: 30px;
  }
  .lesson_sd_d1 {
    width: 500px;
    text-align: left;
  }
}
/*◎access*/
.section-accsess__img {
  position: relative;
  margin: 55px auto 0;}

.section-accsess__img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.section-accsess_d1 {
  width: 275px;
  text-align: left;
  margin: 0 auto 50px;
}
.accsess h3 {
  margin-bottom: 50px;
}
.section-accsess_d2 {
  width: 275px;
  text-align: left;
  margin: 0 auto;
}
@media (min-width:700px) {
  .section-accsess__img {
  margin: 120px auto 0;
}
  .section-accsess_d1 {
    width: 700px;
    text-align: center;
    margin: 0 auto 100px;
  }
  .section-accsess_d2 {
    width: 500px;
  }
  .br {
    display: none;
  }
}
/*◎panpolicy*/
/*◎flowerpolicy*/
.section-panpolicy__top h2, .section-flowerpolicy__top h2 {
  font-family: "ヒラギノ角ゴシック";
  font-size: 2.4rem;
  margin:105px auto 50px;
}
.section-panpolicy__top p, .section-flowerpolicy__top p {
  text-align: center;
  width: 240px;
  margin: 0 auto 50px;
}
.section-panpolicy__content h3, .section-flowerpolicy__content h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 50px auto;
}
.section-panpolicy__content h4, .section-flowerpolicy__content h4 {
  width: 345px;
  text-align: left;
  border-bottom: 1px solid;
  background-color: #f0edd4;
  padding: 8px 0px 8px 10px;
  margin: 50px auto 20px;
}
.section-panpolicy__content p, .section-flowerpolicy__content p {
  width: 335px;
  margin: 0 auto;
  text-align: left;
}
.btn2 {
  font-size: 1.8rem;
  margin: 50px auto;
  background-color: #cbad90;
  color: #FFFFFF;
  padding: 20px 0;
  width: 260px;
  border-radius: 5px;
}
.driarrow-right {
  display: flex;
  align-items: center;
}
.lesson_process_1 ol, .lesson_process_2 ol {
  margin: 0 auto 20px;
  width: 315px;
  display: flex;
}
.lesson_process ol li {
  background-color: #FFFFFF;
  border: 1px solid #6C6C6C;
  padding: 10px;
}
/*改行*/
.lesson_course ul li {
  border-top: 1px solid #6C574F;
  margin: 0 auto;
  width: 300px;
}
.lesson_course ul li:last-child {
  border-bottom: 1px solid #6C574F;
  width: 300px;
  margin: 0 auto 20px;
}
.lesson_course p {
  margin: 10px 0 10px 10px;
}
.cansel_list_P ul, .change_list ul, .cansel_list_F ul {
  display: flex;
  width: 300px;
  margin: 0 auto;
}
.cansel_list_P ul li, .change_list ul li, .cansel_list_F ul li {
  border: 1px solid #a7a7a7;
}
.cansel_list_P h5, .change_list h5, .cansel_list_F h5 {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 200;
  background-color: #fffae2;
  height: 40px;
  border-bottom: 1px solid #a7a7a7;
}
.cansel_list_P p {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 40px;
  margin: 0 auto;
  width: 100px;
}
.change_list p, .cansel_list_F p {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 40px;
  margin: 0 auto;
  width: 150px;
}
.sub {
  font-size: 1.2rem;
  padding-left: 20px;
  ; 
}
@media (min-width:700px) {
  .section-panpolicy__top h2, .section-flowerpolicy__top h2 {
  margin:220px auto 50px;
}
  .section-panpolicy__top p, .section-flowerpolicy__top p {
    font-size: 1.6rem;
    width: 700px;
  }
  .section-panpolicy__content h4, .section-flowerpolicy__content h4 {
    width: 720px;
    margin-bottom: 30px;
  }
  .section-panpolicy__content p, .section-flowerpolicy__content p {
    width: 700px;
    margin-bottom: 20px;
  }
  .btn2 {
    width: 500px;
    margin: 100px auto;
  }
  .lesson_process {
    width: 670px;
    display: flex;
    margin: 0 auto;
  } /*スキマ気になる*/
  .lesson_course p {
    padding-left: 20px;
  }
  .cansel_list_P ul, .cansel_list_F ul, .change_list ul {
    width: 700px;
  }
  .cansel_list_P p {
    width: 230px;
    margin: 0 auto;
    line-height: 40px;
  }
  .change_list p, .cansel_list_F p {
    width: 350px;
    margin: 0 auto;
    line-height: 40px;
  }
  .cl_line {
    display: block;
  }
  .sub {
    font-size: 1.4rem;
  }
  .lesson_course ul li {
    width: 700px;
  }
  .lesson_course ul li:last-child {
    width: 700px;
  }
  .lesson_course p {
    margin: 10px;
  }
}
.slick-prev{
  left:0;
}
.slick-next{
  right:0;
}