@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  display: inline-flex;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-36 {
  font-size: 36px;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

/* フローティングメニュー */

.floating-nav {
  position: fixed;
  width: 50px;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.floating-nav a {
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
}

/* TOTOPアイコン */
.totop {
  position: absolute;
  top: -60px;
  right: 40px;
}

.jumbotron-fluid img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* カラー調整用
============================================== */

body {
  background-color: #F7F3EE;
  color: #5B463A;
}

header {
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4A352B;
}

a {
  color: #8A6A57;
}

a:hover {
  color: #B78445;
}

nav.navbar,
.navbar-light,
.navbar-light .container-fluid,
.navbar-collapse {
  background-color: #6B4A3A;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link,
.nav-link {
  color: #FBF8F4;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.nav-link:hover,
.nav-link:focus {
  color: #EFE7DE;
}

.navbar-light .navbar-toggler {
  color: #FBF8F4;
  border-color: #DCCFC2;
}

.navbar-light .navbar-toggler-icon {
  filter: sepia(18%) saturate(72%) hue-rotate(344deg) brightness(0.82);
}

.container-fluid.bg-warning {
  background-color: #EFE7DE !important;
}

.container-fluid.bg-warning,
.container-fluid.bg-warning h1,
.container-fluid.bg-warning h2,
.container-fluid.bg-warning h3,
.container-fluid.bg-warning a,
.container-fluid.bg-warning .text-dark {
  color: #4A352B !important;
}

.btn-secondary,
.bg-secondary {
  background-color: #C89A56;
  border-color: #C89A56;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.bg-secondary:hover {
  background-color: #B78445;
  border-color: #B78445;
}

.bg-dark {
  background-color: #6B4A3A;
}

.bg-light {
  background-color: #FBF8F4;
}

.text-dark {
  color: #4A352B;
}

.text-white {
  color: #FFFFFF;
}

footer {
  background-color: #8A6A57;
}

footer.bg-secondary {
  background-color: #8A6A57;
}

footer .nav-link,
footer small,
footer a {
  color: #FFFFFF;
}

footer .nav-link:hover,
footer a:hover {
  color: #EFE7DE;
}

footer .totop i {
  color: #FBF8F4;
}

.floating-nav .bg-secondary {
  background-color: #C89A56;
}

.floating-nav .bg-dark {
  background-color: #6B4A3A;
}

.floating-nav a:hover {
  color: #FBF8F4;
}

.table {
  color: #5B463A;
  background-color: #FFFFFF;
  border-color: #DCCFC2;
}

.table th,
.table td {
  border-color: #DCCFC2;
}

th.bg-light,
td.bg-light,
.table.bg-light {
  background-color: #FBF8F4;
}

.table thead th,
.table > tbody > tr > th:first-child {
  color: #4A352B;
}

.border {
  border-color: #DCCFC2;
}

.border-top {
  border-top-color: #DCCFC2;
}

.border-bottom {
  border-bottom-color: #DCCFC2;
}

form.border,
img.border,
.table-responsive .table,
.rounded-circle.bg-light {
  border-color: #DCCFC2;
}

.form-control,
.form-select {
  color: #5B463A;
  background-color: #FFFFFF;
  border-color: #DCCFC2;
}

.form-control::placeholder {
  color: #8A6A57;
}

.form-check-input {
  border-color: #8A6A57;
}

.form-check-input:checked {
  background-color: #C89A56;
  border-color: #C89A56;
}

hr {
  color: #DCCFC2;
  background-color: #DCCFC2;
}

small,
p,
li,
td,
th,
label {
  color: #5B463A;
}

/* ==============================================
   スマホ用：下部フローティング予約ボタン
   ============================================== */

/* 基本は非表示 */
.floating-nav {
  display: none;
}

/* スマホだけ表示 */
@media (max-width: 767.98px) {
  .floating-nav {
    display: flex;
    gap: 8px;
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
    top: auto;
    width: auto;
    z-index: 9999;
    cursor: default;
    box-sizing: border-box;
  }

  .floating-nav > div {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 !important;
    background: transparent !important;
  }

  .floating-nav a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 64px;
    padding: 0 42px;
    border-radius: 20px;
    background-color: #FFFFFF;
    text-decoration: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: nowrap;
    overflow: hidden;
    font-size: clamp(0.95rem, 3.8vw, 1.08rem);
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
  }

  /* 左側の丸アイコン */
  .floating-nav a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
  }

  /* 右側の丸矢印 */
  .floating-nav a::after {
    content: "▶";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
  }

  /* 1個目：ネット予約 */
  .floating-nav > div:first-child a {
    border: 3px solid #19c400;
    color: #333333;
  }

  .floating-nav > div:first-child a::before {
    content: "LINE";
    background-color: #19c400;
  }

  .floating-nav > div:first-child a::after {
    background-color: #19c400;
  }

  /* 2個目：電話予約（サイトに合う暖色ブラウン） */
  .floating-nav > div:last-child a {
    border: 3px solid #B9875B;
    color: #333333;
  }

  .floating-nav > div:last-child a::before {
    content: "TEL";
    background-color: #B9875B;
    font-size: 10px;
  }

  .floating-nav > div:last-child a::after {
    background-color: #B9875B;
  }

  /* 下部固定ボタンに本文が隠れないようにする */
  body {
    padding-bottom: 90px;
  }
}

/* ==============================================
   トップ画像用テキストレイアウト
   ============================================== */

.hero-main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-main img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(247, 243, 238, 0.92) 0%,
    rgba(247, 243, 238, 0.72) 38%,
    rgba(247, 243, 238, 0.20) 62%,
    rgba(247, 243, 238, 0) 78%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  top: 7%;
  left: 4%;
  width: min(54%, 620px);
  z-index: 2;
  color: #4A352B;
}

.hero-copy__lead {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #DCCFC2;
  border-radius: 999px;
  font-size: clamp(0.95rem, 1.3vw, 1.2rem);
  font-weight: 700;
  color: #5B463A;
}

.hero-copy__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.hero-copy__list li {
  position: relative;
  padding-left: 18px;
  margin: 0;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 700;
  color: #5B463A;
}

.hero-copy__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #B9875B;
  font-weight: 700;
}

.hero-copy__sub {
  margin: 0 0 10px;
  font-size: clamp(1.1rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  color: #4A352B;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.55);
}

.hero-copy__title {
  margin: 0 0 20px;
  font-size: clamp(2rem, 4.4vw, 4.4rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #4A352B;
  text-shadow: 0 3px 18px rgba(255, 255, 255, 0.65);
}

.hero-copy__title span {
  color: #B9875B;
}

.hero-copy__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-copy__points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(200, 154, 86, 0.92);
  color: #FFFFFF;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  font-weight: 700;
  text-align: center;
}

/* タブレット */
@media (max-width: 991.98px) {
  .hero-copy {
    top: 6%;
    left: 4%;
    width: 60%;
  }

  .hero-copy__lead {
    margin-bottom: 10px;
  }

  .hero-copy__list {
    gap: 8px 12px;
    margin-bottom: 14px;
  }

  .hero-copy__title {
    margin-bottom: 16px;
  }

  .hero-copy__points span {
    min-height: 48px;
    padding: 8px 14px;
  }
}

/* スマホ */
@media (max-width: 767.98px) {
  .hero-main::before {
    background: linear-gradient(
      180deg,
      rgba(247, 243, 238, 0.90) 0%,
      rgba(247, 243, 238, 0.55) 45%,
      rgba(247, 243, 238, 0.10) 100%
    );
  }

  .hero-copy {
    top: 4%;
    left: 5%;
    right: 5%;
    width: auto;
  }

  .hero-copy__lead {
    padding: 6px 12px;
    margin-bottom: 10px;
  }

  .hero-copy__list {
    gap: 6px 10px;
    margin-bottom: 12px;
  }

  .hero-copy__sub {
    margin-bottom: 8px;
  }

  .hero-copy__title {
    margin-bottom: 14px;
    line-height: 1.2;
  }

  .hero-copy__points {
    gap: 8px;
  }

  .hero-copy__points span {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 0.8rem;
  }
}

.instructor-banner {
  width: 100%;
  max-width: 700px;
  height: auto;
}

@media (max-width: 575.98px) {
  .instructor-banner-box {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .instructor-banner {
    width: 100%;
    max-width: none;
  }
}


/* チェックボックス訴求セクション
============================================== */
.check-trouble {
  background-color: #F7F3EE;
  color: #5B463A;
}

.check-trouble__title {
  color: #4A352B;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
}

.check-trouble__mark {
  color: #d14f4f;
  display: inline-block;
  margin-right: .35em;
}

.check-trouble__accent {
  color: #d14f4f;
}

.check-trouble__box {
  background-color: #FBF8F4;
  border: 1px solid #DCCFC2;
  padding: 2rem 2rem 1.5rem;
}

.check-trouble__list {
  margin: 0;
  padding: 0;
}

.check-trouble__item {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.8;
  color: #5B463A;
}

.check-trouble__item + .check-trouble__item {
  margin-top: .8rem;
}

.check-trouble__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #DCCFC2;
  background-color: #FFFFFF;
  color: #d14f4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  margin-top: .2rem;
}

.check-trouble__sub {
  color: #4A352B;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1.5;
}

.check-trouble__arrow {
  width: 0;
  height: 0;
  margin: 0 auto 1rem;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 42px solid #E9D7A9;
}

.check-trouble__lead {
display: block;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0 .25rem;
  color: #4A352B;
  font-weight: 600;
  line-height: 1.6;
  font-size: clamp(2rem, 4vw, 2.3rem);
  background: linear-gradient(transparent 80%, #eee58f 100%);
  text-align: center;
}

.check-trouble__lead2 {
display: block;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0 .25rem;
  color: #4A352B;
  font-weight: 600;
  line-height: 1.6;
  font-size: clamp(1.5rem, 4vw, 1rem);
  background: linear-gradient(transparent 90%, #eee58f 100%);
  text-align: center;
}

@media (max-width: 767.98px) {
  .check-trouble__box {
    padding: 1.25rem 1rem 1rem;
  }

  .check-trouble__item {
    gap: .7rem;
    font-size: 1rem;
    line-height: 1.7;
  }

  .check-trouble__icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    margin-top: .15rem;
    font-size: .95rem;
  }

  .check-trouble__arrow {
    border-left-width: 26px;
    border-right-width: 26px;
    border-top-width: 32px;
  }
}

/* 喜びの声セクション
============================================== */
.voice-section {
  background-color: #F7F3EE;
}

.voice-title {
  color: #4A352B;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.voice-title span {
  color: #d14f4f;
}

.voice-title-line {
  position: relative;
  height: 1px;
  background-color: #CDBEAF;
  margin: 0 auto;
  max-width: 760px;
}

.voice-title-line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 10px solid #CDBEAF;
}

.voice-card {
  background-color: #FBF8F4;
  border: 1px solid #DCCFC2;
  padding: 2.5rem 2rem;
}

.voice-profile {
  color: #6B4A3A;
  font-weight: 700;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
}

.voice-catch {
  position: relative;
  background-color: #6b3b14;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding: 1.1rem 1rem;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.6;
}

.voice-catch::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #6b3b14;
}

.voice-text {
  color: #5B463A;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 2;
}

.voice-text p {
  margin-bottom: .8rem;
}

.voice-photo-wrap {
  display: inline-block;
  background-color: #EFE7DE;
  padding: .75rem;
}

.voice-photo {
  display: block;
  max-width: 100%;
  height: auto;
}




.symptoms-nav-section {
  width: 100%;
}

.symptoms-nav-heading {
  background: #4A352B;
  color: #fff;
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.4;
  padding: .95rem .75rem;
  margin-bottom: 1rem;
  letter-spacing: .04em;
}

.symptoms-nav-list {
  width: 100%;
}

.symptoms-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  text-decoration: none;
  color: #2f241f;
  border-bottom: 1px solid #c8c2bc;
  padding: 1rem .9rem;
  transition: background-color .2s ease, color .2s ease;
}

.symptoms-nav-item:hover {
  background-color: #f6efe9;
  color: #2f241f;
}

.symptoms-nav-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.symptoms-nav-arrow {
  font-size: 1.5rem;
  color: #5b5148;
  flex: 0 0 auto;
}

/* PC・タブレット・スマホで大きく変えず、ほぼ同じ見え方にする */
@media (max-width: 991.98px) {
  .symptoms-nav-heading {
    font-size: 1.4rem;
    padding: .9rem .75rem;
    margin-bottom: .9rem;
  }

  .symptoms-nav-item {
    padding: .95rem .85rem;
  }

  .symptoms-nav-text {
    font-size: .98rem;
  }

  .symptoms-nav-arrow {
    font-size: 1.45rem;
  }
}

@media (max-width: 575.98px) {
  .symptoms-nav-heading {
    font-size: 1.3rem;
    padding: .85rem .65rem;
    margin-bottom: .8rem;
  }

  .symptoms-nav-item {
    padding: .9rem .75rem;
  }

  .symptoms-nav-text {
    font-size: .96rem;
  }

  .symptoms-nav-arrow {
    font-size: 1.4rem;
  }
}
.voice-note {
  color: #8A6A57;
  font-size: .95rem;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .voice-card {
    padding: 1.5rem 1rem;
  }

  .voice-catch {
    padding: .95rem .75rem;
    font-size: 1rem;
  }

  .voice-catch::after {
    bottom: -14px;
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 14px;
  }

  .voice-photo-wrap {
    padding: .5rem;
  }

  .voice-note {
    font-size: .85rem;
  }
}

/* メニュー・料金表
============================================== */
.menu-price-heading {
  color: #4a352b;
  border-color: #B78445 !important;
  text-align: center;
}

.menu-price-list {
  margin-top: 1.5rem;
}

.menu-price-item {
  padding: 1.25rem 0 2rem;
  border-bottom: 2px solid #B78445;
}

.menu-price-item:first-child {
  padding-top: 0.5rem;
}

.menu-price-title {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 .25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #4a352b;
  background: linear-gradient(transparent 58%, #eee58f 58%);
}

.menu-price-text {
  margin-bottom: 1rem;
  line-height: 2;
  color: #5d4638;
  font-size: 1.05rem;
}

.menu-price-fee {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #5d4638;
}

.menu-price-link,
.menu-price-note {
  margin-bottom: 0.5rem;
  line-height: 1.9;
  color: #5d4638;
}

.menu-price-link a {
  color: #2f9eb3;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .menu-price-title {
    font-size: 1.1rem;
  }

  .menu-price-text,
  .menu-price-link,
  .menu-price-note,
  .menu-price-fee {
    font-size: 0.98rem;
    line-height: 1.9;
  }

  .menu-price-item {
    padding: 1rem 0 1.5rem;
  }
}

/* 予約バナー */
.reservation-banners {
  max-width: 1100px;
  margin: 0 auto;
}

.reservation-banner-link {
  text-decoration: none;
}

.reservation-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .reservation-banners {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

/* =========================================
   上部固定 予約メニュー / 下部固定 導線メニュー
   スマホのみ表示・サイズ拡大版
   ========================================= */

/* 旧フローティングメニューは非表示 */
.floating-nav {
  display: none !important;
}

/* 共通：初期は非表示 */
.floating-top-nav,
.floating-bottom-nav {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
  z-index: 9999;
}

.floating-top-nav.is-visible,
.floating-bottom-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.floating-top-nav.is-hidden,
.floating-bottom-nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* PC・タブレットは完全非表示 */
@media (min-width: 576px) {
  .floating-top-nav,
  .floating-bottom-nav {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  body {
    padding-top: 0;
    padding-bottom: 108px;
  }
}

  /* ===== 上部固定メニュー（元の大きさに戻す） ===== */
  .floating-top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    transform: translateY(-100%);
    background: rgba(247, 243, 238, 0.97);
    border-bottom: 1px solid #DCCFC2;
  }

  .floating-top-nav.is-visible {
    transform: translateY(0);
  }

  .floating-top-nav__item {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 62px;
    padding: 8px 6px;
    text-decoration: none;
    color: #4A352B;
    border-right: 1px solid rgba(255,255,255,.35);
    box-sizing: border-box;
  }

  .floating-top-nav__item:last-child {
    border-right: none;
  }

  .floating-top-nav__icon,
  .floating-top-nav__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    color: #fff;
    flex-shrink: 0;
    font-size: 18px;
  }

  .floating-top-nav__text {
    min-width: 0;
    flex: 1;
  }

  .floating-top-nav__label {
    display: block;
    font-size: 0.70rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .floating-top-nav__sub {
    display: block;
    margin-top: 3px;
    font-size: 0.54rem;
    line-height: 1.2;
  }

  .floating-top-nav__item--mail {
    background: #E7D6CA;
  }

  .floating-top-nav__item--mail .floating-top-nav__icon,
  .floating-top-nav__item--mail .floating-top-nav__arrow {
    background: #A9816C;
  }

  .floating-top-nav__item--line {
    background: #DCE2D2;
  }

  .floating-top-nav__item--line .floating-top-nav__icon,
  .floating-top-nav__item--line .floating-top-nav__arrow {
    background: #7B8762;
  }

  .floating-top-nav__item--tel {
    background: #E9D9C2;
  }

  .floating-top-nav__item--tel .floating-top-nav__icon,
  .floating-top-nav__item--tel .floating-top-nav__arrow {
    background: #B38752;
  }

  /* ===== 下部固定メニュー（1.4倍のまま維持） ===== */
  .floating-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #A97867;
    transform: translateY(100%);
    border-top: 1px solid rgba(255,255,255,.28);
  }

  .floating-bottom-nav.is-visible {
    transform: translateY(0);
  }

  .floating-bottom-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 98px;
    padding: 10px 4px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.15;
    border-right: 1px solid rgba(255,255,255,.24);
    box-sizing: border-box;
  }

  .floating-bottom-nav__item:last-child {
    border-right: none;
  }

  .floating-bottom-nav__item .material-icons {
    font-size: 34px;
  }
}

.pagination .page-link {
  color: #4A352B;
  background-color: #FBF8F4;
  border: 1px solid #DCCFC2;
}

.pagination .page-link:visited {
  color: #4A352B;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  color: #4A352B;
  background-color: #EFE7DE;
  border-color: #DCCFC2;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #6B4A3A;
  border-color: #6B4A3A;
}

.pagination .page-item.disabled .page-link {
  color: #8A6A57;
  background-color: #F7F3EE;
  border-color: #DCCFC2;
}