@charset "UTF-8";
/* CSS Document */
.main {
  box-sizing: border-box;
}
/* section-top */
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
/*  height: 100vh; スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("../images/top/top_img01.jpg");
}
.slider-item02 {
  background: url("../images/top/top_img03.jpg");
}
.slider-item03 {
  background: url("../images/top/top_img02.jpg");
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 650px; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
/*矢印の設定*/
.slick-prev, .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff; /*矢印の色*/
  border-right: 2px solid #fff; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0; /*ドットの位置*/
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
/*buttonタグにリセットcssを当てる*/
  background-color: transparent;
 border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
  color: transparent;
  outline: none;
  /*buttonタグにリセットcssを当てる　ここまで*/
  
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
.top-wrapper {
      position: relative;
}
.section-top_image_text-area {
  width: 516px;
  padding: 86px 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*  background-color: rgba(0, 0, 0, 0.20);*/
}
.section-top img {
  width: 340px;
  padding-bottom: 20px
}
.section-top_text {
  padding-top: 10px;
  color: #FFF;
  font-size: 1.8rem;
  border-top: 1px solid #FFF;
}
/*
.section-top_image {
  width: 100%;
  height: 650px;
*/
/*height: calc(100vh - 90px); */ /*100vhはブラウザの高さ100％そこからヘッダーの高さを引く*/
/*
  background-image: url("../images/top/top_image@2x-min.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
*/
@media (max-width: 800px) {
  .slider {
    width: 100%;
    height: auto;
  }
}

  @media (max-width: 480px) {
.slider-item01 {
  background: url("../images/top/top_img-mobile01.jpg");
}
.slider-item02 {
  background: url("../images/top/top_img-mobile03.jpg");
}
.slider-item03 {
  background: url("../images/top/top_img-mobile02.jpg");
}
.slider-item {
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center;
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.section-top img {
  width: 55%;
}
.section-top_text {
  font-size: 1.6rem;
}
}

/* section-about */
.section-about {
  background: url("../images/quilt_beige@2x-min.png") no-repeat top right/35%, url("../images/quilt_beige@2x-min.png") no-repeat bottom 416px right 580px/30%, url("../images/quilt_beige@2x-min.png") no-repeat bottom 20px left -72px/30%;
  background-color: #fdf9f3;
  padding-bottom: 150px;
}
.section-about_wrapper {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  /*  align-items: flex-end;*/
  gap: 80px;
}
.section-about_img {
  width: 643px;
  height: 868px;
  background-image: url("../images/top/topread_image@2x-min.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-about_inner {
  position: relative;
  top: 150px;
}
.section-title {
  font-family: 'Merriweather', serif;
  font-size: 4.8rem;
  font-weight: 400;
  padding-bottom: 10px;
}
.section-title_sub {
  font-size: 1.8rem;
  font-weight: 600;
}
.section-about_text-area {
  text-align: left;
  line-height: 1.5;
}
.about-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding-top: 234px;
  padding-bottom: 80px;
}
.section-about_text-area p {
  font-size: 1.6rem;
  padding-bottom: 34px;
}
.section-about_text-area p:last-of-type {
  padding-bottom: 110px;
}
.section_btn {
  width: 420px;
  height: 77px;
  font-size: 1.8rem;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0 10px
}
.about_btn {
  background-color: #f8efdf;
}
.about_btn:hover {
  background-color: #c3a97d;
  color: #fff;
  border: none;
}
.about_btn-text {
  /*
  padding-left: 112px;
  padding-right: 90px;
*/
  margin: 0 auto;
}
.btn-sign {
  font-size: 2.4rem;
}
.about-profile_wrapper {
  max-width: 1160px;
  margin: 70px auto 0;
  border: 1px solid;
  display: flex;
  align-items: center;
  padding: 30px 6vw;
}
.about-profile_text-area {
  text-align: left;
  flex-basis: 70%;
}
.about-profile_img-area {
  flex-basis: 30%;
  width: 290px;
  /*
  padding-right: 6.9vw;
  padding-left: 10px;
*/
}
.about-profile_img-area img {
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 20px -10px;
}
.about-profile_text-area h3 {
  font-family: 'Merriweather', serif;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-profile_text-area p {
  line-height: 1.6;
  padding-bottom: 25px;
}
.about-profile_text-area p:last-child {
  padding-bottom: 0;
}
.about-profile_name {
  font-size: 2.0rem;
  line-height: 1.5;
}
.about-profile_text-area a {
  text-decoration: none;
  color: #333;
  background-color: #FFF;
  padding: 5px 100px;
  border-radius: 50px;
}
.about-profile_name-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-profile_name-area img {
  width: 25%;
  height: 1px;
}
.about-profile_btn {
  margin-top: 25px;
  margin-left: 105px;
}
.btn-sign2 {
  padding-left: 36px;
  font-size: 2.0rem;
}
.about-profile_text-area a:hover {
  background-color: #c3a97d;
  color: #fff;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .section-about_inner {
    top: 50px;
  }
  .section-about {
    padding-top: 80px;
    padding-bottom: 70px;
    background: url(../images/quilt_beige@2x-min.png) no-repeat top right -76px/85%, url(../images/quilt_beige@2x-min.png) no-repeat bottom 820px left -30px/65%, url(../images/quilt_beige@2x-min.png) no-repeat bottom 20px left -72px/106%;
    background-color: #fdf9f3;
  }
  .section-title {
    font-size: 4.0rem;
    padding-bottom: 5px;
  }
  .section-title_sub {
    font-size: 1.6rem;
  }
  .section-about_wrapper {
    flex-direction: column-reverse; /* 縦ならび、逆順*/
    gap: 0;
  }
  .about-heading {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.9rem;
    font-weight: 600;
    padding-top: 115px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .about-heading h3 {
    padding-top: 25px;
  }
  .section-about_text-area p:last-of-type {
    padding-bottom: 60px;
  }
  .section_btn {
    width: 267px;
    height: 50px;
    margin: 0 auto;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .section-about_text-area p {
    font-size: 1.6rem;
    padding: 0 30px 34px;
    line-height: 1.5;
  }
  .section-about_img {
    width: 100%;
    height: 100px;
    background-image: url("../images/top/topread_image-mb@2x.jpg");
  }
  .section-about_text-area {
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .about-profile_wrapper {
    flex-direction: column-reverse;
    margin-top: 30px;
    padding: 40px 20px 10px;
    width: 335px;
  }
  .about-profile_img-area img {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .about-profile_text-area {
    padding: 30px 0;
  }
  .about-profile_text-area h3 {
    font-size: 1.8rem;
  }
  .about-profile_text {
    display: none;
  }
  .about-profile_name-area {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-profile_name-area img {
    text-align: left;
  }
  .about-profile_name {
    font-size: 1.6rem;
  }
  .about-profile_text-area a {
    font-size: 1.4rem;
    padding: 5px 75px;
  }
  .btn-sign2 {
    padding-left: 26px;
  }
  .about-profile_btn {
    margin-left: 0;
  }
}
/* section-concept */
.section-concept {
  background: url("../images/quilt_green@2x-min.png") no-repeat top 50px right -80px/35%, url("../images/quilt_green@2x-min.png") no-repeat bottom 580px left/30%, url("../images/quilt_green@2x-min.png") no-repeat bottom 50px right/38%;
  background-color: #e8f3eb;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.concept-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 1vw 80px;
  line-height: 1.5;
}
.section-concept ul {
  margin: 0 auto;
  max-width: 1160px;
  list-style: none;
}
.section-concept ul li {
  margin-bottom: 60px;
  text-align: left;
  display: flex;
  background-color: #FFF;
  align-items: center;
}
/*.section-concept ul li:last-child {
  padding-bottom: 80px;
}*/
/*
.concept-wrapper {
  height: 337px;
  display: flex;
  justify-content: space-between;
}
*/
.concept-2 {
  flex-flow: row-reverse;
}
.concept-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
.concept-title p {
  font-size: 2.2rem;
  line-height: 1.75;
  padding-right: 10px;
}
.concept-title p span {
  display: inline-block;
}
.concept-title img {
  width: 160px;
  height: 113px;
}
.concept-text-area {
  padding: 0 3.8vw 10px;
  background-color: #FFF;
  flex-basis: 60%;
}
.concept-img-area {
  height: 100%;
  flex-basis: 40%;
}
.concept-img-area img {
  width: 100%;
  height: auto;
}
.concept-description {
  line-height: 1.75;
}
.section-concept_message {
  font-size: 1.6rem;
  padding-bottom: 40px;
  text-align: left;
  line-height: 1.5;
  display: inline-block;
}
.voice-content span {
  background: linear-gradient(transparent 75%, #ffc0cb 75%);
  font-weight: bold;
}
.concept_btn {
  margin: 0 auto;
  background-color: #b2d3be;
}
.concept_btn:hover {
  background-color: #446f54;
  color: #FFF;
  border: none;
}
.concept_btn-text {
  margin: 0 auto;
}
@media (max-width: 800px) {
  .section-concept {
    padding: 70px 20px;
    /*    background: url(../images/quilt_green@2x-min.png) no-repeat top 50px right -52px/80%,url(../images/quilt_green@2x-min.png) no-repeat bottom 900px left/80%,url(../images/quilt_green@2x-min.png) no-repeat bottom 50px right/80%;*/
  }
  .section-concept ul li {
    flex-direction: column;
  }
  .concept-heading {
    font-size: 2.0rem;
  }
  .concept-title {
    display: block;
  }
  .concept-text-area {
    padding: 100px 30px 30px;
    position: relative;
  }
  .concept-title img {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
  }
  .concept-title p {
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .concept_btn-text {
    padding-left: 30px;
    padding-right: 25px;
  }
}
/* section-lesson */
.section-lesson-price {
  background: url("../images/quilt_beige@2x-min.png") no-repeat top 50px left -40px/35%, url("../images/quilt_beige@2x-min.png") no-repeat bottom right -80px/40%;
  background-color: #fdf9f3;
  padding-top: 150px;
  padding-bottom: 150px;
}
.admission {
  padding-top: 70px;
  padding-bottom: 20px;
  font-size: 2.2rem;
}
.admission-price {
  font-size: 3.2rem;
  font-weight: 600;
  padding-left: 30px;
}
.section-lesson-price h3 {
  padding-left: 80px;
  padding-right: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
}
.lesson_program {
  padding-left: 20px;
  font-size: 1.8rem;
  border-left: 1px solid;
}
.lesson_studio-name {
  height: 120px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 37px 0;
  display: flex;
  align-items: center;
  background-color: #edecec;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.lesson_studio-name2 {
  margin-top: 40px;
}
.section-lesson-price dl {
  height: 120px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #b2b2b2;
}
.section-lesson-price dd {
  display: flex;
}
.lesson_program-price {
  padding-left: 80px;
  font-size: 2.2rem;
  font-weight: 600;
}
.lesson_class {
  font-size: 2.0rem;
}
.lesson_program-time {
  font-size: 2.0rem;
}
.basicclass-price {
  padding-left: 90px;
}
.lesson-price_description {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 70px;
  line-height: 1.5;
}
.lesson-price_btn {
  margin: 0 auto;
  background-color: #f8efdf;
}
.lesson-price_btn:hover {
  background-color: #c3a97d;
  color: #fff;
  border: none;
}
.lesson_btn-text {
  margin: 0 auto;
}
@media (max-width: 800px) {
  .section-lesson-price {
    background: url(../images/quilt_beige@2x-min.png) no-repeat top 50px left -40px/35%, url(../images/quilt_beige@2x-min.png) no-repeat bottom right -80px/40%;
    background-color: #fdf9f3;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .admission {
    padding-top: 70px;
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
  .admission-price {
    font-size: 2.8rem;
    padding-left: 20px;
  }
  .lesson_studio-name {
    flex-direction: column;
    align-items: center;
  }
  .section-lesson-price h3 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
  .lesson_program {
    font-size: 1.6rem;
    border-left: 1px solid;
  }
  .section-lesson-price dl {
    flex-direction: column;
    /*    align-items: flex-start;*/
    padding: 30px 20px;
  }
  .lesson_class {
    font-size: 1.8rem;
    padding-bottom: 18px;
  }
  .lesson_program-price {
    padding-left: 25px;
  }
  .lesson-price_description {
    padding-right: 20px;
  }
  .lesson_program-time {
    font-size: 1.8rem;
  }
}
/* section-studio */
.section-studio {
  background: url("../images/quilt_beige@2x-min.png") no-repeat top 50px left -40px/35%, url("../images/quilt_beige@2x-min.png") no-repeat bottom right -80px/40%;
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-studio ul {
  padding: 70px 20px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.section-studio ul li {
  list-style: none;
}
.section_studio-name {
  max-width: 428px;
  height: 80px;
  padding-top: 25px;
  font-size: 2.4rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #fff;
  font-weight: 500;
}
.studio_description {
  max-width: 428px;
  padding: 45px 0;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.75;
}
.section-studio_map {
  max-width: 428px;
  height: 300px;
}
.section-studio_map iframe {
  width: 100%;
  height: 100%;
}
.section-studio_address {
  max-width: 428px;
  padding-top: 10px;
  text-align: left;
  line-height: 1.5;
}
.studio_btn-text {
  margin: 0 auto;
}
.studio_btn {
  margin: 0 auto;
  background-color: #fdf7f0;
}
.studio_btn:hover {
  background-color: #e6d7bd;
  color: #fff;
  border: none;
}
@media (max-width: 800px) {
  .section-studio {
    background: url(../images/quilt_beige@2x-min.png) no-repeat top 50px left -40px/35%, url(../images/quilt_beige@2x-min.png) no-repeat bottom right -80px/40%;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-studio ul {
    flex-direction: column;
    align-items: center;
  }
  .section-studio ul li {
    padding-bottom: 70px;
  }
  .section-studio ul li:last-child {
    padding-bottom: 0;
  }
  .studio_description {
    padding: 25px 0;
  }
  .studio_description {
    font-size: 1.6rem;
  }
}
/* section-voice */
.section-voice {
  background: url(../images/quilt_green@2x-min.png) no-repeat top 40px left -40px/35%, url(../images/quilt_green@2x-min.png) no-repeat bottom 50px right -40px/38%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #e2ede6;
}
.voice-heading {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 70px 0 30px;
}
.section-voice ul {
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.section-voice ul li {
  width: 46%;
  margin: 2%;
  padding: 15px 0 25px;
  background-color: #FFF;
  border-radius: 30px;
}
.voice-title {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.voice-title p {
  font-size: 2.4rem;
  line-height: 1.5;
}
.voice-age {
  font-size: 1.8rem;
}
.voice-illust_area {
  max-width: 140px;
}
.voice-illust1 {
  width: 100%;
  height: 100%;
}
.voice-illust2 {
  width: 100%;
  height: 100%;
}
.voice-content {
  margin: 5px 40px 0;
  padding-top: 20px;
  border-top: 1px solid #bbb6b6;
  line-height: 1.75;
}
@media (max-width: 800px) {
  .voice-title {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .section-voice {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .voice-heading {
    font-size: 2.2rem;
    padding: 60px 20px 30px;
  }
  .section-voice ul {
    flex-direction: column;
    padding: 0 20px;
  }
  .section-voice ul li {
    width: auto;
    margin: 0;
    margin-bottom: 25px;
  }
  .voice-title {
    padding: 0 20px;
    gap: 0;
  }
  .voice-content {
    margin: 5px 20px 0;
    padding-top: 12px;
  }
  .voice-title p {
    font-size: 1.8rem;
  }
  .voice-age {
    font-size: 1.4rem;
  }
  .voice-illust_area {
    max-width: 100px;
  }
  .section-voice ul li:last-child {
    margin-bottom: 0;
  }
}