/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/webpack-dart-sass-glob/index.js!./src/scss/styles-pc.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --base-letter-spacing: 0.05em;
}

* {
  letter-spacing: var(--base-letter-spacing);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #111310;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

main {
  width: 100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  display: none;
}

body {
  font-size: 16px;
  line-height: 2.0625;
}

a[href^="tel:"] {
  pointer-events: none;
}

.h-tac {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-ct {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.h-overflow-x-scroll {
  overflow-x: scroll;
}

.effect-fade {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(-80px);
}
.effect-slidein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein-right {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(80px);
}
.effect-slidein-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.effect-fadeintop.effect-scroll {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.effect-fadeinbottom.effect-scroll {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.wpcf7 .note {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .memo {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .buttons {
  margin-top: 40px;
  text-align: center;
}
.wpcf7-list-item {
  display: block;
  margin: 3px 0 0 1em;
}
.wpcf7-not-valid-tip {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #dc3232;
}
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  width: 95%;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=date] {
  min-width: 50%;
  min-height: 27px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=number] {
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input {
  position: relative;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  top: -2px;
  margin-right: 6px;
}
.wpcf7 input[type=tel] {
  width: 50%;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset], .wpcf7 input[type=button],
.wpcf7 input button {
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
}
.wpcf7 th {
  width: 25%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wpcf7 th b {
  margin-left: 4px;
  color: #d74a5b;
}
.wpcf7 td {
  width: 75%;
  padding: 16px 20px;
  font-size: 15px;
  color: #111;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.wpcf7 td.mia input[type=text], .wpcf7 td.mia input[type=email] {
  width: 70%;
}
.wpcf7 table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.wpcf7 table.in_tbl {
  width: 80%;
  margin-bottom: 10px;
}
.wpcf7 table.in_tbl th {
  width: 160px;
}
.wpcf7 #wpcf7cpcnf td > p {
  font-size: 15px;
}
.wpcf7 .wpcf7cp-btns {
  margin-top: 4em;
  text-align: center;
}
.wpcf7 .wpcf7cp-form-hide {
  display: none;
}
.wpcf7 #wpcf7cpcnf {
  position: relative;
  padding-bottom: 45px;
}
.wpcf7 .recaptcha_text {
  margin-top: 8px;
  font-size: 12px;
}
.wpcf7 .recaptcha_text a {
  display: inline-block;
  text-decoration: underline;
}
.wpcf7 .recaptcha_text a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #604c3f;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #604c3f;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background-color: #000;
}
.c-video-bg__video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.c-video-bg__video--contain {
  object-fit: contain;
}
.c-video-bg__video--cover {
  object-fit: cover;
}
.c-video-bg__loader {
  position: absolute;
  z-index: 1;
}
.c-video-bg .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-video-bg .loader__wrapper {
  display: inline-block;
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-family: var(--c-tel-font-family, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif);
  font-size: var(--c-tel-font-size, 28px);
  font-weight: bold;
  line-height: 1;
  color: var(--c-tel-color-text, #604c3f);
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: var(--c-tel-icon-size, 18px);
  height: var(--c-tel-icon-size, 18px);
  margin-right: var(--c-tel-gap, 14px);
  content: "";
  background: var(--c-tel-url-tel-icon, url("../img/pc/icon_tel_theme_white.svg")) no-repeat;
}

.c-slider-smooth {
  overflow-x: hidden;
}
@keyframes slide1 {
  0% {
    transform: translateX(calc(100% - 5px));
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-slider-smooth__inner {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-slider-smooth__group--main {
  animation: slide1 120s -60s linear infinite;
}
.c-slider-smooth__group--dummy {
  animation: slide2 120s linear infinite;
}
.c-slider-smooth__item {
  height: 100%;
}
.c-slider-smooth__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider {
  position: relative;
}
.c-slider__wrapper {
  width: 100%;
}
.c-slider__container {
  width: 100%;
  overflow: hidden;
}
.c-slider__track {
  display: flex;
}
.c-slider__item {
  flex: 0 0 auto;
  overflow: unset;
}
.c-slider__arrow-right {
  position: absolute;
}
.c-slider__arrow-right:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider__arrow-left {
  position: absolute;
}
.c-slider__arrow-left:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-qa {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 19px 34px 19px 36px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 19px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/c_qa_q.png");
  background-image: image-set(url("../img/pc/c_qa_q.png") 1x, url("../img/pc/c_qa_q@2x.png") 2x);
}
.c-qa__title-inner::after {
  display: block;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_qa_chevron.svg") no-repeat;
}
.c-qa__title {
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  color: #604c3f;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-price-table {
  background-color: #fff;
  border: 6px solid #f1f0ef;
  border-radius: 9px;
}
.c-price-table__body {
  display: flex;
  flex-direction: column;
  container-type: inline-size;
}
.c-price-table__body .row {
  display: flex;
  gap: 20px 0;
  min-height: 66px;
}
.c-price-table__body .row:nth-of-type(n + 2) {
  border-top: 1px dashed rgba(157, 158, 158, 0.5);
}
.c-price-table__body .row:nth-of-type(even) {
  background: rgba(241, 240, 239, 0.36);
}
.c-price-table__body .row__text-block {
  display: flex;
  flex: 1 1 auto;
  padding: 0 20px;
}
.c-price-table__body .row__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 8px 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #604c3f;
}
.c-price-table__body .row__note {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 32%;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
}
.c-price-table__body .row .price-unit {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  width: 290px;
  padding-right: 50px;
  margin-left: auto;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  border-left: 1px dashed rgba(157, 158, 158, 0.5);
}
.c-price-table__body .row .price-unit__price {
  font-size: 20px;
}
.c-price-table__body .row .price-unit__suffix {
  margin-left: 8px;
  font-size: 20px;
}
.c-price-table__body .row .price-unit__tax {
  position: relative;
  top: 0;
  margin-left: 8px;
  font-size: 16px;
  font-weight: normal;
}

.c-post-front-voice-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.c-post-front-voice-card__title {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 80px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
  color: #604c3f;
  text-align: center;
  background: #f6f5f2;
  border-radius: 3px;
}
.c-post-front-voice-card__title::after {
  position: absolute;
  bottom: -9px;
  left: 120px;
  display: block;
  width: 16px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  background: #f6f5f2;
}
.c-post-front-voice-card__image {
  width: 100%;
  height: 254px;
  margin-top: -10px;
  overflow: hidden;
  background-color: #9e9e9f;
  border-radius: 50%;
}
.c-post-front-voice-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-voice-card__category {
  padding: 6px 30px;
  margin-top: -14px;
  font-size: 16px;
  line-height: 30px;
  background: #f1f0ef;
  border-radius: 3px;
}

.c-post-front-news-card a {
  height: 100%;
}
.c-post-front-news-card__image {
  height: 254px;
  background-color: #9e9e9f;
}
.c-post-front-news-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-front-news-card__main {
  padding-top: 10px;
  margin: 0 auto;
}
.c-post-front-news-card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #604c3f;
  letter-spacing: 0.05em;
}
.c-post-front-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.c-post-front-news-card__date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #a0948c;
}

.c-post-category-list__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #604c3f;
  border-radius: 3px;
}
.c-post-category-list__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #604c3f;
}
.c-post-category-list__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}
.c-post-category-list__list .parent__title a {
  position: relative;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 22px;
  color: #604c3f;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}

.c-post-archive-bar a {
  display: grid;
  grid-template-columns: 312px 1fr;
  overflow: hidden;
  background: #fff;
}
.c-post-archive-bar__image {
  position: relative;
  background-color: #9e9e9f;
}
.c-post-archive-bar__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-archive-bar__main {
  min-height: 208px;
  padding: 22px 30px 20px;
}
.c-post-archive-bar__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #604c3f;
  letter-spacing: 0.05em;
}
.c-post-archive-bar__content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 25px;
  color: #868686;
}
.c-post-archive-bar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}
.c-post-archive-bar__category {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 100000000px;
}
.c-post-archive-bar__date {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}

.js-toggle-card {
  overflow: hidden;
}
.js-toggle-card__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-toggle-card__content {
  visibility: hidden;
  transition: all 0.2s;
}
.js-toggle-card__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-button-arrow {
  width: var(--c-button-arrow-width, 300px);
  height: var(--c-button-arrow-height, 58px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--c-button-arrow-text-color, #604c3f);
  background-color: var(--c-button-arrow-bg-color, #f6f5f2);
  border-radius: 3px;
}
.c-button-arrow__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 32px 0 34px;
}
.c-button-arrow__inner::after {
  display: block;
  width: 32px;
  height: 10px;
  margin-left: auto;
  content: "";
  background-image: var(--c-button-arrow-arrow-url, url("../img/pc/c_button_arrow_arrow.svg"));
  background-repeat: no-repeat;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.c-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.c-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.c-ball-scale-multiple > div {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 60px;
  height: 60px;
  margin: 2px;
  margin: 0;
  background-color: #604c3f;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-top-button__button {
  position: fixed;
  right: 100px;
  bottom: 72px;
  z-index: 9000;
  width: 53px;
  height: 53px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.b-top-button__button--visible {
  visibility: visible;
  opacity: 1;
}

.b-timetable__table {
  width: 100%;
  overflow: hidden;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #a0948c;
}
.b-timetable__table .row {
  display: grid;
  grid-template-columns: 208px 86px repeat(6, 62px) 86px;
}
.b-timetable__table .row .col:nth-of-type(2) {
  padding-left: 24px;
}
.b-timetable__table .row .col:last-of-type {
  padding-right: 24px;
}
.b-timetable__table .head {
  background-color: #a0948c;
}
.b-timetable__table .head .row {
  height: 64px;
}
.b-timetable__table .head .row .col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 64px;
  color: #fff;
}
.b-timetable__table .head .row .col:first-of-type {
  width: 208px;
}
.b-timetable__table .head .row .col:first-of-type span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.b-timetable__table .head .row .col:first-of-type::before {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 1px;
  height: 48px;
  content: "";
  background-color: rgba(222, 218, 215, 0.5);
}
.b-timetable__table .body {
  background-color: #fff;
}
.b-timetable__table .body .row {
  position: relative;
  height: 92px;
}
.b-timetable__table .body .row .col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.b-timetable__table .body .row .col:first-of-type::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 7px;
  display: block;
  width: 1px;
  content: "";
  background-color: rgba(163, 138, 119, 0.5);
}
.b-timetable__table .body .row .col--head {
  font-size: 19px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.b-timetable__table .body .row .col--open span {
  display: none;
}
.b-timetable__table .body .row .col--open::after {
  display: block;
  font-size: 22px;
  content: "●";
}
.b-timetable__table .body .row .col--close span {
  display: none;
}
.b-timetable__table .body .row .col--close::after {
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #a0948c;
  transform: rotate(-45deg);
}
.b-timetable__table .body .row .col--time {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}
.b-timetable__table .body .row .col--time span {
  font-size: 14px;
  line-height: 1;
  color: #604c3f;
}
.b-timetable__table .body .row .col--time span:nth-of-type(2) {
  writing-mode: vertical-rl;
}

.b-post-vertical-slider {
  height: 100%;
}
.b-post-vertical-slider .c-slider {
  width: 100%;
  height: 100%;
}
.b-post-vertical-slider .c-slider__container {
  height: 100%;
}
.b-post-vertical-slider .c-slider__track {
  height: 100%;
}
.b-post-vertical-slider .c-slider .item {
  width: 100%;
  height: 100%;
}
.b-post-vertical-slider .c-slider .item__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  padding: 0 48px 0 30px;
}
.b-post-vertical-slider .c-slider .item__inner::after {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: auto;
  content: "";
  background: #03467c;
  background: url("../img/pc/b_post_vertical_slider_chevron.svg");
}
.b-post-vertical-slider .c-slider .item__text {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #7a6a56;
}

.b-post-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  border-left: 2px solid #fff;
}
.b-post-nav li {
  border-right: 2px solid #fff;
}
.b-post-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 68px;
  padding-top: 6px;
}
.b-post-nav li a span {
  margin-bottom: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}

.b-post-content * {
  max-width: 100%;
}
.b-post-content > *:first-child {
  margin-top: unset;
}
.b-post-content > *:first-child * {
  margin-top: unset;
}
.b-post-content > *:last-child {
  margin-bottom: unset;
}
.b-post-content > *:last-child * {
  margin-bottom: unset;
}
.b-post-content h2 {
  max-width: unset;
  padding: 7px 43px;
  margin: 40px calc(50% - 450px) 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #fff;
  background: #604c3f;
}
.b-post-content h3 {
  padding: 14px 0;
  margin: 40px 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.291em;
  border-bottom: 2px solid #eeeeef;
}
.b-post-content p {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.05em;
}
.b-post-content p img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.b-post-content a {
  display: inline;
  text-decoration: underline;
}
.b-post-content a:hover {
  text-decoration: none;
}
.b-post-content ul {
  margin: 0 0 30px 1.3em;
  list-style: disc;
}
.b-post-content ol {
  margin: 0 0 30px 1.5em;
  list-style: decimal;
}
.b-post-content .aligncenter {
  margin: 0 auto;
}
.b-post-content .alignleft {
  margin-right: auto;
}
.b-post-content .alignright {
  margin-left: auto;
}

.b-header-content__container {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.b-header-content__logo {
  width: var(--b-header-content-logo-width, 0);
  height: var(--b-header-content-logo-height, 0);
  margin: var(--b-header-content-logo-margin, 0);
}
.b-header-content__nav {
  display: flex;
  padding-right: 34px;
}
.b-header-content__menu {
  display: flex;
  align-items: center;
  height: 44px;
  margin: 6px 20px 0 0;
}
.b-header-content__menu li {
  padding: 0 30px;
}
.b-header-content__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-header-content__menu li a span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: var(--b-header-content-color-text, #fff);
  text-shadow: var(--b-header-content-nav-text-shadow, unset);
}
.b-header-content__menu li a img {
  margin-top: 12px;
}
.b-header-content__menu li + li {
  position: relative;
}
.b-header-content__menu li + li::before {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  display: block;
  width: 1px;
  height: 40px;
  content: "";
  background: var(--b-header-content-color-menu-border, rgba(255, 255, 255, 0.3));
}
.b-header-content__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 52px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: var(--b-header-content-color-contact-button-text, #7a6a56);
  background: var(--b-header-content-color-contact-button-bg, #fff);
  border-radius: 3px;
}
.b-header-content__contact a::before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  content: "";
  background-image: var(--b-header-content-url-contact-button-calendar, url("../img/pc/icon_calendar_theme.svg"));
  background-repeat: no-repeat;
}
.b-header-content__contact a::after {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  content: "";
  background-image: var(--b-header-content-url-contact-button-chevron, url("../img/pc/b_header_content_contact_chevron_white_bg.svg"));
  background-repeat: no-repeat;
}
.b-header-content__tel {
  --c-tel-color-text: var(--b-header-content-color-text, #fff);
  --c-tel-font-size: 22px;
  --c-tel-icon-size: 16px;
  --c-tel-gap: 8px;
  --c-tel-url-tel-icon: var(--b-header-content-url-tel-icon, url("../img/pc/icon_tel_white_theme.svg"));
  padding-top: 10px;
  margin-left: 34px;
}

.b-header-blank {
  height: 124px;
  background: #604c3f;
}

.b-header {
  position: relative;
  z-index: 7000;
  max-width: 1920px;
  margin: 0 auto;
}
.b-header__fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 86px;
  padding-top: 16px;
  background: #fff;
  transition: all 0.2s;
  transform: translateY(-100%);
  --b-header-content-logo-width: 209px;
  --b-header-content-logo-height: 62px;
  --b-header-content-logo-margin: -4px 0 0 40px;
  --b-header-content-color-text: #604c3f;
  --b-header-content-color-menu-border: rgba(157, 158, 158, 0.3);
  --c-drawer-button-color-bar: #474645;
  --b-header-content-color-contact-button-bg: #604c3f;
  --b-header-content-color-contact-button-text: #fff;
  --b-header-content-url-contact-button-calendar: url("../img/pc/icon_calendar_white.svg");
  --b-header-content-url-contact-button-chevron: url("../img/pc/b_header_content_contact_chevron_brown_bg.svg");
}
.b-header__fixed--visible {
  transform: translateY(0%);
}
.b-header__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 104px;
  padding-top: 36px;
}
.b-header__content--main {
  --b-header-content-logo-width: 60px;
  --b-header-content-logo-height: 62px;
  --b-header-content-logo-margin: -4px 0 0 40px;
  --b-header-content-color-text: #fff;
  --b-header-content-nav-text-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  --b-header-content-color-menu-border: rgba(255, 255, 255, 0.3);
  --b-header-content-color-contact-button_bg: #fff;
  --b-header-content-color-contact-button-text: #7a6a56;
  --b-header-content-url-contact-button-calendar: url("../img/pc/icon_calendar_theme.svg");
  --b-header-content-url-contact-button-chevron: url("../img/pc/b_header_content_contact_chevron_white_bg.svg");
  --b-header-content-url-tel-icon: url("../img/pc/icon_tel_white_theme.svg");
}
.b-header__content--sub {
  --b-header-content-logo-width: 209px;
  --b-header-content-logo-height: 62px;
  --b-header-content-logo-margin: -4px 0 0 40px;
  --b-header-content-color-text: #fff;
  --b-header-content-nav-text-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  --b-header-content-color-menu-border: rgba(255, 255, 255, 0.3);
  --b-header-content-color-contact-button_bg: #fff;
  --b-header-content-color-contact-button-text: #7a6a56;
  --b-header-content-url-contact-button-calendar: url("../img/pc/icon_calendar_theme.svg");
  --b-header-content-url-contact-button-chevron: url("../img/pc/b_header_content_contact_chevron_white_bg.svg");
  --b-header-content-url-tel-icon: url("../img/pc/icon_tel_white_theme.svg");
}

.b-footer {
  position: relative;
  max-width: 1920px;
  padding-bottom: 46px;
  margin: 0 auto 0;
  overflow: hidden;
  background: url("../img/pc/b_footer_bg.jpg") center/cover no-repeat;
}
.b-footer__container {
  position: relative;
  z-index: 10;
  display: flex;
  max-width: 1242px;
  padding-left: 24px;
  margin: 0 auto;
}
.b-footer__block-1 {
  flex: 0 0 auto;
  width: 30%;
  max-width: 430px;
  padding-top: 96px;
}
.b-footer__block-2 {
  position: relative;
  width: 51%;
  max-width: 606px;
  padding: 86px 0 0 40px;
}
.b-footer__block-3 {
  position: relative;
  width: 10%;
  max-width: 212px;
  padding: 128px 0 0 0;
}
.b-footer__logo {
  width: 114px;
  height: 207px;
  margin-left: 74px;
}
.b-footer .address-block {
  max-width: 312px;
  margin-top: 20px;
}
.b-footer .address-block__title {
  margin-left: 84px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-footer .address-block__address {
  max-width: 268px;
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.b-footer .address-block__button {
  width: 240px;
  height: 58px;
  margin: 24px 0 0 10px;
}
.b-footer .address-block__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 26px 0 24px;
  color: #474645;
  border: 1px solid #474645;
  border-radius: 29px;
}
.b-footer .address-block__button a::before {
  display: block;
  width: 19px;
  height: 31px;
  margin-right: 14px;
  content: "";
  background: url("../img/pc/b_footer_button_pin.svg") no-repeat;
}
.b-footer .address-block__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer__nav {
  position: relative;
  display: grid;
  grid-template-rows: repeat(4, 90px);
  grid-template-columns: repeat(3, 204px);
  grid-auto-flow: column;
  gap: 28px 70px;
}
.b-footer__nav .item {
  height: 100%;
  border-bottom: 1px solid rgba(179, 179, 180, 0.2);
}
.b-footer__nav .item a {
  height: 100%;
  padding: 12px 0 0;
  background: url("../img/pc/b_footer_nav_chevron.svg") top calc(50% - 12px) right 0/6px 10px no-repeat;
}
.b-footer__nav .item span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-footer__nav .item img {
  max-height: 14px;
  margin-top: 10px;
}
.b-footer__banner-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 382px);
  gap: 28px;
  max-width: 1242px;
  padding: 0 20px;
  margin: 44px auto 0;
}
.b-footer__banner-list .item__image {
  height: 140px;
}
.b-footer__banner-list .item__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.b-footer__banner-list .item__text {
  margin-top: 2px;
  font-weight: bold;
  color: #fff;
}
.b-footer__copyright {
  max-width: 1220px;
  padding: 0 20px;
  margin: 40px auto 0;
  color: #474645;
}
.b-footer__copyright::before {
  display: block;
  width: 108px;
  height: 1px;
  margin-bottom: 20px;
  content: "";
  background: #b3b3b4;
}

.b-contact-main {
  position: relative;
  z-index: 100;
}
.b-contact-main__headline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-contact-main__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}
.b-contact-main__title span {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.b-contact-main__title img {
  margin-top: 20px;
}
.b-contact-main__title::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background: #a0948c;
}
.b-contact-main__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 388px);
  gap: 18px;
  max-width: 1200px;
  margin: 32px auto 0;
}
.b-contact-main__container > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 146px;
  border-left: 3px solid #f6f5f5;
}
.b-contact-main__container > *:last-of-type {
  border-right: 3px solid #f6f5f5;
}
.b-contact-main__container .tel-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
  background: #e6e3e1;
}
.b-contact-main__container .tel-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #e6e3e1;
}
.b-contact-main__container .tel-area__tel {
  margin-top: 30px;
  --c-tel-icon-size: 20px;
  --c-tel-font-size: 30px;
  --c-tel-gap: 10px;
  --c-tel-color-text: #604c3f;
  --c-tel-url-tel-icon: url("../img/pc/icon_tel_theme_white.svg");
}
.b-contact-main__container .tel-area__time {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1;
}
.b-contact-main__container .line-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
  background: #e6e3e1;
}
.b-contact-main__container .line-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #e6e3e1;
}
.b-contact-main__container .line-area__button {
  width: 270px;
  height: 59px;
  margin: 34px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact-main__container .contact-area__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 52px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
  background: #e6e3e1;
}
.b-contact-main__container .contact-area__title::after {
  position: absolute;
  bottom: -21px;
  left: calc(50% - 1px);
  display: block;
  width: 2px;
  height: 22px;
  content: "";
  background: #e6e3e1;
}
.b-contact-main__container .contact-area__button {
  width: 298px;
  height: 59px;
  margin-top: 34px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-contact-main__note {
  margin-top: 46px;
  text-align: center;
}

.b-contact {
  padding: 1px 40px 0;
  background: #fff;
}
.b-contact__main {
  position: relative;
  z-index: 100;
  max-width: 1268px;
  padding: 46px 0 110px;
  margin: -30px auto 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
}

.b-access__google-map {
  height: 468px;
}
.b-access .bottom-area {
  margin-top: 46px;
}
.b-access .bottom-area__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 70px;
  justify-content: center;
}
.b-access .bottom-area__image-area {
  flex: 0 0 auto;
  width: 576px;
  height: 324px;
}
.b-access .bottom-area .main-area {
  width: 560px;
}
.b-access .bottom-area .main-area .title-container {
  display: flex;
  align-items: center;
}
.b-access .bottom-area .main-area .title-container__title {
  margin-left: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-access .bottom-area .main-area__address {
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
.b-access .bottom-area .main-area__contact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 34px;
  margin-top: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  background: #e6e3e1;
}
.b-access .bottom-area .contact-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.b-access .bottom-area .contact-container__tel {
  --c-tel-icon-size: 20px;
  --c-tel-font-size: 26px;
  --c-tel-gap: 8px;
}
.b-access .bottom-area .contact-container__line {
  width: 48px;
  height: 48px;
  margin-left: 20px;
}
.b-access .bottom-area .contact-container__contact {
  width: 48px;
  height: 48px;
  margin-left: 20px;
}
.b-access .bottom-area .time-area {
  margin-top: 8px;
  border-top: 1px solid rgba(96, 76, 63, 0.5);
}
.b-access .bottom-area .time-area dl {
  display: grid;
  grid-template-columns: 122px 1fr;
  padding: 10px 0;
  border-bottom: 1px solid rgba(96, 76, 63, 0.5);
}
.b-access .bottom-area .time-area dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  color: #604c3f;
  border-right: 1px solid rgba(96, 76, 63, 0.5);
}
.b-access .bottom-area .time-area dl dt span {
  width: 70px;
  text-align: justify;
  text-align-last: justify;
}
.b-access .bottom-area .time-area dl dd {
  display: flex;
  align-items: center;
  padding-left: 2em;
}

.p-single .background {
  padding: 50px 40px 108px;
  background: #f6f5f2;
}
.p-single .background__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 38px;
  max-width: 1200px;
  margin: 54px auto 0;
}
.p-single .background__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-single .background__smooth-slider {
  margin: 100px 0 -46px;
}
.p-single .background__smooth-slider .c-slider-smooth__group {
  padding-right: 80px;
}
.p-single .post__main-block {
  position: relative;
  z-index: 10;
  padding-bottom: 45px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 9px;
}
.p-single .post__title-block {
  padding: 40px 0 14px;
  margin: 0 45px;
  border-bottom: 2px solid #f5f5f5;
}
.p-single .post__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 58px;
  color: #604c3f;
}
.p-single .post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
.p-single .post__category {
  padding: 7px 16px;
  font-size: 12px;
  line-height: 1;
  color: #ad9f7f;
  background: #f7f5f2;
  border-radius: 100000000px;
}
.p-single .post__date {
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}
.p-single .post__content {
  padding: 32px 45px 43px;
}
.p-single .post__content h2 {
  width: calc(100% + 90px);
  padding-right: 45px;
  padding-left: 45px;
  margin-left: -45px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  background-color: #604c3f;
}
.p-single .post__content h3 {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  border-bottom: 3px solid #eeeeef;
}
.p-single .post .relation {
  padding-top: 30px;
  margin: 0 55px;
  border-top: 1px solid #d8d9d9;
}
.p-single .post .relation__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single .post .relation__title::after {
  display: block;
  width: 79px;
  height: 2px;
  margin: 22px auto 0;
  content: "";
  background-color: #604c3f;
}
.p-single .post .relation__list {
  margin-top: 26px;
}
.p-single .post .relation .item {
  margin-top: 20px;
}
.p-single .post .relation .item a {
  display: flex;
}
.p-single .post .relation .item__image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 104px;
  background-color: #9e9e9f;
}
.p-single .post .relation .item__image img {
  object-fit: cover;
  width: 100%;
  height: 68px;
}
.p-single .post .relation .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 1em 8px 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #604c3f;
  background-color: #f4f4f4;
}
.p-single .post .relation .item__title::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  content: "";
  background-image: url("../img/pc/single_relation_chevron.svg");
  background-repeat: no-repeat;
}
.p-single .post__post-navi {
  position: relative;
  height: 60px;
  margin: 38px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
}
.p-single .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #604c3f;
}
.p-single .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 58px;
}
.p-single .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_left.svg") no-repeat;
}
.p-single .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #604c3f;
  transform: translateX(-50%);
}
.p-single .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #604c3f;
}
.p-single .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/pc/single_chevron_right.svg") no-repeat;
}
.p-single .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
}
.p-single .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single .post__sns ul li {
  margin-left: 10px;
}
.p-single .recently {
  margin-top: 48px;
}
.p-single .recently__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently__title::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #fff;
}
.p-single .recently__list {
  position: relative;
  padding: 0 10px;
  margin-top: 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.p-single .recently .item {
  border-bottom: 1px solid #eaeaeb;
}
.p-single .recently .item:last-of-type {
  border-bottom: none;
}
.p-single .recently .item a {
  padding: 18px 10px 24px;
}
.p-single .recently .item__title {
  font-size: 16px;
  line-height: 24px;
  color: #604c3f;
}
.p-single .recently .item__date {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #ad9f7f;
}

.p-notfound .main {
  max-width: 1240px;
  padding: 250px 20px 200px;
  margin: 0 auto;
}
.p-notfound .main a {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
}

.p-front-page {
  max-width: 1920px;
  margin: 0 auto;
}
.p-front-page .mv {
  position: relative;
  max-height: 959px;
  min-height: 800px;
  height: 100vh;
}
@keyframes front_mv_fadein {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .mv__bg {
  position: absolute;
  inset: 0;
  z-index: 10;
}
.p-front-page .mv__bg::before {
  position: absolute;
  inset: 0;
  z-index: 10;
  content: "";
  background: rgba(127, 79, 33, 0.3);
  mix-blend-mode: multiply;
}
.p-front-page .mv__fg {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  opacity: 0;
  animation: 0.6s front_mv_fadein 2s forwards;
}
.p-front-page .mv__headline {
  position: absolute;
  top: 220px;
  left: 118px;
  width: 218px;
  height: 341px;
}
.p-front-page .mv .follow-block {
  position: absolute;
  right: 76px;
  bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  opacity: 0;
  animation: 0.6s front_mv_fadein 0.8s forwards;
}
.p-front-page .mv .follow-block__text {
  width: 11px;
  height: 90px;
}
.p-front-page .mv .follow-block__line {
  width: 34px;
  height: 33px;
}
.p-front-page .mv .follow-block__instagram {
  width: 29px;
  height: 29px;
}
.p-front-page .mv__scroll {
  position: absolute;
  bottom: 54px;
  left: calc(50% - 36px);
  width: 73px;
  height: 66px;
}
.p-front-page .mv .vertical-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 130px 1fr;
  width: 600px;
  padding: 20px 0 14px;
  background: #fff;
  border-radius: 0 3px 0 0;
}
.p-front-page .mv .vertical-slider__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding-left: 20px;
  border-right: 1px solid rgba(198, 199, 200, 0.2);
}
.p-front-page .mv .vertical-slider__slider {
  height: 44px;
}
.p-front-page .top-banner-section {
  display: flex;
  justify-content: center;
  padding: 66px 40px 96px;
}
.p-front-page .concept {
  position: relative;
  min-height: 588px;
}
.p-front-page .concept__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.p-front-page .concept__container {
  position: relative;
  max-width: 1680px;
  padding: 0 40px;
  margin-inline: auto;
}
.p-front-page .concept__bg-1 {
  position: absolute;
  top: 0;
  right: 630px;
  z-index: 0;
  width: 1170px;
  height: 614px;
}
.p-front-page .concept__bg-1 img {
  width: 100%;
  height: 100%;
}
.p-front-page .concept__block {
  position: relative;
  z-index: 10;
  max-width: 520px;
  padding-top: 26px;
  margin-left: auto;
}
.p-front-page .concept__headline {
  margin-top: 40px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .concept__english {
  margin-top: 20px;
}
.p-front-page .concept__text {
  max-width: 512px;
  margin-top: 34px;
}
.p-front-page .concept__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 462px;
  height: 54px;
  margin-top: 32px;
  font-size: 18px;
  line-height: 1;
  background: #f1f0ef;
  border-radius: 6px;
}
.p-front-page .menu-block {
  position: relative;
  margin-top: 62px;
}
.p-front-page .menu-block__bg {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.p-front-page .menu-block__slider {
  position: relative;
  flex: 0 0 auto;
  height: 466px;
}
.p-front-page .menu-block__slider::before {
  position: absolute;
  inset: 0;
  z-index: 20;
  content: "";
  background: rgba(127, 79, 33, 0.56);
  mix-blend-mode: multiply;
}
.p-front-page .menu-block__bottom {
  position: relative;
  z-index: 30;
  flex: 1 1 auto;
  background: #f6f5f2;
}
.p-front-page .menu-block__bottom::before {
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  display: block;
  height: 60px;
  content: "";
  background: url("../img/pc/front_menu_bg_top.png") top/100% 100% no-repeat;
}
.p-front-page .menu-block__fg {
  position: relative;
  z-index: 100;
  padding: 258px 0 92px;
}
.p-front-page .menu-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
}
.p-front-page .menu-block__title span {
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-front-page .menu-block__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background: #e8dcc1;
}
.p-front-page .menu-block__block {
  max-width: 1268px;
  padding: 34px 34px 56px;
  margin: 24px auto 0;
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
}
.p-front-page .menu-block__inner {
  background: url("../img/pc/front_menu_inner_bg_tl@2x.png") top left/98px 98px no-repeat, url("../img/pc/front_menu_inner_bg_tr@2x.png") top right/98px 98px no-repeat;
}
.p-front-page .menu-block__catch {
  padding: 46px 0 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-front-page .menu-block__english {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.p-front-page .menu-block__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-top: 44px;
}
.p-front-page .menu-block__list .category__title {
  position: relative;
  padding: 20px 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  color: #604c3f;
  text-align: center;
  background: #f1f0ef;
  border-radius: 8px;
}
.p-front-page .menu-block__list .category__title::after {
  position: absolute;
  bottom: -13px;
  left: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #f1f0ef;
}
.p-front-page .menu-block__list .category__info {
  margin-top: 20px;
  text-align: center;
}
.p-front-page .menu-block__list .category__table {
  margin-top: 26px;
}
.p-front-page .menu-block .business-hours {
  margin-top: 44px;
}
.p-front-page .menu-block .business-hours__container {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.p-front-page .menu-block .business-hours__table {
  flex: 0 0 auto;
  width: 752px;
}
.p-front-page .menu-block .business-hours .caution {
  width: 424px;
  padding: 16px 20px 0;
  background: #fff;
}
.p-front-page .menu-block .business-hours .caution dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #604c3f;
  background: #e6e3e1;
}
.p-front-page .menu-block .business-hours .caution dd {
  padding: 0 16px;
  margin-top: 10px;
}
.p-front-page .contact-section {
  padding: 1px 40px 0;
  background: #fff;
}
.p-front-page .contact-section__inner {
  position: relative;
  z-index: 100;
  max-width: 1268px;
  padding: 50px 0 88px;
  margin: -30px auto 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.p-front-page .value {
  padding: 114px 0 1px;
  background: url("../img/pc/front_value_bg.jpg") no-repeat center/cover;
}
.p-front-page .value__container {
  display: flex;
  gap: 60px 100px;
  justify-content: space-between;
  max-width: 1742px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .value__headline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  margin-left: 88px;
}
.p-front-page .value__headline span {
  padding: 17px 29px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #604c3f;
}
.p-front-page .value__headline::before {
  position: absolute;
  top: -44px;
  left: -12px;
  display: block;
  width: 194px;
  height: 62px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/pc/front_value_deco.png");
  background-image: image-set(url("../img/pc/front_value_deco.png") 1x, url("../img/pc/front_value_deco@2x.png") 2x);
}
.p-front-page .value__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 48px;
  margin: 32px 0 0 88px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  background: #fff;
  border-radius: 4px;
}
.p-front-page .value__balloon::after {
  position: absolute;
  bottom: -10px;
  left: 44px;
  display: block;
  width: 14px;
  height: 11px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  background: #fff;
}
.p-front-page .value__circle-list {
  display: flex;
  gap: 26px;
  margin: 22px 0 -32px 48px;
}
.p-front-page .value__circle-list li {
  width: 180px;
  height: 247px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .value__right {
  width: 100%;
  max-width: 780px;
  padding-bottom: 40px;
}
.p-front-page .value__symptom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.p-front-page .value__symptom-list li {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.p-front-page .value__symptom-list li:nth-last-of-type(n + 2) {
  padding: 16px 30px;
  color: #604c3f;
  background: #fff;
  border-radius: 9px;
}
.p-front-page .value__symptom-list li:last-of-type {
  color: #fff;
}
.p-front-page .value__note {
  max-width: 680px;
  margin-top: 34px;
  font-weight: bold;
  color: #fff;
}
.p-front-page .strengths {
  padding: 112px 0 104px;
  background: #f6f5f2;
}
.p-front-page .strengths__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .strengths__title span {
  margin-top: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .strengths__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #a0948c;
}
.p-front-page .strengths__slider {
  margin: 8px 0 0 11.4%;
}
.p-front-page .strengths__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .strengths__slider .c-slider__arrow-left {
  bottom: -8px;
  left: -32px;
  width: 58px;
  height: 58px;
  background: #a0948c url("../img/pc/front_strengths_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .strengths__slider .c-slider__arrow-right {
  bottom: -8px;
  left: 40px;
  width: 58px;
  height: 58px;
  background: #a0948c url("../img/pc/front_strengths_chevron_right.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .strengths__slider .item {
  width: 424px;
  padding: 6px;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .strengths__slider .item__image {
  height: 225px;
}
.p-front-page .strengths__slider .item__main {
  position: relative;
  padding: 1px 44px 34px;
}
.p-front-page .strengths__slider .item__counter {
  display: flex;
  justify-content: center;
  margin-top: -40px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.5));
}
.p-front-page .strengths__slider .item__title {
  margin-top: 16px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .strengths__slider .item__text {
  margin-top: 12px;
}
.p-front-page .voice {
  padding: 66px 0 136px;
}
.p-front-page .voice__slash {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
}
.p-front-page .voice__slash span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .voice__slash::before {
  position: relative;
  top: 12px;
  display: block;
  width: 1px;
  height: 31px;
  content: "";
  background: #604c3f;
  transform: rotate(-35deg);
}
.p-front-page .voice__slash::after {
  position: relative;
  top: 12px;
  display: block;
  width: 1px;
  height: 31px;
  content: "";
  background: #604c3f;
  transform: rotate(35deg);
}
.p-front-page .voice__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.p-front-page .voice__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .voice__title img {
  margin-top: 20px;
}
.p-front-page .voice__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #e8dcc1;
}
.p-front-page .voice__slider {
  margin-top: 18px;
}
.p-front-page .voice__slider .c-slider__track {
  padding: 20px 0;
  overflow: unset;
}
.p-front-page .voice__slider .c-slider__item {
  width: 254px;
}
.p-front-page .voice__button {
  margin: 36px auto 0;
}
.p-front-page .flow {
  position: relative;
  padding: 32px 40px 1px;
  background: #a28978;
}
.p-front-page .flow::before {
  position: absolute;
  top: -78px;
  right: 0;
  left: 0;
  display: block;
  height: 80px;
  content: "";
  background: url("../img/pc/front_flow_bg_top.png") top/100% 100% no-repeat;
}
.p-front-page .flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .flow__title span {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-front-page .flow__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background: #e8dcc1;
}
.p-front-page .flow__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 278px);
  grid-gap: 48px 30px;
  justify-content: center;
  max-width: 1202px;
  margin: 18px auto 0;
  container-type: inline-size;
}
.p-front-page .flow__list .item {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}
@container (width < 586px) {}
@container (586px <= width < 894px) {
  .p-front-page .flow__list .item:nth-of-type(2n + 2) {
    top: 15px;
  }
}
@container (894px <= width < 1202px) {
  .p-front-page .flow__list .item:nth-of-type(3n + 2) {
    top: 15px;
  }
  .p-front-page .flow__list .item:nth-of-type(3n + 3) {
    top: 30px;
  }
}
@container (1202px <= width) {
  .p-front-page .flow__list .item:nth-of-type(4n + 2) {
    top: 15px;
  }
  .p-front-page .flow__list .item:nth-of-type(4n + 3) {
    top: 30px;
  }
  .p-front-page .flow__list .item:nth-of-type(4n + 4) {
    top: 45px;
  }
}
.p-front-page .flow__list .item__image {
  height: 152px;
}
.p-front-page .flow__list .item__main {
  position: relative;
  padding: 12px 20px 16px;
  background: #fff;
}
.p-front-page .flow__list .item__counter {
  position: absolute;
  top: -26px;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 92px;
  height: 26px;
  background: #fff;
  border-radius: 0 9px 0 0;
}
.p-front-page .flow__list .item__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-front-page .flow__list .item__text {
  margin-top: 6px;
}
.p-front-page .flow__one-point {
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: 290px 1fr;
  max-width: 1200px;
  padding: 18px 10px;
  margin: 78px auto -40px;
  background: #604c3f;
}
.p-front-page .flow__one-point::before {
  position: absolute;
  top: -30px;
  left: -20px;
  display: block;
  width: 172px;
  height: 72px;
  content: "";
  background: url("../img/pc/front_flow_deco.png") no-repeat;
}
.p-front-page .flow__one-point dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.p-front-page .flow__one-point dd {
  display: flex;
  align-items: center;
  padding: 0 40px;
  color: #fff;
}
.p-front-page .news {
  position: relative;
  padding: 156px 0 86px;
  background: #f6f5f2;
}
.p-front-page .news__container {
  display: flex;
  gap: 62px;
  align-items: center;
  justify-content: space-between;
  max-width: 1342px;
  margin: 0 0 0 11.4%;
}
.p-front-page .news__title {
  display: flex;
  align-items: center;
}
.p-front-page .news__title span {
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .news__button {
  --c-button-arrow-bg-color: #fff;
  --c-button-arrow-text-color: #604c3f;
  --c-button-arrow-width: 252px;
  margin-right: 70px;
}
.p-front-page .news__list {
  margin: 28px 0 0 11.4%;
}
.p-front-page .news .c-slider__track {
  overflow: unset;
}
.p-front-page .news .c-slider__item {
  width: 380px;
  margin-right: 28px;
}
.p-front-page .news .c-slider__arrow-left {
  top: 98px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #a0948c url("../img/pc/front_news_chevron_left.svg") center/9px 16px no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.p-front-page .access {
  padding: 60px 0 0;
}
.p-front-page .access__slash {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
}
.p-front-page .access__slash span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
}
.p-front-page .access__slash::before {
  position: relative;
  top: 12px;
  display: block;
  width: 1px;
  height: 31px;
  content: "";
  background: #604c3f;
  transform: rotate(-35deg);
}
.p-front-page .access__slash::after {
  position: relative;
  top: 12px;
  display: block;
  width: 1px;
  height: 31px;
  content: "";
  background: #604c3f;
  transform: rotate(35deg);
}
.p-front-page .access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.p-front-page .access__title span {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .access__title img {
  margin-top: 20px;
}
.p-front-page .access__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 16px;
  content: "";
  background: #e8dcc1;
}
.p-front-page .access__content {
  margin-top: 32px;
}
.p-front-page .access__slider {
  margin-top: 52px;
}
.p-front-page .greeting {
  position: relative;
  height: 612px;
}
.p-front-page .greeting__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.p-front-page .greeting__container {
  position: relative;
  z-index: 10;
  max-width: 1278px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-front-page .greeting__bg-1 {
  position: absolute;
  top: 0;
  left: calc(-8px - (1920px - 1278px) / 2);
  width: 1937px;
  height: 612px;
}
.p-front-page .greeting__block {
  max-width: 570px;
  padding-top: 86px;
}
.p-front-page .greeting__headline {
  margin-top: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.p-front-page .greeting__text {
  margin-top: 16px;
  color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3));
}
.p-front-page .greeting__slider {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .greeting__slider .c-slider-smooth__group {
  padding-right: 40px;
}
.p-front-page .instagram-section {
  padding: 78px 0 138px;
  background: #f6f5f2;
}
.p-front-page .instagram-section__banner {
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .instagram-section .qa {
  padding: 78px 40px 0;
}
.p-front-page .instagram-section .qa__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .instagram-section .qa__title span {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #604c3f;
  letter-spacing: 0.1em;
}
.p-front-page .instagram-section .qa__title::after {
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background: #a0948c;
}
.p-front-page .instagram-section .qa__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1200px;
  margin: 30px auto 0;
}

.p-archive .main {
  max-width: 1920px;
  margin: 0 auto;
}
.p-archive .main__bg {
  padding: 50px 40px 124px;
  background: #f6f5f2;
}
.p-archive .main__container {
  display: grid;
  grid-template-columns: 1fr 232px;
  gap: 54px;
  max-width: 1200px;
  margin: 54px auto 0;
}
.p-archive .main__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.p-archive .main__item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-archive .main__category {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.p-archive .wp-pagenavi {
  padding: 86px 0 0;
}
