@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1.8;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  font-family: "Shippori Mincho", sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
    line-height: 1.7;
  }
}

img {
  width: 100%;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 650px) {
  .pc-none {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .sp-none {
    display: none;
  }
}

.inner {
  padding-left: 12%;
  padding-right: 12%;
  margin: 0 auto;
}
@media (min-width: 651px) and (max-width:1240px) {
  .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 650px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  color: #b08829;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media (min-width: 651px) and (max-width:1240px) {
  .section-title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 650px) {
  .section-title h2 {
    font-size: 40px;
  }
}
.section-title span {
  font-size: 20px;
  color: #bfbfbf;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (min-width: 651px) and (max-width:1240px) {
  .section-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .section-title span {
    font-size: 16px;
  }
}

.btn-style {
  width: 280px;
  height: 70px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .btn-style {
    width: 250px;
    height: 60px;
  }
}
.btn-style a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #d6b166 0%, #b08829 100%);
  background: linear-gradient(90deg, #d6b166 0%, #b08829 100%);
  padding-left: 35px;
  padding-right: 50px;
  border-radius: 35px;
  transition: all 0.5s;
}
.btn-style a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .btn-style a {
    font-size: 14px;
  }
}
.btn-style a img {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.fixed-btns {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 10;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fixed-btns {
    top: 150px;
  }
}
@media screen and (max-width: 650px) {
  .fixed-btns {
    display: flex;
    bottom: 0;
    left: 0;
    top: auto;
  }
}

.reserve-btn,
.contact-btn {
  width: 50px;
  border-radius: 20px 0 0 20px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .reserve-btn,
  .contact-btn {
    width: 60px;
  }
}
@media screen and (max-width: 650px) {
  .reserve-btn,
  .contact-btn {
    width: 50%;
    border-radius: 0;
    height: 55px;
  }
}
.reserve-btn a,
.contact-btn a {
  letter-spacing: 7px;
  width: 100%;
  padding: 30px 5px 30px 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  writing-mode: vertical-lr;
  transition: all 0.5s;
}
.reserve-btn a:hover,
.contact-btn a:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1240px) {
  .reserve-btn a,
  .contact-btn a {
    font-size: 13px;
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .reserve-btn a,
  .contact-btn a {
    writing-mode: horizontal-tb;
    font-size: 14px;
    padding: 0 20px;
    height: 100%;
  }
}
.reserve-btn a img,
.contact-btn a img {
  width: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 650px) {
  .reserve-btn a img,
  .contact-btn a img {
    margin-bottom: 0;
    margin-right: 8px;
    width: 18px;
  }
}

.reserve-btn {
  background: linear-gradient(180deg, #d6b166 0%, #b08829 100%);
}

.contact-btn {
  background-color: #bfbfbf;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  .contact-btn {
    margin-top: 0;
  }
}

.header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .header-inner {
    padding: 10px 0;
  }
}
@media screen and (max-width: 650px) {
  .header-inner {
    padding: 5px 0;
  }
}
.header-inner {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 651px) and (max-width:1240px) {
  .header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 650px) {
  .header-inner {
    padding-left: 20px;
    padding-right: 56px;
  }
}

.header-logo {
  width: 90px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .header-logo {
    width: 70px;
  }
}
@media screen and (max-width: 650px) {
  .header-logo {
    width: 70px;
  }
}

.header-nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 30px;
  padding-left: 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header-nav {
    display: none;
  }
}
.header-nav li {
  width: auto !important;
}
.header-nav li a {
  display: inline-block;
  text-align: center;
  color: #bfbfbf;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
  transition: all 0.5s;
}
.header-nav li a:hover {
  opacity: 0.7;
}
.header-nav li a span {
  font-size: 18px;
  display: block;
  color: #b08829;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
}
.header-nav li a strong {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.header-instagram,
.header-line {
  width: 26px;
  margin-left: 30px;
  transition: all 0.5s;
}
.header-instagram:hover,
.header-line:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1240px) {
  .header-instagram,
  .header-line {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .header-instagram {
    margin-left: auto;
  }
}

@media screen and (max-width: 650px) {
  .header-line {
    margin-left: 16px;
  }
}

.drawer-icon {
  position: fixed;
  top: 30px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (min-width: 651px) and (max-width:1240px) {
  .drawer-icon {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
  background: #b08829;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
  background: #b08829;
}

.drawer-icon-bars {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  border-radius: 3px;
  background-color: #b08829;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.drawer-icon-bar1.is-active,
.drawer-icon-bar2.is-active,
.drawer-icon-bar3.is-active {
  background: #b08829;
  z-index: 299;
}

.drawer-icon-bar1 {
  top: 0px;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-sns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
}
.drawer-sns img {
  width: 25px;
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding-top: 70px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-content.is-active {
  transform: translateX(0);
}

html.is-drawer-open,
html.is-drawer-open body {
  overflow: hidden;
  height: 100%;
}

.drawer-content-items {
  text-align: center;
}
.drawer-content-items li {
  border-bottom: 1px solid rgba(176, 136, 41, 0.2705882353);
  padding-bottom: 5px;
  text-align: center;
  margin: 0 auto;
}
.drawer-content-items li a {
  display: block;
  text-align: center;
  transition: all 0.5s;
  color: #bfbfbf;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
  transition: all 0.5s;
}
.drawer-content-items li a span {
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  display: block;
  color: #b08829;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}
.drawer-content-items li a:hover {
  opacity: 0.7;
}

.header-instagram a svg,
.header-line a svg {
  color: #bfbfbf;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-top {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .footer-top {
    display: block;
  }
}

.footer-logo {
  width: 90px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-logo {
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 650px) {
  .footer-logo {
    margin: 0 auto 20px auto;
  }
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-nav {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.footer-nav li {
  width: auto !important;
}
.footer-nav li a {
  display: inline-block;
  text-align: center;
  color: #bfbfbf;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
  transition: all 0.5s;
}
.footer-nav li a:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav li a {
    font-size: 12px;
  }
}
.footer-nav li a span {
  display: block;
  font-size: 18px;
  color: #b08829;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-nav li a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .footer-nav li a span {
    font-size: 14px;
  }
}
.footer-nav li a strong {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-bottom {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .footer-bottom {
    padding-bottom: 40px;
    text-align: center;
    display: block;
  }
}

.footer-info {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.4;
  padding-right: 20px;
}
.footer-info .footer-company {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px;
}
.footer-info p {
  padding-bottom: 10px;
  font-weight: 500;
}

.footer-btn-wrap {
  display: flex;
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-btn-wrap {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
    gap: 20px;
  }
}

.footer-sns {
  display: flex;
  margin-top: 20px;
  gap: 30px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-sns {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .footer-sns {
    justify-content: center;
  }
}

.footer-instagram {
  width: 24px;
  transition: all 0.5s;
}
.footer-instagram:hover {
  opacity: 0.7;
}
.footer-instagram img {
  display: block;
}

.footer-line {
  width: 24px;
  transition: all 0.5s;
}
.footer-line:hover {
  opacity: 0.7;
}
.footer-line img {
  display: block;
}

.footer-reserve-btn,
.footer-contact-btn {
  width: 300px;
  height: 70px;
  border-radius: 20px;
}
@media screen and (max-width: 650px) {
  .footer-reserve-btn,
  .footer-contact-btn {
    display: none;
  }
}
.footer-reserve-btn a,
.footer-contact-btn a {
  display: inline-block;
  position: relative;
  padding-top: 13px;
  padding-left: 55px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  z-index: 1;
  transition: all 0.5s;
}
.footer-reserve-btn a:hover,
.footer-contact-btn a:hover {
  opacity: 0.7;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-reserve-btn a,
  .footer-contact-btn a {
    padding-left: 0px;
  }
}
@media screen and (max-width: 650px) {
  .footer-reserve-btn a,
  .footer-contact-btn a {
    padding-left: 0;
  }
}
.footer-reserve-btn a .btn-icon,
.footer-contact-btn a .btn-icon {
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.footer-reserve-btn a .btn-arrow,
.footer-contact-btn a .btn-arrow {
  width: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.footer-reserve-btn a .btn-bg,
.footer-contact-btn a .btn-bg {
  position: absolute;
  z-index: 0;
  right: 20px;
  bottom: 0;
}

.footer-reserve-btn {
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-reserve-btn {
    margin-left: 0;
  }
}
.footer-reserve-btn {
  background: linear-gradient(90deg, #d6b166 0%, #b08829 100%);
}
.footer-reserve-btn .btn-bg {
  width: 60%;
}

.footer-contact-btn {
  background-color: #bfbfbf;
  margin-left: 20px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .footer-contact-btn {
    margin-left: 0;
  }
}
.footer-contact-btn .btn-bg {
  width: 45%;
}

.footer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #999;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ece7df;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 650px) {
  .footer-footer {
    flex-direction: column;
    gap: 14px;
    padding: 20px 0 60px;
    text-align: center;
  }
}

.footer-privacy {
  color: #999;
  transition: opacity 0.5s;
}
.footer-privacy:hover {
  opacity: 0.6;
}

.footer-copyright {
  letter-spacing: 0.05em;
}

.footer-sns a svg {
  color: #333;
}

.hero {
  background: url(../img/hero.jpg) no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 650px) {
  .hero {
    height: 600px;
    background: url(../img/hero.jpg) no-repeat top right/cover;
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .hero-content {
    left: 60px;
  }
}
@media screen and (max-width: 650px) {
  .hero-content {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  line-height: 1.2;
  background: linear-gradient(90deg, #d6b166 0%, #b08829 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 651px) and (max-width:1240px) {
  .hero-content h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 650px) {
  .hero-content h1 {
    font-size: 38px;
    line-height: 1.3;
  }
}
.hero-content p {
  padding-top: 40px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 651px) and (max-width:1240px) {
  .hero-content p {
    padding-top: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .hero-content p {
    font-size: 16px;
  }
}

.hero-en {
  position: absolute;
  width: 20%;
  right: 60px;
  bottom: 120px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .hero-en {
    bottom: 80px;
  }
}

.menu {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .menu {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 650px) {
  .menu {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.section-lead {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  padding-top: 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .section-lead {
    font-size: 16px;
    padding-top: 40px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 650px) {
  .section-lead {
    font-size: 14px;
    padding-top: 40px;
    line-height: 1.8;
  }
}

.menu-lead {
  padding-left: 20px;
  padding-right: 20px;
}

.menu-container {
  padding-left: 12%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .menu-container {
    padding-left: 60px;
  }
}
@media screen and (max-width: 650px) {
  .menu-container {
    padding-left: 0;
  }
}

.menu-wrap {
  padding-top: 60px;
  display: flex;
  gap: 40px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .menu-wrap {
    padding-top: 40px;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .menu-wrap {
    gap: 20px;
  }
}

.menu-item {
  width: auto;
  position: relative;
}

.menu-img {
  aspect-ratio: 7/9;
}
.menu-img img {
  height: 100%;
  object-fit: cover;
}

.menu-en {
  position: absolute;
  width: 130px;
  left: 0;
  bottom: 53px;
}
@media screen and (max-width: 650px) {
  .menu-en {
    width: 100px;
  }
}

.menu-item-title {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
  border-bottom: 1px solid #f7f6f4;
}
.menu-item-title h3 {
  font-size: 17px;
  color: #b08829;
}
@media (min-width: 651px) and (max-width:1240px) {
  .menu-item-title h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 650px) {
  .menu-item-title h3 {
    font-size: 14px;
  }
}
.menu-item-title img {
  width: 24px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .menu-item-title img {
    width: 20px;
  }
}
@media screen and (max-width: 650px) {
  .menu-item-title img {
    width: 20px;
  }
}

.about {
  position: relative;
  background: url(../img/about-bg.png) no-repeat bottom right/cover;
  padding-bottom: 120px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .about {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 650px) {
  .about {
    padding-bottom: 60px;
  }
}

.about-wrap {
  display: flex;
  gap: 80px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .about-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .about-wrap {
    display: block;
  }
}

.about-img {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 650px) {
  .about-img {
    width: 100%;
    aspect-ratio: 10/7;
  }
}
.about-img img {
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .about-img img {
    height: 100%;
  }
}

.about-en-title {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  color: #fff;
  bottom: -30px;
  left: 20%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .about-en-title {
    font-size: 140px;
    bottom: -120px;
  }
}
@media screen and (max-width: 650px) {
  .about-en-title {
    font-size: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
  }
}

.about-content {
  width: 58%;
  padding-right: 12%;
  padding-top: 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .about-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .about-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
.about-content h2 {
  font-size: 40px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .about-content h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .about-content h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
.about-content p {
  line-height: 2;
}

.about-en {
  color: rgba(176, 136, 41, 0.3803921569);
  font-size: 55px;
  line-height: 1;
  letter-spacing: 1px;
}

.about-btn {
  margin-top: 120px;
  margin-left: auto;
}
@media (min-width: 651px) and (max-width:1240px) {
  .about-btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 650px) {
  .about-btn {
    margin-top: 60px;
  }
}

.voice {
  padding-bottom: 120px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .voice {
    padding: 100px 0;
  }
}
@media screen and (max-width: 650px) {
  .voice {
    padding: 0 0 60px 0;
  }
}

.voice-wrap {
  display: flex;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .voice-wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 650px) {
  .voice-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }
}

.voice-item {
  width: calc((100% - 80px) / 3);
  border: 1px solid #bfbfbf;
  padding: 25px;
  position: relative;
}
@media (min-width: 651px) and (max-width:1240px) {
  .voice-item {
    width: calc((100% - 10px) / 3);
    padding: 15px;
  }
}
@media screen and (max-width: 650px) {
  .voice-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.voice-item h3 {
  color: #b08829;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 651px) and (max-width:1240px) {
  .voice-item h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .voice-item h3 {
    font-size: 16px;
  }
}

.voice-item-head {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfbfbf;
}
@media (min-width: 651px) and (max-width:1240px) {
  .voice-item-head {
    gap: 10px;
    padding-bottom: 10px;
    display: block;
  }
}

.voice-item-en {
  position: absolute;
  top: 10px;
  left: 15px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .voice-item-en {
    top: 0;
  }
}

.voice-item-img {
  width: 22%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .voice-item-img {
    width: 40%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .voice-item-img {
    width: 30%;
  }
}

.voice-item-body {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.9;
}

.voice-btn {
  margin: 0 auto;
}

.works {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .works {
    padding: 100px 0;
  }
}
@media screen and (max-width: 650px) {
  .works {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.works {
  background: url(../img/beige-bg.jpg) no-repeat top left/cover;
}

.works-title {
  text-align: left;
  display: flex;
  align-items: center;
}
@media (min-width: 651px) and (max-width:1240px) {
  .works-title {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .works-title {
    display: block;
  }
}
.works-title span {
  margin-left: 30px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .works-title span {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 650px) {
  .works-title span {
    margin-left: 0;
    margin-top: 5px;
  }
}

.works-lead {
  text-align: left;
}

.works-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  gap: 20px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .works-wrap {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 650px) {
  .works-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px 16px;
  }
}

.works-item {
  width: calc(25% - 15px);
}
@media (min-width: 651px) and (max-width:1240px) {
  .works-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 650px) {
  .works-item {
    width: calc(50% - 8px);
  }
}
.works-item h3 {
  font-size: 16px;
  color: #b08829;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .works-item h3 {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .works-item h3 {
    font-size: 13px;
    padding: 8px 0;
    margin-bottom: 6px;
    line-height: 1.4;
  }
}

.works-item-img {
  overflow: hidden;
  border-radius: 8px;
}
.works-item-img img {
  aspect-ratio: 5/6;
  object-fit: cover;
}

.works-btn {
  margin: 0 auto;
}

.salon {
  padding: 120px 0;
  background-color: #a19b9b;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 651px) and (max-width:1240px) {
  .salon {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 650px) {
  .salon {
    padding: 60px 20px;
  }
}
.salon::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 10%;
  left: 0;
  top: 140px;
  background-color: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .salon::before {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .salon::before {
    display: none;
  }
}

.salon-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 651px) and (max-width:1240px) {
  .salon-wrap {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .salon-wrap {
    display: block;
  }
}

.salon-content {
  margin-left: 12%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .salon-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .salon-content {
    margin-left: 0;
  }
}
.salon-content h2 {
  font-size: 40px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .salon-content h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .salon-content h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.salon-row {
  font-size: 16px;
  line-height: 1.7;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 650px) {
  .salon-row {
    font-size: 14px;
  }
}

.salon-label {
  padding-bottom: 10px;
}

.salon-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 240px;
  color: #bab5b5;
  position: absolute;
  right: 70px;
  top: -15px;
  writing-mode: vertical-lr;
}
@media (min-width: 651px) and (max-width:1240px) {
  .salon-en {
    font-size: 180px;
    writing-mode: horizontal-tb;
    right: auto;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 650px) {
  .salon-en {
    font-size: 100px;
    writing-mode: horizontal-tb;
    z-index: -1;
    right: auto;
    left: 0;
  }
}

.salon-logo-en {
  position: absolute;
  width: 15%;
  right: 15%;
  bottom: 80px;
}
@media screen and (max-width: 650px) {
  .salon-logo-en {
    width: 30%;
    bottom: 30px;
    right: 20px;
  }
}

.staff {
  padding: 120px 0;
  background: url(../img/staff-bg.png) no-repeat top left/cover;
}
@media screen and (max-width: 650px) {
  .staff {
    padding: 60px 0;
  }
}
@media (min-width: 651px) and (max-width:1240px) {
  .staff {
    padding: 100px 0;
  }
}

.staff-wrap {
  display: flex;
  padding-top: 60px;
  gap: 40px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .staff-wrap {
    gap: 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .staff-wrap {
    padding-top: 40px;
    display: block;
  }
}

.staff-item {
  width: calc(50% - 20px);
  background-color: #f7f6f4;
  border: 1px solid #bfbfbf;
  padding: 30px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .staff-item {
    width: calc(50% - 10px);
    padding: 30px 15px;
  }
}
@media screen and (max-width: 650px) {
  .staff-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}

.staff-item-head {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (min-width: 651px) and (max-width:1240px) {
  .staff-item-head {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .staff-item-head {
    gap: 20px;
  }
}

.staff-item-title {
  position: relative;
}
@media screen and (max-width: 650px) {
  .staff-item-title {
    width: 75%;
  }
}
.staff-item-title h3 {
  font-size: 20px;
  color: #b08829;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}
@media (min-width: 651px) and (max-width:1240px) {
  .staff-item-title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .staff-item-title h3 {
    font-size: 16px;
  }
}
.staff-item-title .staff-item-en {
  position: absolute;
  width: 30%;
  top: -40px;
  left: 0;
}
@media screen and (max-width: 650px) {
  .staff-item-title .staff-item-en {
    width: 40%;
    top: -20px;
  }
}
.staff-item-title .staff-item-name {
  font-size: 18px;
  padding-top: 10px;
  text-align: right;
}
@media (min-width: 651px) and (max-width:1240px) {
  .staff-item-title .staff-item-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .staff-item-title .staff-item-name {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
}
.staff-item-title .staff-item-name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.staff-item-title .staff-item-name span {
  color: #b08829;
  padding-right: 10px;
}
@media screen and (max-width: 650px) {
  .staff-item-title .staff-item-name span {
    display: block;
  }
}

@media (min-width: 651px) and (max-width:1240px) {
  .staff-item-img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .staff-item-img {
    width: 25%;
  }
}

.staff-item-body {
  padding-top: 20px;
  font-size: 14px;
}
.staff-item-body p {
  line-height: 1.9;
  padding-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .staff-item-body p {
    padding-bottom: 20px;
  }
}

.staff-btn {
  margin-left: auto;
  width: 224px;
  height: 56px;
}
.staff-btn a {
  font-size: 14px;
}
.staff-btn a img {
  width: 18px;
}

.blog {
  padding: 120px 0;
  background: url(../img/beige-bg.jpg) no-repeat top left/cover;
}
@media (min-width: 651px) and (max-width:1240px) {
  .blog {
    padding: 100px 0;
  }
}
@media screen and (max-width: 650px) {
  .blog {
    padding: 60px 0;
  }
}

.blog-head {
  display: flex;
  justify-content: space-between;
}

.blog-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .blog-title {
    display: block;
    text-align: left;
  }
}
.blog-title span {
  margin-left: 30px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .blog-title span {
    margin-left: 15px;
  }
}
@media screen and (max-width: 650px) {
  .blog-title span {
    display: block;
    margin-left: 0;
  }
}

.blog-btn {
  width: 180px;
  height: 50px;
}
.blog-btn a {
  font-size: 16px;
  padding: 18px;
}
.blog-btn a img {
  width: 18px;
}

.blog-wrap {
  padding-top: 40px;
  display: flex;
  gap: 20px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .blog-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .blog-wrap {
    flex-wrap: wrap;
    gap: 20px 16px;
  }
}

.blog-item {
  width: calc(25% - 15px);
}
@media (min-width: 651px) and (max-width:1240px) {
  .blog-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 650px) {
  .blog-item {
    width: calc(50% - 8px);
  }
}
.blog-item h3 {
  font-size: 16px;
  color: #b08829;
  padding-top: 20px;
  line-height: 1.4;
}
@media (min-width: 651px) and (max-width:1240px) {
  .blog-item h3 {
    font-size: 16px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 650px) {
  .blog-item h3 {
    font-size: 13px;
    padding-top: 8px;
  }
}

.blog-item-img {
  overflow: hidden;
  border-radius: 8px;
}
.blog-item-img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.blog-item-info {
  display: flex;
  gap: 15px;
  padding-top: 20px;
  align-items: center;
  font-size: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  padding-top: 10px;
}
@media screen and (max-width: 650px) {
  .blog-item-info {
    gap: 8px;
    font-size: 11px;
    padding-top: 8px;
  }
}

.blog-item-category {
  color: #b08829;
  padding: 5px 15px;
  background-color: rgba(176, 136, 41, 0.1);
  border: 1px solid rgba(176, 136, 41, 0.35);
  border-radius: 20px;
}
@media screen and (max-width: 650px) {
  .blog-item-category {
    padding: 4px 10px;
  }
}

p.works-item-age {
  color: #333;
}
@media screen and (max-width: 650px) {
  p.works-item-age {
    font-size: 12px;
  }
}

/* ========================================
  Page Hero（サブページ共通）
======================================== */
.page-hero {
  position: relative;
  height: 55vh;
  min-height: 380px;
  background: url(../img/about.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 650px) {
  .page-hero {
    height: 280px;
    min-height: 0;
  }
}

.page-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-hero-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  background: linear-gradient(90deg, #d6b166 0%, #b08829 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (min-width: 651px) and (max-width:1240px) {
  .page-hero-en {
    font-size: 72px;
  }
}
@media screen and (max-width: 650px) {
  .page-hero-en {
    font-size: 52px;
  }
}

.page-hero-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #b08829;
  margin-top: 12px;
}
@media screen and (max-width: 650px) {
  .page-hero-ja {
    font-size: 13px;
  }
}

/* ========================================
  Breadcrumb
======================================== */
.breadcrumb {
  padding: 16px 12%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #bfbfbf;
  letter-spacing: 0.08em;
}
@media (min-width: 651px) and (max-width:1240px) {
  .breadcrumb {
    padding: 16px 60px;
  }
}
@media screen and (max-width: 650px) {
  .breadcrumb {
    padding: 14px 20px;
  }
}
.breadcrumb a {
  color: #bfbfbf;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: #b08829;
}
.breadcrumb span {
  margin: 0 8px;
}

/* ========================================
  Intro（初めてご来店される方へ）
======================================== */
.fg-intro {
  padding: 120px 0;
  background-color: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-intro {
    padding: 100px 0;
  }
}
@media screen and (max-width: 650px) {
  .fg-intro {
    padding: 80px 0;
  }
}

.fg-intro-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-intro-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 650px) {
  .fg-intro-wrap {
    display: block;
  }
}

.fg-intro-text {
  flex: 1;
}

.fg-section-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #b08829;
  margin-bottom: 20px;
  display: block;
}

.fg-intro-text h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e2d9;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-intro-text h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 650px) {
  .fg-intro-text h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.fg-intro-text p {
  font-size: 15px;
  line-height: 2.2;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .fg-intro-text p {
    font-size: 14px;
  }
}

.fg-intro-img {
  width: 42%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .fg-intro-img {
    width: 100%;
    margin-top: 40px;
  }
}
.fg-intro-img img {
  object-fit: cover;
  aspect-ratio: 4/5;
}
.fg-intro-img::before {
  content: "FIRST VISIT";
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  color: #f7f6f4;
  position: absolute;
  bottom: -24px;
  right: -20px;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .fg-intro-img::before {
    font-size: 48px;
    bottom: -16px;
    right: 0;
  }
}

/* ========================================
  こんな方へ
======================================== */
.fg-for {
  padding: 120px 0;
  background-color: #f7f6f4;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-for {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 650px) {
  .fg-for {
    padding: 80px 0;
  }
}

.fg-for-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 60px;
  border-top: 1px solid #d9d3c9;
  border-left: 1px solid #d9d3c9;
}
@media screen and (max-width: 650px) {
  .fg-for-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.fg-for-item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 36px 40px;
  border-right: 1px solid #d9d3c9;
  border-bottom: 1px solid #d9d3c9;
  background-color: #fff;
  transition: background-color 0.3s;
}
.fg-for-item:hover {
  background-color: #faf9f7;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-for-item {
    padding: 28px 24px;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .fg-for-item {
    padding: 24px 20px;
    gap: 16px;
  }
}

.fg-for-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  color: #b08829;
  line-height: 1;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-for-num {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .fg-for-num {
    font-size: 30px;
  }
}

.fg-for-text {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 650px) {
  .fg-for-text {
    font-size: 14px;
  }
}

/* ========================================
  Philosophy（大切にしている考え方）
======================================== */
.fg-philosophy {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-philosophy {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 650px) {
  .fg-philosophy {
    padding: 80px 0;
  }
}
.fg-philosophy::after {
  content: "PHILOSOPHY";
  font-family: "Cormorant Garamond", serif;
  font-size: 160px;
  color: #f7f6f4;
  position: absolute;
  right: -20px;
  bottom: -20px;
  line-height: 1;
  letter-spacing: 0.02em;
  z-index: 0;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-philosophy::after {
    font-size: 100px;
  }
}
@media screen and (max-width: 650px) {
  .fg-philosophy::after {
    font-size: 56px;
    bottom: 10px;
  }
}

.fg-philosophy-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.fg-philosophy-quote {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 24px;
  line-height: 1.8;
  color: #b08829;
  padding: 40px 0;
  position: relative;
  margin: 40px 0 32px;
}
.fg-philosophy-quote::before, .fg-philosophy-quote::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #b08829;
  margin: 0 auto 24px;
}
.fg-philosophy-quote::after {
  margin: 24px auto 0;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-philosophy-quote {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .fg-philosophy-quote {
    font-size: 17px;
    padding: 30px 0;
  }
}

.fg-philosophy-text {
  font-size: 15px;
  line-height: 2.2;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .fg-philosophy-text {
    font-size: 14px;
  }
}

/* ========================================
  Reason（安心な理由）
======================================== */
.fg-reason {
  padding: 120px 0;
  background-color: #f7f6f4;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-reason {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 650px) {
  .fg-reason {
    padding: 80px 0;
  }
}

.fg-reason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-reason-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .fg-reason-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }
}

.fg-reason-card {
  background: #fff;
  padding: 40px 28px 36px;
  position: relative;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-reason-card {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 650px) {
  .fg-reason-card {
    padding: 28px 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
}

.fg-reason-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 400;
  color: #b08829;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-reason-num {
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .fg-reason-num {
    font-size: 44px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 650px) {
  .fg-reason-body {
    flex: 1;
  }
}

.fg-reason-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .fg-reason-title {
    font-size: 15px;
  }
}

.fg-reason-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #888;
}

/* ========================================
  Flow（ご来店の流れ）
======================================== */
.fg-flow {
  padding: 120px 0;
  background-color: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-flow {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 650px) {
  .fg-flow {
    padding: 80px 0;
  }
}

.fg-flow-list {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .fg-flow-list {
    margin-top: 40px;
  }
}
.fg-flow-list::before {
  content: "";
  position: absolute;
  left: calc(12% + 39px);
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, #b08829 0%, #e8e2d9 100%);
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-flow-list::before {
    left: 39px;
  }
}
@media screen and (max-width: 650px) {
  .fg-flow-list::before {
    left: 24px;
  }
}

.fg-flow-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 12%;
  margin-bottom: 48px;
  position: relative;
}
.fg-flow-item:last-child {
  margin-bottom: 0;
}
.fg-flow-item:last-child::after {
  display: none;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-flow-item {
    padding: 0;
    gap: 28px;
  }
}
@media screen and (max-width: 650px) {
  .fg-flow-item {
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 36px;
  }
}

.fg-flow-num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d6b166 0%, #b08829 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.fg-flow-num span {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 651px) and (max-width:1240px) {
  .fg-flow-num {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 650px) {
  .fg-flow-num {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
  .fg-flow-num span {
    font-size: 18px;
  }
}

.fg-flow-content {
  padding-top: 20px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e8e2d9;
  flex: 1;
}
.fg-flow-item:last-child .fg-flow-content {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 650px) {
  .fg-flow-content {
    padding-top: 12px;
    padding-bottom: 36px;
  }
}

.fg-flow-title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .fg-flow-title {
    font-size: 17px;
  }
}

.fg-flow-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #888;
}

/* ========================================
  CTA
======================================== */
.fg-cta {
  padding: 100px 0;
  background-color: #f7f6f4;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .fg-cta {
    padding: 70px 20px;
  }
}

.fg-cta-text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 48px;
}
@media screen and (max-width: 650px) {
  .fg-cta-text {
    font-size: 14px;
    margin-bottom: 36px;
  }
}

.fg-cta .btn-style {
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 650px) {
  .fg-cta .btn-style {
    width: 260px;
  }
}

/* ========================================
  Salon Concept
======================================== */
.sl-concept {
  padding: 120px 0;
  background-color: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-concept {
    padding: 100px 0;
  }
}
@media screen and (max-width: 650px) {
  .sl-concept {
    padding: 80px 0;
  }
}

.sl-concept-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-concept-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 650px) {
  .sl-concept-wrap {
    display: block;
  }
}

.sl-concept-img {
  width: 46%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .sl-concept-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sl-concept-img img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.sl-concept-img::after {
  content: "SALON";
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  color: #f7f6f4;
  position: absolute;
  bottom: -24px;
  left: -20px;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .sl-concept-img::after {
    font-size: 56px;
    bottom: -14px;
    left: 0;
  }
}

.sl-concept-text {
  flex: 1;
}

.sl-concept-text h2 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e2d9;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-concept-text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .sl-concept-text h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.sl-concept-text p {
  font-size: 15px;
  line-height: 2.2;
}
@media screen and (max-width: 650px) {
  .sl-concept-text p {
    font-size: 14px;
  }
}

/* ========================================
  Feature（3つのこだわり）
======================================== */
.sl-feature {
  padding: 120px 0;
  background-color: #f7f6f4;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-feature {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 650px) {
  .sl-feature {
    padding: 80px 0;
  }
}

.sl-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-feature-grid {
    gap: 16px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .sl-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }
}

.sl-feature-card {
  background: #fff;
  padding: 48px 32px 40px;
  text-align: center;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-feature-card {
    padding: 36px 20px 30px;
  }
}
@media screen and (max-width: 650px) {
  .sl-feature-card {
    padding: 32px 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
  }
}

.sl-feature-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  font-weight: 400;
  color: #b08829;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 650px) {
  .sl-feature-num {
    font-size: 40px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 650px) {
  .sl-feature-body {
    flex: 1;
  }
}

.sl-feature-title {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 14px;
}
@media screen and (max-width: 650px) {
  .sl-feature-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.sl-feature-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #888;
}

/* ========================================
  Info（基本情報）
======================================== */
.sl-info {
  padding: 120px 0;
  background-color: #a19b9b;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-info {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 650px) {
  .sl-info {
    padding: 80px 0;
  }
}
.sl-info .section-title h2 {
  color: rgba(255, 255, 255, 0.15);
}
.sl-info .section-title span {
  color: rgba(255, 255, 255, 0.6);
}

.sl-info-wrap {
  display: flex;
  gap: 80px;
  margin-top: 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-info-wrap {
    gap: 40px;
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .sl-info-wrap {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}

.sl-info-table {
  flex: 1;
}

.sl-info-row {
  display: flex;
  gap: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  line-height: 1.8;
}
.sl-info-row:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 650px) {
  .sl-info-row {
    font-size: 14px;
    padding: 18px 0;
    flex-direction: column;
    gap: 6px;
  }
}

.sl-info-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #fff;
  width: 130px;
  flex-shrink: 0;
  padding-top: 2px;
}
@media screen and (max-width: 650px) {
  .sl-info-label {
    width: auto;
  }
}

.sl-info-val {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 650px) {
  .sl-info-val {
    font-size: 14px;
  }
}

.sl-info-qr {
  width: 200px;
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-info-qr {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .sl-info-qr {
    display: none;
  }
}

/* ========================================
  Access（アクセス）
======================================== */
.sl-access {
  padding: 120px 0 0;
  background-color: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-access {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .sl-access {
    padding: 80px 0 0;
  }
}

.sl-access-inner {
  padding-left: 12%;
  padding-right: 12%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-access-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 650px) {
  .sl-access-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sl-access-detail {
  display: flex;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
  align-items: flex-start;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sl-access-detail {
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .sl-access-detail {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.sl-access-address {
  flex: 1;
}
.sl-access-address h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .sl-access-address h3 {
    font-size: 16px;
  }
}

.sl-access-info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.sl-access-info-item:last-child {
  margin-bottom: 0;
}

.sl-access-info-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #b08829;
  padding-top: 3px;
  flex-shrink: 0;
  width: 80px;
}

.sl-map {
  width: 100%;
  height: 420px;
  display: block;
}
@media screen and (max-width: 650px) {
  .sl-map {
    height: 280px;
  }
}
.sl-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

/* ========================================
  CTA
======================================== */
.sl-cta {
  padding: 100px 0;
  background-color: #f7f6f4;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .sl-cta {
    padding: 70px 20px;
  }
}

.sl-cta-text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 48px;
}
@media screen and (max-width: 650px) {
  .sl-cta-text {
    font-size: 14px;
    margin-bottom: 36px;
  }
}

.sl-cta .btn-style {
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 650px) {
  .sl-cta .btn-style {
    width: 260px;
  }
}

/* ========================================
  Blog List (index / archive)
======================================== */
.bl-section {
  padding: 80px 0 120px;
  background: url(../img/beige-bg.jpg) no-repeat top left/cover;
  min-height: 50vh;
}
@media (min-width: 651px) and (max-width:1240px) {
  .bl-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 650px) {
  .bl-section {
    padding: 50px 0 80px;
  }
}

/* カテゴリータブ */
.bl-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 650px) {
  .bl-cats {
    gap: 8px;
    margin-top: 30px;
    margin-bottom: 36px;
  }
}

.bl-cat-btn {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 8px 20px;
  border: 1px solid #d9d3c9;
  border-radius: 20px;
  color: #888;
  background: #fff;
  transition: all 0.3s;
  white-space: nowrap;
}
.bl-cat-btn:hover, .bl-cat-btn.is-active {
  background: #b08829;
  border-color: #b08829;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .bl-cat-btn {
    font-size: 11px;
    padding: 7px 16px;
  }
}

/* カードグリッド */
.bl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 30px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .bl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }
}
@media screen and (max-width: 650px) {
  .bl-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.bl-card {
  background: #fff;
  display: block;
  transition: opacity 0.3s;
}
.bl-card:hover {
  opacity: 0.8;
}

.bl-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.bl-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.bl-card:hover .bl-card-img img {
  transform: scale(1.04);
}

.bl-card-body {
  padding: 18px 20px 22px;
}

.bl-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.bl-card-cat {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #b08829;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.bl-card-date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #bfbfbf;
  letter-spacing: 0.08em;
}

.bl-card-title {
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .bl-card-title {
    font-size: 14px;
  }
}

/* ページネーション */
.bl-pagination {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 650px) {
  .bl-pagination {
    margin-top: 50px;
    gap: 6px;
  }
}
.bl-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d9d3c9;
  font-size: 14px;
  color: #888;
  background: #fff;
  transition: all 0.3s;
}
.bl-pagination .page-numbers:hover {
  border-color: #b08829;
  color: #b08829;
}
.bl-pagination .page-numbers.current {
  background: #b08829;
  border-color: #b08829;
  color: #fff;
}
.bl-pagination .page-numbers.dots {
  border: none;
  background: none;
  width: auto;
}
@media screen and (max-width: 650px) {
  .bl-pagination .page-numbers {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}

/* 0件時 */
.bl-empty {
  text-align: center;
  padding: 80px 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #888;
  font-size: 14px;
  line-height: 2;
}

/* ========================================
  Single Post
======================================== */
.bl-single {
  padding: 80px 0 120px;
  background-color: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .bl-single {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 650px) {
  .bl-single {
    padding: 50px 0 80px;
  }
}

.bl-single-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .bl-single-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .bl-single-inner {
    padding: 0 20px;
  }
}

.bl-single-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.bl-single-cat {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #b08829;
  padding: 5px 14px;
  border-radius: 20px;
}

.bl-single-date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  color: #bfbfbf;
  letter-spacing: 0.08em;
}

.bl-single-title {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e2d9;
}
@media (min-width: 651px) and (max-width:1240px) {
  .bl-single-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .bl-single-title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 24px;
  }
}

.bl-single-thumb {
  margin-bottom: 50px;
}
.bl-single-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .bl-single-thumb {
    margin-bottom: 36px;
  }
}

/* 著者バイライン */
.bl-author-byline {
  margin-top: -16px;
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.bl-author-byline a {
  color: #888;
  text-decoration: none;
}
.bl-author-byline a:hover {
  color: #b08829;
}
@media screen and (max-width: 650px) {
  .bl-author-byline {
    margin-bottom: 30px;
  }
}

/* この記事を書いた人 */
.bl-author-box {
  display: flex;
  gap: 28px;
  margin: 50px 0;
  padding: 32px;
  background: #f7f6f4;
  border-radius: 4px;
}
@media screen and (max-width: 650px) {
  .bl-author-box {
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
    margin: 36px 0;
  }
}

.bl-author-box-img {
  flex: 0 0 110px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.bl-author-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .bl-author-box-img {
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
  }
}

.bl-author-box-body {
  flex: 1;
}

.bl-author-box-label {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #b08829;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.bl-author-box-name {
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
}
@media screen and (max-width: 650px) {
  .bl-author-box-name {
    font-size: 16px;
  }
}

.bl-author-box-name-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  margin-left: 8px;
}

.bl-author-box-role {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  color: #b08829;
  margin-bottom: 10px;
}

.bl-author-box-qual {
  font-size: 13px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 8px;
}
.bl-author-box-qual .bl-author-box-qual-label {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #999;
  border: 1px solid #d9d3c9;
  border-radius: 3px;
  padding: 1px 8px;
  margin-right: 8px;
}

.bl-author-box-career {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 14px;
}

.bl-author-box-link {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #b08829;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bl-author-box-link:hover {
  opacity: 0.7;
}

/* 本文スタイル */
.bl-content {
  font-size: 15px;
  line-height: 2.1;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .bl-content {
    font-size: 14px;
    line-height: 2;
  }
}
.bl-content p {
  margin-bottom: 1.8em;
}
.bl-content p:last-child {
  margin-bottom: 0;
}
.bl-content h2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 2.4em 0 1em;
  padding: 14px 20px;
  background: #f7f6f4;
  border-left: 3px solid #b08829;
}
@media screen and (max-width: 650px) {
  .bl-content h2 {
    font-size: 18px;
  }
}
.bl-content h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 2em 0 0.8em;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e2d9;
  color: #b08829;
}
@media screen and (max-width: 650px) {
  .bl-content h3 {
    font-size: 16px;
  }
}
.bl-content h4 {
  font-size: 16px;
  line-height: 1.6;
  margin: 1.8em 0 0.6em;
}
@media screen and (max-width: 650px) {
  .bl-content h4 {
    font-size: 15px;
  }
}
.bl-content img {
  max-width: 100%;
  height: auto;
  margin: 1.6em 0;
}
.bl-content ul, .bl-content ol {
  margin: 1.4em 0 1.8em 1.4em;
}
.bl-content ul li, .bl-content ol li {
  line-height: 1.9;
  margin-bottom: 0.4em;
}
.bl-content ul li {
  list-style-type: disc;
}
.bl-content ol li {
  list-style-type: decimal;
}
.bl-content blockquote {
  margin: 2em 0;
  padding: 24px 28px;
  border-left: 3px solid #b08829;
  background: #f7f6f4;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 650px) {
  .bl-content blockquote {
    padding: 18px 20px;
  }
}
.bl-content a {
  color: #b08829;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bl-content a:hover {
  opacity: 0.7;
}
.bl-content strong {
  font-weight: 700;
}
.bl-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0;
  font-size: 14px;
}
.bl-content table th, .bl-content table td {
  padding: 12px 16px;
  border: 1px solid #e8e2d9;
  line-height: 1.7;
}
.bl-content table th {
  background: #f7f6f4;
  font-weight: 500;
  text-align: left;
}

/* タグ */
.bl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .bl-tags {
    margin-top: 36px;
  }
}

.bl-tag {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #888;
  border: 1px solid #d9d3c9;
  padding: 5px 14px;
  border-radius: 20px;
  transition: all 0.3s;
}
.bl-tag:hover {
  border-color: #b08829;
  color: #b08829;
}

/* 前後記事ナビ */
.bl-nav {
  display: flex;
  gap: 0;
  margin-top: 60px;
  border-top: 1px solid #e8e2d9;
  border-bottom: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .bl-nav {
    flex-direction: column;
    margin-top: 40px;
  }
}

.bl-nav-prev,
.bl-nav-next {
  flex: 1;
  padding: 28px 24px;
  transition: background 0.3s;
}
.bl-nav-prev:hover,
.bl-nav-next:hover {
  background: #f7f6f4;
}
@media screen and (max-width: 650px) {
  .bl-nav-prev,
  .bl-nav-next {
    padding: 20px;
  }
}

.bl-nav-prev {
  border-right: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .bl-nav-prev {
    border-right: none;
    border-bottom: 1px solid #e8e2d9;
  }
}

.bl-nav-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #b08829;
  display: block;
  margin-bottom: 8px;
}

.bl-nav-title {
  font-size: 13px;
  line-height: 1.7;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bl-nav-next {
  text-align: right;
}
@media screen and (max-width: 650px) {
  .bl-nav-next {
    text-align: left;
  }
}

/* 関連記事 */
.bl-related {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .bl-related {
    margin-top: 40px;
    padding-top: 30px;
  }
}

.bl-related-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: 28px;
}
.bl-related-title::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #b08829;
}
@media screen and (max-width: 650px) {
  .bl-related-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* 一覧に戻るボタン */
.bl-back {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 650px) {
  .bl-back {
    margin-top: 40px;
  }
}
.bl-back .btn-style {
  margin: 0 auto;
}

/* ========================================
  Menu Section
======================================== */
.mn-section {
  padding: 60px 0 120px;
  background: url(../img/beige-bg.jpg) no-repeat top left/cover;
  min-height: 50vh;
}
@media (min-width: 651px) and (max-width:1240px) {
  .mn-section {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 650px) {
  .mn-section {
    padding: 40px 0 80px;
  }
}

/* ========================================
  Filter（悩み別タブ）
======================================== */
.mn-filter-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .mn-filter-wrap {
    margin-bottom: 40px;
  }
}

.mn-filter-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #b08829;
  display: block;
  margin-bottom: 16px;
}

.mn-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 650px) {
  .mn-filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .mn-filter::-webkit-scrollbar {
    display: none;
  }
}

.mn-filter-btn {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 8px 20px;
  border: 1px solid #d9d3c9;
  border-radius: 20px;
  color: #888;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
  flex-shrink: 0;
}
.mn-filter-btn:hover {
  border-color: #b08829;
  color: #b08829;
}
.mn-filter-btn.is-active {
  background: #b08829;
  border-color: #b08829;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .mn-filter-btn {
    font-size: 11px;
    padding: 7px 15px;
  }
}

/* 件数表示 */
.mn-count {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #bfbfbf;
  margin-top: 16px;
  letter-spacing: 0.08em;
}
.mn-count span {
  color: #b08829;
  font-size: 16px;
}

/* ========================================
  Grid
======================================== */
.mn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 28px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .mn-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 24px;
  }
}
@media screen and (max-width: 650px) {
  .mn-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ========================================
  Card
======================================== */
.mn-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s, transform 0.3s;
}
.mn-card.is-hidden {
  display: none;
}
.mn-card.is-fade-out {
  opacity: 0;
  transform: translateY(8px);
}

.mn-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.mn-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.mn-card:hover .mn-card-img img {
  transform: scale(1.04);
}

.mn-card-body {
  padding: 24px 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .mn-card-body {
    padding: 20px;
  }
}

/* 悩みタグ */
.mn-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.mn-card-tag {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border: 1px solid #b08829;
  color: #b08829;
  border-radius: 20px;
  white-space: nowrap;
}

/* タイトル */
.mn-card-title {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e2d9;
}
@media (min-width: 651px) and (max-width:1240px) {
  .mn-card-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .mn-card-title {
    font-size: 16px;
  }
}

/* 価格・時間 */
.mn-card-meta {
  display: flex;
  gap: 0;
  margin-bottom: 14px;
}

.mn-card-meta-item {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  background: #f7f6f4;
}
.mn-card-meta-item + .mn-card-meta-item {
  margin-left: 2px;
}

.mn-card-meta-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #b08829;
  display: block;
  margin-bottom: 4px;
}

.mn-card-meta-val {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  display: block;
}

/* 説明文 */
.mn-card-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  flex: 1;
}

/* リンク */
.mn-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #b08829;
  padding-top: 16px;
  border-top: 1px solid #e8e2d9;
  margin-top: auto;
  transition: opacity 0.3s;
}
.mn-card-link:hover {
  opacity: 0.7;
}
.mn-card-link::after {
  content: "→";
  font-size: 14px;
}

/* ========================================
  CTA
======================================== */
.mn-cta {
  padding: 100px 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .mn-cta {
    padding: 70px 20px;
  }
}

.mn-cta-text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 48px;
}
@media screen and (max-width: 650px) {
  .mn-cta-text {
    font-size: 14px;
    margin-bottom: 36px;
  }
}

.mn-cta .btn-style {
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 650px) {
  .mn-cta .btn-style {
    width: 260px;
  }
}

/* ========================================
  HotPepper Banner
======================================== */
.mn-hp-banner {
  background: linear-gradient(135deg, #fff9f0 0%, #fdf3e3 100%);
  border-top: 1px solid #e8dcc8;
  border-bottom: 1px solid #e8dcc8;
  padding: 28px 20px;
}
@media screen and (max-width: 650px) {
  .mn-hp-banner {
    padding: 24px 20px;
  }
}

.mn-hp-banner-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 650px) {
  .mn-hp-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

.mn-hp-banner-title {
  font-size: 16px;
  font-weight: 700;
  color: #b08829;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
@media screen and (max-width: 650px) {
  .mn-hp-banner-title {
    font-size: 15px;
  }
}

.mn-hp-banner-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.mn-hp-banner-btn {
  flex-shrink: 0;
}

/* ========================================
  SM Hero（スプリットレイアウト）
======================================== */
.sm-hero {
  display: flex;
  min-height: 85vh;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-hero {
    flex-direction: column;
    min-height: auto;
  }
}
@media screen and (max-width: 650px) {
  .sm-hero {
    flex-direction: column;
    min-height: auto;
  }
}

/* 画像サイド */
.sm-hero-img {
  width: 52%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-hero-img {
    width: 100%;
    height: 55vw;
    max-height: 500px;
  }
}
@media screen and (max-width: 650px) {
  .sm-hero-img {
    width: 100%;
    height: 70vw;
    max-height: 340px;
  }
}
.sm-hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.sm-hero-img {
  /* 装飾: 右下の枠（内側に配置） */
}
.sm-hero-img::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 40%;
  height: 40%;
  border: 1px solid #b08829;
  opacity: 0.35;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .sm-hero-img::after {
    display: none;
  }
}

/* テキストサイド */
.sm-hero-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 8% 80px 6%;
  position: relative;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-hero-body {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 650px) {
  .sm-hero-body {
    padding: 36px 20px 40px;
  }
}
.sm-hero-body {
  /* 背景の大きな装飾テキスト */
}
.sm-hero-body::before {
  content: "MENU";
  font-family: "Cormorant Garamond", serif;
  font-size: 180px;
  color: #f5f3ef;
  position: absolute;
  right: -20px;
  bottom: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-hero-body::before {
    font-size: 120px;
  }
}
@media screen and (max-width: 650px) {
  .sm-hero-body::before {
    font-size: 70px;
    right: 0;
    bottom: 10px;
  }
}

.sm-hero-inner {
  position: relative;
  z-index: 1;
}

/* ラベル */
.sm-hero-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #b08829;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.sm-hero-label::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #b08829;
}

/* 悩みタグ */
.sm-concerns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.sm-concern-tag {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border: 1px solid #b08829;
  color: #b08829;
  border-radius: 20px;
  transition: all 0.3s;
}
.sm-concern-tag:hover {
  background: #b08829;
  color: #fff;
}

/* タイトル */
.sm-title {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e2d9;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-title {
    font-size: 30px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 650px) {
  .sm-title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }
}

/* リード文（ヒーロー内） */
.sm-hero-lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #666;
  margin-bottom: 32px;
}
.sm-hero-lead p {
  margin-bottom: 1.2em;
}
.sm-hero-lead p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .sm-hero-lead {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 24px;
  }
}

/* ========================================
  Meta Strip（価格・時間・周期）
======================================== */
.sm-meta-strip {
  display: flex;
  background: #333333;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .sm-meta-strip {
    flex-direction: column;
  }
}

.sm-meta-item {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}
.sm-meta-item:last-child {
  border-right: none;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-meta-item {
    padding: 22px 24px;
    gap: 14px;
  }
}
@media screen and (max-width: 650px) {
  .sm-meta-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 24px;
  }
  .sm-meta-item:last-child {
    border-bottom: none;
  }
}

.sm-meta-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: #b08829;
  line-height: 1;
  min-width: 48px;
}

.sm-meta-val {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-meta-val {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .sm-meta-val {
    font-size: 15px;
  }
}

/* ========================================
  Description（本文）
======================================== */
.sm-desc {
  padding: 80px 0;
  background: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-desc {
    padding: 60px 0;
  }
}
@media screen and (max-width: 650px) {
  .sm-desc {
    padding: 48px 0;
  }
}

.sm-desc-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 12%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-desc-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .sm-desc-inner {
    padding: 0 20px;
  }
}

.sm-desc-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #b08829;
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

.sm-desc-ja {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .sm-desc-ja {
    font-size: 17px;
    margin-bottom: 28px;
    padding-bottom: 20px;
  }
}

.sm-desc-text {
  font-size: 15px;
  line-height: 2.3;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .sm-desc-text {
    font-size: 14px;
    line-height: 2.1;
    text-align: left;
  }
}

/* ========================================
  Detail（効果・向いている方）
======================================== */
.sm-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .sm-detail {
    grid-template-columns: 1fr;
  }
}

.sm-detail-box {
  padding: 60px 8%;
  background: #f7f6f4;
  position: relative;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-detail-box {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 650px) {
  .sm-detail-box {
    padding: 40px 20px;
  }
}

.sm-detail-box--white {
  background: #fff;
  border-left: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .sm-detail-box--white {
    border-left: none;
    border-top: 1px solid #e8e2d9;
  }
}

.sm-detail-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  color: rgba(176, 136, 41, 0.08);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 30px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 650px) {
  .sm-detail-num {
    font-size: 56px;
    top: 14px;
    right: 20px;
  }
}

.sm-detail-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #b08829;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.sm-detail-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #b08829;
}

.sm-detail-heading {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 650px) {
  .sm-detail-heading {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.sm-detail-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #555;
}

/* ========================================
  CTA
======================================== */
.sm-cta {
  padding: 100px 0;
  background: linear-gradient(160deg, #f9f6f0 0%, #ede7da 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .sm-cta {
    padding: 70px 20px;
  }
}
.sm-cta::before {
  content: "RESERVATION";
  font-family: "Cormorant Garamond", serif;
  font-size: 130px;
  color: rgba(176, 136, 41, 0.06);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .sm-cta::before {
    font-size: 56px;
  }
}

.sm-cta-inner {
  position: relative;
  z-index: 1;
}

.sm-cta-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #b08829;
  display: block;
  margin-bottom: 20px;
}

.sm-cta-text {
  font-size: 24px;
  line-height: 1.7;
  margin-bottom: 14px;
}
@media screen and (max-width: 650px) {
  .sm-cta-text {
    font-size: 19px;
  }
}

.sm-cta-sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #888;
  letter-spacing: 0.12em;
  margin-bottom: 44px;
}

.sm-cta-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.sm-cta .btn-style {
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 650px) {
  .sm-cta .btn-style {
    width: 260px;
  }
}

.sm-cta-sub-btn {
  font-size: 13px;
  color: #b08829;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}
.sm-cta-sub-btn:hover {
  opacity: 0.7;
}

/* ========================================
  Related Menus
======================================== */
.sm-related {
  padding: 100px 0 80px;
  background: url(../img/beige-bg.jpg) no-repeat top left/cover;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-related {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .sm-related {
    padding: 60px 0;
  }
}

.sm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .sm-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 650px) {
  .sm-related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}

/* ========================================
  BA Hero（大判画像 + メタオーバーレイ）
======================================== */
.ba-hero {
  position: relative;
  height: 75vh;
  min-height: 480px;
  overflow: hidden;
  background: #f7f6f4;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-hero {
    height: 55vw;
    min-height: 360px;
  }
}
@media screen and (max-width: 650px) {
  .ba-hero {
    height: 72vw;
    min-height: 260px;
  }
}

.ba-hero-img {
  position: absolute;
  inset: 0;
}
.ba-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.ba-hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.88) 100%);
}

.ba-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 12% 48px;
  z-index: 1;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-hero-content {
    padding: 0 60px 36px;
  }
}
@media screen and (max-width: 650px) {
  .ba-hero-content {
    padding: 0 20px 28px;
  }
}

.ba-hero-tag {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #fff;
  background: #b08829;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.ba-hero-name {
  font-size: 36px;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 0;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-hero-name {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .ba-hero-name {
    font-size: 22px;
  }
}

/* ========================================
  Meta Strip
======================================== */
.ba-meta-strip {
  display: flex;
  background: #333333;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .ba-meta-strip {
    flex-wrap: wrap;
  }
}

.ba-meta-item {
  flex: 1;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.ba-meta-item:last-child {
  border-right: none;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-meta-item {
    padding: 18px 20px;
    gap: 12px;
  }
}
@media screen and (max-width: 650px) {
  .ba-meta-item {
    flex: 0 0 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 20px;
  }
  .ba-meta-item:nth-child(even) {
    border-right: none;
  }
  .ba-meta-item:last-child:nth-child(odd) {
    flex: 0 0 100%;
    border-right: none;
  }
}

.ba-meta-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #b08829;
  flex-shrink: 0;
}

.ba-meta-val {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 650px) {
  .ba-meta-val {
    font-size: 13px;
  }
}

/* ========================================
  画像比較（Before / After フォト）
======================================== */
.ba-photos {
  padding: 80px 0 0;
  background: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-photos {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .ba-photos {
    padding: 50px 0 0;
  }
}

.ba-photos-inner {
  padding: 0 12%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-photos-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .ba-photos-inner {
    padding: 0 20px;
  }
}

.ba-photos-heading {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 650px) {
  .ba-photos-heading {
    margin-bottom: 32px;
  }
}

.ba-photos-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #b08829;
  display: block;
  margin-bottom: 10px;
}

.ba-photos-grid {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  align-items: stretch;
}
@media screen and (max-width: 650px) {
  .ba-photos-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.ba-photo-box {
  position: relative;
  overflow: hidden;
}

.ba-photo-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  padding: 6px 16px;
  border-radius: 20px;
}
.ba-photo-box--before .ba-photo-label {
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}
.ba-photo-box--after .ba-photo-label {
  background: #b08829;
  color: #fff;
}

.ba-photo-box img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 650px) {
  .ba-photo-box img {
    aspect-ratio: 4/3;
  }
}

.ba-photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: #f7f6f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ccc;
}
@media screen and (max-width: 650px) {
  .ba-photo-placeholder {
    aspect-ratio: 4/3;
  }
}

.ba-photo-placeholder-icon {
  font-size: 40px;
  line-height: 1;
  opacity: 0.4;
}

.ba-photo-placeholder-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
}

/* 中央の矢印ライン */
.ba-photos-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .ba-photos-divider {
    flex-direction: row;
    height: 50px;
  }
}

.ba-photos-divider-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #b08829;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 0 2px 12px rgba(176, 136, 41, 0.3);
}

/* ========================================
  Before / After ストーリー
======================================== */
.ba-story {
  padding: 100px 0 0;
  background: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-story {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .ba-story {
    padding: 60px 0 0;
  }
}

.ba-story-inner {
  padding: 0 12%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-story-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .ba-story-inner {
    padding: 0 20px;
  }
}

.ba-story-cols {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: start;
}
@media screen and (max-width: 650px) {
  .ba-story-cols {
    grid-template-columns: 1fr;
  }
}

/* BEFORE ボックス */
.ba-story-before {
  padding: 48px 44px;
  background: #f7f6f4;
  position: relative;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-story-before {
    padding: 36px 32px;
  }
}
@media screen and (max-width: 650px) {
  .ba-story-before {
    padding: 32px 24px;
  }
}

/* AFTER ボックス */
.ba-story-after {
  padding: 48px 44px;
  background: #fff;
  border: 1px solid #e8e2d9;
  position: relative;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-story-after {
    padding: 36px 32px;
  }
}
@media screen and (max-width: 650px) {
  .ba-story-after {
    padding: 32px 24px;
    border-top: none;
  }
}

/* 中央の矢印 */
.ba-story-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  color: #b08829;
  font-size: 28px;
  padding-top: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .ba-story-arrow {
    width: 100%;
    padding: 12px 0;
    font-size: 24px;
    transform: rotate(90deg);
  }
}

.ba-story-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.ba-story-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
}
.ba-story-before .ba-story-label {
  color: #aaa;
}
.ba-story-after .ba-story-label {
  color: #b08829;
}

.ba-story-heading {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .ba-story-heading {
    font-size: 17px;
    margin-bottom: 16px;
  }
}

.ba-story-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #555;
}

/* 大きな装飾番号 */
.ba-story-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 24px;
  letter-spacing: 0.02em;
  pointer-events: none;
}
.ba-story-before .ba-story-num {
  color: rgba(0, 0, 0, 0.04);
}
.ba-story-after .ba-story-num {
  color: rgba(176, 136, 41, 0.07);
}
@media screen and (max-width: 650px) {
  .ba-story-num {
    font-size: 64px;
    top: 12px;
    right: 16px;
  }
}

/* ========================================
  Testimonial（お客様の声）
======================================== */
.ba-voice {
  padding: 80px 12%;
  background: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-voice {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 650px) {
  .ba-voice {
    padding: 50px 20px;
  }
}

.ba-voice-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ba-voice-icon {
  font-family: "Cormorant Garamond", serif;
  font-size: 56px;
  line-height: 1;
  color: #b08829;
  opacity: 0.25;
  display: block;
  margin-bottom: 8px;
}

.ba-voice-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #b08829;
  display: block;
  margin-bottom: 28px;
}

.ba-voice-text {
  font-size: 16px;
  line-height: 2.2;
  color: #333333;
  font-style: italic;
  position: relative;
  padding: 0 32px;
}
@media screen and (max-width: 650px) {
  .ba-voice-text {
    font-size: 14px;
    padding: 0 8px;
    line-height: 2;
  }
}

.ba-voice-attr {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #bfbfbf;
  letter-spacing: 0.1em;
  margin-top: 24px;
  display: block;
}

/* ========================================
  CTA
======================================== */
.ba-cta {
  padding: 100px 0;
  background: linear-gradient(160deg, #f9f6f0 0%, #ede7da 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .ba-cta {
    padding: 70px 20px;
  }
}
.ba-cta::before {
  content: "RESERVATION";
  font-family: "Cormorant Garamond", serif;
  font-size: 120px;
  color: rgba(176, 136, 41, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .ba-cta::before {
    font-size: 50px;
  }
}

.ba-cta-inner {
  position: relative;
  z-index: 1;
}

.ba-cta-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #b08829;
  display: block;
  margin-bottom: 20px;
}

.ba-cta-text {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 12px;
}
@media screen and (max-width: 650px) {
  .ba-cta-text {
    font-size: 18px;
  }
}

.ba-cta-sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #888;
  letter-spacing: 0.12em;
  margin-bottom: 44px;
}

.ba-cta .btn-style {
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 650px) {
  .ba-cta .btn-style {
    width: 260px;
  }
}

/* ========================================
  Related（他の施術事例）
======================================== */
.ba-related {
  padding: 100px 0 80px;
  background: url(../img/beige-bg.jpg) no-repeat top left/cover;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-related {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .ba-related {
    padding: 60px 0;
  }
}

.ba-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ba-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 650px) {
  .ba-related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}

.ba-card {
  background: #fff;
  display: block;
  transition: opacity 0.3s;
}
.ba-card:hover {
  opacity: 0.8;
}

.ba-card-img {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.ba-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.ba-card:hover .ba-card-img img {
  transform: scale(1.04);
}

.ba-card-body {
  padding: 18px 20px 22px;
}

.ba-card-menu {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #b08829;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.ba-card-name {
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 6px;
}

.ba-card-age {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #bfbfbf;
  letter-spacing: 0.08em;
}

/* ========================================
  Archive Section
======================================== */
.aba-section {
  padding: 60px 0 120px;
  background: url(../img/beige-bg.jpg) no-repeat top left/cover;
  min-height: 50vh;
}
@media (min-width: 651px) and (max-width:1240px) {
  .aba-section {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 650px) {
  .aba-section {
    padding: 40px 0 80px;
  }
}

/* ========================================
  Filter（2軸：メニュー別 ＋ 年代別）
======================================== */
.aba-filters {
  margin-bottom: 56px;
}
@media screen and (max-width: 650px) {
  .aba-filters {
    margin-bottom: 40px;
  }
}

.aba-filter-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 14px;
}
.aba-filter-row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .aba-filter-row {
    flex-direction: column;
    gap: 8px;
  }
}

.aba-filter-axis {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #b08829;
  padding-top: 10px;
  flex-shrink: 0;
  width: 60px;
}
@media screen and (max-width: 650px) {
  .aba-filter-axis {
    padding-top: 0;
    width: auto;
  }
}

.aba-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 650px) {
  .aba-filter-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .aba-filter-tabs::-webkit-scrollbar {
    display: none;
  }
}

.aba-filter-btn {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 7px 18px;
  border: 1px solid #d9d3c9;
  border-radius: 20px;
  color: #888;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
  flex-shrink: 0;
}
.aba-filter-btn:hover {
  border-color: #b08829;
  color: #b08829;
}
.aba-filter-btn.is-active {
  background: #b08829;
  border-color: #b08829;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .aba-filter-btn {
    font-size: 11px;
    padding: 6px 14px;
  }
}

/* 件数 */
.aba-count {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #bfbfbf;
  margin-top: 16px;
  letter-spacing: 0.08em;
  padding-left: 80px;
}
.aba-count span {
  color: #b08829;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  .aba-count {
    padding-left: 0;
  }
}

/* ========================================
  Card Grid
======================================== */
.aba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 28px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .aba-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}
@media screen and (max-width: 650px) {
  .aba-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ========================================
  Card
======================================== */
.aba-card {
  background: #fff;
  display: block;
  transition: opacity 0.3s;
}
.aba-card.is-hidden {
  display: none;
}
.aba-card:hover {
  opacity: 0.85;
}

/* 画像エリア：before | after の分割表示 */
.aba-card-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  overflow: hidden;
}

.aba-card-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f7f6f4;
}
.aba-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s;
}
.aba-card:hover .aba-card-img img {
  transform: scale(1.04);
}

/* 画像ラベル（BEFORE / AFTER） */
.aba-card-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #fff;
  z-index: 1;
}
.aba-card-img--before .aba-card-img-label {
  background: rgba(0, 0, 0, 0.38);
}
.aba-card-img--after .aba-card-img-label {
  background: rgba(176, 136, 41, 0.75);
}

/* 画像なしプレースホルダー */
.aba-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0ede8;
  color: #ccc;
  font-size: 24px;
}

/* カード本体 */
.aba-card-body {
  padding: 18px 20px 22px;
}

.aba-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.aba-card-menu {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #b08829;
  padding: 3px 12px;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

.aba-card-age {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  color: #bfbfbf;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.aba-card-name {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .aba-card-name {
    font-size: 15px;
  }
}

.aba-card-concern {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 14px;
}

.aba-card-link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #b08829;
  display: flex;
  align-items: center;
  gap: 8px;
}
.aba-card-link::after {
  content: "→";
  font-size: 13px;
}

/* ========================================
  Empty
======================================== */
.aba-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #bbb;
  font-size: 14px;
  display: none;
}
.aba-empty.is-visible {
  display: block;
}

/* ========================================
  Staff Section
======================================== */
.st-section {
  background: #fff;
}

/* ========================================
  Staff Member（交互レイアウト）
======================================== */
.st-member {
  display: flex;
  align-items: stretch;
  min-height: 85vh;
  position: relative;
  overflow: hidden;
}
.st-member:nth-child(even) {
  flex-direction: row-reverse;
}
.st-member:nth-child(even) .st-member-body {
  padding: 80px 6% 80px 10%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .st-member:nth-child(even) .st-member-body {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 650px) {
  .st-member:nth-child(even) .st-member-body {
    padding: 48px 20px;
  }
}
.st-member:nth-child(even) .st-member-num {
  right: auto;
  left: -10px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .st-member {
    flex-direction: column !important;
    min-height: auto;
  }
}
@media screen and (max-width: 650px) {
  .st-member {
    flex-direction: column !important;
    min-height: auto;
  }
}

/* 画像サイド */
.st-member-img {
  width: 44%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  background: #f7f6f4;
}
@media (min-width: 651px) and (max-width:1240px) {
  .st-member-img {
    width: 100%;
    height: 65vw;
    max-height: 520px;
  }
}
@media screen and (max-width: 650px) {
  .st-member-img {
    width: 100%;
    height: 80vw;
    max-height: 380px;
  }
}
.st-member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.8s ease;
}
.st-member-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #b08829 0%, #d6b166 100%);
}

/* テキストサイド */
.st-member-body {
  flex: 1;
  padding: 80px 10% 80px 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
}
.st-member:nth-child(even) .st-member-body {
  background: #f7f6f4;
}
@media (min-width: 651px) and (max-width:1240px) {
  .st-member-body {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 650px) {
  .st-member-body {
    padding: 48px 20px;
  }
}

/* 大きな装飾番号 */
.st-member-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 220px;
  color: rgba(176, 136, 41, 0.05);
  position: absolute;
  top: -20px;
  right: -10px;
  line-height: 1;
  letter-spacing: -0.02em;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 651px) and (max-width:1240px) {
  .st-member-num {
    font-size: 140px;
  }
}
@media screen and (max-width: 650px) {
  .st-member-num {
    font-size: 90px;
    top: 10px;
    right: 0;
  }
}

.st-member-inner {
  position: relative;
  z-index: 1;
}

/* 役職ラベル */
.st-member-role {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #b08829;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.st-member-role::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #b08829;
  flex-shrink: 0;
}

/* 名前 */
.st-member-name {
  font-size: 45px;
  line-height: 1.15;
  margin-bottom: 8px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .st-member-name {
    font-size: 44px;
  }
}
@media screen and (max-width: 650px) {
  .st-member-name {
    font-size: 38px;
  }
}

.st-member-name-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  color: #c8c2b8;
  letter-spacing: 0.3em;
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .st-member-name-en {
    font-size: 16px;
    margin-bottom: 28px;
    padding-bottom: 24px;
  }
}

/* メッセージ */
.st-member-message {
  font-size: 15px;
  line-height: 2.3;
  color: #333333;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .st-member-message {
    font-size: 14px;
    line-height: 2.1;
    margin-bottom: 30px;
  }
}

/* 詳細情報 */
.st-member-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 32px;
  border-top: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .st-member-details {
    gap: 12px;
    padding-top: 24px;
  }
}

.st-member-detail-item {
  display: flex;
  gap: 0;
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 650px) {
  .st-member-detail-item {
    font-size: 12px;
  }
}

.st-member-detail-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: #b08829;
  padding-top: 3px;
  flex-shrink: 0;
  width: 90px;
  border-right: 1px solid #e8e2d9;
  margin-right: 20px;
}
@media screen and (max-width: 650px) {
  .st-member-detail-label {
    width: 76px;
    margin-right: 14px;
  }
}

.st-member-detail-val {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #666;
  flex: 1;
}

/* Instagram */
.st-member-sns {
  margin-top: 28px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 650px) {
  .st-member-sns {
    margin-top: 20px;
  }
}

.st-member-sns-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #b08829;
  padding: 8px 18px;
  border: 1px solid #b08829;
  border-radius: 20px;
  transition: all 0.3s;
}
.st-member-sns-link:hover {
  background: #b08829;
  color: #fff;
}
.st-member-sns-link img {
  width: 14px;
}

/* ========================================
  Divider（セクション区切り）
======================================== */
.st-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #e8e2d9 20%, #e8e2d9 80%, transparent 100%);
  margin: 0 12%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .st-divider {
    margin: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .st-divider {
    margin: 0 20px;
  }
}

/* ========================================
  CTA
======================================== */
.st-cta {
  padding: 100px 0;
  background: linear-gradient(160deg, #f9f6f0 0%, #ede7da 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .st-cta {
    padding: 70px 20px;
  }
}
.st-cta::before {
  content: "STAFF";
  font-family: "Cormorant Garamond", serif;
  font-size: 180px;
  color: rgba(176, 136, 41, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .st-cta::before {
    font-size: 70px;
  }
}

.st-cta-inner {
  position: relative;
  z-index: 1;
}

.st-cta-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #b08829;
  display: block;
  margin-bottom: 20px;
}

.st-cta-text {
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 12px;
}
@media screen and (max-width: 650px) {
  .st-cta-text {
    font-size: 18px;
  }
}

.st-cta-sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #888;
  letter-spacing: 0.12em;
  margin-bottom: 44px;
}

.st-cta .btn-style {
  margin: 0 auto;
  width: 300px;
}
@media screen and (max-width: 650px) {
  .st-cta .btn-style {
    width: 260px;
  }
}

/* ========================================
  Archive News（一覧）
======================================== */
.nw-section {
  padding: 70px 0 120px;
  background: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .nw-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 650px) {
  .nw-section {
    padding: 50px 0 80px;
  }
}

.nw-list {
  margin-top: 0;
}

.nw-item {
  display: flex;
  align-items: baseline;
  gap: 0;
  padding: 28px 0;
  border-bottom: 1px solid #e8e2d9;
  transition: background 0.25s;
}
.nw-item:first-child {
  border-top: 1px solid #e8e2d9;
}
.nw-item:hover {
  background: #f7f6f4;
  margin: 0 -24px;
  padding: 28px 24px;
}
@media screen and (max-width: 650px) {
  .nw-item {
    flex-wrap: wrap;
    gap: 8px;
    padding: 22px 0;
  }
}

.nw-item-date {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #bfbfbf;
  flex-shrink: 0;
  width: 120px;
  padding-top: 2px;
}
@media screen and (max-width: 650px) {
  .nw-item-date {
    width: 100%;
    font-size: 12px;
  }
}

.nw-item-title {
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  flex: 1;
  transition: color 0.25s;
}
.nw-item:hover .nw-item-title {
  color: #b08829;
}
@media screen and (max-width: 650px) {
  .nw-item-title {
    font-size: 14px;
    width: 100%;
  }
}

.nw-item-arrow {
  font-size: 14px;
  color: #b08829;
  flex-shrink: 0;
  margin-left: 20px;
  opacity: 0;
  transition: opacity 0.25s;
}
.nw-item:hover .nw-item-arrow {
  opacity: 1;
}
@media screen and (max-width: 650px) {
  .nw-item-arrow {
    display: none;
  }
}

/* ページネーション */
.nw-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.nw-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d9d3c9;
  font-size: 13px;
  color: #888;
  background: #fff;
  transition: all 0.3s;
}
.nw-pagination .page-numbers:hover {
  border-color: #b08829;
  color: #b08829;
}
.nw-pagination .page-numbers.current {
  background: #b08829;
  border-color: #b08829;
  color: #fff;
}
.nw-pagination .page-numbers.dots {
  border: none;
  background: none;
  width: auto;
}

/* ========================================
  Single News（記事詳細）
======================================== */
.nw-single {
  padding: 80px 0 100px;
  background: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .nw-single {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 650px) {
  .nw-single {
    padding: 48px 0 70px;
  }
}

.nw-single-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 12%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .nw-single-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .nw-single-inner {
    padding: 0 20px;
  }
}

/* 日付 */
.nw-single-date {
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #bfbfbf;
  display: block;
  margin-bottom: 16px;
}

/* タイトル */
.nw-single-title {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e2d9;
}
@media (min-width: 651px) and (max-width:1240px) {
  .nw-single-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 650px) {
  .nw-single-title {
    font-size: 20px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }
}

/* アイキャッチ */
.nw-single-thumb {
  margin-bottom: 48px;
}
.nw-single-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .nw-single-thumb {
    margin-bottom: 32px;
  }
}

/* 本文 */
.nw-content {
  font-size: 15px;
  line-height: 2.1;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .nw-content {
    font-size: 14px;
    line-height: 2;
  }
}
.nw-content p {
  margin-bottom: 1.8em;
}
.nw-content p:last-child {
  margin-bottom: 0;
}
.nw-content h2 {
  font-size: 20px;
  line-height: 1.5;
  margin: 2.2em 0 0.9em;
  padding: 12px 18px;
  background: #f7f6f4;
  border-left: 3px solid #b08829;
}
@media screen and (max-width: 650px) {
  .nw-content h2 {
    font-size: 17px;
  }
}
.nw-content h3 {
  font-size: 17px;
  line-height: 1.5;
  margin: 2em 0 0.8em;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e2d9;
  color: #b08829;
}
@media screen and (max-width: 650px) {
  .nw-content h3 {
    font-size: 15px;
  }
}
.nw-content ul, .nw-content ol {
  margin: 1.2em 0 1.6em 1.4em;
}
.nw-content ul li, .nw-content ol li {
  line-height: 1.9;
  margin-bottom: 0.3em;
}
.nw-content ul li {
  list-style-type: disc;
}
.nw-content ol li {
  list-style-type: decimal;
}
.nw-content a {
  color: #b08829;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nw-content a:hover {
  opacity: 0.7;
}
.nw-content strong {
  font-weight: 700;
}
.nw-content img {
  max-width: 100%;
  height: auto;
  margin: 1.6em 0;
}

/* 前後ナビ */
.nw-nav {
  display: flex;
  border-top: 1px solid #e8e2d9;
  border-bottom: 1px solid #e8e2d9;
  margin-top: 60px;
}
@media screen and (max-width: 650px) {
  .nw-nav {
    flex-direction: column;
    margin-top: 40px;
  }
}

.nw-nav-prev,
.nw-nav-next {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 20px;
  transition: background 0.3s;
  min-width: 0;
}
.nw-nav-prev:hover,
.nw-nav-next:hover {
  background: #f7f6f4;
}
@media screen and (max-width: 650px) {
  .nw-nav-prev,
  .nw-nav-next {
    padding: 18px 0;
  }
}

.nw-nav-prev {
  border-right: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .nw-nav-prev {
    border-right: none;
    border-bottom: 1px solid #e8e2d9;
  }
}

.nw-nav-next {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.nw-nav-arrow {
  font-size: 18px;
  color: #b08829;
  flex-shrink: 0;
  line-height: 1;
}

.nw-nav-info {
  min-width: 0;
}

.nw-nav-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #b08829;
  display: block;
  margin-bottom: 4px;
}

.nw-nav-title {
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 一覧へ戻る */
.nw-back {
  text-align: center;
  margin-top: 56px;
}
.nw-back .btn-style {
  margin: 0 auto;
}

/* ========================================
  Generic Page Section
======================================== */
.pg-section {
  padding: 80px 0 120px;
  background: #fff;
}
@media (min-width: 651px) and (max-width:1240px) {
  .pg-section {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 650px) {
  .pg-section {
    padding: 50px 0 80px;
  }
}

.pg-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 12%;
}
@media (min-width: 651px) and (max-width:1240px) {
  .pg-inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .pg-inner {
    padding: 0 20px;
  }
}

/* ========================================
  Page Content（エディター本文）
======================================== */
.pg-content {
  font-size: 15px;
  line-height: 2.1;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .pg-content {
    font-size: 14px;
    line-height: 2;
  }
}
.pg-content:empty {
  display: none;
}
.pg-content p {
  margin-bottom: 1.8em;
}
.pg-content p:last-child {
  margin-bottom: 0;
}
.pg-content h2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 2.6em 0 1em;
  padding: 14px 20px;
  background: #f7f6f4;
  border-left: 3px solid #b08829;
}
.pg-content h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 650px) {
  .pg-content h2 {
    font-size: 18px;
    padding: 12px 16px;
  }
}
.pg-content h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 2.2em 0 0.8em;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e2d9;
  color: #b08829;
}
.pg-content h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 650px) {
  .pg-content h3 {
    font-size: 16px;
  }
}
.pg-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 1.8em 0 0.6em;
}
.pg-content h4:first-child {
  margin-top: 0;
}
.pg-content ul, .pg-content ol {
  margin: 1.2em 0 1.8em 1.4em;
}
.pg-content ul li, .pg-content ol li {
  line-height: 1.9;
  margin-bottom: 0.4em;
}
.pg-content ul li {
  list-style-type: disc;
}
.pg-content ol li {
  list-style-type: decimal;
}
.pg-content blockquote {
  margin: 2em 0;
  padding: 24px 28px;
  border-left: 3px solid #b08829;
  background: #f7f6f4;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 650px) {
  .pg-content blockquote {
    padding: 18px 20px;
  }
}
.pg-content img {
  max-width: 100%;
  height: auto;
  margin: 1.6em 0;
  display: block;
}
.pg-content a {
  color: #b08829;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}
.pg-content a:hover {
  opacity: 0.7;
}
.pg-content strong {
  font-weight: 700;
}
.pg-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.8em 0;
  font-size: 14px;
}
.pg-content table th, .pg-content table td {
  padding: 14px 18px;
  border: 1px solid #e8e2d9;
  line-height: 1.7;
  text-align: left;
}
.pg-content table th {
  background: #f7f6f4;
  font-weight: 500;
  white-space: nowrap;
  width: 30%;
}
@media screen and (max-width: 650px) {
  .pg-content table th {
    width: 40%;
  }
}
@media screen and (max-width: 650px) {
  .pg-content table th, .pg-content table td {
    padding: 12px 14px;
    font-size: 13px;
  }
}
.pg-content hr {
  border: none;
  border-top: 1px solid #e8e2d9;
  margin: 2.4em 0;
}

/* ========================================
  Contact Form 7（フォームスタイル）
======================================== */
.pg-content .wpcf7,
.wpcf7-wrap {
  margin-top: 48px;
}
@media screen and (max-width: 650px) {
  .pg-content .wpcf7,
  .wpcf7-wrap {
    margin-top: 32px;
  }
}

/* フォームテーブルレイアウト */
.wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wpcf7 p {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e8e2d9;
  display: flex;
  align-items: stretch;
  min-height: 64px;
}
.wpcf7 p:first-of-type {
  border-top: 1px solid #e8e2d9;
}
@media screen and (max-width: 650px) {
  .wpcf7 p {
    flex-direction: column;
    min-height: auto;
  }
}
.wpcf7 label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #333333;
  display: flex;
  align-items: center;
  min-width: 200px;
  padding: 18px 20px 18px 0;
  flex-shrink: 0;
}
@media (min-width: 651px) and (max-width:1240px) {
  .wpcf7 label {
    min-width: 160px;
  }
}
@media screen and (max-width: 650px) {
  .wpcf7 label {
    min-width: 0;
    padding: 16px 0 4px;
    font-size: 12px;
  }
}
.wpcf7-validates-as-required ~ .wpcf7 label::after, .wpcf7 label:has(.wpcf7-validates-as-required)::after {
  content: "必須";
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #b08829;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 8px;
  flex-shrink: 0;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url],
.wpcf7 select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-left: 1px solid #e8e2d9;
  background: #faf9f7;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  outline: none;
  transition: background 0.3s;
  align-self: center;
  margin-left: 20px;
  flex: 1;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 select:focus {
  background: #fff;
  box-shadow: inset 0 0 0 1px #b08829;
}
@media screen and (max-width: 650px) {
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 input[type=url],
  .wpcf7 select {
    border-left: none;
    border-top: 1px solid #e8e2d9;
    margin-left: 0;
    height: 44px;
  }
}
.wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-left: 1px solid #e8e2d9;
  background: #faf9f7;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  outline: none;
  resize: vertical;
  min-height: 160px;
  transition: background 0.3s;
  margin-left: 20px;
  flex: 1;
  align-self: stretch;
}
.wpcf7 textarea:focus {
  background: #fff;
  box-shadow: inset 0 0 0 1px #b08829;
}
@media screen and (max-width: 650px) {
  .wpcf7 textarea {
    border-left: none;
    border-top: 1px solid #e8e2d9;
    margin-left: 0;
    min-height: 120px;
  }
}
.wpcf7 input[type=submit] {
  display: block;
  margin: 40px auto 0;
  width: 300px;
  height: 64px;
  background: linear-gradient(90deg, #d6b166 0%, #b08829 100%);
  color: #fff;
  font-size: 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.15em;
  border: none;
  border-radius: 32px;
  cursor: pointer;
  transition: opacity 0.4s;
}
.wpcf7 input[type=submit]:hover {
  opacity: 0.75;
}
@media screen and (max-width: 650px) {
  .wpcf7 input[type=submit] {
    width: 100%;
    max-width: 280px;
    height: 56px;
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-response-output {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  text-align: center;
  padding: 14px 20px;
  margin-top: 24px;
  border-radius: 4px;
  border: none !important;
}
.wpcf7.sent .wpcf7-response-output {
  background: #f0f7f0;
  color: #4a7c59;
}
.wpcf7.failed .wpcf7-response-output, .wpcf7.invalid .wpcf7-response-output {
  background: #fdf0f0;
  color: #b04040;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  color: #b04040;
  margin-top: 4px;
  display: block;
}

/* ========================================
  Reservation Intro
======================================== */
.rv-intro {
  background: #f7f6f4;
  padding: 80px 20px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .rv-intro {
    padding: 60px 20px;
  }
}

.rv-intro-inner {
  max-width: 640px;
  margin: 0 auto;
}

.rv-intro-lead {
  font-size: 17px;
  line-height: 2.2;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .rv-intro-lead {
    font-size: 15px;
    line-height: 2;
  }
}

.rv-intro-note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #999;
}

/* ========================================
  Reservation Cards
======================================== */
.rv-section {
  background: #fff;
  padding: 100px 0 120px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .rv-section {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 650px) {
  .rv-section {
    padding: 60px 0 80px;
  }
}

.rv-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .rv-cards {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .rv-cards {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 0 20px;
  }
}

.rv-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px 52px;
  text-align: center;
  position: relative;
  border: 1px solid #ede8e0;
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.rv-card:first-child {
  border-right: none;
}
@media screen and (max-width: 650px) {
  .rv-card:first-child {
    border-right: 1px solid #ede8e0;
    border-bottom: none;
  }
}
.rv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
@media (min-width: 651px) and (max-width:1240px) {
  .rv-card {
    padding: 52px 40px 48px;
  }
}
@media screen and (max-width: 650px) {
  .rv-card {
    padding: 48px 28px 44px;
  }
}

/* アイコン */
.rv-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: #f7f6f4;
  color: #b08829;
}
.rv-card-icon svg {
  width: 28px;
  height: 28px;
}

.rv-card--web .rv-card-icon {
  background: #fdf8f0;
  color: #b08829;
}

.rv-card--line .rv-card-icon {
  background: #f0f9f0;
  color: #06c755;
}

.rv-card--tel .rv-card-icon {
  background: #f0f4fd;
  color: #4a70b0;
}

/* ENラベル */
.rv-card-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #ccc;
  display: block;
  margin-bottom: 10px;
}

/* タイトル */
.rv-card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .rv-card-title {
    font-size: 20px;
  }
}

/* 説明文 */
.rv-card-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 2;
  color: #888;
  margin-bottom: 24px;
  flex: 1;
}
@media screen and (max-width: 650px) {
  .rv-card-desc {
    font-size: 13px;
  }
}

/* バッジ */
.rv-card-badge {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #b08829;
  border: 1px solid #b08829;
  border-radius: 20px;
  padding: 4px 16px;
  margin-bottom: 32px;
  display: inline-block;
}

.rv-card--line .rv-card-badge {
  color: #06c755;
  border-color: #06c755;
}

/* 受付時間（電話用） */
.rv-card-hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.rv-card-hours-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #bbb;
}

.rv-card-hours-val {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.06em;
}

/* ボタン */
.rv-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff !important;
  background: linear-gradient(90deg, #d6b166 0%, #b08829 100%);
  padding: 14px 28px;
  border-radius: 30px;
  transition: opacity 0.3s;
  margin-top: auto;
}
.rv-card-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.rv-card-btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 650px) {
  .rv-card-btn {
    font-size: 13px;
    padding: 14px 24px;
  }
}

.rv-card-btn--line {
  background: linear-gradient(90deg, #1dc843 0%, #06c755 100%);
}

.rv-card-btn--tel {
  background: linear-gradient(90deg, #5a82c8 0%, #4a70b0 100%);
}

/* ========================================
  Notes
======================================== */
.rv-notes {
  background: #f7f6f4;
  padding: 80px 20px;
}
@media screen and (max-width: 650px) {
  .rv-notes {
    padding: 60px 20px;
  }
}

.rv-notes-inner {
  max-width: 700px;
  margin: 0 auto;
}

.rv-notes-title {
  font-size: 15px;
  letter-spacing: 0.15em;
  color: #b08829;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.rv-notes-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #b08829;
  flex-shrink: 0;
}

.rv-notes-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rv-notes-list li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
  padding-left: 18px;
  position: relative;
}
.rv-notes-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #b08829;
}

/* ========================================
  Contact Intro
======================================== */
.ct-intro {
  background: #f7f6f4;
  padding: 72px 20px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .ct-intro {
    padding: 52px 20px;
  }
}

.ct-intro-inner {
  max-width: 600px;
  margin: 0 auto;
}

.ct-intro-lead {
  font-size: 16px;
  line-height: 2.1;
  color: #333333;
}
@media screen and (max-width: 650px) {
  .ct-intro-lead {
    font-size: 14px;
    line-height: 2;
  }
}

/* ========================================
  LINE Card
======================================== */
.ct-line {
  background: #fff;
  padding: 80px 20px 0;
}
@media screen and (max-width: 650px) {
  .ct-line {
    padding: 60px 20px 0;
  }
}

.ct-line-inner {
  max-width: 760px;
  margin: 0 auto;
}

.ct-line-card {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #f0faf0;
  border: 1px solid #c8edc8;
  border-radius: 16px;
  padding: 36px 40px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ct-line-card {
    padding: 32px 32px;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .ct-line-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 16px;
  }
}

.ct-line-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #06c755;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.ct-line-icon svg {
  width: 30px;
  height: 30px;
}

.ct-line-body {
  flex: 1;
}

.ct-line-label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #06c755;
  display: block;
  margin-bottom: 6px;
}

.ct-line-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 10px;
}

.ct-line-id {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #06c755;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #c8edc8;
  border-radius: 20px;
  background: #fff;
}

.ct-line-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(135deg, #1dc843 0%, #06c755 100%);
  padding: 14px 28px;
  border-radius: 30px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.ct-line-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.ct-line-btn:hover {
  opacity: 0.8;
}
.ct-line-btn--disabled {
  background: #ccc;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  .ct-line-btn--disabled {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .ct-line-btn {
    align-self: stretch;
    justify-content: center;
  }
}

/* ========================================
  Contact Form Section
======================================== */
.ct-form-section {
  background: #fff;
  padding: 80px 20px 100px;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ct-form-section {
    padding: 72px 20px 90px;
  }
}
@media screen and (max-width: 650px) {
  .ct-form-section {
    padding: 60px 20px 80px;
  }
}

.ct-form-inner {
  max-width: 760px;
  margin: 0 auto;
}

.ct-form-header {
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 650px) {
  .ct-form-header {
    margin-bottom: 36px;
  }
}

.ct-form-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #ccc;
  display: block;
  margin-bottom: 12px;
}

.ct-form-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #333333;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.ct-form-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: #b08829;
}
@media screen and (max-width: 650px) {
  .ct-form-title {
    font-size: 20px;
  }
}

.ct-form-notice {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  color: #999;
  padding: 40px 0;
}

/* ========================================
  CF7 フォーム スタイル（.ct-form-wrap スコープ）
  label はインプットの兄弟要素（<p> の直接子）
======================================== */
.ct-form-wrap .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ct-form-wrap .wpcf7-form > p {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e8e2d9;
  margin: 0 !important;
  min-height: 68px;
}
.ct-form-wrap .wpcf7-form > p:first-of-type {
  border-top: 1px solid #e8e2d9;
}
.ct-form-wrap .wpcf7-form > p:last-of-type {
  border: none;
  justify-content: center;
  padding-top: 40px;
  min-height: auto;
}
@media screen and (max-width: 650px) {
  .ct-form-wrap .wpcf7-form > p {
    flex-direction: column;
    min-height: auto;
  }
}
.ct-form-wrap .wpcf7-form > p > label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #333333;
  display: flex;
  align-items: center;
  min-width: 190px;
  padding: 18px 16px 18px 0;
  flex-shrink: 0;
  border-right: 1px solid #e8e2d9;
  position: relative;
}
@media (min-width: 651px) and (max-width:1240px) {
  .ct-form-wrap .wpcf7-form > p > label {
    min-width: 160px;
  }
}
@media screen and (max-width: 650px) {
  .ct-form-wrap .wpcf7-form > p > label {
    min-width: 0;
    border-right: none;
    border-bottom: 1px solid #f0ece5;
    padding: 16px 0 8px;
    font-size: 12px;
  }
}
.ct-form-wrap .wpcf7-form > p:has(.wpcf7-validates-as-required) > label::after {
  content: "必須";
  font-size: 9px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #b08829;
  padding: 2px 7px;
  border-radius: 10px;
  margin-left: 8px;
  white-space: nowrap;
}
.ct-form-wrap .wpcf7-form-control-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 12px 0 12px 20px;
}
@media screen and (max-width: 650px) {
  .ct-form-wrap .wpcf7-form-control-wrap {
    padding: 10px 0;
  }
}
.ct-form-wrap .wpcf7-form-control-wrap input[type=text],
.ct-form-wrap .wpcf7-form-control-wrap input[type=email],
.ct-form-wrap .wpcf7-form-control-wrap input[type=tel] {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #e8e2d9;
  border-radius: 6px;
  background: #faf9f7;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  outline: none;
  transition: background 0.25s, border-color 0.25s;
}
.ct-form-wrap .wpcf7-form-control-wrap input[type=text]:focus,
.ct-form-wrap .wpcf7-form-control-wrap input[type=email]:focus,
.ct-form-wrap .wpcf7-form-control-wrap input[type=tel]:focus {
  background: #fff;
  border-color: #b08829;
}
@media screen and (max-width: 650px) {
  .ct-form-wrap .wpcf7-form-control-wrap input[type=text],
  .ct-form-wrap .wpcf7-form-control-wrap input[type=email],
  .ct-form-wrap .wpcf7-form-control-wrap input[type=tel] {
    height: 44px;
  }
}
.ct-form-wrap .wpcf7-form-control-wrap select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #e8e2d9;
  border-radius: 6px;
  background: #faf9f7;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b08829' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  transition: border-color 0.25s;
}
.ct-form-wrap .wpcf7-form-control-wrap select:focus {
  border-color: #b08829;
}
.ct-form-wrap .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #e8e2d9;
  border-radius: 6px;
  background: #faf9f7;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  outline: none;
  resize: vertical;
  min-height: 160px;
  transition: background 0.25s, border-color 0.25s;
}
.ct-form-wrap .wpcf7-form-control-wrap textarea:focus {
  background: #fff;
  border-color: #b08829;
}
@media screen and (max-width: 650px) {
  .ct-form-wrap .wpcf7-form-control-wrap textarea {
    min-height: 130px;
  }
}
.ct-form-wrap .wpcf7-form > p:has(textarea) {
  align-items: flex-start;
}
.ct-form-wrap .wpcf7-form > p:has(textarea) > label {
  padding-top: 22px;
}
.ct-form-wrap .wpcf7-form > p:has(textarea) .wpcf7-form-control-wrap {
  align-items: flex-start;
}
.ct-form-wrap input[type=submit] {
  display: block;
  margin: 40px auto 0;
  width: 280px;
  height: 70px;
  background: url("../img/btn-arrow.png") right 20px center/20px no-repeat, linear-gradient(90deg, #d6b166 0%, #b08829 100%);
  color: #fff;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 35px;
  cursor: pointer;
  transition: opacity 0.5s;
  padding-left: 35px;
  padding-right: 50px;
  text-align: left;
}
.ct-form-wrap input[type=submit]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .ct-form-wrap input[type=submit] {
    width: 250px;
    height: 60px;
    font-size: 14px;
  }
}
.ct-form-wrap .wpcf7-not-valid-tip {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  color: #b04040;
  margin-top: 4px;
  display: block;
}
.ct-form-wrap .wpcf7-response-output {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  text-align: center;
  padding: 14px 20px;
  margin-top: 24px;
  border-radius: 6px;
  border: none !important;
}
.ct-form-wrap .wpcf7-form.sent .wpcf7-response-output {
  background: #f0f7f0;
  color: #4a7c59;
}
.ct-form-wrap .wpcf7-form.failed .wpcf7-response-output,
.ct-form-wrap .wpcf7-form.invalid .wpcf7-response-output {
  background: #fdf0f0;
  color: #b04040;
}

/* ========================================
  Notes
======================================== */
.ct-notes {
  background: #f7f6f4;
  padding: 72px 20px;
}
@media screen and (max-width: 650px) {
  .ct-notes {
    padding: 52px 20px;
  }
}

.ct-notes-inner {
  max-width: 760px;
  margin: 0 auto;
}

.ct-notes-title {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #b08829;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ct-notes-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #b08829;
  flex-shrink: 0;
}

.ct-notes-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ct-notes-list li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
  padding-left: 18px;
  position: relative;
}
.ct-notes-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #b08829;
}

.e404-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f6f4;
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
}
@media screen and (max-width: 650px) {
  .e404-section {
    padding: 80px 20px;
    min-height: 70vh;
  }
}

/* 背景の大きな404 */
.e404-bg-text {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(180px, 30vw, 400px);
  font-weight: 700;
  color: rgba(176, 136, 41, 0.05);
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.e404-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  width: 100%;
}

/* 数字 */
.e404-number {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(72px, 12vw, 120px);
  font-weight: 400;
  color: #b08829;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 24px;
  opacity: 0.9;
}

/* タイトル */
.e404-title {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
  margin-bottom: 24px;
}

/* 説明文 */
.e404-desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #888;
  margin-bottom: 48px;
}
@media screen and (max-width: 650px) {
  .e404-desc {
    font-size: 13px;
  }
}

/* ホームボタン */
.e404-home-btn {
  margin-bottom: 60px;
}
.e404-home-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #fff;
  background: linear-gradient(90deg, #d6b166 0%, #b08829 100%);
  padding: 16px 36px;
  border-radius: 32px;
  transition: opacity 0.3s;
}
.e404-home-btn a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.e404-home-btn a:hover {
  opacity: 0.75;
}

/* ページナビ */
.e404-nav {
  border-top: 1px solid #e8e2d9;
  padding-top: 40px;
}

.e404-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
}

.e404-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 22px;
  border: 1px solid #ddd8d0;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.25s, box-shadow 0.25s;
  min-width: 90px;
}
.e404-nav-item:hover {
  border-color: #b08829;
  box-shadow: 0 4px 16px rgba(176, 136, 41, 0.1);
}
.e404-nav-item--accent {
  background: linear-gradient(135deg, #f9f2e3 0%, #f0e8d0 100%);
  border-color: #b08829;
}
.e404-nav-item--accent .e404-nav-en {
  color: #b08829;
}
.e404-nav-item--accent .e404-nav-ja {
  color: #b08829;
}

.e404-nav-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #bbb;
  line-height: 1;
}

.e404-nav-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.06em;
}

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