/* =====================================
   price.css corrected merged version
   PC price rules extracted from page.css + mobile price rules
===================================== */

/* =====================================
   Common title/base from page.css
===================================== */
/* =======================================
共通
======================================== */

br.sp {
  display: none;
}


@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}



.main-ttl-wrap {
  margin-bottom: 0;
  position: relative;
  margin-top: var(--header-height, 0px);
}

.main-ttl-wrap>.bg {
  width: 100%;
  height: 450px;
}

.main_ttl {
  position: relative;
  z-index: 2;
}

.main_ttl_text_box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% + 30px);
  transform: translateX(-50%) translateY(-50%);
}

.main_ttl h1,
.main_ttl h2 {
  display: table;
  color: #fff;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 500;
}

.main-ttl-wrap>.bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-ttl-box {
  height: 100%;
  display: block;
  align-items: center;
  position: absolute;
  justify-content: center;
}

.main-ttl-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  height: auto;
  margin: 0 auto;
}

.main_ttl .txt {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  display: block;
  white-space: nowrap;
  color: #fff;
}

.page-area-ttl-box {
  margin-bottom: 65px;
}

.page-area-ttl-box h3 {
  display: table;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.5;
  padding-top: 20px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-top: 1px solid #808080;
  text-align: center;
}

.page-area-ttl-box .en {
  font-size: 19px;
  padding-bottom: 18px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  letter-spacing: 0.05em;
}

.inner {
  width: 1280px;
  margin: 0 auto;
}

.online .main_ttl .bg img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}

/* =====================================
   Breadcrumb from page.css
===================================== */
.breadcrumb_wrap {
  position: absolute;
  bottom: 92px;
  right: 40px;
}

.breadcrumb_wrap .panlist {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 0.5em;
  justify-content: flex-end;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}

.breadcrumb_wrap .panlist>li {
  display: flex;
  align-items: center;
}


.breadcrumb_wrap .panlist>li {
  font-size: 11px;
}
.breadcrumb_wrap .panlist,
.breadcrumb_wrap .panlist a,
.breadcrumb_wrap .panlist span {
  color: #fff;
  white-space: nowrap;
}

.breadcrumb_wrap .panlist>li.active {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

.breadcrumb_wrap .panlist>li+li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

.breadcrumb_wrap .panlist>li+li:before {
  transform: translateY(-0.1em);
}

/* =====================================
   Price main section from page.css
===================================== */
/* =======================================
料金
======================================== */
.top-anchor-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(105, 46, 22, 0.7);
}

.top-anchor-area .inner {
  margin: 0 auto;
  width: 1280px;
}

.top-anchor-area ul {
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 25px 0;
}

.top-anchor-area ul li {
  line-height: 1;
  border-right: 1px solid #999999;
}

.top-anchor-area ul li:last-child {
  border-right: none;
}

.top-anchor-area ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  display: block;
  transition: 0.7s;
}

.top-anchor-area ul li a:hover {
  opacity: 0.6;
}

.top-anchor-area ul li:first-child a,
.top-anchor-area ul li:nth-child(2) a {
  padding: 4.5px 32px;
}

.top-anchor-area ul li:nth-child(3) a {
  padding: 4.5px 62px;
}

.top-anchor-area ul li:nth-child(4) a {
  padding: 4.5px 42px;
}

.top-anchor-area ul li:nth-child(5) a {
  padding: 4.5px 58px;
}

.top-anchor-area ul li:nth-child(6) a {
  padding: 4.5px 68px;
}

.private-tatami-room-area {
  position: relative;
}

.course-section .top-obj {
  position: absolute;
  max-width: 680px;
  width: 100%;
  left: -40px;
  top: -26px;
}

.course-section.even .top-obj {
  position: absolute;
  max-width: 707px;
  width: 100%;
  left: auto;
  right: 0;
  top: 0;
}

.special-dish .course-section.even .top-obj {
  position: absolute;
  max-width: 615px;
  width: 100%;
}

.course-section.tendon-for-lunch .top-obj {
  position: absolute;
  max-width: 707px;
  width: 100%;
  left: auto;
  right: 0;
  top: 20px;
}

.course-section.entry-time .top-obj {
  max-width: 680px;
  width: 100%;
  left: -40px;
  top: 22px;
}

.course-section {
  padding-top: 120px;
  position: relative;
}

.price-area-ttl-box {
  margin-bottom: 80px;
}

.tendon-for-lunch .price-area-ttl-box,
.before-reserving .price-area-ttl-box {
  margin-bottom: 46px;
}

.price-area-ttl-box h2,
.price-area-ttl-box h3 {
  display: table;
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.5;
  padding-top: 27px;
  font-size: 40px;
  font-weight: 600;
  border-top: 1px solid #808080;
  text-align: center;
}

.price-area-ttl-box .en {
  font-size: 19px;
  padding-bottom: 24px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}

.course-wrap {
  margin: 0 auto;
  background-color: #f0eee8;
  width: 1280px;
  padding: 60px 90px;
}

.special-dish .course-wrap {
  padding: 88px 90px;
}

.even .course-wrap {
  margin: 0 auto;
  background-color: #ffffff;
  width: 1280px;
  position: relative;
  padding: 60px 90px 120px;
}

.tendon-for-lunch .course-wrap {
  margin: 0 auto;
  background-color: #ffffff;
  width: 1280px;
  position: relative;
  padding: 60px 90px 60px;
}

.before-reserving .course-wrap {
  margin: 0 auto;
  background-color: #ffffff;
  width: 1280px;
  position: relative;
  padding: 60px 90px 84px;
}

.entry-time .course-wrap {
  padding: 60px 90px 27px;
}

.course-anchor {
  margin-bottom: 47px;
}

.course-anchor ul {
  display: flex;
  justify-content: center;
}

.course-anchor ul li {
  line-height: 1;
  border-left: 1px solid #808080;
}

.course-anchor ul a {
  font-size: 20px;
  transition: 0.7s;
  padding: 10px 32px;
  display: block;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
}

.course-anchor ul a:hover {
  color: #b83510;
}

/* ====== Course (昼 懐 石) ====== */
:root {
  --brown: rgba(105, 46, 22, 0.7);
  /* 見出し帯 */
  --gold: rgba(168, 137, 15, 0.7);
  /* 見出し帯 */
  --text: #3b3b3b;
  --muted: #333333;
  --rule: #cccccc;
}

.course-box {
  margin: 40px auto 0;
  color: var(--text);
  font-feature-settings: "palt";
}

.course-box.first {
  margin-top: 0;
}

.course-box+.course-box {
  margin: 55px auto 0;
  color: var(--text);
  font-feature-settings: "palt";
}

.entry-time .course-box+.course-box {
  margin: 0 auto 0;
  color: var(--text);
  font-feature-settings: "palt";
}

.course-wrap .course-box.long {
  margin: 100px auto 0;
}

.even .course-wrap .course-box.long {
  margin: 44px auto 0;
}

.course-head {
  background: var(--brown);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ← 中央寄せに変更 */
  padding: 16px 20px;
  position: relative;
  /* noteを右上固定するため */
}

.even .course-head {
  background: var(--gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  position: relative;
}

.newyear-bnr-box {
  position: relative;
  z-index: 100;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 40px;
}

.course-section {
  padding-bottom: 120px;
}

.course-section.even {
  background-color: #f0eee8;
}

.course-ttl {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.course-note {
  position: absolute;
  right: 57px;
  /* 右上に固定 */
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 18px;
}

.tendon-for-lunch .course-note {
  position: static;
  text-align: right;
  transform: translateY(0);
  margin-bottom: 30px;
}

/* list */
.course-list {
  list-style: none;
  margin: 0;
  padding: 60px 52px 54px;
  background-color: #fff;
}

.even .course-list {
  list-style: none;
  margin: 0;
  padding: 60px 52px 54px;
  background-color: #f2f2f2;
}

.course-item {
  position: relative;
  display: grid;
  grid-template-columns: 44px 143px 1fr;
  /* 左アイコン軸 / 価格 / 本文 */
  align-items: start;
  padding: 30px 20px 30px;
}

.course-item.exception {
  grid-template-columns: auto
    /* 左アイコン軸 / 価格 / 本文 */
}

.course-item.exception .exception-wrap {
  display: grid;
  grid-template-columns: 44px 143px 1fr;
  /* 左アイコン軸 / 価格 / 本文 */
}

.course-item.exception .exception-wrap+.course-body {
  margin-left: 187px;
  margin-top: 27px;
}

.course-item:first-child {
  position: relative;
  display: grid;
  grid-template-columns: 44px 143px 1fr;
  /* 左アイコン軸 / 価格 / 本文 */
  align-items: start;
  padding: 0 20px 30px;
}

.course-item.long {
  grid-template-columns: 44px 266px 1fr;
  /* 左アイコン軸 / 価格 / 本文 */
}

.course-item:last-child {
  padding: 30px 20px 0;
}

.course-item+.course-item {
  border-top: 1px solid var(--rule);
}

.course-item:last-child {
  border-top: 1px solid var(--rule);
}

.long.course-item.last {
  border-bottom: 1px solid var(--rule);
  padding: 30px 20px 30px;
}

/* 左の丸アイコン＋横罫 */
.course-line {
  position: relative;
  height: 100%;
}

.line-icon {
  width: 28px;
  font-size: 0;
  display: block;
}

/* 価格 */
.course-price {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  white-space: nowrap;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  font-size: 22px;
}

.yen {
  font-size: 26px;
}

.yen-unit {
  font-size: 21px;
  margin-left: 2px;
}

.course-lead {
  margin: 0 0 15px;
  font-size: 18px;
  margin-top: 0;
  line-height: 32px;
  color: var(--muted);
}

.long .course-lead {
  margin: 0 0 15px;
  font-size: 16px;
  margin-top: 0;
  font-weight: 400;
  line-height: 32px;
  color: var(--muted);
}

.course-desc {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.course-subtext {
  margin-top: 38px;
  font-size: 18px;
  display: table;
  margin: 38px auto 0;
  line-height: 32px;
}

.second .special .course-subtext {
  font-size: 18px;
  font-weight: 400;
  margin: 65px auto 0;
}

.course-supplement {
  margin-top: 15px;
}

.course-supplement__note {
  color: #333333;
  font-size: 16px;
}

.course-supplement__note.size-18 {
  font-size: 18px;
}

.course-supplement__important {
  font-size: 17px;
  display: table;
  letter-spacing: 0.1em;
  font-weight: 600;
  border-bottom: 1px solid #b84010;
}

.even .course-supplement__important {
  border-bottom: 1px solid #8a7800;
}

.special-course-name {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.second .special-course-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.special .course-list .course-item {
  display: block;
}

.special-course-ttl-box {
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}

.special-dish .special-course-ttl-box,
.tendon-for-lunch .special-course-ttl-box {
  display: flex;
  margin-bottom: 0;
  align-items: flex-start;
}

.course-line {
  width: 44px;
}

.special-course-name {
  margin-right: 40px;
}

.tendon-for-lunch .special-course-name {
  width: 214px;
  margin-right: 0;
}

.special-course-ttl-box .course-price {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  white-space: nowrap;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  font-size: 26px;
}

.special-dish .special-course-ttl-box .course-price {
  padding-top: 3px;
}

.special-dish .special-course-ttl-box .course-price.two-line {
  padding-top: 0;
  margin-top: -8px;
  line-height: 44px;
}

.special .course-list .yen-unit {
  margin-left: 2px;
}

.special-dish .special .course-list .yen-unit,
.tendon-for-lunch .special .course-list .yen-unit {
  font-size: 21px;
  margin-left: 2px;
}

.nakamaru {
  font-size: 26px;
  font-weight: 700;
}

.second .special-course-ttl-box .course-price {
  font-size: 22px;
}

.second .special-course-ttl-box .course-price.mr-40 {
  margin-right: 40px;
}

.second .special .course-list .yen-unit {
  font-size: 21px;
  margin-left: 2px;
}

.special .course-list .course-body {
  margin-left: 44px;
}

.special .course-list .course-lead {
  font-size: 18px;
  margin-top: 0;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
}

.second .special .course-list .course-lead {
  margin-bottom: 0;
}

.special .course-list .course-desc {
  background-color: #f0eee8;
  padding: 30px 45px;
  margin-bottom: 25px;
}

.special-dish .special .course-list .course-desc {
  background-color: #ffffff;
  padding: 0;
  margin-left: 73px;
  margin-bottom: 15px;
}

.special-dish .special .course-list .course-desc+.course-desc {
  margin-bottom: 0;
}

.special .course-list .course-detail {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
}

.second .special .course-list .course-detail.center {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
}

.special .course-item {
  padding: 0 20px 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}

.special .course-list .course-item:last-child {
  border-top: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.special .course-item+.course-item {
  border-top: none;
}

.special .course-lead+.course-detail {
  margin-top: 72px;
}

.special .course-list {
  padding: 60px 52px 94px;
}

.special-dish .special .course-list {
  padding: 60px 52px 70px;
}

.even .special .course-list {
  padding: 60px 52px 60px;
}

.entry-time .special .course-list {
  padding: 26px 52px;
}

.reserve-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red-color);
  color: #fff;
  font-size: 26px;
  width: 550px;
  margin: 55px auto 0;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  line-height: 1;
  padding: 43px 88px 43px 57px;
  box-sizing: border-box;
  gap: 0 42px;
  transition: all 0.3s ease;
}

.reserve-btn:hover {
  opacity: 0.6;
}

.reserve-btn.long {
  margin: 95px auto 0;
}

.reserve-btn::before {
  content: "";
  position: absolute;
  inset: 6.5px;
  border: 1px solid #fff;
  pointer-events: none;
  box-sizing: border-box;
}

.reserve-btn .reserve-ico {
  width: 94px;
  height: auto;
  display: block;
}

.course-caution {
  margin-top: 20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.course-head-text {
  text-align: center;
  margin-top: 73px;
}

.pl-20 {
  padding-left: 20px;
}

.entry-time .flex-box {
  display: flex;
}

.entry-time .flex-box>p {
  width: 50%;
  text-align: center;
  line-height: 1;
  padding: 52px 0;
}

.entry-time .flex-box>p+p {
  border-left: 1px solid #cccccc;
}

.entry-time .flex-box>p span {
  margin-right: 50px;
}

.before-reserving dl>div+div {
  margin-top: 85px;
}

.before-reserving dt {
  color: #b84010;
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-weight: 700;
  border-bottom: 1px solid #b84010;
}

.before-reserving dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 34px;
}

/* =====================================
   Price buttons and modals from page.css
===================================== */
.floating-print-box {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 2147483646;

  display: inline-flex;
  align-items: center;

  padding: 14px 44px 14px 18px;
  border-radius: 14px;

  background: rgba(60, 50, 42, 0.90);
  color: #fff;
  text-decoration: none;

  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.22);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transform: translate3d(0,0,0);
  will-change: transform;

  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, visibility .18s ease, filter .18s ease;
}

/* 文字ではなく線で作る矢印 */
.floating-print-box::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;

  width: 8px;
  height: 8px;
  border-top: 1.6px solid #fff;
  border-right: 1.6px solid #fff;

  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  opacity: 0.9;
}

.floating-print-box.is-visible {
  opacity: 1;
  visibility: visible;
}

.floating-print-box__text {
  font-size: 15px;
  letter-spacing: 0.10em;
  white-space: nowrap;
  line-height: 1.1;
}

.floating-print-box:hover {
  filter: brightness(1.3);
  color: #fff;
}

/* スマホ調整 */
@media (max-width: 900px) {
  body a.floating-print-box {
    right: 14px !important;
    bottom: calc(210px + env(safe-area-inset-bottom)) !important;

    padding: 16px 46px 16px 20px !important;
    border-radius: 18px !important;
    min-height: 52px !important;
  }

  body a.floating-print-box::after {
    right: 20px !important;
    top: 50% !important;
    width: 9px !important;
    height: 9px !important;
    border-top-width: 1.8px !important;
    border-right-width: 1.8px !important;
  }

  body a.floating-print-box .floating-print-box__text {
    font-size: 16px !important;
    letter-spacing: 0.08em !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
  }
}

/* お子様料理ポップアップ */

.kids-menu-link-wrap {
  margin: 24px 52px 0;
  text-align: right;
}

.kids-menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  max-width: 360px;
  margin-left: auto;
  padding: 14px 44px 14px 20px;

  border: 1px solid #cfc8c0;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,241,234,0.96));
  color: #333;

  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;

  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.kids-menu-link__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-right: 12px;
  padding: 3px 9px;

  border: 1px solid rgba(184, 64, 16, 0.35);
  color: #b84010;
  background: rgba(255,255,255,0.75);

  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.kids-menu-link__text {
  display: inline-block;
  min-width: 0;
}

.kids-menu-link::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);

  color: #b84010;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.kids-menu-link:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.kids-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.kids-modal.is-open {
  display: block;
}

.kids-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.62);
}

.kids-modal__content {
  position: relative;
  width: min(780px, calc(100% - 56px));
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  margin: 40px auto;
  padding: 42px 48px 44px;
  background: #fff;
  color: #333;
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.kids-modal__close {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #333;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.kids-modal__title {
  margin: 0 0 18px;
  padding-right: 34px;
  padding-bottom: 14px;
  border-bottom: 1px solid #cfc8c0;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.kids-modal__lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 2;
}

.kids-menu-list {
  margin: 0 0 24px;
  border-top: 1px solid #d7d1ca;
}

.kids-menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 24px;
  padding: 18px 0;
  border-bottom: 1px solid #d7d1ca;
  align-items: baseline;
}

.kids-menu-item p {
  margin: 0;
}

.kids-menu-item__body {
  grid-column: 1;
  grid-row: 1;
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.kids-menu-item__price {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.kids-menu-item__age {
  grid-column: 1;
  grid-row: 2;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  white-space: normal;
}

.kids-modal__note {
  margin: 0;
  padding: 18px 22px;
  background: #f1eee8;
  font-size: 14px;
  line-height: 1.9;
}

body.is-kids-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .kids-menu-link-wrap {
    margin: 22px 14px 0;
    text-align: left;
  }

  .kids-menu-link {
    max-width: none;
    width: 100%;
    padding: 16px 42px 16px 16px;
    font-size: 14px;
  }

  .kids-menu-link__label {
    margin-right: 10px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .kids-menu-link::after {
    right: 16px;
    font-size: 24px;
  }

  .kids-modal__content {
    width: calc(100% - 24px);
    max-height: calc(100vh - 40px);
    margin: 20px auto;
    padding: 34px 22px 28px;
  }

  .kids-modal__title {
    font-size: 21px;
  }

  .kids-modal__lead {
    font-size: 14px;
    line-height: 1.8;
  }

  .kids-menu-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 14px;
    padding: 16px 0;
  }

  .kids-menu-item__body {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
    line-height: 1.8;
  }

  .kids-menu-item__price {
    grid-column: 2;
    grid-row: 1;
    font-size: 18px;
    white-space: nowrap;
  }

  .kids-menu-item__age {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 2px !important;
    font-size: 13px;
  }

  .kids-modal__note {
    padding: 16px;
    font-size: 13px;
    line-height: 1.8;
  }
}
/* お子様料理リンク：上品な案内カード風 */

.kids-menu-link-wrap {
  margin: 24px 52px 0;
  text-align: right;
}

.kids-menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  max-width: 300px;
  margin-left: auto;
  padding: 14px 46px 14px 20px;

  border: 1px solid #cfc8c0;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,241,234,0.96));
  color: #333;

  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;

  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.kids-menu-link__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-right: 12px;
  padding: 3px 9px;

  border: 1px solid rgba(184, 64, 16, 0.35);
  color: #b84010;
  background: rgba(255,255,255,0.75);

  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.kids-menu-link__text {
  display: inline-block;
  min-width: 0;
}

/* 文字ではなく線で作る矢印 */
.kids-menu-link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;

  width: 8px;
  height: 8px;
  border-top: 1.5px solid #b84010;
  border-right: 1.5px solid #b84010;

  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.kids-menu-link:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .kids-menu-link-wrap {
    margin: 22px 14px 0;
    text-align: left;
  }

  .kids-menu-link {
    max-width: none;
    width: 100%;
    padding: 16px 44px 16px 16px;
    font-size: 14px;
  }

  .kids-menu-link__label {
    margin-right: 10px;
    padding: 3px 8px;
    font-size: 11px;
  }

  .kids-menu-link::after {
    right: 18px;
    width: 8px;
    height: 8px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }
}

/* 天丼説明リンク：Tendon見出し右下 */

.tendon-title-box {
  position: relative;
}

.tendon-title-box .tendon-info-link-wrap {
  position: absolute;
  right: 18%;
  top: 92%;
  transform: translateY(-50%);
  margin: 0;
  text-align: left;
}

.tendon-info-link {
  position: relative;
  display: inline-block;
  padding: 10px 46px 10px 20px;
  border: 1px solid rgba(0,0,0,0.25);
  background: rgba(255,255,255,0.68);
  color: #333;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

/* 文字ではなく線で作る矢印 */
.tendon-info-link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;

  width: 8px;
  height: 8px;
  border-top: 1.4px solid #9f7768;
  border-right: 1.4px solid #9f7768;

  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.tendon-info-link:hover {
  opacity: 0.78;
  background: rgba(255,255,255,0.94);
  transform: translateY(-1px);
}

/* プリントはこちらボタン*/

.print-link-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 12px;
  padding: 0 20px;
  text-align: right;
}

.print-link-btn {
  position: relative;
  display: inline-block;
  padding: 10px 44px 10px 18px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  transition: opacity 0.2s ease;
}

/* 文字ではなく線で作る矢印 */
.print-link-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;

  width: 8px;
  height: 8px;
  border-top: 1.4px solid #9f7768;
  border-right: 1.4px solid #9f7768;

  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.print-link-btn:hover {
  opacity: 0.7;
}

/* 期間限定コース案内ボタン：上品な金縁カード型 */

.limited-course-link-wrap {
  margin: 26px auto 30px;
  text-align: center;
}

.limited-course-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  min-width: 360px;
  padding: 15px 50px 15px 22px;

  border: 1px solid #b8a46f;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,244,236,0.98));
  color: #2f2a24;

  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;

  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 8px 22px rgba(80,60,30,0.08);

  cursor: pointer;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.limited-course-link__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 4px 10px;

  border: 1px solid rgba(184, 64, 16, 0.38);
  color: #b84010;
  background: rgba(255,255,255,0.78);

  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.limited-course-link__text {
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
}

.limited-course-link::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(184, 164, 111, 0.35);
  pointer-events: none;
}

/* 文字ではなく線で作る矢印 */
.limited-course-link::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;

  width: 9px;
  height: 9px;
  border-top: 1.5px solid #b84010;
  border-right: 1.5px solid #b84010;

  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.limited-course-link:hover {
  opacity: 0.94;
  transform: translateY(-1px);
  border-color: #a89258;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 12px 28px rgba(80,60,30,0.13);
}

@media (max-width: 767px) {
  .limited-course-link-wrap {
    margin: 22px 14px 24px;
  }

  .limited-course-link {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    gap: 10px;
    padding: 14px 44px 14px 16px;
    font-size: 14px;
  }

  .limited-course-link__label {
    padding: 3px 8px;
    font-size: 11px;
  }

  .limited-course-link__text {
    white-space: normal;
    text-align: left;
  }

  .limited-course-link::before {
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
  }

  .limited-course-link::after {
    right: 18px;
    width: 8px;
    height: 8px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }
}

/* 鱧点心モーダル */

.hamo-tenshin-modal__content {
  width: min(800px, calc(100% - 56px));
}

.hamo-tenshin-modal__label {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 12px;

  border: 1px solid rgba(184, 64, 16, 0.35);
  color: #b84010;
  background: rgba(245,241,234,0.85);

  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.hamo-tenshin-modal__title {
  margin-bottom: 18px;
}

.hamo-tenshin-modal__image {
  margin: 0 0 24px;
}

.hamo-tenshin-modal__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
}

.hamo-tenshin-modal__lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.hamo-tenshin-modal__box {
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  border-top: 1px solid #d7d1ca;
}

.hamo-tenshin-modal__course {
  padding: 18px 0;
  border-bottom: 1px solid #d7d1ca;
}

.hamo-tenshin-modal__course-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 8px;
}

.hamo-tenshin-modal__name {
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hamo-tenshin-modal__price {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}

.hamo-tenshin-modal__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.hamo-tenshin-modal__subdesc {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.hamo-tenshin-modal__note {
  margin: 0;
  padding: 18px 22px;
  background: #f1eee8;
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .hamo-tenshin-modal__content {
    width: calc(100% - 24px);
  }

  .hamo-tenshin-modal__image img {
    max-height: 220px;
  }

  .hamo-tenshin-modal__lead {
    font-size: 14px;
    line-height: 1.8;
  }

  .hamo-tenshin-modal__course-head {
    gap: 14px;
  }

  .hamo-tenshin-modal__name {
    font-size: 17px;
  }

  .hamo-tenshin-modal__price {
    font-size: 19px;
  }

  .hamo-tenshin-modal__desc,
  .hamo-tenshin-modal__subdesc,
  .hamo-tenshin-modal__note {
    font-size: 13px;
    line-height: 1.8;
  }

  .hamo-tenshin-modal__note {
    padding: 16px;
  }
}

/* =====================================
   Tendon spacing and seasonal availability from page.css
   料金ページ：天丼セクション余白調整
===================================== */

/* 白い枠の内側余白 */
.tendon-for-lunch .course-wrap {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

/* グレー背景の外側 */
.tendon-for-lunch .course-box,
.tendon-for-lunch .course-box.first,
.tendon-for-lunch .course-box.first.special {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* グレー背景そのものの内側余白 */
.tendon-for-lunch .course-list {
  padding-top: 48px !important;
  padding-bottom: 36px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 各天丼行の余白 */
.tendon-for-lunch .course-item {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 最初の行だけ、グレー上端からの余白を少し抑える */
.tendon-for-lunch .course-item:first-child {
  padding-top: 0 !important;
}

/* 最後の行だけ、グレー下端との余白を調整 */
.tendon-for-lunch .course-item:last-child {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.tendon-for-lunch .course-item + .course-item {
  margin-top: 0 !important;
}

.tendon-for-lunch .course-item .flex-box,
.tendon-for-lunch .course-item .course-body,
.tendon-for-lunch .course-item .course-line {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tendon-for-lunch .course-item h3,
.tendon-for-lunch .course-item h4,
.tendon-for-lunch .course-item p {
  margin-top: 0 !important;
}

.tendon-for-lunch .course-item p:last-child {
  margin-bottom: 0 !important;
}

/* 注意書きとの距離 */
.tendon-for-lunch .course-caution {
  margin-top: 24px !important;
}

/* 季節の特別料理：ご用意可能時期 */
.seasonal-availability-note {
  margin: 28px 35px 10px;
  padding: 20px 24px;
  background: #f7f3eb;
  border: 1px solid #d8c8aa;
}

.seasonal-availability-note__lead {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.9;
}

.seasonal-availability-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.seasonal-availability-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  font-size: 15px;
  line-height: 1.7;
}

.seasonal-availability-note__caption {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .seasonal-availability-note {
    margin: 22px 14px 8px;
    padding: 16px 18px;
  }

  .seasonal-availability-list li {
    font-size: 14px;
  }
}

/* =====================================
   Tendon modal and modal centering from page.css
   天丼説明モーダル専用
===================================== */

#tendon-info-modal .tendon-info-modal__content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 56px 58px 52px;
  max-width: 760px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

/* ぼかし背景画像 */
#tendon-info-modal .tendon-info-modal__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: url("https://www.kinmata.com/cms_wp/wp-content/themes/kinmata/images/page/price/tendon-bg.webp");
  background-size: cover;
  background-position: center 58%;
  background-repeat: no-repeat;
filter: blur(3px);
transform: scale(1.03);
opacity: 0.72;
}

/* 白い膜：文字を読みやすくする */
#tendon-info-modal .tendon-info-modal__content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.58);
}

/* 本文を前面へ */
#tendon-info-modal .tendon-info-modal__content > * {
  position: relative;
  z-index: 2;
}

/* 閉じるボタン：右上に固定 */
#tendon-info-modal .kids-modal__close {
  position: absolute;
  top: 18px;
  right: 22px;
  left: auto;
  z-index: 3;

  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 50%;

  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #2f2a26;
  cursor: pointer;
}

/* タイトル */
#tendon-info-modal .tendon-info-modal__title {
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(80, 65, 50, 0.24);

  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.055em;
  color: #2f2a26;
}

/* 本文 */
#tendon-info-modal .tendon-info-modal__lead,
#tendon-info-modal .tendon-info-modal__text,
#tendon-info-modal .tendon-info-modal__note {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.018em;
  color: #2f2a26;
}

/* 段落間 */
#tendon-info-modal .tendon-info-modal__lead,
#tendon-info-modal .tendon-info-modal__text {
  margin-bottom: 10px;
}

#tendon-info-modal .tendon-info-modal__note {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.8;
}

/* スマホ */
@media (max-width: 767px) {
  #tendon-info-modal .tendon-info-modal__content {
    width: calc(100% - 28px);
    padding: 48px 24px 34px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }

  #tendon-info-modal .tendon-info-modal__title {
    font-size: 24px;
    line-height: 1.35;
  }

  #tendon-info-modal .tendon-info-modal__lead,
  #tendon-info-modal .tendon-info-modal__text,
  #tendon-info-modal .tendon-info-modal__note {
    font-size: 14px;
    line-height: 1.8;
  }

  #tendon-info-modal .kids-modal__close {
    top: 12px;
    right: 12px;
  }
}

/* =====================================
   All kids-modal: center on screen
   お子様料理・鱧点心・天丼説明モーダル共通
===================================== */

.kids-modal.is-open {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.kids-modal.is-open .kids-modal__content {
  margin: 0;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

@media (max-width: 767px) {
  .kids-modal.is-open {
    align-items: center;
    padding: 24px 14px;
  }

  .kids-modal.is-open .kids-modal__content {
    width: 100%;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
  }

  body.admin-bar .kids-modal.is-open {
    padding-top: 56px;
  }
}

/* =====================================
   Price FAQ simple + guide accordion from page.css
===================================== */
.price-faq-simple-wrap {
  max-width: 760px;
  margin: 20px auto 34px;
  padding: 0 20px;
  text-align: center;
}

.price-faq-simple-btn {
  display: inline-block;
  min-width: 220px;
  padding: 13px 28px;
  border: 1px solid #8a5a2b;
  color: #5f3215;
  background: rgba(255, 250, 245, 0.95);
  text-decoration: none;
  letter-spacing: 0.08em;
  line-height: 1.5;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.price-faq-simple-btn:hover {
  background: #8a5a2b;
  color: #fff;
  border-color: #8a5a2b;
  box-shadow: 0 8px 18px rgba(95, 50, 21, 0.22);
  transform: translateY(-2px);
}

.price-faq-simple-text {
  margin: 12px 0 0;
  color: #5a4a42;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .price-faq-simple-wrap {
    margin: 16px auto 28px;
    padding: 0 16px;
  }

  .price-faq-simple-btn {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .price-faq-simple-text {
    text-align: left;
  }
}

/* =====================================
   Counter FAQ link
===================================== */

.counter-faq-link-wrap {
  max-width: 760px;
  margin: 42px auto 28px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.counter-faq-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  max-width: 100%;
  padding: 14px 34px;
  border: 1px solid #8a5a2b;
  color: #5f3215 !important;
  background: rgba(255, 250, 245, 0.95);
  text-decoration: none !important;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.counter-faq-link-btn:hover {
  background: #5f3215;
  color: #fff !important;
  border-color: #5f3215;
  box-shadow: 0 10px 24px rgba(95, 50, 21, 0.32);
  transform: translateY(-3px);
}

.counter-faq-link-text {
  max-width: 680px;
  margin: 13px auto 0;
  color: #5a4a42;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .counter-faq-link-wrap {
    margin: 34px auto 24px;
    padding: 0 16px;
  }

  .counter-faq-link-btn {
    width: auto;
    max-width: 100%;
    min-width: 0;
    padding: 13px 20px;
    white-space: nowrap;
    font-size: 14px;
  }

  .counter-faq-link-text {
    max-width: 340px;
    font-size: 13px;
    text-align: center;
  }
}

/* =====================================
   Price page section guide accordion
   AIO / AI Search text
===================================== */

.price-section-guide {
  max-width: 920px;
  margin: 0 auto 34px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}

.price-section-guide summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 10px 24px;
  border: 1px solid #8a5a2b;
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.94);
  color: #5f3215;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.price-section-guide summary::-webkit-details-marker {
  display: none;
}

.price-section-guide summary::after {
  content: "＋";
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
}

.price-section-guide[open] summary::after {
  content: "−";
}

.price-section-guide summary:hover {
  background: #5f3215;
  color: #fff;
  border-color: #5f3215;
  box-shadow: 0 8px 20px rgba(95, 50, 21, 0.22);
  transform: translateY(-2px);
}

.price-section-guide__body {
  max-width: 780px;
  margin: 18px auto 0;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(138, 90, 43, 0.18);
  color: #4f4038;
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0.04em;
  text-align: left;
  box-sizing: border-box;
}

.price-section-guide__body p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .price-section-guide {
    margin: 0 auto 28px;
    padding: 0 16px;
  }

  .price-section-guide summary {
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding: 9px 20px;
    font-size: 13px;
  }

  .price-section-guide__body {
    margin-top: 15px;
    padding: 18px 18px;
    font-size: 13px;
    line-height: 1.9;
  }
}

/* =====================================
   Price page mobile final organized stylesheet
   料金ページ スマホ表示 完成整理版
   body.km-mobile-view が付いた時だけ適用
   ※ 外側の @media を外しているため、?sp=1 の強制スマホ表示でも iPad/PC幅で効く
===================================== */

/* ------------------------------
   Page base
------------------------------ */

body.km-mobile-view .site-main,
body.km-mobile-view .private-tatami-room-area,
body.km-mobile-view .course-section,
body.km-mobile-view .course-wrap,
body.km-mobile-view .course-box {
  max-width: 100%;
  box-sizing: border-box;
}

body.km-mobile-view .main_ttl {
  margin-top: 0;
}

body.km-mobile-view .main_ttl .bg,
body.km-mobile-view .main_ttl .bg picture,
body.km-mobile-view .main_ttl .bg img {
  height: 220px;
}

body.km-mobile-view .main_ttl_text_box {
  top: 47% !important;
}

body.km-mobile-view .main_ttl h1,
body.km-mobile-view .main_ttl h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.14em;
  transform: translateY(-18px) !important;
}

body.km-mobile-view .breadcrumb_wrap,
body.km-mobile-view .print-link-wrap,
body.km-mobile-view .floating-print-box {
  display: none !important;
}


/* ------------------------------
   Top anchor buttons
   上部6個ボックス：上品・控えめ版
------------------------------ */

body.km-mobile-view main#primary .top-anchor-area,
body.km-mobile-view .top-anchor-area {
  position: static !important;
  padding: 18px 18px 16px !important;
  background: #eee8df;
  overflow: visible !important;
  box-sizing: border-box;
}

body.km-mobile-view main#primary .top-anchor-area .inner,
body.km-mobile-view .top-anchor-area .inner {
  width: 100% !important;
  max-width: 360px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body.km-mobile-view main#primary .top-anchor-area ul,
body.km-mobile-view .top-anchor-area ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body.km-mobile-view main#primary .top-anchor-area li,
body.km-mobile-view .top-anchor-area li {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  flex: none !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

body.km-mobile-view main#primary .top-anchor-area a,
body.km-mobile-view .top-anchor-area a {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 56px !important;

  padding: 12px 22px 12px 12px !important;

  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(110, 82, 56, 0.22);
  border-radius: 2px;

  color: #5f321c;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.45 !important;
  letter-spacing: 0.045em !important;
  text-align: center;
  text-decoration: none;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;

  box-sizing: border-box;

  box-shadow: none;

  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

/* 上の金線は消す */
body.km-mobile-view main#primary .top-anchor-area a::before,
body.km-mobile-view .top-anchor-area a::before {
  content: none !important;
  display: none !important;
}

/* 控えめな右矢印 */
body.km-mobile-view main#primary .top-anchor-area a::after,
body.km-mobile-view .top-anchor-area a::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(95, 50, 28, 0.55);
  border-right: 1px solid rgba(95, 50, 28, 0.55);
  transform: translateY(-50%) rotate(45deg);
  opacity: 1;
}

/* タップ時 */
body.km-mobile-view main#primary .top-anchor-area a:active,
body.km-mobile-view .top-anchor-area a:active {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(95, 50, 28, 0.42);
  color: #4d2816;
}
/* ------------------------------
   Limited course / kids buttons
   鱧点心・お子様ボタン
------------------------------ */

body.km-mobile-view .limited-course-link-wrap {
  max-width: 360px !important;
  margin: 20px auto 0 !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
}

body.km-mobile-view .limited-course-link {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  column-gap: 12px !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 54px !important;
  padding: 10px 14px !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(138, 90, 43, 0.38) !important;
  box-shadow: 0 8px 22px rgba(70, 45, 25, 0.08) !important;
  color: #3f3631 !important;
  box-sizing: border-box !important;
  text-align: left !important;
  overflow: hidden !important;
}

body.km-mobile-view .limited-course-link__label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 74px !important;
  padding: 6px 9px !important;
  border: 1px solid rgba(184, 64, 16, 0.55) !important;
  color: #b84010 !important;
  background: #fffaf5 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

body.km-mobile-view .limited-course-link__text {
  display: block !important;
  min-width: 0 !important;
  color: #3f3631 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

body.km-mobile-view .limited-course-link::before {
  content: none !important;
  display: none !important;
}

body.km-mobile-view .limited-course-link::after {
  content: "›" !important;
  position: static !important;
  display: block !important;
  align-self: center !important;
  justify-self: end !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  transform: none !important;
  color: #b84010 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
}

body.km-mobile-view .kids-menu-link-wrap {
  margin: 14px 0 0;
  padding: 0 12px 16px;
}

body.km-mobile-view .kids-menu-link {
  width: 100%;
  max-width: 330px;
  border-radius: 0;
  letter-spacing: 0.08em;
}

body.km-mobile-view .kids-menu-link__label {
  font-size: 10px;
  letter-spacing: 0.1em;
}

body.km-mobile-view .kids-menu-link__text {
  font-size: 13px;
  letter-spacing: 0.07em;
}


/* ------------------------------
   Section title
------------------------------ */

body.km-mobile-view .private-tatami-room-area {
  padding-top: 34px;
}

body.km-mobile-view .course-section,
body.km-mobile-view .course-section.even,
body.km-mobile-view .course-section.special-dish {
  padding: 44px 0 52px;
  overflow: hidden;
}

body.km-mobile-view .course-section .top-obj {
  opacity: 0.16;
  transform: scale(0.72);
  transform-origin: top right;
}

body.km-mobile-view .price-area-ttl-box {
  margin-bottom: 22px;
  padding: 0 18px;
}

body.km-mobile-view .price-area-ttl-box .en {
  padding-bottom: 9px;
  color: #7b6a5f;
  font-size: 11px;
  letter-spacing: 0.14em;
}

body.km-mobile-view .price-area-ttl-box h2,
body.km-mobile-view .price-area-ttl-box h3 {
  font-size: 21px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.09em;
}


/* ------------------------------
   Guide accordion
------------------------------ */

body.km-mobile-view .price-section-guide {
  margin: 0 auto 22px;
  padding: 0 16px;
}

body.km-mobile-view .price-section-guide summary {
  min-width: 0;
  max-width: 100%;
  padding: 8px 18px;
  background: #fffaf5;
  color: #6b3a21;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

body.km-mobile-view .price-section-guide__body {
  margin-top: 13px;
  padding: 16px;
  color: #4c4038;
  font-size: 13px;
  line-height: 1.95;
  letter-spacing: 0.035em;
  text-align: left;
}


/* ------------------------------
   Course wrapper / local anchors
------------------------------ */

body.km-mobile-view .course-wrap {
  width: auto;
  max-width: none;
  margin: 0 14px;
  padding: 18px 13px 24px;
  background: rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
}

body.km-mobile-view .course-anchor {
  margin-bottom: 20px;
}

body.km-mobile-view .course-anchor ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
}

body.km-mobile-view .course-anchor li,
body.km-mobile-view .course-anchor ul li {
  width: 100%;
}

body.km-mobile-view .course-anchor a {
  display: block;
  width: 100%;
  padding: 9px 12px;
  background: #fffdf9;
  border: 1px solid rgba(138, 90, 43, 0.2);
  color: #6b3a21;
  font-size: 12.5px;
  line-height: 1.5;
  letter-spacing: 0.055em;
  text-align: center;
  box-sizing: border-box;
}

body.km-mobile-view .course-anchor-end {
  display: none !important;
}


/* ------------------------------
   Course boxes / course head
------------------------------ */

body.km-mobile-view .course-box {
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: 1px solid rgba(138, 90, 43, 0.2);
}

body.km-mobile-view .course-box:first-of-type {
  border-top: none;
}

body.km-mobile-view .course-box + .course-box {
  margin-top: 22px;
}

body.km-mobile-view .course-head {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px 12px 13px !important;
  background: #6a371f !important;
  color: #fff !important;
  text-align: center !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

body.km-mobile-view .course-head .course-ttl,
body.km-mobile-view .course-head h3.course-ttl,
body.km-mobile-view .course-head h4.course-ttl {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;
  white-space: normal !important;
}

body.km-mobile-view .course-head .course-note,
body.km-mobile-view .course-head p.course-note {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0 14px !important;
  width: 100% !important;
  margin: 6px auto 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
  white-space: normal !important;
}

body.km-mobile-view .course-head .course-note br {
  display: none !important;
}


/* ------------------------------
   Generic course list
   昼懐石・夕懐石：お椀アイコンの右に金額
   出力構造：.course-item > .course-line + .course-price + .course-body
------------------------------ */

body.km-mobile-view .course-list,
body.km-mobile-view .course-list--special-kaiseki,
body.km-mobile-view .course-list--counter-lunch,
body.km-mobile-view .course-list--counter-dinner,
body.km-mobile-view .course-list--seasonal-special,
body.km-mobile-view .course-list--tendon {
  width: 100% !important;
  margin: 0;
  padding: 12px 10px 16px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

body.km-mobile-view .course-list > li,
body.km-mobile-view .course-list .course-item,
body.km-mobile-view .special-course-item,
body.km-mobile-view .counter-lunch-item,
body.km-mobile-view .counter-dinner-item,
body.km-mobile-view .seasonal-special-item,
body.km-mobile-view .tendon-item {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 13px !important;
  padding: 15px 14px 16px !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(138, 90, 43, 0.15) !important;
  box-shadow: 0 3px 10px rgba(70, 45, 25, 0.045) !important;
  box-sizing: border-box !important;
}

body.km-mobile-view .course-list > li:last-child,
body.km-mobile-view .course-list .course-item:last-child {
  margin-bottom: 0 !important;
}

body.km-mobile-view #lunch-kaiseki .course-item,
body.km-mobile-view #dinner-kaiseki .course-item {
  display: grid !important;
  grid-template-columns: 18px 1fr !important;
  column-gap: 8px !important;
  align-items: center !important;
}

body.km-mobile-view #lunch-kaiseki .course-line,
body.km-mobile-view #dinner-kaiseki .course-line {
  display: flex !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.km-mobile-view #lunch-kaiseki .line-icon,
body.km-mobile-view #dinner-kaiseki .line-icon,
body.km-mobile-view .special-course-icon,
body.km-mobile-view .counter-lunch-icon,
body.km-mobile-view .counter-dinner-icon,
body.km-mobile-view .seasonal-special-icon,
body.km-mobile-view .tendon-icon {
  flex: 0 0 15px !important;
  width: 15px !important;
  margin-top: 2px !important;
  line-height: 1 !important;
}

body.km-mobile-view #lunch-kaiseki .line-icon img,
body.km-mobile-view #dinner-kaiseki .line-icon img,
body.km-mobile-view .special-course-icon img,
body.km-mobile-view .counter-lunch-icon img,
body.km-mobile-view .counter-dinner-icon img,
body.km-mobile-view .seasonal-special-icon img,
body.km-mobile-view .tendon-icon img {
  display: block !important;
  width: 15px !important;
  height: auto !important;
}

body.km-mobile-view #lunch-kaiseki .course-price,
body.km-mobile-view #dinner-kaiseki .course-price {
  display: block !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  background: transparent !important;
  color: #74351c !important;
  font-size: 12.8px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-align: left !important;
}

body.km-mobile-view #lunch-kaiseki .course-body,
body.km-mobile-view #dinner-kaiseki .course-body {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(138, 90, 43, 0.12) !important;
}

body.km-mobile-view .course-line {
  display: none;
}

body.km-mobile-view .course-price {
  display: block;
  margin: 0 0 9px auto;
  padding: 0 0 7px;
  background: transparent;
  border-bottom: 1px solid rgba(138, 90, 43, 0.12);
  color: #74351c;
  font-size: 12.8px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: right;
  white-space: normal;
}

body.km-mobile-view .course-price .yen {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.km-mobile-view .course-badge {
  display: inline-block;
  margin: 0 0 6px;
  padding: 2px 7px;
  background: #f7f1eb;
  color: #7a2f17;
  font-size: 10.5px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

body.km-mobile-view .course-lead {
  margin: 0 0 5px !important;
  color: #4a372d !important;
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em !important;
}

body.km-mobile-view .course-desc {
  margin: 0 !important;
  color: #3f3631 !important;
  font-size: 13.3px !important;
  line-height: 1.95 !important;
  letter-spacing: 0.035em !important;
}


/* ------------------------------
   Special / counter / seasonal / tendon lists
------------------------------ */

body.km-mobile-view .special-course-head,
body.km-mobile-view .counter-lunch-head,
body.km-mobile-view .counter-dinner-head,
body.km-mobile-view .seasonal-special-head,
body.km-mobile-view .tendon-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 0 11px !important;
  padding: 0 0 9px !important;
  border-bottom: 1px solid rgba(138, 90, 43, 0.12) !important;
  box-sizing: border-box !important;
}

body.km-mobile-view .special-course-head__left,
body.km-mobile-view .counter-lunch-head__left,
body.km-mobile-view .counter-dinner-head__left,
body.km-mobile-view .seasonal-special-head__left,
body.km-mobile-view .tendon-head__left {
  display: flex !important;
  align-items: flex-start !important;
  gap: 7px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

body.km-mobile-view .special-course-title,
body.km-mobile-view .counter-lunch-title,
body.km-mobile-view .counter-dinner-title,
body.km-mobile-view .seasonal-special-title,
body.km-mobile-view .tendon-title {
  margin: 0 !important;
  color: #4a372d !important;
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em !important;
}

body.km-mobile-view .special-course-price,
body.km-mobile-view .counter-lunch-price,
body.km-mobile-view .counter-dinner-price,
body.km-mobile-view .seasonal-special-price,
body.km-mobile-view .tendon-price {
  flex: 0 0 auto !important;
  max-width: 46% !important;
  color: #74351c !important;
  font-size: 12.8px !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  text-align: right !important;
  white-space: normal !important;
}

body.km-mobile-view .special-course-lead,
body.km-mobile-view .counter-lunch-lead,
body.km-mobile-view .counter-dinner-lead,
body.km-mobile-view .seasonal-special-lead,
body.km-mobile-view .tendon-lead,
body.km-mobile-view .special-course-desc,
body.km-mobile-view .special-course-detail p,
body.km-mobile-view .counter-lunch-note,
body.km-mobile-view .counter-dinner-note,
body.km-mobile-view .seasonal-special-note,
body.km-mobile-view .tendon-note {
  color: #3f3631 !important;
  font-size: 13.3px !important;
  line-height: 1.95 !important;
  letter-spacing: 0.035em !important;
}

body.km-mobile-view .special-course-desc-box,
body.km-mobile-view .special-course-detail {
  margin-top: 9px !important;
  padding: 11px 12px !important;
  background: #fffaf5 !important;
  border: 1px solid rgba(138, 90, 43, 0.12) !important;
}


/* ------------------------------
   Tendon / What is Tendon?
   天丼・多言語説明ボタン
------------------------------ */

body.km-mobile-view #tendon .tendon-title-box {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 18px !important;
  text-align: center !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body.km-mobile-view #tendon .course-head-text {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 330px !important;
  height: auto !important;
  margin: 14px auto 0 !important;
  padding: 0 !important;
  transform: none !important;
  color: #5b4a40 !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  letter-spacing: 0.035em !important;
  text-align: center !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

body.km-mobile-view #tendon .tendon-info-link-wrap {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 330px !important;
  height: auto !important;
  margin: 18px auto 0 !important;
  padding: 0 !important;
  transform: none !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.km-mobile-view #tendon .tendon-info-link {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 220px !important;
  max-width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 18px !important;
  transform: none !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(138, 90, 43, 0.45) !important;
  color: #6b3a21 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

body.km-mobile-view #tendon .tendon-info-link::before,
body.km-mobile-view #tendon .tendon-info-link::after {
  content: none !important;
  display: none !important;
}

body.km-mobile-view #tendon .price-section-guide {
  margin-top: 18px !important;
}

body.km-mobile-view #tendon .course-note {
  color: #6b5a50 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

body.km-mobile-view #tendon .tendon-title {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.km-mobile-view #tendon .tendon-price {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

body.km-mobile-view #tendon .tendon-lead,
body.km-mobile-view #tendon .tendon-note {
  font-size: 14px !important;
  line-height: 1.9 !important;
}


/* ------------------------------
   Entry time
   入店時間
------------------------------ */

body.km-mobile-view #time .course-wrap {
  margin: 0 14px !important;
  padding: 18px 13px 24px !important;
}

body.km-mobile-view #time .course-list {
  padding: 14px 12px 16px !important;
  background: #fff !important;
}

body.km-mobile-view #time .course-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 16px !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(138, 90, 43, 0.16) !important;
  box-shadow: 0 3px 10px rgba(70, 45, 25, 0.045) !important;
  box-sizing: border-box !important;
}

body.km-mobile-view #time .flex-box {
  display: block !important;
  width: 100% !important;
}

body.km-mobile-view #time .flex-box > p,
body.km-mobile-view #time .flex-box > p.course-text-flex {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(138, 90, 43, 0.14) !important;
  color: #3f3631 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  box-sizing: border-box !important;
}

body.km-mobile-view #time .flex-box > p:last-child {
  border-bottom: none !important;
}

body.km-mobile-view #time .flex-box > p:not(.course-text-flex) > span,
body.km-mobile-view #time .course-text-flex > .left {
  display: block !important;
  flex: 0 0 46px !important;
  width: 46px !important;
  min-width: 46px !important;
  max-width: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #74351c !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  font-weight: 600 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

body.km-mobile-view #time .course-text-flex > .right {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #3f3631 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  font-weight: 400 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body.km-mobile-view #time .course-item p,
body.km-mobile-view #time .course-text-flex {
  border-left: none !important;
}

body.km-mobile-view #time .course-caution {
  margin: 14px 10px 0 !important;
  padding: 12px 13px !important;
  font-size: 13.5px !important;
  line-height: 1.9 !important;
  text-align: left !important;
}


/* ------------------------------
   Reserve notes
   ご予約の前に
------------------------------ */

body.km-mobile-view #reserve .course-head-text {
  max-width: 300px !important;
  margin: 14px auto 0 !important;
  color: #5b4a40 !important;
  font-size: 13px !important;
  line-height: 1.85 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
}

body.km-mobile-view #reserve .course-wrap {
  padding: 18px 13px 24px !important;
}

body.km-mobile-view #reserve dl,
body.km-mobile-view #reserve dl > div {
  width: 100% !important;
  box-sizing: border-box !important;
}

body.km-mobile-view #reserve dl > div {
  margin: 0 0 18px !important;
  padding: 16px 14px 18px !important;
  background: #fffdf9 !important;
  border: 1px solid rgba(138, 90, 43, 0.16) !important;
}

body.km-mobile-view #reserve dt {
  margin: 0 0 14px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(188, 64, 16, 0.75) !important;
  color: #b84010 !important;
  font-size: 19px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
}

body.km-mobile-view #reserve dd {
  margin: 0 !important;
  padding: 0 !important;
  color: #3f3631 !important;
  font-size: 13px !important;
  line-height: 1.9 !important;
  letter-spacing: 0.035em !important;
  text-align: left !important;
}

body.km-mobile-view #reserve dd br {
  display: block !important;
}

body.km-mobile-view #reserve .price-faq-simple-wrap {
  margin: 22px auto 28px !important;
  padding: 0 18px !important;
  text-align: center !important;
}

body.km-mobile-view #reserve .price-faq-simple-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 360px !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  border: 1px solid #8a5a2b !important;
  color: #6b3a21 !important;
  background: #fffdf9 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.08em !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.km-mobile-view #reserve .price-faq-simple-btn *,
body.km-mobile-view #reserve .price-faq-simple-btn span {
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.08em !important;
}

body.km-mobile-view #reserve .price-faq-simple-text {
  max-width: 360px !important;
  margin: 10px auto 0 !important;
  color: #5b4a40 !important;
  font-size: 13px !important;
  line-height: 1.85 !important;
  letter-spacing: 0.035em !important;
  text-align: left !important;
}


/* ------------------------------
   Notes / FAQ link
------------------------------ */

body.km-mobile-view .course-subtext,
body.km-mobile-view .course-caution {
  margin: 14px 10px 0;
  padding: 12px 12px;
  background: #fffaf5;
  border-left: 3px solid rgba(116, 53, 28, 0.42);
  color: #4b4039;
  font-size: 12.5px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  text-align: left;
}

body.km-mobile-view .seasonal-availability-note {
  margin-top: 18px;
  padding: 16px 14px;
}

body.km-mobile-view .seasonal-availability-note__lead,
body.km-mobile-view .seasonal-availability-note__caption {
  font-size: 12.5px;
  line-height: 1.9;
  text-align: left;
}

body.km-mobile-view .seasonal-availability-list {
  padding-left: 1.1em;
}

body.km-mobile-view .seasonal-availability-list li {
  font-size: 12.5px;
  line-height: 1.85;
}

body.km-mobile-view .price-faq-simple-wrap {
  margin: 0 auto 24px;
  padding: 0 16px;
}

body.km-mobile-view .price-faq-simple-btn {
  width: 100%;
  max-width: 320px;
}

body.km-mobile-view .price-faq-simple-text {
  max-width: 320px;
  font-size: 12px;
  line-height: 1.8;
}


.price-page-summary {
  max-width: 920px;
  margin: 40px auto 28px;
  padding: 0 20px;
  text-align: center;
}

.price-page-summary p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  color: #3a3028;
}

@media (max-width: 767px) {
  .price-page-summary {
    margin: 30px auto 24px;
    padding: 0 26px;
  }

  .price-page-summary p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

/* =====================================
   Floating Hamo Tenshin Box
   期間限定 鱧点心 floating box
===================================== */

.floating-hamo-box {
  position: fixed;
  left: 28px;
  bottom: 28px;
  z-index: 9000;

  width: 250px;
  padding: 18px 20px 16px;
	
font-family: inherit;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;

  border: 1px solid rgba(174, 215, 229, .55);
  border-top: 3px solid #b9ddeb;
  background:
    radial-gradient(circle at right top, rgba(218, 241, 248, .62) 0%, rgba(218, 241, 248, 0) 40%),
    radial-gradient(circle at left bottom, rgba(239, 250, 253, .82) 0%, rgba(239, 250, 253, 0) 46%),
    linear-gradient(135deg, rgba(255,255,255,.99) 0%, rgba(250,254,255,.99) 55%, rgba(255,253,248,.97) 100%);
  color: #2f3335;

  box-shadow:
    0 14px 34px rgba(0, 0, 0, .14),
    0 2px 0 rgba(255,255,255,.9) inset;

  cursor: pointer;
  text-align: left;
  overflow: hidden;

  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);

  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
}

/* 涼しげな丸飾り */
.floating-hamo-box::before {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(185, 221, 235, .36) 0%, rgba(185, 221, 235, .14) 58%, rgba(185, 221, 235, 0) 74%);
  pointer-events: none;
}

/* 水面のような薄い飾り */
.floating-hamo-box::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -32px;
  width: 160px;
  height: 76px;
  border-radius: 50%;
  background: rgba(220, 242, 248, .28);
  pointer-events: none;
}

.floating-hamo-box__label,
.floating-hamo-box__title,
.floating-hamo-box__desc,
.floating-hamo-box__price,
.floating-hamo-box__more {
  position: relative;
  z-index: 1;
}

.floating-hamo-box__label {
  display: inline-block;
  padding: 4px 8px 3px;
  background: #b9ddeb;
  color: #3c5660;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .1em;
  font-weight: 600;
}

.floating-hamo-box__title {
  display: block;
  margin-top: 2px;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: .12em;
  color: #7b4b2a;
}

.floating-hamo-box__desc {
  display: block;
  padding-right: 18px;
  font-size: 12px;
  line-height: 1.75;
  color: #51626a;
}

.floating-hamo-box__price {
  display: block;
  margin-top: 3px;
  padding-top: 7px;
  width: 100%;
  border-top: 1px solid rgba(174, 215, 229, .5);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #7a4b2d;
}

.floating-hamo-box__more {
  display: inline-block;
  align-self: flex-end;
  margin-top: -23px;
  margin-right: 2px;

  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .08em;
  color: rgba(86, 125, 138, .88);
  border-bottom: 1px solid rgba(86, 125, 138, .38);

  pointer-events: none;
  transition:
    color .24s ease,
    border-color .24s ease;
}

/* PC hover */
@media (hover: hover) and (pointer: fine) {
  .floating-hamo-box.is-visible:hover {
    transform: translateY(-4px);
    border-color: rgba(174, 215, 229, .78);
    background:
      radial-gradient(circle at right top, rgba(218, 241, 248, .76) 0%, rgba(218, 241, 248, 0) 42%),
      radial-gradient(circle at left bottom, rgba(239, 250, 253, .95) 0%, rgba(239, 250, 253, 0) 48%),
      linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(247,253,255,1) 55%, rgba(255,253,248,.99) 100%);
    box-shadow:
      0 18px 42px rgba(0, 0, 0, .18),
      0 2px 0 rgba(255,255,255,.92) inset;
  }

.floating-hamo-box.is-visible:hover::before {
    background:
      radial-gradient(circle, rgba(185, 221, 235, .46) 0%, rgba(185, 221, 235, .18) 58%, rgba(185, 221, 235, 0) 74%);
  }

  .floating-hamo-box.is-visible:hover .floating-hamo-box__more {
    color: rgba(70, 112, 128, .98);
    border-bottom-color: rgba(70, 112, 128, .68);
  }
}

/* キーボード操作時 */
.floating-hamo-box:focus-visible {
  outline: 2px solid rgba(174, 215, 229, .85);
  outline-offset: 4px;
}

/* スマホ */
@media (max-width: 767px) {
  .floating-hamo-box {
    left: 12px;
    right: auto;
    bottom: 12px;

    width: max-content;
    min-width: 0;
    max-width: calc(100vw - 24px);

    padding: 12px 14px 11px;
    gap: 4px;

    align-items: center;
    text-align: center;

    border-top-width: 2px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
  }

  .floating-hamo-box::before {
    right: -42px;
    top: -42px;
    width: 104px;
    height: 104px;
  }

  .floating-hamo-box::after {
    left: -28px;
    bottom: -38px;
    width: 150px;
    height: 72px;
  }

  .floating-hamo-box__label {
    padding: 3px 7px 2px;
    font-size: 10px;
    white-space: nowrap;
  }

  .floating-hamo-box__title {
    font-size: 18px;
    letter-spacing: .1em;
    white-space: nowrap;
  }

  .floating-hamo-box__desc {
    display: none;
  }

  .floating-hamo-box__price {
    width: auto;
    margin-top: 2px;
    padding-top: 5px;
    padding-right: 0;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
  }

  .floating-hamo-box__more {
    display: inline-block;
    align-self: center;
    margin-top: 2px;
    margin-right: 0;

    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .08em;
    white-space: nowrap;
    color: rgba(86, 125, 138, .95);
    border-bottom: 1px solid rgba(86, 125, 138, .52);
  }
}

/* 初期状態：鱧点心 floating box は非表示 */
.floating-hamo-box {
  opacity: 0;
  visibility: hidden;
  transform: translateY(28px);
  pointer-events: none;
}

/* 表示状態：下からふわっと出す */
.floating-hamo-box.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
