@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1, h2, h3, h4, p,
figure, blockquote, dl, dd,
ul, ol {
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.6;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

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

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #faf8f6;
}
@media screen and (max-width: 375px) {
  body {
    background-color: #f9f8f6;
  }
}

section[id] {
  scroll-margin-top: 100px;
}

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

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 0.85;
  }
}
.btn--primary {
  min-width: 140px;
  padding: 12px 28px;
  border-radius: 9999px;
  background-color: #8da045;
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
}
.btn__text {
  position: relative;
  display: block;
}
.btn--view-all {
  box-sizing: border-box;
  width: 160px;
  padding: 13px 6px;
  border-radius: 9999px;
  background-color: #8da045;
  color: #fff;
  white-space: nowrap;
}
.btn--view-all .btn__text {
  top: 0;
  left: 1px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 375px) {
  .btn--view-all {
    width: 120px;
    padding: 9px 6px 8px;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
  }
  .btn--view-all .btn__text {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.btn--outline {
  min-width: 160px;
  padding: 14px 32px;
  border: 1px solid #8da045;
  border-radius: 9999px;
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #8da045;
}
.btn--reserve {
  gap: 8px;
  min-width: 120px;
  padding: 12px 24px;
  border-radius: 9999px;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
}

.c-section-title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  text-align: center;
}

.section-heading {
  position: relative;
  text-align: left;
}
.section-heading__en {
  position: relative;
  z-index: 1;
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: #c9a96e;
}
.section-heading__script {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #c9a96e;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-58%);
}
.section-heading__ja {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #666;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}
.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-fade-up {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
body.is-motion-disabled .js-fade-up {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 32px;
  padding-bottom: 50px;
  padding-left: clamp(16px, 16px + 32px * (100vw - 375px) / 1065px, 48px);
  padding-right: clamp(20px, 20px + 28px * (100vw - 375px) / 1065px, 48px);
}
.header__logo {
  flex-shrink: 0;
  padding-top: 19px;
}
.header__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Marcellus", serif;
  text-decoration: none;
  color: #54372d;
}
.header__logo-image {
  display: block;
  flex-shrink: 0;
  width: 65px;
  height: auto;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-family: "Marcellus", serif;
}
.header__logo-text-line {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.5px;
  color: #54372d;
}
.header__nav {
  margin-left: auto;
  padding-top: 8px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__menu-item {
  flex-shrink: 0;
}
.header__menu-link {
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #54372d;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header__menu-link:hover {
    opacity: 0.7;
  }
}
.header__reserve {
  flex-shrink: 0;
  padding-top: 9px;
}
.header__reserve-link {
  display: block;
  background-color: #949e33;
  border-radius: 9999px;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header__reserve-link:hover {
    opacity: 0.85;
  }
}
.header__reserve-image {
  display: block;
  width: 200px;
  height: auto;
  border-radius: 9999px;
}
.header__hamburger {
  display: none;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 9px 16px 9px 20px;
  border: none;
  border-radius: 9999px;
  background-color: #949e33;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header__hamburger:hover {
    opacity: 0.85;
  }
}
.header__hamburger-text {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
.header__hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 20px;
  height: 16px;
}
.header__hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
  transition: transform 0.2s, opacity 0.2s;
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger[aria-expanded=true] .header__hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header__sp-menu {
  position: fixed;
  inset: 0;
  z-index: 101;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #d9d5c7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s, visibility 0.25s;
  overflow-y: auto;
}
.header__sp-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__sp-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 24px 24px 0;
}
.header__sp-menu-logo {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.header__sp-menu-logo-image {
  display: block;
  width: 48px;
  height: auto;
}
.header__sp-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #949e33;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header__sp-menu-close:hover {
    opacity: 0.85;
  }
}
.header__sp-menu-close-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.header__sp-menu-close-icon::before, .header__sp-menu-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.header__sp-menu-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__sp-menu-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__sp-nav {
  flex: 1;
  padding: 56px 24px 40px 40px;
}
.header__sp-menu-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.header__sp-menu-item {
  border-bottom: none;
}
.header__sp-menu-link {
  display: block;
  padding: 0;
  font-family: "Marcellus", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #ca7f13;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .header__sp-menu-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1035px) {
  .header__inner {
    padding: 20px 20px 0;
  }
  .header__nav, .header__reserve {
    display: none;
  }
  .header__hamburger {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 8px 20px 16px 16px;
  }
  .header__logo-image {
    width: 31px;
    position: relative;
    bottom: 7px;
    left: 5px;
  }
  .header__logo-text-line {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .header__hamburger {
    gap: 10px;
    padding: 7px 8px 9px 9px;
  }
  .header__hamburger-text {
    font-size: 14px;
    letter-spacing: 1.3px;
  }
  .header__hamburger-icon {
    width: 13px;
    height: 14px;
    gap: 2px;
  }
  .header__sp-menu-head {
    padding: 19px 22px 0 20px;
  }
  .header__sp-menu-logo-image {
    width: 32px;
    height: 32px;
    position: relative;
    bottom: -1px;
    left: 0;
  }
  .header__sp-menu-close {
    width: 30px;
    height: 30px;
  }
  .header__sp-nav {
    padding: 92.3px 24px 40px 60px;
  }
  .header__sp-menu-list {
    gap: 8px;
  }
  .header__sp-menu-link {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 375px) {
  .header__inner {
    padding: 8px 20px 16px 16px;
  }
  .header__logo-text {
    display: none;
  }
}

body.is-menu-open {
  overflow: hidden;
}

.container {
  text-align: center;
  justify-content: center;
  padding: 0 120px;
  margin: 0 auto;
}
@media screen and (max-width: 1035px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 5px;
  }
}
@media screen and (max-width: 375px) {
  .container {
    padding: 0 30px;
  }
}

.footer {
  padding: 120px 0 20px;
  background-color: #f9f8f6;
}
.footer__inner {
  text-align: center;
}
.footer__logo {
  display: flex;
  justify-content: center;
  padding: 0 28px;
}
.footer__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #54372d;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__logo-link:hover {
    opacity: 0.8;
  }
}
.footer__logo-image {
  display: block;
  flex-shrink: 0;
  width: 65px;
  height: auto;
  object-fit: cover;
  position: relative;
  top: 2px;
  left: 3px;
}
.footer__logo-text {
  position: relative;
  top: 3px;
  left: 3px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-family: "Marcellus", serif;
}
.footer__logo-text-line {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.5px;
  color: #54372d;
}
.footer__nav {
  margin-top: 48px;
}
.footer__menu, .footer__sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu-break {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__menu-item {
  display: flex;
  align-items: center;
}
.footer__menu-item--top {
  position: relative;
  top: 0;
  right: 56px;
}
.footer__menu-item--top:not(:last-child)::after {
  content: "|";
  margin: 0 16px;
  font-family: "Marcellus", serif;
  font-size: 25px;
  line-height: 1;
  color: #54372d;
  position: relative;
  top: -2px;
  left: 32px;
}
.footer__menu-item--concept {
  position: relative;
  top: 0;
  right: 56px;
}
.footer__menu-item--concept:not(:last-child)::after {
  content: "|";
  margin: 0 16px;
  font-family: "Marcellus", serif;
  font-size: 25px;
  line-height: 1;
  color: #54372d;
  position: relative;
  top: -2px;
  left: 49px;
}
.footer__menu-item--price {
  position: relative;
  top: 0;
  right: 56px;
}
.footer__menu-item--price:not(:last-child)::after {
  content: "|";
  margin: 0 16px;
  font-family: "Marcellus", serif;
  font-size: 25px;
  line-height: 1;
  color: #54372d;
  position: relative;
  top: -2px;
  left: 67px;
}
.footer__menu-item--news {
  position: relative;
  top: 0;
  right: 56px;
}
.footer__menu-item--news:not(:last-child)::after {
  content: "|";
  margin: 0 16px;
  font-family: "Marcellus", serif;
  font-size: 25px;
  line-height: 1;
  color: #54372d;
  position: relative;
  top: -2px;
  left: 87px;
}
.footer__menu-item--reserve {
  position: relative;
  top: 0;
  right: 56px;
}
.footer__sub-item {
  display: flex;
  align-items: center;
}
.footer__sub-item--privacy {
  position: relative;
  top: 0;
  right: 0;
}
.footer__sub-item--privacy:not(:last-child)::after {
  content: "|";
  margin: 0 16px;
  font-family: "Marcellus", serif;
  font-size: 25px;
  line-height: 1;
  color: #54372d;
  position: relative;
  top: -3px;
  left: 1px;
}
.footer__sub-item--sitemap {
  position: relative;
  top: 0;
  right: 0;
}
.footer__sub {
  margin-top: 25px;
}
.footer__menu-link {
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.6;
  color: #54372d;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__menu-link:hover {
    opacity: 0.7;
  }
}
.footer__menu-link--top {
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  bottom: 1px;
  right: -18px;
}
.footer__menu-link--concept {
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  left: 43px;
  top: -1px;
}
.footer__menu-link--price {
  font-size: 20px;
  letter-spacing: 1.7px;
  position: relative;
  left: 59px;
  bottom: 1px;
}
.footer__menu-link--news {
  font-size: 20px;
  letter-spacing: 1.7px;
  position: relative;
  left: 78px;
  top: -1px;
}
.footer__menu-link--reserve {
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  top: -1px;
  left: 96px;
}
.footer__sub-link {
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.6;
  color: #54372d;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__sub-link:hover {
    opacity: 0.7;
  }
}
.footer__sub-link--privacy {
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  top: 0;
  right: 8px;
}
.footer__sub-link--sitemap {
  font-size: 20px;
  letter-spacing: 2px;
  position: relative;
  top: 0;
  left: 10px;
}
.footer__copy {
  margin: 45px 0 0;
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 1.6px;
  color: #54372d;
  position: relative;
  top: -1px;
  left: 2px;
}
@media screen and (max-width: 1035px) {
  .footer {
    padding: 48px 0 40px;
  }
  .footer__nav {
    margin-top: 32px;
  }
  .footer__menu-item--top:not(:last-child)::after, .footer__menu-item--concept:not(:last-child)::after, .footer__menu-item--price:not(:last-child)::after, .footer__menu-item--news:not(:last-child)::after {
    margin: 0 12px;
  }
  .footer__sub-item--privacy:not(:last-child)::after {
    margin: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 32px;
  }
  .footer__logo-image {
    width: 50px;
  }
  .footer__logo-text-line {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .footer__menu, .footer__sub-menu {
    row-gap: 8px;
  }
  .footer__menu-item--top:not(:last-child)::after, .footer__menu-item--concept:not(:last-child)::after, .footer__menu-item--price:not(:last-child)::after, .footer__menu-item--news:not(:last-child)::after {
    margin: 0 8px;
    font-size: 16px;
  }
  .footer__sub-item--privacy:not(:last-child)::after {
    margin: 0 8px;
    font-size: 16px;
  }
  .footer__menu-link--top, .footer__menu-link--concept, .footer__menu-link--price, .footer__menu-link--news, .footer__menu-link--reserve, .footer__sub-link--privacy, .footer__sub-link--sitemap {
    font-size: 16px;
  }
  .footer__copy {
    margin-top: 24px;
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  .footer {
    padding: 101px 0 24px;
  }
  .footer__logo {
    display: flex;
    justify-content: center;
    padding: 0 97px 0 28px;
  }
  .footer__logo-image {
    top: 0;
    left: 0;
  }
  .footer__logo-text {
    top: 1px;
    left: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-family: "Marcellus", serif;
  }
  .footer__nav {
    margin: 42px 0 0;
    padding: 0 41px 0 62px;
  }
  .footer__menu {
    row-gap: 4px;
  }
  .footer__menu-break {
    display: list-item;
    flex-basis: 100%;
    height: 0;
    overflow: hidden;
  }
  .footer__menu-item--top, .footer__menu-item--concept, .footer__menu-item--price, .footer__menu-item--news, .footer__menu-item--reserve, .footer__sub-item--privacy, .footer__sub-item--sitemap {
    position: static;
    right: auto;
  }
  .footer__menu-item--top:not(:last-child)::after, .footer__menu-item--concept:not(:last-child)::after, .footer__menu-item--price:not(:last-child)::after, .footer__menu-item--news:not(:last-child)::after, .footer__sub-item--privacy:not(:last-child)::after {
    content: "|";
    font-family: "Marcellus", serif;
    line-height: 1;
    color: #54372d;
    font-weight: 400;
  }
  .footer__menu-item--top:not(:last-child)::after {
    position: relative;
    top: -1px;
    left: 2px;
    margin: 0 8px;
    font-size: 15px;
    font-weight: 400;
  }
  .footer__menu-item--concept:not(:last-child)::after {
    position: relative;
    top: -1px;
    left: 0;
    margin: 0 8px;
    font-size: 15px;
    font-weight: 400;
  }
  .footer__menu-item--price:not(:last-child)::after {
    position: relative;
    top: -1px;
    left: 2px;
    margin: 0 8px;
    font-size: 15px;
    font-weight: 400;
  }
  .footer__menu-item--news:not(:last-child)::after {
    position: relative;
    top: -2px;
    left: 0;
    margin: 0 8px;
    font-size: 17px;
    font-weight: 400;
  }
  .footer__sub-item--privacy:not(:last-child)::after {
    position: relative;
    top: -1px;
    left: 2px;
    margin: 0 8px;
    font-size: 15px;
    font-weight: 400;
  }
  .footer__sub {
    margin-top: 25px;
  }
  .footer__sub-menu {
    justify-content: center;
  }
  .footer__menu-link--top, .footer__menu-link--concept, .footer__menu-link--price, .footer__menu-link--news, .footer__menu-link--reserve, .footer__sub-link--privacy, .footer__sub-link--sitemap {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 4px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .footer__menu-link--top {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 4px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .footer__menu-link--concept {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 2px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .footer__menu-link--price {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 1px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .footer__menu-link--news {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 1px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .footer__menu-link--reserve {
    position: relative;
    top: auto;
    right: 0;
    bottom: 1px;
    left: -1px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .footer__sub-link--privacy {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 2px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .footer__sub-link--sitemap {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 1px;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .footer__copy {
    margin-top: 34px;
    margin-left: -30px;
    margin-right: -30px;
    top: 0;
    left: 2px;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}

.fv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 900px;
  overflow: hidden;
  background-color: #f5f0ed;
}
.fv__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__inner {
  position: relative;
  top: 1px;
  z-index: 1;
  width: 100%;
  padding: 36px;
  text-align: left;
}
.fv__catch {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  letter-spacing: 6.4px;
}
.fv__catch-part {
  display: inline;
}
@media screen and (max-width: 375px) {
  .fv__catch-br {
    display: none;
  }
  .fv__catch-part {
    display: block;
  }
}
.fv__img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.fv__title {
  position: relative;
  top: 11px;
  left: 5px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 9.5px;
  font-family: "Yu Gothic", sans-serif;
  color: #87B16C;
}
.fv__lead {
  margin-top: 16px;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 630px) and (min-width: 421px) {
  .fv__img-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }
  .fv__img img {
    width: 140px;
    height: auto;
  }
  .fv__title {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 4.7px;
    top: 0;
    left: 3px;
  }
}
@media screen and (max-width: 520px) and (min-width: 421px) {
  .fv__img img {
    width: 120px;
    height: auto;
  }
  .fv__title {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 4.7px;
    top: 0;
    left: 3px;
  }
}
@media screen and (max-width: 457px) and (min-width: 421px) {
  .fv__img img {
    width: 110px;
    height: auto;
  }
  .fv__title {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 4.7px;
    top: 0;
    left: 3px;
  }
}
@media screen and (max-width: 420px) {
  .fv {
    height: 808px;
  }
  .fv__catch {
    font-size: 32px;
    position: relative;
    top: 26px;
    right: 52px;
    letter-spacing: 3.2px;
  }
  .fv__inner {
    display: flex;
    align-items: center;
    padding: 64px 36px 0;
  }
  .fv__img-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }
  .fv__img {
    flex-shrink: 0;
    position: relative;
    top: -1px;
    right: -15px;
  }
  .fv__img img {
    width: 72px;
    height: auto;
  }
  .fv__title {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 4.7px;
    top: 0;
    left: 3px;
  }
}

.news {
  position: absolute;
  top: 610px;
  right: 45px;
  z-index: 1;
}
.news__card {
  background-color: #F7B560;
  color: #fff;
  width: 338px;
  height: 111px;
  border-radius: 20px;
  text-align: left;
  padding: 16px 15px;
}
.news__title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.news__date {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.6px;
  position: relative;
  top: 1.9px;
  left: 5.5px;
}
.news__text {
  font-size: 16px;
  font-weight: 700;
  font-family: "Yu Gothic", sans-serif;
  position: relative;
  bottom: 0px;
  left: 2px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 870px) and (min-width: 420px) {
  .news {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 420px) {
  .news {
    top: auto;
    right: auto;
    left: 11px;
    bottom: 20px;
    transform: none;
  }
  .news__card {
    width: 140px;
    max-width: 140px;
    height: 76px;
    padding: 6.3px 0 0 10px;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 9px;
  }
  .news__head {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .news__title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    position: relative;
    top: 3px;
  }
  .news__date {
    font-size: 9px;
    color: #fff;
    letter-spacing: 0.6px;
    position: relative;
    top: 4.5px;
    left: 4.3px;
  }
  .news__text {
    font-size: 11px;
    font-weight: 700;
    font-family: "Yu Gothic", sans-serif;
    letter-spacing: 1.6px;
    position: relative;
    top: 10.3px;
    left: 0;
  }
}

.scrolldown {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.scrolldown__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.scrolldown__text {
  font-size: 12.3px;
  letter-spacing: 1.5px;
  position: absolute;
  bottom: 57px;
  left: -14px;
}
.scrolldown__line {
  display: block;
  margin-top: 16px;
  color: #fff;
  line-height: 0;
  position: relative;
  top: 23px;
  left: 2px;
}
.scrolldown__line svg {
  display: block;
}
@media screen and (max-width: 870px) {
  .scrolldown {
    display: none;
  }
}

.about {
  padding-top: 160px;
  padding-bottom: 40px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 375px) {
  .about {
    padding-top: 20px;
    padding-bottom: 70px;
    position: relative;
    overflow: visible;
  }
}
.about__inner {
  overflow: visible;
}
.about__img {
  display: flex;
  justify-content: center;
  width: 316px;
  height: 54px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 375px) {
  .about__img {
    display: flex;
    justify-content: center;
    width: 231px;
    height: auto;
    position: relative;
    top: 109px;
    left: 68px;
  }
}
.about__img img {
  display: block;
  width: 100%;
  height: auto;
}
.about__text {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
}
.about__text-top {
  font-size: 16px;
  line-height: 2;
}
.about__text-bottom {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 375px) {
  .about__text {
    margin-top: 106px;
    gap: 0;
    text-align: center;
  }
  .about__text-top, .about__text-bottom {
    text-align: center;
    padding-top: 25px;
  }
}
.about__br--sp-only {
  display: none;
}
@media screen and (max-width: 375px) {
  .about__br--sp-only {
    display: inline;
  }
}
.about__text-img {
  position: relative;
  width: 100%;
  max-width: 966px;
  margin: 80px auto 0;
  min-height: 195px;
  overflow: visible;
}
@media screen and (max-width: 375px) {
  .about__text-img {
    position: relative;
    width: 100%;
    max-width: 966px;
    margin: 80px auto 0;
    min-height: 40px;
    overflow: visible;
  }
}
.about__text-img-image01 {
  position: absolute;
  top: -507px;
  left: 2px;
  right: auto;
  width: 200px;
  height: 252px;
}
@media screen and (max-width: 375px) {
  .about__text-img-image01 {
    top: -608px;
    left: 29px;
    display: block;
    width: 63px;
    height: 80px;
    object-fit: cover;
  }
}
.about__text-img-image01 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 375px) {
  .about__text-img-image01 img {
    height: auto;
  }
}
.about__text-img-image02 {
  position: absolute;
  top: -458px;
  right: 3px;
  left: auto;
  width: 181px;
  height: 217px;
}
@media screen and (max-width: 375px) {
  .about__text-img-image02 {
    top: -597px;
    right: 37px;
    width: 57px;
    height: auto;
  }
}
.about__text-img-image02 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__text-img-image03 {
  position: absolute;
  top: -74px;
  left: 112px;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 375px) {
  .about__text-img-image03 {
    position: absolute;
    top: -59px;
    left: 41px;
    width: 85px;
    height: auto;
  }
}
.about__text-img-image03 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__text-img-image04 {
  position: absolute;
  top: -74px;
  right: 26px;
  left: auto;
  width: 236px;
  height: 269px;
}
@media screen and (max-width: 375px) {
  .about__text-img-image04 {
    top: -60px;
    right: 53px;
    left: auto;
    width: 98px;
    height: auto;
  }
}
.about__text-img-image04 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 375px) {
  .about__text-img-image04 img {
    height: auto;
  }
}

.active {
  padding: 80px 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 375px) {
  .active {
    padding: 48px 0;
    position: relative;
    overflow: visible;
  }
}
.active__inner {
  position: relative;
  isolation: isolate;
}
.active__inner::before {
  content: "";
  position: absolute;
  top: -67px;
  bottom: -80px;
  left: calc(50% - 50vw);
  width: calc(100svw - 202px);
  background-color: #fff;
  border-radius: 0 100px 100px 0;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .active__inner::before {
    width: 100%;
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 375px) {
  .active__inner::before {
    top: -65px;
    bottom: auto;
    height: 690px;
    left: calc(50% - 50vw);
    background-color: #fff;
    border-radius: 0;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
    z-index: -1;
  }
}
.active__title {
  font-size: 40px;
  letter-spacing: 4.1px;
  position: relative;
  top: 3px;
  left: 203px;
  font-family: "Yu Gothic", sans-serif;
}
@media screen and (max-width: 375px) {
  .active__title {
    font-size: 28px;
    letter-spacing: 5.1px;
    top: -22px;
    left: 13.9px;
  }
}
.active__line {
  width: 175px;
  position: relative;
  left: 202px;
  bottom: 19px;
}
@media screen and (max-width: 375px) {
  .active__line {
    width: 127px;
    left: 14px;
    bottom: 35px;
  }
}
.active__tabs {
  text-align: left;
  margin: 8px 0 0 3px;
}
@media screen and (max-width: 375px) {
  .active__tabs {
    margin: 0 0 0 11px;
  }
}
.active__tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 19px;
}
@media screen and (max-width: 375px) {
  .active__tab-list {
    flex-wrap: nowrap;
    gap: 7px;
    position: relative;
    bottom: 4px;
    right: 2px;
  }
}
.active__tab {
  border: 1px solid #f7b560;
  border-radius: 20px;
  background-color: #fff;
  color: #f7b560;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s, border-color 0.2s;
}
@media screen and (max-width: 375px) {
  .active__tab {
    border-radius: 10px;
  }
}
.active__tab.is-active {
  border-color: #93c572;
  background-color: #93c572;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.active__tab--farm, .active__tab--ranch, .active__tab--shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 120px;
  width: 190px;
  padding: 22px 8px;
}
@media screen and (max-width: 375px) {
  .active__tab--farm, .active__tab--ranch, .active__tab--shop {
    flex: none;
    min-width: 0;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .active__tab--farm {
    width: 109px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .active__tab--ranch {
    width: 113px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .active__tab--shop {
    width: 110px;
    height: 50px;
    padding: 0;
    overflow: visible;
  }
}
.active__tab-text {
  display: block;
  line-height: 1;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.active__tab-text--farm {
  font-size: 20px;
}
@media screen and (max-width: 375px) {
  .active__tab-text--farm {
    font-size: 15px;
    letter-spacing: 0.9px;
    position: relative;
    bottom: 0;
    left: 1px;
  }
}
.active__tab-text--ranch {
  font-size: 20px;
}
@media screen and (max-width: 375px) {
  .active__tab-text--ranch {
    font-size: 15px;
    letter-spacing: 1.1px;
    position: relative;
    bottom: 0;
    left: 1px;
  }
}
.active__tab-text--shop {
  font-size: 17px;
  letter-spacing: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  .active__tab-text--shop {
    font-size: 13px;
    letter-spacing: 1.2px;
  }
}
.active__panels {
  margin-top: 44px;
  margin-right: 105px;
}
@media screen and (max-width: 375px) {
  .active__panels {
    margin-top: 32px;
    margin-right: 18px;
  }
}
.active__panel {
  display: none;
}
.active__panel.is-active {
  display: block;
}
.active__panel-text {
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  text-align: left;
}
.active__slide {
  margin-top: 65px;
  width: 100svw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  .active__slide {
    margin-top: 35px;
  }
}
.active__slide-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: active-slide-flow 40s linear infinite;
}
.active__slide-track img {
  display: block;
  width: 300px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 375px) {
  .active__slide-track img {
    width: 250px;
    height: 210px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .active__slide-track {
    animation: none;
  }
}

@keyframes active-slide-flow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.faq {
  padding: 30px 0 80px;
  background-color: #f9f8f6;
}
.faq__inner {
  text-align: left;
}
.faq .faq-heading,
.faq .section-heading {
  position: relative;
  min-height: 100px;
  text-align: left;
}
.faq .faq-heading__script,
.faq .section-heading__script {
  position: absolute;
  top: 24%;
  left: 80px;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  line-height: 1;
  color: #ca7f13;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-50%);
  letter-spacing: 2px;
}
.faq .faq-heading__en,
.faq .section-heading__en {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 3.5px;
  color: #ca7f13;
  text-transform: uppercase;
}
.faq .faq-heading__ja,
.faq .section-heading__ja {
  position: relative;
  z-index: 1;
  margin: 4px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #ca7f13;
}
.faq__list {
  margin: 60px 60px 40px;
  padding: 0;
  list-style: none;
}
.faq__item {
  background-color: #e8e2d8;
}
.faq__item--01 {
  margin-top: 0;
  height: auto;
}
.faq__item--01.is-open {
  height: 150px;
}
.faq__item--02 {
  margin-top: 23px;
}
.faq__item--03 {
  margin-top: 18px;
}
.faq__item--04 {
  margin-top: 16px;
}
.faq__item--05 {
  margin-top: 18px;
}
.faq__question {
  display: flex;
  align-items: flex-start;
  gap: 19.2px;
  width: 1080px;
  max-width: 100%;
  height: 100px;
  padding: 38px 32px 20px 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #ca7f13;
  transition: opacity 0.2s;
  box-sizing: border-box;
}
.faq__question::before {
  content: "Q";
  flex-shrink: 0;
  font-family: "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .faq__question:hover {
    opacity: 0.8;
  }
}
.faq__item:not(.is-open) .faq__question {
  height: auto;
  padding: 0;
}
.faq__item.is-open .faq__question {
  height: 75px;
  padding: 0;
}
.faq__item--01 .faq__question::before {
  top: 7px;
  left: 0;
}
.faq__item--01 .faq__answer::before {
  top: 0;
  left: 0;
}
.faq__item--02 .faq__question::before {
  top: 7px;
  left: 0;
}
.faq__item--02 .faq__answer::before {
  top: 0;
  left: 0;
}
.faq__item--03 .faq__question::before {
  top: 6px;
  left: 0;
}
.faq__item--03 .faq__answer::before {
  top: 0;
  left: 0;
}
.faq__item--04 .faq__question::before {
  top: 7px;
  left: 0;
}
.faq__item--04 .faq__answer::before {
  top: 0;
  left: 0;
}
.faq__item--05 .faq__question::before {
  top: 6px;
  left: 0;
}
.faq__item--05 .faq__answer::before {
  top: 0;
  left: 0;
}
.faq__question-text {
  flex: 1;
  min-width: 0;
  padding-top: 0;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #ca7f13;
  position: relative;
  bottom: 0.5px;
  left: 1px;
}
.faq__question-text--01 {
  letter-spacing: 1.7px;
}
.faq__question-text--02 {
  letter-spacing: 1.7px;
}
.faq__question-text--03 {
  letter-spacing: 1.9px;
}
.faq__question-text--04 {
  letter-spacing: 1.7px;
}
.faq__question-text--05 {
  letter-spacing: 1.8px;
}
.faq__item:not(.is-open) .faq__toggle {
  flex-shrink: 0;
  font-size: 13px;
  line-height: 1;
  color: #ca7f13;
  position: relative;
  top: 16px;
}
.faq__item.is-open .faq__toggle {
  flex-shrink: 0;
  padding-top: 21px;
  font-size: 12px;
  line-height: 1;
  color: #ca7f13;
}
.faq__answer {
  display: none;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 0;
  padding: 5px 58px 31px 21px;
  color: #ca7f13;
}
.faq__answer::before {
  content: "A";
  grid-column: 1;
  grid-row: 1;
  font-family: "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: 0;
}
.faq__item.is-open .faq__answer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  padding: 0 21px 12px 16px;
  box-sizing: border-box;
}
.faq__answer-text {
  grid-column: 2;
  min-width: 0;
  margin: 0;
  padding-top: 0;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.82px;
  color: #ca7f13;
  position: relative;
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 1035px) {
  .faq {
    padding: 96px 0 100px;
  }
  .faq .faq-heading__script,
  .faq .section-heading__script {
    font-size: 120px;
  }
  .faq .faq-heading__en,
  .faq .section-heading__en {
    font-size: 56px;
    letter-spacing: 2px;
  }
  .faq__list {
    margin: 78px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 93px 0 120px;
  }
  .faq .faq-heading__script,
  .faq .section-heading__script {
    position: relative;
    top: auto;
    bottom: 22px;
    left: 45px;
    font-size: 72px;
    transform: none;
  }
  .faq .faq-heading__en,
  .faq .section-heading__en {
    position: relative;
    bottom: 72px;
    font-size: 48px;
  }
  .faq .faq-heading__ja,
  .faq .section-heading__ja {
    position: relative;
    margin: 7px 0 0;
    font-size: 12px;
    overflow: revert;
    bottom: 75px;
  }
  .faq__item--01 {
    height: auto;
  }
  .faq__question {
    gap: 11px;
    width: 100%;
    height: auto;
  }
  .faq__item:not(.is-open) .faq__question {
    padding: 12px 12px 17px 16px;
  }
  .faq__item.is-open .faq__question {
    padding: 13px 12px 10px 16px;
  }
  .faq__item.is-open .faq__answer {
    height: auto;
  }
  .faq__question::before, .faq__answer::before {
    font-size: 18px;
  }
  .faq__question::before {
    top: 7px;
    left: 0;
  }
  .faq__answer::before {
    top: 7px;
    left: 0;
  }
  .faq__question-text {
    font-size: 14px;
    padding-top: 4px;
    letter-spacing: 0.7px;
    line-height: 1.5;
  }
  .faq__answer {
    column-gap: 12px;
    padding: 0 16px 15px;
  }
  .faq__answer-text {
    font-size: 14px;
    padding-top: 0;
    line-height: 1.5;
    letter-spacing: 0.7px;
    position: relative;
    top: 0;
    left: -1px;
  }
}
@media screen and (max-width: 375px) {
  .faq {
    padding: 93px 0 118px;
  }
  .faq .faq-heading,
  .faq .section-heading {
    position: relative;
    min-height: auto;
    height: 30px;
    text-align: left;
  }
}

.information {
  padding: 10px 0;
  background-color: #faf8f6;
  font-family: "Yu Gothic", sans-serif;
}
.information__body {
  display: flex;
  align-items: center;
  gap: 72px;
  padding-right: 0;
  overflow: visible;
}
@media screen and (max-width: 1035px) {
  .information__body {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .information__body {
    padding-right: 20px;
  }
}
.information__head {
  flex-shrink: 0;
  width: 35.6%;
  position: relative;
  bottom: 22px;
  left: 5px;
}
@media screen and (max-width: 1035px) {
  .information__head {
    width: 100%;
    max-width: none;
  }
}
.information__title {
  font-size: 37px;
  letter-spacing: 7.4px;
  text-align: left;
  position: relative;
  top: 12px;
  left: 4px;
  color: #333;
}
.information__line {
  width: 172px;
  position: relative;
  bottom: 7px;
  left: 3px;
}
.information__line img {
  display: block;
  width: 100%;
}
.information__lead {
  margin: 32px 0 0 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #555;
  text-align: left;
}
.information__more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  min-width: 160px;
  padding: 16px 32px;
  border: 2px solid #93c572;
  border-radius: 9999px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 21px;
  letter-spacing: 1.5px;
  color: #93c572;
  transition: background-color 0.2s, color 0.2s;
  width: 300px;
  position: relative;
  top: 40px;
  left: -3px;
}
.information__more-link:hover {
  background-color: #93c572;
  color: #fff;
}
.information__panel {
  position: relative;
  isolation: isolate;
  flex: 1 1 auto;
  min-width: min-content;
  padding: 80px 48px 75px 52px;
  margin-right: calc(50% - 50svw);
  padding-right: calc(48px + 50svw - 50%);
  overflow: visible;
}
.information__panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50svw);
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 100px 0 0 100px;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
  z-index: -1;
}
@media screen and (max-width: 1035px) {
  .information__panel {
    margin-right: 0;
    padding: 32px 24px;
    min-width: 0;
  }
  .information__panel::before {
    right: 0;
    border-radius: 40px;
  }
}
.information__list {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: max-content;
  min-width: 100%;
  max-width: none;
}
@media screen and (max-width: 1035px) {
  .information__list {
    width: auto;
    min-width: 0;
  }
}
.information__link {
  display: block;
  width: max-content;
  min-width: 100%;
  max-width: none;
  transition: opacity 0.2s;
}
.information__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1035px) {
  .information__link {
    width: auto;
    min-width: 0;
  }
}
.information__meta {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 17.9px;
}
.information__date {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #555;
}
.information__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  letter-spacing: 2px;
  background-color: #93c572;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: 95px;
}
.information__text {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.9px;
  color: #333;
  text-align: left;
  white-space: nowrap;
  overflow: visible;
}

.access {
  padding: 100px 0 80px;
  background-color: #faf8f6;
}
.access__inner {
  text-align: left;
}
.access__title {
  font-size: 38px;
  font-family: "Yu Gothic", sans-serif;
  text-align: center;
  letter-spacing: 6.6px;
  color: #333;
  position: relative;
  top: 0;
  left: 3px;
}
.access__line {
  width: 172px;
  margin: 0 auto;
  position: relative;
  bottom: 26px;
}
.access__line img {
  display: block;
  width: 100%;
}
.access__card {
  position: relative;
  isolation: isolate;
  margin-top: 25px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.access__card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: max(200px, 26%);
  background-color: #93c572;
  z-index: 0;
  pointer-events: none;
}
.access__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.access__row {
  display: flex;
  align-items: flex-start;
}
.access__label {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 26%;
  min-width: 200px;
  flex-shrink: 0;
  min-height: 60px;
  padding: 20px 32px 20px 54px;
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #333;
}
.access__label--company {
  min-height: 125px;
  padding-top: 75px;
  font-size: 19px;
}
.access__label--address {
  min-height: auto;
  font-size: 19px;
  padding-top: 0;
  padding-bottom: 0;
}
.access__label--tel {
  min-height: auto;
  font-size: 20px;
  padding-top: 19px;
  padding-bottom: 0;
  letter-spacing: -0.6px;
}
.access__label--hours {
  min-height: auto;
  font-size: 20px;
  padding-top: 18px;
  padding-bottom: 0;
  letter-spacing: -0.6px;
}
.access__label--map {
  min-height: 300px;
  padding-top: 36px;
  padding-bottom: 0;
}
.access__value {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
  min-height: 60px;
  padding: 20px 56px 20px 52px;
  background-color: #fff;
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
.access__value--company {
  min-height: 125px;
  padding-top: 75px;
}
.access__value--address {
  min-height: auto;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: -1.2px;
  position: relative;
  top: 2px;
  left: 0;
}
.access__value--tel {
  min-height: auto;
  font-size: 15px;
  padding-top: 22px;
  padding-bottom: 0;
  letter-spacing: -0.6px;
}
.access__value--hours {
  min-height: auto;
  font-size: 15px;
  padding-top: 21px;
  padding-bottom: 48px;
  letter-spacing: -0.6px;
}
.access__hours-note {
  font-family: "Yu Gothic", sans-serif;
  letter-spacing: 0.9px;
  position: relative;
  top: 0;
  left: 2px;
}
.access__tel {
  color: inherit;
  text-decoration: none;
}
.access__tel:hover {
  opacity: 0.7;
}
.access__map-label {
  display: block;
  font-weight: 700;
  font-size: 17px;
  position: relative;
  bottom: 16px;
  left: 0;
}
.access__map-google {
  font-size: 18px;
  position: relative;
  bottom: 1px;
  left: 0px;
  letter-spacing: -0.2px;
}
.access__map-name {
  font-size: 18px;
  position: relative;
  top: 0px;
  left: 2px;
  letter-spacing: 1.7px;
}
.access__map-link {
  display: block;
  margin-top: 10px;
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #333;
  position: relative;
  bottom: 10px;
  right: 1px;
  letter-spacing: 0px;
}
.access__map-link:hover {
  opacity: 0.7;
}
.access__map {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  height: 300px;
  min-height: 300px;
  background-color: #e8e8e8;
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 300px;
  min-height: 300px;
  border: 0;
}
@media screen and (max-width: 1035px) {
  .access {
    padding: 60px 0 80px;
  }
  .access__card {
    border-radius: 40px;
  }
  .access__card::before {
    display: none;
  }
  .access__row {
    flex-direction: column;
  }
  .access__label {
    width: 100%;
    min-width: 0;
    min-height: auto;
    background-color: #93c572;
    padding: 24px 24px 8px;
  }
  .access__label--company {
    padding-top: 24px;
  }
  .access__label--address, .access__label--tel, .access__label--hours {
    padding-left: 24px;
  }
  .access__label--map {
    min-height: auto;
    padding-bottom: 12px;
  }
  .access__value {
    min-height: auto;
    padding: 0 24px 20px;
  }
  .access__value--company {
    padding-top: 0;
  }
  .access__map {
    height: 240px;
    min-height: 240px;
  }
  .access__map iframe {
    height: 240px;
    min-height: 240px;
  }
}

.top-news {
  padding: 200px 0 96px;
  background-color: #faf8f6;
}
.top-news__inner {
  text-align: left;
}
.top-news__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.top-news .top-news-heading,
.top-news .section-heading {
  position: relative;
  min-height: 100px;
  text-align: left;
}
.top-news .top-news-heading__script,
.top-news .section-heading__script {
  position: absolute;
  top: 27%;
  left: 230px;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  line-height: 1;
  color: #ca7f13;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-50%);
}
.top-news .top-news-heading__en,
.top-news .section-heading__en {
  position: relative;
  z-index: 1;
  bottom: 9px;
  left: 60px;
  font-family: "Marcellus", serif;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 3.4px;
  color: #ca7f13;
}
.top-news .top-news-heading__ja,
.top-news .section-heading__ja {
  position: relative;
  z-index: 1;
  bottom: 5px;
  left: 0;
  margin-top: 0;
  padding-left: 60px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #ca7f13;
}
.top-news__more {
  margin: 32px 0 0;
  padding: 0 60px;
  text-align: right;
}
.top-news__more .btn--view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.top-news__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0 60px;
  list-style: none;
}
.top-news__list::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 0;
  right: 59px;
  width: 1px;
  height: 150px;
  background-color: #54372d;
}
.top-news__item {
  position: relative;
}
.top-news__item::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 150px;
  background-color: #54372d;
}
.top-news__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
  padding: 32px 25px 36px 19px;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .top-news__link:hover {
    opacity: 0.7;
  }
}
.top-news__link--01 {
  padding: 32px 25px 36px 19px;
}
.top-news__link--02 {
  padding: 32px 24px 36px 21px;
}
.top-news__link--03 {
  padding: 34px 24px 36px 20px;
}
.top-news__date {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #54372d;
}
.top-news__title {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #54372d;
}
.top-news__category {
  padding-top: 5px;
  font-family: "Marcellus", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #54372d;
}
.top-news__empty {
  padding: 48px 0;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 1035px) {
  .top-news__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 64px 0;
  }
  .top-news__head {
    margin-bottom: 8px;
  }
  .top-news .top-news-heading,
  .top-news .section-heading {
    min-height: auto;
  }
  .top-news .top-news-heading__script,
  .top-news .section-heading__script {
    left: 106px;
    font-size: 72px;
    letter-spacing: 5.6px;
  }
  .top-news .top-news-heading__en,
  .top-news .section-heading__en {
    bottom: 0;
    left: 18px;
    font-size: 48px;
    letter-spacing: 0.08em;
  }
  .top-news .top-news-heading__ja,
  .top-news .section-heading__ja {
    padding-left: 0;
  }
  .top-news__list {
    grid-template-columns: 1fr;
    padding: 24px 0 5px 0;
  }
  .top-news__list::after {
    display: none;
  }
  .top-news__item {
    border-bottom: 1px solid #54372d;
  }
  .top-news__item::before, .top-news__item::after {
    display: none;
  }
  .top-news__item:first-child {
    border-top: 1px solid #54372d;
  }
  .top-news__link {
    gap: 12px;
    padding: 0;
  }
  .top-news__link--01 {
    padding: 26px 0 25px;
  }
  .top-news__link--02 {
    padding: 27px 0 23px;
  }
  .top-news__link--03 {
    padding: 23px 0 23px;
  }
  .top-news__more {
    margin-top: 17px;
    padding: 0 12px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .top-news {
    background-color: #f9f8f6;
  }
  .top-news .top-news-heading__script,
  .top-news .section-heading__script {
    top: 23%;
    left: 90px;
    font-size: 72px;
    letter-spacing: 6.7px;
  }
  .top-news .top-news-heading__en,
  .top-news .section-heading__en {
    bottom: 0;
    left: 8px;
    font-size: 48px;
    letter-spacing: 2.2px;
  }
  .top-news .top-news-heading__ja,
  .top-news .section-heading__ja {
    bottom: -3px;
    left: 8px;
    font-size: 12px;
  }
  .top-news__category {
    text-transform: uppercase;
  }
  .top-news__date {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #54372d;
  }
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  .top-news__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: end;
  }
  .top-news__more {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 12px;
    padding: 0 12px;
    text-align: center;
  }
  .top-news__list {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media screen and (min-width: 769px) {
  .top-news__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: end;
    position: relative;
    bottom: 41px;
  }
  .top-news__more {
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 18px;
    padding: 0 60px;
    text-align: right;
    position: relative;
    bottom: 4px;
  }
  .top-news__list {
    grid-column: 1/-1;
    grid-row: 2;
  }
}

.top-concept {
  padding: 50px 0 193px;
  background-color: #f9f8f6;
  overflow: visible;
}
.top-concept__inner {
  text-align: left;
  overflow: visible;
}
.top-concept__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 865px;
  align-items: center;
  min-height: 680px;
  position: relative;
  overflow: visible;
}
.top-concept__content {
  position: relative;
  top: 46px;
  right: 60px;
  z-index: 2;
  grid-column: 1/-1;
  grid-row: 1;
  justify-self: start;
  align-self: center;
  width: max-content;
  max-width: calc(100% - 120px);
}
.top-concept .top-concept-heading,
.top-concept .section-heading {
  position: relative;
  min-height: 100px;
  text-align: left;
}
.top-concept .top-concept-heading__script,
.top-concept .section-heading__script {
  position: absolute;
  top: 1%;
  left: 150px;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  line-height: 1;
  color: #ca7f13;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-50%);
}
.top-concept .top-concept-heading__en,
.top-concept .section-heading__en {
  position: relative;
  z-index: 1;
  bottom: 25px;
  left: 60px;
  font-family: "Marcellus", serif;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 3.5px;
  color: #ca7f13;
  text-transform: uppercase;
}
.top-concept .top-concept-heading__ja,
.top-concept .section-heading__ja {
  position: relative;
  z-index: 1;
  bottom: 20px;
  left: 0;
  margin-top: 0;
  padding-left: 60px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #ca7f13;
}
.top-concept__lead {
  position: relative;
  bottom: 4px;
  left: 0;
  margin: 0;
  padding-left: 60px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 2.8px;
  color: #ca7f13;
}
.top-concept__lead-part {
  display: inline;
}
.top-concept__media {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  flex: 0 1 970px;
  width: 865px;
  max-width: 100%;
  height: 680px;
  line-height: 0;
}
.top-concept__image {
  display: block;
  width: 865px;
  max-width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: center center;
}
.top-concept__media picture {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.top-concept__detail {
  display: grid;
  grid-template-columns: 540px minmax(0, 1fr);
  align-items: start;
  gap: 60px;
  margin-top: 80px;
}
.top-concept__detail-media {
  line-height: 0;
}
.top-concept__detail-image {
  display: block;
  width: 540px;
  max-width: 100%;
  height: auto;
}
.top-concept__text {
  position: relative;
  bottom: 8px;
  left: 0;
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #54372d;
}
.top-concept__text-body--sp {
  display: none;
}
.top-concept__more {
  margin: 8px 0 0;
  text-align: right;
}
.top-concept__more-link {
  position: relative;
  top: 0;
  right: 18px;
  display: inline-block;
  padding-bottom: 12px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.2px;
  color: #54372d;
  text-decoration: none;
  transition: opacity 0.2s;
}
.top-concept__more-link::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 9px;
  width: 118%;
  height: 1px;
  background-color: #54372d;
}
.top-concept__more-link::after {
  content: "";
  position: absolute;
  right: -17px;
  bottom: 9px;
  width: 7px;
  height: 1px;
  background-color: #54372d;
  transform: rotate(35deg);
  transform-origin: right bottom;
}
@media (hover: hover) and (pointer: fine) {
  .top-concept__more-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1035px) {
  .top-concept {
    padding: 80px 0 100px;
  }
  .top-concept__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: auto;
    gap: 40px;
  }
  .top-concept__content {
    position: static;
    top: 0;
    right: 0;
    grid-column: auto;
    grid-row: auto;
    width: auto;
    max-width: none;
  }
  .top-concept__media {
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 865/680;
  }
  .top-concept__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-concept .top-concept-heading,
  .top-concept .section-heading {
    min-height: auto;
  }
  .top-concept .top-concept-heading__script,
  .top-concept .section-heading__script {
    left: 0;
    font-size: 100px;
  }
  .top-concept .top-concept-heading__en,
  .top-concept .section-heading__en {
    bottom: 0;
    left: 0;
    font-size: 48px;
  }
  .top-concept .top-concept-heading__ja,
  .top-concept .section-heading__ja {
    padding-left: 0;
  }
  .top-concept__lead {
    padding-left: 0;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .top-concept__detail {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 48px;
  }
  .top-concept__detail-image {
    width: 100%;
  }
  .top-concept__text {
    font-size: 14px;
    line-height: 1.9;
  }
  .top-concept__more {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-concept {
    padding: 64px 0 80px;
  }
  .top-concept .top-concept-heading__script,
  .top-concept .section-heading__script {
    font-size: 80px;
  }
  .top-concept .top-concept-heading__en,
  .top-concept .section-heading__en {
    font-size: 36px;
  }
  .top-concept__lead {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 375px) {
  .top-concept {
    padding: 55px 0 93px;
  }
  .top-concept__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px;
    grid-template-areas: "hero hero" "heading heading" "lead media" "text text" "more more";
    column-gap: 12px;
  }
  .top-concept__body {
    display: contents;
  }
  .top-concept__content {
    display: contents;
  }
  .top-concept__detail {
    display: contents;
  }
  .top-concept__detail-content {
    display: contents;
  }
  .top-concept__detail-media {
    display: block;
    grid-area: hero;
    margin-bottom: 80px;
  }
  .top-concept__detail-image {
    width: 100%;
    height: auto;
  }
  .top-concept .top-concept-heading,
  .top-concept .section-heading {
    grid-area: heading;
    min-height: 72px;
    margin-bottom: 40px;
  }
  .top-concept .top-concept-heading__script,
  .top-concept .section-heading__script {
    top: 18%;
    left: 59px;
    font-size: 72px;
    letter-spacing: 4px;
  }
  .top-concept .top-concept-heading__en,
  .top-concept .section-heading__en {
    bottom: 2px;
    left: 0;
    font-size: 48px;
    letter-spacing: 2px;
    z-index: 999;
  }
  .top-concept .top-concept-heading__ja,
  .top-concept .section-heading__ja {
    bottom: -1px;
    left: 0;
    padding-left: 0;
    font-size: 12px;
    letter-spacing: 0.4px;
  }
  .top-concept__lead {
    grid-area: lead;
    position: relative;
    bottom: 6.7px;
    margin-top: 0;
    padding-left: 10px;
    font-size: 18.4px;
    line-height: 1.95;
    letter-spacing: 1.4px;
    align-self: start;
  }
  .top-concept__lead-part {
    display: block;
  }
  .top-concept__media {
    grid-area: media;
    position: relative;
    bottom: 175px;
    left: 0;
    width: 108px;
    height: 246px;
    margin-top: 24px;
    margin-bottom: -175px;
    aspect-ratio: auto;
    align-self: start;
  }
  .top-concept__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .top-concept__text {
    grid-area: text;
    bottom: 0;
    width: calc(100% + 60px);
    margin: 26px -30px 0;
    padding: 0 30px;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1.7px;
  }
  .top-concept__text-body--pc {
    display: none;
  }
  .top-concept__text-body--sp {
    display: block;
  }
  .top-concept__text-line {
    display: block;
  }
  .top-concept__text-line--02, .top-concept__text-line--03 {
    white-space: nowrap;
  }
  .top-concept__more {
    grid-area: more;
    margin: 18px 17px;
  }
  .top-concept__more-link {
    top: -1px;
    right: 0.2px;
    font-size: 16px;
    letter-spacing: 2.3px;
  }
}

.feature {
  padding: 98px 0 60px;
  background-color: #333;
  overflow: hidden;
  color: #CA7F13;
}
.feature__inner {
  text-align: left;
}
.feature__slider {
  display: grid;
  grid-template-columns: 1fr 450px 1fr;
  grid-template-rows: 1fr;
  column-gap: 44px;
  align-items: center;
}
.feature__head {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  grid-row: 1;
  margin-bottom: -36px;
  text-align: center;
}
.feature .feature-heading,
.feature .section-heading {
  position: relative;
  min-height: 100px;
  text-align: center;
}
.feature .feature-heading__script,
.feature .section-heading__script {
  position: absolute;
  top: 33%;
  left: 50%;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  line-height: 1;
  color: #ca7f13;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  letter-spacing: 5.3px;
}
.feature .feature-heading__en,
.feature .section-heading__en {
  position: relative;
  top: 11px;
  left: 2px;
  z-index: 1;
  font-family: "Marcellus", serif;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 3.5px;
  color: #ca7f13;
  text-transform: uppercase;
}
.feature__nav {
  display: flex;
  flex-direction: column;
  gap: 55px;
  grid-column: 1;
  grid-row: 2;
  margin: 0 0 0 120px;
  padding: 0;
  list-style: none;
}
.feature__nav-item {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  color: #ca7f13;
  opacity: 0.45;
  transition: opacity 0.2s;
}
.feature__nav-item.is-active {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .feature__nav-item:hover {
    opacity: 0.8;
  }
  .feature__nav-item.is-active:hover {
    opacity: 1;
  }
}
.feature__nav-item--01 {
  position: relative;
  bottom: 4px;
  right: 21px;
}
.feature__nav-item--02 {
  position: relative;
  bottom: 3px;
  right: 19px;
}
.feature__nav-item--03 {
  position: relative;
  bottom: 8px;
  right: 24.1px;
}
.feature__nav-num {
  position: relative;
  flex-shrink: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.feature__nav-num--01 {
  position: relative;
  top: 1.7px;
  right: 9.8px;
  flex-shrink: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.feature__nav-num--02 {
  position: relative;
  top: -0.3px;
  right: 8.8px;
  flex-shrink: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.feature__nav-num--03 {
  position: relative;
  top: 5.7px;
  right: 6.8px;
  flex-shrink: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.feature__nav-text {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 2.8px;
}
.feature__media {
  position: relative;
  top: 0;
  right: 8px;
  z-index: 1;
  grid-column: 2;
  grid-row: 2;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}
.feature__media picture {
  display: block;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 1s ease-out, transform 1s ease-out, visibility 0s linear 1s;
  pointer-events: none;
}
.feature__media picture.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out, visibility 0s;
  pointer-events: auto;
}
.feature__media picture:not(.is-active) {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  max-width: 100%;
}
.feature__image {
  display: block;
  width: 450px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.feature__detail {
  grid-column: 3;
  grid-row: 2;
  margin: 18px 70px 0 0;
  min-width: 0;
}
.feature__panel {
  display: none;
  width: 100%;
  text-align: center;
}
.feature__panel.is-active {
  display: block;
  position: relative;
  bottom: 36px;
  right: 15px;
  animation: featureFadeUp 1s ease-out;
}
.feature__label {
  position: relative;
  top: 0.5px;
  left: 13px;
  margin: 6px 0 0;
  font-family: "Marcellus", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.4px;
  color: #ca7f13;
}
.feature__label-text--sp {
  display: none;
}
.feature__divider {
  position: relative;
  top: 10px;
  left: 18px;
  display: block;
  width: 24px;
  height: 2px;
  margin: 16px auto;
  background-color: #ca7f13;
}
.feature__title {
  position: relative;
  top: 11.5px;
  left: 6px;
  margin: 0 0 24px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 3.4px;
  color: #ca7f13;
}
.feature__text {
  position: relative;
  top: 30px;
  left: 16px;
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #ca7f13;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .feature {
    padding: 80px 0 96px;
  }
  .feature__slider {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 40px;
  }
  .feature__head {
    margin-bottom: 0;
  }
  .feature .feature-heading,
  .feature .section-heading {
    min-height: auto;
  }
  .feature .feature-heading__script,
  .feature .section-heading__script {
    font-size: 100px;
  }
  .feature .feature-heading__en,
  .feature .section-heading__en {
    font-size: 48px;
  }
  .feature__nav, .feature__media, .feature__detail {
    grid-column: auto;
    grid-row: auto;
  }
  .feature__detail {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .feature__panel.is-active {
    bottom: 0;
    right: 0;
  }
  .feature__label {
    top: 0;
    left: 0;
  }
  .feature__divider {
    top: 10px;
    left: 0;
    margin: 16px auto;
  }
  .feature__title {
    top: 0;
    left: 0;
  }
  .feature__text {
    top: 0;
    left: 0;
    text-align: center;
  }
  .feature__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin: 0;
  }
  .feature__nav-item {
    flex: 1 1 200px;
  }
  .feature__nav-item--01, .feature__nav-item--02, .feature__nav-item--03 {
    bottom: 0;
    right: 0;
  }
  .feature__media, .feature__image {
    width: 100%;
    max-width: 450px;
  }
  .feature__media {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 64px 0 80px;
  }
  .feature .feature-heading__script,
  .feature .section-heading__script {
    font-size: 80px;
  }
  .feature .feature-heading__en,
  .feature .section-heading__en {
    font-size: 36px;
  }
  .feature__nav {
    flex-direction: column;
    gap: 24px;
  }
  .feature__title {
    font-size: 18px;
  }
  .feature__text {
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .feature {
    padding: 0 0 57px;
  }
  .feature__inner {
    padding: 0 30px;
  }
  .feature__slider {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "head" "media" "detail";
    row-gap: 16px;
    column-gap: 0;
  }
  .feature__head {
    grid-area: head;
    margin-bottom: 0;
  }
  .feature .feature-heading,
  .feature .section-heading {
    min-height: 72px;
  }
  .feature .feature-heading__script,
  .feature .section-heading__script {
    top: 95%;
    left: 50%;
    font-size: 72px;
    letter-spacing: 4px;
  }
  .feature .feature-heading__en,
  .feature .section-heading__en {
    top: 66px;
    left: 1px;
    font-size: 48px;
    letter-spacing: 2px;
  }
  .feature__nav {
    display: none;
  }
  .feature__media {
    position: relative;
    top: auto;
    right: auto;
    grid-area: media;
    width: calc(100% + 60px);
    height: 275px;
    max-width: none;
    margin: 0 -30px;
    overflow: hidden;
    line-height: 0;
  }
  .feature__media-track {
    display: flex;
    gap: 12px;
    height: 275px;
    will-change: transform;
  }
  .feature__media picture,
  .feature__media picture.is-active,
  .feature__media picture:not(.is-active) {
    flex: 0 0 315px;
    width: 315px;
    height: 275px;
    max-width: none;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    pointer-events: none;
  }
  .feature__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
  }
  .feature__detail {
    grid-area: detail;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 268px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .feature__panel {
    width: 100%;
    min-height: 268px;
  }
  .feature__panel.is-active {
    display: block;
    position: static;
    inset: auto;
    width: 100%;
    min-height: 268px;
  }
  .feature__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    top: 0;
    left: 0;
    margin: 18px 0 0;
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .feature__label::before, .feature__label::after {
    content: "";
    display: block;
    flex: 1 1 48px;
    max-width: 100px;
    height: 2px;
    background-color: #ca7f13;
    position: relative;
    top: 0;
    left: -2.5px;
  }
  .feature__label-text {
    flex: 0 0 auto;
    white-space: nowrap;
    position: relative;
    top: 0;
    left: 2px;
    letter-spacing: 1.4px;
  }
  .feature__label-text--pc {
    display: none;
  }
  .feature__label-text--sp {
    display: inline;
  }
  .feature__divider {
    display: none;
  }
  .feature__title {
    top: -1px;
    left: 2px;
    width: 100%;
    margin: 18px 0 22px;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 2.8px;
    text-align: center;
  }
  .feature__text {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
    text-align: center;
  }
  .feature__slider:not(.is-ready) .feature__media picture,
  .feature__slider:not(.is-ready) .feature__media picture.is-active,
  .feature__slider:not(.is-ready) .feature__media picture:not(.is-active) {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: relative;
  }
  .feature__slider.is-slide-mode .feature__media picture,
  .feature__slider.is-slide-mode .feature__media picture.is-active,
  .feature__slider.is-slide-mode .feature__media picture:not(.is-active) {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    position: relative;
    top: auto;
    right: auto;
  }
  .feature__slider.is-slide-mode .feature__detail {
    position: relative;
    overflow: hidden;
  }
  .feature__slider.is-slide-mode .feature__panel {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 268px;
    opacity: 1;
    visibility: hidden;
    transform: translateX(100%);
    animation: none;
    transition: transform 1s ease-out, visibility 0s linear 1s;
    pointer-events: none;
  }
  .feature__slider.is-slide-mode .feature__panel.is-active {
    visibility: visible;
    transform: translateX(0);
    transition: transform 1s ease-out, visibility 0s;
    pointer-events: auto;
    z-index: 2;
  }
  .feature__slider.is-slide-mode .feature__panel.is-active.is-from-right {
    transform: translateX(100%);
  }
  .feature__slider.is-slide-mode .feature__panel.is-leaving {
    visibility: visible;
    transform: translateX(-100%);
    z-index: 1;
    transition: transform 1s ease-out, visibility 0s;
  }
  .feature__slider.is-slide-mode .feature__panel:not(.is-active):not(.is-leaving) {
    display: none;
  }
}

@keyframes featureFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .feature__panel.is-active {
    animation: none;
  }
  .feature__media picture {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
[data-feature-slider]:not(.is-ready) .feature__panel.is-active {
  animation: none;
}
[data-feature-slider]:not(.is-ready) .feature__media picture.is-active {
  opacity: 1;
  transform: none;
  transition: none;
}

body.is-motion-disabled .feature__panel.is-active {
  animation: none;
}
body.is-motion-disabled .feature__media picture {
  opacity: 1;
  transform: none;
  transition: none;
}
body.is-motion-disabled .feature__slider.is-slide-mode .feature__media-track {
  transition: none;
}
body.is-motion-disabled .feature__slider.is-slide-mode .feature__media picture,
body.is-motion-disabled .feature__slider.is-slide-mode .feature__panel {
  transform: none;
  transition: none;
}

.top-price {
  padding: 257px 0 140px;
  background-color: #f9f8f6;
}
.top-price__inner {
  text-align: left;
}
.top-price .top-price-heading,
.top-price .section-heading {
  position: relative;
  min-height: 100px;
  text-align: left;
}
.top-price .top-price-heading__script,
.top-price .section-heading__script {
  position: absolute;
  top: 28%;
  left: 106px;
  letter-spacing: 2px;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  line-height: 1;
  color: #ca7f13;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-50%);
}
.top-price .top-price-heading__en,
.top-price .section-heading__en {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 3.5px;
  color: #ca7f13;
  text-transform: uppercase;
}
.top-price .top-price-heading__ja,
.top-price .section-heading__ja {
  position: relative;
  z-index: 1;
  margin: 5px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #ca7f13;
}
.top-price__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 800px;
  max-width: 100%;
  margin: 47px 0 0 auto;
  padding: 0;
  list-style: none;
}
.top-price__item {
  border-right: 1px solid #ca7f13;
  border-bottom: 1px solid #ca7f13;
}
.top-price__item:nth-child(2n) {
  border-right: none;
}
.top-price__item:nth-child(n+5) {
  border-bottom: none;
}
.top-price__item--empty {
  height: 85px;
}
@media screen and (min-width: 376px) {
  .top-price__list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #ca7f13;
    pointer-events: none;
    z-index: 1;
  }
  .top-price__item {
    border-right: none;
    border-left: none;
  }
  .top-price__item:nth-child(2n) {
    border-right: none;
  }
  .top-price__item--03 {
    grid-column: 2;
    grid-row: 2;
  }
  .top-price__item--04 {
    grid-column: 1;
    grid-row: 2;
  }
}
.top-price__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 84px;
  padding: 28px 24px 28px 1px;
  color: #ca7f13;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .top-price__link:hover {
    opacity: 0.7;
  }
}
.top-price__label-wrap {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
}
.top-price__label {
  flex-shrink: 0;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px;
  margin-left: 12px;
  letter-spacing: 1.3px;
}
.top-price__sub {
  position: relative;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.top-price__sub--01 {
  top: 1px;
  right: -3px;
}
.top-price__sub--02 {
  top: 2.8px;
  right: -6px;
  letter-spacing: 0.9px;
}
.top-price__sub--03 {
  top: 2px;
  right: -4px;
}
.top-price__sub--04 {
  top: 3px;
  right: -2px;
  letter-spacing: 1px;
}
.top-price__sub--05 {
  top: 0;
  right: -7px;
  letter-spacing: 0.7px;
}
.top-price__icon {
  flex-shrink: 0;
  display: block;
  font-size: 25px;
  line-height: 1;
  color: #ca7f13;
}
@media screen and (max-width: 1035px) {
  .top-price {
    padding: 96px 0 100px;
  }
  .top-price .top-price-heading__script,
  .top-price .section-heading__script {
    font-size: 120px;
  }
  .top-price .top-price-heading__en,
  .top-price .section-heading__en {
    font-size: 56px;
    letter-spacing: 2px;
  }
  .top-price__list {
    margin-top: 48px;
  }
  .top-price__label {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-price {
    padding: 64px 0 80px;
  }
  .top-price .top-price-heading__script,
  .top-price .section-heading__script {
    font-size: 80px;
  }
  .top-price .top-price-heading__en,
  .top-price .section-heading__en {
    font-size: 40px;
  }
  .top-price__list {
    width: 100%;
    margin-top: 40px;
  }
  .top-price__link {
    min-height: 80px;
    padding: 20px 16px;
  }
  .top-price__label {
    font-size: 28px;
  }
  .top-price__sub {
    font-size: 12px;
  }
  .top-price__item--empty {
    min-height: 80px;
  }
}
@media screen and (max-width: 375px) {
  .top-price {
    padding: 160px 0 64px;
  }
  .top-price__inner {
    text-align: center;
  }
  .top-price .top-price-heading,
  .top-price .section-heading {
    min-height: 72px;
    text-align: center;
  }
  .top-price .top-price-heading__script,
  .top-price .section-heading__script {
    top: 21%;
    left: 68%;
    font-size: 72px;
    letter-spacing: 2px;
    transform: translate(-50%, -50%);
  }
  .top-price .top-price-heading__en,
  .top-price .section-heading__en {
    top: -2px;
    left: -9px;
    font-size: 48px;
    letter-spacing: 2px;
    text-align: center;
  }
  .top-price .top-price-heading__ja,
  .top-price .section-heading__ja {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: center;
    position: relative;
    top: 1px;
    right: 120px;
  }
  .top-price__list {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 40px 0 0;
  }
  .top-price__item {
    border-right: none;
    border-bottom: 1px solid #ca7f13;
  }
  .top-price__item:first-child {
    border-top: 1px solid #ca7f13;
  }
  .top-price__item:nth-child(2n) {
    border-right: none;
  }
  .top-price__item:nth-child(n+5) {
    border-bottom: 1px solid #ca7f13;
  }
  .top-price__item--empty {
    display: none;
  }
  .top-price__link {
    height: auto;
    min-height: 72px;
  }
  .top-price__link--01 {
    padding: 24px 15px 25px 5px;
  }
  .top-price__link--02 {
    padding: 22px 15px 21px 4px;
  }
  .top-price__link--03 {
    padding: 22px 15px 20px 11px;
  }
  .top-price__link--04 {
    padding: 21px 15px 22px 4px;
  }
  .top-price__link--05 {
    padding: 23px 15px 23px 4px;
  }
  .top-price__label-wrap {
    gap: 21px;
  }
  .top-price__label {
    position: relative;
    top: 3px;
    left: 1px;
    margin-left: 0;
    font-size: 36px;
    letter-spacing: 1.2px;
  }
  .top-price__sub {
    top: 0;
    right: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .top-price__sub--01 {
    top: -1px;
    left: -1px;
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  .top-price__sub--02 {
    top: 5px;
    left: -1px;
    font-size: 14px;
    letter-spacing: 0.9px;
  }
  .top-price__sub--03 {
    top: 4px;
    left: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .top-price__sub--04 {
    top: 3px;
    left: -1px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .top-price__sub--05 {
    top: 2px;
    left: -1px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .top-price__icon {
    position: relative;
    font-size: 20px;
    line-height: 1;
  }
  .top-price__icon--01 {
    top: 3px;
    left: 0;
    font-size: 26px;
  }
  .top-price__icon--02 {
    top: -1px;
    left: 0;
    font-size: 28px;
  }
  .top-price__icon--03 {
    top: -1px;
    left: -1px;
    font-size: 26px;
  }
  .top-price__icon--04 {
    top: -2px;
    left: 0;
    font-size: 27px;
  }
  .top-price__icon--05 {
    top: -3px;
    left: 1px;
    font-size: 27px;
  }
}

.page-salons .reserve-banner {
  padding: 0 0 0 16px;
}
@media screen and (max-width: 375px) {
  .page-salons .reserve-banner .reserve-banner__title {
    font-size: 49px;
    position: relative;
    top: -13px;
    left: -6px;
    letter-spacing: 4px;
  }
  .page-salons .reserve-banner .reserve-banner__ja {
    margin-top: 0;
    font-size: 12px;
    top: -6px;
    letter-spacing: 1.2px;
  }
}
.reserve-banner__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ca7f13;
}
@media (hover: hover) and (pointer: fine) {
  .reserve-banner__link:hover {
    opacity: 0.92;
  }
}
.reserve-banner__media {
  display: block;
  width: 100%;
  height: 400px;
}
.reserve-banner__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reserve-banner__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(51, 51, 51, 0.45);
}
.reserve-banner__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.reserve-banner__title {
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 79px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8.6px;
  color: #ca7f13;
  text-transform: uppercase;
  position: relative;
  top: 3px;
  left: -4px;
}
.reserve-banner__ja {
  margin: 12px 0 0;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.7px;
  color: #ca7f13;
  position: relative;
  top: 5px;
  left: -6px;
}
@media screen and (max-width: 1035px) {
  .reserve-banner__media {
    height: 240px;
  }
  .reserve-banner__title {
    font-size: 56px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .reserve-banner__media {
    height: 200px;
  }
  .reserve-banner__title {
    font-size: 40px;
  }
  .reserve-banner__ja {
    margin-top: 8px;
    font-size: 12px;
    position: relative;
    top: -9px;
    left: 2px;
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 375px) {
  .reserve-banner__title {
    font-size: 49px;
    position: relative;
    top: -8px;
    left: 2px;
    letter-spacing: 4px;
  }
}

.salons-sns {
  position: relative;
  padding: 80px 0 73px;
  background-color: #f9f8f6;
}
.salons-sns::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 120px;
  width: 1200px;
  height: 1px;
  background-color: #ca7f13;
}
.salons-sns__inner {
  text-align: center;
}
.salons-sns__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.salons-sns__item {
  position: relative;
  flex: 1;
}
.salons-sns__item--salons::after {
  content: "";
  position: absolute;
  top: 48%;
  right: -1px;
  width: 2px;
  height: 260px;
  background-color: #ca7f13;
  transform: translateY(-50%);
}
.salons-sns__link {
  display: block;
  padding: 8px 24px;
  text-decoration: none;
  color: #ca7f13;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .salons-sns__link:hover {
    opacity: 0.8;
  }
}
.salons-sns__title {
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.salons-sns__title--salons {
  font-size: 80px;
  letter-spacing: 8px;
  top: 5px;
  right: 62px;
}
.salons-sns__title--sns {
  font-size: 71px;
  letter-spacing: 8px;
  top: 3px;
  left: 37px;
}
.salons-sns__ja {
  display: block;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
}
.salons-sns__ja--salons {
  margin: 28px 0;
  font-size: 16px;
  letter-spacing: 1.6px;
  position: relative;
  top: 0;
  right: 66px;
}
.salons-sns__ja--sns {
  margin-top: 29px;
  font-size: 16px;
  letter-spacing: 1.7px;
  position: relative;
  bottom: 2px;
  left: 35px;
}
@media screen and (max-width: 1035px) {
  .salons-sns {
    padding: 64px 0;
  }
  .salons-sns__title--salons, .salons-sns__title--sns {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .salons-sns {
    padding: 48px 0;
  }
  .salons-sns__list {
    flex-direction: column;
    gap: 40px;
  }
  .salons-sns__item--salons::after {
    top: auto;
    bottom: -20px;
    left: 50%;
    width: 120px;
    height: 1px;
    transform: translateX(-50%);
  }
  .salons-sns__title--salons, .salons-sns__title--sns {
    font-size: 32px;
  }
}
@media screen and (max-width: 375px) {
  .salons-sns {
    padding: 63px 16px 68px 16px;
  }
  .salons-sns::after {
    left: 45px;
    right: 15px;
    width: auto;
  }
  .salons-sns__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .salons-sns__item {
    flex: none;
    width: 100%;
  }
  .salons-sns__link {
    padding: 0;
  }
  .salons-sns__item--salons {
    padding-bottom: 73px;
  }
  .salons-sns__item--salons::after {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    transform: none;
  }
  .salons-sns__item--sns {
    padding-top: 61px;
  }
  .salons-sns__title--salons, .salons-sns__title--sns {
    font-size: 48px;
    letter-spacing: 5.1px;
    top: 0;
    left: 2.7px;
    right: 0;
  }
  .salons-sns__ja--salons {
    margin: 7px 0 0;
    font-size: 12px;
    letter-spacing: 1.2px;
    top: 0;
    right: -1px;
  }
  .salons-sns__ja--sns {
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 1.3px;
    bottom: 5px;
    left: 0;
  }
}

.breadcrumb {
  padding: 25px 33px;
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  background-color: #f9f9f9;
  letter-spacing: 4.1px;
}
.breadcrumb--news-detail {
  position: relative;
  top: 124.5px;
  right: 201px;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 4px;
}
.breadcrumb__link, .breadcrumb__text {
  display: block;
  line-height: 1.4;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.breadcrumb__item:not(:last-child) {
  column-gap: 10px;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  top: 1px;
  width: 8px;
  height: 8px;
  border: solid #93c572;
  border-width: 1.5px 1.5px 0 0;
  transform: rotate(45deg);
  transform-origin: center center;
}
.breadcrumb__link {
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb__link:hover {
  color: #93c572;
}
.breadcrumb__text {
  color: #555;
}
.breadcrumb__item--home {
  position: relative;
  top: 0.5px;
  left: 4px;
}
.breadcrumb__item--news-list {
  position: relative;
  top: 0.4px;
  left: 2px;
}
.breadcrumb__text--category {
  position: relative;
  top: 0.6px;
  right: 1px;
}
.breadcrumb__item--current {
  position: relative;
  top: 0px;
  left: 1px;
}
.breadcrumb__text--current {
  color: #333;
  font-weight: 500;
  position: relative;
  top: 0.4px;
  left: 3px;
  letter-spacing: 3.9px;
}
.breadcrumb--contact-page {
  text-align: left;
  margin-bottom: 16px;
}
.breadcrumb--concept-page {
  background-color: #d4cebe;
}
.breadcrumb--concept-page .breadcrumb__list {
  justify-content: flex-start;
}
.breadcrumb--concept-page .breadcrumb__link,
.breadcrumb--concept-page .breadcrumb__text {
  color: #ca7f13;
}
.breadcrumb--concept-page .breadcrumb__item:not(:last-child)::after {
  content: "|";
  display: block;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  font-size: 16px;
  line-height: 1;
  color: #ca7f13;
}
.breadcrumb--concept-page .breadcrumb__text--current {
  color: #ca7f13;
}
.breadcrumb__text--contact {
  color: #333;
  font-weight: 500;
}
.breadcrumb__text--page {
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .breadcrumb {
    padding: 12px 11px;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    background-color: #d4cebe;
    letter-spacing: 1.9px;
  }
  .breadcrumb .breadcrumb__text--current {
    color: #333;
    font-weight: 500;
    position: relative;
    top: 0.7px;
    left: 5.3px;
    letter-spacing: 2.3px;
    font-size: 13px;
  }
  .breadcrumb--concept-page .breadcrumb__link,
  .breadcrumb--concept-page .breadcrumb__text {
    color: #ca7f13;
  }
  .breadcrumb--concept-page .breadcrumb__item:not(:last-child)::after {
    color: #ca7f13;
  }
  .breadcrumb--concept-page .breadcrumb__text--current {
    color: #ca7f13;
  }
  .breadcrumb .breadcrumb__link--home {
    position: relative;
    top: 1px;
    left: 0px;
  }
}

.news-list {
  padding: 80px 0;
  background-color: #faf8f6;
  font-family: "Yu Gothic", sans-serif;
}
.news-list__inner {
  text-align: center;
}
.news-list__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #333;
  position: relative;
  top: 149px;
  right: 348px;
}
.news-list__line {
  width: 260px;
  margin: 0 auto;
  position: relative;
  top: 119px;
  right: 351px;
}
.news-list__line img {
  display: block;
  width: 100%;
}
.news-list__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
  position: relative;
  top: 155px;
  right: 0px;
}
.news-list__filter {
  min-width: 126px;
  padding: 15px 15px 15px;
  border-radius: 9999px;
  background-color: #fff;
  color: #f7b560;
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.news-list__filter.is-active {
  border-color: #93c572;
  background-color: #93c572;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.news-list__panel {
  margin-top: 202px;
  padding: 82px 53px 80px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.news-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.news-list__link {
  display: flex;
  align-items: flex-start;
  gap: 37px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.news-list__link:hover {
  opacity: 0.7;
}
.news-list__thumb {
  flex-shrink: 0;
  width: 230px;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.news-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list__body {
  flex: 1;
  min-width: 0;
}
.news-list__meta {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-bottom: 6px;
}
.news-list__date {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #555555;
}
.news-list__category {
  font-family: "Yu Gothic", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 6.5px 6px 7.5px;
  background-color: #93c572;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.1px;
  color: #fff;
}
.news-list__item-title {
  font-family: "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.9px;
  color: #333;
}
.news-list__excerpt {
  margin-top: 9.5px;
  font-family: "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #555;
}
.news-list__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.news-list__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 12px;
  border: 2px solid #F0F3F5;
  border-radius: 10px;
  background-color: #FAFAFA;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #93C572;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.news-list__page:hover:not(:disabled) {
  border-color: #93c572;
  color: #fff;
}
.news-list__page:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.news-list__page.is-current {
  border-color: #93c572;
  background-color: #93c572;
  color: #fff;
}
.news-list__empty {
  text-align: center;
  color: #666;
}
@media screen and (max-width: 1035px) {
  .news-list {
    padding: 60px 0 80px;
  }
  .news-list__panel {
    padding: 32px 24px;
    border-radius: 40px;
  }
  .news-list__link {
    flex-direction: column;
    gap: 16px;
  }
  .news-list__thumb {
    width: 100%;
    height: 200px;
  }
  .news-list__filter {
    min-width: 120px;
    padding: 12px 20px;
    font-size: 14px;
  }
}

.page-news-archive .header {
  background-color: #f9f8f6;
}

.news-archive-hero {
  text-align: center;
  background-color: #d4cebe;
}
.news-archive-hero__inner {
  padding: 312px 0 140px;
}
.news-archive-hero__heading {
  margin: 0;
}
.news-archive-hero__title {
  font-family: "Marcellus", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8.5px;
  color: #ca7f13;
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 4px;
}
@media screen and (max-width: 1035px) {
  .news-archive-hero__inner {
    padding: 80px 0 60px;
  }
  .news-archive-hero__title {
    font-size: 44px;
    letter-spacing: 4.4px;
  }
}
@media screen and (max-width: 375px) {
  .news-archive-hero__inner {
    padding: 151.5px 0 77px;
  }
  .news-archive-hero__title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.news-archive-fv {
  background-color: #f9f8f6;
}
.news-archive-fv__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.breadcrumb--news-archive {
  background-color: #f9f8f6;
}
.breadcrumb--news-archive .breadcrumb__list {
  justify-content: flex-start;
}
.breadcrumb--news-archive .breadcrumb__link,
.breadcrumb--news-archive .breadcrumb__text {
  color: #ca7f13;
}
.breadcrumb--news-archive .breadcrumb__item:not(:last-child)::after {
  content: "|";
  display: block;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  font-size: 16px;
  line-height: 1;
  color: #ca7f13;
}
.breadcrumb--news-archive .breadcrumb__text--current {
  color: #ca7f13;
}
@media screen and (max-width: 375px) {
  .breadcrumb--news-archive {
    padding: 11px 13px;
  }
  .breadcrumb--news-archive .breadcrumb__list {
    column-gap: 8px;
  }
  .breadcrumb--news-archive .breadcrumb__link,
  .breadcrumb--news-archive .breadcrumb__text {
    font-size: 13px;
    letter-spacing: 2.7px;
  }
  .breadcrumb--news-archive .breadcrumb__item--home {
    position: relative;
    top: 1.1px;
    left: 2px;
  }
  .breadcrumb--news-archive .breadcrumb__item--current {
    position: relative;
    top: 1.8px;
    left: 2.8px;
  }
  .breadcrumb--news-archive .breadcrumb__item:not(:last-child)::after {
    left: 2px;
    font-size: 15px;
  }
}

.news-archive {
  padding: 87px 0 108px 60px;
  background-color: #f9f8f6;
}
.news-archive__inner {
  text-align: left;
}
.news-archive__layout {
  display: flex;
  align-items: flex-start;
  gap: 42px;
}
.news-archive__main {
  flex: 0 0 auto;
  width: 864px;
}
.news-archive__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-archive__item {
  position: relative;
  margin-bottom: 20px;
}
.news-archive__item[hidden] {
  display: none !important;
}
.news-archive__item:last-child {
  margin-bottom: 0;
}
.news-archive__link {
  position: relative;
  display: block;
  width: 864px;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .news-archive__link:hover {
    opacity: 0.8;
  }
}
.news-archive__bar {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 864px;
  height: 72px;
  padding: 26px 200px 25px 24px;
  background-color: #d4cebe;
}
.news-archive__content {
  flex: 1;
  min-width: 0;
}
.news-archive__date {
  flex: 0 0 auto;
  font-family: "Marcellus", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #ca7f13;
}
.news-archive__item-title {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #ca7f13;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-archive__category {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  height: 100%;
  padding: 24px 24px 8px 43px;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: #b0aca3;
  pointer-events: none;
}
.news-archive__category--news {
  color: #b0aca3;
}
.news-archive__category--column {
  color: rgba(84, 55, 45, 0.2);
}
.news-archive__categories, .news-archive__category-label, .news-archive__category-label-text {
  display: none;
}
.news-archive__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-top: 56px;
  position: relative;
  bottom: 16px;
  right: -6px;
}
.news-archive__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding: 0;
  border: none;
  background: none;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  color: #ca7f13;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s, font-weight 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .news-archive__page:hover:not(:disabled):not(.is-current) {
    opacity: 0.7;
  }
}
.news-archive__page:disabled {
  opacity: 0.2;
  cursor: default;
}
.news-archive__page.is-current {
  font-weight: 600;
  opacity: 1;
}
.news-archive__page--num {
  position: relative;
  top: 1px;
}
.news-archive__page--next {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 20px;
  min-width: 12px;
  padding: 0;
  border-bottom: none;
  font-size: 0;
  line-height: 0;
  opacity: 1;
}
.news-archive__page--next::before, .news-archive__page--next::after {
  content: "";
  position: absolute;
  right: 4px;
  width: 2px;
  height: 11px;
  background-color: #ca7f13;
  border-radius: 2px;
}
.news-archive__page--next::before {
  top: -6%;
  transform: rotate(-45deg);
  transform-origin: bottom right;
}
.news-archive__page--next::after {
  top: 50%;
  transform: rotate(45deg);
  transform-origin: top right;
}
.news-archive__side {
  flex: 0 0 auto;
  width: 160px;
  padding: 4px 0 2px 15px;
  border-left: 2px solid #ca7f13;
}
.news-archive__side-title {
  margin: 0 0 20px;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 3.2px;
  color: #ca7f13;
  text-align: left;
}
.news-archive__side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-archive__side-item {
  margin-bottom: 3px;
}
.news-archive__side-item:last-child {
  margin-bottom: 0;
}
.news-archive__side-item--column .news-archive__side-link::before {
  content: "コラム";
}
.news-archive__side-link {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #ca7f13;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .news-archive__side-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .news-archive {
    padding: 40px 0 60px;
  }
  .news-archive__layout {
    flex-direction: column;
    gap: 40px;
  }
  .news-archive__main {
    width: 100%;
  }
  .news-archive__item {
    margin-bottom: 16px;
  }
  .news-archive__link {
    width: 100%;
  }
  .news-archive__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 20px 16px 24px;
  }
  .news-archive__item-title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.7;
  }
  .news-archive__category {
    top: auto;
    bottom: 12px;
    right: 16px;
    height: auto;
    padding: 0;
    font-size: 24px;
  }
  .news-archive__pagination {
    margin-top: 32px;
    right: 0;
    bottom: 0;
  }
  .news-archive__side {
    order: 0;
    width: 100%;
    padding: 0;
    border-left: none;
  }
  .news-archive__side-list {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    justify-content: start;
    column-gap: 80px;
    row-gap: 10px;
  }
  .news-archive__side-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .news-archive {
    padding: 71px 0 77px;
  }
  .news-archive__inner.container {
    padding: 0;
  }
  .news-archive__layout {
    gap: 32px;
    padding: 0 15px 0 16px;
  }
  .news-archive__item {
    margin-bottom: 11.5px;
  }
  .news-archive__item.is-page-last {
    margin-bottom: 0;
  }
  .news-archive__link {
    width: 100%;
  }
  .news-archive__bar {
    box-sizing: border-box;
    height: 89px;
    padding: 15px 7px 4px 12px;
  }
  .news-archive__date {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .news-archive__item-title {
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 13px;
    letter-spacing: 2.5px;
    line-height: 1.6;
    position: relative;
    bottom: 2px;
    left: 1px;
    padding: 0 18px 0 0;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .news-archive__category {
    font-size: 20px;
    bottom: -3px;
    right: 6px;
    line-height: 1;
  }
  .news-archive__page {
    min-width: 22px;
    font-size: 13px;
  }
  .news-archive__page--num {
    padding: 0 8px;
  }
  .news-archive__page--next {
    opacity: 1;
  }
  .news-archive__page--next::before, .news-archive__page--next::after {
    right: 6px;
    width: 1px;
    height: 7px;
  }
  .news-archive__page--next::before {
    top: 12%;
  }
  .news-archive__page--next::after {
    top: 47%;
  }
  .news-archive__pagination {
    margin-top: 17px;
    right: 0;
    bottom: 0;
    gap: 0;
  }
  .news-archive__side-title {
    font-size: 23px;
    letter-spacing: 3px;
    position: relative;
    top: 2px;
    left: 0;
    margin: 0 0 12px;
  }
  .news-archive__side-list {
    column-gap: 90px;
    row-gap: 3px;
  }
  .news-archive__side-link {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #ca7f13;
    text-decoration: none;
    transition: opacity 0.2s;
  }
}

.page-news-single .header {
  background-color: #f9f8f6;
}

.breadcrumb--news-single {
  background-color: #f9f8f6;
}
.breadcrumb--news-single .breadcrumb__list {
  display: block;
  line-height: 1.9;
}
@media screen and (min-width: 376px) {
  .breadcrumb--news-single .breadcrumb__list {
    white-space: nowrap;
  }
}
.breadcrumb--news-single .breadcrumb__item {
  display: inline;
}
.breadcrumb--news-single .breadcrumb__link,
.breadcrumb--news-single .breadcrumb__text {
  display: inline;
  color: #ca7f13;
}
.breadcrumb--news-single .breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2px;
  margin: 0 8px 0 12px;
  border: none;
  transform: none;
  background-color: #ca7f13;
  vertical-align: baseline;
}
.breadcrumb--news-single .breadcrumb__item--home {
  position: relative;
  top: 0;
  left: 4px;
}
.breadcrumb--news-single .breadcrumb__item--news-list {
  position: relative;
  top: -0.4px;
  left: 13.3px;
  letter-spacing: 4.4px;
}
.breadcrumb--news-single .breadcrumb__item--current {
  position: relative;
  top: 0;
  left: 0;
  color: #ca7f13;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
}
.breadcrumb--news-single .breadcrumb__text--current {
  display: inline;
  color: #ca7f13;
}
@media screen and (max-width: 375px) {
  .breadcrumb--news-single {
    padding: 11px 14px 11px 16px;
    font-size: 13px;
  }
  .breadcrumb--news-single .breadcrumb__list {
    line-height: 1.9;
    white-space: normal;
  }
  .breadcrumb--news-single .breadcrumb__link--home,
  .breadcrumb--news-single .breadcrumb__link--news-list {
    position: relative;
    bottom: 1px;
    left: -1.3px;
    font-size: 12px;
    letter-spacing: 3.6px;
  }
  .breadcrumb--news-single .breadcrumb__item--home {
    top: -1px;
    left: 1px;
  }
  .breadcrumb--news-single .breadcrumb__link--home {
    position: relative;
    top: 0.5px;
    left: 1px;
  }
  .breadcrumb--news-single .breadcrumb__item--news-list {
    top: 0;
    left: 4px;
    letter-spacing: 2.7px;
  }
  .breadcrumb--news-single .breadcrumb__item--current {
    position: relative;
    top: 0;
    left: 0px;
    font-size: 12px;
    letter-spacing: 3.6px;
    white-space: normal;
    word-break: break-word;
  }
  .breadcrumb--news-single .breadcrumb__text--current {
    display: inline;
    position: relative;
    top: 0;
    left: 5px;
  }
  .breadcrumb--news-single .breadcrumb__item:not(:last-child)::after {
    top: 2px;
    right: 3px;
    height: 15px;
    margin: 0 6px 0 8px;
  }
}

.news-single {
  padding: 60px 0 184px 60px;
  background-color: #f9f8f6;
}
.news-single__inner {
  text-align: left;
}
.news-single__layout {
  display: flex;
  align-items: flex-start;
  gap: 144px;
  padding: 0 87px;
}
.news-single__main {
  flex: 0 0 auto;
  width: 691px;
}
.news-single__header {
  margin: 0;
}
.news-single__title {
  margin: 25px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3.6px;
  color: #ca7f13;
}
.news-single__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ca7f13;
}
.news-single__category {
  display: none;
}
.news-single__date {
  flex: 0 0 auto;
  font-family: "Marcellus", serif;
  letter-spacing: 1.6px;
}
.news-single__figure {
  margin: 41px 0 0;
}
.news-single__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.news-single__body {
  margin-top: 26px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.3;
  letter-spacing: 3.7px;
  color: #333;
}
.news-single__text {
  margin: 0;
}
.news-single__text + .news-single__text {
  margin-top: 32px;
}
.news-single__text--01 {
  margin-top: 0;
}
.news-single__text--under-01 {
  margin-top: 4.7px;
  letter-spacing: 3.7px;
  line-height: 2.29;
}
.news-single__text--under-02 {
  margin-top: 4.7px;
  letter-spacing: 3.7px;
  line-height: 2.29;
}
.news-single__heading {
  margin: 26px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ca7f13;
}
.news-single__heading--01 {
  margin: 26px 0 0;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ca7f13;
}
.news-single__heading--02 {
  margin: 24px 0 0;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ca7f13;
}
@media screen and (max-width: 375px) {
  .news-single__heading--02 {
    font-size: 14px;
    letter-spacing: 3.7px;
  }
}
.news-single__back {
  margin-top: -4px;
  text-align: center;
}
.news-single__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  padding: 12px 40px;
  border-radius: 9999px;
  background-color: #949e33;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__back-link:hover {
    opacity: 0.85;
  }
}
.news-single__back-text--sp {
  display: none;
}
.news-single__side {
  flex: 0 0 auto;
  width: 157px;
  padding: 0 0 2px 7px;
  border-left: 2px solid #ca7f13;
  position: relative;
  top: 25px;
  left: 1px;
  height: 126.5px;
}
.news-single__side-title {
  margin: 0 0 11.5px;
  font-family: "Marcellus", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2.4px;
  color: #ca7f13;
  text-align: left;
}
.news-single__side-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-single__side-item {
  margin-bottom: 3px;
}
.news-single__side-item:last-child {
  margin-bottom: 0;
}
.news-single__side-item--column .news-single__side-link::before {
  content: "コラム";
}
.news-single__side-link {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 2.1px;
  color: #ca7f13;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .news-single__side-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .news-single {
    padding: 40px 0 60px;
  }
  .news-single__layout {
    flex-direction: column;
    gap: 40px;
  }
  .news-single__main {
    width: 100%;
  }
  .news-single__title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .news-single__meta {
    margin-top: 12px;
    font-size: 14px;
  }
  .news-single__figure {
    margin-top: 24px;
  }
  .news-single__body {
    margin-top: 24px;
    font-size: 15px;
  }
  .news-single__heading {
    margin-top: 32px;
    font-size: 20px;
  }
  .news-single__back {
    margin-top: 40px;
  }
  .news-single__side {
    width: 100%;
    padding: 0;
    border-left: none;
  }
  .news-single__side-list {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    justify-content: start;
    column-gap: 80px;
    row-gap: 10px;
  }
  .news-single__side-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .news-single {
    padding: 63px 0 47px;
  }
  .news-single__inner.container {
    padding: 0;
  }
  .news-single__layout {
    flex-direction: column;
    gap: 32px;
    padding: 0 15px 0 16px;
  }
  .news-single__main {
    width: 100%;
  }
  .news-single__title {
    margin: 1px 2px 0;
    font-size: 16px;
    letter-spacing: 3.9px;
    line-height: 1.7;
  }
  .news-single__meta {
    gap: 8px;
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .news-single__date {
    flex: 0 0 auto;
    font-family: "Marcellus", serif;
    letter-spacing: 1.1px;
  }
  .news-single__figure {
    margin: 17px 0 0;
  }
  .news-single__body {
    margin-top: 34px;
    font-size: 13px;
    line-height: 2.16;
    letter-spacing: 2.5px;
  }
  .news-single__body > p:nth-of-type(4),
  .news-single__body .news-single__text--04,
  .news-single__body .news-single__text--under-02,
  .news-single__body .wp-block-paragraph:nth-of-type(4) {
    font-size: 14px;
    letter-spacing: 3.8px;
    line-height: 2;
  }
  .news-single__body .news-single__text-tail {
    font-size: 13px;
    letter-spacing: 4.8px;
  }
  .news-single__text + .news-single__text {
    margin-top: 0;
  }
  .news-single__text--under-01 {
    margin-top: 7px;
    line-height: 2.13;
    letter-spacing: 2.5px;
  }
  .news-single__text--under-02 {
    margin-top: 7px;
    line-height: 2;
  }
  .news-single__heading {
    margin: 20px 0 0;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .news-single__heading--01 {
    margin: 18px 0 0;
    letter-spacing: 2.6px;
  }
  .news-single__heading--02 {
    margin: 19px 0 0;
    letter-spacing: 2.6px;
  }
  .news-single__back {
    margin-top: 20px;
    position: relative;
    bottom: 34px;
  }
  .news-single__back-link {
    width: 160px;
    min-width: 160px;
    padding: 13px 34px 11px;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 16px;
    letter-spacing: 1.3px;
  }
  .news-single__back-text--pc {
    display: none;
  }
  .news-single__back-text--sp {
    display: inline;
  }
  .news-single__side {
    width: 100%;
    padding: 0;
    border-left: none;
    position: relative;
    top: -32px;
    left: 0;
    height: auto;
  }
  .news-single__side-title {
    font-size: 23px;
    letter-spacing: 3px;
    position: relative;
    top: 2px;
    left: 0;
    margin: 0 0 12px;
  }
  .news-single__side-list {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    justify-content: start;
    column-gap: 90px;
    row-gap: 1px;
  }
  .news-single__side-item {
    margin-bottom: 0;
  }
  .news-single__side-link {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.page-404 {
  padding: 120px 0;
  text-align: center;
}
.page-404__title {
  font-size: 64px;
  font-weight: 700;
  color: #8b2942;
}
.page-404__text {
  margin-top: 16px;
  color: #666;
}
.page-404__btn {
  margin-top: 32px;
}

.page-price .header {
  background-color: #f9f8f6;
}
@media screen and (max-width: 375px) {
  .page-price .salons-sns {
    padding: 60px 16px 68px 16px;
  }
}

[data-price-menu] [data-price-panel]:not(.is-active),
[data-price-menu] .price-page__panel:not(.is-active),
[data-price-menu] #body:not(.is-active),
[data-price-menu] #v-line:not(.is-active),
[data-price-menu] #set:not(.is-active),
[data-price-menu] #custom:not(.is-active),
.price-page [data-price-panel]:not(.is-active),
.price-page .price-page__panel:not(.is-active),
.price-page #body:not(.is-active),
.price-page #v-line:not(.is-active),
.price-page #set:not(.is-active),
.price-page #custom:not(.is-active),
body.page-price [data-price-panel]:not(.is-active),
body.page-price .price-page__panel:not(.is-active),
body.page-price #body:not(.is-active),
body.page-price #v-line:not(.is-active),
body.page-price #set:not(.is-active),
body.page-price #custom:not(.is-active) {
  display: none;
}
[data-price-menu].is-all-active [data-price-panel],
[data-price-menu].is-all-active .price-page__panel,
[data-price-menu].is-all-active #body,
[data-price-menu].is-all-active #v-line,
[data-price-menu].is-all-active #set,
[data-price-menu].is-all-active #custom,
.price-page.is-all-active [data-price-panel],
.price-page.is-all-active .price-page__panel,
.price-page.is-all-active #body,
.price-page.is-all-active #v-line,
.price-page.is-all-active #set,
.price-page.is-all-active #custom,
body.page-price.is-all-active [data-price-panel],
body.page-price.is-all-active .price-page__panel,
body.page-price.is-all-active #body,
body.page-price.is-all-active #v-line,
body.page-price.is-all-active #set,
body.page-price.is-all-active #custom {
  display: block;
}

.price-page-hero {
  text-align: center;
  background-color: #d4cebe;
}
.price-page-hero__inner {
  padding: 171px 0 95px;
}
.price-page-hero__heading,
.price-page-hero .section-heading {
  position: relative;
  display: inline-block;
  min-height: 100px;
  text-align: center;
  padding: 93px 0;
}
.price-page-hero__title,
.price-page-hero .section-heading__en {
  position: relative;
  top: 49px;
  left: 5px;
  z-index: 1;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8px;
  color: #ca7f13;
  text-transform: uppercase;
}
@media screen and (max-width: 1035px) {
  .price-page-hero__title,
  .price-page-hero .section-heading__en {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 768px) {
  .price-page-hero__title,
  .price-page-hero .section-heading__en {
    font-size: 32px;
    letter-spacing: 3.2px;
    top: 51px;
    left: 2px;
  }
}
@media screen and (max-width: 375px) {
  .price-page-hero__inner {
    padding: 20px 0 41px;
  }
}

.price-page-fv {
  background-color: #f9f8f6;
}
.price-page-fv__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.breadcrumb--price-page {
  background-color: #f9f8f6;
}
.breadcrumb--price-page .breadcrumb__list {
  justify-content: flex-start;
}
.breadcrumb--price-page .breadcrumb__link,
.breadcrumb--price-page .breadcrumb__text {
  color: #ca7f13;
}
.breadcrumb--price-page .breadcrumb__item:not(:last-child)::after {
  content: "|";
  display: block;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  font-size: 16px;
  line-height: 1;
  color: #ca7f13;
}
.breadcrumb--price-page .breadcrumb__text--current {
  color: #ca7f13;
}

.price-page__intro {
  padding: 48px 0 75px;
  background-color: #f9f8f6;
}
.price-page__intro-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 555px;
  align-items: start;
  gap: 40px 50px;
}
.price-page__lead-text {
  position: relative;
  bottom: 6.1px;
  margin: 0 0 32px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #ca7f13;
  text-align: justify;
}
.price-page__lead-br {
  display: none;
}
.price-page__lead-gap {
  display: none;
}
.price-page__courses {
  margin: 0;
}
.price-page__course:not(:last-child) {
  margin-bottom: 20px;
}
.price-page__course-name {
  margin: 0 0 4px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #ca7f13;
}
.price-page__course-desc {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.4px;
  color: #54372d;
}
.price-page__nav-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-page__nav-item {
  border-right: 1px solid #ca7f13;
  border-bottom: 1px solid #ca7f13;
}
.price-page__nav-item:nth-child(2n) {
  border-right: none;
}
.price-page__nav-item:nth-child(n+5) {
  border-bottom: none;
}
.price-page__nav-item:not(.price-page__nav-item--empty) {
  display: flex;
  flex-direction: column;
}
.price-page__nav-item--empty {
  height: 52px;
  min-height: 52px;
  align-self: start;
}
.price-page__nav-item--01 {
  height: 52px;
  align-self: start;
}
.price-page__nav-item--02 {
  height: 52px;
  align-self: start;
}
.price-page__nav-item--03 {
  height: 59px;
  align-self: start;
}
.price-page__nav-item--04 {
  height: 59px;
  align-self: start;
}
.price-page__nav-item--05 {
  height: 52px;
  align-self: start;
}
.price-page__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 84px;
  padding: 28px 24px 28px 13px;
  color: #ca7f13;
  text-decoration: none;
  transition: opacity 0.2s;
  flex: 1;
}
@media (hover: hover) and (pointer: fine) {
  .price-page__nav-link:hover {
    opacity: 0.7;
  }
}
.price-page__nav-link.is-active {
  background-color: rgba(202, 127, 19, 0.08);
}
.price-page__nav-link--01 {
  height: 100%;
  min-height: 0;
  padding: 20px 15px 28px 9px;
}
.price-page__nav-link--02 {
  height: 100%;
  min-height: 0;
  padding: 23px 16px 29px 10px;
}
.price-page__nav-link--03 {
  height: 100%;
  min-height: 0;
  padding: 30px 15px 28px 7px;
}
.price-page__nav-link--04 {
  height: 100%;
  min-height: 0;
  padding: 16px 15px 14px 8px;
}
.price-page__nav-link--05 {
  height: 100%;
  min-height: 0;
  padding: 29px 15px 23px 8px;
}
.price-page__nav-label-wrap {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
}
.price-page__nav-label {
  flex-shrink: 0;
  font-family: "Marcellus", serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.3px;
}
.price-page__nav-sub {
  position: relative;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 1.4;
}
.price-page__nav-sub--01 {
  top: 1px;
  right: -5px;
  letter-spacing: 0.3px;
}
.price-page__nav-sub--02 {
  top: 0.8px;
  right: -6px;
  letter-spacing: 0.4px;
}
.price-page__nav-sub--03 {
  top: 0;
  right: -7px;
  letter-spacing: 0.3px;
}
.price-page__nav-sub--04 {
  top: 1px;
  right: -5px;
  letter-spacing: 0.7px;
}
.price-page__nav-sub--05 {
  top: 0;
  right: -9px;
  letter-spacing: 0.4px;
}
.price-page__nav-icon {
  position: relative;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1;
  color: #ca7f13;
}
.price-page__content {
  padding: 0 318px;
  background-color: #e5e0d5;
}
.price-page__panel--custom {
  background-color: #e5e0d5;
}
.price-page__panel-inner--01 {
  padding: 69px 0 57px;
}
.price-page__panel-inner--02 {
  padding: 69px 0 57px;
}
.price-page__panel-inner--03 {
  padding: 69px 0 57px;
}
.price-page__panel-title {
  font-family: "Marcellus", serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1;
  color: #ca7f13;
  text-align: center;
  text-transform: capitalize;
}
.price-page__panel-title--01 {
  position: relative;
  top: 0;
  left: 6px;
  margin: 0 0 49px;
  letter-spacing: 2.9px;
}
.price-page__panel-title--02 {
  position: relative;
  top: 0;
  left: 6px;
  margin: 0 0 60px;
  letter-spacing: -0.7px;
}
.price-page__panel-title--03 {
  position: relative;
  top: 0;
  left: 6px;
  margin: 0 0 49px;
  letter-spacing: 2.9px;
}
.price-page__panel-title--04 {
  position: relative;
  top: 0;
  left: 6px;
  margin: 0 0 49px;
  letter-spacing: 2.9px;
}
.price-page__group:not(:last-child) {
  margin-bottom: 77.9px;
}
.price-page__group-title {
  position: relative;
  top: 0;
  left: 2px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 5.2px;
  color: #ca7f13;
}
.price-page__group-title--01 {
  position: relative;
  top: 0;
  left: 2px;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 5.2px;
  color: #ca7f13;
}
.price-page__group-title--02 {
  position: relative;
  top: 0;
  left: 8px;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 5.2px;
  color: #ca7f13;
  letter-spacing: 5.2px;
}
.price-page__group-title--03 {
  position: relative;
  top: 0;
  left: 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 5.2px;
  color: #ca7f13;
}
.price-page__group-desc {
  margin: 28px 0 50px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 1.7px;
  color: #ca7f13;
}
.price-page__group-desc--01 {
  margin: 29px 0 50px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 2.7px;
  color: #ca7f13;
}
.price-page__group-desc--02 {
  margin: 28px 0 50px;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 2.12px;
  color: #ca7f13;
  position: relative;
  right: 3px;
}
.price-page__group-desc--03 {
  margin: 28px 0 50px;
  font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 2.2px;
  color: #ca7f13;
}
.price-page__group-desc-br--01-a, .price-page__group-desc-br--01-b, .price-page__group-desc-br--02-a, .price-page__group-desc-br--02-b {
  display: none;
}
.price-page__custom-inner {
  position: relative;
  top: 5px;
  right: -3px;
  display: grid;
  grid-template-columns: 480px minmax(555px, 1fr);
  align-items: center;
  gap: 54px;
  padding: 74px 0 85px;
  margin: 5px 0 0;
}
.price-page__custom-media {
  position: relative;
  left: 3px;
}
.price-page__custom-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.price-page__custom-content {
  width: 100%;
  min-width: 555px;
}
.price-page__custom-content .price-page__panel-title {
  position: relative;
  top: 6px;
  left: -9px;
  margin: 10px 0 14px 16px;
  font-size: 48px;
  letter-spacing: 5px;
  text-align: left;
}
.price-page__custom-text {
  margin: 58px 0 0 8px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #ca7f13;
  text-align: left;
}
.price-page__custom-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1035px) {
  .price-page__intro-inner {
    grid-template-columns: 1fr;
  }
  .price-page__nav-list {
    max-width: 800px;
    margin: 0 auto;
  }
  .price-page__panel-title {
    font-size: 48px;
  }
  .price-page__custom-inner {
    grid-template-columns: 1fr;
    padding: 64px 0;
  }
  .price-page__custom-content .price-page__panel-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .price-page__intro {
    padding: 32px 0 40px;
  }
  .price-page__lead-text {
    font-size: 14px;
  }
  .price-page__nav-item--01 {
    height: auto;
    align-self: start;
  }
  .price-page__nav-item--02 {
    height: auto;
    align-self: start;
  }
  .price-page__nav-item--03 {
    height: auto;
    align-self: start;
  }
  .price-page__nav-item--04 {
    height: auto;
    align-self: start;
  }
  .price-page__nav-item--05 {
    height: auto;
    align-self: start;
  }
  .price-page__nav-label {
    font-size: 32px;
  }
  .price-page__nav-link {
    min-height: 72px;
  }
  .price-page__nav-link--01 {
    height: auto;
    min-height: 72px;
    padding: 20px 16px;
  }
  .price-page__nav-link--02 {
    height: auto;
    min-height: 72px;
    padding: 20px 16px;
  }
  .price-page__nav-link--03 {
    height: auto;
    min-height: 72px;
    padding: 20px 16px;
  }
  .price-page__nav-link--04 {
    height: auto;
    min-height: 72px;
    padding: 20px 16px;
  }
  .price-page__nav-link--05 {
    height: auto;
    min-height: 72px;
    padding: 20px 16px;
  }
  .price-page__panel-inner--01 {
    padding: 48px 0 64px;
  }
  .price-page__panel-inner--02 {
    padding: 48px 0 64px;
  }
  .price-page__panel-inner--03 {
    padding: 48px 0 64px;
  }
  .price-page__panel-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 375px) {
  .price-page__intro {
    padding: 63px 30px 68px;
  }
  .price-page__intro-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .price-page__nav {
    order: 1;
    width: 100%;
  }
  .price-page__lead {
    order: 2;
    padding: 33.7px 0 0;
  }
  .price-page__lead-text {
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.4px;
    color: #ca7f13;
    text-align: left;
  }
  .price-page__lead-br {
    display: inline;
  }
  .price-page__lead-gap {
    display: block;
    margin-top: 29px;
    margin-bottom: 0;
  }
  .price-page__nav-list {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    border-top: none;
  }
  .price-page__nav-item {
    display: block;
    width: 100%;
    height: 37px;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ca7f13;
  }
  .price-page__nav-item:first-child {
    border-top: none;
  }
  .price-page__nav-item:nth-child(n+5) {
    border-bottom: 1px solid #ca7f13;
  }
  .price-page__nav-item--empty {
    display: none;
  }
  .price-page__nav-item--01, .price-page__nav-item--02, .price-page__nav-item--03, .price-page__nav-item--04, .price-page__nav-item--05 {
    height: 37px;
    align-self: stretch;
  }
  .price-page__nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 37px;
    min-height: 37px;
    padding: 0 16px;
    border: none;
  }
  .price-page__nav-link--01, .price-page__nav-link--02, .price-page__nav-link--03, .price-page__nav-link--04, .price-page__nav-link--05 {
    height: 37px;
    min-height: 37px;
    padding: 0 16px;
    border: none;
  }
  .price-page__nav-label-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  .price-page__nav-label--01 {
    position: relative;
    top: -1px;
    left: auto;
    font-size: 20px;
    letter-spacing: 0.7px;
  }
  .price-page__nav-label--02 {
    position: relative;
    top: -2px;
    left: auto;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
  .price-page__nav-label--03 {
    position: relative;
    top: -2px;
    left: auto;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .price-page__nav-label--04 {
    position: relative;
    top: auto;
    left: auto;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
  .price-page__nav-label--05 {
    position: relative;
    top: -0.6px;
    left: auto;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .price-page__nav-sub {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .price-page__nav-sub--01 {
    position: relative;
    top: -0.7px;
    left: auto;
    font-size: 12px;
    letter-spacing: 0.4px;
  }
  .price-page__nav-sub--02 {
    position: relative;
    top: -1px;
    left: auto;
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .price-page__nav-sub--03 {
    position: relative;
    top: -0.4px;
    left: auto;
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  .price-page__nav-sub--04 {
    position: relative;
    top: 1px;
    left: auto;
    font-size: 12px;
    letter-spacing: 0.9px;
  }
  .price-page__nav-sub--05 {
    position: relative;
    top: -0.7px;
    left: auto;
    font-size: 12px;
    letter-spacing: 0.7px;
  }
  .price-page__nav-icon {
    position: static;
    top: auto;
    left: auto;
    font-size: 18px;
  }
  .price-page__nav-icon--01, .price-page__nav-icon--02, .price-page__nav-icon--03, .price-page__nav-icon--04, .price-page__nav-icon--05 {
    position: static;
    top: auto;
    left: auto;
    font-size: 13px;
  }
  .price-page__content {
    padding: 0;
  }
  .price-page__panel-inner--01 {
    padding: 68px 17px 10px;
  }
  .price-page__panel-inner--02 {
    padding: 68px 17px 54px;
  }
  .price-page__panel-inner--03 {
    padding: 25px 17px 3px;
  }
  .price-page__panel-title--01 {
    position: relative;
    top: auto;
    left: 7px;
    margin: 0px 0 66px;
    letter-spacing: 3.8px;
    font-size: 84px;
  }
  .price-page__panel-title--02 {
    position: relative;
    top: auto;
    left: 7px;
    margin: 0px 0 59px;
    letter-spacing: 0.1px;
    font-size: 84px;
  }
  .price-page__panel-title--03 {
    position: relative;
    top: auto;
    left: 4px;
    margin: 0px 0 58px;
    letter-spacing: 2.8px;
    font-size: 84px;
  }
  .price-page__panel-title--04 {
    position: relative;
    top: auto;
    left: 7px;
    margin: 0px 0 66px;
    letter-spacing: 3.8px;
    font-size: 84px;
  }
  .price-page__group:not(:last-child) {
    margin-bottom: 57px;
  }
  .price-page__group--01, .price-page__group--02, .price-page__group--03 {
    margin-bottom: 12px;
  }
  .price-page__group-title {
    position: static;
    top: auto;
    left: auto;
    margin: 0 0 16px;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
  }
  .price-page__group-title--01, .price-page__group-title--02, .price-page__group-title--03 {
    position: relative;
    top: auto;
    left: 2px;
    margin: 0px 0 23px;
    letter-spacing: 1.7px;
    font-size: 18px;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  }
  .price-page__group-desc {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 1.2px;
    text-align: center;
  }
  .price-page__group-desc--01, .price-page__group-desc--02, .price-page__group-desc--03 {
    position: relative;
    top: 0;
    right: 0px;
    margin: 0px 0 24px;
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 1.4px;
    text-align: left;
  }
  .price-page__group-desc-br--01-a, .price-page__group-desc-br--01-b, .price-page__group-desc-br--02-a, .price-page__group-desc-br--02-b {
    display: inline;
  }
  .price-page__group-desc-br--pc, .price-page__group-desc-br--02-pc {
    display: none;
  }
  .price-page__custom-inner {
    position: static;
    top: auto;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 67px;
    padding: 80px 20px 76px;
    margin: 0;
    background-color: #f9f8f6;
  }
  .price-page__custom-media {
    position: static;
    left: auto;
    width: 240px;
    max-width: 100%;
    margin: 0 auto;
  }
  .price-page__custom-image {
    width: 100%;
  }
  .price-page__custom-content {
    width: 100%;
    min-width: 0;
  }
  .price-page__custom-content .price-page__panel-title {
    position: static;
    top: auto;
    left: auto;
    margin: 0 11px 11px;
    font-size: 48px;
    letter-spacing: 4.6px;
    text-align: left;
  }
  .price-page__custom-text {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
    padding: 0 10px;
  }
}

.price-table {
  width: fit-content;
}
.price-table__head-cell {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #ca7f13;
  text-align: center;
}
.price-table__head-cell--empty {
  padding: 0;
}
.price-table__sp-head, .price-table__course {
  display: none;
}
.price-table__row {
  display: grid;
  grid-template-columns: 204px repeat(3, 204px);
  align-items: center;
  gap: 0;
  padding: 16px 0 21px;
  border-bottom: 1px solid rgba(202, 127, 19, 0.35);
}
.price-table__area {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #54372d;
}
.price-table__prices {
  display: contents;
}
.price-table__price {
  margin: 0;
  text-align: center;
  color: #ca7f13;
}
.price-table__amount {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
}
.price-table__unit {
  margin-left: 23px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.4px;
}
.price-table__note {
  margin: 11px 16px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.4px;
  color: #ca7f13;
  text-align: right;
}
.price-table__note-br {
  display: none;
}
.price-table--01 .price-table__head--01 {
  display: grid;
  grid-template-columns: repeat(4, 204px);
  margin-bottom: 6px;
  padding: 7px 0 19px;
  border-bottom: 1px solid #ca7f13;
}
.price-table--01 .price-table__head-cell--01 {
  position: relative;
  top: 0;
  left: -35px;
  letter-spacing: 0.6px;
}
.price-table--01 .price-table__head-cell--02 {
  position: relative;
  top: 0;
  right: 21px;
  letter-spacing: 0.8px;
}
.price-table--01 .price-table__head-cell--03 {
  position: relative;
  top: 0;
  right: 5px;
  letter-spacing: 0.6px;
}
.price-table--01 .price-table__row--01 {
  padding: 16px 0 21px;
}
.price-table--01 .price-table__area--01 {
  position: relative;
  top: -2px;
  left: -36px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #ca7f13;
}
.price-table--01 .price-table__price--01 {
  position: relative;
  top: 0;
  left: -47px;
  letter-spacing: 0.4px;
}
.price-table--01 .price-table__price--02 {
  position: relative;
  top: 0;
  right: 29px;
  letter-spacing: 0.8px;
}
.price-table--01 .price-table__price--03 {
  position: relative;
  top: 0;
  right: 10px;
  letter-spacing: 0.6px;
}
.price-table--01 .price-table__amount {
  font-size: 23px;
}
.price-table--01 .price-table__amount--01 {
  position: relative;
  top: 0;
  left: -34px;
  letter-spacing: 1.2px;
}
.price-table--01 .price-table__amount--02 {
  position: relative;
  top: 0;
  left: 13px;
  letter-spacing: 1.5px;
}
.price-table--01 .price-table__amount--03 {
  position: relative;
  top: -1px;
  left: 12px;
  font-size: 25px;
  letter-spacing: 0;
}
.price-table--01 .price-table__unit--01 {
  position: relative;
  top: 0px;
  left: -47px;
}
.price-table--01 .price-table__unit--02 {
  position: relative;
  top: -1px;
  left: -3px;
}
.price-table--01 .price-table__unit--03 {
  position: relative;
  top: -1px;
  left: -1px;
}
.price-table--02 .price-table__head--02 {
  display: grid;
  grid-template-columns: repeat(4, 204px);
  margin-bottom: 6px;
  padding: 7px 0 19px;
  border-bottom: 1px solid #ca7f13;
}
.price-table--02 .price-table__head-cell--01 {
  position: relative;
  top: 0;
  left: -35px;
  letter-spacing: 0.6px;
}
.price-table--02 .price-table__head-cell--02 {
  position: relative;
  top: 0;
  right: 21px;
  letter-spacing: 0.8px;
}
.price-table--02 .price-table__head-cell--03 {
  position: relative;
  top: 0;
  right: 5px;
  letter-spacing: 0.6px;
}
.price-table--02 .price-table__row--01 {
  padding: 16px 0 21px;
}
.price-table--02 .price-table__area--01 {
  position: relative;
  top: -2px;
  left: -36px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #ca7f13;
}
.price-table--02 .price-table__price--01 {
  position: relative;
  top: 0;
  left: -53px;
  letter-spacing: 0.4px;
}
.price-table--02 .price-table__price--02 {
  position: relative;
  top: 0;
  right: 29px;
  letter-spacing: 0.8px;
}
.price-table--02 .price-table__price--03 {
  position: relative;
  top: 0;
  right: 10px;
  letter-spacing: 0.6px;
}
.price-table--02 .price-table__amount--01 {
  position: relative;
  top: 0;
  left: 17px;
}
.price-table--02 .price-table__amount--02 {
  position: relative;
  top: 0;
  left: 19px;
}
.price-table--02 .price-table__amount--03 {
  position: relative;
  left: 16px;
  font-size: 23px;
  letter-spacing: 1px;
}
.price-table--02 .price-table__unit--01 {
  position: relative;
  top: -1px;
  left: 6px;
}
.price-table--02 .price-table__unit--02 {
  position: relative;
  top: -1px;
  left: 6px;
}
.price-table--02 .price-table__unit--03 {
  position: relative;
  top: -1px;
  left: 6px;
}
.price-table--03 .price-table__head--03 {
  display: grid;
  grid-template-columns: repeat(4, 204px);
  margin-bottom: 6px;
  padding: 7px 0 19px;
  border-bottom: 1px solid #ca7f13;
}
.price-table--03 .price-table__head-cell--01 {
  position: relative;
  top: 0;
  left: -35px;
  letter-spacing: 0.6px;
}
.price-table--03 .price-table__head-cell--02 {
  position: relative;
  top: 0;
  right: 21px;
  letter-spacing: 0.8px;
}
.price-table--03 .price-table__head-cell--03 {
  position: relative;
  top: 0;
  right: 5px;
  letter-spacing: 0.6px;
}
.price-table--03 .price-table__row--01 {
  padding: 16px 0 21px;
}
.price-table--03 .price-table__area--01 {
  position: relative;
  top: -2px;
  left: -36px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #ca7f13;
}
.price-table--03 .price-table__price--01 {
  position: relative;
  top: -2px;
  left: -46px;
  letter-spacing: 0.4px;
}
.price-table--03 .price-table__price--02 {
  position: relative;
  top: 0;
  right: 20px;
  letter-spacing: 0.8px;
}
.price-table--03 .price-table__price--03 {
  position: relative;
  top: 0;
  right: -9px;
  letter-spacing: 0.6px;
}
.price-table--03 .price-table__amount--01 {
  position: relative;
  top: 0;
  left: 12px;
}
.price-table--03 .price-table__amount--02 {
  position: relative;
  top: -1px;
  left: 14px;
}
.price-table--03 .price-table__amount--03 {
  position: relative;
  top: -1px;
  left: 12px;
  font-size: 23px;
  letter-spacing: 1px;
}
.price-table--03 .price-table__unit--01 {
  position: relative;
  top: -1px;
  left: 0;
}
.price-table--03 .price-table__unit--02 {
  position: relative;
  top: -1px;
  left: 0;
}
.price-table--03 .price-table__unit--03 {
  position: relative;
  top: -1px;
  left: 0;
}
.price-table--04 .price-table__head--04 {
  display: grid;
  grid-template-columns: repeat(4, 204px);
  margin-bottom: 6px;
  padding: 7px 0 19px;
  border-bottom: 1px solid #ca7f13;
}
.price-table--04 .price-table__head-cell--01 {
  position: relative;
  top: 0;
  left: -35px;
  letter-spacing: 0.6px;
}
.price-table--04 .price-table__head-cell--02 {
  position: relative;
  top: 0;
  right: 21px;
  letter-spacing: 0.8px;
}
.price-table--04 .price-table__head-cell--03 {
  position: relative;
  top: 0;
  right: 5px;
  letter-spacing: 0.6px;
}
.price-table--04 .price-table__row--01 {
  padding: 16px 0 21px;
}
.price-table--04 .price-table__row--01 .price-table__area--01 {
  position: relative;
  top: -1px;
  left: -40px;
  letter-spacing: 0.7px;
  color: #ca7f13;
}
.price-table--04 .price-table__row--01 .price-table__price--01 {
  position: relative;
  top: 0;
  left: -35px;
  letter-spacing: 0.4px;
}
.price-table--04 .price-table__row--01 .price-table__price--02 {
  position: relative;
  top: 0;
  right: 17px;
  letter-spacing: 0.8px;
}
.price-table--04 .price-table__row--01 .price-table__price--03 {
  position: relative;
  top: 0;
  right: -1px;
  letter-spacing: 0.6px;
}
.price-table--04 .price-table__row--01 .price-table__amount--01 {
  position: relative;
  top: 0;
  left: 13px;
  letter-spacing: 1.2px;
}
.price-table--04 .price-table__row--01 .price-table__amount--02 {
  position: relative;
  top: 0;
  left: 13px;
  letter-spacing: 1.5px;
}
.price-table--04 .price-table__row--01 .price-table__amount--03 {
  position: relative;
  top: -1px;
  left: 12px;
  font-size: 25px;
  letter-spacing: 0;
}
.price-table--04 .price-table__row--01 .price-table__unit--01 {
  position: relative;
  top: 0px;
  left: -2px;
}
.price-table--04 .price-table__row--01 .price-table__unit--02 {
  position: relative;
  top: -1px;
  left: -3px;
}
.price-table--04 .price-table__row--01 .price-table__unit--03 {
  position: relative;
  top: -1px;
  left: -1px;
}
.price-table--04 .price-table__row--02 {
  padding: 16px 0 26px;
}
.price-table--04 .price-table__row--02 .price-table__area--02 {
  position: relative;
  top: 5px;
  left: -38px;
  letter-spacing: 0.7px;
  color: #ca7f13;
}
.price-table--04 .price-table__row--02 .price-table__price--01 {
  position: relative;
  top: 5px;
  left: -39px;
  letter-spacing: -0.9px;
}
.price-table--04 .price-table__row--02 .price-table__price--02 {
  position: relative;
  top: 5px;
  right: 20px;
  letter-spacing: 0.8px;
}
.price-table--04 .price-table__row--02 .price-table__price--03 {
  position: relative;
  top: 6px;
  right: 2px;
  letter-spacing: 0.6px;
}
.price-table--04 .price-table__row--02 .price-table__amount--01 {
  position: relative;
  top: 0;
  left: 13px;
}
.price-table--04 .price-table__row--02 .price-table__amount--02 {
  position: relative;
  top: 0;
  left: 13px;
}
.price-table--04 .price-table__row--02 .price-table__amount--03 {
  position: relative;
  left: 12px;
  font-size: 23px;
  letter-spacing: 1px;
}
.price-table--04 .price-table__row--02 .price-table__unit--01 {
  position: relative;
  top: 0;
  left: 1px;
}
.price-table--04 .price-table__row--02 .price-table__unit--02 {
  position: relative;
  top: -1px;
  left: 0;
}
.price-table--04 .price-table__row--02 .price-table__unit--03 {
  position: relative;
  top: -1px;
  left: 0;
}
.price-table--04 .price-table__row--03 {
  padding: 23px 0 19px;
}
.price-table--04 .price-table__row--03 .price-table__area--03 {
  position: relative;
  top: -2px;
  left: -39px;
  letter-spacing: 0.7px;
  color: #ca7f13;
}
.price-table--04 .price-table__row--03 .price-table__price--01 {
  position: relative;
  top: 0;
  left: -37px;
  letter-spacing: 0.4px;
}
.price-table--04 .price-table__row--03 .price-table__price--02 {
  position: relative;
  top: 0;
  right: 20px;
  letter-spacing: 0.8px;
}
.price-table--04 .price-table__row--03 .price-table__price--03 {
  position: relative;
  top: 0;
  right: -1px;
  letter-spacing: 0.6px;
}
.price-table--04 .price-table__row--03 .price-table__amount--01 {
  position: relative;
  top: 0;
  left: 11px;
}
.price-table--04 .price-table__row--03 .price-table__amount--02 {
  position: relative;
  top: 0;
  left: 13px;
}
.price-table--04 .price-table__row--03 .price-table__amount--03 {
  position: relative;
  left: 8px;
  font-size: 23px;
  letter-spacing: 1px;
}
.price-table--04 .price-table__row--03 .price-table__unit--01 {
  position: relative;
  top: -1px;
  left: 0;
}
.price-table--04 .price-table__row--03 .price-table__unit--02 {
  position: relative;
  top: -1px;
  left: 0;
}
.price-table--04 .price-table__row--03 .price-table__unit--03 {
  position: relative;
  top: 0;
  left: -3px;
}
.price-table--05 .price-table__head--05 {
  display: grid;
  grid-template-columns: 204px repeat(3, 204px);
  align-items: center;
  margin-bottom: 0;
  padding: 18px 0 18px;
  border-bottom: 1px solid #ca7f13;
}
.price-table--05 .price-table__head-cell {
  margin: 0;
  text-align: center;
  letter-spacing: 0.6px;
}
.price-table--05 .price-table__head-cell--empty {
  padding: 0;
}
.price-table--05 .price-table__head-cell--01 {
  position: relative;
  top: 0;
  left: -35px;
  letter-spacing: 0.6px;
}
.price-table--05 .price-table__head-cell--02 {
  position: relative;
  top: 0;
  right: 21px;
  letter-spacing: 0.8px;
}
.price-table--05 .price-table__head-cell--03 {
  position: relative;
  top: 0;
  right: 5px;
  letter-spacing: 0.6px;
}
.price-table--05 .price-table__row--01 {
  padding: 23px 0 20px;
}
.price-table--05 .price-table__row--01 .price-table__area--01 {
  position: relative;
  bottom: 1px;
  left: 34px;
  color: #ca7f13;
  letter-spacing: 0.7px;
  text-align: left;
}
.price-table--05 .price-table__row--01 .price-table__price--01 {
  text-align: center;
  position: relative;
  left: -29px;
  top: 0;
}
.price-table--05 .price-table__row--01 .price-table__price--02 {
  text-align: center;
  position: relative;
  left: -11px;
  top: 0;
}
.price-table--05 .price-table__row--01 .price-table__price--03 {
  text-align: center;
  position: relative;
  left: 6px;
  top: 0;
}
.price-table--05 .price-table__row--01 .price-table__amount--01,
.price-table--05 .price-table__row--01 .price-table__amount--02,
.price-table--05 .price-table__row--01 .price-table__amount--03 {
  font-size: 24px;
  letter-spacing: 0.8px;
}
.price-table--05 .price-table__row--01 .price-table__unit--01,
.price-table--05 .price-table__row--01 .price-table__unit--02,
.price-table--05 .price-table__row--01 .price-table__unit--03 {
  margin-left: 8px;
  font-size: 18px;
}
.price-table--05 .price-table__row--02 {
  padding: 22px 0 20px;
}
.price-table--05 .price-table__row--02 .price-table__area--02 {
  position: relative;
  bottom: 0;
  left: 36px;
  color: #ca7f13;
  letter-spacing: 0.7px;
  text-align: left;
}
.price-table--05 .price-table__row--02 .price-table__price--01 {
  position: relative;
  top: 0;
  left: -30px;
  text-align: center;
}
.price-table--05 .price-table__row--02 .price-table__price--02 {
  position: relative;
  top: 0;
  left: -13px;
  text-align: center;
}
.price-table--05 .price-table__row--02 .price-table__price--03 {
  position: relative;
  top: 0;
  left: 5px;
  text-align: center;
}
.price-table--05 .price-table__row--02 .price-table__amount--01 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  right: 3px;
  top: 0;
}
.price-table--05 .price-table__row--02 .price-table__amount--02 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  right: 2px;
  top: 0;
}
.price-table--05 .price-table__row--02 .price-table__amount--03 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  right: 3px;
  top: 0;
}
.price-table--05 .price-table__row--02 .price-table__unit--01,
.price-table--05 .price-table__row--02 .price-table__unit--02,
.price-table--05 .price-table__row--02 .price-table__unit--03 {
  margin-left: 8px;
  font-size: 18px;
}
.price-table--05 .price-table__row--03 {
  padding: 23px 0 20px;
}
.price-table--05 .price-table__row--03 .price-table__area--03 {
  position: relative;
  bottom: 1px;
  left: 36px;
  color: #ca7f13;
  letter-spacing: 0.7px;
  text-align: left;
}
.price-table--05 .price-table__row--03 .price-table__price--01 {
  position: relative;
  left: -30px;
  text-align: center;
}
.price-table--05 .price-table__row--03 .price-table__price--02 {
  text-align: center;
  position: relative;
  left: -13px;
  top: 0;
}
.price-table--05 .price-table__row--03 .price-table__price--03 {
  position: relative;
  top: 0;
  left: 5px;
  text-align: center;
}
.price-table--05 .price-table__row--03 .price-table__amount--01 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  top: 0;
  right: 3px;
}
.price-table--05 .price-table__row--03 .price-table__amount--02 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  top: 0;
  right: 2px;
}
.price-table--05 .price-table__row--03 .price-table__amount--03 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  top: 0;
  right: 3px;
}
.price-table--05 .price-table__row--03 .price-table__unit--01,
.price-table--05 .price-table__row--03 .price-table__unit--02,
.price-table--05 .price-table__row--03 .price-table__unit--03 {
  margin-left: 8px;
  font-size: 18px;
}
.price-table--05 .price-table__row--04 {
  padding: 19px 0 20px;
}
.price-table--05 .price-table__row--04 .price-table__area--04 {
  color: #ca7f13;
  letter-spacing: 0.7px;
  text-align: left;
  position: relative;
  left: 26px;
  bottom: 1px;
}
.price-table--05 .price-table__row--04 .price-table__price--01 {
  position: relative;
  top: 0;
  left: -31px;
  letter-spacing: 0.6px;
  text-align: center;
}
.price-table--05 .price-table__row--04 .price-table__price--02 {
  position: relative;
  top: 0;
  left: -14px;
  letter-spacing: 0.6px;
  text-align: center;
}
.price-table--05 .price-table__row--04 .price-table__price--03 {
  position: relative;
  top: 0;
  left: 4px;
  letter-spacing: 0.6px;
  text-align: center;
}
.price-table--05 .price-table__row--04 .price-table__amount--01 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  top: 0;
  right: 4px;
}
.price-table--05 .price-table__row--04 .price-table__amount--02 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  top: 0;
  right: 2px;
}
.price-table--05 .price-table__row--04 .price-table__amount--03 {
  font-size: 24px;
  letter-spacing: 0.8px;
  position: relative;
  top: 0;
  right: 3px;
}
.price-table--05 .price-table__row--04 .price-table__unit--01,
.price-table--05 .price-table__row--04 .price-table__unit--02,
.price-table--05 .price-table__row--04 .price-table__unit--03 {
  margin-left: 8px;
  font-size: 18px;
}
.price-table--05 .price-table__note {
  margin: 10.6px 17px 0;
  text-align: right;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  .price-table__head {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .price-table__head-cell {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .price-table__head-cell--empty {
    display: none;
  }
  .price-table__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .price-table__prices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
}
@media screen and (max-width: 375px) {
  .price-table {
    width: 100%;
  }
  .price-table__head,
  .price-table [class*=price-table__head--] {
    display: none !important;
  }
  .price-table__sp-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
    border-bottom: 1px solid #ca7f13;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ca7f13;
  }
  .price-table__sp-head-label {
    display: block;
    position: relative;
    top: 0;
    left: 6px;
  }
  .price-table__sp-head-value {
    display: block;
    position: relative;
    top: 0;
    left: 6px;
  }
  .price-table__course {
    display: block;
    margin: 0 auto 0 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 2.5px;
    color: #ca7f13;
    text-align: left;
  }
  .price-table__course--01 {
    letter-spacing: 2.5px;
    position: relative;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .price-table__course--02 {
    letter-spacing: 2.5px;
    position: relative;
    top: -2px;
    right: 0;
    bottom: 0px;
    left: 0;
  }
  .price-table__course--03 {
    letter-spacing: 2.3px;
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .price-table__row {
    display: block;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    border-bottom: none;
  }
  .price-table__row:last-of-type {
    margin-bottom: 0;
  }
  .price-table__area {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.2px;
    color: #ca7f13;
    text-align: center;
  }
  .price-table__prices {
    display: block;
    width: 100%;
  }
  .price-table__price {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 0;
    padding: 25px 20px 26px 0px;
    border-bottom: 1px solid rgba(202, 127, 19, 0.35);
    text-align: left;
    letter-spacing: 0.9px;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .price-table__price--01 {
    padding: 17px 17px 28px 1px;
  }
  .price-table__price--02 {
    padding: 25px 20px 26px 0px;
  }
  .price-table__price--03 {
    padding: 25px 20px 26px 0px;
  }
  .price-table__amount {
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #ca7f13;
  }
  .price-table__amount--01 {
    position: relative;
    top: 3px;
    right: 0;
    bottom: 0;
    left: -1px;
    margin: 2px 0 0 2px;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .price-table__amount--02 {
    position: relative;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 5px;
    margin: 2px 2px 0;
    font-size: 18px;
  }
  .price-table__amount--03 {
    position: relative;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 2px;
    margin: 2px 2px 0;
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  .price-table__unit {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ca7f13;
  }
  .price-table__unit--01 {
    position: relative;
    top: 4px;
    right: 0;
    bottom: 0;
    left: -6px;
    margin-left: 6px;
  }
  .price-table__unit--02 {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 6px;
  }
  .price-table__unit--03 {
    position: relative;
    top: 1px;
    right: 0;
    bottom: 0;
    left: -2px;
    margin-left: 6px;
  }
  .price-table__note {
    margin: 12px 4px 0;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: left;
  }
  .price-table__note-br {
    display: inline;
  }
  .price-table--01 .price-table__row--01 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--02 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--03 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--04 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--05 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--06 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--07 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--08 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--09 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__row--10 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--01 .price-table__sp-head-row--01 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--01 .price-table__sp-head-label-row--01 {
    left: 6px;
  }
  .price-table--01 .price-table__sp-head-value-row--01 {
    left: 6px;
  }
  .price-table--01 .price-table__price--03.price-table__price-row--01 {
    padding: 25px 20px 26px 0px;
  }
  .price-table--01 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: -6px;
  }
  .price-table--01 .price-table__unit--02 {
    position: relative;
    top: 1px;
    left: 0;
  }
  .price-table--01 .price-table__unit--03 {
    position: relative;
    top: 2px;
    left: -2px;
  }
  .price-table--02 .price-table__row--01 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--02 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--03 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--04 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--05 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--06 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--07 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--08 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--09 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__row--10 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--02 .price-table__sp-head-row--01 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--02 .price-table__sp-head-label-row--01 {
    left: 6px;
  }
  .price-table--02 .price-table__sp-head-value-row--01 {
    left: 6px;
  }
  .price-table--02 .price-table__price--03.price-table__price-row--01 {
    padding: 25px 20px 26px 0px;
  }
  .price-table--03 .price-table__row--01 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--02 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--03 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--04 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--05 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--06 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--07 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--08 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--09 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__row--10 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--03 .price-table__sp-head-row--01 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--03 .price-table__sp-head-label-row--01 {
    left: 6px;
  }
  .price-table--03 .price-table__sp-head-value-row--01 {
    left: 6px;
  }
  .price-table--03 .price-table__price--03.price-table__price-row--01 {
    padding: 25px 20px 26px 0px;
  }
  .price-table--04 .price-table__row--04 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--05 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--06 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--07 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--08 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--09 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--10 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__sp-head-row--01 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--04 .price-table__sp-head-label-row--01 {
    left: 6px;
  }
  .price-table--04 .price-table__sp-head-value-row--01 {
    left: 6px;
  }
  .price-table--04 .price-table__sp-head-row--02 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--04 .price-table__sp-head-label-row--02 {
    left: 6px;
  }
  .price-table--04 .price-table__sp-head-value-row--02 {
    left: 6px;
  }
  .price-table--04 .price-table__sp-head-row--03 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--04 .price-table__sp-head-label-row--03 {
    left: 6px;
  }
  .price-table--04 .price-table__sp-head-value-row--03 {
    left: 6px;
  }
  .price-table--04 .price-table__row--01 {
    display: block;
    width: 100%;
    margin: 0px 0 59px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--01 .price-table__amount--01 {
    position: relative;
    top: 3px;
    left: -7px;
  }
  .price-table--04 .price-table__row--01 .price-table__unit--01 {
    position: relative;
    top: 3px;
    left: -6px;
  }
  .price-table--04 .price-table__row--01 .price-table__amount--02 {
    position: relative;
    top: 0;
    left: -1px;
  }
  .price-table--04 .price-table__row--01 .price-table__unit--02 {
    position: relative;
    top: 1px;
    left: 0;
  }
  .price-table--04 .price-table__row--01 .price-table__amount--03 {
    position: relative;
    left: -3px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .price-table--04 .price-table__row--01 .price-table__unit--03 {
    position: relative;
    top: 2px;
    left: -2px;
  }
  .price-table--04 .price-table__row--02 {
    display: block;
    width: 100%;
    margin: 0px 0 58px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--02 .price-table__amount--01 {
    position: relative;
    top: 4px;
    left: 0px;
  }
  .price-table--04 .price-table__row--02 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: 0px;
  }
  .price-table--04 .price-table__row--02 .price-table__amount--02 {
    position: relative;
    top: 2px;
    left: 5px;
  }
  .price-table--04 .price-table__row--02 .price-table__unit--02 {
    position: relative;
    top: 2px;
    left: 5px;
  }
  .price-table--04 .price-table__row--02 .price-table__amount--03 {
    position: relative;
    left: -2px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .price-table--04 .price-table__row--02 .price-table__unit--03 {
    position: relative;
    top: 2px;
    left: -2px;
  }
  .price-table--04 .price-table__row--03 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--04 .price-table__row--03 .price-table__amount--01 {
    position: relative;
    top: 3px;
    left: -1px;
  }
  .price-table--04 .price-table__row--03 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: 0;
  }
  .price-table--04 .price-table__row--03 .price-table__amount--02 {
    position: relative;
    top: 1px;
    left: 5px;
  }
  .price-table--04 .price-table__row--03 .price-table__unit--02 {
    position: relative;
    top: 1px;
    left: 6px;
  }
  .price-table--04 .price-table__row--03 .price-table__amount--03 {
    position: relative;
    left: 4px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .price-table--04 .price-table__row--03 .price-table__unit--03 {
    position: relative;
    top: 1px;
    left: 3px;
  }
  .price-table--04 .price-table__price--03.price-table__price-row--01 {
    padding: 24px 20px 27px 0px;
  }
  .price-table--04 .price-table__price--03.price-table__price-row--02 {
    padding: 25px 20px 27px 0px;
  }
  .price-table--04 .price-table__price--03.price-table__price-row--03 {
    padding: 25px 20px 26px 0px;
  }
  .price-table--04 .price-table__note {
    display: none;
  }
  .price-table--05 .price-table__row--01 {
    display: block;
    width: 100%;
    margin: 0px 0 58px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--05 .price-table__row--01 .price-table__area--01 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    color: #ca7f13;
    letter-spacing: 2.2px;
    text-align: center;
  }
  .price-table--05 .price-table__row--01 .price-table__price--01 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 17px 17px 28px 1px;
  }
  .price-table--05 .price-table__row--01 .price-table__price--02 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 26px 20px 26px 0px;
  }
  .price-table--05 .price-table__row--01 .price-table__price--03 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 24px 20px 27px 0px;
  }
  .price-table--05 .price-table__row--01 .price-table__amount--01 {
    position: relative;
    top: 3px;
    left: -4px;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .price-table--05 .price-table__row--01 .price-table__amount--02 {
    position: relative;
    top: 1px;
    left: 1px;
    font-size: 18px;
  }
  .price-table--05 .price-table__row--01 .price-table__amount--03 {
    position: relative;
    top: 2px;
    left: -2px;
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  .price-table--05 .price-table__row--01 .price-table__unit--01,
  .price-table--05 .price-table__row--01 .price-table__unit--02,
  .price-table--05 .price-table__row--01 .price-table__unit--03 {
    margin-left: 8px;
    font-size: 14px;
  }
  .price-table--05 .price-table__row--01 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: -6px;
  }
  .price-table--05 .price-table__row--01 .price-table__unit--02 {
    position: relative;
    top: 0;
    left: 0;
  }
  .price-table--05 .price-table__row--01 .price-table__unit--03 {
    position: relative;
    top: 1px;
    left: -2px;
  }
  .price-table--05 .price-table__row--02 {
    display: block;
    width: 100%;
    margin: 0px 0 59px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--05 .price-table__row--02 .price-table__area--02 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    color: #ca7f13;
    letter-spacing: 2.2px;
    text-align: center;
  }
  .price-table--05 .price-table__row--02 .price-table__price--01 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 17px 17px 28px 1px;
  }
  .price-table--05 .price-table__row--02 .price-table__price--02 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 25px 20px 26px 0px;
  }
  .price-table--05 .price-table__row--02 .price-table__price--03 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 24px 20px 28px 0px;
  }
  .price-table--05 .price-table__row--02 .price-table__amount--01 {
    position: relative;
    top: 3px;
    left: 1px;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .price-table--05 .price-table__row--02 .price-table__amount--02 {
    position: relative;
    top: 1px;
    left: 7px;
    font-size: 18px;
  }
  .price-table--05 .price-table__row--02 .price-table__amount--03 {
    position: relative;
    top: 2px;
    left: -2px;
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  .price-table--05 .price-table__row--02 .price-table__unit--01,
  .price-table--05 .price-table__row--02 .price-table__unit--02,
  .price-table--05 .price-table__row--02 .price-table__unit--03 {
    margin-left: 8px;
    font-size: 14px;
  }
  .price-table--05 .price-table__row--02 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: 0px;
  }
  .price-table--05 .price-table__row--02 .price-table__unit--02 {
    position: relative;
    top: 1px;
    left: 6px;
  }
  .price-table--05 .price-table__row--02 .price-table__unit--03 {
    position: relative;
    top: 3px;
    left: -2px;
  }
  .price-table--05 .price-table__row--03 {
    display: block;
    width: 100%;
    margin: 0px 0 58px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--05 .price-table__row--03 .price-table__area--03 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    color: #ca7f13;
    letter-spacing: 2.2px;
    text-align: center;
  }
  .price-table--05 .price-table__row--03 .price-table__price--01 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 16px 17px 29px 1px;
  }
  .price-table--05 .price-table__row--03 .price-table__price--02 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 25px 20px 26px 0px;
  }
  .price-table--05 .price-table__row--03 .price-table__price--03 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 24px 20px 27px 0px;
  }
  .price-table--05 .price-table__row--03 .price-table__amount--01 {
    position: relative;
    top: 4px;
    left: 1px;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .price-table--05 .price-table__row--03 .price-table__amount--02 {
    position: relative;
    top: 0px;
    left: 6px;
    font-size: 18px;
  }
  .price-table--05 .price-table__row--03 .price-table__amount--03 {
    position: relative;
    top: 2px;
    left: 4px;
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  .price-table--05 .price-table__row--03 .price-table__unit--01,
  .price-table--05 .price-table__row--03 .price-table__unit--02,
  .price-table--05 .price-table__row--03 .price-table__unit--03 {
    margin-left: 8px;
    font-size: 14px;
  }
  .price-table--05 .price-table__row--03 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: 0px;
  }
  .price-table--05 .price-table__row--03 .price-table__unit--02 {
    position: relative;
    top: 1px;
    left: 6px;
  }
  .price-table--05 .price-table__row--03 .price-table__unit--03 {
    position: relative;
    top: 2px;
    left: 3px;
  }
  .price-table--05 .price-table__row--04 {
    display: block;
    width: 100%;
    margin: 0px 0 12px;
    padding: 0;
    border-bottom: none;
  }
  .price-table--05 .price-table__row--04 .price-table__area--04 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    color: #ca7f13;
    letter-spacing: 2.2px;
    text-align: center;
  }
  .price-table--05 .price-table__row--04 .price-table__price--01 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 17px 17px 28px 1px;
  }
  .price-table--05 .price-table__row--04 .price-table__price--02 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 25px 20px 26px 0px;
  }
  .price-table--05 .price-table__row--04 .price-table__price--03 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    padding: 25px 20px 26px 0px;
  }
  .price-table--05 .price-table__row--04 .price-table__amount--01 {
    position: relative;
    top: 3px;
    left: 1px;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .price-table--05 .price-table__row--04 .price-table__amount--02 {
    position: relative;
    top: 2px;
    left: 6px;
    font-size: 18px;
  }
  .price-table--05 .price-table__row--04 .price-table__amount--03 {
    position: relative;
    top: 2px;
    left: 3px;
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  .price-table--05 .price-table__row--04 .price-table__unit--01,
  .price-table--05 .price-table__row--04 .price-table__unit--02,
  .price-table--05 .price-table__row--04 .price-table__unit--03 {
    margin-left: 8px;
    font-size: 14px;
  }
  .price-table--05 .price-table__row--04 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: 0px;
  }
  .price-table--05 .price-table__row--04 .price-table__unit--02 {
    position: relative;
    top: 2px;
    left: 6px;
  }
  .price-table--05 .price-table__row--04 .price-table__unit--03 {
    position: relative;
    top: 2px;
    left: 4px;
  }
  .price-table--05 .price-table__sp-head-row--01 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--05 .price-table__sp-head-label-row--01 {
    left: 6px;
  }
  .price-table--05 .price-table__sp-head-value-row--01 {
    left: 6px;
  }
  .price-table--05 .price-table__sp-head-row--02 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--05 .price-table__sp-head-label-row--02 {
    left: 6px;
  }
  .price-table--05 .price-table__sp-head-value-row--02 {
    left: 6px;
  }
  .price-table--05 .price-table__sp-head-row--03 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--05 .price-table__sp-head-label-row--03 {
    left: 6px;
  }
  .price-table--05 .price-table__sp-head-value-row--03 {
    left: 6px;
  }
  .price-table--05 .price-table__sp-head-row--04 {
    margin: 0 0 4px;
    padding: 0px 45px 30px 42px;
  }
  .price-table--05 .price-table__sp-head-label-row--04 {
    left: 6px;
  }
  .price-table--05 .price-table__sp-head-value-row--04 {
    left: 6px;
  }
  .price-table--05 .price-table__note {
    margin: 11.6px 0px 0;
    text-align: left;
    letter-spacing: 1.4px;
    line-height: 1.6;
  }
  .price-table--01, .price-table--02, .price-table--03, .price-table--04, .price-table--05 {
    width: 100%;
  }
  .price-table--01 .price-table__head--01,
  .price-table--01 .price-table__head--02,
  .price-table--01 .price-table__head--03,
  .price-table--01 .price-table__head--04,
  .price-table--01 .price-table__head--05, .price-table--02 .price-table__head--01,
  .price-table--02 .price-table__head--02,
  .price-table--02 .price-table__head--03,
  .price-table--02 .price-table__head--04,
  .price-table--02 .price-table__head--05, .price-table--03 .price-table__head--01,
  .price-table--03 .price-table__head--02,
  .price-table--03 .price-table__head--03,
  .price-table--03 .price-table__head--04,
  .price-table--03 .price-table__head--05, .price-table--04 .price-table__head--01,
  .price-table--04 .price-table__head--02,
  .price-table--04 .price-table__head--03,
  .price-table--04 .price-table__head--04,
  .price-table--04 .price-table__head--05, .price-table--05 .price-table__head--01,
  .price-table--05 .price-table__head--02,
  .price-table--05 .price-table__head--03,
  .price-table--05 .price-table__head--04,
  .price-table--05 .price-table__head--05 {
    display: none !important;
  }
  .price-table--01 .price-table__area--01,
  .price-table--01 .price-table__area--02,
  .price-table--01 .price-table__area--03,
  .price-table--01 .price-table__area--04,
  .price-table--01 .price-table__area--05,
  .price-table--01 .price-table__area--06,
  .price-table--01 .price-table__area--07,
  .price-table--01 .price-table__area--08,
  .price-table--01 .price-table__area--09,
  .price-table--01 .price-table__area--10, .price-table--02 .price-table__area--01,
  .price-table--02 .price-table__area--02,
  .price-table--02 .price-table__area--03,
  .price-table--02 .price-table__area--04,
  .price-table--02 .price-table__area--05,
  .price-table--02 .price-table__area--06,
  .price-table--02 .price-table__area--07,
  .price-table--02 .price-table__area--08,
  .price-table--02 .price-table__area--09,
  .price-table--02 .price-table__area--10, .price-table--03 .price-table__area--01,
  .price-table--03 .price-table__area--02,
  .price-table--03 .price-table__area--03,
  .price-table--03 .price-table__area--04,
  .price-table--03 .price-table__area--05,
  .price-table--03 .price-table__area--06,
  .price-table--03 .price-table__area--07,
  .price-table--03 .price-table__area--08,
  .price-table--03 .price-table__area--09,
  .price-table--03 .price-table__area--10, .price-table--04 .price-table__area--01,
  .price-table--04 .price-table__area--02,
  .price-table--04 .price-table__area--03,
  .price-table--04 .price-table__area--04,
  .price-table--04 .price-table__area--05,
  .price-table--04 .price-table__area--06,
  .price-table--04 .price-table__area--07,
  .price-table--04 .price-table__area--08,
  .price-table--04 .price-table__area--09,
  .price-table--04 .price-table__area--10, .price-table--05 .price-table__area--01,
  .price-table--05 .price-table__area--02,
  .price-table--05 .price-table__area--03,
  .price-table--05 .price-table__area--04,
  .price-table--05 .price-table__area--05,
  .price-table--05 .price-table__area--06,
  .price-table--05 .price-table__area--07,
  .price-table--05 .price-table__area--08,
  .price-table--05 .price-table__area--09,
  .price-table--05 .price-table__area--10 {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 0 38.4px;
    color: #ca7f13;
    text-align: center;
    letter-spacing: 2.2px;
  }
  .price-table--02 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: 0px;
  }
  .price-table--02 .price-table__unit--02 {
    position: relative;
    top: 1px;
    left: 6px;
  }
  .price-table--02 .price-table__unit--03 {
    position: relative;
    top: 2px;
    left: -2px;
  }
  .price-table--03 .price-table__unit--01 {
    position: relative;
    top: 4px;
    left: 0;
  }
  .price-table--03 .price-table__unit--02 {
    position: relative;
    top: 2px;
    left: 6px;
  }
  .price-table--03 .price-table__unit--03 {
    position: relative;
    top: 2px;
    left: 4px;
  }
  .price-table .price-table__amount--01 {
    position: relative;
    top: 3px;
    right: 0;
    bottom: 0;
    left: -1px;
    font-size: 18px;
    letter-spacing: 0.8px;
  }
  .price-table .price-table__amount--02 {
    position: relative;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 5px;
    font-size: 18px;
  }
  .price-table .price-table__amount--03 {
    position: relative;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 2px;
    font-size: 18px;
    letter-spacing: 0.4px;
  }
  .price-table .price-table__note {
    margin: 11.6px 0px 0;
    text-align: left;
    letter-spacing: 1.4px;
    line-height: 1.6;
  }
}
.price-table--01 .price-table__price--01 {
  position: relative !important;
  top: 0 !important;
  left: 0px !important;
  letter-spacing: 4.6px;
}

.page-concept .header {
  background-color: #f9f8f6;
}
@media screen and (max-width: 375px) {
  .page-concept .salons-sns {
    padding: 61px 16px 68px 16px;
  }
}

.concept-page-hero {
  text-align: center;
  background-color: #d4cebe;
}
.concept-page-hero__inner {
  text-align: center;
  padding: 171px 0 95px;
}
.concept-page-hero__heading,
.concept-page-hero .section-heading {
  position: relative;
  display: inline-block;
  min-height: 100px;
  text-align: center;
  padding: 93px 0;
}
.concept-page-hero__title,
.concept-page-hero .section-heading__en {
  position: relative;
  top: 49px;
  left: 5px;
  z-index: 1;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8px;
  color: #ca7f13;
  text-transform: uppercase;
}
@media screen and (max-width: 1035px) {
  .concept-page-hero__title,
  .concept-page-hero .section-heading__en {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 768px) {
  .concept-page-hero__title,
  .concept-page-hero .section-heading__en {
    font-size: 32px;
    letter-spacing: 3.2px;
    position: relative;
    top: 51px;
    left: 2px;
  }
}
@media screen and (max-width: 375px) {
  .concept-page-hero__inner {
    padding: 20px 0 41px;
  }
}

.concept-page-fv {
  background-color: #f9f8f6;
}
.concept-page-fv__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.concept-page {
  padding: 60px 0 65px;
  background-color: #d4cebe;
}
.concept-page__inner {
  text-align: left;
}
.concept-page__intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 80px;
}
.concept-page__heading {
  margin: 0;
  padding-top: 140px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 4.1px;
  color: #ca7f13;
  writing-mode: horizontal-tb;
  z-index: 8888;
}
.concept-page__intro-media {
  justify-self: end;
  width: 720px;
}
.concept-page__intro-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.concept-page__content {
  margin: 51px auto 10px;
  padding: 0 13px 0 0;
  color: #ca7f13;
}
.concept-page__text {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  color: #ca7f13;
  text-align: justify;
}
.concept-page__text--01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
}
.concept-page__text--02 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
}
.concept-page__text--03 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 375px) {
  .concept-page__text-part--03-rest {
    display: block;
  }
}
@media screen and (max-width: 1035px) {
  .concept-page {
    padding: 64px 0 96px;
  }
  .concept-page__intro {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-bottom: 5px;
  }
  .concept-page__heading {
    font-size: 22px;
    letter-spacing: 0.18em;
  }
  .concept-page__intro-media {
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .concept-page {
    padding: 48px 0 45px;
  }
  .concept-page__heading {
    font-size: 18px;
    letter-spacing: 0.14em;
    line-height: 2;
  }
  .concept-page__text {
    font-size: 13px;
    line-height: 2.18;
    letter-spacing: 2.2px;
  }
}
@media screen and (max-width: 375px) {
  .concept-page__intro {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 16px;
  }
  .concept-page__heading {
    font-size: 18px;
    letter-spacing: 1.9px;
    line-height: 2;
    padding-top: 0;
  }
  .concept-page__content {
    margin: 13.3px auto 10px;
    padding: 0 7px 0 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    color: #ca7f13;
  }
  .concept-page__text {
    color: #ca7f13;
  }
  .concept-page__text--01 {
    position: relative;
    bottom: 0;
    line-height: 2.16;
    letter-spacing: 2.41px;
  }
  .concept-page__text--02 {
    position: relative;
    bottom: 0;
    line-height: 2.16;
    letter-spacing: 2.4px;
  }
  .concept-page__text--03 {
    position: relative;
    bottom: 1px;
    line-height: 2.16;
    letter-spacing: 2.4px;
  }
}

.page-salons .header {
  background-color: #f9f8f6;
}

.salons-page-hero {
  text-align: center;
  background-color: #d4cebe;
}
.salons-page-hero__inner {
  padding: 171px 0 95px;
}
.salons-page-hero__heading,
.salons-page-hero .section-heading {
  position: relative;
  display: inline-block;
  min-height: 100px;
  text-align: center;
  padding: 93px 0;
}
.salons-page-hero__title,
.salons-page-hero .section-heading__en {
  position: relative;
  top: 49px;
  left: 5px;
  z-index: 1;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8px;
  color: #ca7f13;
  text-transform: uppercase;
}
@media screen and (max-width: 1035px) {
  .salons-page-hero__title,
  .salons-page-hero .section-heading__en {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 768px) {
  .salons-page-hero__title,
  .salons-page-hero .section-heading__en {
    font-size: 32px;
    letter-spacing: 3.2px;
    top: 51px;
    left: 2px;
  }
}
@media screen and (max-width: 375px) {
  .salons-page-hero__inner {
    padding: 6px 0 9px;
  }
  .salons-page-hero__title,
  .salons-page-hero .section-heading__en {
    font-size: 32px;
    letter-spacing: 3.2px;
    top: 18px;
    left: 2px;
  }
  .salons-page-hero__heading,
  .salons-page-hero .section-heading {
    margin: 0;
    padding-top: 140px;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 4.1px;
    color: #ca7f13;
    writing-mode: horizontal-tb;
    z-index: 888;
  }
}

.salons-page-fv {
  background-color: #f9f8f6;
}
.salons-page-fv__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.breadcrumb--salons-page {
  background-color: #f9f8f6;
}
.breadcrumb--salons-page .breadcrumb__list {
  justify-content: flex-start;
}
.breadcrumb--salons-page .breadcrumb__link,
.breadcrumb--salons-page .breadcrumb__text {
  color: #ca7f13;
}
.breadcrumb--salons-page .breadcrumb__item:not(:last-child)::after {
  content: "|";
  display: block;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  font-size: 16px;
  line-height: 1;
  color: #ca7f13;
}
.breadcrumb--salons-page .breadcrumb__text--current {
  color: #ca7f13;
}

.salons-page {
  padding: 22px 0 38px;
  background-color: #f9f8f6;
}
.salons-page__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.salons-page__prefectures {
  margin-bottom: 85px;
}
.salons-page__prefectures-head {
  text-align: left;
  margin: 60px 0 104px;
}
.salons-page__prefectures-head .section-heading__en {
  font-family: "Marcellus", serif;
  font-size: 84px;
  letter-spacing: 3.3px;
  color: #ca7f13;
  text-transform: uppercase;
}
.salons-page__prefectures-head.section-heading .section-heading__script {
  position: absolute;
  top: 38%;
  left: 90px;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 5.5px;
  color: #c9a96e;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-58%);
}
.salons-page__prefectures-head .section-heading__ja {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #ca7f13;
  position: relative;
  bottom: 20px;
}
.salons-page__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px 60px;
  margin: 0;
  padding: 0 200px 0 60px;
  list-style: none;
}
.salons-page__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #ca7f13;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .salons-page__nav-link:hover {
    opacity: 0.7;
  }
}
.salons-page__nav-icon {
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 19px;
  background-color: #ca7f13;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.salons-page__nav-icon--01 {
  width: 15px;
  height: 19px;
  position: relative;
  top: -0.5px;
  left: 0;
}
.salons-page__nav-icon--02 {
  width: 15px;
  height: 19px;
  position: relative;
  top: -0.5px;
  left: 0;
}
.salons-page__nav-icon--03 {
  width: 15px;
  height: 19px;
  position: relative;
  top: -0.5px;
  left: 0;
}
.salons-page__nav-icon--04 {
  width: 15px;
  height: 19px;
  position: relative;
  top: -0.5px;
  left: 0;
}
.salons-page__nav-icon--05 {
  width: 15px;
  height: 19px;
  position: relative;
  top: -0.5px;
  left: 0;
}
.salons-page__nav-icon--06 {
  width: 15px;
  height: 19px;
  position: relative;
  top: -0.5px;
  left: 0;
}
.salons-page__nav-icon--07 {
  width: 15px;
  height: 19px;
  position: relative;
  top: -0.5px;
  left: -1.5px;
}
.salons-page__nav-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 11px;
}
.salons-page__nav-text--01 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 0px;
}
.salons-page__nav-text--02 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 0px;
}
.salons-page__nav-text--03 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 0px;
}
.salons-page__nav-text--04 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 0px;
}
.salons-page__nav-text--05 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 0px;
}
.salons-page__nav-text--06 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 0px;
}
.salons-page__nav-text--07 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 0px;
}
.salons-page__nav-en {
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.salons-page__nav-en--01 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 4.8px;
}
.salons-page__nav-en--02 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 4.8px;
}
.salons-page__nav-en--03 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 4.8px;
}
.salons-page__nav-en--04 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 4.8px;
}
.salons-page__nav-en--05 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 4.8px;
}
.salons-page__nav-en--06 {
  position: relative;
  bottom: 0px;
  left: 0;
  letter-spacing: 4.8px;
}
.salons-page__nav-en--07 {
  position: relative;
  bottom: 0;
  left: -1px;
  letter-spacing: 4.8px;
}
.salons-page__nav-ja {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #ca7f13;
}
.salons-page__nav-ja--01 {
  position: relative;
  bottom: 1px;
  left: 0;
  letter-spacing: 0.2px;
}
.salons-page__nav-ja--02 {
  position: relative;
  bottom: 1px;
  left: 0;
  letter-spacing: 0.6px;
}
.salons-page__nav-ja--03 {
  position: relative;
  bottom: 1px;
  left: 1px;
  letter-spacing: 0.5px;
}
.salons-page__nav-ja--04 {
  position: relative;
  bottom: 1px;
  left: 0;
  letter-spacing: 0.6px;
}
.salons-page__nav-ja--05 {
  position: relative;
  bottom: 1px;
  left: 0;
  letter-spacing: 0.4px;
}
.salons-page__nav-ja--06 {
  position: relative;
  bottom: 1px;
  left: 0;
  letter-spacing: 1px;
}
.salons-page__nav-ja--07 {
  position: relative;
  bottom: 1px;
  left: -2px;
  letter-spacing: 1px;
}
.salons-page__regions {
  display: flex;
  flex-direction: column;
}
.salons-page__region-title {
  margin: 0 0 60px;
  padding: 36px 24px;
  background-color: #ca7f13;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 4.8px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
.salons-page__list {
  display: grid;
  grid-template-columns: repeat(2, 570px);
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.salons-page__list--tokyo {
  margin: 0 0 78px;
}
.salons-page__list--kanagawa {
  margin: 0 0 77px;
}
.salons-page__list--saitama {
  margin: 0 0 78px;
}
.salons-page__list--osaka {
  margin: 0 0 78px;
}
.salons-page__list--kyoto {
  margin: 0 0 78px;
}
.salons-page__list--fukuoka {
  margin: 0 0 78px;
}
.salons-page__list--okinawa {
  margin: 0 0 78px;
}
@media screen and (max-width: 1035px) {
  .salons-page {
    padding: 0 0 80px;
  }
  .salons-page__prefectures-head .section-heading__en {
    font-size: 40px;
    letter-spacing: 4px;
  }
  .salons-page__prefectures-head.section-heading .section-heading__script {
    font-size: 72px;
  }
  .salons-page__nav-list {
    gap: 16px 24px;
  }
  .salons-page__nav-en {
    font-size: 18px;
  }
  .salons-page__region-title {
    font-size: 28px;
    letter-spacing: 2.8px;
    margin-bottom: 24px;
    padding: 16px;
  }
  .salons-page__list {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .salons-page__shop-map {
    width: 100%;
    height: auto;
    aspect-ratio: 570/360;
  }
  .salons-page__shop-name-en {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.salons-page__shop-map {
  position: relative;
  width: 570px;
  height: 360px;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  background-color: #e8e0db;
}
.salons-page__shop-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.salons-page__shop-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .salons-page__shop-link:hover {
    opacity: 0.8;
  }
}
.salons-page__shop-name-en--shibuya {
  margin: 10px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--shinjuku {
  margin: 10px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--yokohama {
  margin: 8px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--hiratsuka {
  margin: 8px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--kasukabe {
  margin: 9px 1px 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--omiya {
  margin: 9px 1px 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--umeda {
  margin: 8px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--sakai {
  margin: 8px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--gojo {
  margin: 8px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--kurume {
  margin: 8px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-en--naha {
  margin: 9px 0 0;
  font-family: "Marcellus", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--shibuya {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--shinjuku {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--yokohama {
  margin: 1px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--hiratsuka {
  margin: 1px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--kasukabe {
  margin: 0 1px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--omiya {
  margin: 0 1px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--umeda {
  margin: 1px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--sakai {
  margin: 1px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--gojo {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--kurume {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-name-ja--naha {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.7px;
  line-height: 1.4;
  color: #ca7f13;
  text-align: left;
}
.salons-page__shop-address--shibuya {
  margin: 1px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--shinjuku {
  margin: 1px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--yokohama {
  margin: 1px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--hiratsuka {
  margin: 1px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--kasukabe {
  margin: 1px 1px 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--omiya {
  margin: 1px 1px 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--umeda {
  margin: 1px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--sakai {
  margin: 1px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--gojo {
  margin: 2px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--kurume {
  margin: 1px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
.salons-page__shop-address--naha {
  margin: 2px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  text-align: left;
}
@media screen and (max-width: 375px) {
  .salons-page {
    padding: 0 0 17px;
  }
  .salons-page__inner.container {
    padding-left: 0;
    padding-right: 0;
  }
  .salons-page__prefectures {
    margin-bottom: 76px;
    padding: 0 14px;
  }
  .salons-page__regions {
    margin: 0 30px;
    align-items: center;
  }
  .salons-page__list {
    gap: 0;
  }
  .salons-page__list--tokyo {
    margin: 0 0 37px;
  }
  .salons-page__list--kanagawa {
    margin: 0 0 38px;
  }
  .salons-page__list--saitama {
    margin: 0 0 38px;
  }
  .salons-page__list--osaka {
    margin: 0 0 36px;
  }
  .salons-page__list--kyoto {
    margin: 0 0 49px;
  }
  .salons-page__list--fukuoka {
    margin: 0 0 50px;
  }
  .salons-page__list--okinawa {
    margin: 0 0 20px;
  }
  .salons-page__item--left, .salons-page__item--right {
    margin-bottom: 40px;
  }
  .salons-page__shop-map {
    width: 315px;
    height: 200px;
    max-width: 100%;
    aspect-ratio: auto;
  }
  .salons-page__region-title {
    width: 315px;
    height: 60px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2.3px;
    font-size: 24px;
    position: relative;
    bottom: 1px;
    left: 1px;
  }
  .salons-page__shop-name-en--shibuya {
    margin: 24px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--shinjuku {
    margin: 6px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--yokohama {
    margin: 25px 1px 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--hiratsuka {
    margin: 6px 1px 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--kasukabe {
    margin: 24px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--omiya {
    margin: 6px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--umeda {
    margin: 25px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--sakai {
    margin: 5px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2.1px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--gojo {
    margin: 25px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2.1px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--kurume {
    margin: 25px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-en--naha {
    margin: 23px 0 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2.2px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--shibuya {
    margin: 5px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--shinjuku {
    margin: 5px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--yokohama {
    margin: 4px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--hiratsuka {
    margin: 4px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--kasukabe {
    margin: 6px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2.7px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--omiya {
    margin: 5px 1px 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2.3px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--umeda {
    margin: 4px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--sakai {
    margin: 6px 1px 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2.7px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--gojo {
    margin: 5px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2.7px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--kurume {
    margin: 6px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2.7px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-name-ja--naha {
    margin: 6px 0 0;
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2.7px;
    line-height: 1.4;
    color: #ca7f13;
    text-align: left;
  }
  .salons-page__shop-address--shibuya {
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--shinjuku {
    margin: 1px 0 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--yokohama {
    margin: 1px 1px 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.4px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--hiratsuka {
    margin: 1px 1px 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.4px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--kasukabe {
    margin: 2px 0 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--omiya {
    margin: 2px 0 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.4px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--umeda {
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--sakai {
    margin: 3px 0 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--kurume {
    margin: 2px 1px 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.2px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__shop-address--naha {
    margin: 2px 0 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #54372d;
    text-align: left;
  }
  .salons-page__prefectures-head {
    margin: 89px 2px 70px;
  }
  .salons-page__prefectures-head .section-heading__en {
    font-size: 48px;
    letter-spacing: 1.9px;
  }
  .salons-page__prefectures-head .section-heading__ja {
    font-family: "YuMincho Light", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #ca7f13;
    position: relative;
    bottom: 11px;
  }
  .salons-page__nav-list {
    gap: 10px 24px;
    padding: 0 30px 0 16px;
  }
  .salons-page__nav-link {
    gap: 0;
  }
  .salons-page__nav-icon--01 {
    width: 7px;
    height: 8px;
    position: relative;
    top: -5.5px;
    left: 0;
  }
  .salons-page__nav-text--01 {
    position: relative;
    bottom: 5px;
    left: 8px;
    letter-spacing: 0;
  }
  .salons-page__nav-icon--02 {
    width: 7px;
    height: 8px;
    position: relative;
    top: -6.5px;
    left: 0;
  }
  .salons-page__nav-text--02 {
    position: relative;
    bottom: 5px;
    left: 8px;
    letter-spacing: 0;
  }
  .salons-page__nav-icon--03 {
    width: 7px;
    height: 8px;
    position: relative;
    top: -6.5px;
    left: 0;
  }
  .salons-page__nav-text--03 {
    position: relative;
    bottom: 6px;
    left: 8px;
    letter-spacing: 0;
  }
  .salons-page__nav-icon--04 {
    width: 7px;
    height: 7px;
    position: relative;
    top: -7.5px;
    left: -2px;
  }
  .salons-page__nav-text--04 {
    position: relative;
    bottom: 7px;
    left: 6px;
    letter-spacing: 0;
  }
  .salons-page__nav-icon--05 {
    width: 7px;
    height: 8px;
    position: relative;
    top: -7.5px;
    left: 0;
  }
  .salons-page__nav-text--05 {
    position: relative;
    bottom: 7px;
    left: 8px;
    letter-spacing: 0;
  }
  .salons-page__nav-icon--06 {
    width: 7px;
    height: 8px;
    position: relative;
    top: -7.5px;
    left: -1px;
  }
  .salons-page__nav-text--06 {
    position: relative;
    bottom: 7px;
    left: 7px;
    letter-spacing: 0;
  }
  .salons-page__nav-icon--07 {
    width: 7px;
    height: 7px;
    position: relative;
    top: -8.5px;
    left: -0.5px;
  }
  .salons-page__nav-text--07 {
    position: relative;
    bottom: 8px;
    left: 9px;
    letter-spacing: 0;
  }
  .salons-page__nav-en {
    font-size: 19px;
    letter-spacing: 2.5px;
  }
  .salons-page__nav-ja {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  }
  .salons-page__nav-ja--01 {
    position: relative;
    bottom: -0.5px;
    left: -5px;
    letter-spacing: 0.6px;
    font-size: 12px;
  }
  .salons-page__nav-ja--02 {
    position: relative;
    bottom: 0;
    left: -5px;
    letter-spacing: 0.6px;
    font-size: 12px;
  }
  .salons-page__nav-ja--03 {
    position: relative;
    bottom: 0;
    left: -6px;
    letter-spacing: 0.5px;
    font-size: 12px;
  }
  .salons-page__nav-ja--04 {
    position: relative;
    bottom: -0.6px;
    left: -5px;
    letter-spacing: 0.9px;
    font-size: 12px;
  }
  .salons-page__nav-ja--05 {
    position: relative;
    bottom: -1px;
    left: -5px;
    letter-spacing: 0.4px;
    font-size: 12px;
  }
  .salons-page__nav-ja--06 {
    position: relative;
    bottom: -0.5px;
    left: -4px;
    letter-spacing: 0.4px;
    font-size: 12px;
  }
  .salons-page__nav-ja--07 {
    position: relative;
    bottom: -0.3px;
    left: -6px;
    letter-spacing: 0.5px;
    font-size: 12px;
  }
}

.page-salon-detail .header {
  background-color: #f9f8f6;
}

.salon-detail-hero {
  text-align: center;
  background-color: #d4cebe;
}
.salon-detail-hero__inner {
  padding: 275px 0 87px;
}
.salon-detail-hero__heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.salon-detail-hero__brand {
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.8px;
  color: #ca7f13;
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 3px;
}
.salon-detail-hero__name {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 8px;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: 4px;
}
@media screen and (max-width: 1035px) {
  .salon-detail-hero__inner {
    padding: 80px 0 60px;
  }
  .salon-detail-hero__brand {
    font-size: 24px;
    letter-spacing: 3.6px;
  }
  .salon-detail-hero__name {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
@media screen and (max-width: 768px) {
  .salon-detail-hero__inner {
    padding: 60px 0 40px;
  }
  .salon-detail-hero__brand {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .salon-detail-hero__name {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width: 375px) {
  .salon-detail-hero__inner {
    padding: 158px 0 60px;
  }
  .salon-detail-hero__brand {
    font-size: 24px;
    letter-spacing: 2.4px;
    left: 2px;
  }
  .salon-detail-hero__name {
    font-size: 32px;
    letter-spacing: 4px;
    left: 3px;
    top: 3px;
  }
}

.salon-detail-fv {
  background-color: #f9f8f6;
}
.salon-detail-fv__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}

.breadcrumb--salon-detail {
  background-color: #f9f8f6;
}
.breadcrumb--salon-detail .breadcrumb__list {
  justify-content: flex-start;
}
.breadcrumb--salon-detail .breadcrumb__link,
.breadcrumb--salon-detail .breadcrumb__text {
  color: #ca7f13;
}
.breadcrumb--salon-detail .breadcrumb__item:not(:last-child)::after {
  content: "|";
  display: block;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  font-size: 16px;
  line-height: 1;
  color: #ca7f13;
}
.breadcrumb--salon-detail .breadcrumb__text--current {
  color: #ca7f13;
}
@media screen and (max-width: 375px) {
  .breadcrumb--salon-detail {
    padding: 11px 13px;
  }
  .breadcrumb--salon-detail .breadcrumb__list {
    column-gap: 8px;
  }
  .breadcrumb--salon-detail .breadcrumb__link,
  .breadcrumb--salon-detail .breadcrumb__text {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.salon-detail-intro {
  padding: 80px 0 100px;
  background-color: #f9f8f6;
}
.salon-detail-intro__inner {
  max-width: 970px;
  margin: 0 auto;
}
.salon-detail-intro__text {
  margin: 7.5px 0 0 2.7px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2px;
  color: #54372d;
  text-align: center;
}
.salon-detail-intro__br--sp-only {
  display: none;
}
@media screen and (max-width: 375px) {
  .salon-detail-intro__br--sp-only {
    display: inline;
  }
}
@media screen and (max-width: 375px) {
  .salon-detail-intro__br--pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .salon-detail-intro {
    padding: 48px 0 64px;
  }
  .salon-detail-intro__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .salon-detail-intro {
    padding: 40px 0 48px;
  }
  .salon-detail-intro__inner {
    padding: 23px 30px 23px 32px;
  }
  .salon-detail-intro__text {
    margin: 0;
    font-size: 13px;
    line-height: 2.15;
    letter-spacing: 2.4px;
    text-align: left;
    position: relative;
    top: 2px;
    right: 2px;
  }
}

.salon-detail-flow {
  padding: 72px 0 120px;
  background-color: #f9f8f6;
}
.salon-detail-flow__inner {
  text-align: left;
}
.salon-detail-flow__head,
.salon-detail-flow .section-heading {
  position: relative;
  max-width: 820px;
  min-height: 100px;
  margin: 0 auto 80px;
  padding: 0 12px 0 10px;
  text-align: left;
}
.salon-detail-flow__script,
.salon-detail-flow .section-heading__script {
  position: absolute;
  top: 30%;
  left: 100px;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  line-height: 1;
  color: #ca7f13;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translateY(-50%);
  letter-spacing: 2px;
}
.salon-detail-flow__title,
.salon-detail-flow .section-heading__en {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 3.5px;
  color: #ca7f13;
  text-transform: uppercase;
}
.salon-detail-flow__ja,
.salon-detail-flow .section-heading__ja {
  position: relative;
  z-index: 1;
  margin: 4px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #ca7f13;
}
.salon-detail-flow__content {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 12px 0 10px;
  overflow: visible;
}
.salon-detail-flow__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.salon-detail-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 31px;
}
.salon-detail-flow__item:last-child {
  padding-bottom: 0;
}
.salon-detail-flow__number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #949e33;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.salon-detail-flow__step-title {
  margin: 0 0 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #ca7f13;
  position: relative;
  bottom: 4px;
  left: 0;
}
.salon-detail-flow__step-text {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #b49a7a;
}
.salon-detail-flow__br--sp-only {
  display: none;
}
@media screen and (max-width: 375px) {
  .salon-detail-flow__br--sp-only {
    display: inline;
  }
}
@media screen and (max-width: 375px) {
  .salon-detail-flow__br--pc-only {
    display: none;
  }
}
.salon-detail-flow__body {
  width: 100%;
  align-self: stretch;
  text-align: left;
  letter-spacing: 2.8px;
}
.salon-detail-flow__item--01 {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 31px;
}
.salon-detail-flow__item--01::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 28.5px;
  width: 4px;
  height: 81px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='32' viewBox='0 0 3 32'%3E%3Crect width='3' height='16' rx='1.5' fill='%23949E33'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 2px 6px;
  background-position: top center;
}
.salon-detail-flow__item--02 {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 31px;
}
.salon-detail-flow__item--02::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 28.5px;
  width: 4px;
  height: 81px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='32' viewBox='0 0 3 32'%3E%3Crect width='3' height='16' rx='1.5' fill='%23949E33'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 2px 6px;
  background-position: top center;
}
.salon-detail-flow__item--03 {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 31px;
}
.salon-detail-flow__item--03::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 28.5px;
  width: 4px;
  height: 81px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='32' viewBox='0 0 3 32'%3E%3Crect width='3' height='16' rx='1.5' fill='%23949E33'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 2px 6px;
  background-position: top center;
}
.salon-detail-flow__item--04 {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 29px;
}
.salon-detail-flow__item--04::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 28.5px;
  width: 4px;
  height: 81px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='32' viewBox='0 0 3 32'%3E%3Crect width='3' height='16' rx='1.5' fill='%23949E33'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 2px 6px;
  background-position: top center;
}
.salon-detail-flow__item--05 {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 31px;
}
.salon-detail-flow__item--05::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 28.5px;
  width: 4px;
  height: 81px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='32' viewBox='0 0 3 32'%3E%3Crect width='3' height='16' rx='1.5' fill='%23949E33'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 2px 6px;
  background-position: top center;
}
.salon-detail-flow__item--06 {
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  padding-bottom: 0;
}
.salon-detail-flow__number--01 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #949e33;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.salon-detail-flow__number--02 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #949e33;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.salon-detail-flow__number--03 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #949e33;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.salon-detail-flow__number--04 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #949e33;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.salon-detail-flow__number--05 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #949e33;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.salon-detail-flow__number--06 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #949e33;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.salon-detail-flow__body--01 {
  width: 100%;
  align-self: stretch;
  text-align: left;
  letter-spacing: 2.8px;
}
.salon-detail-flow__body--02 {
  width: 100%;
  align-self: stretch;
  text-align: left;
  letter-spacing: 2.8px;
}
.salon-detail-flow__body--03 {
  width: 100%;
  align-self: stretch;
  text-align: left;
  letter-spacing: 2.8px;
}
.salon-detail-flow__body--04 {
  width: 100%;
  align-self: stretch;
  text-align: left;
  letter-spacing: 2.8px;
}
.salon-detail-flow__body--05 {
  width: 100%;
  align-self: stretch;
  text-align: left;
  letter-spacing: 2.8px;
}
.salon-detail-flow__body--06 {
  width: 100%;
  align-self: stretch;
  text-align: left;
  letter-spacing: 2.8px;
}
.salon-detail-flow__step-title--01 {
  margin: 0 0 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #ca7f13;
  position: relative;
  bottom: 4px;
  left: 0;
}
.salon-detail-flow__step-title--02 {
  margin: 0 0 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #ca7f13;
  position: relative;
  bottom: 4px;
  left: 0;
}
.salon-detail-flow__step-title--03 {
  margin: 0 0 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #ca7f13;
  position: relative;
  bottom: 4px;
  left: 0;
}
.salon-detail-flow__step-title--04 {
  margin: 0 0 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #ca7f13;
  position: relative;
  bottom: 4px;
  left: 0;
}
.salon-detail-flow__step-title--05 {
  margin: 0 0 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #ca7f13;
  position: relative;
  bottom: 4px;
  left: 0;
}
.salon-detail-flow__step-title--06 {
  margin: 0 0 3px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #ca7f13;
  position: relative;
  bottom: 4px;
  left: 0;
}
.salon-detail-flow__step-text--01 {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #b49a7a;
}
.salon-detail-flow__step-text--02 {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #b49a7a;
}
.salon-detail-flow__step-text--03 {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #b49a7a;
}
.salon-detail-flow__step-text--04 {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #b49a7a;
}
.salon-detail-flow__step-text--05 {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #b49a7a;
}
.salon-detail-flow__step-text--06 {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #b49a7a;
}
.salon-detail-flow__figure {
  position: absolute;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.salon-detail-flow__figure--01 {
  top: 248px;
  left: -223px;
  width: 150px;
  height: 150px;
}
.salon-detail-flow__figure--02 {
  top: 605px;
  right: -240px;
  width: 180px;
  height: 180px;
}
.salon-detail-flow__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1035px) {
  .salon-detail-flow__script,
  .salon-detail-flow .section-heading__script {
    left: 40px;
    font-size: 80px;
  }
  .salon-detail-flow__title,
  .salon-detail-flow .section-heading__en {
    font-size: 56px;
  }
  .salon-detail-flow__figure--01 {
    left: -120px;
    width: 160px;
    height: 160px;
  }
  .salon-detail-flow__figure--02 {
    right: -120px;
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .salon-detail-flow {
    padding: 48px 0 80px;
  }
  .salon-detail-flow__head,
  .salon-detail-flow .section-heading {
    margin-bottom: 40px;
  }
  .salon-detail-flow__script,
  .salon-detail-flow .section-heading__script {
    left: 0;
    font-size: 64px;
  }
  .salon-detail-flow__title,
  .salon-detail-flow .section-heading__en {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .salon-detail-flow__content {
    padding: 0;
  }
  .salon-detail-flow__figure {
    position: static;
    width: 160px;
    height: 160px;
    margin: 24px auto 0;
  }
  .salon-detail-flow__figure--01 {
    order: 1;
  }
  .salon-detail-flow__figure--02 {
    order: 2;
  }
  .salon-detail-flow__content {
    display: flex;
    flex-direction: column;
  }
  .salon-detail-flow__list {
    order: 0;
  }
}
@media screen and (max-width: 375px) {
  .salon-detail-flow {
    padding: 48px 0 85px;
  }
  .salon-detail-flow__head,
  .salon-detail-flow .section-heading {
    min-height: 72px;
    margin-bottom: 52px;
    text-align: center;
  }
  .salon-detail-flow__script,
  .salon-detail-flow .section-heading__script {
    left: 37%;
    top: 14%;
    font-size: 72px;
    transform: translate(-50%, -50%);
  }
  .salon-detail-flow__title,
  .salon-detail-flow .section-heading__en {
    font-size: 48px;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    bottom: 5px;
    right: 14px;
  }
  .salon-detail-flow__ja,
  .salon-detail-flow .section-heading__ja {
    text-align: left;
    position: relative;
    bottom: 6px;
    right: 14px;
    font-size: 12px;
  }
  .salon-detail-flow__content {
    display: block;
    max-width: none;
  }
  .salon-detail-flow__item, .salon-detail-flow__item--01, .salon-detail-flow__item--02, .salon-detail-flow__item--03, .salon-detail-flow__item--04, .salon-detail-flow__item--05, .salon-detail-flow__item--06 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-bottom: 42px;
    text-align: center;
  }
  .salon-detail-flow__item--06 {
    padding-bottom: 0;
  }
  .salon-detail-flow__number, .salon-detail-flow__number--01, .salon-detail-flow__number--02, .salon-detail-flow__number--03, .salon-detail-flow__number--04, .salon-detail-flow__number--05, .salon-detail-flow__number--06 {
    width: 60px;
    height: 60px;
    font-size: 34px;
  }
  .salon-detail-flow__item--01::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    width: 3px;
    height: calc(100% - 32px);
    background-size: 2px 6px;
  }
  .salon-detail-flow__item--02::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    width: 3px;
    height: calc(100% - 32px);
    background-size: 2px 6px;
  }
  .salon-detail-flow__item--03::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    width: 3px;
    height: calc(100% - 32px);
    background-size: 2px 6px;
  }
  .salon-detail-flow__item--04::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    width: 3px;
    height: calc(100% - 32px);
    background-size: 2px 6px;
  }
  .salon-detail-flow__item--05::before {
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 3px;
    height: calc(100% - 40px);
    background-size: 2px 6px;
  }
  .salon-detail-flow__body, .salon-detail-flow__body--01 {
    width: 100%;
    align-self: stretch;
    text-align: center;
    letter-spacing: 2.8px;
  }
  .salon-detail-flow__body--02 {
    width: 100%;
    align-self: stretch;
    text-align: center;
    letter-spacing: 2.8px;
  }
  .salon-detail-flow__body--03 {
    width: 100%;
    align-self: stretch;
    text-align: center;
    letter-spacing: 2.8px;
  }
  .salon-detail-flow__body--04 {
    width: 100%;
    align-self: stretch;
    text-align: center;
    letter-spacing: 2.8px;
  }
  .salon-detail-flow__body--05 {
    width: 100%;
    align-self: stretch;
    text-align: center;
    letter-spacing: 2.8px;
  }
  .salon-detail-flow__body--06 {
    width: 100%;
    align-self: stretch;
    text-align: center;
    letter-spacing: 2.8px;
  }
  .salon-detail-flow__step-title, .salon-detail-flow__step-title--01 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 2.7px;
    bottom: 1px;
    left: 2px;
  }
  .salon-detail-flow__step-title--02 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 2.7px;
    bottom: 1px;
    left: 2px;
  }
  .salon-detail-flow__step-title--03 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 2.7px;
    bottom: 1px;
    left: 2px;
  }
  .salon-detail-flow__step-title--04 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 2.7px;
    bottom: 1px;
    left: 2px;
  }
  .salon-detail-flow__step-title--05 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 2.7px;
    bottom: 1px;
    left: 2px;
  }
  .salon-detail-flow__step-title--06 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 2.7px;
    bottom: 1px;
    left: 2px;
  }
  .salon-detail-flow__step-text, .salon-detail-flow__step-text--01, .salon-detail-flow__step-text--02, .salon-detail-flow__step-text--03, .salon-detail-flow__step-text--04, .salon-detail-flow__step-text--05, .salon-detail-flow__step-text--06 {
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 2.4px;
    text-align: left;
    position: relative;
    top: 3.7px;
    left: 0;
  }
  .salon-detail-flow__figure {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .salon-detail-flow__figure--01 {
    top: 505px;
    left: 281px;
  }
  .salon-detail-flow__figure--02 {
    top: 1052px;
    left: -40px;
    width: 100px;
    height: 100px;
  }
}

.salon-detail-staff {
  padding: 80px 60px 79px;
  background-color: #3d3d3d;
}
.salon-detail-staff__inner {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
  text-align: left;
}
.salon-detail-staff__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.salon-detail-staff__head,
.salon-detail-staff .section-heading {
  position: relative;
  bottom: 6px;
  left: 0;
  min-height: auto;
  margin-bottom: 76px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 20px;
  row-gap: 4px;
}
.salon-detail-staff__title,
.salon-detail-staff .section-heading__en {
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 4.7px;
  color: #ca7f13;
  text-transform: capitalize;
}
.salon-detail-staff__ja,
.salon-detail-staff .section-heading__ja {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #ca7f13;
}
.salon-detail-staff__text {
  margin: 0 0 32px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #ca7f13;
  position: relative;
  bottom: 35px;
  left: 0;
}
.salon-detail-staff__name {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 16px;
  position: relative;
  bottom: 52px;
  left: 0;
}
.salon-detail-staff__name-en {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #ca7f13;
  position: relative;
  left: 1px;
  bottom: 0;
}
.salon-detail-staff__name-role {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 1.4px;
  color: #ca7f13;
  position: relative;
  bottom: 2px;
  right: 2px;
}
@media screen and (max-width: 1035px) {
  .salon-detail-staff__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .salon-detail-staff__media {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .salon-detail-staff {
    padding: 48px 0;
  }
  .salon-detail-staff__title,
  .salon-detail-staff .section-heading__en {
    font-size: 36px;
  }
}
@media screen and (max-width: 375px) {
  .salon-detail-staff {
    padding: 60px 0 32px;
  }
  .salon-detail-staff__inner {
    gap: 30px;
  }
  .salon-detail-staff__media {
    max-width: 240px;
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 7px;
  }
  .salon-detail-staff__head,
  .salon-detail-staff .section-heading {
    bottom: 0;
    margin-bottom: 24px;
    column-gap: 12px;
  }
  .salon-detail-staff__title,
  .salon-detail-staff .section-heading__en {
    font-size: 32px;
    letter-spacing: 5.6px;
  }
  .salon-detail-staff__ja,
  .salon-detail-staff .section-heading__ja {
    margin: 0;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: #ca7f13;
    position: relative;
    top: 2px;
    right: 2px;
  }
  .salon-detail-staff__text {
    bottom: 0;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
  }
  .salon-detail-staff__name {
    bottom: 0;
    flex-direction: row;
    align-items: flex-start;
    gap: 11px;
  }
  .salon-detail-staff__name-en {
    font-size: 18px;
    left: 2px;
    letter-spacing: 2.3px;
  }
  .salon-detail-staff__name-role {
    bottom: -6px;
    right: 0;
  }
}

.salon-detail-access {
  padding: 80px 0;
  background-color: #d4cebe;
}
.salon-detail-access__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: start;
  text-align: left;
}
.salon-detail-access__info {
  margin: 93px 0 0 60px;
  width: 400px;
}
.salon-detail-access__row--name {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 57px;
  align-items: start;
  padding: 15px 0 11px 1px;
  border-bottom: 1px solid #ca7f13;
}
.salon-detail-access__row--address {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 57px;
  align-items: start;
  padding: 16px 0 11px 1px;
  border-bottom: 1px solid #ca7f13;
}
.salon-detail-access__row--tel {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 57px;
  align-items: start;
  padding: 16px 0 11px 1px;
  border-bottom: 1px solid #ca7f13;
}
.salon-detail-access__label--name {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  bottom: 2px;
  left: 7px;
}
.salon-detail-access__label--address {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  bottom: 2px;
  left: 7px;
}
.salon-detail-access__label--tel {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  bottom: 2px;
  left: 7px;
}
.salon-detail-access__value--name {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #54372d;
  position: relative;
  top: 3px;
  left: 0;
}
.salon-detail-access__value--address {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2.5px;
  color: #54372d;
  position: relative;
  top: 3px;
  left: 0;
}
.salon-detail-access__value--tel {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.1px;
  color: #54372d;
  position: relative;
  top: 3px;
  left: 0;
}
.salon-detail-access__tel {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .salon-detail-access__tel:hover {
    opacity: 0.7;
  }
}
.salon-detail-access__tel--tel {
  color: inherit;
  text-decoration: none;
}
.salon-detail-access__map {
  position: relative;
  width: 540px;
  height: 360px;
  overflow: hidden;
}
.salon-detail-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 1035px) {
  .salon-detail-access__body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .salon-detail-access {
    padding: 48px 0;
  }
  .salon-detail-access__row--name, .salon-detail-access__row--address, .salon-detail-access__row--tel {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
  }
  .salon-detail-access__label--name, .salon-detail-access__label--address, .salon-detail-access__label--tel, .salon-detail-access__value--name, .salon-detail-access__value--address, .salon-detail-access__value--tel {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .salon-detail-access {
    padding: 60px 0 60px;
  }
  .salon-detail-access__body {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .salon-detail-access__map {
    order: -1;
    width: 315px;
    height: 200px;
    margin: 0 auto;
  }
  .salon-detail-access__info {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .salon-detail-access__row--name, .salon-detail-access__row--address, .salon-detail-access__row--tel {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 47.5px;
    padding: 16px 0 16px 8px;
  }
  .salon-detail-access__label--name {
    font-size: 16px;
    bottom: -1.5px;
    left: 0;
    letter-spacing: 1.6px;
  }
  .salon-detail-access__label--address {
    font-size: 16px;
    bottom: -1px;
    left: 0;
    letter-spacing: 1.6px;
  }
  .salon-detail-access__label--tel {
    font-size: 16px;
    bottom: 0;
    left: 0;
    letter-spacing: 1.6px;
  }
  .salon-detail-access__value--name {
    font-size: 12px;
    top: 4px;
    letter-spacing: 0.9px;
  }
  .salon-detail-access__value--address {
    font-size: 12px;
    top: 3px;
    letter-spacing: 0.7px;
  }
  .salon-detail-access__value--tel {
    font-size: 12px;
    top: 2px;
    letter-spacing: 0.3px;
  }
}

.salon-detail-back {
  padding: 119px 0 120px;
  background-color: #f9f8f6;
  text-align: center;
}
.salon-detail-back__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  padding: 8px 16px;
  border-radius: 9999px;
  background-color: #949e33;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
  position: relative;
  top: 0;
  left: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .salon-detail-back__link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .salon-detail-back {
    padding: 40px 0;
  }
  .salon-detail-back__link {
    min-width: 240px;
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .salon-detail-back {
    padding: 80px 0 80px;
  }
  .salon-detail-back__link {
    width: 158px;
    min-width: auto;
    left: 0;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.instagram {
  padding: 178px 0 100px;
  background-color: #f9f8f6;
}
.instagram__inner {
  text-align: center;
}
.instagram__heading,
.instagram .section-heading {
  position: relative;
  display: inline-block;
  min-height: 100px;
  margin-bottom: 60px;
  text-align: center;
}
.instagram__script,
.instagram .section-heading__script {
  position: absolute;
  top: 28%;
  left: -1%;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 6.6px;
  color: #ca7f13;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.instagram__title,
.instagram .section-heading__en {
  position: relative;
  top: 0;
  right: 345px;
  z-index: 1;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.5px;
  color: #ca7f13;
  text-transform: uppercase;
}
.instagram__ja,
.instagram .section-heading__ja {
  position: relative;
  top: 0.7px;
  right: 535px;
  z-index: 1;
  margin: 5px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #ca7f13;
}
.instagram__grid {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  justify-content: center;
  gap: 40px;
  margin: 0 auto 60px;
  padding: 0;
  list-style: none;
}
.instagram__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  background-color: #666;
}
.instagram__placeholder {
  padding: 8px 36px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 29px;
  line-height: 1.5;
  letter-spacing: 2.6px;
  color: #fff;
  text-align: center;
}
.instagram__action {
  margin: 0;
}
.instagram__button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 201px;
  padding: 15px 17px;
  border-radius: 999px;
  background-color: #949e33;
  font-family: "Marcellus", serif;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .instagram__button:hover {
    opacity: 0.85;
  }
}
.instagram__button-icon {
  font-size: 20px;
  line-height: 1;
}
.instagram__button-text {
  position: relative;
  top: -0.3px;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 20px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1035px) {
  .instagram {
    padding: 64px 0 80px;
  }
  .instagram__script,
  .instagram .section-heading__script {
    font-size: 80px;
  }
  .instagram__title,
  .instagram .section-heading__en {
    font-size: 48px;
  }
  .instagram__grid {
    gap: 12px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .instagram__title,
  .instagram .section-heading__en {
    font-size: 40px;
  }
  .instagram__button {
    min-width: 200px;
    padding: 14px 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .instagram__heading,
  .instagram .section-heading {
    position: relative;
    display: inline-block;
    min-height: 100px;
    margin-bottom: 81px;
    text-align: center;
  }
  .instagram__script,
  .instagram .section-heading__script {
    position: absolute;
    top: 68%;
    left: 61%;
    z-index: 0;
    font-family: "Parisienne", cursive;
    font-size: 72px;
    line-height: 1;
    letter-spacing: 6.6px;
    color: #ca7f13;
    opacity: 0.12;
    pointer-events: none;
    white-space: nowrap;
    transform: translate(-50%, -50%);
  }
  .instagram__title,
  .instagram .section-heading__en {
    position: relative;
    top: 52px;
    right: 26px;
    z-index: 1;
    margin: 0;
    font-family: "Marcellus", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.8px;
    color: #ca7f13;
    text-transform: uppercase;
  }
  .instagram__ja,
  .instagram .section-heading__ja {
    position: relative;
    top: 50px;
    right: 116px;
    z-index: 1;
    margin: 5px 0 0;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #ca7f13;
  }
  .instagram__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
    background-color: #666;
  }
  .instagram__grid {
    gap: 19px;
    margin-bottom: 31px;
  }
  .instagram__placeholder {
    position: relative;
    bottom: 2px;
    right: 4px;
    padding: 3px 22px;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #fff;
    text-align: center;
  }
  .instagram__button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    width: 201px;
    min-width: 200px;
    padding: 15px 17px;
    border-radius: 999px;
    background-color: #949e33;
    font-family: "Marcellus", serif;
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
  }
}

.company-profile {
  padding: 80px 0 120px;
  background-color: #f9f8f6;
}
.company-profile__inner {
  text-align: center;
}
.company-profile__heading,
.company-profile .section-heading {
  position: relative;
  top: -1px;
  right: 202px;
  display: inline-block;
  min-height: 100px;
  margin-bottom: 48px;
  text-align: center;
}
.company-profile__script,
.company-profile .section-heading__script {
  position: absolute;
  top: 24%;
  left: 64%;
  z-index: 0;
  font-family: "Parisienne", cursive;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 6.6px;
  color: #ca7f13;
  opacity: 0.12;
  pointer-events: none;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.company-profile__br--sp-only {
  display: none;
}
@media screen and (max-width: 375px) {
  .company-profile__br--sp-only {
    display: inline;
  }
}
.company-profile__title,
.company-profile .section-heading__en {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3.5px;
  color: #ca7f13;
  text-transform: uppercase;
}
.company-profile__ja,
.company-profile .section-heading__ja {
  position: relative;
  top: 0;
  right: 369px;
  z-index: 1;
  margin: 3px 0 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #ca7f13;
}
.company-profile__media {
  margin-bottom: 60px;
}
.company-profile__image {
  display: block;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.company-profile__info {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #ca7f13;
}
.company-profile__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid #ca7f13;
}
.company-profile__row--full {
  grid-template-columns: 1fr;
}
.company-profile__item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding: 22px 12px;
}
.company-profile__item--company {
  padding: 22px 12px;
  opacity: 1;
  transform: translateY(0);
  position: relative;
  top: 0;
  left: auto;
}
.company-profile__item--trade-name {
  padding: 22px 12px;
}
.company-profile__item--representative {
  padding: 22px 12px;
}
.company-profile__item--address {
  padding: 22px 12px;
}
.company-profile__item--tel {
  padding: 22px 12px 24px;
}
.company-profile__item--capital {
  padding: 22px 12px;
}
.company-profile__item--employees {
  padding: 23px 12px 23px;
}
.company-profile__item--business {
  padding: 22px 12px;
}
.company-profile__label--company {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: auto;
}
.company-profile__label--trade-name {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  top: -1px;
  left: -125px;
}
.company-profile__label--representative {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  top: -2px;
  left: -2px;
}
.company-profile__label--address {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: -124px;
}
.company-profile__label--tel {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: auto;
}
.company-profile__label--capital {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: -125px;
}
.company-profile__label--employees {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: auto;
}
.company-profile__label--business {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #ca7f13;
  position: relative;
  top: 2px;
  left: auto;
}
.company-profile__value--company {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #54372d;
  position: relative;
  top: 1px;
  left: 1px;
}
.company-profile__value--trade-name {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #54372d;
  position: relative;
  top: 2px;
  left: -125.2px;
}
.company-profile__value--representative {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.6px;
  color: #54372d;
  position: relative;
  top: 1px;
  left: auto;
}
.company-profile__value--address {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #54372d;
  position: relative;
  top: 1px;
  left: -124px;
}
.company-profile__value--tel {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.4px;
  color: #54372d;
  position: relative;
  top: 2px;
  left: 0;
}
.company-profile__value--capital {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #54372d;
  position: relative;
  top: 2px;
  left: -124px;
}
.company-profile__value--employees {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.1px;
  color: #54372d;
  position: relative;
  top: 2px;
  left: auto;
}
.company-profile__value--business {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.3px;
  color: #54372d;
  position: relative;
  top: 3px;
  left: 1px;
}
.company-profile__value-part--postal {
  margin-left: 0px;
  letter-spacing: 0px;
}
.company-profile__value-part--street {
  margin-left: 12px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 375px) {
  .company-profile__value-part--hyphen-pc-only {
    display: none;
  }
}
@media screen and (max-width: 1035px) {
  .company-profile {
    padding: 80px 0 120px;
  }
  .company-profile__script,
  .company-profile .section-heading__script {
    font-size: 80px;
  }
  .company-profile__title,
  .company-profile .section-heading__en {
    font-size: 48px;
  }
  .company-profile__row {
    grid-template-columns: 1fr;
  }
  .company-profile__item {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .company-profile__title,
  .company-profile .section-heading__en {
    font-size: 40px;
  }
  .company-profile__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media screen and (max-width: 375px) {
  .company-profile__inner.container {
    padding: 0 5px;
  }
  .company-profile__media {
    width: 343px;
    height: 200px;
    margin: 0 auto 39px;
    overflow: hidden;
  }
  .company-profile__media picture {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  .company-profile__image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center center;
  }
  .company-profile__heading,
  .company-profile .section-heading {
    position: relative;
    top: -1px;
    right: 178px;
    display: inline-block;
    min-height: 100px;
    margin-bottom: 46px;
    text-align: center;
  }
  .company-profile__script,
  .company-profile .section-heading__script {
    position: absolute;
    top: 45%;
    left: 119%;
    z-index: 0;
    font-family: "Parisienne", cursive;
    font-size: 72px;
    line-height: 1.4;
    letter-spacing: 6.6px;
    color: #ca7f13;
    opacity: 0.12;
    pointer-events: none;
    white-space: nowrap;
    text-align: left;
    transform: translate(-50%, -50%);
  }
  .company-profile__title,
  .company-profile .section-heading__en {
    position: relative;
    top: -10px;
    left: 188px;
    font-size: 48px;
    line-height: 1.27;
    letter-spacing: 2px;
    text-align: left;
  }
  .company-profile__ja,
  .company-profile .section-heading__ja {
    position: relative;
    top: -16px;
    right: -31px;
    z-index: 1;
    margin: 3px 0 0;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #ca7f13;
  }
  .company-profile__info {
    width: 343px;
    max-width: 100%;
    margin: 0 auto;
  }
  .company-profile__row {
    display: block;
    border-bottom: none;
  }
  .company-profile__item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid #ca7f13;
  }
  .company-profile__item--company {
    padding: 23.5px 0 24.9px;
  }
  .company-profile__item--trade-name {
    padding: 25px 0px 25.5px;
  }
  .company-profile__item--representative {
    padding: 24.8px 0 26px;
  }
  .company-profile__item--address {
    padding: 27.2px 0 28.8px 1px;
  }
  .company-profile__item--tel {
    padding: 27.4px 0 23.5px 1px;
  }
  .company-profile__item--capital {
    padding: 25px 0 24.9px 1px;
  }
  .company-profile__item--employees {
    padding: 28px 0 23.5px 1px;
  }
  .company-profile__item--business {
    padding: 27px 0 24.5px 1px;
  }
  .company-profile__label--company, .company-profile__label--trade-name, .company-profile__label--representative, .company-profile__label--address, .company-profile__label--tel, .company-profile__label--capital, .company-profile__label--employees, .company-profile__label--business {
    position: relative;
    top: 1px;
    left: 13px;
    margin: 0;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.6px;
    color: #ca7f13;
  }
  .company-profile__value--company {
    position: relative;
    top: 4px;
    left: 21px;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.9px;
    color: #54372d;
  }
  .company-profile__value--trade-name {
    position: relative;
    top: 4px;
    left: 21px;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.8px;
    color: #54372d;
  }
  .company-profile__value--representative {
    position: relative;
    top: 5px;
    left: 21px;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.9px;
    color: #54372d;
  }
  .company-profile__value--address {
    position: relative;
    top: 5px;
    left: 21px;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.9px;
    color: #54372d;
  }
  .company-profile__value--tel {
    position: relative;
    top: 4px;
    left: 21px;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: #54372d;
  }
  .company-profile__value--capital {
    position: relative;
    top: 2px;
    left: 20.5px;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    color: #54372d;
  }
  .company-profile__value--employees {
    position: relative;
    top: 4px;
    left: 20px;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.1px;
    color: #54372d;
  }
  .company-profile__value--business {
    position: relative;
    top: 4px;
    left: 20px;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.9px;
    color: #54372d;
  }
  .company-profile__value-part--postal, .company-profile__value-part--street, .company-profile__value-part--business-lead, .company-profile__value-part--business-rest {
    display: block;
    margin-left: 0;
    letter-spacing: 1px;
  }
}

.pagetop {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
.pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #949e33;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .pagetop__link:hover {
    opacity: 0.85;
  }
}
.pagetop__icon {
  position: relative;
  display: block;
  width: 14px;
  height: 8px;
}
.pagetop__icon::before, .pagetop__icon::after {
  content: "";
  position: absolute;
  top: -2px;
  width: 5px;
  height: 26px;
  background-color: #fff;
  border-radius: 2px;
}
.pagetop__icon::before {
  left: 5px;
  transform: rotate(45deg);
  transform-origin: top right;
}
.pagetop__icon::after {
  right: 5px;
  transform: rotate(-45deg);
  transform-origin: top left;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
  .pagetop__link {
    width: 40px;
    height: 40px;
  }
  .pagetop__icon::before, .pagetop__icon::after {
    top: 0;
    width: 3px;
    height: 14px;
    background-color: #fff;
    border-radius: 2px;
  }
  .pagetop__icon::before {
    left: 6px;
    transform: rotate(45deg);
    transform-origin: top right;
  }
  .pagetop__icon::after {
    right: 6px;
    transform: rotate(-45deg);
    transform-origin: top left;
  }
}
@media screen and (max-width: 375px) {
  .pagetop {
    right: 25px;
    bottom: 44px;
  }
}

.page-reserve .header {
  background-color: #f9f8f6;
}
@media screen and (min-width: 1036px) {
  .page-reserve .header__inner {
    padding-top: 32px;
    padding-bottom: 40px;
    padding-left: clamp(16px, 16px + 32px * (100vw - 375px) / 1065px, 48px);
    padding-right: clamp(20px, 20px + 28px * (100vw - 375px) / 1065px, 48px);
  }
}

@media screen and (min-width: 1036px) {
  .page-reserve-confirm .header__inner {
    padding-top: 32px;
    padding-bottom: 50px;
    padding-left: clamp(16px, 16px + 32px * (100vw - 375px) / 1065px, 48px);
    padding-right: clamp(20px, 20px + 28px * (100vw - 375px) / 1065px, 48px);
  }
}
.page-reserve-confirm .reserve-page-hero__inner {
  padding: 323px 0 130px;
}
.page-reserve-confirm .reserve-page {
  padding: 25px 0 0;
  background-color: #f9f8f6;
}
@media screen and (max-width: 375px) {
  .page-reserve-confirm .reserve-page-hero__inner {
    padding: 163px 0 85px;
  }
  .page-reserve-confirm .reserve-page__inner {
    padding: 45px 20px 56px;
  }
  .page-reserve-confirm .salons-sns {
    padding: 63px 16px 68px 16px;
  }
}

@media screen and (min-width: 1036px) {
  .page-reserve-thanks .header__inner {
    padding-top: 32px;
    padding-bottom: 50px;
    padding-left: clamp(16px, 16px + 32px * (100vw - 375px) / 1065px, 48px);
    padding-right: clamp(20px, 20px + 28px * (100vw - 375px) / 1065px, 48px);
  }
}
.page-reserve-thanks .reserve-page-hero__inner {
  padding: 323px 0 130px;
}
.page-reserve-thanks .reserve-page {
  padding: 20px 0 0;
  background-color: #f9f8f6;
}
.page-reserve-thanks .salons-sns {
  position: relative;
  padding: 170px 0 73px;
  background-color: #f9f8f6;
}
@media screen and (max-width: 375px) {
  .page-reserve-thanks .reserve-page-hero__inner {
    padding: 163px 0 85px;
  }
  .page-reserve-thanks .reserve-page__inner {
    padding: 50px 20px 56px;
  }
  .page-reserve-thanks .salons-sns {
    position: relative;
    padding: 62px 0 68px;
    background-color: #f9f8f6;
  }
}

.reserve-page-hero {
  text-align: center;
  background-color: #d4cebe;
}
.reserve-page-hero__inner {
  padding: 310px 0 130px;
}
.reserve-page-hero__title {
  position: relative;
  top: -9px;
  left: 3px;
  margin: 0;
  font-family: "Marcellus", serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8.1px;
  color: #ca7f13;
  text-transform: uppercase;
}
@media screen and (max-width: 1035px) {
  .reserve-page-hero__inner {
    padding: 80px 0 60px;
  }
  .reserve-page-hero__title {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
}
@media screen and (max-width: 768px) {
  .reserve-page-hero__title {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}

.reserve-page-fv {
  background-color: #f9f8f6;
}
.reserve-page-fv__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.breadcrumb--reserve-page {
  padding: 18px 118px;
  font-family: "Yu Gothic", sans-serif;
  font-size: 16px;
  background-color: #f9f9f9;
  letter-spacing: 4.1px;
}
.breadcrumb--reserve-page .breadcrumb__link,
.breadcrumb--reserve-page .breadcrumb__text,
.breadcrumb--reserve-page .breadcrumb__item--reserve-current {
  color: #ca7f13;
}
.breadcrumb--reserve-page .breadcrumb__item--reserve-current {
  color: #ca7f13;
  padding-left: 8px;
}
.breadcrumb--reserve-page .breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  top: 1.8px;
  width: 1px;
  height: 23px;
  border: none;
  transform: none;
  transform-origin: center center;
  background-color: #ca7f13;
}

.reserve-page {
  padding: 38px 0 0;
  background-color: #f9f8f6;
}
.reserve-page__inner {
  margin: 0 auto;
  padding: 57px 199px 48px 180px;
}
.reserve-page__notice {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 56px;
}
.reserve-page__notice-title {
  margin: 0 0 20px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 3.2px;
  color: #ca7f13;
}
.reserve-page__br--sp-only {
  display: none;
}
.reserve-page__notice-text {
  margin: 0;
  padding: 15px 65px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.82px;
  color: #ca7f13;
}
.reserve-page__notice-text + .reserve-page__notice-text {
  margin-top: 16px;
}
.reserve-page__notice-aside {
  flex: 0 0 240px;
  margin-top: 14px;
  padding: 29.5px 24px 36px;
  background-color: #e5e0d5;
  text-align: center;
}
.reserve-page__download-label {
  position: relative;
  top: 0;
  left: 2px;
  margin: 0 0 13px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #ca7f13;
}
.reserve-page__download-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 160px;
  padding: 10px 10px 4px 15px;
  border-radius: 9999px;
  background-color: #949e33;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #fff;
  transition: opacity 0.2s;
}
.reserve-page__download-link:hover {
  opacity: 0.85;
}
.reserve-page__download-icon {
  position: relative;
  bottom: 3px;
  left: 0;
  font-size: 16px;
}
.reserve-page__download-text {
  position: relative;
  bottom: 2.1px;
  left: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.reserve-page__tel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 70px 0;
}
.reserve-page__tel-title {
  margin: 0 0 20px;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.8px;
  color: #ca7f13;
}
.reserve-page__tel-text {
  margin: 0;
  padding: 7px 60px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #ca7f13;
}
.reserve-page__tel-text + .reserve-page__tel-text {
  margin-top: 12px;
}
.reserve-page__tel-info {
  flex: 0 0 423px;
  align-self: center;
  position: relative;
  padding-left: 40px;
  text-align: center;
}
.reserve-page__tel-info::before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
  width: 1px;
  height: 200px;
  background-color: #ca7f13;
}
.reserve-page__tel-link {
  position: relative;
  top: 19px;
  right: 14px;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 3.2px;
  color: #ca7f13;
  text-decoration: none;
}
.reserve-page__tel-link:hover {
  opacity: 0.8;
}
.reserve-page__tel-hours {
  display: inline-block;
  position: relative;
  top: 0;
  right: 16px;
  width: 240px;
  margin: 57px 0 0;
  padding: 4px 16px;
  border: 1px solid #ca7f13;
  border-radius: 9999px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #ca7f13;
}
.reserve-page__tel-hours-time {
  position: relative;
  right: -2px;
  top: 0;
}
.reserve-page__tel-hours-note {
  position: relative;
  right: -2px;
  top: 0;
  font-size: 14px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .reserve-page {
    padding-top: 40px;
  }
  .reserve-page__notice, .reserve-page__tel {
    flex-direction: column;
    gap: 24px;
  }
  .reserve-page__notice-aside {
    flex: none;
    width: 100%;
  }
  .reserve-page__tel-info {
    width: 100%;
    padding-left: 0;
    padding-top: 24px;
    border-top: 1px solid #ca7f13;
  }
  .reserve-page__tel-info::before {
    display: none;
  }
  .reserve-page__tel-link {
    font-size: 32px;
  }
}

.reserve--page {
  padding: 0 0 88px;
  background-color: #f9f8f6;
}
.reserve--page__inner {
  padding: 80px 0 64px;
  background-color: #EDE9E4;
}
.reserve--page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1120px;
  margin: 0 auto 85px;
  padding: 0 24px 0 20px;
}
.reserve--page__heading-wrap {
  flex: 1;
  min-width: 0;
}
.reserve--page__title {
  margin: 8px 0 48px;
  font-family: "Marcellus", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.8px;
  color: #ca7f13;
  text-transform: uppercase;
}
.reserve--page__lead {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.4px;
  color: #333;
}
.reserve--page__steps {
  display: flex;
  flex-shrink: 0;
  gap: 30px;
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  list-style: none;
}
.reserve--page__step {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 7px;
  row-gap: 0;
  align-items: center;
  min-width: 130px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 20px;
  color: #b5a998;
  position: relative;
  left: 3px;
  top: 0;
  letter-spacing: 1.5px;
}
.reserve--page__step::before, .reserve--page__step::after {
  content: "";
  grid-column: 1/-1;
  width: 130px;
  height: 2px;
  background-color: currentColor;
  position: relative;
  top: 0;
  right: 0;
}
.reserve--page__step.is-current {
  color: #ca7f13;
}
.reserve--page__step--01 {
  position: relative;
  top: 0;
  left: 9px;
}
.reserve--page__step--01::before {
  margin-bottom: 52.5px;
}
.reserve--page__step--01::after {
  margin-top: 48.5px;
}
.reserve--page__step--02 {
  position: relative;
  top: 0;
  left: 6px;
}
.reserve--page__step--02::before {
  margin-bottom: 52.5px;
}
.reserve--page__step--02::after {
  margin-top: 48.5px;
}
.reserve--page__step--03 {
  position: relative;
  top: 0;
  left: 4px;
}
.reserve--page__step--03::before {
  margin-bottom: 52.5px;
}
.reserve--page__step--03::after {
  margin-top: 49.5px;
}
.reserve--page__step-label {
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 1.7px;
  position: relative;
}
.reserve--page__step-label--01 {
  top: 0;
  left: 22px;
}
.reserve--page__step-label--02 {
  top: 0;
  left: 23px;
}
.reserve--page__step-label--03 {
  top: 1px;
  left: 23px;
}
.reserve--page__step-num {
  font-family: "Marcellus", serif;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
.reserve--page__step-num--01 {
  top: 0;
  left: -1px;
}
.reserve--page__step-num--02 {
  top: 0;
  left: 2px;
}
.reserve--page__step-num--03 {
  top: 0;
  left: 1px;
}
.reserve--page__step-heading {
  display: contents;
}
.reserve--page__step-text {
  grid-column: 1/-1;
  justify-self: center;
  padding-bottom: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  white-space: nowrap;
  position: relative;
}
.reserve--page__step-text--01 {
  margin-top: 8px;
  top: 0;
  left: 1px;
}
.reserve--page__step-text--02 {
  margin-top: 9px;
  top: 0;
  left: 2px;
}
.reserve--page__step-text--03 {
  margin-top: 9px;
  top: 0;
  left: 2px;
}
.reserve--page__form {
  max-width: 1045px;
  margin: 0 auto;
  padding: 0 22px 0 20px;
}
.reserve--page .wpcf7 {
  max-width: 1045px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.reserve--page .wpcf7 .reserve--page__form {
  margin: 0;
  max-width: none;
}
.reserve--page__field {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px 143px;
  padding: 15px 0 8px;
}
.reserve--page__field--name {
  padding: 0;
}
.reserve--page__field--furigana {
  padding: 33px 0 0;
}
.reserve--page__field--tel {
  padding: 32px 0 0;
}
.reserve--page__field--email {
  padding: 32px 0 0;
}
.reserve--page__field--contact-method {
  padding: 32px 0 0;
}
.reserve--page__field--contact-time {
  gap: 24px 145px;
  padding: 66px 0 0;
}
.reserve--page__field--inquiry {
  padding: 28px 0 0;
}
.reserve--page__field--message {
  padding: 8px 0 0;
  align-items: start;
  grid-template-columns: 238px 1fr;
}
.reserve--page__field--store {
  grid-template-columns: 239px 1fr;
  padding: 29px 0 0;
}
.reserve--page__field--visit-01 {
  padding: 37px 0 0;
  grid-template-columns: 265px 1fr;
  gap: 24px 117px;
}
.reserve--page__field--visit-02 {
  padding: 38px 0 0;
  grid-template-columns: 265px 1fr;
  gap: 24px 117px;
}
.reserve--page__field.is-error .reserve--page__control:not(.reserve--page__control--date) {
  border-color: #d94b4b;
}
.reserve--page__field.is-error .reserve--page__custom-select__trigger {
  border-color: #d94b4b;
}
.reserve--page__field.is-error .reserve--page__input-error {
  display: block;
}
.reserve--page__input-error {
  display: none;
  margin: 8px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #d94b4b;
}
.reserve--page__input-error--inquiry {
  margin-top: 12px;
}
.reserve--page__label-col {
  min-width: 0;
}
.reserve--page__input-col {
  position: relative;
  min-width: 0;
  left: 0;
}
.reserve--page__input-col--contact-time {
  min-width: 0;
  width: 100%;
}
.reserve--page__input-col--inquiry {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  left: 0;
  bottom: 21px;
}
.reserve--page__label-row {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
}
.reserve--page__label-row--name {
  gap: 17px;
}
.reserve--page__label-row--furigana {
  gap: 16px;
}
.reserve--page__label-row--tel {
  gap: 16px;
}
.reserve--page__label-row--email {
  gap: 17px;
}
.reserve--page__label-row--contact-method {
  gap: 17px;
}
.reserve--page__label-row--contact-time {
  margin-top: 0;
  align-items: flex-start;
}
.reserve--page__label-row--store {
  margin-top: 0;
  align-items: flex-start;
}
.reserve--page__label-row--inquiry {
  margin-top: 0;
  align-items: flex-start;
}
.reserve--page__label-row--visit-01 {
  margin-top: 0;
  align-items: flex-start;
  position: relative;
  bottom: 1px;
  left: 0;
}
.reserve--page__label-row--visit-02 {
  margin-top: 0;
  align-items: flex-start;
  position: relative;
  bottom: 1px;
  left: 0;
}
.reserve--page__label-row--message {
  margin-top: 6px;
  margin-bottom: 0;
}
.reserve--page__label {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #333;
}
.reserve--page__label--name {
  position: relative;
  top: -1px;
  left: 0;
  letter-spacing: 1.1px;
}
.reserve--page__label--furigana {
  position: relative;
  top: -1px;
  left: 0;
  letter-spacing: 1.9px;
}
.reserve--page__label--tel {
  position: relative;
  top: -1px;
  left: 2px;
  letter-spacing: 1.3px;
}
.reserve--page__label--email {
  position: relative;
  top: -1px;
  left: 0;
  letter-spacing: 1.9px;
}
.reserve--page__label--contact-method {
  position: relative;
  top: -1px;
  left: -1px;
  letter-spacing: 1.5px;
}
.reserve--page__label--contact-time {
  position: relative;
  top: 0;
  left: 25px;
  letter-spacing: 1.5px;
}
.reserve--page__label--inquiry {
  position: relative;
  top: 2px;
  left: 19px;
  letter-spacing: 1.5px;
}
.reserve--page__label--store {
  position: relative;
  top: 0;
  left: 19px;
  letter-spacing: 1.5px;
}
.reserve--page__label--visit-01 {
  position: relative;
  top: 1px;
  left: 19px;
  letter-spacing: 1.7px;
}
.reserve--page__label--visit-02 {
  position: relative;
  top: 0;
  left: 19px;
  letter-spacing: 1.7px;
}
.reserve--page__label--message {
  position: relative;
  top: 9px;
  left: 20px;
  letter-spacing: 1.5px;
}
.reserve--page__badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-radius: 20px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.reserve--page__badge--required {
  background-color: #54372d;
}
.reserve--page__badge--optional {
  position: relative;
  top: 0;
  left: 2px;
  background-color: #d4cebe;
  letter-spacing: 1.7px;
  color: #333;
}
.reserve--page__badge--name {
  margin: 0 0 2px 2px;
  padding: 7px 2px 8px 2px;
}
.reserve--page__badge--furigana {
  margin: 0 0 2px 1px;
  padding: 6px 0 8px 2px;
}
.reserve--page__badge--tel {
  margin: 0 0 2px 0;
  padding: 6px 2px 7px 6px;
}
.reserve--page__badge--email {
  margin: 4px 0 6px 2.5px;
  padding: 6px 2px 8px 4px;
  letter-spacing: 1.1px;
}
.reserve--page__badge--contact-method {
  margin: 0 0 2px 3px;
  padding: 7px 2px 7px 3px;
  letter-spacing: 1.3px;
}
.reserve--page__badge--contact-time {
  position: relative;
  top: 0;
  left: 2px;
  margin: 0 -6.5px 0 0;
  padding: 7px 5px 7px 8px;
  letter-spacing: 1.1px;
}
.reserve--page__badge--inquiry {
  position: relative;
  top: 0;
  left: 2.5px;
  padding: 6px 2px 7px 5px;
  letter-spacing: 1.5px;
}
.reserve--page__badge--store {
  position: relative;
  top: 0;
  left: 3px;
  padding: 6px 4px 7px 8px;
  letter-spacing: 1.5px;
}
.reserve--page__badge--visit-01 {
  position: relative;
  top: -1px;
  left: 3px;
  padding: 7px 2px 8px 6px;
  letter-spacing: 1.5px;
}
.reserve--page__badge--visit-02 {
  position: relative;
  top: 0;
  left: 3px;
  letter-spacing: 1.5px;
  padding: 7px 2px 8px 6px;
}
.reserve--page__badge--message {
  position: relative;
  top: 9px;
  left: 3px;
  padding: 6px 2px 7px 6px;
  letter-spacing: 1.5px;
}
.reserve--page__control {
  display: block;
  box-sizing: border-box;
  width: 620px;
  height: 50px;
  padding: 0 16px;
  border: 1px solid transparent;
  background-color: #fff;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1.4px;
  color: #333;
  transition: border-color 0.2s;
}
.reserve--page__control:focus {
  outline: none;
  border-color: #ca7f13;
}
.reserve--page__control--textarea {
  height: auto;
  min-height: 160px;
  padding: 12px 16px;
  resize: vertical;
}
.reserve--page__control--message {
  height: 120px;
  min-height: 120px;
  margin-top: 15px;
}
.reserve--page__control--store {
  width: 48%;
  position: relative;
  bottom: 12px;
}
.reserve--page__control--select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.reserve--page__control--date {
  flex: 1;
  min-width: 0;
  width: 250px;
  height: 50px;
  padding: 0 16px;
  border: none;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  color: transparent;
}
.reserve--page__control--date::-webkit-datetime-edit, .reserve--page__control--date::-webkit-datetime-edit-fields-wrapper, .reserve--page__control--date::-webkit-datetime-edit-text, .reserve--page__control--date::-webkit-datetime-edit-month-field, .reserve--page__control--date::-webkit-datetime-edit-day-field, .reserve--page__control--date::-webkit-datetime-edit-year-field {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.reserve--page__control--date::-webkit-datetime-edit {
  opacity: 0;
  color: transparent;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
}
.reserve--page__control--date::-webkit-datetime-edit-year-field, .reserve--page__control--date::-webkit-datetime-edit-month-field, .reserve--page__control--date::-webkit-datetime-edit-day-field, .reserve--page__control--date::-webkit-datetime-edit-text {
  color: transparent;
}
.reserve--page__control--date.is-filled {
  color: #333;
}
.reserve--page__control--date.is-filled::-webkit-datetime-edit {
  opacity: 1;
  color: #333;
}
.reserve--page__control--date.is-filled::-webkit-datetime-edit-year-field, .reserve--page__control--date.is-filled::-webkit-datetime-edit-month-field, .reserve--page__control--date.is-filled::-webkit-datetime-edit-day-field, .reserve--page__control--date.is-filled::-webkit-datetime-edit-text {
  color: #333;
}
.reserve--page__control--date::-webkit-calendar-picker-indicator {
  display: none;
}
.reserve--page__control--date::-moz-calendar-picker-indicator {
  display: none;
}
.reserve--page__custom-select {
  position: relative;
  display: block;
  width: 620px;
}
.reserve--page__custom-select--store {
  width: 48%;
  bottom: 12px;
}
.reserve--page__custom-select.is-open .reserve--page__custom-select__trigger {
  border-color: #ca7f13;
}
.reserve--page__custom-select.is-open .reserve--page__custom-select__list {
  display: block;
}
.reserve--page__custom-select.is-open .reserve--page__custom-select__trigger::after {
  transform: translateY(-50%) rotate(180deg);
}
.reserve--page__custom-select__trigger {
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 40px 0 16px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1.4px;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s;
  appearance: none;
}
.reserve--page__custom-select__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ca7f13' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  transform: translateY(-50%);
  transition: transform 0.2s;
  pointer-events: none;
}
.reserve--page__custom-select__trigger:focus {
  outline: none;
  border-color: #ca7f13;
}
.reserve--page__custom-select__trigger.is-placeholder {
  color: #999;
}
.reserve--page__custom-select__list {
  display: none;
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ca7f13;
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(84, 55, 45, 0.12);
  max-height: 260px;
  overflow-y: auto;
}
.reserve--page__custom-select__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}
.reserve--page__custom-select__option::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}
.reserve--page__custom-select__option:hover, .reserve--page__custom-select__option:focus {
  outline: none;
  background-color: #f9f8f6;
  color: #ca7f13;
}
.reserve--page__custom-select__option.is-selected {
  background-color: #ede9e4;
  color: #54372d;
}
.reserve--page__custom-select__option.is-selected::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='%23ca7f13' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.reserve--page__date-wrap {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  vertical-align: top;
}
.reserve--page__date-wrap--visit-01 {
  top: -13px;
  left: 0;
}
.reserve--page__date-wrap--visit-02 {
  top: -14px;
  left: 0;
  width: 48.3%;
}
.reserve--page__date-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: #ca7f13;
  background-image: url("../img/common/icon-calendar-reserve.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.reserve--page__time-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  bottom: 29.7px;
  left: 0;
}
.reserve--page__time-row {
  display: grid;
  grid-template-columns: 48px repeat(3, minmax(0, 223px));
  gap: 0;
  align-items: center;
  width: 100%;
}
.reserve--page__time-row .wpcf7-form-control-wrap,
.reserve--page__time-row .wpcf7-form-control,
.reserve--page__time-row .wpcf7-checkbox,
.reserve--page__time-row .wpcf7-list-item {
  display: contents;
}
.reserve--page__time-row .wpcf7-list-item {
  margin: 0;
}
.reserve--page__time-row .wpcf7-list-item-label {
  display: none;
}
.reserve--page__time-label {
  position: relative;
  bottom: 0;
  left: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #333;
}
.reserve--page__inquiry-grid {
  display: grid;
  grid-template-columns: repeat(2, 254px);
  gap: 10px 24px;
}
.reserve--page__inquiry-grid .wpcf7-form-control-wrap,
.reserve--page__inquiry-grid .wpcf7-form-control,
.reserve--page__inquiry-grid .wpcf7-checkbox,
.reserve--page__inquiry-grid .wpcf7-list-item {
  display: contents;
}
.reserve--page__inquiry-grid .wpcf7-list-item {
  margin: 0;
}
.reserve--page__inquiry-grid .wpcf7-list-item-label {
  display: none;
}
.reserve--page__checkbox {
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
}
.reserve--page__checkbox .wpcf7-form-control-wrap,
.reserve--page__checkbox .wpcf7-form-control,
.reserve--page__checkbox .wpcf7-checkbox,
.reserve--page__checkbox .wpcf7-list-item {
  display: contents;
}
.reserve--page__checkbox .wpcf7-list-item-label {
  display: none;
}
.reserve--page__checkbox--contact-time {
  flex: 0 0 auto;
  min-width: 0;
}
.reserve--page__checkbox--weekday-13-17 {
  position: relative;
  left: 33px;
}
.reserve--page__checkbox--weekday-17 {
  position: relative;
  left: 67px;
}
.reserve--page__checkbox--holiday-13-17 {
  position: relative;
  left: 33px;
}
.reserve--page__checkbox--holiday-17 {
  position: relative;
  left: 67px;
}
.reserve--page__checkbox input[type=checkbox],
.reserve--page .wpcf7-list-item.reserve--page__checkbox input[type=checkbox] {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
}
.reserve--page__checkbox input[type=checkbox]:checked,
.reserve--page .wpcf7-list-item.reserve--page__checkbox input[type=checkbox]:checked {
  background-color: #ca7f13;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 5l4 4 8-8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
}
.reserve--page__checkbox input[type=checkbox]:focus-visible,
.reserve--page .wpcf7-list-item.reserve--page__checkbox input[type=checkbox]:focus-visible {
  outline: 2px solid #ca7f13;
  outline-offset: 2px;
}
.reserve--page__checkbox-text--weekday-10-13 {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #333;
}
.reserve--page__checkbox-text--weekday-13-17 {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #333;
}
.reserve--page__checkbox-text--weekday-17 {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #333;
}
.reserve--page__checkbox-text--holiday-10-13 {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #333;
}
.reserve--page__checkbox-text--holiday-13-17 {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #333;
}
.reserve--page__checkbox-text--holiday-17 {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #333;
}
.reserve--page__checkbox-text--inquiry-reservation {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #333;
}
.reserve--page__checkbox-text--inquiry-question {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2.3px;
  color: #333;
}
.reserve--page__checkbox-text--inquiry-trial {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #333;
}
.reserve--page__checkbox-text--inquiry-other {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  color: #333;
}
.reserve--page__note {
  margin: 5px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  color: #666;
}
.reserve--page__submit-wrap {
  text-align: center;
  position: relative;
  bottom: -29px;
  left: 37px;
}
.reserve--page__turnstile {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 48px 0 0;
  position: relative;
  left: 0;
  bottom: 0;
}
.reserve--page__turnstile .wpcf7-turnstile,
.reserve--page__turnstile .cf-turnstile {
  margin: 0 auto;
}
.reserve--page__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 160px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background-color: #949e33;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
  position: relative;
  top: 1px;
  left: 1px;
}
.reserve--page__submit:hover {
  opacity: 0.85;
}
.reserve--page .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.reserve--page__checkbox .wpcf7-form-control-wrap, .reserve--page__time-row .wpcf7-form-control-wrap, .reserve--page__inquiry-grid .wpcf7-form-control-wrap {
  display: contents;
  position: static;
}
.reserve--page .wpcf7-not-valid-tip {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #d94b4b;
}
.reserve--page .wpcf7-form-control-wrap:has(.wpcf7-not-valid) .wpcf7-not-valid-tip {
  display: block;
}
.reserve--page__field--inquiry.is-error .wpcf7-not-valid-tip, .reserve--page__field--store.is-error .wpcf7-not-valid-tip, .reserve--page__field--contact-method.is-error .wpcf7-not-valid-tip, .reserve--page__field--tel.is-error .wpcf7-not-valid-tip, .reserve--page__field:has([data-reserve-error]).is-error .wpcf7-not-valid-tip {
  display: none !important;
}
.reserve--page .wpcf7-response-output {
  margin: unset;
  padding: 10px 0;
  border: 1px solid #ca7f13;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1.2px;
  text-align: center;
  color: #333;
  background-color: transparent;
}
.reserve--page .wpcf7-response-output[aria-hidden=true] {
  display: none;
}
.reserve--page .wpcf7-form.invalid .wpcf7-response-output,
.reserve--page .wpcf7-form.failed .wpcf7-response-output,
.reserve--page .wpcf7-form.aborted .wpcf7-response-output {
  border-color: #d94b4b;
  color: #d94b4b;
}
.reserve--page .wpcf7-form.sent .wpcf7-response-output {
  border-color: #ca7f13;
  color: #333;
}
.reserve--page__confirm-value {
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
  position: relative;
}
.reserve--page--confirm [data-reserve-cf7-submit] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.reserve--page--confirm .reserve--page__inner {
  padding: 65px 0 64px;
  background-color: #EDE9E4;
}
.reserve--page--confirm .reserve--page__form {
  max-width: 1045px;
  margin: 0 auto;
  padding: 82px 22px 0 20px;
}
.reserve--page--confirm .reserve--page__note {
  display: none;
}
.reserve--page--confirm .reserve--page__confirm-value {
  top: 8px;
  margin: 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.1px;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 0 22px 0 0;
  position: relative;
}
.reserve--page--confirm .reserve--page__confirm-value--name {
  top: 9px;
  font-size: 15px;
  letter-spacing: 2.4px;
  left: 0.5px;
}
.reserve--page--confirm .reserve--page__confirm-value--furigana {
  top: 8px;
  letter-spacing: 3px;
}
.reserve--page--confirm .reserve--page__field--furigana {
  padding: 8px 0 0;
}
.reserve--page--confirm .reserve--page__field--tel {
  padding: 8px 0 0;
}
.reserve--page--confirm .reserve--page__field--email {
  padding: 8px 0 0;
}
.reserve--page--confirm .reserve--page__field--contact-method {
  padding: 8px 0 0;
}
.reserve--page--confirm .reserve--page__field--contact-time {
  gap: 24px 145px;
  padding: 17px 0 0;
}
.reserve--page--confirm .reserve--page__field--inquiry {
  padding: 26px 0 0;
}
.reserve--page--confirm .reserve--page__input-col--inquiry {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  left: 0;
  bottom: -2px;
}
.reserve--page--confirm .reserve--page__label--inquiry {
  position: relative;
  top: 0;
  left: 18px;
  letter-spacing: 1.5px;
}
.reserve--page--confirm .reserve--page__confirm-value--contact-method {
  letter-spacing: 4px;
}
.reserve--page--confirm .reserve--page__confirm-value--contact-time {
  top: -1px;
  left: -3px;
  letter-spacing: 0;
}
.reserve--page--confirm .reserve--page__confirm-value--inquiry {
  top: 0;
}
.reserve--page--confirm .reserve--page__field--store {
  grid-template-columns: 239px 1fr;
  padding: 26px 0 0;
}
.reserve--page--confirm .reserve--page__label--store {
  position: relative;
  top: -1px;
  left: 19px;
  letter-spacing: 1.8px;
}
.reserve--page--confirm .reserve--page__confirm-value--store {
  top: 0;
  font-size: 16px;
  letter-spacing: 2px;
}
.reserve--page--confirm .reserve--page__label--visit-01 {
  position: relative;
  top: -1px;
  left: 19px;
  letter-spacing: 1.7px;
}
.reserve--page--confirm .reserve--page__field--visit-01 {
  padding: 28px 0 0;
  grid-template-columns: 265px 1fr;
  gap: 24px 117px;
}
.reserve--page--confirm .reserve--page__confirm-value--visit-01,
.reserve--page--confirm .reserve--page__confirm-value--visit-02 {
  top: -2px;
  letter-spacing: 0.9px;
}
.reserve--page--confirm .reserve--page__field--visit-02 {
  padding: 27px 0 0;
  grid-template-columns: 265px 1fr;
  gap: 24px 117px;
}
.reserve--page--confirm .reserve--page__badge--visit-02 {
  position: relative;
  top: -1px;
  left: 3px;
  letter-spacing: 1.5px;
  padding: 7px 2px 8px 6px;
}
.reserve--page--confirm .reserve--page__label--visit-02 {
  position: relative;
  top: -1px;
  left: 19px;
  letter-spacing: 1.7px;
}
.reserve--page--confirm .reserve--page__label-row--message {
  margin-top: 15px;
  margin-bottom: 0;
}
.reserve--page--confirm .reserve--page__field--message {
  padding: 8px 0 0;
  align-items: start;
  grid-template-columns: 240px 1fr;
}
.reserve--page--confirm .reserve--page__confirm-value--message {
  font-size: 13px;
  top: 4px;
  letter-spacing: 2.47px;
  line-height: 2.18;
  padding-top: 9px;
}
.reserve--page--confirm .reserve--page__field--contact-time,
.reserve--page--confirm .reserve--page__field--inquiry,
.reserve--page--confirm .reserve--page__field--store,
.reserve--page--confirm .reserve--page__field--visit-01,
.reserve--page--confirm .reserve--page__field--visit-02 {
  align-items: center;
}
.reserve--page--confirm .reserve--page__label-row--contact-time,
.reserve--page--confirm .reserve--page__label-row--inquiry,
.reserve--page--confirm .reserve--page__label-row--store,
.reserve--page--confirm .reserve--page__label-row--visit-01,
.reserve--page--confirm .reserve--page__label-row--visit-02 {
  min-height: auto;
  align-items: center;
}
.reserve--page--confirm .reserve--page__submit-wrap {
  text-align: center;
  position: relative;
  bottom: auto;
  left: 0;
}
.reserve--page--confirm .reserve--page__submit {
  position: relative;
  top: 1px;
  left: 2px;
  letter-spacing: 2.1px;
}
.reserve--page__submit-wrap--confirm {
  margin: 65px auto 31px;
}
.reserve--page--thanks {
  padding-bottom: 0;
}
.reserve--page--thanks .reserve--page__inner {
  padding: 65px 0 53px;
  background-color: #EDE9E4;
}
.reserve--page--thanks .reserve--page__header {
  margin-bottom: 0;
}
.reserve--page--thanks .reserve--page__form {
  display: none;
}
.reserve--page__thanks {
  max-width: 1120px;
  margin: 0 auto;
  padding: 52px 24px 0;
  text-align: center;
}
.reserve--page__thanks-title {
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 4.3px;
  color: #ca7f13;
  position: relative;
  top: 0;
  left: 2.3px;
}
.reserve--page__thanks-text {
  margin: 22px 0 0;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1.7px;
  color: #ca7f13;
  position: relative;
  top: 1px;
  left: 1px;
}
.reserve--page__thanks-link-wrap {
  margin: 7px 0 40px;
  position: relative;
  top: 0;
  right: 144px;
}
.reserve--page__thanks-link {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
  font-size: 17px;
  letter-spacing: 1.2px;
  color: #ca7f13;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .reserve--page__thanks-link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .reserve--page {
    padding-bottom: 60px;
  }
  .reserve--page__header {
    flex-direction: column;
    gap: 24px;
  }
  .reserve--page__steps {
    width: 100%;
    justify-content: center;
  }
  .reserve--page__field {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }
  .reserve--page__label-row {
    margin-top: 0;
  }
  .reserve--page__time-grid {
    bottom: 0;
    left: 0;
  }
  .reserve--page__time-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .reserve--page__checkbox--weekday-13-17 {
    left: 0;
  }
  .reserve--page__checkbox--weekday-17 {
    left: 0;
  }
  .reserve--page__checkbox--holiday-13-17 {
    left: 0;
  }
  .reserve--page__checkbox--holiday-17 {
    left: 0;
  }
  .reserve--page__inquiry-grid {
    grid-template-columns: 1fr;
  }
  .reserve--page__date-wrap--visit-01, .reserve--page__date-wrap--visit-02 {
    top: 0;
    left: 0;
    width: 100%;
  }
  .reserve--page__control--store {
    width: 100%;
    bottom: 0;
  }
  .reserve--page__control--message {
    margin-top: 0;
  }
  .reserve--page__custom-select {
    width: 100%;
  }
  .reserve--page__custom-select--store {
    width: 100%;
    bottom: 0;
  }
  .reserve--page__input-col--inquiry {
    bottom: 0;
  }
  .reserve--page__submit {
    width: 100%;
    min-width: 0;
  }
  .reserve--page__thanks {
    padding: 64px 20px 80px;
  }
  .reserve--page__thanks-title {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
  .reserve--page__thanks-text {
    margin-top: 28px;
    font-size: 15px;
  }
  .reserve--page__thanks-link-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 375px) {
  .reserve-page-hero__inner {
    padding: 164px 0 84px;
  }
  .reserve-page-hero__title {
    left: 2px;
    top: 1px;
    font-size: 32px;
    letter-spacing: 3.2px;
  }
  .breadcrumb--reserve-page {
    padding: 10px 13px;
    font-size: 13px;
    letter-spacing: 2.7px;
  }
  .breadcrumb--reserve-page .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 22px;
    row-gap: 5px;
  }
  .breadcrumb--reserve-page .breadcrumb__link,
  .breadcrumb--reserve-page .breadcrumb__text,
  .breadcrumb--reserve-page .breadcrumb__item--reserve-current {
    font-size: 13px;
    letter-spacing: 2.7px;
  }
  .breadcrumb--reserve-page .breadcrumb__item--home {
    top: 0.1px;
    left: 2px;
  }
  .breadcrumb--reserve-page .breadcrumb__item--reserve-current {
    top: 1.8px;
    left: 2.8px;
    padding: 1px 0 0;
    letter-spacing: 2.4px;
  }
  .breadcrumb--reserve-page .breadcrumb__item:not(:last-child)::after {
    top: -0.2px;
    left: 4px;
    height: 15px;
  }
  .reserve-page {
    padding-top: 0;
  }
  .reserve-page__inner {
    padding: 70px 20px 56px;
  }
  .reserve-page__notice {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 10px;
  }
  .reserve-page__notice-aside {
    order: -1;
    flex: none;
    width: 72%;
    margin: 0 auto;
    padding: 28px 20px 28px;
  }
  .reserve-page__download-label {
    top: 0;
    left: 2px;
    margin: 0 0 13px;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #ca7f13;
  }
  .reserve-page__download-link {
    margin: 0 auto 9px;
  }
  .reserve-page__notice-main {
    padding: 0 10px;
  }
  .reserve-page__br--sp-only {
    display: inline;
  }
  .reserve-page__br--pc-only {
    display: none;
  }
  .reserve-page__notice-title {
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.3;
  }
  .reserve-page__notice-text {
    padding: 0;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .reserve-page__tel {
    flex-direction: column;
    align-items: center;
    padding: 23px 0;
    text-align: center;
  }
  .reserve-page__tel-title {
    position: relative;
    top: 0;
    left: 1px;
    margin: 0 0 13px;
    font-family: "Marcellus", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.2px;
    color: #ca7f13;
  }
  .reserve-page__tel-text {
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: left;
  }
  .reserve-page__tel-info {
    flex: none;
    width: 100%;
    padding: 3px 0 0;
    text-align: center;
    border-top: 0 solid #ca7f13;
  }
  .reserve-page__tel-info::before {
    display: none;
  }
  .reserve-page__tel-link {
    top: -1px;
    right: -6px;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  .reserve-page__tel-hours {
    top: 0;
    right: -6px;
    width: 240px;
    margin-top: 15px;
  }
  .reserve-page__tel-hours-note {
    position: relative;
    right: -1px;
    top: 0;
    font-size: 14px;
    letter-spacing: 1.6px;
  }
  .reserve--page {
    padding-bottom: 24px;
  }
  .reserve--page__inner {
    padding: 40px 20px 28px;
  }
  .reserve--page__header {
    flex-direction: column;
    gap: 26px;
    margin: 25px auto 21px;
    padding: 0 10px;
  }
  .reserve--page__title {
    margin: 0 0 15px;
    font-size: 32px;
    letter-spacing: 3.2px;
    text-align: left;
  }
  .reserve--page__lead {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.4px;
  }
  .reserve--page__steps {
    justify-content: center;
    gap: 19px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
  .reserve--page__step {
    left: 0;
    flex: 0 0 auto;
    min-width: 0;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .reserve--page__step::before, .reserve--page__step::after {
    width: 93px;
    justify-self: center;
  }
  .reserve--page__step--01, .reserve--page__step--02 {
    left: 0;
  }
  .reserve--page__step--01::before, .reserve--page__step--02::before {
    margin-bottom: 37px;
  }
  .reserve--page__step--01::after, .reserve--page__step--02::after {
    margin-top: 29.5px;
  }
  .reserve--page__step--03 {
    left: 0;
  }
  .reserve--page__step--03::before {
    margin-bottom: 37px;
  }
  .reserve--page__step--03::after {
    margin-top: 31.5px;
  }
  .reserve--page__step-heading--01, .reserve--page__step-heading--02, .reserve--page__step-heading--03 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-column: 1/-1;
    column-gap: 7px;
  }
  .reserve--page__step-label--01, .reserve--page__step-label--02, .reserve--page__step-label--03, .reserve--page__step-num--01, .reserve--page__step-num--02, .reserve--page__step-num--03, .reserve--page__step-text--01, .reserve--page__step-text--02 {
    top: 0;
    left: 0;
  }
  .reserve--page__step-label--02 {
    top: 1px;
    left: 1px;
  }
  .reserve--page__step-text--01 {
    margin-top: 10px;
  }
  .reserve--page__step-text--02 {
    margin-top: 11px;
  }
  .reserve--page__step-text--03 {
    margin-top: 10px;
  }
  .reserve--page__step-label--01, .reserve--page__step-label--02, .reserve--page__step-label--03, .reserve--page__step-num--01, .reserve--page__step-num--02, .reserve--page__step-num--03 {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .reserve--page__step-text--01, .reserve--page__step-text--02, .reserve--page__step-text--03 {
    position: relative;
    top: 0;
    left: -2px;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .reserve--page__step-text--02 {
    left: 1px;
    letter-spacing: 2.6px;
  }
  .reserve--page__form {
    padding: 13px 10px;
  }
  .reserve--page__field {
    gap: 0;
    padding: 15px 0 5px;
  }
  .reserve--page__field--name {
    padding: 15px 0 5px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reserve--page__field--inquiry {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 38px 0 0;
    align-items: start;
  }
  .reserve--page__field--message {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 38px 0 0;
    align-items: start;
  }
  .reserve--page__field--visit-01 {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 49px 0 0;
    align-items: start;
  }
  .reserve--page__field--store {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 50px 0 0;
    align-items: start;
  }
  .reserve--page__field--visit-02 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 1px;
    padding: 39px 0 0;
    align-items: start;
  }
  .reserve--page__field--contact-time {
    gap: 0;
    padding: 30px 0 0;
  }
  .reserve--page__label-row--contact-time, .reserve--page__label-row--inquiry, .reserve--page__label-row--store, .reserve--page__label-row--visit-01, .reserve--page__label-row--visit-02, .reserve--page__label-row--message {
    min-height: 0;
    height: 100%;
    margin: 0;
    align-items: center;
    gap: 12px;
    position: relative;
    top: 0;
    bottom: 0;
  }
  .reserve--page__label-col--contact-time, .reserve--page__label-col--inquiry, .reserve--page__label-col--store, .reserve--page__label-col--visit-01, .reserve--page__label-col--visit-02, .reserve--page__label-col--message {
    min-width: 0;
    width: 100%;
    align-self: stretch;
  }
  .reserve--page__input-col {
    position: relative;
    min-width: 0;
    left: 0;
    bottom: 0;
  }
  .reserve--page__input-col--contact-time {
    min-width: 0;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .reserve--page__input-col--store, .reserve--page__input-col--message {
    min-width: 0;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 0;
  }
  .reserve--page__input-col--visit-01, .reserve--page__input-col--visit-02 {
    min-width: 0;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .reserve--page__input-col--inquiry {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    left: 0;
    bottom: -13px;
  }
  .reserve--page__field--store .reserve--page__input-col, .reserve--page__field--visit-01 .reserve--page__input-col, .reserve--page__field--visit-02 .reserve--page__input-col, .reserve--page__field--message .reserve--page__input-col, .reserve--page__field--contact-time .reserve--page__input-col {
    bottom: 0;
  }
  .reserve--page__field--store .wpcf7-form-control-wrap, .reserve--page__field--visit-01 .wpcf7-form-control-wrap, .reserve--page__field--visit-02 .wpcf7-form-control-wrap, .reserve--page__field--message .wpcf7-form-control-wrap, .reserve--page__field--contact-time .wpcf7-form-control-wrap {
    top: 0;
    bottom: 0;
    left: 0;
  }
  .reserve--page .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    top: 10px;
    bottom: 0;
    left: 2px;
  }
  .reserve--page__field--name .wpcf7-form-control-wrap, .reserve--page__field--furigana .wpcf7-form-control-wrap, .reserve--page__field--tel .wpcf7-form-control-wrap, .reserve--page__field--email .wpcf7-form-control-wrap, .reserve--page__field--contact-method .wpcf7-form-control-wrap {
    top: -1px;
  }
  .reserve--page__checkbox .wpcf7-form-control-wrap, .reserve--page__time-row .wpcf7-form-control-wrap, .reserve--page__inquiry-grid .wpcf7-form-control-wrap {
    display: contents;
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
  }
  .reserve--page__label--name {
    top: 0;
    left: -1px;
    letter-spacing: 1.7px;
  }
  .reserve--page__label--furigana {
    top: 0px;
    left: -1px;
  }
  .reserve--page__label--contact-method {
    top: 0px;
    left: -1px;
  }
  .reserve--page__label--tel {
    top: -1.6px;
    left: 0;
  }
  .reserve--page__label--email {
    top: 0;
    left: 0;
  }
  .reserve--page__label--contact-time, .reserve--page__label--inquiry, .reserve--page__label--store, .reserve--page__label--visit-01, .reserve--page__label--visit-02, .reserve--page__label--message {
    position: relative;
    top: 0;
    right: auto;
    left: 4px;
    padding: 0;
    margin: 0;
    letter-spacing: 1.5px;
  }
  .reserve--page__badge--name, .reserve--page__badge--furigana, .reserve--page__badge--tel, .reserve--page__badge--email, .reserve--page__badge--contact-method, .reserve--page__badge--contact-time, .reserve--page__badge--inquiry, .reserve--page__badge--store, .reserve--page__badge--visit-01, .reserve--page__badge--visit-02, .reserve--page__badge--message {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
  }
  .reserve--page__badge--optional {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 7px 2px 8px 6px;
    letter-spacing: 1.5px;
    margin: 0;
  }
  .reserve--page__control {
    width: 100%;
  }
  .reserve--page__control--furigana, .reserve--page__control--tel {
    width: 104%;
  }
  .reserve--page__control--store {
    width: 100%;
    bottom: 0;
  }
  .reserve--page__control--date {
    width: auto;
    flex: 1;
    min-width: 0;
  }
  .reserve--page__control--message {
    width: 100%;
    height: 200px;
    min-height: 120px;
    margin-top: 0;
  }
  .reserve--page__custom-select {
    width: 100%;
  }
  .reserve--page__custom-select--store {
    width: 100%;
    bottom: 0;
  }
  .reserve--page__inquiry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .reserve--page__date-wrap {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: 9px;
  }
  .reserve--page__date-wrap--visit-01, .reserve--page__date-wrap--visit-02 {
    top: 3px;
    left: 0;
    width: 100%;
  }
  .reserve--page__date-wrap .wpcf7-form-control-wrap {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .reserve--page__date-wrap .reserve--page__control--date {
    width: 100%;
    max-width: none;
  }
  .reserve--page__time-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 10px;
  }
  .reserve--page__time-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 9px;
    align-items: center;
  }
  .reserve--page__time-row .wpcf7-list-item {
    margin: 0;
  }
  .reserve--page__time-row .reserve--page__checkbox {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
    max-width: 100%;
  }
  .reserve--page__time-label {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 3px;
  }
  .reserve--page__checkbox {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
  }
  .reserve--page__checkbox--contact-time {
    flex: 0 0 auto;
  }
  .reserve--page__checkbox--weekday-13-17 {
    left: 0;
  }
  .reserve--page__checkbox--weekday-17 {
    left: 0;
  }
  .reserve--page__checkbox--holiday-13-17 {
    left: 0;
  }
  .reserve--page__checkbox--holiday-17 {
    left: 0;
  }
  .reserve--page__checkbox-text--weekday-10-13, .reserve--page__checkbox-text--weekday-13-17, .reserve--page__checkbox-text--weekday-17, .reserve--page__checkbox-text--holiday-10-13, .reserve--page__checkbox-text--holiday-13-17, .reserve--page__checkbox-text--holiday-17 {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    position: relative;
    right: 2px;
  }
  .reserve--page__checkbox-text--weekday-10-13, .reserve--page__checkbox-text--weekday-13-17, .reserve--page__checkbox-text--holiday-10-13, .reserve--page__checkbox-text--holiday-13-17 {
    top: -1px;
    letter-spacing: 1.1px;
  }
  .reserve--page__checkbox-text--weekday-17, .reserve--page__checkbox-text--holiday-17 {
    top: 0;
    letter-spacing: 1.4px;
  }
  .reserve--page__checkbox-text--inquiry-reservation, .reserve--page__checkbox-text--inquiry-question, .reserve--page__checkbox-text--inquiry-trial, .reserve--page__checkbox-text--inquiry-other {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    position: relative;
  }
  .reserve--page__checkbox-text--inquiry-reservation {
    letter-spacing: 1.3px;
    bottom: 1.3px;
    left: 0;
  }
  .reserve--page__checkbox-text--inquiry-question {
    letter-spacing: 1.3px;
    position: relative;
    bottom: 1px;
    left: 0;
  }
  .reserve--page__checkbox-text--inquiry-trial {
    letter-spacing: 1.3px;
    position: relative;
    bottom: 1px;
    left: 0;
  }
  .reserve--page__checkbox-text--inquiry-other {
    letter-spacing: 1.3px;
    position: relative;
    bottom: 1px;
    left: 0;
  }
  .reserve--page__submit-wrap {
    position: relative;
    bottom: -2px;
    left: 0;
    width: 100%;
    margin: 15px auto 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reserve--page__submit-wrap .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
  .reserve--page__turnstile {
    margin: 20px 0 0;
    left: 0;
    bottom: 0;
  }
  .reserve--page__submit {
    width: 160px;
    height: 40px;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    flex: 0 0 auto;
  }
  .reserve--page__note {
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 2.3;
    margin: 14px 0;
  }
  .reserve--page--confirm .reserve--page__inner {
    padding: 40px 0 31px;
    background-color: #EDE9E4;
  }
  .reserve--page--confirm .reserve--page__heading-wrap {
    flex: 1;
    min-width: 0;
    padding: 0 20px;
  }
  .reserve--page--confirm .reserve--page__form {
    max-width: 1045px;
    margin: 0 auto;
    padding: 24px 30px 20px;
  }
  .reserve--page--confirm .reserve--page__field {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
    padding: 15px 0 5px;
  }
  .reserve--page--confirm .reserve--page__field--name {
    padding: 15px 0 5px;
  }
  .reserve--page--confirm .reserve--page__field--furigana {
    padding: 23px 0 10px;
  }
  .reserve--page--confirm .reserve--page__field--tel {
    padding: 19px 0 5px;
  }
  .reserve--page--confirm .reserve--page__field--email {
    padding: 21px 0 8px;
  }
  .reserve--page--confirm .reserve--page__field--contact-method {
    padding: 20px 0 5px;
  }
  .reserve--page--confirm .reserve--page__field--contact-time {
    padding: 28px 0 5px;
  }
  .reserve--page--confirm .reserve--page__field--store {
    padding: 33px 0 3px;
  }
  .reserve--page--confirm .reserve--page__field--visit-01 {
    padding: 28px 0 0;
  }
  .reserve--page--confirm .reserve--page__field--visit-02 {
    padding: 35px 0 5px;
  }
  .reserve--page--confirm .reserve--page__field--message {
    padding: 5px 0 0;
  }
  .reserve--page--confirm .reserve--page__field--inquiry {
    padding: 27px 0 0;
  }
  .reserve--page--confirm .reserve--page__label--inquiry {
    position: relative;
    top: 0;
    left: 4px;
    letter-spacing: 1.5px;
  }
  .reserve--page--confirm .reserve--page__label--store {
    position: relative;
    top: -1px;
    left: 4px;
    letter-spacing: 1.8px;
  }
  .reserve--page--confirm .reserve--page__label--visit-01 {
    position: relative;
    top: 0;
    left: 4px;
    letter-spacing: 1.7px;
  }
  .reserve--page--confirm .reserve--page__badge--visit-02 {
    position: relative;
    top: -1px;
    left: -1px;
    letter-spacing: 1.5px;
    padding: 7px 2px 8px 6px;
  }
  .reserve--page--confirm .reserve--page__label--visit-02 {
    position: relative;
    top: -1px;
    left: 4px;
    letter-spacing: 1.7px;
  }
  .reserve--page--confirm .reserve--page__field--visit-01 {
    padding: 28px 0 0;
  }
  .reserve--page--confirm .reserve--page__field--visit-02 {
    padding: 35px 0 5px;
  }
  .reserve--page--confirm .reserve--page__field--message {
    padding: 5px 0 0;
  }
  .reserve--page--confirm .reserve--page__field--contact-time,
  .reserve--page--confirm .reserve--page__field--inquiry,
  .reserve--page--confirm .reserve--page__field--store,
  .reserve--page--confirm .reserve--page__field--visit-01,
  .reserve--page--confirm .reserve--page__field--visit-02 {
    align-items: start;
  }
  .reserve--page--confirm .reserve--page__label-row {
    min-height: auto;
  }
  .reserve--page--confirm .reserve--page__confirm-value {
    top: 0;
    left: 0;
    margin: 6.5px 0 0;
    padding: 0;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
    font-size: 13px;
    line-height: 2.1;
    color: #333;
    letter-spacing: 1.6px;
  }
  .reserve--page--confirm .reserve--page__confirm-value--name {
    font-size: 13px;
    letter-spacing: 2.4px;
    left: 0.5px;
  }
  .reserve--page--confirm .reserve--page__confirm-value--furigana {
    letter-spacing: 2.5px;
  }
  .reserve--page--confirm .reserve--page__confirm-value--contact-method {
    letter-spacing: 3px;
  }
  .reserve--page--confirm .reserve--page__confirm-value--contact-time {
    top: -1px;
    left: 1px;
    letter-spacing: 1.3px;
  }
  .reserve--page--confirm .reserve--page__confirm-value--inquiry {
    position: relative;
    top: -2px;
    left: 0;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  .reserve--page--confirm .reserve--page__confirm-value--store {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .reserve--page--confirm .reserve--page__confirm-value--visit-01,
  .reserve--page--confirm .reserve--page__confirm-value--visit-02 {
    margin: 9px 0 0;
    font-size: 11px;
    letter-spacing: 2px;
  }
  .reserve--page--confirm .reserve--page__confirm-value--message {
    margin-top: 13px;
    font-size: 13px;
    line-height: 2.18;
    letter-spacing: 2.47px;
  }
  .reserve--page--thanks .reserve--page__inner {
    padding: 40px 20px 36px;
    background-color: #EDE9E4;
  }
  .reserve--page--thanks .reserve--page__header {
    margin-bottom: 0;
  }
  .reserve--page--thanks .reserve--page__thanks {
    padding: 45px 30px 10px 8px;
  }
  .reserve--page--thanks .reserve--page__thanks-title {
    font-family: "游明朝", "Yu Mincho", "YuMincho", "YuMincho Light", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    font-size: 24px;
    letter-spacing: 2.2px;
    line-height: 1.5;
    text-align: left;
  }
  .reserve--page--thanks .reserve--page__thanks-text {
    margin-top: 9px;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 2;
    text-align: left;
  }
  .reserve--page--thanks .reserve--page__thanks-link-wrap {
    margin: 7px 0;
    margin-top: 0;
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
  }
  .reserve--page--thanks .reserve--page__thanks-link {
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: left;
    position: relative;
    bottom: 6px;
    left: 2px;
  }
  .reserve--page__submit-wrap--confirm {
    margin: 38px 0 10px;
  }
}

/*# sourceMappingURL=style.css.map */
