@charset "UTF-8";
/* 変数 */
:root {
  --main-color: #CA7F13;
  --accent-color: #54372D;
  --accent-color-second: #949E33;
  --text-color: #333333;
  --background-color: #F9F8F6;
  --background-color-second: #D4CEBE;
  --color-white: #FFFFFF;
  --font-jp: "游ゴシック", "Yu Gothic", sans-serif;
  --font-jp-second: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "MS PMincho", "MS Mincho", serif;
  --font-en: "Marcellus", serif;
  --font-en-second: "annabelle-jf", "Parisienne", cursive;
}

/* メディアクエリ */
/* concept 下層ページ */
.page-concept .main__inner {
  background-color: var(--background-color-second);
}

.page-concept-top {
  padding-top: 4.5rem;
  padding-bottom: 5.4rem;
  background-color: var(--background-color-second);
}
@media screen and (min-width: 768px) {
  .page-concept-top {
    padding-top: 5.7rem;
    padding-bottom: 7.3rem;
  }
}
.page-concept-top .container {
  max-width: 126.1rem;
}

.page-concept-top__inner {
  display: grid;
  grid-template-columns: 1fr;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .page-concept-top__inner {
    grid-template-columns: 481fr 720fr;
    row-gap: 4.2rem;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-top__image {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-top__heading-wrapper {
    position: relative;
    grid-column: 1/2;
    grid-row: 1/2;
    height: 100%;
  }
}

.page-concept-top__heading {
  font-family: var(--font-jp-second);
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page-concept-top__heading {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    font-size: 3.2rem;
    line-height: 1.5;
    text-wrap: nowrap;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-top__heading {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-top__heading.fadein {
    transform: translateY(calc(-50% + 3rem));
  }
  .page-concept-top__heading.fadein.is_active {
    transform: translateY(-50%);
  }
}

.page-concept-top__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  opacity: 0.8;
  margin-top: 1.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-concept-top__text {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 1.6rem;
    padding-right: 0;
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-top__text {
    font-size: 1.8rem;
  }
}

.page-concept-top__text.fadein.is_active {
  opacity: 0.8;
}

.page-concept-top__text--s {
  display: inline-block;
  margin-left: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-concept-top__text--s {
    margin-right: 0;
  }
}

.page-concept-top__text--s--third {
  display: inline-block;
  margin-left: 0.3rem;
}
@media screen and (min-width: 768px) {
  .page-concept-top__text--s--third {
    margin-right: 0;
  }
}

.page-concept-top__text--s--fours {
  display: inline-block;
  margin-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .page-concept-top__text--s--fours {
    margin-right: 0;
  }
}

/* instagram インスタグラム */
.page-concept-insta {
  background-color: var(--background-color);
  padding-top: 11rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-concept-insta {
    padding-top: 16.5rem;
  }
}
.page-concept-insta .section__title {
  margin-left: -1.4rem;
}
@media screen and (min-width: 768px) {
  .page-concept-insta .section__title {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-insta .section__title {
    margin-left: -6rem;
  }
}

.page-concept-insta__list {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .page-concept-insta__list {
    max-width: 80rem;
    margin-inline: auto;
    margin-top: 6.3rem;
  }
}

.page-concept-insta .button {
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin: 3.1rem auto 0 auto;
  padding: 0.9rem 1.6rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .page-concept-insta .button {
    margin-top: 6rem;
  }
}
@media (any-hover: hover) {
  .page-concept-insta .button:hover {
    opacity: 0.6;
  }
}
.page-concept-insta .button__text {
  font-family: var(--font-jp-second);
  font-size: 2rem;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0.1em;
}

/* profile 会社概要 */
.page-concept-profile {
  background-color: var(--background-color);
  overflow: hidden;
  padding-top: 7.5rem;
  padding-bottom: 11.8rem;
}
@media screen and (min-width: 768px) {
  .page-concept-profile {
    padding-top: 9.3rem;
  }
}
.page-concept-profile .container {
  padding-inline: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page-concept-profile .container {
    max-width: 126rem;
    padding-inline: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .page-concept-profile .section__title br,
.page-concept-profile .section__title--back br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-profile__content {
    padding-inline: 6rem;
  }
}

.page-concept-profile__image {
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .page-concept-profile__image {
    margin-top: 5.1rem;
  }
}

.page-concept-profile__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .page-concept-profile__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-profile__list {
    grid-template-columns: 377fr 600fr;
  }
}

.page-concept-profile__wrapper {
  display: grid;
  grid-template-columns: 11.3rem 1fr;
  padding: 3.1rem 0.7rem 2.6rem 1.4rem;
  border-bottom: 1px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  .page-concept-profile__wrapper {
    padding: 2.6rem 1rem 2.5rem;
  }
}

.page-concept-profile__wrapper--first {
  border-top: 1px solid var(--main-color);
}

@media screen and (min-width: 768px) {
  .page-concept-profile__wrapper--second {
    border-top: 1px solid var(--main-color);
  }
}

.page-concept-profile__wrapper--address {
  padding-top: 3.2rem;
}
.page-concept-profile__wrapper--address .page-concept-profile__text {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-concept-profile__wrapper--address .page-concept-profile__text {
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-profile__wrapper--address .page-concept-profile__text {
    line-height: 0.875;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-profile__wrapper:nth-child(7) {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-profile__wrapper--last {
    grid-column: 1/3;
    grid-row: 5/6;
    border: none;
  }
}
.page-concept-profile__wrapper--last .page-concept-profile__text {
  line-height: 1.5;
}

.page-concept-profile__heading {
  font-family: var(--font-jp-second);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .page-concept-profile__heading {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-profile__heading {
    font-size: 1.8rem;
  }
}

.page-concept-profile__text {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-concept-profile__text {
    font-size: 1.4rem;
  }
  .page-concept-profile__text br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .page-concept-profile__text {
    font-size: 1.6rem;
  }
}

/* メディアクエリ */
/* パンくずリスト */
.page-price .breadcrumbs {
  background-color: var(--background-color);
}

/* price 料金メニュー */
.page-price-top {
  background-color: var(--background-color);
  padding-top: 6rem;
  padding-bottom: 7.4rem;
}
@media screen and (min-width: 768px) {
  .page-price-top {
    padding-top: 4rem;
    padding-bottom: 11.4rem;
  }
}
.page-price-top .container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 126rem;
  row-gap: 3.3rem;
}
@media screen and (min-width: 768px) {
  .page-price-top .container {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3.8rem;
         column-gap: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-price-top .container {
    grid-template-columns: 597fr 555fr;
    -moz-column-gap: 4.8rem;
         column-gap: 4.8rem;
  }
}

.page-price-top__text-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-row: 2/3;
  row-gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .page-price-top__text-wrapper {
    grid-column: 1/2;
    grid-row: 1/2;
    row-gap: 0;
  }
}

.page-price-top__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--main-color);
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .page-price-top__text {
    font-size: 1.6rem;
  }
  .page-price-top__text .dib {
    display: contents;
  }
  .page-price-top__text br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .page-price-top__text {
    font-size: 1.8rem;
  }
}

.page-price-top__text.fadein.is_active {
  opacity: 0.8;
}

.page-price-top .price__list {
  grid-row: 1/2;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-price-top .price__list {
    grid-column: 2/3;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .page-price-top .price__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-price-top .price__item:nth-child(3) .price__link {
  padding-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .page-price-top .price__item:nth-child(4) .price__link {
    padding-top: 0.8rem;
  }
}
.page-price-top .price__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .page-price-top .price__item:nth-child(3) {
    grid-column: 2/3;
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  .page-price-top .price__item:nth-child(4) {
    grid-column: 1/2;
    border-right: 1px solid var(--main-color);
  }
}
.page-price-top .price__item:last-child .price__link {
  padding-top: 1rem;
}
.page-price-top .price__link {
  padding: 0.5rem 2.3rem 0.6rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .page-price-top .price__link {
    padding: 1.1rem 2.3rem 1.1rem 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .page-price-top .price__item:nth-child(3) .price__link {
    padding: 2.1rem 0.8rem 0.9rem 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .page-price-top .price__item:nth-child(4) .price__link {
    padding: 2.1rem 0.8rem 0.9rem 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .page-price-top .price__item:last-child .price__link {
    padding: 2.4rem 0.8rem 0.9rem 0.8rem;
  }
}
.page-price-top .price__title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .page-price-top .price__title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-price-top .price__title {
    font-size: 3.3rem;
  }
}
.page-price-top .price__title--jp {
  font-size: 1.2rem;
  margin-left: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-price-top .price__title--jp {
    display: block;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-price-top .price__title--jp {
    display: inline;
  }
}
.page-price-top .price__icon {
  font-size: 1.1rem;
  right: 1.5rem;
  transform: translateY(-53%);
}
@media screen and (min-width: 768px) {
  .page-price-top .price__icon {
    transform: translateY(-50%);
  }
}

/* price コンテンツ部分 */
.page-price-body {
  background-color: var(--background-color-second);
  color: var(--main-color);
  padding-top: 5.7rem;
  padding-bottom: 2.1rem;
}

.page-price-body .section__title {
  font-size: 8.4rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  text-align: center;
  padding-left: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page-price-body .section__title {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-price-body .section__title {
    font-size: 8.4rem;
  }
}

.page-price-body .section__title--s {
  text-transform: lowercase;
}

.page-price-body .container {
  padding-inline: 1.6rem;
}

.page-price-vline .page-price-body__list,
.page-price-set .page-price-body__list {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .page-price-vline .page-price-body__list,
.page-price-set .page-price-body__list {
    display: none;
  }
}
.page-price-vline .table__title,
.page-price-set .table__title {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-price-vline .table__title,
.page-price-set .table__title {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .page-price-vline {
    padding-top: 9.5rem;
  }
}

.page-price-set {
  padding-bottom: 4.6rem;
}
@media screen and (min-width: 768px) {
  .page-price-set {
    padding-top: 9.4rem;
    padding-bottom: 6rem;
  }
}

.page-price-body__content {
  max-width: 80.5rem;
  margin-inline: auto;
}

.page-price-body__list {
  display: flex;
  flex-direction: column;
  row-gap: 5.5rem;
  margin-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .page-price-body__list {
    row-gap: 7.4rem;
    margin-top: 3.5rem;
  }
}

.page-price-body__heading {
  font-family: var(--font-jp-second);
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-price-body__heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-price-body__heading {
    font-size: 2.4rem;
  }
}

.page-price-body__parts {
  font-family: var(--font-jp-second);
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .page-price-body__parts {
    font-size: 1.6rem;
    line-height: 1.7777777778;
    text-align: center;
  }
}
.page-price-body__parts br {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-price-body__parts br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .page-price-body__parts {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  tbody {
    display: block;
    width: 100%;
  }
}

.table__title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .table__title {
    display: none;
  }
}

.page-price-body__table {
  width: 100%;
  margin-top: 3.7rem;
}

.page-price-body__table--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-price-body__table--pc {
    display: block;
    margin-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .page-price-body__table--sp {
    display: none;
  }
}

.table__row {
  display: grid;
  grid-template-columns: 166fr 51fr 109fr;
  padding-top: 2rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  .table__row {
    grid-template-columns: 13rem 1.2fr 1fr 1fr;
    padding: 0;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
}

.table__row:first-child {
  padding-top: 0;
  padding-bottom: 3.3rem;
}
@media screen and (min-width: 768px) {
  .table__row:first-child {
    padding: 0;
  }
}

.table__heading {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table__heading {
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
    padding-bottom: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .table__heading {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .page-price-set .table__heading {
    padding-bottom: 1.8rem;
  }
}

.table__heading--left {
  grid-column: 1/2;
  padding-right: 1rem;
}

.table__heading--right {
  grid-column: 3/4;
}

.table__heading--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .table__heading--pc {
    display: block;
  }
}

.table__course {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  grid-column: 1/2;
}
@media screen and (min-width: 768px) {
  .table__course {
    place-content: center;
    text-align: center;
  }
}

.table__price {
  font-family: var(--font-jp-second);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2777777778;
  letter-spacing: 0.1em;
  grid-column: 3/4;
  align-self: center;
  padding-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  .table__price {
    font-size: 2.4rem;
    text-align: center;
    padding-top: 1.9rem;
    padding-bottom: 1.8rem;
    grid-column: unset;
    padding-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-self: center;
  }
}

.table__yen {
  font-size: 1.4rem;
  line-height: 1.6428571429;
  margin-left: 0.7rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .table__yen {
    font-size: 1.8rem;
    margin-left: 1rem;
  }
}

.table__caution {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  .table__caution {
    display: block;
    text-align: right;
    margin-top: 1.1rem;
    padding-right: 0.4rem;
  }
  .table__caution br {
    display: none;
  }
}

.table__caution--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .table__caution--pc {
    display: block;
  }
}

/* custom */
.custom {
  background-color: var(--background-color);
  padding-top: 8rem;
  padding-bottom: 7.4rem;
}
@media screen and (min-width: 768px) {
  .custom {
    padding-bottom: 8rem;
  }
}
.custom .section__title {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .custom .section__title {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .custom .container {
    display: grid;
    grid-template-columns: 48fr 54fr;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    max-width: 114rem;
    padding-inline: 3rem;
  }
}

.custom__image {
  width: 76.1904761905%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .custom__image {
    width: 100%;
  }
}

.custom__text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
  opacity: 0.8;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .custom__text {
    font-size: 1.6rem;
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .custom__text {
    font-size: 1.8rem;
  }
}
.custom__text--s {
  margin-right: 0.8em;
}
@media screen and (min-width: 768px) {
  .custom__text--s {
    margin-right: 0;
  }
}

/* 変数 */
:root {
  --main-color: #CA7F13;
  --accent-color: #54372D;
  --accent-color-second: #949E33;
  --text-color: #333333;
  --background-color: #F9F8F6;
  --background-color-second: #D4CEBE;
  --color-white: #FFFFFF;
  --color-black: #464646;
  --font-jp: "游ゴシック", "Yu Gothic", sans-serif;
  --font-jp-second: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "MS PMincho", "MS Mincho", serif;
  --font-en: "Marcellus", serif;
  --font-en-second: "annabelle-jf", "Parisienne", cursive;
}

/* メディアクエリ */
/* パンくずリスト */
.archive-salons .breadcrumbs {
  background-color: var(--background-color);
}

.single-salons .breadcrumbs {
  background-color: var(--background-color);
}
.single-salons .breadcrumbs span[property=itemListElement]:nth-child(2) {
  display: none;
}

/* salon 下層ページ */
/* 店舗一覧 */
.archive-salons__content {
  overflow: hidden;
  padding-top: 9.5rem;
  padding-bottom: 8rem;
  background-color: var(--background-color);
}
@media screen and (min-width: 768px) {
  .archive-salons__content {
    padding-top: 9.6rem;
    padding-bottom: 12rem;
  }
}
.archive-salons__content .container {
  max-width: 126rem;
}

.archive-salons__content .section__title {
  font-size: 4.2rem;
  margin-left: -1.4rem;
}
@media screen and (min-width: 350px) {
  .archive-salons__content .section__title {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .archive-salons__content .section__title {
    font-size: 6.4rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .archive-salons__content .section__title {
    font-size: 8.4rem;
  }
}

.salons-category__nav {
  margin-top: 8.2rem;
}
@media screen and (min-width: 768px) {
  .salons-category__nav {
    margin-top: 12.6rem;
  }
}

.salons-category__list {
  max-width: 90rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  row-gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .salons-category__list {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    row-gap: 3.2rem;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .salons-category__list {
    margin-left: 6rem;
  }
}

.salons-category__item {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .salons-category__item {
    -moz-column-gap: 1.7rem;
         column-gap: 1.7rem;
  }
}
.salons-category__item::before {
  display: block;
  content: "";
  grid-column: 1/2;
  align-self: center;
  width: 0.8rem;
  height: 0.7rem;
  background-color: var(--accent-color);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 768px) {
  .salons-category__item::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .salons-category__item::before {
    width: 1.8rem;
    height: 1.5rem;
  }
}

.salons-category__item--en {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .salons-category__item--en {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .salons-category__item--en {
    font-size: 4.8rem;
  }
}

.salons-category__item--jp {
  display: inline-block;
  grid-column: 3/4;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .salons-category__item--jp {
    font-size: 1.4rem;
    margin-left: 0.4rem;
  }
}

.prefecture__list {
  display: flex;
  flex-direction: column;
  row-gap: 8.1rem;
  margin-top: 7.9rem;
}
@media screen and (min-width: 768px) {
  .prefecture__list {
    margin-top: 8.5rem;
  }
}

.prefecture__name {
  font-family: var(--font-en);
  color: var(--color-white);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: var(--main-color);
  padding-block: 1.8rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .prefecture__name {
    font-size: 3.8rem;
    padding-block: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .prefecture__name {
    font-size: 4.8rem;
    padding-block: 3.6rem;
  }
}

.salons__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .salons__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    row-gap: 8rem;
    margin-top: 6rem;
  }
}

.salons__item {
  color: var(--main-color);
}

.salon__map {
  display: block;
  aspect-ratio: 316/200;
}

.salon__name--en {
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .salon__name--en {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .salon__name--en {
    font-size: 3.2rem;
  }
}

.salon__name--jp {
  font-family: var(--font-jp-second);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  .salon__name--jp {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}

.salon__address {
  font-size: 1.4rem;
  color: var(--color-black);
  line-height: 1;
  margin-top: 0.9rem;
}

/* 店舗詳細 */
.main.single-salons {
  padding-top: 9.4rem;
}
@media screen and (min-width: 768px) {
  .main.single-salons {
    padding-top: 17.3rem;
  }
}

.single-salons .page__title {
  padding-top: 6.4rem;
  padding-bottom: 5.6rem;
  padding-left: 0.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-salons .page__title {
    padding-top: 10.4rem;
    padding-bottom: 8rem;
  }
}

.single-salon-intro {
  background-color: var(--background-color);
  padding-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .single-salon-intro {
    padding-top: 4.7rem;
  }
}
.single-salon-intro .container {
  max-width: 108rem;
  padding-inline: 3rem;
}

.single-salon-intro__text {
  font-family: var(--font-jp-second);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .single-salon-intro__text {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-intro__text {
    font-size: 2rem;
  }
}

/* 流れ */
.single-salon-flow {
  padding-bottom: 7.8rem;
  padding-top: 5.5rem;
  background-color: var(--background-color);
  color: var(--main-color);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-salon-flow {
    padding-top: 11rem;
    padding-bottom: 11.6rem;
  }
}
.single-salon-flow .container {
  max-width: 123.8rem;
  padding-inline: 3rem;
}
@media screen and (min-width: 768px) {
  .single-salon-flow .container {
    padding-inline: 3.3rem;
  }
}
.single-salon-flow .section__title {
  margin-left: -1.4rem;
}

.single-salon-flow__inner {
  position: relative;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .single-salon-flow__inner {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-flow__inner {
    width: 100%;
  }
}

.single-salon-flow__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.8rem;
  margin-top: 6rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .single-salon-flow__list {
    row-gap: 5rem;
    margin-top: 8.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-flow__list {
    row-gap: 2.9rem;
  }
}

.single-salon-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.4rem;
}
@media screen and (min-width: 768px) {
  .single-salon-flow__item {
    grid-template-columns: 6rem 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.single-salon-flow__item::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.1rem;
  height: 3rem;
  background-image: linear-gradient(to bottom, var(--accent-color-second) 2px, transparent 2px);
  background-size: 1rem 0.7rem;
  background-repeat: repeat-y;
  background-position: left bottom;
  left: 50%;
  bottom: 0;
  transform: translateY(110%);
}
@media screen and (min-width: 768px) {
  .single-salon-flow__item::after {
    height: 8.2rem;
    left: 3.8%;
    top: 6.5rem;
    bottom: unset;
    transform: translate(0);
  }
}

.single-salon-flow__item:last-child::after {
  display: none;
}

.single-salon-flow__number {
  background-color: var(--accent-color-second);
  justify-self: center;
  width: 6rem;
  height: 6rem;
  font-family: var(--font-en);
  font-size: 3.2rem;
  line-height: 1.1851851852;
  padding-block: 1rem;
  color: var(--background-color);
  border-radius: 50%;
  text-align: center;
}

.single-salon-flow__heading {
  font-family: var(--font-jp-second);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2857142857;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-salon-flow__heading {
    font-size: 2.4rem;
    text-align: left;
  }
}

.single-salon-flow__content {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .single-salon-flow__content {
    font-size: 1.8rem;
  }
}

.single-salon-flow__image {
  position: absolute;
  display: block;
  width: 8rem;
  height: 8rem;
}
@media screen and (min-width: 768px) {
  .single-salon-flow__image {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-flow__image {
    width: 15rem;
    height: 15rem;
  }
}
.single-salon-flow__image:nth-of-type(1) {
  top: 31%;
  right: -2%;
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .single-salon-flow__image:nth-of-type(1) {
    top: 24.5%;
    left: -30%;
    right: unset;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-flow__image:nth-of-type(1) {
    left: -38.5%;
  }
}
.single-salon-flow__image:nth-of-type(2) {
  top: 64.5%;
  left: 3%;
  transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  .single-salon-flow__image:nth-of-type(2) {
    width: 12rem;
    height: 12rem;
    top: 60%;
    right: -32.5%;
    left: unset;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-flow__image:nth-of-type(2) {
    width: 18rem;
    height: 18rem;
    right: -42.5%;
  }
}
.single-salon-flow__image:nth-of-type(3) {
  top: 85%;
  right: 0;
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .single-salon-flow__image:nth-of-type(3) {
    top: -10%;
    right: -10%;
  }
}
.single-salon-flow__image:nth-of-type(1).fadein, .single-salon-flow__image:nth-of-type(3).fadein {
  transform: translate(50%, 3rem);
}
.single-salon-flow__image:nth-of-type(1).fadein.is_active, .single-salon-flow__image:nth-of-type(3).fadein.is_active {
  transform: translate(50%, 0);
}
.single-salon-flow__image:nth-of-type(2).fadein {
  transform: translate(-50%, 3rem);
}
.single-salon-flow__image:nth-of-type(2).fadein.is_active {
  transform: translate(-50%, 0);
}
.single-salon-flow__image img {
  border-radius: 50%;
}

/* スタッフ紹介 */
.single-salon-staff {
  padding-top: 6rem;
  padding-bottom: 3.1rem;
  background-color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .single-salon-staff {
    padding-block: 8rem;
  }
}
.single-salon-staff .container {
  max-width: 114rem;
}
@media screen and (min-width: 768px) {
  .single-salon-staff .container {
    padding-inline: 3rem;
  }
}

.single-salon-staff__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.4rem;
}
@media screen and (min-width: 768px) {
  .single-salon-staff__inner {
    grid-template-columns: 48fr 54fr;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-staff__inner {
    grid-template-columns: 48fr 54fr;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}

.single-salon-staff__image {
  width: 76.1904761905%;
  margin-left: 9.5238095238%;
}
@media screen and (min-width: 768px) {
  .single-salon-staff__image {
    width: 100%;
    margin-left: 0;
  }
}

.single-salon-staff__heading {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 0.75;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .single-salon-staff__heading {
    margin-top: 2rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-staff__heading {
    font-size: 4.8rem;
    margin-top: 5.6rem;
  }
}

.single-salon-staff__heading--small {
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  opacity: 0.8;
}

.single-salon-staff__text {
  color: var(--main-color);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .single-salon-staff__text {
    font-size: 1.8rem;
    margin-top: 4.8rem;
  }
}

.single-salon-staff__name {
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: capitalize;
  margin-top: 0.9rem;
}
@media screen and (min-width: 768px) {
  .single-salon-staff__name {
    font-size: 2.4rem;
    margin-top: 1.4rem;
  }
}

.single-salon-staff__name--jp {
  font-family: var(--font-jp);
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 0.8rem;
  opacity: 0.8;
}

/* 店舗情報 */
.single-salon-info {
  padding-block: 6rem;
  padding-bottom: 6.6rem;
  background-color: var(--background-color-second);
}
@media screen and (min-width: 768px) {
  .single-salon-info {
    padding-block: 8rem;
    padding-bottom: 10rem;
  }
}
.single-salon-info .container {
  max-width: 114rem;
  padding-right: 3.9rem;
}
@media screen and (min-width: 768px) {
  .single-salon-info .container {
    padding-inline: 3rem;
  }
}

.single-salon-info__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.8rem;
}
@media screen and (min-width: 768px) {
  .single-salon-info__inner {
    grid-template-columns: 7fr 6fr;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon-info__inner {
    grid-template-columns: 42fr 54fr;
    -moz-column-gap: 13%;
         column-gap: 13%;
  }
}

.single-salon__map {
  display: block;
  aspect-ratio: 316/200;
}
@media screen and (min-width: 768px) {
  .single-salon__map {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .single-salon__table {
    grid-column: 1/2;
    grid-row: 1;
    align-self: center;
    margin-top: 1.2rem;
  }
}

.single-salon__row {
  display: grid;
  grid-template-columns: 120fr 195fr;
  grid-template-rows: 5.3rem;
  border-bottom: 1px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  .single-salon__row {
    padding-top: 0.4rem;
  }
}

.single-salon__heading {
  font-family: var(--font-jp-second);
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: var(--main-color);
  align-self: center;
  padding-left: 0.8rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single-salon__heading {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-salon__heading {
    font-size: 2rem;
  }
}

.single-salon__data {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  align-self: center;
  padding-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .single-salon__data {
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
}

.single-salon__button-wrapper {
  background-color: var(--background-color);
  padding-block: 8rem;
}
@media screen and (min-width: 768px) {
  .single-salon__button-wrapper {
    padding-top: 11.9rem;
    padding-bottom: 12rem;
    padding-left: 1.6rem;
  }
}
.single-salon__button-wrapper .button.button--single-salon {
  width: 15.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  margin-block: 0;
}
@media screen and (min-width: 768px) {
  .single-salon__button-wrapper .button.button--single-salon {
    width: 16.6rem;
  }
}
.single-salon__button-wrapper .button.button--single-salon .button__text {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .single-salon__button-wrapper .button.button--single-salon .button__text {
    font-size: 1.6rem;
  }
}

/* 変数 */
:root {
  --main-color: #CA7F13;
  --accent-color: #54372D;
  --accent-color-second: #949E33;
  --text-color: #333333;
  --background-color: #F9F8F6;
  --background-color-second: #D4CEBE;
  --color-white: #FFFFFF;
  --font-jp: "游ゴシック", "Yu Gothic", sans-serif;
  --font-jp-second: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "MS PMincho", "MS Mincho", serif;
  --font-en: "Marcellus", serif;
  --font-en-second: "annabelle-jf", "Parisienne", cursive;
}

/* メディアクエリ */
/* パンくずリスト */
.archive-news .breadcrumbs {
  background-color: var(--background-color);
}

/* news 一覧ページ */
.archive-news__content {
  padding-top: 6.6rem;
  background-color: var(--background-color);
}
@media screen and (min-width: 768px) {
  .archive-news__content {
    padding-top: 8.4rem;
    padding-bottom: 11.6rem;
  }
}

.archive-news__content .container {
  padding-inline: 1.7rem;
}
@media screen and (min-width: 768px) {
  .archive-news__content .container {
    padding-inline: 3rem;
  }
}

.archive-news__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.6rem;
}
@media screen and (min-width: 768px) {
  .archive-news__inner {
    grid-template-columns: 1fr 17.4rem;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .archive-news__inner {
    -moz-column-gap: 4.2rem;
         column-gap: 4.2rem;
  }
}

.archive-news__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .archive-news__list {
    row-gap: 1.9rem;
  }
}

.archive-news__item {
  position: relative;
  background-color: var(--background-color-second);
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .archive-news__item {
    display: flex;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}

.archive-news__link {
  display: block;
  width: 100%;
  padding: 1.5rem 1.2rem 1rem 1.1rem;
}
@media screen and (min-width: 768px) {
  .archive-news__link {
    display: flex;
    padding: 2rem;
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .archive-news__link {
    padding: 2.6rem 2.4rem 2.3rem;
  }
}

.archive-news__date {
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .archive-news__date {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.archive-news__title {
  font-family: var(--font-jp-second);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .archive-news__title {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.archive-news__category {
  position: absolute;
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 0.7;
  color: #54372D;
  opacity: 0.33;
  bottom: 0;
  right: 0.6rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .archive-news__category {
    font-size: 2.4rem;
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive-news__category {
    font-size: 3.2rem;
    bottom: 1.8rem;
    right: 2.3rem;
  }
}

/* カテゴリ一覧 */
.news-category__wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .news-category__wrapper {
    border-left: 1px solid var(--main-color);
    padding-left: 1.6rem;
    padding-top: 1.1rem;
  }
}

.news-category__title {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 2.4rem;
  color: var(--main-color);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .news-category__title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-category__title {
    font-size: 3.2rem;
  }
}

.news-category__nav {
  width: 100%;
  max-width: 30rem;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .news-category__nav {
    margin-top: 3.1rem;
  }
}

.news-category__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .news-category__list {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }
}

.news-category__link {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .news-category__link {
    font-size: 1.6rem;
  }
}

/* ニュース詳細 */
.single-news .breadcrumbs {
  background-color: var(--background-color);
}

.single-news-content {
  background-color: var(--background-color);
  padding-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .single-news-content {
    padding-top: 9rem;
    padding-bottom: 18.3rem;
  }
}
.single-news-content .container {
  max-width: 115.8rem;
  padding-left: 1.5rem;
  padding-right: 1.6rem;
}
@media screen and (min-width: 768px) {
  .single-news-content .container {
    padding-inline: 3rem;
  }
}

.single-news-content__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.9rem;
}
@media screen and (min-width: 768px) {
  .single-news-content__inner {
    grid-template-columns: 1fr 17.4rem;
    -moz-column-gap: 4.2rem;
         column-gap: 4.2rem;
  }
}

.single-news-content__article {
  color: var(--main-color);
  max-width: 69.1rem;
  margin-inline: auto;
}

.single-news-content__title {
  font-family: var(--font-jp-second);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 0.2rem;
}
@media screen and (min-width: 768px) {
  .single-news-content__title {
    font-size: 2.4rem;
    line-height: 1;
    padding-left: 0;
  }
}

.single-news-content__category,
.single-news-content__date {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .single-news-content__category,
.single-news-content__date {
    font-size: 1.4rem;
  }
}

.single-news-content__category {
  margin-right: 0.8rem;
  text-transform: capitalize;
}

.single-news-content__thumbnail {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .single-news-content__thumbnail {
    margin-top: 3.7rem;
  }
}

.single-news-content__thumbnail--pc {
  width: 100%;
  aspect-ratio: 343/249;
}
@media screen and (min-width: 768px) {
  .single-news-content__thumbnail--pc {
    aspect-ratio: 691/250;
  }
}

.single-news-content__description {
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--text-color);
  margin-top: 3.5rem;
  padding-left: 0.1rem;
}
@media screen and (min-width: 768px) {
  .single-news-content__description {
    font-size: 1.6rem;
    margin-top: 2.6rem;
  }
}

.single-news-content__section {
  margin-top: 1.3rem;
  padding-left: 0.2rem;
}
@media screen and (min-width: 768px) {
  .single-news-content__section {
    font-size: 3.2rem;
    margin-top: 2.2rem;
  }
}

.single-news-content__heading {
  font-family: var(--font-jp-second);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .single-news-content__heading {
    font-size: 1.8rem;
  }
}

.single-news-content__text {
  font-family: var(--font-jp);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--text-color);
  white-space: pre-wrap;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .single-news-content__text {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

/* ボタン */
.button.button--single-news {
  width: 20.2rem;
  grid-template-columns: 1fr;
  padding-block: 0.7rem;
  margin-inline: auto;
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .button.button--single-news {
    font-size: 3.6rem;
    margin-top: 2.8rem;
  }
}
.button.button--single-news .button__text {
  font-family: var(--font-jp-second);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}

/* 変数 */
:root {
  --main-color: #CA7F13;
  --accent-color: #54372D;
  --accent-color-second: #949E33;
  --text-color: #333333;
  --background-color: #F9F8F6;
  --background-color-second: #D4CEBE;
  --color-white: #FFFFFF;
  --color-gray: #707070;
  --font-jp: "游ゴシック", "Yu Gothic", sans-serif;
  --font-jp-second: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "MS PMincho", "MS Mincho", serif;
  --font-en: "Marcellus", serif;
  --font-en-second: "annabelle-jf", "Parisienne", cursive;
}

/* メディアクエリ */
@media screen and (min-width: 768px) {
  .main.page-reserve {
    padding-top: 16.2rem;
  }
}

.page-reserve .breadcrumbs,
.page-confirm .breadcrumbs,
.page-thanks .breadcrumbs {
  background-color: var(--background-color);
}
.page-reserve section,
.page-confirm section,
.page-thanks section {
  background-color: var(--background-color);
}
.page-reserve .reserve,
.page-confirm .reserve,
.page-thanks .reserve {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-reserve .reserve,
.page-confirm .reserve,
.page-thanks .reserve {
    padding-top: 9rem;
  }
}
.page-reserve .reserve__link,
.page-confirm .reserve__link,
.page-thanks .reserve__link {
  display: none;
}

/* 同意書 */
.concent {
  padding-top: 6.4rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .concent {
    padding-top: 8.7rem;
  }
}
.concent .container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.6rem;
  max-width: 112.1rem;
  padding-inline: 3rem;
}
@media screen and (min-width: 768px) {
  .concent .container {
    grid-template-columns: 72fr 24fr;
    -moz-column-gap: 10.1rem;
         column-gap: 10.1rem;
    padding-left: 2rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .page-confirm .concent {
    padding-top: 7.6rem;
  }
  .page-thanks .concent {
    padding-top: 7.3rem;
  }
}
.download {
  width: 100%;
  max-width: 24rem;
  height: 14.7rem;
  background-color: var(--background-color-second);
  padding: 3.2rem 4rem 3.6rem;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .download {
    grid-column: 2/3;
    margin-top: 0.9rem;
  }
}

.download__text {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .concent__inner {
    grid-row: 1;
    grid-column: 1/2;
  }
}

.concent .button {
  width: 16rem;
  padding: 0.9rem 1.5rem 0.9rem 1.1rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-top: 1.1rem;
}

.concent .button__icon {
  font-size: 1.6rem;
}

.concent .button__text {
  font-family: var(--font-jp-second);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  align-self: center;
}

@media screen and (min-width: 768px) {
  .concent__heading br {
    display: none;
  }
}

.concent__heading,
.reserve-tel__heading {
  font-family: var(--font-jp-second);
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .concent__heading,
.reserve-tel__heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .concent__heading,
.reserve-tel__heading {
    font-size: 3.2rem;
  }
}

.concent__heading {
  font-size: 2rem;
}
@media screen and (min-width: 350px) {
  .concent__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .concent__heading {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .concent__heading {
    font-size: 3.2rem;
  }
}

.concent__text,
.reserve-tel__text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.2rem;
  color: var(--main-color);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .concent__text,
.reserve-tel__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .concent__text,
.reserve-tel__text {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .concent__text {
    margin-top: 3.9rem;
  }
}
@media screen and (min-width: 768px) {
  .concent__text .br--sp {
    display: none;
  }
}

/* tel */
.reserve-tel {
  padding-top: 3rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .reserve-tel {
    padding-top: 11.3rem;
    padding-bottom: 11.7rem;
  }
}
.reserve-tel .container {
  max-width: 112.1rem;
  padding-inline: 3rem;
}
@media screen and (min-width: 768px) {
  .reserve-tel .container {
    display: grid;
    grid-template-columns: 639fr 423fr;
    padding-left: 2rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .reserve-tel__top {
    padding-right: 6.1rem;
    border-right: 1px solid var(--main-color);
  }
}

.reserve-tel__heading {
  font-family: var(--font-en);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .reserve-tel__heading {
    text-align: left;
    font-size: 4.8rem;
    line-height: 1.5;
  }
}

.reserve-tel__text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .reserve-tel__text {
    margin-top: 1.6rem;
  }
}

.reserve-tel__inner {
  margin-top: 2.1rem;
  padding-left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .reserve-tel__inner {
    align-self: center;
    margin-top: 2.5rem;
  }
}

.reserve-tel__number {
  display: block;
  font-family: var(--font-en);
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reserve-tel__number {
    font-size: 3.2rem;
  }
}

.reserve-tel__time {
  width: 100%;
  max-width: 24rem;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  color: var(--main-color);
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 1.6rem;
  margin-inline: auto;
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .reserve-tel__time {
    margin-top: 3.5rem;
  }
}

/* mailform */
.page-reserve .mail-form,
.page-confirm .mail-form,
.page-thanks .mail-form {
  --mailform-color: #EDE9E4;
  background-color: var(--mailform-color);
}

.mail-form {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .mail-form {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.mail-form .section__title {
  font-size: 3.2rem;
  line-height: 1.125;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .mail-form .section__title {
    font-size: 4.8rem;
    line-height: 1.3333333333;
  }
}
.mail-form .container {
  max-width: 114rem;
  padding-inline: 3rem;
}

@media screen and (min-width: 768px) {
  .page-confirm .mail-form {
    padding-top: 6.6rem;
    padding-bottom: 9.6rem;
  }
}

@media screen and (min-width: 768px) {
  .page-thanks .mail-form {
    padding-top: 6.6rem;
    padding-bottom: 9.9rem;
  }
}

.mail-form__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.3rem;
}
@media screen and (min-width: 768px) {
  .mail-form__inner {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.3rem;
         column-gap: 2.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .mail-form__inner {
    grid-template-columns: 10fr 8.4fr;
    -moz-column-gap: 8.8rem;
         column-gap: 8.8rem;
  }
}

.mail-form__text {
  line-height: 2;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .mail-form__text {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 4rem;
  }
}

.mail-form__step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .mail-form__step {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-left: 1rem;
    align-self: end;
  }
}
@media screen and (min-width: 1024px) {
  .mail-form__step {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    align-self: unset;
  }
}

.mail-form__item {
  padding-top: 4rem;
  padding-bottom: 3.5rem;
  color: var(--color-gray);
  text-align: center;
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (min-width: 768px) {
  .mail-form__item {
    padding-top: 5.8rem;
    padding-bottom: 5.4rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.mail-form__number {
  font-family: var(--font-en);
}
@media screen and (min-width: 768px) {
  .mail-form__number {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .mail-form__number {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.mail-form__state {
  font-family: var(--font-jp-second);
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .mail-form__state {
    font-size: 1.8rem;
    line-height: 1.1666666667;
  }
}
@media screen and (min-width: 1024px) {
  .mail-form__state {
    font-size: 2.4rem;
    line-height: 1.1666666667;
  }
}

.page-reserve .mail-form__item:nth-of-type(1) {
  color: var(--main-color);
  border-color: var(--main-color);
}

.page-confirm .mail-form__item:nth-of-type(2) {
  color: var(--main-color);
  border-color: var(--main-color);
}

.page-thanks .mail-form__item:nth-of-type(3) {
  color: var(--main-color);
  border-color: var(--main-color);
}

/* form */
.form__wrapper {
  margin-top: 5.7rem;
}
@media screen and (min-width: 768px) {
  .form__wrapper {
    padding-inline: 4rem;
    margin-top: 8.6rem;
  }
}

.input-area {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .input-area {
    row-gap: 3.2rem;
  }
}

.form__inner {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .form__inner {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    align-self: center;
  }
}

.form__icon {
  --icon-color: #D4CEBE;
  --icon-color-second: #54372D;
  display: inline-block;
  font-family: var(--font-jp-second);
  width: 6rem;
  font-size: 1.2rem;
  line-height: 2.3333333333;
  background-color: var(--icon-color);
  text-align: center;
  border-radius: 1.5rem;
}

.form__item {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .form__item {
    grid-template-columns: 38fr 62fr;
  }
}

.form__item--date {
  margin-top: 0.6rem;
  row-gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .form__item--date {
    margin-top: 0.9rem;
    row-gap: 0.5rem;
  }
}

.form__icon--needed {
  color: var(--background-color);
  background-color: var(--icon-color-second);
}

.form__text {
  font-family: var(--font-jp-second);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  align-self: center;
}
@media screen and (min-width: 350px) {
  .form__text {
    font-size: 1.6rem;
  }
}

.form__text--date {
  font-family: var(--font-jp);
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .form__text--date {
    margin-top: 0;
  }
}

.form__input {
  width: 100%;
  background-color: var(--color-white);
  height: 5rem;
  padding-inline: 1rem;
  color: var(--text-color);
  border-radius: 0.2rem;
}

.form__textarea {
  background-color: var(--color-white);
  height: 20rem;
  padding: 1rem;
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .form__textarea {
    height: 12rem;
  }
}

.page-confirm .form__input {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .form__item--300 .wpcf7-form-control-wrap {
    max-width: 30rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

input[type=checkbox] {
  opacity: 0;
  cursor: pointer;
}

input[type=checkbox] + .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  font-size: 1.2rem;
  cursor: pointer;
}
@media screen and (min-width: 350px) {
  input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

input[type=checkbox] + .wpcf7-list-item-label::before {
  position: absolute;
  display: block;
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background-color: var(--color-white);
  top: 50%;
  left: -1.3rem;
  transform: translateY(-50%);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  --bgc-checked: #54372D;
  background-color: var(--bgc-checked);
}

input[type=checkbox] + .wpcf7-list-item-label::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.8rem;
  height: 1rem;
  background-color: transparent;
  border-left: 0.3rem solid var(--color-white);
  border-bottom: 0.3rem solid var(--color-white);
  top: 50%;
  left: -0.6rem;
  transform: translateY(-75%) rotate(-45deg);
  z-index: 10;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__item--weekday input[type=checkbox] + .wpcf7-list-item-label,
.form__item--holiday input[type=checkbox] + .wpcf7-list-item-label {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__item--weekday input[type=checkbox] + .wpcf7-list-item-label,
.form__item--holiday input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .form__item--weekday input[type=checkbox] + .wpcf7-list-item-label,
.form__item--holiday input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 3rem;
  }
}

/* チェックボックス　時間 */
.form__item--date .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.9rem;
}
@media screen and (min-width: 768px) {
  .form__item--date .wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    padding-right: 0.7rem;
  }
}

.form__item--date .form__inner {
  grid-row: 1/3;
}

@media screen and (min-width: 768px) {
  .form__item--weekday,
.form__item--holiday {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .form__item--weekday label,
.form__item--holiday label {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.form__item--holiday {
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .form__item--holiday {
    grid-column: 2/3;
    margin-top: 0;
  }
}

/* チェックボックス お問い合わせ項目 */
input[type=radio] {
  opacity: 0;
  cursor: pointer;
}

input[type=radio] + .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  font-size: 1.2rem;
  cursor: pointer;
}
@media screen and (min-width: 350px) {
  input[type=radio] + .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  input[type=radio] + .wpcf7-list-item-label {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  input[type=radio] + .wpcf7-list-item-label {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

input[type=radio] + .wpcf7-list-item-label::before {
  position: absolute;
  display: block;
  content: "";
  width: 3.1rem;
  height: 3.1rem;
  background-color: var(--color-white);
  top: 50%;
  left: -1.3rem;
  transform: translateY(-50%);
}

input[type=radio]:checked + .wpcf7-list-item-label::before {
  --bgc-checked: #54372D;
  background-color: var(--bgc-checked);
}

input[type=radio] + .wpcf7-list-item-label::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.8rem;
  height: 1rem;
  background-color: transparent;
  border-left: 0.3rem solid var(--color-white);
  border-bottom: 0.3rem solid var(--color-white);
  top: 50%;
  left: -0.6rem;
  transform: translateY(-75%) rotate(-45deg);
  z-index: 10;
  opacity: 0;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__item--content {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .form__item--content {
    margin-top: 0;
  }
}

.form__item--content .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.1rem;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .form__item--content .wpcf7-checkbox {
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    row-gap: 1.5rem;
    -moz-column-gap: 3.4rem;
         column-gap: 3.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .form__item--content .wpcf7-checkbox label {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

/* 日付ピック */
.form__item--day {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .form__item--day {
    margin-top: 0.4rem;
  }
}

.form__item--day .wpcf7-form-control::-webkit-calendar-picker-indicator {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.wpcf7-date {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 1rem;
}

.form__item--day .wpcf7-form-control-wrap {
  background-color: var(--color-white);
  height: 5rem;
}
.form__item--day .wpcf7-form-control-wrap::after {
  position: absolute;
  display: block;
  content: "";
  width: 5rem;
  height: 5rem;
  background-color: var(--main-color);
  top: 0;
  right: 0;
  color: var(--color-white);
}
.form__item--day .wpcf7-form-control-wrap::before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f073";
  font-size: 2.4rem;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-white);
  z-index: 2;
}

/* テキストエリア */
.form__item--textarea {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .form__item--textarea {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .form__item--textarea .form__inner {
    align-self: start;
    padding-top: 1.1rem;
  }
}

.form__textarea {
  width: 100%;
}

/* 注意書き */
.form__caution {
  font-size: 1.2rem;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .form__caution {
    grid-column: 2/3;
  }
}

/* submit button */
.wpcf7-submit {
  display: block;
  width: 16rem;
  background-color: var(--accent-color-second);
  margin-top: 3.2rem;
  margin-inline: auto;
  padding-block: 1rem;
  color: var(--color-white);
  font-family: var(--font-jp-second);
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-submit {
    margin-top: 2.7rem;
  }
}

/* thanks */
.thanks__message {
  font-family: var(--font-jp-second);
  color: var(--main-color);
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .thanks__message {
    font-size: 3.6rem;
    line-height: 1.2857142857;
    text-align: center;
    margin-top: 6rem;
  }
}

.thanks__text {
  max-width: 38.3rem;
  font-size: 1.4rem;
  color: var(--main-color);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 1.3rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .thanks__text {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.04em;
    margin-top: 2.7rem;
  }
}

.thanks__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--main-color);
  line-height: 0.8;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .thanks__link {
    margin-top: 1rem;
  }
}

/* cf7 デフォルト送信後表示 */
.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

/* 変数 */
:root {
  /* 色 */
  --main-color: #CA7F13;
  --accent-color: #54372D;
  --accent-color-second: #949E33;
  --text-color: #333333;
  --background-color: #F9F8F6;
  --background-color-second: #D4CEBE;
  --color-white: #FFFFFF;
  /* フォント */
  --font-jp: "游ゴシック", "Yu Gothic", sans-serif;
  --font-jp-second: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
      "MS PMincho", "MS Mincho", serif;
  --font-en: "Marcellus", serif;
  --font-en-second: "annabelle-jf", "Parisienne", cursive;
  scrollbar-gutter: stable;
}

/* メディアクエリ */
/* base */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: var(--font-jp);
  font-weight: 400;
  color: var(--text-color);
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  background-color: var(--background-color);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
li {
  list-style: none;
}

small {
  font-size: 0.75rem;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

picture {
  display: block;
}

:root:has(.hamburger.is_open) {
  overflow: hidden;
}

address {
  font-style: normal;
}

/* 共通のスタイル */
section {
  padding-block: 5rem;
}

.container {
  width: 100%;
  max-width: 114rem;
  padding-inline: 3rem;
  margin-inline: auto;
  container-type: inline-size;
}

.section__title {
  position: relative;
  font-family: var(--font-en);
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2619047619;
  letter-spacing: 0.04em;
  color: var(--main-color);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__title {
    font-size: 8.4rem;
  }
}

.section__title--jp {
  font-family: var(--font-jp-second);
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .section__title--jp {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

.section__title--jp--bold {
  font-weight: 600;
}

.section__title--back {
  position: absolute;
  font-family: var(--font-en-second);
  font-size: 7.2rem;
  line-height: 1.4;
  top: 31%;
  left: 6rem;
  transform: translateY(-50%);
  opacity: 0.078;
  text-transform: capitalize;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .section__title--back {
    font-size: 10rem;
    top: 37%;
    left: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .section__title--back {
    font-size: 12rem;
    top: 37%;
    left: 15%;
  }
}

.button {
  display: block grid;
  width: 20rem;
  grid-template-columns: 2rem 1fr 2rem;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  background-color: var(--accent-color-second);
  padding: 1.2rem 1.6rem;
  border-radius: 4rem;
  color: var(--color-white);
}

.button__icon {
  font-size: 2rem;
}

.button__text {
  text-align: center;
}

.main__inner {
  background-color: var(--background-color);
}

/* 補助的なスタイル */
.dib {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .dib--sp {
    display: contents;
  }
}

/* アニメーション用 */
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: all 1s ease;
}

.fadein.is_active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* パンくずリスト */
.breadcrumbs {
  color: var(--main-color);
  background-color: var(--background-color-second);
  padding-block: 1.1rem;
  padding-left: 1.6rem;
  padding-right: 2.4rem;
  font-size: 1.4rem;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 1.8rem;
    padding-inline: 3.7rem;
    padding-block: 2.3rem;
  }
}

.home {
  position: relative;
  color: var(--main-color);
}

a[property=item] {
  position: relative;
  padding-inline: 1.6rem;
}
a[property=item].home {
  padding-left: 0;
}
a[property=item]::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--main-color);
  opacity: 0.8;
}

.current-item {
  padding-left: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .current-item {
    line-height: unset;
  }
}

/* ページネーション */
.archive-news__pagenavi {
  color: var(--main-color);
  font-family: var(--font-en);
  font-size: 1.6rem;
  display: grid;
  margin-top: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .archive-news__pagenavi {
    font-size: 3.2rem;
    margin-top: 3.2rem;
  }
}

.wp-pagenavi {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.archive-news__pagenavi .wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
  margin: 0;
  padding: 0;
}

.wp-pagenavi span.current {
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
}

.nextpostslink,
.previouspostslink {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .nextpostslink,
.previouspostslink {
    font-size: 2rem;
  }
}

.main.front-page {
  padding-top: 0;
}

/* recaptcha */
.grecaptcha-badge {
  visibility: hidden;
}

/* 下層ページ共通 */
.main {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 17.3rem;
  }
}

.page__title {
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  padding-block: 8.4rem;
  text-align: center;
  color: var(--main-color);
  background-color: var(--background-color-second);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page__title {
    font-size: 6rem;
    padding-block: 10rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .page__title {
    font-size: 8rem;
    padding-block: 14rem;
    padding-left: 1rem;
  }
}

.page__title--sub {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .page__title--sub {
    font-size: 4.8rem;
  }
}

.page-top__image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  height: 5.9rem;
  display: flex;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .header {
    height: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 16.6rem;
  }
}

.header__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: auto;
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .header__container {
    padding-inline: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__container {
    padding-inline: 4.8rem;
  }
}

.header__link {
  display: block;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .header__link:hover {
    opacity: 0.6;
  }
}
.header__icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .header__icon {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__icon {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.header__icon img {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .header__icon img {
    vertical-align: baseline;
  }
}

.header__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__text {
    display: block;
    font-family: var(--font-en);
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.25;
    color: var(--accent-color);
  }
}
@media screen and (min-width: 1024px) {
  .header__text {
    font-size: 2.8rem;
  }
}

.header__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .header__list {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}

.header__item {
  font-family: var(--font-en);
  font-size: 1.6rem;
  color: var(--accent-color);
}
@media screen and (min-width: 1024px) {
  .header__item {
    font-size: 2rem;
  }
}
.header__item:nth-of-type(1), .header__item:nth-of-type(2), .header__item:nth-of-type(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__item:nth-of-type(1), .header__item:nth-of-type(2), .header__item:nth-of-type(3) {
    display: block;
  }
}

.header__item--reserve {
  color: var(--color-white);
  background-color: var(--accent-color-second);
  border-radius: 4rem;
}
.header__item--reserve .header__link {
  padding: 0.3rem;
}
@media screen and (min-width: 768px) {
  .header__item--reserve .header__link {
    padding: 0.8rem 1.4rem 0.8rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__item--reserve .header__link {
    padding: 1.1rem 1.6rem 1.1rem 2.4rem;
  }
}
.header__item--reserve .header__link--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__item--reserve .header__link--pc {
    display: block grid;
    grid-template-columns: 1.2rem -webkit-max-content 1.2rem;
    grid-template-columns: 1.2rem max-content 1.2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__item--reserve .header__link--pc {
    grid-template-columns: 1.8rem -webkit-max-content 1.8rem;
    grid-template-columns: 1.8rem max-content 1.8rem;
    -moz-column-gap: 2.1rem;
         column-gap: 2.1rem;
  }
}
.header__item--reserve .header__link--sp {
  position: relative;
  display: block grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (min-width: 768px) {
  .header__item--reserve .header__link--sp {
    display: none;
  }
}
.header__item--reserve .header__link--sp::after {
  display: block;
  width: 2.4rem;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c9";
  font-size: 1.4rem;
  color: var(--color-white);
  grid-column: 2/3;
}
.header__item--reserve .header__link--sp.is_open {
  -moz-column-gap: 0;
       column-gap: 0;
}
.header__item--reserve .header__link--sp.is_open::after {
  content: "\f00d";
}
.header__item--reserve .header__reserve {
  font-family: var(--font-jp-second);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--color-white);
  line-height: 1.5;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .header__item--reserve .header__reserve {
    font-size: 1.6rem;
    padding-right: 1.05rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__item--reserve .header__reserve {
    font-size: 2rem;
    padding-right: 1.05rem;
  }
}
.header__item--reserve .button__inner {
  overflow: hidden;
  transition: all 0.5s;
}

.header__item--menu {
  margin-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  .header__item--menu {
    display: none;
  }
}

.reserve__icon {
  color: var(--color-white);
}
.reserve__icon .fa-bars::before {
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .reserve__icon .fa-bars::before {
    font-size: 2.1rem;
  }
}

.hamburger {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: var(--background-color-second);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
}

.hamburger.is_open {
  opacity: 1;
  visibility: visible;
}

.hamburger__nav {
  padding: 14.4rem 6rem;
}

.hamburger__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

.hamburger__item {
  font-family: var(--font-en);
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: var(--main-color);
  text-transform: uppercase;
}

/* fv */
.fv {
  position: relative;
  padding-block: 0;
}

.fv__catch {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 57.3%;
  left: 3.9%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .fv__catch {
    top: 50%;
    left: 3%;
    transform: translate(-1%, -49%);
  }
}

.fv__catch--lines {
  display: block;
  font-family: var(--font-jp-second);
  font-size: 3.2rem;
  font-weight: 300;
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .fv__catch--lines {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv__catch--lines {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .fv__catch--lines br {
    display: none;
  }
}

/* news お知らせ */
.news {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 12.9rem;
    padding-bottom: 10rem;
  }
}
.news .section__title {
  text-transform: capitalize;
  padding-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .news .section__title {
    padding: 0;
  }
}

.news__content {
  position: relative;
}

.news__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .news__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.9rem;
  }
}

.news__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  color: var(--accent-color);
  border-top: 1px solid var(--accent-color);
}
@media screen and (min-width: 768px) {
  .news__item {
    border-top: none;
    border-left: 1px solid var(--accent-color);
  }
}
.news__item:nth-child(3) {
  border-bottom: 1px solid var(--accent-color);
}
@media screen and (min-width: 768px) {
  .news__item:nth-child(3) {
    border-bottom: none;
    border-right: 1px solid var(--accent-color);
  }
}

.news__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding-block: 2.5rem;
  padding-top: 2.3rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .news__link {
    padding: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .news__link {
    padding: 1.5rem 2rem 1.4rem 1.9rem;
  }
}

@media (any-hover: hover) {
  .news__link:hover {
    opacity: 0.6;
  }
}
.news__date {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5714285714;
}

.news__title {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.9rem;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news__title {
    font-size: 1.8rem;
  }
}

.news__category {
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 1.3rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news__category {
    margin-top: 1.6rem;
  }
}

.news__button {
  position: absolute;
  display: block;
  width: 12.1rem;
  font-family: var(--font-jp-second);
  color: var(--color-white);
  padding-block: 0.5rem;
  text-align: center;
  background-color: var(--accent-color-second);
  border-radius: 4rem;
  text-transform: capitalize;
  left: 50%;
  bottom: -2.1rem;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .news__button {
    width: 16rem;
    left: auto;
    bottom: auto;
    padding-block: 0.9rem;
    right: 0;
    top: -3.5rem;
    transform: translateY(-100%);
  }
}

@media (any-hover: hover) {
  .news__button:hover {
    opacity: 0.6;
  }
}
.news__button.fadein {
  transform: translate(-50%, calc(100% + 3rem));
}
@media screen and (min-width: 768px) {
  .news__button.fadein {
    transform: translateY(calc(-100% + 3rem));
  }
}

.news__button.fadein.is_active {
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .news__button.fadein.is_active {
    transform: translateY(-100%);
  }
}

.concept {
  padding-top: 12.1rem;
  padding-bottom: 11.2rem;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-top: 10.5rem;
    padding-bottom: 19.6rem;
  }
}
.concept .container {
  max-width: 126rem;
}

.concept__inner {
  display: grid;
  grid-template-columns: 207fr 108fr;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    grid-template-columns: 335fr 865fr;
    row-gap: 7.5rem;
  }
}

.concept .heading__wrapper {
  position: relative;
  height: 100%;
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 3.8rem;
}
.concept .heading__wrapper .heading__wrapper--s.fadein.is_active {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .concept .heading__wrapper {
    grid-row: 1/2;
    align-self: center;
    margin-top: 4.6rem;
  }
}
.concept .heading__wrapper .heading__wrapper--s.fadein {
  transform: translateY(calc(-50% + 3rem));
}

.concept__heading {
  font-family: var(--font-jp-second);
  color: var(--main-color);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 1rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .concept__heading {
    font-size: 2.4rem;
    line-height: 1.2857142857;
    padding-left: 0;
    margin-top: 2.53rem;
    text-wrap: nowrap;
  }
  .concept__heading br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .concept__heading {
    font-size: 2.8rem;
  }
}

.concept__image--first {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (min-width: 768px) {
  .concept__image--first {
    grid-column: 2/3;
  }
}

.concept__inner--pc {
  display: contents;
}
@media screen and (min-width: 768px) {
  .concept__inner--pc {
    grid-column: 1/3;
    grid-row: 2/3;
    display: grid;
    grid-column: 54fr 60fr;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}

.concept__image--second {
  grid-column: 2/3;
  grid-row: 2/3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 4.1rem;
}
.concept__image--second img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .concept__image--second {
    grid-column: 1/2;
    grid-row: 1;
    margin-top: 0.6rem;
  }
}

.concept__text {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--accent-color);
  grid-column: 1/3;
  grid-row: 3/4;
  margin-top: 3.9rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .concept__text {
    font-size: 1.6rem;
    grid-column: 2/3;
    grid-row: 1;
    padding-right: 2.2rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .concept__text {
    font-size: 1.8rem;
  }
}
.concept__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .concept__text br {
    display: block;
  }
}

.concept__link {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-jp-second);
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: 1.8rem;
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .concept__link {
    margin-top: 0.9rem;
  }
}
.concept__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 12rem;
  height: 0.1rem;
  left: 0;
  bottom: 0.6rem;
  background-color: var(--accent-color);
  transition: all 0.3s;
}
.concept__link::after {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 0.1rem;
  right: -1.9rem;
  bottom: 0.7rem;
  transform: rotate(30deg) translate(-18%, -90%);
  background-color: var(--accent-color);
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .concept__link:hover::before {
    left: 0.5rem;
  }
  .concept__link:hover::after {
    right: -2.4rem;
  }
}
/* feature */
.feature {
  --feature-background-color: #464646;
  background-color: var(--feature-background-color);
  padding-top: 8.8rem;
  padding-bottom: 5.6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-top: 16.2rem;
    padding-bottom: 5.8rem;
  }
}
.feature .container {
  position: relative;
  max-width: 144rem;
  padding-inline: 3rem;
}
@media screen and (min-width: 1024px) {
  .feature .container {
    padding-left: 8.8rem;
    padding-right: 4.7rem;
  }
}
.feature .section__title.fadein {
  transform: translate(-50%, calc(-50% + 3rem));
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -1rem;
}
.feature .section__title.fadein.is_active {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .feature .section__title--back {
    top: 30%;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature__inner {
    display: grid;
    grid-template-columns: 400fr 906fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature__inner {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.swiper__container {
  min-width: 0;
}

.swiper--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .swiper--pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .swiper--pc .swiper-slide {
    height: auto;
  }
  .swiper--pc .feature__image {
    height: 100%;
  }
  .swiper--pc .feature__content {
    height: 100%;
  }
}

.swiper--sp .swiper-slide {
  width: 31.5rem;
}

.swiper--sp,
.swiper--text {
  display: block;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .swiper--sp,
.swiper--text {
    display: none;
  }
}

.feature__slide {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .feature__slide {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature__slide {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.feature__list {
  display: none;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .feature__list {
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
    padding-bottom: 1.6rem;
  }
}

.feature__item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  font-family: var(--font-jp-second);
  color: var(--main-color);
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .feature__item {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.feature__item.feature__item--current {
  opacity: 1;
}

.feature__number {
  font-size: 2rem;
  line-height: 1.95;
  align-self: start;
  justify-self: center;
}
@media screen and (min-width: 1024px) {
  .feature__number {
    font-size: 2.4rem;
    line-height: 1.625;
  }
}

.feature__item--second .feature__number {
  font-size: 1.8rem;
  line-height: 1.6111111111;
}

.feature__heading {
  font-size: 1.6rem;
  line-height: 1.5;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .feature__heading {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.feature__content {
  display: flex;
  flex-direction: column;
  color: var(--main-color);
  text-align: center;
  align-self: center;
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .feature__content {
    padding-block: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature__content {
    padding-top: 12.3rem;
    padding-bottom: 0;
    padding-left: 2.8rem;
    margin-top: 0;
    align-self: start;
  }
}

.feature__title {
  font-family: var(--font-jp-second);
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .feature__title {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature__title {
    font-size: 2.4rem;
    margin-top: 4rem;
    padding-right: 1.5rem;
  }
}

.feature__title--sub {
  position: relative;
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .feature__title--sub {
    font-size: 1.8rem;
  }
}
.feature__title--sub::before {
  position: absolute;
  display: block;
  content: "";
  width: 30%;
  height: 0.1rem;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  background-color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .feature__title--sub::before {
    display: none;
  }
}
.feature__title--sub::after {
  position: absolute;
  display: block;
  content: "";
  width: 30%;
  height: 0.1rem;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background-color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .feature__title--sub::after {
    width: 2.4rem;
    height: 0.2rem;
    top: 163%;
    left: 51%;
    transform: translateX(-50%);
  }
}

.feature__text {
  font-size: 1.4rem;
  line-height: 2;
  opacity: 0.8;
  margin-top: 2.3rem;
}
@media screen and (min-width: 768px) {
  .feature__text {
    margin-top: 3.4rem;
    padding-left: 0.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .feature__text {
    font-size: 1.8rem;
    margin-top: 4.4rem;
    padding-left: 0.6rem;
  }
}

/* price */
.price {
  overflow: hidden;
  padding-top: 15.2rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding-top: 24.7rem;
  }
}
.price .container {
  max-width: 126rem;
}

.price__list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin: 5.5rem 0 0 auto;
}
@media screen and (min-width: 768px) {
  .price__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6.2rem;
  }
}

.price__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  .price__item {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .price__item:not(:last-child) {
    border-bottom: 1px solid var(--main-color);
  }
}
@media screen and (min-width: 768px) {
  .price__item:nth-child(2n-1) {
    border-right: 1px solid var(--main-color);
  }
}
@media screen and (min-width: 768px) {
  .price__item:nth-child(3) .price__link, .price__item:nth-child(4) .price__link {
    padding: 3.6rem 1.3rem 1.7rem;
  }
}
.price__item:last-child .price__link {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .price__item:last-child .price__link {
    padding: 3.6rem 1.3rem 1.7rem;
  }
}

.price__item:nth-child(3) {
  grid-row: 4/5;
}
@media screen and (min-width: 768px) {
  .price__item:nth-child(3) {
    grid-row: 2/3;
  }
}

.price__item:nth-child(4) {
  grid-row: 3/4;
}
@media screen and (min-width: 768px) {
  .price__item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.price__link {
  display: block;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  padding: 3.5rem 2.3rem 2rem 0.5rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .price__link {
    padding: 2.4rem 1.3rem 1.7rem;
  }
}

@media (any-hover: hover) {
  .price__link:hover {
    opacity: 0.6;
  }
  .price__link:hover + .price__icon {
    opacity: 0.6;
  }
}
.price__title {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  line-height: 0.2916666667;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .price__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .price__title {
    font-size: 4.8rem;
  }
}
.price__title .price__title--s {
  text-transform: lowercase;
}

.price__title--jp {
  font-family: var(--font-jp-second);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 0.7rem;
}

.price__icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  transition: opacity 0.3s;
}

/* FAQ */
.faq {
  padding-top: 10rem;
  padding-bottom: 12.1rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 11.2rem;
    padding-bottom: 12rem;
  }
}
.faq .container {
  max-width: 126rem;
}
.faq .section__title--back {
  text-transform: uppercase;
}

.faq__list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    padding-inline: 6rem;
    margin-top: 6rem;
  }
}

.faq__item {
  background-color: var(--background-color-second);
  padding: 0.6rem 0.2rem 0.5rem 0.6rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq__item {
    font-size: 4.6rem;
    padding: 1.8rem 1.8rem 1.8rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq__item {
    font-size: 4.8rem;
    padding: 2.2rem 2.2rem 2.3rem 1rem;
  }
}

@media (any-hover: hover) {
  .faq__item:hover .faq__question,
.faq__item:hover .faq__answer {
    opacity: 0.7;
  }
}
.faq__question,
.faq__answer {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .faq__question,
.faq__answer {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.faq__question {
  width: 100%;
  padding: 1rem;
  text-align: left;
}
.faq__question::after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--accent-color);
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  grid-column: 3/4;
  transition: all 0.5s;
  align-self: center;
}

.faq__item:has(.faq__answer.is_open) .faq__question::after {
  transform: rotate(180deg);
}

.faq__answer {
  padding-inline: 1rem;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.faq__icon {
  font-family: var(--font-jp-second);
  font-size: 1.8rem;
  color: var(--main-color);
}
@media screen and (min-width: 768px) {
  .faq__icon {
    font-size: 2.4rem;
  }
}

.faq__text {
  font-family: var(--font-jp-second);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--main-color);
  align-self: center;
}
@media screen and (min-width: 768px) {
  .faq__text {
    font-size: 1.8rem;
  }
}

.faq__answer .faq__text {
  padding-top: 0.8rem;
  align-self: start;
}

.faq__answer .faq__icon {
  padding-top: 0.4rem;
}

/* reserve */
.reserve {
  background-color: var(--background-color);
  padding-block: 0;
}
.reserve .container {
  max-width: 126rem;
}
.reserve .section__title {
  position: absolute;
  letter-spacing: 0.1em;
  top: 43%;
  left: 50%;
  transform: translate(-49%, -47%);
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .reserve .section__title {
    font-size: 6.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    top: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .reserve .section__title {
    font-size: 8rem;
  }
}
.reserve .section__title--jp {
  text-shadow: 0.4rem 0.4rem 1rem var(--text-color);
}
@media screen and (min-width: 768px) {
  .reserve .section__title--jp {
    margin-top: 1.7rem;
  }
}

.reserve__link {
  position: relative;
  display: block;
}
.reserve__link::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #464646;
  opacity: 0.8;
}

.reserve__link .section__title {
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .reserve__link:hover .section__title {
    opacity: 0.6;
  }
}
.links__list {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  .links__list {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 3.1rem;
    padding-bottom: 2.9rem;
  }
}

.links__item {
  display: block;
  text-align: center;
  place-content: center;
}

.links__item--first {
  border-bottom: 1px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  .links__item--first {
    border-bottom: none;
    border-right: 1px solid var(--main-color);
  }
}

.links__link {
  display: block;
  padding: 5.5rem 0rem 7.4rem 0.6rem;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .links__link {
    padding-top: 4.1rem;
    padding-bottom: 7.5rem;
  }
}

@media (any-hover: hover) {
  .links__link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) {
  .links__item--first .links__link {
    padding-right: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .links__item--second .links__link {
    padding-top: 3rem;
  }
  .links__item--second .links__link .links__heading {
    font-size: 6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .links__item--second .links__link {
    padding-left: 7.5rem;
  }
  .links__item--second .links__link .links__heading {
    font-size: 7.2rem;
  }
}

.links__heading {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: var(--main-color);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .links__heading {
    font-size: 6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .links__heading {
    font-size: 8rem;
    line-height: 1.5;
  }
}

.links__heading--jp {
  font-family: var(--font-jp-second);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--main-color);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .links__heading--jp {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* footer */
.footer {
  margin-top: 9.7rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 12rem;
    padding-bottom: 3.2rem;
  }
}

.footer__container {
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__container {
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.footer__container .header__title {
  padding-left: 5.8rem;
}
@media screen and (min-width: 768px) {
  .footer__container .header__title {
    padding-left: 0.5rem;
  }
}

.footer__link {
  display: block;
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .footer__link:hover {
    opacity: 0.6;
  }
}
.footer__icon {
  width: 5rem;
  height: 5rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer__icon {
    width: 5.8rem;
    height: 5.8rem;
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__icon {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 0.8rem;
  }
}

.footer__text {
  display: block;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  color: var(--accent-color);
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 2.2rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1024px) {
  .footer__text {
    font-size: 2.8rem;
  }
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 24rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__list {
    max-width: unset;
  }
}

.footer__list--first {
  margin-top: 4.1rem;
  row-gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer__list--first {
    margin-top: 4.5rem;
  }
}

.footer__list--second {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__list--second {
    margin-top: 3.2rem;
  }
}
.footer__list--second .footer__link {
  text-transform: capitalize;
}

.footer__link {
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: var(--accent-color);
  padding-inline: 1.1rem;
  text-transform: capitalize;
  border-left: 1px solid var(--accent-color);
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 1.8rem;
    padding-inline: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__link {
    font-size: 2rem;
    padding-inline: 3.2rem;
  }
}

.footer__link--first {
  text-transform: uppercase;
  border: none;
}

.footer__item:nth-child(4) .footer__link {
  border-left: none;
  padding-left: 2.9rem;
}
@media screen and (min-width: 768px) {
  .footer__item:nth-child(4) .footer__link {
    border-left: 1px solid var(--accent-color);
    padding-left: 3.2rem;
  }
}

.footer__small {
  display: block;
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: var(--accent-color);
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .footer__small {
    margin-top: 5.3rem;
  }
}

/* ページトップ */
.scroll-top {
  position: fixed;
  bottom: 2.4rem;
  right: 2.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: var(--accent-color-second);
  transform: rotate(-90deg);
  transition: all 0.5s;
  opacity: 0;
  z-index: 500;
}
@media screen and (min-width: 768px) {
  .scroll-top {
    bottom: 6rem;
    right: 4rem;
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-top {
    width: 8rem;
    height: 8rem;
  }
}

.scroll-top.is_appear {
  opacity: 1;
}

@media (any-hover: hover) {
  .scroll-top:hover {
    opacity: 0.8;
  }
}
.scroll-top__icon {
  position: relative;
  display: block grid;
  width: 100%;
  height: 100%;
}
.scroll-top__icon .fa-solid {
  place-content: center;
  color: var(--color-white);
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .scroll-top__icon .fa-solid {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .scroll-top__icon .fa-solid {
    font-size: 5rem;
  }
}

/* 404 */
.page-404 .breadcrumbs {
  background-color: var(--background-color);
}

.section-404 {
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .section-404 {
    padding-block: 8rem;
  }
}
.section-404 .section__title {
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .section-404 .section__title {
    font-size: 6.4rem;
  }
}

.text-404 {
  margin-top: 2rem;
}
/*# sourceMappingURL=style.css.map */