@charset "UTF-8";
/*　和菓子教室　菓音
==============================================*/
.about-sec {
  padding: 30px 20px 80px;
  background: #F9F4F4 url(../images/about_bg.png) no-repeat top 120px left -60px/320px 310px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about-sec {
    padding: 50px 20px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1020px) {
  .about-sec {
    background-image: none;
  }
}
.about-sec__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .about-sec__content {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .about-sec__content {
    justify-content: center;
  }
}
@media screen and (min-width: 1020px) {
  .about-sec__content {
    gap: 100px;
  }
}
.about-sec__text-box {
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1020px) {
  .about-sec__text-box {
    background: url(../images/about_bg.png) no-repeat top 0 right -15px/320px 310px;
  }
}
.about-sec__title {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-left: 30px;
}
@media screen and (min-width: 1020px) {
  .about-sec__title {
    margin-left: 60px;
  }
}
.about-sec__title::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #833333;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about-sec__title::before {
    height: 50px;
    top: -75px;
  }
}
.about-sec__desc {
  line-height: 2;
  font-size: 14px;
  height: 430px;
}
@media screen and (min-width: 768px) {
  .about-sec__desc {
    line-height: 2.5;
    font-size: 16px;
  }
}
.about-sec__desc.inview-fade-down {
  animation-delay: 0s;
}
@media screen and (min-width: 560px) {
  .about-sec__desc.inview-fade-down {
    animation-delay: 2s;
  }
}
.about-sec__img-box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .about-sec__img-box {
    transform: translate(15px, 10px);
  }
}
@media screen and (min-width: 768px) {
  .about-sec__img-box {
    max-width: 400px;
  }
}
@media screen and (min-width: 1020px) {
  .about-sec__img-box {
    max-width: 600px;
    margin-top: 20px;
  }
}
.about-sec__img-box.inview-fade-down {
  animation-delay: 0s;
}
@media screen and (min-width: 560px) {
  .about-sec__img-box.inview-fade-down {
    animation-delay: 4s;
  }
}

/*　和菓子の魅力3選
==============================================*/
.charm-sec {
  padding: 100px 10px 50px;
  background-color: #FAF9EF;
}
@media screen and (min-width: 768px) {
  .charm-sec {
    padding-bottom: 100px;
  }
}
.charm-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.charm-sec__heading-title {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .charm-sec__heading-title {
    margin-bottom: 80px;
  }
}
.charm-sec__title-sub-text {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .charm-sec__title-sub-text {
    font-size: 16px;
  }
}
.charm-sec__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .charm-sec__list {
    flex-direction: row;
    gap: 40px;
  }
}
.charm-sec__list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .charm-sec__list-item:nth-child(2).inview-fade-up {
    animation-delay: 1.5s;
  }
}
@media screen and (min-width: 768px) {
  .charm-sec__list-item:nth-child(3).inview-fade-up {
    animation-delay: 3s;
  }
}
.charm-sec__list-img-box {
  margin-bottom: 30px;
}
.charm-sec__list-title-second {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .charm-sec__list-title-second {
    font-size: 20px;
  }
}
.charm-sec__list-title-second::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #833333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.charm-sec__list-desc {
  line-height: 2.5;
  padding: 0 10px;
}

/*　当教室の特徴
==============================================*/
.features-sec {
  padding: 50px 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .features-sec {
    padding: 100px 10px;
  }
}
.features-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.features-sec__heading-title {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .features-sec__heading-title {
    margin-bottom: 80px;
  }
}
.features-sec__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1020px) {
  .features-sec__list {
    flex-direction: row;
    gap: 40px;
  }
}
.features-sec__list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .features-sec__list-item:nth-child(2).inview-fade-in-right {
    animation-delay: 1.5s;
  }
}
@media screen and (min-width: 768px) {
  .features-sec__list-item:nth-child(3).inview-fade-in-right {
    animation-delay: 3s;
  }
}
.features-sec__list-title-second {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  border-bottom: 2px dotted #833333;
  padding-bottom: 15px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .features-sec__list-title-second {
    font-size: 20px;
  }
}
.features-sec__list-desc {
  line-height: 2.5;
  padding: 0 10px;
}
.features-sec__num {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #833333;
  transform: translate(-10px, 5px) rotate(45deg);
  position: relative;
}
.features-sec__num::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-sec__num-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 10px;
}

/*　当教室の特徴　-生徒様の声
==============================================*/
.comment-sec {
  padding: 50px 0;
}
.comment-sec__heading-title2 {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .comment-sec__heading-title2 {
    margin-bottom: 85px;
  }
}
.comment-sec__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .comment-sec__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.comment-sec__list-item {
  background-color: #F9F4F4;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .comment-sec__list-item {
    width: calc(50% - 15px);
  }
}
.comment-sec__list-content {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border: 1px solid #833333;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .comment-sec__list-content {
    padding: 20px 10px;
  }
}
.comment-sec__list-img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: no-repeat center/cover;
}
@media screen and (min-width: 1020px) {
  .comment-sec__list-img-box {
    width: 100px;
    height: 100px;
  }
}
.comment-sec__list-img-box--1 {
  background-image: url(../images/comment_img01.jpg);
}
.comment-sec__list-img-box--2 {
  background-image: url(../images/comment_img02.jpg);
}
.comment-sec__list-img-box--3 {
  background-image: url(../images/comment_img03.jpg);
}
.comment-sec__list-img-box--4 {
  background-image: url(../images/comment_img04.jpg);
}
.comment-sec__list-text-box {
  width: calc(100% - 70px);
  padding-left: 20px;
}
@media screen and (min-width: 1020px) {
  .comment-sec__list-text-box {
    width: calc(100% - 100px);
  }
}
.comment-sec__list-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(../images/comment-title_icon.svg) no-repeat left 0 center/11px auto;
  padding-left: 15px;
}
@media screen and (min-width: 1020px) {
  .comment-sec__list-title {
    font-size: 16px;
  }
}
.comment-sec__list-sub-title {
  display: inline-block;
}
.comment-sec__list-title, .comment-sec__comment {
  margin-bottom: 10px;
}
.comment-sec__comment {
  line-height: 2;
}
.comment-sec__comment, .comment-sec__work, .comment-sec__list-sub-title {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .comment-sec__comment, .comment-sec__work, .comment-sec__list-sub-title {
    font-size: 14px;
  }
}

/*　当教室の特徴　-レッスン風景・作品例
==============================================*/
.gallery-sec {
  padding: 50px 0;
}
.gallery-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gallery-sec__heading-title2 {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .gallery-sec__heading-title2 {
    margin-bottom: 85px;
  }
}
.gallery-sec__bg {
  position: relative;
}
.gallery-sec__bg::before {
  content: "";
  display: block;
  width: 300%;
  height: 70%;
  background-color: #F9F4F4;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  z-index: -1;
}/*# sourceMappingURL=style.css.map */