@charset "UTF-8";
/**
* スタイルシート統合
*/
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header .header-inner .logo {
  width: 260px;
}

.container {
  position: relative;
  margin: auto;
  /* 最大幅 */
  max-width: 160rem;
  width: calc(100% - 6rem - 6rem);
}
@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 4rem - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 2rem - 2rem);
  }
}
.container .container-inner {
  margin: auto;
  width: calc(100% - 6rem - 6rem);
}
@media screen and (max-width: 1599px) {
  .container .container-inner {
    width: 100%;
  }
}

.sub-contents-wrap {
  padding: 100px 0 0 0;
}

/** テンプレファイル
* 一括指定、すべてのページに適用するスタイルなどはここに記述
* containerの指定などは全サイト共通にするのでこのファイルを使いまわす。
*
* ver.20240703
*/
html {
  font-size: 10px;
  color-scheme: transparent;
  scrollbar-gutter: stable;
}

body {
  position: relative;
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: normal;
}

.content-wrapper {
  width: 100%;
  overflow-x: hidden !important;
}

.scrollLock {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  scrollbar-gutter: stable;
}

a:hover {
  opacity: 0.9;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container-wrap {
  position: relative;
  width: 100%;
}

.container {
  position: relative;
  margin: auto;
  /* 最大幅 */
  max-width: 160rem;
  width: calc(100% - 6rem - 6rem);
}
@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 4rem - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 2rem - 2rem);
  }
}
.container .container-inner {
  margin: auto;
  width: calc(100% - 6rem - 6rem);
}
@media screen and (max-width: 1599px) {
  .container .container-inner {
    width: 100%;
  }
}

.section-separator {
  height: 12rem;
}
@media screen and (max-width: 1024px) {
  .section-separator {
    height: 9rem;
  }
}
.section-separator.next-page-kv {
  height: 6rem;
}
@media screen and (max-width: 1024px) {
  .section-separator.next-page-kv {
    height: 2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
  font-weight: bold;
  line-height: 2em;
}

:where(h1, h2, h3) {
  text-wrap: wrap;
}

span.sml,
p.sml {
  font-size: 1.3rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.m-0 {
  margin: 0rem;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-10 {
  margin: 1rem;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.p-10 {
  padding: 1rem;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.m-20 {
  margin: 2rem;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.p-20 {
  padding: 2rem;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.m-30 {
  margin: 3rem;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.p-30 {
  padding: 3rem;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.m-40 {
  margin: 4rem;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.p-40 {
  padding: 4rem;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.m-60 {
  margin: 6rem;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.p-60 {
  padding: 6rem;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.m-90 {
  margin: 9rem;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.p-90 {
  padding: 9rem;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pl-90 {
  padding-left: 9rem !important;
}

.pr-90 {
  padding-right: 9rem !important;
}

.m-100 {
  margin: 10rem;
}

.m-120 {
  margin: 12rem;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.p-120 {
  padding: 12rem;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

/**
* Header用スタイルシート
*/
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 11rem;
  background-color: #FFF;
}

.header-logo img {
  margin: 2rem;
  width: 12.4rem;
  transition: inherit;
}

.main-nav ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  gap: 1.8rem;
}

.main-nav ul li img {
  width: 3.2rem;
}

@media (max-width: 993px) {
  .main-nav {
    display: none;
  }
}
[hidden] {
  display: none !important;
}

.rr-trigger {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 10050;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.rr-bars, .rr-bars::before, .rr-bars::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #111;
}

.rr-bars::before {
  margin-top: 6px;
}

.rr-bars::after {
  margin-top: 6px;
}

.rr-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 10040;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.rr-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(84vw, 360px);
  background: #fff;
  z-index: 10060;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.18);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  display: grid;
  grid-template-rows: auto 1fr;
  will-change: transform;
}

.rr-drawer.is-open {
  transform: translateX(0);
}

.rr-close {
  justify-self: end;
  margin: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.rr-close::before, .rr-close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background: #111;
}

.rr-close::before {
  transform: rotate(45deg);
}

.rr-close::after {
  transform: rotate(-45deg);
}

.rr-menu {
  list-style: none;
  margin: 0;
  padding: 12px 16px 28px;
}

.rr-menu a {
  display: block;
  padding: 14px 12px;
  color: #111;
  text-decoration: none;
  border-radius: 10px;
}

.rr-menu a:hover {
  background: #f5f5f5;
}

body.rr-noScroll {
  overflow: hidden;
  height: 100%;
}

@media (min-width: 992px) {
  .rr-trigger {
    display: none;
  }
}
/**
* Footer用スタイルシート
*/
#banners {
  padding-block: 6rem;
}
#banners .container-inner .banner-wrap1 {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
#banners .container-inner .banner-wrap1 .oc-wrap,
#banners .container-inner .banner-wrap1 .interview {
  position: relative;
  width: calc((100% - 4rem - 1px) / 2);
}
#banners .container-inner .oc-wrap {
  position: relative;
  display: flex;
}
#banners .container-inner .oc-wrap svg {
  width: 100%;
  height: 103.4%;
}
#banners .container-inner .banner-wrap2 {
  display: flex;
  margin-top: 6rem;
}
#banners .container-inner .banner-wrap2 .slide-inner {
  margin-right: 1rem;
}

/* ===== Footer ===== */
/* ── スマホでヘッダーの予約ボタンを非表示 ───────────────── */
@media (max-width: 768px) {
  .reserve-btn-wrap {
    display: none !important;
  }
}
.site-footer {
  --ink:#273247;
  --muted:#6f7b86;
  --paper:#faf5ea;
  margin-top: 120px;
  position: relative;
  background: var(--paper) url("../img/footer-bg.jpg") center/cover no-repeat; /* 紙風の質感（任意） */
  padding: 36px 16px 20px;
  overflow: hidden;
}

.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr auto;
  align-items: start;
  gap: 36px;
  position: relative;
  z-index: 1; /* 背景装飾より前面に */
}

/* 左：ロゴ＋住所 */
.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer .footer-logo img {
  width: 98px;
  height: auto;
  display: block;
}

.site-footer .footer-address {
  font-style: normal;
  color: #3c4a5a;
  line-height: 1.8;
  font-size: 14px;
}

@media (max-width: 960px) {
  .site-footer .footer-logo img {
    width: 150px;
  }
}
/* 中央：リンク2列 */
.site-footer .footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}

.site-footer .footer-links .links-col {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-links a {
  display: inline-block;
  padding: 4px 0;
  color: #2f3e55;
  text-decoration: none;
  font-size: 14px;
}

.site-footer .footer-links a:hover {
  text-decoration: underline;
}

/* 右：SNS */
.site-footer .footer-social {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: flex-start;
}

.site-footer .sns {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.site-footer .sns img {
  width: 20px;
  height: 20px;
  display: block;
}

.site-footer .sns-ig {
  background: #fff;
}

.site-footer .sns-line {
  background: #e7f8ec;
}

/* コピーライト（中央） */
.site-footer .footer-copy {
  text-align: center;
  margin: 18px 0 0;
  color: #6b7680;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

/* レスポンシブ */
@media (max-width: 960px) {
  .site-footer .footer-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "brand social" "links links";
  }
  .site-footer .footer-brand {
    grid-area: brand;
  }
  .site-footer .footer-links {
    grid-area: links;
  }
  .site-footer .footer-social {
    grid-area: social;
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .site-footer {
    padding: 28px 14px 18px;
  }
  .site-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .site-footer .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
  }
  .site-footer .footer-social {
    justify-content: center;
  }
  .site-footer .footer-copy {
    margin-top: 14px;
  }
  .site-footer::after {
    width: 240px;
    height: 120px;
    top: auto;
    bottom: 14px;
    opacity: 0.8;
  }
  .site-footer::before {
    width: 300px;
    height: 120px;
  }
}
/* ── 浮遊「予約する」ボタン ─────────────────────────── */
.sp-reserve-fab {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(56px + env(safe-area-inset-bottom) + 24px); /* フッターの少し上 */
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72%;
  height: 44px;
  padding: 0 18px;
  background: #e6a4b9; /* 画像のピンク系 */
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  -webkit-tap-highlight-color: transparent;
}

.sp-reserve-fab:active {
  transform: translateX(-50%) scale(0.98);
}

/* 本文が隠れないよう、下余白をフッター＋ボタン分確保 */
body.has-sp-fixed-nav {
  padding-bottom: calc(124px + env(safe-area-inset-bottom));
  padding-bottom: calc(124px + constant(safe-area-inset-bottom));
}

/* ── SP固定フッター ───────────────────────────── */
@media (max-width: 768px) {
  .sp-fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 70px; /* タップしやすい高さ */
    background: #e7cfcf;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
    padding-bottom: env(safe-area-inset-bottom); /* iPhone安全域 */
    padding-bottom: constant(safe-area-inset-bottom); /* 古いiOS用 */
  }
  .sp-fixed-nav .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    color: #5b6b82; /* スクショの青グレー感 */
    text-decoration: none;
    line-height: 1;
    border-right: 1px solid #eee; /* 5分割の区切り線 */
  }
  .sp-fixed-nav .item img {
    width: 50%;
    margin: 0 auto;
  }
  .sp-fixed-nav .item:last-child {
    border-right: none;
  }
  .sp-fixed-nav .item:active {
    background: #f5f7f9;
  }
  /* 本文が隠れないようフッター分の下余白を確保 */
  body.has-sp-fixed-nav {
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
    padding-bottom: calc(56px + constant(safe-area-inset-bottom));
  }
}
/* PC・タブレットでは非表示 */
@media (min-width: 769px) {
  .sp-fixed-nav, .sp-reserve-fab {
    display: none;
  }
}
/**
* Footer用スタイルシート
*/
/**
* Header用スタイルシート
*/
.top-common h2 {
  text-align: center;
}

.new-btn-2022 {
  width: 500px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .new-btn-2022 {
    width: 94%;
    max-width: 360px;
  }
}
.new-btn-2022 .btn-new {
  padding: 30px 60px;
  background: #e7cfcf;
  border-radius: 13px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: center;
}

.page section h2.common-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
  font-family: Lora, serif;
  color: #444;
  transform: translate3d(-15px, 18px, 0);
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
}

.page section .inner {
  padding: 10px;
  margin: 0 50px 50px;
  position: relative;
}

@media (max-width: 768px) {
  .page section .inner {
    margin: 0 20px;
    margin: 0 auto;
  }
}
.page section .inner.loaded:before {
  opacity: 1;
  transform: translateZ(0);
}

.page section .inner .c-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid;
}

.page section .inner:after, .page section .inner:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #b3b3b3;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease 0.6s;
}

.stylist-area {
  display: flex;
  flex-wrap: wrap;
}

.page section .inner .c-inner p {
  font-size: 20px;
}

.stylist-area .person {
  width: 50%;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .stylist-area .person {
    width: 96%;
  }
}
.stylist-area .person .photo img {
  width: 100%;
  height: auto;
}

.stylist-area .person .names {
  font-size: 19px;
  width: 25%;
  white-space: nowrap;
}

.page section .inner .c-inner p {
  font-size: 20px;
}

.person .price span {
  font-size: 13px;
}

.stylist-area .person .insta img {
  width: 4rem;
}

@media (max-width: 768px) {
  .stylist-area .person {
    width: 96%;
  }
  .stylist-area .person .photo {
    width: 66%;
  }
  .stylist-area .person .photo img {
    width: 80%;
  }
  .stylist-area .person .names {
    width: 30%;
  }
}
.rental-menu li a:hover {
  background: rgba(146, 114, 71, 0.2);
}

.plan-list {
  display: flex;
  flex-wrap: wrap;
}

.plan-list li {
  width: 33.3333333333%;
}

.plan-list li a {
  display: block;
}

.plan-list li a .detail {
  position: relative;
}

.plan-list li a .detail .photo {
  overflow: hidden;
  text-align: center;
}

.plan-list li a .detail .photo img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
  transform: scaleX(1);
}

.plan-list li a .detail .detail-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 85%;
  height: 85%;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 15px;
}

.plan-list li a .detail .detail-text .mini-title {
  color: #fff;
  font-size: 130%;
  text-align: center;
  width: 100%;
  position: relative;
}

.plan-list li a .detail .detail-text .mini-title.border-1:after, .plan-list li a .detail .detail-text .mini-title.border-2:after {
  content: "";
  background: #fff;
  width: 40px;
  height: 1px;
  margin: 5px auto 0;
  display: block;
}

.plan-list li a .detail:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: all 0.6s;
}

.page section {
  padding: 15px 0;
  background: #efe1e1;
  background: #fff;
}

.top-common.banner-area a {
  display: flex;
  max-width: 1200px;
  margin: -20px auto 30px;
}

.top-common.banner-area a img {
  width: 100%;
  height: auto;
}

.page section.bg-y {
  background: #ececec;
}

.page section h2.common-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
  font-family: Lora, serif;
  color: #444;
  transform: translate3d(-15px, 18px, 0);
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .page section h2.common-title {
    font-size: 24px;
    margin: 21px auto;
    text-align: center;
  }
}
.page section h2.common-title span:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 60px;
  height: 1px;
  background: #a7a4a4;
  transition: all 0.3s 0.6s;
  transform: scaleX(0);
}

.page .salon-info-section .inner .c-inner, .page .salon-info-section .inner:after, .page .salon-info-section .inner:before {
  border: none;
}

.salon-footer-info {
  display: flex;
  align-items: center;
}

.salon-footer-info .left, .salon-footer-info .right {
  width: 50%;
}

.salon-footer-info .right .salon-dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.salon-footer-info .right .salon-dl dt {
  width: 30%;
  padding: 10px;
  font-weight: 700;
}

.salon-footer-info .right .salon-dl dt:before {
  content: "- ";
}

.salon-footer-info .right .salon-dl dd {
  width: 70%;
  padding: 10px;
  text-align: left;
}

.salon-footer-info .right .salon-dl dd table {
  width: 100%;
}

.salon-footer-info .right .salon-dl dd table td {
  display: block;
  margin-bottom: 15px;
}

.new .hair-only-price-table th, td {
  border: solid 1px #e1cfc1;
  padding: 5px;
}

.salon-footer-info .right .salon-dl dd table th {
  display: block;
  white-space: nowrap;
}

.salon-info-section .botn {
  padding: 50px;
  text-align: center;
}

.salon-info-section .botn a {
  margin: 0 auto;
  font-size: 20px;
  width: 400px;
  height: 60px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 20px;
  font-style: italic;
  transition: all 300ms;
  position: relative;
}

.salon-info-section .botn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #444;
  position: absolute;
  left: 5px;
  top: 5px;
}

.sp {
  display: none;
}

.copy {
  text-align: center;
  padding: 20px 0;
}

.rental-menu-title {
  font-size: 24px;
  color: #4d463b;
  margin-bottom: 30px;
  text-align: center;
}

.rental-menu-title span {
  display: inline-block;
  padding: 10px;
}

.rental-menu-title span:after {
  content: "";
  width: 100px;
  height: 1px;
  display: block;
  margin: 0 auto;
  background: #4d463b;
}

.rental-menu {
  display: flex;
  flex-wrap: wrap;
}

.rental-menu li {
  width: 50%;
  padding: 10px;
}

.rental-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  color: #927247;
  border: 1px solid;
  padding: 20px;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .rental-menu li a {
    font-size: 16px;
  }
}
.move-banner {
  margin: 24px auto 28px;
  max-width: 1000px;
  padding: 0 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, "Noto Sans JP", "Noto Sans", sans-serif;
  text-align: center;
}

.move-banner__card {
  background: #fff;
  border: 2px solid #e6b7bd; /* ← 四辺をピンクの縁で囲む */
  border-radius: 12px;
  padding: clamp(26px, 3vw, 36px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.move-banner__title {
  margin: 0 0 18px;
  font-weight: 700;
  color: #3c3737;
  font-size: clamp(28px, 5.2vw, 48px);
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.move-banner__cta {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 28px;
  background: #f5e7e7;
  border: 2px solid #e6b7bd;
  border-radius: 999px;
  color: #5a5050;
  font-weight: 600;
  font-size: clamp(14px, 1.8vw, 18px);
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.move-banner__cta:hover {
  background: #eed6d6;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* ===== 店舗情報（セクション全体にスコープ） ===== */
#store-info {
  --ink:#223a64;
  --muted:#6b7b8c;
  --mint:#cfe6e3;
  --mint-deep:#b7d6d1;
  --card-bg:#fff;
  --ring:#e9eef4;
  position: relative;
  padding: 48px 0 56px;
  /* 背景：任意の和柄を置けます。無ければ薄いベージュとして表示 */
  background: url("../img/store-info-bg.jpg") center/cover no-repeat, #faf7f3;
}

#store-info .store-info__title {
  text-align: center;
  font-size: 28px;
  color: var(--ink);
  letter-spacing: 0.12em;
  margin: 0 0 20px;
}

#store-info .store-info__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 32px;
  padding: 0 16px;
}

/* 左カラム */
#store-info .store-info__left {
  flex: 0 0 500px; /* 左は細め（画像の雰囲気に合わせる） */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.store-info-imgtxt {
  position: absolute;
  top: 20px;
  left: 10px;
  color: #FFF;
}

#store-info .store-info__left img {
  border-radius: 12px;
}

#store-info .store-info__logo {
  width: 180px;
  height: auto;
  display: block;
}

#store-info .store-info__addr {
  color: #2e2e2e;
  line-height: 1.9;
  margin: 6px 0 4px;
}

#store-info .store-info__btn {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 22px;
  background: var(--mint);
  border: 1px solid var(--mint-deep);
  border-radius: 999px;
  color: #1b3c46;
  text-decoration: none;
  font-weight: 600;
  transition: filter 0.2s ease, transform 0.05s ease;
}

#store-info .store-info__btn:hover {
  filter: brightness(0.97);
}

#store-info .store-info__btn:active {
  transform: translateY(1px);
}

/* 右カラム（マップカード） */
#store-info .store-info__right {
  flex: 1 1 auto;
}

#store-info .store-info__map-card {
  background: var(--card-bg);
  border: 1px solid var(--ring);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  padding: 12px; /* 白い余白が縁に出る感じを再現 */
}

#store-info .store-info__map-frame {
  position: relative;
  aspect-ratio: 16/10; /* 画像に近い横長比率 */
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

#store-info .store-info__map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  #store-info .store-info__inner {
    gap: 24px;
  }
  #store-info .store-info__left {
    flex-basis: 280px;
  }
}
@media (max-width: 768px) {
  #store-info {
    padding: 36px 0 44px;
  }
  #store-info .store-info__inner {
    flex-direction: column;
    align-items: stretch;
  }
  #store-info .store-info__left {
    flex-basis: auto;
    align-items: center;
    text-align: center;
  }
  #store-info .store-info__addr {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .plan-list li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .store-info__left .salon-dl dt {
    font-size: 18px;
  }
  .store-info__left .salon-dl dd {
    width: 100%;
    padding: 5px 10px 10px;
    border-bottom: 1px solid #ccc8c8;
  }
  .store-info__left .salon-dl dd table {
    width: 100%;
  }
  .store-info__left .salon-dl dd table th {
    display: block;
  }
  .store-info__left .salon-dl dd table td {
    display: block;
  }
  .plan-list li a .detail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.6s;
  }
}
.botn {
  margin: 50px auto;
}

.botn a {
  margin: 0 auto;
  width: 250px;
  height: 85px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 15px;
  font-style: italic;
  transition: all 300ms;
  position: relative;
}

.botn a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #444;
  position: absolute;
  left: 5px;
  top: 5px;
}

/**
* Footer用スタイルシート
*/
/* 親コンテナを横並びレイアウトに */
.gallery {
  display: flex;
  align-items: flex-start; /* 上揃えで配置 */
}

/* サムネイル一覧のスタイル */
.thumbnails {
  width: 110px; /* サムネイル欄の横幅（サムネイル画像の幅に合わせる） */
  margin-right: 20px; /* メイン画像エリアとの間隔 */
}

.thumbnails img {
  display: block;
  width: 100%;
  margin-bottom: 10px; /* サムネイル間の下余白 */
  box-sizing: border-box; /* 枠線を含めてサイズ計算 */
  border: 2px solid transparent; /* 枠線（通常は透明） */
  cursor: pointer;
}

.thumbnails img.active {
  border-color: #333; /* 選択中サムネイルは枠線を表示 */
}

/* メイン画像エリアのスタイル */
.main-image {
  flex: 1; /* 残りの幅いっぱいに表示 */
  text-align: center; /* メイン画像を中央寄せ */
}

.main-image img {
  max-width: 100%; /* メイン画像はコンテナ幅以内で縮小表示 */
  height: auto; /* 縦横比を維持 */
}

/* --- プラン概要（MV直下） --- */
.plan-intro {
  background: #fff;
  padding: clamp(40px, 6vw, 72px) 0;
}

.plan-intro__inner {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.plan-intro__title {
  color: #123a5a; /* 画像の濃紺寄り */
  font-weight: 700;
  text-align: center;
  font-size: 4.4rem;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin: 0 0 clamp(28px, 4vw, 48px);
}

@media (max-width: 1024px) {
  .plan-intro__title {
    font-size: 2.8rem;
  }
}
.plan-intro__lead {
  width: min(880px, 100%); /* 段落は左寄せで読みやすく */
  text-align: left;
  color: #2b2b2b;
  line-height: 1.9;
  font-size: clamp(14px, 1.4vw, 16px);
}

.plan-intro__lead p {
  margin: 0 0 0.7em;
}

.plan-intro__price {
  width: min(880px, 100%);
  text-align: left;
  font-weight: 800;
  color: #111;
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing: 0.02em;
}

.plan-intro__price .yen {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.plan-intro__price .tax {
  font-size: 0.62em;
  font-weight: 500;
  color: #444;
  margin-left: 0.4em;
}

/* CTAボタン（中央） */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(240px, 28vw, 420px);
  height: clamp(48px, 6.5vw, 64px);
  margin: 40px auto;
  color: #fff;
  background: #e7a1b9; /* ピンク */
  border-radius: 9999px;
  box-shadow: 0 6px 16px rgba(231, 161, 185, 0.35);
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.08em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(231, 161, 185, 0.45);
}

.plan-intro .btn-reserve {
  display: flex; /* ブロック化 + 中身を中央に */
  justify-content: center;
  margin: 24px auto 0; /* 左右 auto で中央寄せ */
  width: clamp(240px, 28vw, 420px); /* 幅があると確実にセンタリングされる */
  float: none; /* 念のための上書き */
  position: static; /* 念のための上書き */
}

/* ===== 着物ギャラリー ===== */
.kimono-gallery {
  background: #fff;
  padding: clamp(28px, 5vw, 56px) 0;
}

.kg-inner {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.kg-title {
  text-align: center;
  color: #123a5a;
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 44px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0 0 clamp(20px, 3vw, 36px);
}

/* 配置：左に大画像、右にサムネ */
.kg-wrap {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 300px); /* 左=可変、右=サムネ列 */
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

/* 左：大画像（縦長の長方形を強制） */
.kg-main {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  aspect-ratio: 3/4; /* ← アップは縦長長方形に固定 */
  background: #f4f4f4;
}

.kg-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* 右：サムネ（常に正方形） */
.kg-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 x N行 */
  gap: clamp(10px, 1.6vw, 18px);
}

.kg-thumb {
  margin: 0;
  padding: 0;
}

.kg-thumb-btn {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1; /* ← 正方形固定 */
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.kg-thumb-btn:hover,
.kg-thumb-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  outline: none;
}

.kg-thumb-btn.is-active {
  border-color: #e7a1b9; /* 選択中の縁色 */
  box-shadow: 0 8px 22px rgba(231, 161, 185, 0.25);
}

.kg-thumb-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を正方形にトリミング */
  display: block;
}

/* スマホでは縦積み（必要なら） */
@media (max-width: 1024px) {
  .kg-wrap {
    grid-template-columns: 1fr;
  }
  .kg-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}
/**
* Footer用スタイルシート
*/
.page section h2.common-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
  font-family: Lora, serif;
  color: #444;
  transform: translate3d(-15px, 18px, 0);
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
}

.sub-contents .inner .c-inner .menu-wrap .menu-box .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.sub-contents .inner .c-inner .menu-wrap .menu-box .item-list li {
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  margin-bottom: 10px;
  width: 22%;
  list-style: none;
  margin: 0 10px;
  border-bottom: 1px solid #c7c7c7;
}

@media (max-width: 768px) {
  .sub-contents .inner .c-inner .menu-wrap .menu-box .item-list li {
    width: 94%;
  }
}
.page section h2.common-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1em;
  font-family: Lora, serif;
  color: #444;
  transform: translate3d(-15px, 18px, 0);
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
}

.page section h2.common-title span:after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 60px;
  height: 1px;
  background: #a7a4a4;
  transition: all 0.3s 0.6s;
  transform: scaleX(0);
  transform: scaleX(1);
}

.page section .inner.loaded:before {
  opacity: 1;
  transform: translateZ(0);
}

.about-box {
  display: flex;
  align-items: center;
}

.page section .inner.loaded:after {
  opacity: 1;
}

.about-box {
  display: flex;
  align-items: center;
}

.about-box .photo {
  width: 30%;
}

.about-box .detail {
  padding-left: 30px;
  width: 70%;
}

.page section .inner {
  padding: 10px;
  margin: 0 50px 50px;
  position: relative;
  border: 1px solid #222;
}

.about .inner .c-inner p {
  font-size: 15px !important;
}

@media (max-width: 768px) {
  .about-box {
    display: block;
  }
  .about-box .photo {
    width: 94%;
  }
  .page section .inner {
    margin: 0px 12px 21px;
  }
  .about-box .photo img {
    width: 100%;
    height: auto;
  }
  .about-box .detail {
    padding: 0;
    width: 100%;
  }
}
/**
* Footer用スタイルシート
*/
/* ===== 店舗情報 ===== */
.store-info-page {
  background: #fff;
  padding: clamp(36px, 6vw, 72px) 0;
}

.si-inner {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.si-title {
  text-align: center;
  color: #123a5a;
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 44px);
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0 0 clamp(22px, 3vw, 36px);
}

.si-table {
  margin: 0;
  padding: 0;
}

.si-row {
  display: grid;
  grid-template-columns: 140px 1fr; /* 左ラベル / 右内容 */
  gap: clamp(12px, 2vw, 20px);
  padding: clamp(14px, 2vw, 18px) 0;
  border-top: 1px solid #eef0f2;
}

.si-row:first-child {
  border-top: none;
}

.si-row dt {
  margin: 0;
  color: #123a5a;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}

.si-row dd {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.si-tel {
  color: #123a5a;
  font-weight: 700;
  text-decoration: none;
}

/* 写真スリット（3枚） */
.si-photos {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.8vw, 14px);
}

.si-photos li {
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  background: #f3f5f7;
}

.si-photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* 箇条書き */
.si-list {
  margin: 0;
  padding-left: 1.2em;
}

.si-list li {
  margin: 0.2em 0;
}

/* map / movie の差し込み枠（16:9・角丸・グレー） */
.si-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  background: #e9edf2;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
}

.si-embed > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #76829a;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.si-embed iframe, .si-embed video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* レスポンシブ（スマホ：縦並び） */
@media (max-width: 768px) {
  .si-row {
    grid-template-columns: 1fr;
  }
  .si-row dt {
    font-size: 13px;
  }
  .si-photos {
    grid-template-columns: repeat(2, 1fr);
  }
}
/**
* Footer用スタイルシート
*/
/* ===== 予約について ===== */
.reserve-info {
  background: #fff;
  padding: clamp(36px, 6vw, 72px) 0;
}

.reserve__inner {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.reserve__title {
  text-align: center;
  color: #123a5a;
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 36px);
  letter-spacing: 0.06em;
  line-height: 1.35;
  margin: 0 0 clamp(20px, 3.5vw, 32px);
}

.reserve__content {
  display: grid;
  grid-template-columns: minmax(300px, 560px) 1fr; /* 左画像/右本文 */
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
}

/* 画像：角丸＋影、比率は4:3程度 */
.reserve__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f3f3;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  aspect-ratio: 4/4;
}

.reserve__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* 右カラム */
.reserve__body {
  color: #333;
}

.reserve__note {
  margin: 0 0 10px;
  font-size: clamp(13px, 1.25vw, 14px);
  color: #6b7c8f;
  line-height: 1.8;
}

/* 注意枠（薄いグリーン枠） */
.reserve__box {
  border: 1.5px solid #C7E3DC; /* ご指定系の色味 */
  background: #fbfefd; /* ほんのり白緑 */
  border-radius: 10px;
  padding: 12px 14px;
  font-size: clamp(13px, 1.35vw, 15px);
  line-height: 1.9;
}

/* CTAボタン：右カラム内で中央配置 */
.reserve__btn {
  display: block;
  width: clamp(180px, 20vw, 220px);
  height: 44px;
  margin: 16px auto 0; /* ← 中央寄せ */
  border-radius: 9999px;
  background: #e7a1b9;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: clamp(14px, 1.6vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(231, 161, 185, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.reserve__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(231, 161, 185, 0.45);
}

/* スマホ：縦積み */
@media (max-width: 1024px) {
  .reserve__content {
    grid-template-columns: 1fr;
  }
}
/* =========================
  Kimono Section Styles (no :root)
========================= */
.kimono-sec {
  padding: clamp(28px, 6vw, 64px) 0;
  color: #4a4a4a;
  font-feature-settings: "palt";
}

.kimono-sec__inner {
  width: min(100% - clamp(16px, 3.6vw, 32px) * 2, 1200px);
  margin-inline: auto;
}

/* 見出しピル */
.kimono-pill {
  width: -moz-max-content;
  width: max-content;
  margin: 120px auto 26px auto;
  background: #d8c1b2;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: clamp(18px, 3.8vw, 26px);
  line-height: 1;
  padding: 0.9em 1.6em;
  border-radius: 999px;
  text-align: center;
}

/* 注意書き */
.kimono-notes {
  text-align: center;
  margin-bottom: clamp(24px, 6vw, 40px);
}

.kimono-notes p {
  margin: 0.2em 0;
  font-size: clamp(14px, 2.3vw, 16px);
}

.kimono-notes .small {
  color: #8a8a8a;
  font-size: clamp(12px, 1.9vw, 14px);
}

/* グリッド */
.kimono-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(28px, 6vw, 44px);
  display: grid;
  gap: clamp(18px, 3.4vw, 28px);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .kimono-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .kimono-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* カード */
.kimono-card figure {
  margin: 0;
}

.kimono-media {
  aspect-ratio: 4/5;
  background: #f6f6f6;
  border: 1px solid #ddd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.kimono-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* キャプション（品番と名称） */
.kimono-caption {
  margin-top: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

.kimono-caption .sku {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
  padding: 0.45em 0.8em;
  border: 2px solid #c7b0a2;
  border-radius: 10px;
  color: #c7b0a2;
  background: #fff;
  letter-spacing: 0.03em;
}

.kimono-caption .name {
  font-size: 14px;
  padding: 0.55em 0.9em;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  color: #7a7a7a;
  background: #fff;
  letter-spacing: 0.06em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 余白（下にもリストが続く前提） */
.kimono-grid + .kimono-grid {
  margin-top: 0;
}

/* ホバー（任意） */
@media (hover: hover) {
  .kimono-card .kimono-media img {
    transition: transform 0.35s ease;
  }
  .kimono-card:hover .kimono-media img {
    transform: scale(1.03);
  }
}/*# sourceMappingURL=style.css.map */