@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #f9f8f6;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", "Noto Serif JP", Georgia, "Times New Roman";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

picture {
  display: block;
}

.acf-map {
  width: 100%;
  height: 100%;
}

.acf-map img {
  max-width: inherit !important;
}

.no-scroll {
  overflow: hidden;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

input[type=date],
input[type=time],
input[type=datetime-local] {
  -webkit-appearance: none;
  height: 1em;
  /* iOSのSafariでの問題を解決するための初期設定 */
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  min-height: 50px;
  line-height: 40px; /* 文字を垂直中央に配置 */
  width: 100%;
  min-width: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value {
  text-align: left;
}

.is-fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: var(--fade-opacity, 1);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: var(--fade-opacity, 1);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.opacity-custom {
  --fade-opacity: 0.8;
}

.bg-opacity-custom {
  --fade-opacity: 0.1;
}

.c-breadcrumb {
  padding-top: 10px;
  background-color: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    padding-top: 24px;
  }
}

.page-id-19 .c-breadcrumb,
.page-id-129 .c-breadcrumb,
.page-id-127 .c-breadcrumb {
  padding-top: 9px;
}
@media screen and (min-width: 768px) {
  .page-id-19 .c-breadcrumb,
  .page-id-129 .c-breadcrumb,
  .page-id-127 .c-breadcrumb {
    padding-top: 14px;
  }
}
.page-id-19 .c-breadcrumb__inner,
.page-id-129 .c-breadcrumb__inner,
.page-id-127 .c-breadcrumb__inner {
  padding-left: 4%;
}
@media screen and (min-width: 768px) {
  .page-id-19 .c-breadcrumb__inner,
  .page-id-129 .c-breadcrumb__inner,
  .page-id-127 .c-breadcrumb__inner {
    padding-left: calc(8% + 5px);
  }
}

.c-breadcrumb__inner {
  max-width: 1438px;
  margin: 0 auto;
  padding-left: 4%;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__inner {
    padding-left: 2.5694444444%;
  }
}

.c-breadcrumb__list {
  padding: 0;
  margin: 0;
  padding-right: 23px;
  word-break: break-all;
}
.c-breadcrumb__item {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  color: #ca7f13;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-right: 14px;
  display: inline;
  opacity: 0.8;
  letter-spacing: 0.1285714286em;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "|";
  margin-left: 3%;
  color: #ca7f13;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__item:not(:last-child)::after {
    margin-left: calc(1% - 2px);
  }
}
.c-breadcrumb__item:last-child {
  color: #ca7f13;
}

.c-breadcrumb__link {
  color: #ca7f13;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__link:hover {
    opacity: 0.7;
  }
}

.c-button {
  display: inline-block;
  padding: 10px 40px;
  background-color: #949e33;
  color: #fff;
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  border-radius: 21px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-button {
    letter-spacing: 0.1em;
  }
}

.c-section-heading {
  color: #ca7f13;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.c-section-heading__bg-text {
  position: absolute;
  color: #ca7f13;
  font-family: "Parisienne", "Brush Script MT", "Comic Sans MS", cursive;
  top: -41px;
  left: 12%;
  z-index: 1;
  white-space: nowrap;
  opacity: 0.1;
  font-size: clamp(4.5rem, 8.3333333333vw, 7.5rem);
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    letter-spacing: 0.04em;
  }
}

.home .p-index-feature__bg-text--feature {
  left: 0;
  top: -63%;
}
@media screen and (min-width: 768px) {
  .home .p-index-feature__bg-text--feature {
    top: -50%;
  }
}

.c-section-sub {
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  color: #ca7f13;
}

.c-section-lower-heading {
  text-transform: uppercase;
  color: #ca7f13;
  font-size: clamp(3rem, 5.8333333333vw, 5.25rem);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-section-lower-heading {
    letter-spacing: 0.04em;
  }
}

.c-section-lower-heading-sub {
  letter-spacing: 0.04em;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  color: #ca7f13;
}
@media screen and (min-width: 768px) {
  .c-section-lower-heading-sub {
    margin-top: -2px;
    margin-left: 3px;
  }
}

.c-page-top {
  position: fixed;
  right: 24px;
  bottom: 26px;
  z-index: 99;
  width: 5.5555555556%;
  aspect-ratio: 1;
  min-width: 40px;
}
@media screen and (min-width: 768px) {
  .c-page-top {
    right: 40px;
    bottom: 59px;
  }
}
.c-page-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #949e33;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-page-top__link::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-page-top__link::after {
    top: 50%;
  }
}

.c-pagination {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 17px;
  }
}

.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .c-pagination .page-numbers {
    gap: 28px;
  }
  .c-pagination .page-numbers:hover {
    color: rgb(161.6, 101.6, 15.2);
  }
}

.c-pagination .page-numbers li {
  width: 6px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .c-pagination .page-numbers li {
    width: 9px;
    height: 40px;
  }
}

.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  color: #ca7f13;
  font-size: clamp(1rem, 2.2222222222vw, 2rem);
}
.c-pagination .page-numbers i {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-pagination__link:hover {
    background-color: #ca7f13;
    color: #ffffff;
  }
}

.l-footer {
  text-align: center;
  background-color: #f9f8f6;
}

.l-footer__reserve {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 70, 70, 0.8)), to(rgba(70, 70, 70, 0.8))), url(../../assets/img/common/reserve-link-sp.webp);
  background-image: -webkit-linear-gradient(rgba(70, 70, 70, 0.8), rgba(70, 70, 70, 0.8)), url(../../assets/img/common/reserve-link-sp.webp);
  background-image: linear-gradient(rgba(70, 70, 70, 0.8), rgba(70, 70, 70, 0.8)), url(../../assets/img/common/reserve-link-sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__reserve {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 70, 70, 0.8)), to(rgba(70, 70, 70, 0.8))), url(../../assets/img/common/reserve-link-pc.webp);
    background-image: -webkit-linear-gradient(rgba(70, 70, 70, 0.8), rgba(70, 70, 70, 0.8)), url(../../assets/img/common/reserve-link-pc.webp);
    background-image: linear-gradient(rgba(70, 70, 70, 0.8), rgba(70, 70, 70, 0.8)), url(../../assets/img/common/reserve-link-pc.webp);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-footer__reserve:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 60, 60, 0.8)), to(rgba(60, 60, 60, 0.8))), url(../../assets/img/common/reserve-link-pc.webp);
    background-image: -webkit-linear-gradient(rgba(60, 60, 60, 0.8), rgba(60, 60, 60, 0.8)), url(../../assets/img/common/reserve-link-pc.webp);
    background-image: linear-gradient(rgba(60, 60, 60, 0.8), rgba(60, 60, 60, 0.8)), url(../../assets/img/common/reserve-link-pc.webp);
  }
}

.l-footer__reserve-heading {
  font-size: clamp(3rem, 5.5555555556vw, 5rem);
  letter-spacing: 0.1em;
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .l-footer__reserve-heading {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
}

.l-footer__reserve-sub {
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  letter-spacing: 0.1em;
}

.l-footer__reserve-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-footer__inner {
  background-color: #f9f8f6;
}

@media screen and (min-width: 768px) {
  .l-footer__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
  }
  .l-footer__content::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 80%;
    background-color: #ca7f13;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.l-footer__salons {
  border-bottom: 1px solid #ca7f13;
}
@media screen and (min-width: 768px) {
  .l-footer__salons {
    width: calc(50% - 1px);
  }
}

.l-footer__salons-link {
  padding-block: 55px 70px;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__salons-link {
    text-align: left;
    padding-left: 12%;
    padding-block: 87px 104px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

.l-footer__salons-heading {
  font-size: clamp(3rem, 5.5555555556vw, 5rem);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__salons-heading {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    letter-spacing: 0.1em;
  }
}

.l-footer__salons-sub {
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__salons-sub {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-top: 10px;
    margin-left: 24%;
  }
}

.l-footer__sns {
  border-bottom: 1px solid #ca7f13;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    width: calc(50% - 1px);
  }
}

.l-footer__sns-link {
  padding-block: 55px 70px;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-link {
    padding-block: 87px 104px;
    padding-left: 13%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-footer__sns-link:hover .l-footer__sns-heading,
  .l-footer__sns-link:hover .l-footer__sns-sub {
    color: rgb(161.6, 101.6, 15.2);
  }
}

.l-footer__sns-heading {
  font-size: clamp(3rem, 5vw, 4.5rem);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-heading {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    letter-spacing: 0.1em;
  }
}

.l-footer__sns-sub {
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-sub {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    letter-spacing: 0.1em;
    margin-top: 6px;
  }
}

.l-footer__line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.l-footer__logo {
  margin-top: 96px;
  height: 53px;
  margin-left: calc(50% - 131px);
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-top: 114px;
    width: 64px;
    margin-left: calc(50% - 28px);
  }
}
.l-footer__logo img {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 64px;
  }
}

.l-footer__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 200px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo-link {
    gap: 8px;
    letter-spacing: 0.2em;
  }
}

.l-footer__logo-text {
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.2em;
  color: #54372d;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.9444444444vw, 1.75rem);
}
@media screen and (min-width: 768px) {
  .l-footer__logo-text {
    letter-spacing: 0.2em;
  }
}

.l-footer__nav {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin-top: 71px;
    margin-inline: auto;
    margin: 71px auto 0;
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 217px;
  margin: 0 auto;
  gap: 12px 0;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    width: 100%;
    gap: 0;
    max-width: 644px;
  }
}

.l-footer__nav-item {
  padding-inline: 0.7142857143em;
  line-height: 1;
}
.l-footer__nav-item:nth-child(n+2):not(:nth-child(4)) {
  border-left: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item {
    padding-inline: 1.9em;
  }
  .l-footer__nav-item:nth-child(n+2) {
    border-left: 1px solid #333;
  }
}

.l-footer__nav-link {
  color: inherit;
  text-decoration: none;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 1.3888888889vw, 1.25rem);
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-link {
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

.l-footer__nav-link--top {
  text-transform: uppercase;
}

.l-footer__sub-nav {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .l-footer__sub-nav {
    margin-top: 37px;
  }
}

.l-footer__sub-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__sub-nav-list .l-footer__sub-nav-item {
  line-height: 1;
  padding-inline: 0.7857142857em;
}
.l-footer__sub-nav-list .l-footer__sub-nav-item:nth-child(n+2) {
  border-left: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .l-footer__sub-nav-list .l-footer__sub-nav-item {
    padding-inline: 1.75em;
  }
}

.l-footer__sub-nav-link {
  font-size: clamp(0.875rem, 1.3888888889vw, 1.25rem);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__sub-nav-link {
    letter-spacing: 0.1em;
  }
}

.l-footer__copyright {
  text-transform: capitalize;
  font-size: 0.75rem;
  padding-top: 41px;
  padding-bottom: 8px;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-top: 51px;
    padding-bottom: 32px;
  }
}

.page-id-19 .l-footer__reserve,
.page-id-129 .l-footer__reserve,
.page-id-127 .l-footer__reserve {
  display: none;
}
.page-id-19 .l-footer__inner,
.page-id-129 .l-footer__inner,
.page-id-127 .l-footer__inner {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-id-19 .l-footer__inner,
  .page-id-129 .l-footer__inner,
  .page-id-127 .l-footer__inner {
    padding-top: 89px;
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: transparent;
  padding: 0px 20px 0;
  z-index: 100;
  background-color: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 173px;
    padding: 0;
  }
}
.l-header--index {
  background-color: transparent;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1403px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}

.l-header__title {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .l-header__title {
    width: 259px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .l-header__title img {
    width: 64px;
    height: 64px;
  }
}

.l-header__title-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__title-text {
    text-transform: uppercase;
    font-size: 1.75rem;
    display: inline-block;
    font-family: "Marcellus", Georgia, "Times New Roman", serif;
    letter-spacing: 0.2em;
    color: #54372d;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-header__nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    margin-top: -10px;
  }
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav {
    display: block;
  }
}

.l-header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}

.l-header__button-link {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__button-link {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding-left: 24px;
    padding-right: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #949e33;
    border-radius: 40px;
    padding-block: 12px;
    width: 200px;
  }
  .l-header__button-link i {
    font-size: 1.25rem;
    color: #fff;
  }
}

.l-header__button-text {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
}
.l-header__button-text--sp {
  font-size: 0.875rem;
}

.l-header__nav-link {
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-header__nav-link {
    letter-spacing: 0.12em;
  }
}

.l-header__hamburger-button {
  display: block;
  width: 100px;
  height: 30px;
  background: #949e33;
  border-radius: 40px;
  color: #fff;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 101;
  margin-top: -10px;
  padding: 6px 10px 9px 9px;
}
.l-header__hamburger-button.is-active {
  -webkit-animation-name: box-animation;
          animation-name: box-animation;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger-button {
    display: none;
  }
}

@-webkit-keyframes box-animation {
  0% {
    width: 100px;
    height: 30px;
  }
  100% {
    width: 30px;
    height: 30px;
  }
}

@keyframes box-animation {
  0% {
    width: 100px;
    height: 30px;
  }
  100% {
    width: 30px;
    height: 30px;
  }
}
.l-header__hamburger-line {
  position: relative;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header__hamburger-line::before, .l-header__hamburger-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__hamburger-line::before {
  top: -4px;
}
.l-header__hamburger-line::after {
  top: 4px;
}

.l-header__button-text {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-hamburger.is-active .l-header__button-text {
  display: none;
}
.js-hamburger.is-active .l-header__hamburger-line {
  background-color: transparent;
}
.js-hamburger.is-active .l-header__hamburger-line::before {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.js-hamburger.is-active .l-header__hamburger-line::after {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

.l-header__drawer {
  padding-top: 144px;
  height: 100vh;
  width: 100vw;
  background-color: #d4cebe;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-header__drawer.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header__drawer-inner {
  padding-left: 16%;
}

.l-header__drawer-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  letter-spacing: 0.1em;
}

.l-header__drawer-link {
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  color: #ca7f13;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-id-19 .l-header {
    height: 161px;
  }
}

.l-section-top {
  height: 100%;
}
.l-section-top-image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-section-top-image {
    position: sticky; /* ここに指定 */
    position: -webkit-sticky; /* Safari用 */
    top: 173px; /* 固定位置は必ず指定 */
    z-index: -1;
  }
}
.l-section-top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-section-top-heading {
  height: 200px;
  font-size: clamp(2rem, 5.5555555556vw, 5rem);
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d4cebe;
}
@media screen and (min-width: 768px) {
  .l-section-top-heading {
    height: 360px;
    letter-spacing: 0.1em;
  }
}

.l-sidebar {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar__block {
    border-left: 1px solid #ca7f13;
    padding-left: 16px;
  }
}

.l-sidebar__title {
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  color: #ca7f13;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-sidebar__title {
    letter-spacing: 0.1em;
  }
}

.l-sidebar__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 13px;
  gap: 4px 29px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .l-sidebar__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px 0px;
    margin-top: 24px;
    max-width: 100%;
  }
}

.l-sidebar__item {
  width: 41%;
}
@media screen and (min-width: 768px) {
  .l-sidebar__item {
    width: 100%;
  }
}

.l-sidebar__link {
  color: #ca7f13;
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-sidebar__link {
    letter-spacing: 0.1em;
  }
}

.p-archive-news {
  padding: 76px 0 77px;
  background-color: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .p-archive-news {
    margin-top: -1px;
    padding: 107px 0 117px;
  }
}

.p-archive-news__inner {
  padding: 0 16px 0 18px;
}

@media screen and (min-width: 768px) {
  .p-archive-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
  }
}

.p-archive-news__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-archive-news__main {
    width: 80%;
    gap: 18px;
  }
}

.p-archive-news__link {
  display: block;
  width: 100%;
  padding: 9px 12px 8px 11px;
  background-color: #d4cebe;
  position: relative;
  color: #ca7f13;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-archive-news__link:hover {
    background-color: rgb(181.8, 114.3, 17.1);
    color: white;
  }
}
@media screen and (min-width: 768px) {
  .p-archive-news__link {
    padding: 27px 15px 23px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}

.p-archive-news__date {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-archive-news__date {
    letter-spacing: 0.1em;
  }
}

.p-archive-news__title {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 1.5;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-archive-news__title {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
}

.p-archive-news__category {
  font-size: clamp(1.25rem, 2.2222222222vw, 2rem);
  color: rgba(84, 55, 45, 0.2);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  text-transform: capitalize;
  position: absolute;
  bottom: 0px;
  right: 6px;
  letter-spacing: 0.064em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-archive-news__category {
    bottom: 8px;
    right: 24px;
  }
}

.p-concept-breadcrumb {
  background-color: #d4cebe;
}

.p-concept-message {
  padding-top: 56px;
  padding-bottom: 55px;
  background-color: #d4cebe;
}
@media screen and (min-width: 768px) {
  .p-concept-message {
    margin-top: -1px;
    padding-top: 78px;
    padding-bottom: 73px;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-message__head {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-message__image {
    width: 59.950041632%;
    margin-left: auto;
  }
  .p-concept-message__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-concept-message__heading {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", "Noto Serif JP", Georgia, "Times New Roman", serif;
  font-size: clamp(1.125rem, 2.7777777778vw, 5rem);
  margin-top: 17px;
  letter-spacing: 0.0777777778em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-concept-message__heading {
    position: absolute;
    top: calc(50% - 77px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.p-concept-message__text {
  color: #ca7f13;
  margin-top: 15px;
  opacity: 0.8;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-concept-message__text {
    margin-top: 54px;
    letter-spacing: 0.1em;
  }
}

#sbi_images {
  gap: 19px !important;
  margin-top: 22px !important;
}
@media screen and (min-width: 768px) {
  #sbi_images {
    gap: 40px !important;
    max-width: 800px !important;
    margin-inline: auto !important;
  }
}

.sbi_photo {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.p-concept-instagram {
  padding: 110px 0;
  background-color: #f9f8f6;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-concept-instagram {
    padding: 171px 0;
  }
}

.p-concept-instagram__inner {
  position: relative;
}

.p-concept-instagram__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-concept-instagram__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.p-concept-instagram__item {
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
}
.p-concept-instagram__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-concept-instagram__item img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-concept-instagram__button {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-concept-instagram__button {
    margin-top: 47px;
  }
}

.p-concept-instagram__link {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 16px 16px 16px 16px;
  background-color: #8b9b5e;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 50px;
  width: 200px;
  font-size: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
.p-concept-instagram__link i {
  display: inline-block;
}

.p-concept-instagram .sbi_header_text {
  display: none !important;
}

.p-concept-instagram #sbi_load {
  display: none;
}

.p-concept-instagram #sb_instagram {
  padding-bottom: 0 !important;
}

.p-concept-instagram__link-text {
  position: relative;
}
.p-concept-instagram__link-text::before {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  left: -30px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-concept-company {
  padding-bottom: 120px;
  background-color: #f9f8f6;
  padding-top: 45px;
}
@media screen and (min-width: 768px) {
  .p-concept-company {
    padding-top: 0;
    margin-top: -1px;
  }
}

.p-concept-company__inner {
  position: relative;
}

.p-concept-company__content {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .p-concept-company__content {
    margin-top: 49px;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-company__content-inner {
    max-width: 1080px;
    margin-inline: auto;
  }
}

.p-concept-company__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept-company__info {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .p-concept-company__info {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-company__info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-concept-company__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ca7f13;
  padding: 30px 0 22px 0px;
}
@media screen and (min-width: 768px) {
  .p-concept-company__info-item {
    border-bottom: none;
    border-top: 1px solid #ca7f13;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
    padding: 22px 0 22px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-company__info-item:nth-child(1), .p-concept-company__info-item:nth-child(3), .p-concept-company__info-item:nth-child(5) {
    width: calc(38% + 3px);
  }
  .p-concept-company__info-item:nth-child(2), .p-concept-company__info-item:nth-child(4), .p-concept-company__info-item:nth-child(6) {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-concept-company__info-title {
  color: #ca7f13;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 76px;
  padding-left: 13.5px;
}
@media screen and (min-width: 768px) {
  .p-concept-company__info-title {
    width: 93px;
    letter-spacing: 0.1em;
  }
}

.p-concept-company__info-text {
  text-transform: uppercase;
  text-align: left;
  width: 63%;
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  line-height: 1.5;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-concept-company__info-text {
    letter-spacing: 0.1em;
    width: calc(100% - 123px);
  }
}

@media screen and (min-width: 768px) {
  .p-concept-company__info-text-sub {
    display: inline-block;
    margin-left: 20px;
  }
}

.p-404 {
  background-color: #f9f8f6;
  padding: 120px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding: 160px 0;
  }
}

.p-404__inner {
  padding: 0 20px;
}

.p-404__title {
  font-size: clamp(4rem, 8.3333333333vw, 7.5rem);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  color: #ca7f13;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    letter-spacing: 0.1em;
  }
}

.p-404__subtitle {
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  color: #ca7f13;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-404__subtitle {
    margin-top: 12px;
    letter-spacing: 0.1em;
  }
}

.p-404__text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 2;
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    margin-top: 48px;
    letter-spacing: 0.1em;
  }
}

.p-404__button {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-404__button {
    margin-top: 48px;
  }
}
.p-404__button .c-button {
  min-width: 260px;
}
@media screen and (min-width: 768px) {
  .p-404__button .c-button {
    min-width: 300px;
  }
}

.p-index-mv {
  position: relative;
  margin-top: -82px;
}
@media screen and (min-width: 768px) {
  .p-index-mv {
    margin-top: -173px;
  }
}

.p-index-mv__heading {
  position: absolute;
  top: 391px;
  left: 13px;
  z-index: 1;
  color: #fff;
  font-size: clamp(2rem, 4.4444444444vw, 4rem);
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1607843137);
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 401px) {
  .p-index-mv__heading {
    top: 120px;
    left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-mv__heading {
    top: calc(50% - 50px);
    left: 2.5%;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__heading {
    letter-spacing: 0.1em;
    top: calc(50% - 93px);
    left: 2.5%;
  }
}
@media screen and (min-width: 1500px) {
  .p-index-mv__heading {
    top: calc(50% - 100px);
    left: 12%;
  }
}

.p-index-mv__image {
  height: 100%;
}
.p-index-mv__image img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1500px) {
  .p-index-mv__image img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100vh;
    -o-object-position: right;
       object-position: right;
  }
}

.p-index-news {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-index-news {
    margin-top: 180px;
  }
}

.p-index-news__inner {
  position: relative;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 30px;
}
@media screen and (min-width: 768px) {
  .p-index-news__inner {
    padding-inline: 20px;
  }
}

.p-index-news__bg-text {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-index-news__bg-text {
    top: -50px;
    left: 100px;
  }
}
.p-index-news__bg-text.c-section-heading__bg-text {
  text-transform: capitalize;
}

.p-index-news__heading {
  font-size: clamp(3rem, 5.8333333333vw, 5.25rem);
  text-transform: capitalize;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-index-news__heading {
    margin-left: 0px;
  }
}

.p-index-news__sub {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-index-news__sub {
    margin-left: 0px;
  }
}

.p-index-news__lists {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-index-news__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 153px;
  }
}

.p-index-news__item {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-block: 23px 19px;
  border-bottom: 1px solid #54372d;
  color: #54372d;
}
@media screen and (min-width: 768px) {
  .p-index-news__item {
    width: calc(35% - 16px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
    border-left: 1px solid #54372d;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: border-color 0.3s ease, color 0.3s ease;
    transition: border-color 0.3s ease, color 0.3s ease;
  }
  .p-index-news__item:hover {
    color: rgb(181.8, 114.3, 17.1);
    border-color: rgb(181.8, 114.3, 17.1);
  }
}

.p-index-news__item:first-child {
  border-top: 1px solid #54372d;
}
@media screen and (min-width: 768px) {
  .p-index-news__item:first-child {
    border-top: none;
  }
}

@media screen and (min-width: 768px) {
  .p-index-news__item:last-child {
    border-right: 1px solid #54372d;
    width: calc(33% + 6px);
  }
  .p-index-news__item:last-child:hover {
    border-color: rgb(181.8, 114.3, 17.1);
  }
}

.p-index-news__date {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  letter-spacing: 0.1em;
}

.p-index-news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
  margin-top: 7px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-index-news__category {
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 14px;
  letter-spacing: 0.1em;
}
.p-index-news__button {
  margin-top: 21px;
  text-align: center;
}

.p-index-news__button-link {
  display: inline-block;
  padding-block: 6px;
  background: #8b9d55;
  color: #fff;
  border-radius: 100px;
  min-width: 120px;
  letter-spacing: 0.1em;
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-index-news__button-link {
    position: absolute;
    top: 80px;
    top: 26%;
    right: 20px;
    width: 160px;
    padding-block: 10px;
  }
}

.p-index-concept {
  margin-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-index-concept {
    padding-bottom: 182px;
  }
}

.p-index-concept__inner {
  position: relative;
}

.p-index-concept__top {
  position: relative;
  margin-top: 60px;
  padding-top: 30px;
  height: 245px;
  color: #ca7f13;
}
@media screen and (min-width: 768px) {
  .p-index-concept__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    margin-top: 206px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-index-concept__heading-container {
    position: absolute;
    top: calc(50% + 35px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    max-width: 865px;
    z-index: 1;
  }
}

.p-index-concept__heading {
  margin-top: -17px;
  font-size: clamp(3rem, 5.8333333333vw, 5.25rem);
}
.p-index-concept__image-heading02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-index-concept__image-heading02 {
    display: block;
    width: 72.0833333333%;
    height: auto;
    margin-left: auto;
  }
  .p-index-concept__image-heading02 img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-index-concept__sub {
    margin-top: -3px;
  }
}

.p-index-concept__sub-heading {
  font-size: clamp(1.125rem, 1.9444444444vw, 1.75rem);
  margin-top: 35px;
  margin-left: 10px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-index-concept__sub-heading {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-index-concept__image-heading {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-index-concept__image01 {
    height: 100%;
  }
}

.p-index-concept__image02 {
  width: 108px;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-index-concept__image02 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-index-concept__bg-text {
    position: absolute;
    top: 235px;
    left: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-concept__bottom {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-index-concept__text {
  margin-top: 21px;
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #54372d;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-index-concept__text {
    width: 50%;
    margin-top: -8px;
  }
}

.p-index-concept__image-bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-index-concept__image-bottom {
    width: 45%;
    display: block;
  }
}

.p-index-concept__button {
  text-align: right;
  margin-top: 15px;
  letter-spacing: 0.1em;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-index-concept__button {
    padding-bottom: 20px;
  }
}

.p-index-concept__button-link {
  position: relative;
  text-transform: capitalize;
  font-size: 1.125rem;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-index-concept__button-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 116%;
  background-color: #54372d;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-index-concept__button-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -18px;
  height: 6px;
  width: 1px;
  background-color: #54372d;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: height 0.3s ease, right 0.3s ease;
  transition: height 0.3s ease, right 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-index-concept__button-link:hover::before {
    width: 130%;
    background-color: rgb(181.8, 114.3, 17.1);
  }
  .p-index-concept__button-link:hover::after {
    height: 8px;
    right: -30px;
    background-color: rgb(181.8, 114.3, 17.1);
  }
}
.p-index-feature {
  padding-top: 88px;
  background-color: #464646;
  text-align: center;
  padding-bottom: 53px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-index-feature {
    padding-top: 157px;
    padding-bottom: 62px;
  }
}

.p-index-feature__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-index-feature__inner {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-feature__inner {
    padding-left: 0;
  }
}

.p-index-feature__bg-text {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.p-index-feature__heading {
  font-size: clamp(3rem, 5.8333333333vw, 5.25rem);
  position: absolute;
  top: -27px;
  z-index: 50;
  letter-spacing: 0.07em;
  right: calc(50% - 109px);
}
@media screen and (min-width: 768px) {
  .p-index-feature__heading {
    top: -60px;
    right: 36.4583333333%;
    left: auto;
  }
}
@media screen and (min-width: 1500px) {
  .p-index-feature__heading {
    right: calc(50% - 150px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (min-width: 768px) {
  .p-index-feature__slider.feature-slider-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature__image {
    width: 47%;
  }
  .p-index-feature__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-index-feature__text {
  margin-top: 36px;
}
@media screen and (min-width: 1024px) {
  .p-index-feature__text {
    width: 50%;
    margin-top: -17px;
    padding-right: 5%;
  }
}

.p-index-feature__number {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  color: #ca7f13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  gap: 15px;
  padding-bottom: 10px;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-index-feature__number {
    gap: 24px;
    letter-spacing: 0.1em;
    padding-bottom: 23px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-index-feature__number::before,
.p-index-feature__number::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ca7f13;
  width: 31%;
}
@media screen and (min-width: 1024px) {
  .p-index-feature__number::before,
  .p-index-feature__number::after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature__number::before {
    display: block;
    position: absolute;
    content: "";
    height: 1px;
    width: 20px;
    background-color: #ca7f13;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}

.p-index-feature__heading-h3 {
  margin-top: 5px;
  font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  color: #ca7f13;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-index-feature__heading-h3 {
    margin-top: 18px;
    margin-left: -10px;
    letter-spacing: 0.1em;
  }
}

.p-index-feature__description {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  color: #ca7f13;
  margin-top: 30px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 2;
  opacity: 0.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-index-feature__description {
    margin-top: 42px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature__content {
    position: relative;
  }
}

.p-index-feature .swiper-pagination-bullet {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-feature .swiper-pagination-bullet {
    display: block;
    margin: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature .swiper-pagination-bullets {
    width: 301px !important;
    left: 6.1111111111% !important;
    top: calc(50% - 114px) !important;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature__slider.feature-slider-2 {
    padding-left: 33.8194444444% !important;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature__pagination-item {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: left !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: 38px !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    gap: 21px;
  }
  .p-index-feature__pagination-item:last-child {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
  }
}

@media screen and (min-width: 1024px) {
  .p-index-feature__slider.feature-slider-2 {
    width: 100%;
  }
}

.p-index-feature__pagination-number {
  font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
}
@media screen and (min-width: 1024px) {
  .p-index-feature__pagination-number {
    color: #ca7f13;
    width: 26px;
    text-align: center;
  }
}

.p-index-feature__pagination-text {
  display: block !important;
  white-space: normal;
  word-wrap: break-word;
  color: #ca7f13;
}
@media screen and (min-width: 768px) {
  .p-index-feature__pagination-text {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1500px) {
  .p-index-feature__pagination-text {
    width: 100%;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}

.p-index-menu {
  padding-top: 151px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-index-menu {
    padding-top: 255px;
    padding-bottom: 100px;
  }
}

.p-index-menu__item--body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-index-menu__item--vline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-index-menu__item--set {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.p-index-menu__item--custom {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.p-index-menu__item--all {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (min-width: 768px) {
  .p-index-menu__item--body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-index-menu__item--vline {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-index-menu__item--custom {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-index-menu__item--set {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-index-menu__item--all {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    grid-column: 1/-1;
  }
}
.p-index-menu__inner {
  position: relative;
}

.p-index-menu__heading {
  font-size: clamp(3rem, 5.8333333333vw, 5.25rem);
}
@media screen and (min-width: 768px) {
  .p-index-menu__heading {
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) {
  .p-index-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.p-index-menu__items {
  margin-top: 49px;
}
@media screen and (min-width: 768px) {
  .p-index-menu__items {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-top: 50px;
  }
  .p-index-menu__items::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ca7f13;
    position: absolute;
    left: 50%;
  }
}

.p-index-menu__item {
  position: relative;
  display: block;
  padding-block: 20px 17px;
  text-decoration: none;
  color: #ca7f13;
  border-bottom: 1px solid #ca7f13;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-index-menu__item::after {
  content: "\f054"; /* Font Awesomeの右矢印アイコンのUnicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 20px;
  right: 20px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #ca7f13;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-index-menu__item::after {
    right: 28px;
    bottom: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-index-menu__item {
    width: calc(50% - 0px);
    padding-left: 13px;
    padding-block: 15px 11px;
  }
  .p-index-menu__item:hover {
    color: rgb(161.6, 101.6, 15.2);
  }
  .p-index-menu__item:hover::after {
    right: 15px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    color: rgb(161.6, 101.6, 15.2);
  }
  .p-index-menu__item:nth-child(2)::after {
    bottom: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-index-menu__item:nth-child(2)::after {
    bottom: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-index-menu__item:nth-child(3)::after {
    bottom: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-index-menu__item:nth-child(3)::after {
    bottom: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-index-menu__item:first-child {
    padding-top: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-menu__item:nth-child(2) {
    padding-top: 13px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-menu__item:last-child {
    border-bottom: none;
  }
}

.p-index-menu__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-right: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-index-menu__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-index-menu__title {
  font-size: clamp(2.25rem, 3.3333333333vw, 3rem);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-left: 4px;
}
@media screen and (min-width: 768px) {
  .p-index-menu__title {
    margin-left: 0;
  }
}
.p-index-menu__title--set {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-index-menu__title--set {
    margin-left: 0;
  }
}
.p-index-menu__title--v-line {
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .p-index-menu__sub {
    margin-top: -5px;
    letter-spacing: 0.04em;
  }
}

.p-index-menu__subtitle {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-index-menu__subtitle {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

.p-index-faq {
  margin-top: 150px;
  padding-bottom: 112px;
}
@media screen and (min-width: 768px) {
  .p-index-faq {
    padding-bottom: 126px;
    padding-top: 56px;
    margin-top: 0;
  }
}

.p-index-faq__inner {
  position: relative;
  padding: 5px 20px;
}

.p-index-faq__bg-text {
  text-transform: uppercase;
}

.p-index-faq__heading {
  font-size: clamp(3rem, 5.8333333333vw, 5.25rem);
}

.p-index-faq__list {
  max-width: 800px;
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  .p-index-faq__list {
    max-width: 1080px;
    margin-top: 58px;
  }
}

.p-index-faq__item {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-index-faq__item {
    margin-top: 22px;
  }
}

/* 最初と最後の.p-index-faq__questionのafter疑似要素に適用 */
.p-index-faq__item:first-child .p-index-faq__question::after {
  top: 41%;
}
@media screen and (min-width: 768px) {
  .p-index-faq__item:first-child .p-index-faq__question::after {
    top: 57%;
  }
}

.p-index-faq__item:last-child .p-index-faq__question::after {
  top: 38%;
}
@media screen and (min-width: 768px) {
  .p-index-faq__item:last-child .p-index-faq__question::after {
    top: 57%;
  }
}

.p-index-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  padding: 16px 34px 16px 16px;
  cursor: pointer;
  background-color: #d4cebe;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-appearance: none; /* iOSのデフォルトスタイルを無効化 */
  -moz-appearance: none;
       appearance: none; /* 標準のデフォルトスタイルを無効化 */
  list-style: none; /* リストスタイルを無効化 */
}
.p-index-faq__question::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #54372d;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 768px) {
  .p-index-faq__question::after {
    top: 51px;
    right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-index-faq__question {
    gap: 19px;
    padding: 39px 20px 27px;
  }
}

/* iOSのデフォルト矢印を非表示にする */
.p-index-faq__item summary::-webkit-details-marker {
  display: none;
}

.p-index-faq__item summary {
  list-style: none;
}

.p-index-faq__item.is-open .p-index-faq__question::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-index-faq__answer {
  overflow: hidden;
  margin-top: -2px;
  background-color: #d4cebe;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-index-faq__answer {
    gap: 22px;
  }
}

.p-index-faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  padding: 0px 25px 12px 16px;
}
@media screen and (min-width: 768px) {
  .p-index-faq__answer-inner {
    padding: 4px 20px 35px 22px;
    gap: 21px;
  }
}

.p-index-faq__q {
  font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  color: #ca7f13;
  line-height: 1;
}

.p-index-faq__a {
  font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  color: #ca7f13;
  line-height: 1;
  display: block;
}

.p-index-faq__question-text {
  color: #ca7f13;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-index-faq__question-text {
    letter-spacing: 0.04em;
  }
}

.p-index-faq__answer-text {
  color: #ca7f13;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .p-index-faq__answer-text {
    letter-spacing: 0.04em;
  }
}

.js-accordion-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .feature-slider-1 {
    display: none;
  }
}

.feature-slider-2 {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .feature-slider-2 {
    display: block !important;
  }
}

.p-price-menu {
  background-color: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .p-price-menu {
    margin-top: -1px;
    padding: 62px 0 36px;
  }
}

.p-price-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 76px;
}
@media screen and (min-width: 768px) {
  .p-price-menu__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-price-menu__description {
  color: #ca7f13;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  margin-top: 32px;
  opacity: 0.8;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-price-menu__description {
    margin-top: 0;
    width: 49.75%;
    letter-spacing: 0.1em;
  }
}

.p-price-menu__items {
  margin-top: 80px;
  max-width: 315px;
}
@media screen and (min-width: 768px) {
  .p-price-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-top: 62px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 46.25%;
    max-width: 100%;
    margin-top: 0;
  }
  .p-price-menu__items::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ca7f13;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(calc(50% - 13px));
            transform: translateX(calc(50% - 13px));
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-price-menu__items::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 90%;
  }
}

.p-price-menu__item {
  position: relative;
  display: block;
  padding: 6px 0 5px;
  text-decoration: none;
  color: #ca7f13;
  border-bottom: 1px solid #ca7f13;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-price-menu__item {
    width: 50%;
    padding: 13px 0 5px;
  }
  .p-price-menu__item:hover {
    color: rgb(161.6, 101.6, 15.2);
  }
  .p-price-menu__item:hover::after {
    right: 15px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    color: rgb(161.6, 101.6, 15.2);
  }
}
.p-price-menu__item::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: 50%;
  right: 17px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: clamp(0.625rem, 1.25vw, 1.125rem);
  color: #ca7f13;
}
@media screen and (min-width: 768px) {
  .p-price-menu__item::after {
    right: 18px;
    bottom: 50%;
  }
}
.p-price-menu__item:first-of-type::after {
  bottom: 60%;
}
@media screen and (min-width: 768px) {
  .p-price-menu__item:first-of-type::after {
    bottom: 50%;
  }
}

.p-price-menu__item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-price-menu__item:first-child {
    padding-top: 11px;
  }
}

.p-price-menu__item:last-child {
  border-bottom: none;
}
.p-price-menu__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-price-menu__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-price-menu__title {
  font-size: clamp(1.25rem, 2.2916666667vw, 2.0625rem);
  font-weight: bold;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  padding-left: 16px;
  letter-spacing: 0.04em;
}
.p-price-menu__title:not(:last-child) {
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-price-menu__title {
    padding-left: 9px;
    letter-spacing: 0.04em;
  }
}

.p-price-menu__subtitle {
  font-size: 0.75rem;
  margin-top: 5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-price-menu__subtitle {
    font-size: 0.5625rem;
    letter-spacing: 0.04em;
    margin-top: 7px;
    margin-left: 5px;
  }
}

.p-price-parts {
  background-color: #d4cebe;
  padding: 56px 0 48px;
  color: #ca7f13;
}
@media screen and (min-width: 768px) {
  .p-price-parts {
    display: block;
    padding: 63px 0 59px;
    text-align: center;
    background-color: #d4cebe;
  }
}

.p-price-parts__inner {
  max-width: 373px;
  margin: 0 auto;
  padding: 0 16px 0 15px;
}
@media screen and (min-width: 768px) {
  .p-price-parts__inner {
    max-width: 843px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-price-parts__block--m {
    margin-top: 79px;
  }
}

.p-price-parts__block--v-line {
  margin-top: 84px;
}
@media screen and (min-width: 768px) {
  .p-price-parts__block--v-line {
    margin-top: 121px;
  }
}

.p-price-parts__block--set {
  margin-top: 84px;
}
@media screen and (min-width: 768px) {
  .p-price-parts__block--set {
    margin-top: 122px;
  }
}

@media screen and (min-width: 768px) {
  .p-price-parts__block--b-m {
    margin-top: 79px;
  }
  .p-price-parts__block--b-m .p-price-parts__sub-title {
    letter-spacing: 2.4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-price-parts__block--b-m .p-price-parts__sub-title {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-price-parts__block--b-m .p-price-parts__description {
    margin-right: 0px;
  }
  .p-price-parts__block--b-m .p-price-parts-pc__table {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-price-parts__block--b-l {
    margin-top: 79px;
  }
  .p-price-parts__block--b-l .p-price-parts__description {
    margin-right: 0px;
  }
  .p-price-parts__block--b-l .p-price-parts-pc__table {
    margin-top: 60px;
  }
}

.p-price-parts-sp__table {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-price-parts-sp__table {
    display: none;
  }
}

.p-price-parts-sp__table--v-line {
  margin-top: 47px;
}
.p-price-parts-sp__table--2v-line {
  margin-top: 58px;
}
.p-price-parts-sp__table--3v-line {
  margin-top: 58px;
}
.p-price-parts-sp__table--set {
  margin-top: 46px;
}
.p-price-parts-sp__table--2set {
  margin-top: 60px;
}
.p-price-parts-sp__table--3set {
  margin-top: 57px;
}
.p-price-parts-sp__table--4set {
  margin-top: 57px;
}
.p-price-parts-sp__table-row {
  border-bottom: 1px solid #ca7f13;
  border-top: 1px solid #ca7f13;
}

.p-price-parts__block:last-child {
  margin-bottom: 0;
}

.p-price-parts__title {
  text-align: center;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: 5.25rem;
  letter-spacing: 0.04em;
  margin-left: 15px;
  text-transform: capitalize;
}
.p-price-parts__sub-title {
  text-align: center;
  margin-top: 58px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-top: 63px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-price-parts__sub-title {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}

.p-price-parts__description {
  margin-top: 25px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.2857142857;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-price-parts__description {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-top: 30px;
    letter-spacing: 0.1em;
    margin-right: 20px;
  }
}

.p-price-parts-sp__table-data-unit {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.p-price-parts-sp__table-header--part {
  font-size: 1.125rem;
  border-bottom: none;
  letter-spacing: 0.04em;
  padding-bottom: 37px;
}

.p-price-parts-sp__table-header {
  padding: 25px 0px 24.5px;
  color: #ca7f13;
  font-size: 1rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.04em;
  text-align: left;
  width: 70.2623906706%;
}

.p-price-parts-sp__table-header--first {
  text-align: center;
  padding: 0 74px 29px 0px;
}

.p-price-parts-sp__table-data {
  padding: 12px 0px 0px 0px;
  font-size: 1.125rem;
  width: 51.8950437318%;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.p-price-parts-sp__table-data--first {
  letter-spacing: 0.04em;
  padding-right: 37px;
  text-align: right;
}

.p-price-parts__note {
  font-size: 0.75rem;
  color: #ca7f13;
  margin-top: 13px;
  letter-spacing: 0.04em;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-price-parts__note {
    text-align: right;
  }
}

.p-price-parts-pc__table {
  table-layout: fixed;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-price-parts-pc__table {
    max-width: 803px;
    display: block;
    margin-top: 56px;
    margin-inline: auto;
  }
  .p-price-parts-pc__table tbody {
    margin: 0 auto;
    text-align: center;
    display: table;
    width: 100%;
  }
}

.p-price-parts-pc__header .p-price-parts-pc__th {
  letter-spacing: 0.04em;
  padding-bottom: 18px;
}
.p-price-parts-pc__header .p-price-parts-pc__th:nth-child(1) {
  width: 173px;
}
.p-price-parts-pc__header .p-price-parts-pc__th:nth-child(2) {
  width: 194px;
}
.p-price-parts-pc__header .p-price-parts-pc__th:nth-child(3) {
  width: 242px;
}
.p-price-parts-pc__row {
  border-bottom: 1px solid #ca7f13;
  border-top: 1px solid #ca7f13;
}
.p-price-parts-pc__row .p-price-parts-pc__td {
  letter-spacing: 0.1em;
}
.p-price-parts-pc__row .p-price-parts-pc__td:not(:first-child) {
  padding: 13px 0px 19px 8px;
}
.p-price-parts-pc__row .p-price-parts-pc__td:nth-child(1) {
  padding-right: 39px;
}

.p-price-parts-pc__th {
  text-align: center;
  font-size: 1.125rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
}

.p-price-parts-pc__td {
  color: #ca7f13;
  font-size: 1.5rem;
}
.p-price-parts-pc__td:first-child {
  font-size: 1.125rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
}

.p-price-parts-pc__note {
  font-size: 0.75rem;
  color: #ca7f13;
  text-align: right;
  margin-top: 13px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
}

.p-price-parts-pc__td-unit {
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}

.p-price-custom {
  padding: 80px 0 74px;
  background-color: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .p-price-custom {
    padding: 80px 0 80px;
  }
}

.p-price-custom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p-price-custom__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1120px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-price-custom__content {
    width: 50%;
  }
}

.p-price-custom__title {
  text-transform: capitalize;
  margin-top: 60px;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-price-custom__title {
    margin-top: 10px;
  }
}

.p-price-custom__description {
  color: #ca7f13;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  margin-top: 12px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  opacity: 0.8;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-price-custom__description {
    margin-top: 49px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.p-price-custom__image {
  width: 240px;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-price-custom__image {
    margin: 0;
    width: 44.4444444444%;
  }
  .p-price-custom__image img {
    width: 100%;
  }
}

.p-privacy {
  padding: 60px 0;
  background-color: #f9f8f6;
}

.p-privacy__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-privacy__section:not(:first-child) {
  margin-top: 40px;
}

.p-privacy__heading {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.p-privacy__content {
  margin-top: 20px;
}

.p-privacy__text {
  line-height: 1.8;
}

.p-privacy__text + .p-privacy__text {
  margin-top: 15px;
}

.p-privacy__list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
}

.p-privacy__list li + li {
  margin-top: 10px;
}

.p-privacy__list li {
  line-height: 1.6;
}

.p-privacy__contact {
  margin-top: 20px;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
}

.p-privacy__contact p + p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 40px 0;
  }
  .p-privacy__heading {
    font-size: 1.6rem;
  }
  .p-privacy__section:not(:first-child) {
    margin-top: 30px;
  }
}
.p-reserve-description {
  padding: 80px 0 80px;
  background-color: #f9f8f6;
  color: #ca7f13;
}
@media screen and (min-width: 768px) {
  .p-reserve-description {
    margin-top: -1px;
    padding: 117px 0 120px;
  }
}

.p-reserve-description__inner {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__inner {
    max-width: 1100px;
    margin-inline: auto;
    padding: 0 28px 0px 11px;
  }
}

@media screen and (min-width: 768px) {
  .p-reserve-description__agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-reserve-description__agreement-block {
  width: 240px;
  height: 147px;
  margin: 0 auto;
  padding-top: 32px;
  background-color: #d4cebe;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__agreement-block {
    margin: -22px 0 0;
    max-width: 240px;
  }
}

.p-reserve-description__title {
  font-size: 1.125rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
.p-reserve-description__download-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #949e33;
  color: #ffffff;
  width: 160px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  margin: 14px auto 0;
  position: relative;
}
.p-reserve-description__download-button::before {
  content: "\f56d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.p-reserve-description__download-text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__content {
    max-width: 720px;
  }
}

.p-reserve-description__heading {
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  margin-top: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__heading {
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

.p-reserve-description__text {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  line-height: 2;
  margin-top: 16px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__text {
    letter-spacing: 0.1em;
    margin-top: 41px;
  }
}

.p-reserve-description__tel-block {
  margin-top: 18px;
  text-align: center;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__tel-block {
    margin: 14px auto 0 0;
    padding-left: 0;
  }
  .p-reserve-description__tel-block--tel {
    max-width: 578px;
  }
}

.p-reserve-description__tel {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 123px;
    gap: 14.7169811321%;
    position: relative;
    letter-spacing: 0.15em;
  }
  .p-reserve-description__tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 130px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: #ca7f13;
  }
}

.p-reserve-description__tel-heading {
  font-size: clamp(1.5rem, 3.3333333333vw, 3rem);
  text-align: center;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__tel-heading {
    text-align: left;
    letter-spacing: 0.1em;
  }
}

.p-reserve-description__tel-text {
  margin-top: 12px;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  line-height: 2;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__tel-text {
    margin-top: 21px;
    letter-spacing: 0.1em;
  }
}

.p-reserve-description__tel-number {
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__tel-number {
    letter-spacing: 0.1em;
  }
}

.p-reserve-description__tel-hours {
  font-size: 0.875rem;
  padding-top: 5px;
  width: 240px;
  height: 32px;
  border: 1px solid #ca7f13;
  display: inline-block;
  border-radius: 50px;
  margin-top: 13px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-reserve-description__tel-hours {
    margin-top: 28px;
  }
}

.p-reserve-form {
  padding: 62px 0 30px;
  background-color: #ede9e4;
}
@media screen and (min-width: 768px) {
  .p-reserve-form {
    padding: 77px 0 49px;
  }
}

.p-reserve-form__inner {
  padding-inline: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__inner {
    max-width: 1120px;
    padding-inline: 20px;
  }
}

.p-reserve-form__input-select {
  padding: 8px 16px;
  height: 50px;
  width: 100%;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  border: none;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__input-select {
    width: 48.3870967742%;
  }
}

@media screen and (min-width: 768px) {
  .p-reserve-form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}

.p-reserve-form__title {
  text-transform: uppercase;
  font-size: clamp(2rem, 3.3333333333vw, 3rem);
  color: #ca7f13;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__title {
    text-align: left;
    letter-spacing: 0.1em;
  }
}

.p-reserve-form__description {
  margin-top: 11px;
  font-size: 0.875rem;
  line-height: 2;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__description {
    margin-top: 47px;
  }
}

.p-reserve-form__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__steps {
    margin-top: 0px;
    gap: 28px;
  }
}

.p-reserve-form__step-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  height: 129px;
  width: 93px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__step-block {
    height: 183px;
    width: 131px;
  }
}

.p-reserve-form__step-block--active {
  border-top: 1px solid #ca7f13;
  border-bottom: 1px solid #ca7f13;
}

.p-reserve-form__step-block--active .p-reserve-form__step {
  color: #ca7f13;
}

.p-reserve-form__step-block--active .p-reserve-form__step-text {
  color: #ca7f13;
}

.p-reserve-form__step {
  font-size: clamp(0.875rem, 1.3888888889vw, 1.25rem);
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__step {
    letter-spacing: 0.1em;
  }
}

.p-reserve-form__step-text {
  font-size: clamp(1rem, 1.6666666667vw, 1.5rem);
  color: #707070;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__step-text {
    letter-spacing: 0.0833333333em;
  }
}

.p-reserve-form__form {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__form {
    margin-top: 86px;
  }
}

@media screen and (min-width: 768px) {
  .p-reserve-form__items {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.p-reserve-form__item {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__item:nth-child(6) {
    margin-top: 54px;
  }
}
.p-reserve-form__item:nth-child(7) {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__item:nth-child(7) {
    margin-top: 46px;
  }
}
.p-reserve-form__item:nth-child(8) {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__item:nth-child(8) {
    margin-top: 42px;
  }
}
.p-reserve-form__item:nth-child(9) {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__item:nth-child(9) {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .p-reserve-form__item:nth-child(10) {
    margin-top: 36px;
  }
}
.p-reserve-form__item:nth-child(11) {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__item:nth-child(11) {
    margin-top: 49px;
  }
}
@media screen and (min-width: 768px) {
  .p-reserve-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
  }
}
.p-reserve-form__item--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-reserve-form__label {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__label {
    max-width: 380px;
  }
}

.p-reserve-form__label-required {
  text-align: center;
  display: inline-block;
  padding: 5px 18px;
  background-color: #54372d;
  color: #ffffff;
  border-radius: 15px;
  margin-right: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__label-required {
    width: 60px;
    height: 26px;
    padding: 3px 0 0px;
  }
}

.p-reserve-form__label-optional {
  display: inline-block;
  padding: 5px 18px;
  background-color: #d4cebe;
  border-radius: 15px;
  margin-right: 7px;
  font-size: 0.75rem;
}

.p-reserve-form__input {
  margin-top: 11px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__input {
    width: 100%;
    margin-top: 0;
  }
  .p-reserve-form__input--time {
    margin-top: -12px;
  }
}

.p-reserve-form__input--confirm {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  letter-spacing: 0.1em;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #707070;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__input--confirm {
    letter-spacing: 0.1em;
  }
}

.p-reserve-form__input-text {
  width: 100%;
  padding: 8px 16px;
  height: 50px;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  border: none;
}

.p-reserve-form__time-block {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__time-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 21px;
  }
}

.p-reserve-form__time-block:first-child {
  margin-top: 0;
}

.p-reserve-form__time-heading {
  font-size: 0.875rem;
  margin-top: 8px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__time-heading {
    margin-top: 0;
  }
}

.p-reserve-form__checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__checkbox {
    gap: 0;
    margin-top: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-reserve-form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .p-reserve-form__checkbox-block {
    width: 91%;
  }
}

.p-reserve-form__checkbox-block--inquiry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__checkbox-block--inquiry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-reserve-form__checkbox-block--inquiry .p-reserve-form__checkbox {
    max-width: 478px;
    gap: 18px 0px;
  }
  .p-reserve-form__checkbox-block--inquiry .p-reserve-form__checkbox-text {
    display: block;
    min-width: 198px;
  }
  .p-reserve-form__checkbox-block--inquiry .wpcf7-list-item-label {
    min-width: 198px;
  }
}

.p-reserve-form__checkbox-text {
  font-size: 0.875rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__checkbox-text {
    margin-top: 6px;
    display: block;
  }
}

.p-reserve-form__checkbox-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #ffffff;
}

.p-reserve-form__calendar {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  padding: 8px 16px;
  height: 50px;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  border: none;
  color: inherit;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__calendar {
    width: 48.3870967742%;
    max-width: 300px;
    padding: 8px 16px;
    height: 50px;
    font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
    border: none;
  }
}
.p-reserve-form__calendar::-webkit-calendar-picker-indicator {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.p-reserve-form__calendar::after {
  height: 100%;
  content: "\f073";
  width: 50px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  color: #ffffff;
  pointer-events: none;
  background-color: #ca7f13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}

.p-reserve-form__note {
  font-size: 0.75rem;
  margin-top: -4px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.3333333333;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__note {
    margin-top: -5px;
  }
}

.p-reserve-form__submit {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin: 32px auto 0;
  display: block;
  padding: 10px 63px;
  max-width: 300px;
  font-size: 1rem;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__submit {
    margin-top: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reserve-form__submit {
    margin-top: 53px;
  }
}

@media screen and (min-width: 768px) {
  .p-reserve-form__submit:hover {
    background-color: rgb(133.2, 142.2, 45.9);
  }
}

.p-reserve-form__input-textarea {
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__input-textarea {
    border: none;
    height: 120px;
  }
}

.p-reserve-form__item--textarea .p-reserve-form__input {
  line-height: 2;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__item--textarea .p-reserve-form__input {
    margin-top: -10px;
    height: 120px;
  }
}

.p-reserve-thx {
  margin-top: 48px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reserve-thx {
    max-width: 667px;
    margin: 56px auto 0;
  }
}

.p-reserve-thx__heading {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  letter-spacing: 0.1em;
  color: #ca7f13;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-reserve-thx__heading {
    letter-spacing: 0.1em;
  }
}

.p-reserve-thx__text {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  line-height: 2;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.04em;
  color: #ca7f13;
  margin-top: 12px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reserve-thx__text {
    letter-spacing: 0.04em;
    margin: 20px auto 0;
    max-width: 383px;
    line-height: 2;
  }
}

.p-reserve-thx__link {
  margin-top: 12px;
  color: #ca7f13;
  text-decoration: underline;
}

.p-reserve-form__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-reserve-form__form .wpcf7-tel {
  display: block;
  width: 100%;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  border: none;
  height: 50px;
  padding: 8px 16px;
}
.p-reserve-form__form .wpcf7-list-item {
  position: relative;
  margin-left: 0;
}
.p-reserve-form__form .wpcf7-list-item-label {
  font-size: 0.875rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  padding-left: 42px;
  height: 100%;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.p-reserve-form__form .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-reserve-form__form .wpcf7-list-item-label {
    display: block;
  }
}
.p-reserve-form__form .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ca7f13;
}
.p-reserve-form__form .wpcf7-submit {
  font-size: 1rem;
}

.page-id-127 .p-reserve-form__form {
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__form {
    margin-top: 180px;
  }
}
.page-id-127 .p-reserve-form__label-required {
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__label-required {
    margin-right: 9px;
  }
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__item--textarea .p-reserve-form__input {
    margin-top: 5px;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
  }
}
.page-id-127 .p-reserve-form__input {
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form {
    padding: 62px 0 63px;
  }
}
.page-id-127 .p-reserve-form__item {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__item {
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__item:nth-child(6) {
    margin-top: 22px;
  }
}
.page-id-127 .p-reserve-form__item:nth-child(7) {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__item:nth-child(7) {
    margin-top: 21px;
  }
}
.page-id-127 .p-reserve-form__item:nth-child(8) {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__item:nth-child(8) {
    margin-top: 31px;
  }
}
.page-id-127 .p-reserve-form__item:nth-child(9) {
  margin-top: 33px;
}
.page-id-127 .p-reserve-form__item:nth-child(10) {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__item:nth-child(10) {
    margin-top: 29px;
  }
}
.page-id-127 .p-reserve-form__item:nth-child(11) {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__item:nth-child(11) {
    margin-top: 17px;
  }
}
.page-id-127 .p-reserve-form__submit {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-form__submit {
    margin-top: 33px;
  }
}
.page-id-127 .l-footer__reserve {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-id-127 .p-reserve-description {
    padding: 105px 0 120px;
  }
}

.page-id-129 .p-reserve-form {
  padding: 62px 0 61px;
}
@media screen and (min-width: 768px) {
  .page-id-129 .p-reserve-form {
    padding: 62px 0 89px;
  }
}
@media screen and (min-width: 768px) {
  .page-id-129 .p-reserve-description {
    padding: 101px 0 120px;
  }
}

.p-salons-prefectures {
  padding: 109px 0px 77px;
  background-color: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures {
    margin-top: -1px;
    padding: 109px 0px 74px;
  }
}

.p-salons-prefectures__heading-wrapper {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures__heading-wrapper {
    max-width: 1240px;
    padding: 0 20px;
    margin: 9px auto 0;
  }
}

.p-salons-prefectures__heading {
  font-size: clamp(3rem, 5.8333333333vw, 5.25rem);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures__heading {
    letter-spacing: 0.04em;
  }
}

.p-salons-prefectures__sub-heading {
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures__sub-heading {
    letter-spacing: 0.04em;
  }
}

.p-salons-prefectures__content {
  margin-top: 76px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures__content {
    max-width: 1240px;
    padding: 0 20px;
    margin: 112px auto 0;
  }
}

.p-salons-prefectures__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures__list {
    margin-left: 45px;
    max-width: 926px;
    gap: 8px 43px;
  }
}

.p-salons-prefectures__link {
  position: relative;
  display: inline-block;
  padding-left: 31px;
  color: #ca7f13;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-salons-prefectures__link::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: clamp(0.625rem, 1.7361111111vw, 1.5625rem);
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #54372d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures__link {
    padding-left: 50px;
  }
  .p-salons-prefectures__link:hover {
    color: rgb(181.8, 114.3, 17.1);
  }
  .p-salons-prefectures__link:hover::before {
    left: 20px;
    color: rgb(75.6, 49.5, 40.5);
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}

.p-salons-prefectures__link-en {
  font-size: clamp(1.25rem, 3.3333333333vw, 3rem);
  text-transform: capitalize;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures__link-en {
    letter-spacing: 0.1em;
  }
}

.p-salons-prefectures__link-ja {
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  margin-left: 8px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-salons-prefectures__link-ja {
    letter-spacing: 0.04em;
  }
}

.p-salons-stores {
  padding-bottom: 120px;
  background-color: #f9f8f6;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-salons-stores {
    padding-bottom: 112px;
    max-width: 100%;
  }
}

.p-salons-stores__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-salons-stores__link:hover {
    opacity: 0.7;
  }
}

.p-salons-stores__heading {
  text-align: center;
  text-transform: capitalize;
  background-color: #ca7f13;
  color: #ffffff;
  font-size: clamp(1.5rem, 3.3333333333vw, 3rem);
  padding-block: 15px;
  letter-spacing: 0.1em;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
}
@media screen and (min-width: 768px) {
  .p-salons-stores__heading {
    padding-block: 30px;
    letter-spacing: 0.1em;
  }
}

.p-salons-stores__container:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-salons-stores__container:nth-child(n+2) {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-salons-stores__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 60px;
    margin-top: 19px;
  }
}

.p-salons-stores__map {
  margin-top: 40px;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-salons-stores__map {
    height: 360px;
  }
}

.p-salons-stores__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-salons-stores__title {
  font-size: clamp(1.25rem, 2.2222222222vw, 2rem);
  color: #ca7f13;
  text-transform: uppercase;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  margin-top: 11px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-salons-stores__title {
    letter-spacing: 0.1em;
  }
}

.p-salons-stores__subtitle {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  color: #ca7f13;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-salons-stores__subtitle {
    margin-top: -3px;
    letter-spacing: 0.1em;
  }
}

.p-salons-stores__address {
  font-size: 0.875rem;
  color: #464646;
  margin-top: 4px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
.p-single-news {
  padding-top: 75px;
  padding-bottom: 80px;
  background-color: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .p-single-news {
    margin-top: -1px;
    padding-top: 105px;
    padding-bottom: 182px;
  }
}

.p-single-news__inner {
  padding-inline: 14px;
}
@media screen and (min-width: 768px) {
  .p-single-news__inner {
    max-width: 1157px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-single-news__container {
    padding-left: calc(11% - 14px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-single-news__main {
    width: 68%;
  }
}

.p-single-news__title {
  color: #ca7f13;
  font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-single-news__title {
    letter-spacing: 0.1em;
  }
}

.p-single-news__meta {
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .p-single-news__meta {
    margin-top: -5px;
  }
}

.p-single-news__date {
  color: #ca7f13;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  margin-left: 3px;
  letter-spacing: 0.1em;
}
.p-single-news__category {
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
  color: #ca7f13;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-news__category {
    letter-spacing: 0.1em;
  }
}

.p-single-news__image {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-single-news__image {
    margin-top: 40px;
  }
}
.p-single-news__image img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-news__main-text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  color: #333333;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 34px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-single-news__main-text {
    margin-top: 22px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.p-single-news__text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  color: #333333;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 2px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-single-news__text {
    letter-spacing: 0.1em;
  }
}

.p-single-news__sub:nth-child(n+2) .p-single-news__text {
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1rem;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-single-news__sub:nth-child(n+2) .p-single-news__text {
    line-height: 2;
    margin-top: 1px;
  }
}

.p-single-news__sub-title {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  color: #ca7f13;
  margin-top: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-single-news__sub-title {
    letter-spacing: 0.1em;
    margin-top: 21px;
  }
}

.p-single-news__button {
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-news__button {
    margin-top: 27px;
  }
}

.p-single-salon__heading {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-single-salon__heading {
    margin-top: 0px;
  }
}

.p-single-salon__sub {
  letter-spacing: 0.1em;
}

.p-single-salon__sub--en {
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
  font-size: clamp(1.5rem, 3.3333333333vw, 3rem);
}
@media screen and (min-width: 768px) {
  .p-single-salon__sub--en {
    letter-spacing: 0.1em;
  }
}

.p-single-salon__sub--ja {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Mincho", "Noto Serif JP", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5.5555555556vw, 5rem);
  letter-spacing: 0.1em;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-single-salon__sub--ja {
    letter-spacing: 0.1em;
  }
}

.p-single-salon-message {
  margin-top: -1px;
  padding: 72px 0 109px;
  background-color: #f9f8f6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-message {
    text-align: center;
    letter-spacing: 0.1em;
  }
}

.p-single-salon-message__text {
  font-size: clamp(0.875rem, 1.3888888889vw, 1.25rem);
  line-height: 2;
  color: #333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-message__text {
    letter-spacing: 0.1em;
  }
}

.p-single-salon-flow {
  position: relative;
  padding: 0px 0 80px;
  background-color: #f9f8f6;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow {
    margin-top: -1px;
    padding: 53px 0 117px;
  }
}

.p-single-salon-flow__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-single-salon-flow__heading {
  font-size: clamp(3rem, 5.8333333333vw, 5.25rem);
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__heading {
    letter-spacing: 0.04em;
  }
}

.p-single-salon-flow__heading-inner {
  max-width: 715px;
  position: relative;
}
.p-single-salon-flow__sub-heading {
  letter-spacing: 0.04em;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__sub-heading {
    margin-top: -3px;
    margin-left: 5px;
  }
}

.p-single-salon-flow__bg-image {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__bg-image {
    width: 150px;
    height: 150px;
  }
}
.p-single-salon-flow__bg-image img {
  width: 100%;
  height: 100%;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-salon-flow__bg-image--01 {
  width: 80px;
  height: 80px;
  top: 636px;
  right: calc(50% - 202px);
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__bg-image--01 {
    top: 500px;
    left: calc(50% - 632px);
    width: 150px;
    height: 150px;
  }
}
.p-single-salon-flow__bg-image--02 {
  width: 100px;
  height: 100px;
  top: 1184px;
  left: calc(50% - 197px);
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__bg-image--02 {
    top: 856px;
    left: auto;
    right: calc(50% - 650px);
    width: 180px;
    height: 180px;
  }
}
.p-single-salon-flow__bg-image--03 {
  width: 80px;
  height: 80px;
  top: 1779px;
  right: calc(50% - 160px);
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__bg-image--03 {
    top: 1200px;
    left: calc(50% - 642px);
    width: 150px;
    height: 150px;
  }
}

.p-single-salon-flow__items {
  max-width: 315px;
  margin: 132px auto 0;
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__items {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .p-single-salon-flow__items {
    max-width: 800px;
    margin: 80px auto 0;
  }
}

.p-single-salon-flow__item {
  margin-top: 112px;
  position: relative;
}
.p-single-salon-flow__item:not(:first-child)::before {
  content: "・\a・\a・\a・";
  position: absolute;
  top: -107px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ca7f13;
  font-size: 0.875rem;
  white-space: pre;
  line-height: 0.5;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__item:not(:first-child)::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__item {
    margin-top: 30px;
    padding-left: 100px;
  }
  .p-single-salon-flow__item:not(:last-child)::before {
    content: "・\a・\a・\a・\a・\a・\a・\a・\a・\a・\a・";
    position: absolute;
    top: 59px;
    left: calc(50% - 270px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #ca7f13;
    font-size: 0.875rem;
    white-space: pre;
    line-height: 0.5;
    opacity: 0.5;
    display: block;
  }
  .p-single-salon-flow__item:first-child {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .p-single-salon-flow__item:not(:last-child)::before {
    top: 65px;
    left: calc(50% - 369px);
  }
}

.p-single-salon-flow__number {
  position: absolute;
  top: -72px;
  left: calc(50% - 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #949e33;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__number {
    top: -1px;
    left: 0px;
  }
}

.p-single-salon-flow__item-title {
  font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  color: #ca7f13;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__item-title {
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
}

.p-single-salon-flow__item-text {
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  line-height: 1.5;
  color: #ca7f13;
  margin-top: 11px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-flow__item-text {
    letter-spacing: 0.1em;
  }
}

.p-single-salon-staff {
  background-color: #464646;
  padding-block: 60px 30px;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff {
    padding-block: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-inner.p-single-salon-staff__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    max-width: 1120px;
  }
}

.p-single-salon-staff__heading {
  color: #ca7f13;
  font-size: clamp(2.25rem, 3.3333333333vw, 3rem);
  text-transform: capitalize;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff__heading {
    letter-spacing: 0.1em;
  }
}

.p-single-salon-staff__heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-left: 0;
}
.p-single-salon-staff__sub-heading {
  color: #ca7f13;
  font-size: 0.875rem;
  margin-top: 20px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff__sub-heading {
    margin-top: 25px;
    margin-left: 5px;
  }
}

.p-single-salon-staff__content {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff__content {
    margin-top: 4%;
    width: 50%;
  }
}

.p-single-salon-staff__image {
  width: calc(76% + 15px);
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff__image {
    padding-right: 0;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 44.4444444444%;
    height: auto;
  }
}

.p-single-salon-staff__text {
  color: #ca7f13;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
  line-height: 2;
  margin-top: 24px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  opacity: 0.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff__text {
    margin-top: 43px;
    letter-spacing: 0.1em;
  }
}

.p-single-salon-staff__name-wrapper {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff__name-wrapper {
    margin-top: 11px;
  }
}

.p-single-salon-staff__name-en {
  color: #ca7f13;
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff__name-en {
    letter-spacing: 0.1em;
  }
}

.p-single-salon-staff__name-ja {
  color: #ca7f13;
  font-size: 0.75rem;
  margin-top: 4px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-single-salon-staff__name-ja {
    margin-top: 5px;
    margin-left: 5px;
  }
}

.p-single-salon-address {
  background-color: #d4cebe;
  padding: 57px 0 64px;
}
@media screen and (min-width: 768px) {
  .p-single-salon-address {
    padding: 81px 0 79px;
  }
}

.p-single-salon-address__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p-single-salon-address__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1120px;
  }
}

.p-single-salon-address__map {
  aspect-ratio: 315/200;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-salon-address__map {
    width: 50%;
    aspect-ratio: 540/360;
  }
}

.p-single-salon-address__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-single-salon-address__content {
    width: 37.037037037%;
    margin-top: 0px;
  }
}

.p-single-salon-address__list {
  width: 100%;
}
.p-single-salon-address__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ca7f13;
  padding: 18px 0 13px;
}
@media screen and (min-width: 768px) {
  .p-single-salon-address__item {
    padding: 13px 0 15px;
  }
}

.p-single-salon-address__title {
  width: 40%;
  color: #ca7f13;
  padding-left: 8px;
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-single-salon-address__title {
    letter-spacing: 0.1em;
  }
}

.p-single-salon-address__text {
  width: 60%;
  color: #333333;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(0.75rem, 0.9722222222vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .p-single-salon-address__text {
    letter-spacing: 0.1em;
  }
}

.p-single-salon-link {
  height: 198px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .p-single-salon-link {
    height: 281px;
  }
}

@media screen and (min-width: 768px) {
  .p-single-salon-link__button-link {
    margin-left: 18px;
  }
}

.p-site-map {
  padding: 80px 0;
  background-color: #fafafa;
}

.p-site-map__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-site-map__section {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.p-site-map__section:not(:first-child) {
  margin-top: 40px;
}

.p-site-map__heading {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
  color: #333;
  letter-spacing: 0.05em;
  position: relative;
}

.p-site-map__heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #b88c67;
}

.p-site-map__list {
  margin-top: 25px;
  padding: 0 10px;
}

.p-site-map__item:not(:first-child) {
  margin-top: 18px;
}

.p-site-map__link {
  color: #555;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.p-site-map__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #b88c67;
  border-right: 2px solid #b88c67;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-site-map__link:hover {
    color: #b88c67;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .p-site-map__link:hover::before {
    left: 5px;
  }
}

.p-site-map__section:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.p-site-map__section:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media screen and (max-width: 767px) {
  .p-site-map {
    padding: 50px 0;
  }
  .p-site-map__section {
    padding: 20px;
  }
  .p-site-map__heading {
    font-size: 1.8rem;
    padding-bottom: 12px;
  }
  .p-site-map__section:not(:first-child) {
    margin-top: 30px;
  }
  .p-site-map__item:not(:first-child) {
    margin-top: 15px;
  }
  .p-site-map__link {
    font-size: 1.4rem;
  }
}
.u-hover-txt-darken {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .u-hover-txt-darken:hover {
    color: rgb(181.8, 114.3, 17.1);
  }
}

@media screen and (min-width: 768px) {
  .u-hover-txt-group--darken * {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .u-hover-txt-group--darken:hover * {
    color: rgb(161.6, 101.6, 15.2);
  }
  .u-hover-txt-group--lighten * {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .u-hover-txt-group--lighten:hover * {
    color: rgb(235.1230769231, 156.6615384615, 43.6769230769);
  }
}

@media screen and (min-width: 768px) {
  .u-hover-bg-green {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .u-hover-bg-green:hover {
    background-color: rgb(133.2, 142.2, 45.9);
  }
}

@media screen and (min-width: 768px) {
  .u-hover-opacity {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}

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

.u-dn-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dn-sp {
    display: block;
  }
}

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

.u-inner {
  margin: 0 auto;
  padding-inline: 30px;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .u-inner {
    max-width: 1240px;
    padding-inline: 20px;
  }
}

.u-lower-inner {
  padding-inline: 16px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .u-lower-inner {
    max-width: 1240px;
  }
}

.u-capitalize {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-clear-text-transform {
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .w-100 {
    width: 100%;
  }
}