@charset "UTF-8";
/* メディアクエリ */
/* contact */
.contact__inner {
  max-width: 550px;
  width: 100%;
  margin: 15px auto 30px;
  background-color: #F2F0EA;
  border-radius: 15px;
  overflow: hidden;
  padding: 23px 0px 37px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    width: 99.1rem;
    margin: 8.6rem auto 9.3rem;
    padding: 6.2rem 0 8.1rem;
    max-width: unset;
  }
}
@media screen and (min-width: 1440px) {
  .contact__inner {
    width: 991px;
    margin: 86px auto 93px;
    padding: 62px 0 81px;
  }
}
.contact__inner--s {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .contact__inner--s {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact__inner--s {
    gap: 10px;
    margin-bottom: 24px;
  }
}
.contact__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 4.8rem;
    margin-bottom: 3.7rem;
    padding-left: 2.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact__title {
    font-size: 48px;
    margin-bottom: 37px;
    padding-left: 27px;
  }
}
.contact__input {
  display: block;
  background-color: #F8F8F8;
  text-align: center;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 11px;
  border: 1px solid #9D7E47;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .contact__input {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact__input {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.contact__input::-moz-placeholder {
  color: #B0A0A0;
  font-size: 20px;
}
.contact__input::placeholder {
  color: #B0A0A0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .contact__input::-moz-placeholder {
    font-size: 3.6rem;
  }
  .contact__input::placeholder {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact__input::-moz-placeholder {
    font-size: 36px;
  }
  .contact__input::placeholder {
    font-size: 36px;
  }
}
@media screen and (min-width: 1440px) {
  .contact__input {
    font-size: 36px;
  }
}
.contact__input--names {
  width: 68.5552407932%;
}
@media screen and (min-width: 768px) {
  .contact__input--names {
    width: 40.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact__input--names {
    width: 404px;
  }
}
.contact__input--mail {
  width: 92.0679886686%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .contact__input--mail {
    width: 81.8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .contact__input--mail {
    width: 818px;
    margin-bottom: 30px;
  }
}

#form {
  position: relative;
}

._form-title {
  font-size: 0 !important;
}
._form_106 {
  background-color: #F2F0EA !important;
}
@media screen and (min-width: 768px) {
  ._form_106 {
    margin: 0 auto;
    width: 81.8rem;
    max-width: 818px;
  }
}
@media screen and (min-width: 1440px) {
  ._form_106 {
    width: 818px;
  }
}

._form_106 ._full_width:nth-child(2),
._form_106 ._full_width:nth-child(3),
._form_106 ._full_width:nth-child(4),
._form_106 ._full_width:nth-child(5) {
  display: none !important;
}

._form_106 * {
  background-color: #F2F0EA !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  max-width: 991px !important;
}

._form_106 ._form_element {
  margin-bottom: 0 !important;
}

._form_106 input[type=submit],
._form_106 button {
  width: 100%;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 900 !important;
  font-size: 24px !important;
  box-shadow: inset -16px -18px 12.7px rgba(128, 97, 76, 0.25) !important;
}
@media screen and (min-width: 768px) {
  ._form_106 input[type=submit],
._form_106 button {
    font-size: 4.8rem !important;
    margin-top: 0 !important;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  ._form_106 input[type=submit],
._form_106 button {
    font-size: 48px !important;
  }
}

.form__submit {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 24px;
  color: #f5f5f5;
  padding-top: 7px;
  padding-bottom: 13px;
  padding-left: 14vw;
  background-color: #D29832;
  box-shadow: inset -16px -18px 12.7px rgba(128, 97, 76, 0.25);
  border-radius: 50px;
  width: 92.0679886686%;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .form__submit {
    padding-left: 15%;
  }
}
@media screen and (min-width: 768px) {
  .form__submit {
    width: 81.8rem;
    padding-top: 2rem;
    padding-bottom: 2.7rem;
    font-size: 4.8rem;
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .form__submit {
    width: 818px;
    padding-top: 20px;
    padding-bottom: 27px;
    font-size: 48px;
  }
}

/* caution */
.caution {
  padding: 0 47px 0 46px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  margin-top: -7px;
}
@media screen and (min-width: 768px) {
  .caution {
    padding: 0.8rem 11.5rem 0;
    gap: 2.2rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .caution {
    padding: 8px 115px 0;
    gap: 22px;
  }
}
.caution__text {
  font-size: 10px;
  line-height: 1.39;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .caution__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .caution__text {
    font-size: 14px;
  }
}

/* triangle */
.triangles {
  position: absolute;
  display: block;
}
.triangles--sp {
  bottom: 20px;
  right: 10%;
  scale: 0.9;
}
@media screen and (min-width: 390px) {
  .triangles--sp {
    right: 20.5%;
    scale: 1;
  }
}
@media screen and (min-width: 768px) {
  .triangles--sp {
    display: none;
  }
}
.triangles--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .triangles--pc {
    display: block;
    bottom: 4.6rem;
    right: 22.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .triangles--pc {
    bottom: 46px;
    right: 221px;
  }
}
.triangles__item--first {
  width: 33px;
  height: 22px;
}
@media screen and (min-width: 768px) {
  .triangles__item--first {
    width: 10rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .triangles__item--first {
    width: 100px;
    height: 32px;
  }
}

/* メディアクエリ */
/* base */
.container--flow .section__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .container--flow .section__title {
    font-size: 3.6rem;
    margin-bottom: 12.5rem;
    padding-right: 1.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .container--flow .section__title {
    font-size: 36px;
    margin-bottom: 125px;
    padding-right: 17px;
  }
}

/* thanks */
.thanks__message {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  padding-top: 97px;
  margin-bottom: 27px;
  background: linear-gradient(to bottom, rgba(253, 253, 253, 0.5), rgb(253, 253, 253)), url(../images/thanks_bg.jpg);
  background-size: 137%;
  background-position: right 39%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .thanks__message {
    font-size: 4.8rem;
    padding-top: 19.1rem;
    margin-bottom: 9.1rem;
    letter-spacing: 0.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .thanks__message {
    font-size: 48px;
    padding-top: 191px;
    margin-bottom: 91px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 768px) {
  .thanks__message br {
    display: none;
  }
}

/* flow */
.flow__head {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .flow__head {
    font-size: 3.6rem;
    margin-bottom: 2.9rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__head {
    font-size: 36px;
    margin-bottom: 29px;
  }
}
.flow__head--sub {
  font-size: 12px;
  line-height: 2;
  display: block;
}
@media screen and (min-width: 768px) {
  .flow__head--sub {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__head--sub {
    font-size: 24px;
  }
}

.flow__item {
  border-radius: 15px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .flow__item {
    max-width: unset;
  }
}
.flow__item--inner {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow__item--inner {
    padding-bottom: 5.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__item--inner {
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 768px) {
  .flow__item.hp_bgc--beige {
    width: 99.1rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .flow__item.hp_bgc--beige {
    width: 991px;
  }
}
.flow__arrow {
  width: 27px;
  height: 27px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .flow__arrow {
    width: 7.8rem;
    height: 7.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__arrow {
    width: 78px;
    height: 78px;
  }
}
.flow__arrow--middle {
  margin-top: 24px;
  margin-bottom: 25px;
}
.flow__list {
  text-align: center;
}
.flow__step {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding-top: 8px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .flow__step {
    font-size: 4.8rem;
    margin-bottom: 1.9rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__step {
    font-size: 48px;
    margin-bottom: 19px;
  }
}
.flow__icon {
  width: 80px;
  height: 80px;
  margin-top: -22px;
}
@media screen and (min-width: 768px) {
  .flow__icon {
    width: 23rem;
    height: 23rem;
    margin-top: -5rem;
    margin-bottom: -2.9rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__icon {
    width: 230px;
    height: 230px;
    margin-top: -50px;
    margin-bottom: -29px;
  }
}
.flow__icon--facebook {
  width: 41px;
  height: 41px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .flow__icon--facebook {
    width: 9rem;
    height: 9rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__icon--facebook {
    width: 90px;
    height: 90px;
    margin-bottom: 6px;
  }
}
.flow__text {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 9px;
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .flow__text {
    font-size: 3.6rem;
    margin-bottom: 3.3rem;
    padding-right: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__text {
    font-size: 36px;
    margin-bottom: 33px;
    padding-right: 16px;
  }
}
.flow__text--small {
  font-size: 14px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .flow__text--small {
    font-size: 3.6rem;
    margin-bottom: 4.3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1440px) {
  .flow__text--small {
    font-size: 36px;
    margin-bottom: 43px;
  }
}
.flow__text--large {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .flow__text--large {
    font-size: 4rem;
    margin-bottom: 3.5rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__text--large {
    font-size: 40px;
    margin-bottom: 35px;
    margin-top: 30px;
  }
}
.flow__caution {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .flow__caution {
    font-size: 1.5rem;
    padding-right: 1.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__caution {
    font-size: 15px;
    padding-right: 17px;
  }
}
.flow__button {
  width: 264px;
  padding: 15px 0px 12px;
  background-color: #3C4262;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .flow__button {
    padding: 1.9rem 0 2.3rem;
    width: 66.5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .flow__button {
    padding: 19px 0 23px;
    width: 665px;
  }
}
.flow__button--link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .flow__button--link {
    gap: 2.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__button--link {
    gap: 28px;
  }
}
.flow__button--icon {
  width: 42px;
  height: 42px;
  margin-left: 18px;
}
@media screen and (min-width: 768px) {
  .flow__button--icon {
    width: 9.7rem;
    height: 9.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .flow__button--icon {
    width: 97px;
    height: 97px;
  }
}
.flow__button--text {
  color: #F8F8F8;
  text-align: center;
  font-size: 14px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .flow__button--text {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1440px) {
  .flow__button--text {
    font-size: 36px;
  }
}

/* timeline */
.flow__timeline {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #9D7E47;
  background-color: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .flow__timeline {
    width: 99.1rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .flow__timeline {
    width: 991px;
  }
}

.timeline__list {
  padding: 28px 0 46px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .timeline__list {
    padding: 7.5rem 0 12rem;
    gap: 11.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .timeline__list {
    padding: 75px 0 120px;
    gap: 118px;
  }
}
.timeline__item {
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .timeline__item {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .timeline__item {
    font-size: 48px;
  }
}
.timeline__item--date {
  display: block;
}
@media screen and (min-width: 768px) {
  .timeline__item--date {
    line-height: 1.38;
  }
}
.timeline__button {
  width: 73.9376770538%;
  background-color: #D29832;
  border-radius: 50px;
  box-shadow: inset -16px -18px 12.7px rgba(128, 97, 96, 0.25);
  line-height: 1;
  position: relative;
  max-width: 261px;
}
@media screen and (min-width: 768px) {
  .timeline__button {
    width: 67.2rem;
    max-width: unset;
  }
}
@media screen and (min-width: 1440px) {
  .timeline__button {
    width: 672px;
  }
}
.timeline__button::before {
  content: "➤";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 100%;
  display: block;
  width: 20px;
  color: #F8F8F8;
  font-size: 12px;
  font-weight: 900;
}
.timeline__button--link {
  display: block;
  color: #F8F8F8;
  font-weight: 900;
  font-size: 14px;
  padding: 12px 0px 13px;
}
@media screen and (min-width: 768px) {
  .timeline__button--link {
    font-size: 3.5rem;
    padding: 2.4rem 0 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .timeline__button--link {
    font-size: 35px;
    padding: 24px 0 30px;
  }
}
.timeline__item--message {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .timeline__item--message {
    font-size: 2.4rem;
    margin-top: 6.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .timeline__item--message {
    font-size: 24px;
    margin-top: 65px;
  }
}

.videoBox {
  width: 248px;
  height: 148px;
  margin: 18px auto 15px;
}
@media screen and (min-width: 768px) {
  .videoBox {
    width: 85.7rem;
    height: 50rem;
    margin: 2.6rem auto 1.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .videoBox {
    width: 857px;
    height: 500px;
    margin: 26px auto 18px;
  }
}

/* about */
.about__inner {
  width: 61.5776081425%;
  margin: 0 auto 38px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    width: 99.1rem;
    display: grid;
    grid-template-columns: 35.4rem 1fr;
    gap: 4.1rem;
    margin-bottom: 6.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .about__inner {
    width: 991px;
    margin-bottom: 62px;
    gap: 41px;
  }
}
.about__thumb {
  width: 100%;
  aspect-ratio: 242/317;
  margin-bottom: 24px;
  margin-top: 22px;
  background-image: url(../images/profile.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .about__thumb {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.about__title {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 4.8rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .about__title {
    font-size: 48px;
    margin-bottom: 25px;
  }
}
.about__title--sub {
  font-size: 10px;
  display: block;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .about__title--sub {
    font-size: 2.4rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .about__title--sub {
    font-size: 24px;
    margin-top: 8px;
  }
}
.about__text {
  font-size: 10px;
  line-height: 1.44;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.6rem;
    margin-bottom: 2.3rem;
    letter-spacing: 0.03rem;
  }
}
@media screen and (min-width: 1440px) {
  .about__text {
    font-size: 16px;
    margin-bottom: 23px;
    letter-spacing: 0.3px;
  }
}

/* sns */
.sns {
  background-color: #F2F0EA;
}
.sns__inner {
  padding-top: 24px;
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .sns__inner {
    padding-top: 8.7rem;
    padding-bottom: 11.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .sns__inner {
    padding-top: 87px;
    padding-bottom: 112px;
  }
}
.sns__list {
  width: 95.165394402%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .sns__list {
    width: 99.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .sns__list {
    width: 991px;
  }
}
.sns__item {
  width: calc((100% - 32px) / 3);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sns__item {
    width: 24.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .sns__item {
    width: 248px;
  }
}
.sns__item--youtube {
  justify-content: space-between;
}
.sns__item--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sns__icon {
  width: 13.358778626vw;
  aspect-ratio: 1;
  background-color: #3C4262;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (min-width: 768px) {
  .sns__icon {
    width: 12.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .sns__icon {
    width: 122px;
  }
}
.sns__icon--instagram {
  -webkit-mask-image: url(../images/insta_black.png);
          mask-image: url(../images/insta_black.png);
}
.sns__icon--podcast {
  -webkit-mask-image: url(../images/podcast_black.png);
          mask-image: url(../images/podcast_black.png);
}
.sns__icon--youtube {
  -webkit-mask-image: url(../images/youtube_black.png);
          mask-image: url(../images/youtube_black.png);
}
.sns__name {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .sns__name {
    font-size: 3.2rem;
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .sns__name {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
.sns__text {
  font-size: 9px;
  line-height: 1.5;
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sns__text {
    font-size: 2rem;
    margin-bottom: 4.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .sns__text {
    font-size: 20px;
    margin-bottom: 42px;
  }
}
.sns__text--link span {
  position: relative;
}
.sns__button {
  width: 74.5614035088%;
  text-align: center;
  background-color: #9E8962;
  border-radius: 50px;
  max-width: 85px;
}
@media screen and (min-width: 768px) {
  .sns__button {
    width: 23.1rem;
    margin: 0 auto;
    max-width: unset;
  }
}
@media screen and (min-width: 1440px) {
  .sns__button {
    width: 231px;
    max-width: unset;
  }
}
.sns__link {
  display: block;
  width: 100%;
  color: #F8F8F8;
  font-weight: 900;
  font-size: 11px;
  padding: 3px 0px;
}
@media screen and (min-width: 768px) {
  .sns__link {
    font-size: 2.4rem;
    padding: 2.1rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .sns__link {
    font-size: 24px;
    padding: 21px 0;
  }
}

/* メディアクエリ */
/* base */
@media screen and (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 13px;
  color: #171515;
  background-color: #FDFDFD;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.section__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 4.8rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .section__title {
    font-size: 48px;
    margin-bottom: 50px;
  }
}
.section__title--white {
  color: #F8F8F8;
}
.section__title--blue {
  color: #F8F8F8;
  background-color: #3C4262;
  font-weight: 900;
  display: block;
  width: 168px;
  margin: 5px auto 18px;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  padding-top: 1px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .section__title--blue {
    width: 42.1rem;
    padding: 0.8rem 0;
    font-size: 3.2rem;
    margin: 0.3rem auto 5.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .section__title--blue {
    width: 421px;
    padding: 11px 0;
    margin: 3px auto 53px;
    font-size: 32px;
  }
}
.section__title--gold {
  color: #9E8962;
  text-align: center;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section__title--gold {
    display: block;
    font-size: 4.8rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1440px) {
  .section__title--gold {
    font-size: 48px;
  }
}
.section__title--sns {
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section__title--sns {
    font-size: 4.8rem;
    padding-right: 2.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .section__title--sns {
    font-size: 48px;
    padding-right: 23px;
  }
}
.section__title--sns::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 19.8473282443vw;
  width: 77.2px;
  height: 1px;
  background-color: #171515;
}
@media screen and (min-width: 768px) {
  .section__title--sns::before {
    width: 32.5rem;
    height: 0.3rem;
    left: 22.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .section__title--sns::before {
    width: 325px;
    height: 3px;
    left: 225px;
  }
}
.section__title--sns::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19.8473282443vw;
  width: 77.2px;
  height: 1px;
  background-color: #171515;
}
@media screen and (min-width: 768px) {
  .section__title--sns::after {
    width: 32.5rem;
    height: 0.3rem;
    right: 22.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .section__title--sns::after {
    width: 325px;
    height: 3px;
    right: 225px;
  }
}

.container {
  padding-right: 48px;
  padding-left: 67px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 21.9rem;
    padding-right: 23rem;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding-left: 219px;
    padding-right: 230px;
  }
}
.container--contact {
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  .container--contact {
    padding-left: 20.7rem;
    padding-right: 21.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .container--contact {
    padding-left: 207px;
    padding-right: 218px;
  }
}
.container--program {
  padding: 0px 61px 0 62px;
}
.container--program .section__title {
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .container--program .section__title {
    margin-bottom: 7.9rem;
  }
}
@media screen and (min-width: 1440px) {
  .container--program .section__title {
    margin-bottom: 79px;
  }
}
.container--message {
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  .container--message {
    padding-left: 23.1rem;
    padding-right: 21.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .container--message {
    padding-left: 231px;
    padding-right: 218px;
  }
}
.container--message .section__title {
  margin-bottom: 21px;
}
.container--gallery {
  padding-right: 50px;
  padding-left: 50px;
}
.container--flow {
  padding: 0px 20px;
}

.hp__pr26 {
  padding-right: 26px;
}
.hp_c--gold {
  color: #9E8962;
}
.hp_c--red {
  color: #BB2626;
  padding: 0px 7px;
}
.hp_bgc--beige {
  padding-top: 12px;
  background-color: #F2F0EA;
}
@media screen and (min-width: 768px) {
  .hp_bgc--beige {
    padding-top: 5.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .hp_bgc--beige {
    padding-top: 54px;
  }
}
.hp_bgc--beige .flow__step {
  padding-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .hp_bgc--beige .flow__step {
    padding-bottom: 3.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .hp_bgc--beige .flow__step {
    padding-bottom: 31px;
  }
}
.hp_dn {
  display: none;
}

/* ask */
.ask {
  background-color: #9E8962;
}
.ask__content {
  width: 66.1577608142%;
  margin: 0 auto;
  padding: 43px 0 50px;
  max-width: 743px;
}
@media screen and (min-width: 768px) {
  .ask__content {
    width: 74.3rem;
    padding: 8.8rem 0 8.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__content {
    padding: 88px 0 87px;
  }
}
.ask__text {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .ask__text {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .ask__text {
    font-size: 24px;
    margin-bottom: 36px;
    padding-right: 12px;
  }
}
.ask__text--last {
  margin-bottom: 0;
}

/* detail */
.detail__img {
  width: 91.0941475827%;
  margin: 32px 22px 28px;
}
@media screen and (min-width: 768px) {
  .detail__img {
    margin: 9.1rem auto 7.1rem;
    width: 117rem;
  }
}
@media screen and (min-width: 1440px) {
  .detail__img {
    width: 1170px;
    margin: 91px auto 71px;
  }
}
.detail__list {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .detail__list {
    margin-bottom: 7.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .detail__list {
    margin-bottom: 71px;
  }
}
@media screen and (min-width: 768px) {
  .detail__list--last {
    margin-bottom: 9.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .detail__list--last {
    margin-bottom: 93px;
  }
}
.detail__item {
  padding: 24px 20px 17px 0;
  border-bottom: 1px solid #9D7E47;
}
@media screen and (min-width: 768px) {
  .detail__item {
    padding: 3.4rem 2rem 3.4rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .detail__item {
    padding: 34px 20px 34px 0;
  }
}
.detail__item--first {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .detail__text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .detail__text {
    font-size: 24px;
  }
}

.detail .container:nth-of-type(2) .section__title {
  margin-bottom: 49px;
}

/* gallery */
.gallery__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .gallery__list {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    gap: 2rem;
    margin: 0 auto 7.3rem;
    width: 117.6rem;
    height: 35.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__list {
    gap: 20px;
    width: 1176px;
    height: 358px;
    margin: 0 auto 73px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__item--center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .gallery__img {
    width: 444px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__img--first {
    width: 39.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__img--first {
    width: 393px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__img--second {
    width: 44.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__img--second {
    width: 444.5px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__img--third {
    width: 42.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__img--third {
    width: 426px;
  }
}
.gallery__inner {
  padding: 0px 21px 0 9.5px;
}
@media screen and (min-width: 768px) {
  .gallery__inner {
    padding: 1.6rem 27.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__inner {
    padding: 16px 275px;
  }
}
.gallery__text {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .gallery__text {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .gallery__text {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
.gallery__text--last {
  margin-bottom: 27px;
}

/* program */
.program__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .program__inner {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 9.8rem;
    margin-bottom: 9.1rem;
    width: 99.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .program__inner {
    margin-left: 155px;
    margin-bottom: 91px;
    width: 991px;
    gap: 98px;
  }
}
.program__top {
  display: flex;
  align-items: center;
  margin: 0 auto 35px;
}
@media screen and (min-width: 768px) {
  .program__top {
    align-items: flex-start;
    margin: 0;
    gap: 6.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .program__top {
    gap: 65px;
  }
}
.program__list {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .program__list {
    height: 100%;
    justify-content: space-between;
  }
}
.program__item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .program__item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .program__item {
    row-gap: 10px;
  }
}
.program__title {
  font-size: 16px;
  margin-right: 21px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .program__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .program__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .program__text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .program__text {
    font-size: 24px;
  }
}
.program__text span {
  display: inline-block;
}
.program__images {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 55.4707379135vw;
  margin: 0 auto 27px;
}
@media screen and (min-width: 768px) {
  .program__images {
    width: 31.3rem;
    margin: 0;
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .program__images {
    width: 313px;
    gap: 16px;
  }
}

/* programのあしらい */
.program__flow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 65px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program__flow {
    height: 52.1rem;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .program__flow {
    height: 521px;
    margin-top: 55px;
  }
}
.program__flow::after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #D4D4D4, #646464, #171515);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .program__flow::after {
    width: 0.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .program__flow::after {
    width: 4px;
  }
}
.program__circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .program__circle {
    width: 2.9rem;
    height: 2.9rem;
  }
}
@media screen and (min-width: 1440px) {
  .program__circle {
    width: 29px;
    height: 29px;
  }
}
.program__circle--gray {
  background-color: #D4D4D4;
}
.program__circle--dark {
  background-color: #646464;
}
.program__circle--black {
  background-color: #171515;
}

/* message */
.message {
  background-color: #9E8962;
  padding-bottom: 27px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .message {
    padding-top: 8.3rem;
    padding-bottom: 15.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .message {
    padding-top: 83px;
    padding-bottom: 153px;
  }
}
.message__inner {
  background-color: #F8F8F8;
  border-radius: 15px;
  padding: 29px 46px 31px;
}
@media screen and (min-width: 1440px) {
  .message__inner {
    padding: 10.4rem 10.5rem;
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 1440px) {
  .message__inner {
    padding: 104px 105px;
    margin-top: 48px;
  }
}
.message__text {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .message__text {
    font-size: 2.4rem;
    margin-bottom: 3.7rem;
  }
}
@media screen and (min-width: 1440px) {
  .message__text {
    font-size: 24px;
    margin-bottom: 37px;
  }
}
.message__text--last {
  margin-bottom: 0;
}

/* reserve */
.reserve {
  color: #9E8962;
}
.reserve__inner {
  padding-top: 23px;
  padding-bottom: 28px;
  width: 83.7150127226%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reserve__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4.7rem;
    width: 114.3rem;
    margin-left: 7.7rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__inner {
    padding-top: 47px;
    width: 1143px;
    margin-left: auto;
    padding-right: 77px;
    padding-bottom: 20px;
  }
}
.reserve__inner--s {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-right: 2px;
}
.reserve__icon {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .reserve__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.reserve__icon--wapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.reserve__logo {
  width: 19.7568389058%;
  height: 20.3647416413%;
  margin-bottom: 5px;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .reserve__logo {
    width: 16.2rem;
    height: 16.6rem;
    margin-bottom: 1.7rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__logo {
    width: 162px;
    height: 166px;
    margin-bottom: 17px;
  }
}
.reserve__text {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .reserve__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__text {
    font-size: 15px;
  }
}
.reserve__button {
  width: 55.4707379135vw;
  background-color: #D29832;
  border-radius: 15px;
  padding: 6px 0;
  text-align: center;
  margin-top: 9px;
  margin-right: 10px;
  max-width: 218px;
}
@media screen and (min-width: 768px) {
  .reserve__button {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .reserve__button--sp {
    display: none;
  }
}
.reserve__button--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .reserve__button--pc {
    display: block;
    width: 50.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__button--pc {
    width: 505px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;
    margin-bottom: 1px;
  }
}
.reserve__button--link {
  display: block;
  width: 100%;
  color: #F8F8F8;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .reserve__button--link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__button--link {
    font-size: 24px;
  }
}
.reserve__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .reserve__bottom {
    flex-direction: column;
    align-items: flex-end;
  }
}
.reserve__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .reserve__list {
    flex-direction: row;
    gap: 3.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__list {
    gap: 36px;
  }
}
.reserve__item {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .reserve__item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__item {
    font-size: 15px;
  }
}
.reserve__sns {
  display: flex;
  gap: 5px;
}
.reserve__sns--title {
  font-size: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reserve__sns--title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__sns--title {
    font-size: 16px;
  }
}
.reserve__sns--title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 33px;
  background-color: #9E8962;
}
@media screen and (min-width: 768px) {
  .reserve__sns--title::before {
    height: 4.5rem;
    right: -1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__sns--title::before {
    height: 45px;
    right: -15px;
  }
}
.reserve__sns--list {
  display: flex;
}
.reserve__sns--item {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .reserve__sns--item {
    width: 7.2rem;
    height: 7.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .reserve__sns--item {
    width: 72px;
    height: 72px;
  }
}
.reserve__sns--right {
  margin-left: -7px;
}
@media screen and (min-width: 768px) {
  .reserve__sns--right {
    margin-left: 0;
  }
}

/* footer */
.footer__inner {
  background-color: rgb(180, 152, 114);
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer__bottom {
  width: 300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    width: 99.1rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__bottom {
    width: 991px;
  }
}
.footer__list {
  display: flex;
  margin-bottom: 9px;
  align-items: center;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .footer__list {
    margin-bottom: 0;
  }
}
.footer__item {
  color: #fff;
  padding: 6px 7px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer__item {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__item {
    font-size: 13px;
  }
}
.footer__item--first {
  border-right: 1px solid #fff;
}
.footer__small {
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__small {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__small {
    font-size: 13px;
  }
}
/*# sourceMappingURL=style.css.map */