@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20.4533333333px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  overflow-x: clip;
  color: #333;
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}

.u-pc {
  display: inline;
}
@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  min-height: 100vh;
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.inner128 {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.page-fv {
  position: relative;
}

.fv.page-fv {
  padding-bottom: 0;
}

.fv.page-fv .fv-nav {
  position: static;
}

.page-fv .fv-reserve__web {
  position: relative;
}
.page-fv .fv-reserve__web::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.page-fv__visual {
  position: relative;
  width: 100%;
  height: 50rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-fv__visual {
    height: 32rem;
  }
}
.page-fv__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 57.3rem;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 32%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
  .page-fv__visual::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.35) 100%);
  }
}

.page-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.page-fv__logo {
  position: absolute;
  top: 0.7rem;
  left: 1.3rem;
  width: 25.6rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .page-fv__logo {
    display: none;
  }
}
.page-fv__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-fv__title {
  position: absolute;
  top: 50%;
  left: 8.3rem;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .page-fv__title {
    left: 50%;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

.page-fv__title-ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .page-fv__title-ja {
    font-size: 2.2rem;
  }
}

.page-fv__title-line {
  display: block;
  width: auto;
  min-width: 27.6rem;
  height: 1px;
  background: #AE8D47;
  margin: 1.6rem 0 1.2rem;
}
@media (max-width: 767px) {
  .page-fv__title-line {
    width: auto;
    min-width: 20rem;
    margin: 1.2rem auto;
  }
}

.page-fv__title-en {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .page-fv__title-en {
    font-size: 2.2rem;
  }
}

.page-head {
  width: 100%;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .page-head {
    height: auto;
    padding: 2rem;
  }
}

.logo {
  width: 5.8rem;
  height: 6.2rem;
  object-fit: contain;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-head__title {
    font-size: 3.2rem;
  }
}

.border-line {
  width: 12rem;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .border-line {
    width: 8rem;
  }
}

.contents-table {
  margin-top: 4rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .contents-table {
    margin-top: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .comparison-table {
    min-width: 60rem;
    table-layout: auto;
  }
}
.comparison-table th,
.comparison-table td {
  padding: 1.4rem 1rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  border: 1px solid #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.comparison-table thead td {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table thead td {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.comparison-table .comparison-table__header {
  width: 24rem;
  background: #AE8D47;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  border-color: #D1CAB9;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__header {
    width: 12rem;
    font-size: 1.4rem;
    white-space: normal;
  }
}
.comparison-table .comparison-table__image {
  width: 21rem;
  height: 11rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .comparison-table .comparison-table__image {
    width: 12rem;
    height: 8rem;
  }
}
.comparison-table .comparison-table__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.comparison-table tbody td {
  text-align: left;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody td {
    font-size: 1.4rem;
  }
}
.comparison-table tbody tr:last-child td {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .comparison-table tbody tr:last-child td {
    font-size: 1.4rem;
  }
}

.comparison-table__c03 .col-left {
  background: #F5EEE0;
}
.comparison-table__c03 .col-center {
  background: #EBE2D0;
}
.comparison-table__c03 .col-right {
  background: #F5EEE0;
}

.comparison-table__c02 .col-left {
  background: #F5EEE0;
}
.comparison-table__c02 .col-right {
  background: #EBE2D0;
}

.comparison-table__c01 {
  table-layout: auto;
}
.comparison-table__c01 .comparison-table__header {
  width: 40%;
}
.comparison-table__c01 .col-single {
  background: #F5EEE0;
}
.comparison-table__c01 tbody td {
  text-align: center;
}

.table-note {
  font-size: 2rem;
  line-height: 2;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .table-note {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    width: 100%;
    text-align: left;
  }
}

.c-contents-titlearea {
  position: relative;
  margin: 10rem 0 4rem;
}
@media (max-width: 767px) {
  .c-contents-titlearea {
    margin: 4rem 0;
  }
}

.contents-title {
  background: #9EA5B0;
  display: flex;
  width: 100%;
  padding: 3rem 1rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  margin: 8rem 0 4rem;
}
@media (max-width: 767px) {
  .contents-title {
    margin: 4rem 0 2rem;
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
}
.contents-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.contents-title::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}

.basic-flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  /* ======== .u-reverse（画像が右）の設定 ========
   HTMLの並び順はそのままで、見た目だけ左右反転させます
  */
}
@media (max-width: 767px) {
  .basic-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.basic-flex.u-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse {
    flex-direction: column !important;
  }
}
.basic-flex.u-reverse .basic-flex__image::before {
  left: auto;
  right: -2rem;
}
@media (max-width: 767px) {
  .basic-flex.u-reverse .basic-flex__image::before {
    right: -1rem;
  }
}
.basic-flex .basic-flex__image {
  width: 60rem;
  height: 40rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
  }
}
.basic-flex .basic-flex__image::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  background: #AE8D47;
  z-index: -1;
}
@media (max-width: 767px) {
  .basic-flex .basic-flex__image::before {
    bottom: -1rem;
    left: -1rem;
  }
}
.basic-flex .basic-flex__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.basic-flex__textarea {
  flex: 1;
}
@media (max-width: 767px) {
  .basic-flex__textarea {
    width: 100%;
    flex: auto;
  }
}

.basic-flex__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .basic-flex__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.basic-flex__title span {
  color: #AE8D47;
}

.basic-flex__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .basic-flex__text {
    margin-top: 2rem;
    gap: 1rem;
  }
}

.paragraph {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* SEO用の隠し見出し（スクリーンリーダー・検索エンジンには読まれ、視覚上は非表示）
   指示書のH1はテンプレ側で <h1 class="u-sr-only"> として設置し、
   見た目のページ名見出しは p / h2 に格下げして重複を避ける */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* main〜footer の継ぎ目にbody背景が1px見える事故の対策（サブピクセル丸め）。
   サイトの基調色（フッターと同系色）に案件ごとに変更する */
#container {
  background: #fff;
}

/* ============================================================
   ページトップへ戻るボタン（全ページ共通・template-parts/to-top.php）
   どの背景上でも視認できる配色＋影。色はテーマカラーに合わせて変更
   ============================================================ */
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9980;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #AE8D47;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .to-top {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .to-top::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* ============================================================
   ヘッダー（肉バルATC）
   PC：MV上にオーバーレイ（透過・白文字）。スクロールで濃色バー固定。
   SP：常時固定・ハンバーガーメニュー。
   ============================================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9900;
  color: #fff;
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
  }
}

.l-header__inner {
  position: relative;
  width: 100%;
  height: 17.1rem;
}
@media (max-width: 767px) {
  .l-header__inner {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.4rem;
  }
}

/* ── ロゴ ───────────────────────────── */
.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 15rem;
  display: block;
}
@media (max-width: 767px) {
  .l-header__logo {
    position: static;
    width: 6rem;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── 右側ブロック（PC：ユーティリティ＋ナビ） ── */
.l-header__right {
  position: absolute;
  top: 0;
  right: 5.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .l-header__right {
    display: none;
  }
}

.l-header__utility {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 3rem;
}

.l-header__tel {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}

.l-header__tel-icon {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
}
.l-header__tel-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.l-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.9rem;
  height: 4.9rem;
  background: rgba(255, 255, 255, 0.86);
  color: #1e1e1e;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: 0.3s;
}
.l-header__btn:hover {
  opacity: 0.85;
}

.l-header__sns {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
}
.l-header__sns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.l-header__translate {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
}

.l-header__translate-icon {
  display: inline-flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-header__translate-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.l-header__translate .gtranslate_wrapper,
.l-header__sp-translate .gtranslate_wrapper {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.l-header__translate .gt_selector,
.l-header__sp-translate .gt_selector {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-gadget-icon {
  display: none !important;
}

body {
  top: 0 !important;
}

#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

/* ── グローバルナビ（PC） ── */
.l-header__nav {
  margin-top: 3.8rem;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 5.6rem;
  list-style: none;
}

.l-header__nav-link {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: 0.3s;
}
.l-header__nav-link:hover {
  opacity: 0.6;
}

/* ── 固定時（濃色コンパクトバー） ── */
.l-header.is-fixed {
  position: fixed;
  background: rgba(26, 18, 14, 0.94);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  animation: headerDown 0.4s ease;
}

@keyframes headerDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.l-header.is-fixed .l-header__inner {
  height: 8rem;
}

.l-header.is-fixed .l-header__logo {
  top: 50%;
  left: 2rem;
  width: 6.4rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .l-header.is-fixed .l-header__logo {
    transform: none;
  }
}

.l-header.is-fixed .l-header__right {
  top: 50%;
  right: 3rem;
  flex-direction: row;
  align-items: center;
  transform: translateY(-50%);
}

.l-header.is-fixed .l-header__utility {
  display: none;
}

.l-header.is-fixed .l-header__nav {
  margin-top: 0;
}

/* ── SP：右上アイコン群＋ハンバーガー ── */
.l-header__sp-util {
  display: none;
}
@media (max-width: 767px) {
  .l-header__sp-util {
    display: flex;
    align-items: center;
    gap: 1.4rem;
  }
}

.l-header__sp-sns {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
}
.l-header__sp-sns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.l-header__sp-translate {
  position: relative;
  width: 2.9rem;
  height: 2.9rem;
  color: #fff;
}

.l-header__sp-translate-icon {
  display: inline-flex;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-header__sp-translate-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ── ハンバーガーアイコン ── */
.hamburger {
  display: none;
}
@media (max-width: 767px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 3.4rem;
    height: 3.6rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 10000;
  }
}

.hamburger span {
  display: block;
  width: 2.5rem;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.hamburger__label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
}

.hamburger.open span {
  background: #fff;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-0.7rem) rotate(-45deg);
}

.hamburger.open .hamburger__label {
  opacity: 0;
}

body.fixed {
  overflow: hidden;
}

/* ── ハンバーガーメニュー（スライドイン） ── */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 76%;
  max-width: 32rem;
  height: 100vh;
  height: 100dvh;
  background: rgba(26, 18, 14, 0.97);
  box-shadow: -6px 0 18px rgba(0, 0, 0, 0.3);
  z-index: 9990;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  display: none;
}
@media (max-width: 767px) {
  .hamburger-menu {
    display: block;
  }
}

.hamburger-menu.active {
  transform: translateX(0);
}

.hamburger-menu__inner {
  height: 100%;
  overflow-y: auto;
  padding: 9rem 2.6rem 4rem;
}

.hamburger-menu__list {
  list-style: none;
}

.hamburger-menu__link {
  display: block;
  padding: 1.8rem 0.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.hamburger-menu__foot {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.hamburger-menu__tel {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.hamburger-menu__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  background: #f35f08;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  text-decoration: none;
}

/* ============================================================
   フッター（肉バルATC）：店舗写真背景＋ロゴ＋電話＋グロナビ＋コピーライト
   ============================================================ */
.l-footer {
  position: relative;
}

.l-footer__main {
  position: relative;
  padding: 13.2rem 2rem 11.5rem;
  text-align: center;
  background: url("../img/top/footer-bg.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .l-footer__main {
    padding: 4.4rem 2rem 4rem;
  }
}
.l-footer__main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.l-footer__logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 15rem;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 10.9rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__tel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.6rem;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__tel {
    margin-top: 2rem;
  }
}

.l-footer__tel-icon {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
  color: #f35f08;
}
@media (max-width: 767px) {
  .l-footer__tel-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.l-footer__tel-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.l-footer__tel-num {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .l-footer__tel-num {
    font-size: 2rem;
  }
}

.l-footer__nav {
  position: relative;
  z-index: 1;
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .l-footer__nav {
    margin-top: 2.2rem;
  }
}

.l-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 3.4rem;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    gap: 0.8rem 2rem;
  }
}

.l-footer__nav-link {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.3rem;
  }
}
.l-footer__nav-link:hover {
  opacity: 0.6;
}

.l-copyright {
  margin: 0;
  padding: 1.8rem 2rem;
  text-align: center;
  background: #e4e4e4;
  color: #5a4a3c;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .l-copyright {
    padding: 1.4rem 2rem;
    font-size: 1.05rem;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-reverse {
  flex-direction: row-reverse !important;
}

.u-bg-none {
  background: transparent !important;
  box-shadow: none !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.5rem !important;
  }
}

.u-mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .u-mt20 {
    margin-top: 1rem !important;
  }
}

.u-mt30 {
  margin-top: 3rem !important;
}
@media (max-width: 767px) {
  .u-mt30 {
    margin-top: 1.5rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media (max-width: 767px) {
  .u-mt40 {
    margin-top: 2rem !important;
  }
}

.u-mt50 {
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .u-mt50 {
    margin-top: 2.5rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media (max-width: 767px) {
  .u-mt60 {
    margin-top: 2rem !important;
  }
}

.u-mt70 {
  margin-top: 7rem !important;
}
@media (max-width: 767px) {
  .u-mt70 {
    margin-top: 3.5rem !important;
  }
}

.u-mt80 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 4rem !important;
  }
}

.u-mt90 {
  margin-top: 9rem !important;
}
@media (max-width: 767px) {
  .u-mt90 {
    margin-top: 4.5rem !important;
  }
}

.u-mt100 {
  margin-top: 10rem !important;
}
@media (max-width: 767px) {
  .u-mt100 {
    margin-top: 5rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}
@media (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb20 {
  margin-bottom: 2rem !important;
}
@media (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 1rem !important;
  }
}

.u-mb30 {
  margin-bottom: 3rem !important;
}
@media (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb40 {
  margin-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 2rem !important;
  }
}

.u-mb50 {
  margin-bottom: 5rem !important;
}
@media (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 2.5rem !important;
  }
}

.u-mb60 {
  margin-bottom: 6rem !important;
}
@media (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 3rem !important;
  }
}

.u-mb70 {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 3.5rem !important;
  }
}

.u-mb80 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 4rem !important;
  }
}

.u-mb90 {
  margin-bottom: 9rem !important;
}
@media (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 4.5rem !important;
  }
}

.u-mb100 {
  margin-bottom: 10rem !important;
}
@media (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 5rem !important;
  }
}

.u-flex-start {
  align-items: flex-start !important;
}
@media (max-width: 767px) {
  .u-flex-start {
    align-items: center !important;
  }
}

.u-blue {
  color: #3E6EB4;
}

.u-fz70 {
  font-size: 7rem;
}
@media (max-width: 767px) {
  .u-fz70 {
    font-size: 4.5rem;
  }
}

.u-fz80 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  .u-fz80 {
    font-size: 3.2rem;
  }
}

.u-fz220 {
  font-size: 22rem;
}
@media (max-width: 767px) {
  .u-fz220 {
    font-size: 9.6rem;
  }
}

/* ============================================================
   下層ページ共通：背景テクスチャ・FV（ヒーロー＋中央タイトル）・パンくず・交互テキスト画像行
   ============================================================ */
.page-main {
  position: relative;
  background: #f4ede1;
}

.page-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/bg-texture.webp") repeat;
  background-size: 90rem auto;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.page-main > * {
  position: relative;
  z-index: 1;
}

/* ── 下層FV（ヒーロー） ── */
.lower-fv {
  position: relative;
  width: 100%;
  height: 57.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 9rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lower-fv {
    height: 26rem;
    padding-top: 5rem;
  }
}

.lower-fv__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.lower-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
}

.lower-fv__title {
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .lower-fv__title {
    font-size: 2.8rem;
  }
}

/* ── パンくず ── */
.lower-fv-breadcrumb {
  background: #e4e4e4;
  border-bottom: 1px solid #dbdbdb;
}

.lower-fv-breadcrumb__inner {
  max-width: 130rem;
  margin: 0 auto;
  min-height: 4.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  padding: 0.4rem 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .lower-fv-breadcrumb__inner {
    justify-content: flex-start;
    font-size: 1.1rem;
    gap: 0.5rem;
  }
}

.lower-fv-breadcrumb__link {
  color: #333;
  text-decoration: none;
}
.lower-fv-breadcrumb__link:hover {
  opacity: 0.6;
}

.lower-fv-breadcrumb__sep {
  color: #999;
}

.lower-fv-breadcrumb__current {
  color: #333;
}

/* ── 交互テキスト＋画像行 ── */
.lower-row {
  max-width: 114.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5.2rem;
}
@media (max-width: 767px) {
  .lower-row {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}

.lower-row--rev {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .lower-row--rev {
    flex-direction: column;
  }
}

.lower-row__text {
  flex: 0 0 48.5rem;
}
@media (max-width: 767px) {
  .lower-row__text {
    flex: auto;
  }
}

.lower-row__image {
  flex: 0 0 60.7rem;
}
@media (max-width: 767px) {
  .lower-row__image {
    flex: auto;
  }
}

.lower-row__image img {
  width: 100%;
  height: auto;
  display: block;
}

.lower-row__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.46;
  color: #f35f08;
}

.lower-row__title {
  margin-top: 0.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.46;
  color: #333;
}
@media (max-width: 767px) {
  .lower-row__title {
    font-size: 2rem;
  }
}

.lower-row__body {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .lower-row__body {
    margin-top: 1.6rem;
  }
}

.lower-row__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .lower-row__lead {
    font-size: 1.4rem;
  }
}

.lower-row__note {
  margin-top: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #f35f08;
}

.lower-row__price {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .lower-row__price {
    font-size: 2rem;
  }
}

/* ============================================================
   CONCEPT ページ
   ============================================================ */
.page-concept__rows {
  padding: 6.4rem 2rem 10rem;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media (max-width: 767px) {
  .page-concept__rows {
    padding: 4rem 2rem 5rem;
    gap: 4rem;
  }
}

/* ============================================================
   FOOD ページ固有
   ============================================================ */
/* ── イントロ：テキスト左・画像右 ── */
.food-intro {
  padding: 7rem 0 6rem;
}
@media (max-width: 767px) {
  .food-intro {
    padding: 4rem 0 3rem;
  }
}

.food-intro__inner {
  max-width: 121.6rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5.2rem;
}
@media (max-width: 767px) {
  .food-intro__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}

.food-intro__lead {
  flex: 0 0 49.7rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .food-intro__lead {
    flex: auto;
    font-size: 1.4rem;
  }
}

.food-intro__image {
  flex: 0 0 60.7rem;
}
@media (max-width: 767px) {
  .food-intro__image {
    flex: auto;
  }
}

.food-intro__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── メニュー ── */
.food-menu {
  position: relative;
  padding: 8rem 0 12rem;
}
@media (max-width: 767px) {
  .food-menu {
    padding: 4rem 0 6rem;
  }
}

.food-menu__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.53;
  pointer-events: none;
}

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

.food-menu__inner {
  position: relative;
  z-index: 1;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.food-menu__head {
  text-align: center;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .food-menu__head {
    margin-bottom: 3.6rem;
  }
}

.food-menu__heading-en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .food-menu__heading-en {
    font-size: 2.8rem;
  }
}

.food-menu__heading-ja {
  margin-top: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .food-menu__heading-ja {
    font-size: 1.6rem;
  }
}

/* ── カテゴリ ── */
.food-cat {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .food-cat {
    margin-bottom: 4rem;
  }
}

.food-cat__title {
  position: relative;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.46;
  color: #333;
  margin-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .food-cat__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.food-cat__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 54.6rem;
  max-width: calc(50% - 7rem);
  height: 1px;
  background: #333;
}
@media (max-width: 767px) {
  .food-cat__title::before {
    width: 22%;
  }
}

.food-cat__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 54.6rem;
  max-width: calc(50% - 7rem);
  height: 1px;
  background: #333;
}
@media (max-width: 767px) {
  .food-cat__title::after {
    width: 22%;
  }
}

.food-cat__cols {
  display: flex;
  justify-content: center;
  gap: 7rem;
}
@media (max-width: 767px) {
  .food-cat__cols {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}

.food-cat__single {
  text-align: center;
}

.food-cat__note {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.46;
  color: #f35f08;
  margin-bottom: 1.4rem;
}

/* ── 品目グループ ── */
.food-group {
  display: inline-block;
  text-align: left;
}

.food-group__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.46;
  color: #333;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .food-group__name {
    font-size: 1.8rem;
  }
}

.food-group__table {
  border-collapse: collapse;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333;
}
@media (max-width: 767px) {
  .food-group__table {
    font-size: 1.4rem;
  }
}

.food-group__item {
  padding: 0.4rem 0;
  text-align: left;
  line-height: 1.6;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .food-group__item {
    white-space: normal;
  }
}

.food-group__price {
  padding: 0.4rem 0 0.4rem 3rem;
  text-align: right;
  line-height: 1.6;
  white-space: nowrap;
  vertical-align: top;
}

/* ============================================================
   DRINK ページ
   ============================================================ */
/* ── イントロ（リードテキスト＋ヒーロー画像） ── */
.drink-intro {
  padding: 5.5rem 0 0;
}
@media (max-width: 767px) {
  .drink-intro {
    padding: 3.5rem 0 0;
  }
}

.drink-intro__inner {
  max-width: 114.4rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.2rem;
}
@media (max-width: 767px) {
  .drink-intro__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}

.drink-intro__text {
  flex: 0 0 49.7rem;
}
@media (max-width: 767px) {
  .drink-intro__text {
    flex: auto;
  }
}

.drink-intro__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .drink-intro__lead {
    font-size: 1.4rem;
  }
}

.drink-intro__image {
  flex: 0 0 60.7rem;
}
@media (max-width: 767px) {
  .drink-intro__image {
    flex: auto;
  }
}

.drink-intro__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── メニュー ── */
.drink-menu {
  padding: 8rem 0 9rem;
}
@media (max-width: 767px) {
  .drink-menu {
    padding: 4.5rem 0 5rem;
  }
}

.drink-menu__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.drink-menu__head {
  text-align: center;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .drink-menu__head {
    margin-bottom: 3rem;
  }
}

.drink-menu__title-en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .drink-menu__title-en {
    font-size: 2.8rem;
  }
}

.drink-menu__title-ja {
  margin-top: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .drink-menu__title-ja {
    font-size: 1.6rem;
  }
}

.drink-menu__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 4rem;
}
@media (max-width: 767px) {
  .drink-menu__grid {
    flex-direction: column;
    gap: 3rem;
  }
}

/* ── カテゴリーブロック ── */
.drink-cat {
  flex: 1 1 24rem;
  min-width: 24rem;
}
@media (max-width: 767px) {
  .drink-cat {
    flex: auto;
    min-width: 0;
  }
}

.drink-cat--wide {
  flex: 1 1 100%;
}

.drink-cat__name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.46;
  color: #f35f08;
  text-align: center;
}
@media (max-width: 767px) {
  .drink-cat__name {
    font-size: 1.8rem;
  }
}

.drink-cat__all {
  margin-top: 0.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.46;
  color: #333;
  text-align: center;
}

.drink-cat__cols {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .drink-cat__cols {
    gap: 2rem;
    justify-content: flex-start;
  }
}

.drink-cat .food-group__table {
  margin: 1.5rem auto 0;
}

.drink-cat__cols .food-group__table {
  margin: 0;
}

/* ============================================================
   GALLERY：4カラム写真グリッド
   ============================================================ */
.gallery {
  padding: 8.2rem 0 14rem;
}
@media (max-width: 767px) {
  .gallery {
    padding: 4.5rem 0 7rem;
  }
}

.gallery__grid {
  max-width: 130.4rem;
  margin: 0 auto;
  padding: 0 2rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.4rem;
  row-gap: 4.9rem;
}
@media (max-width: 767px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.2rem;
    row-gap: 2rem;
    padding: 0 2rem;
  }
}

.gallery__item {
  margin: 0;
  overflow: hidden;
}

.gallery__btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
}

.gallery__btn img {
  display: block;
  width: 100%;
  height: 21rem;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 767px) {
  .gallery__btn img {
    height: 14rem;
  }
}

.gallery__btn:hover img {
  transform: scale(1.05);
}

.gallery__empty {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  color: #333;
}

/* ── モーダル（ライトボックス） ── */
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem;
}
@media (max-width: 767px) {
  .gallery-modal {
    padding: 2rem;
  }
}

.gallery-modal.is-open {
  display: flex;
}

.gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.gallery-modal__inner {
  position: relative;
  z-index: 1;
  max-width: 90rem;
  max-height: 85vh;
}

.gallery-modal__image {
  display: block;
  max-width: 100%;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.gallery-modal__close {
  position: absolute;
  top: -4.4rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-modal__close {
    top: -3.6rem;
  }
}

.gallery-modal__close::before,
.gallery-modal__close::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2px;
  background: #fff;
}

.gallery-modal__close::before {
  transform: rotate(45deg);
}

.gallery-modal__close::after {
  transform: rotate(-45deg);
}

.gallery-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .gallery-modal__nav {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.gallery-modal__nav:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gallery-modal__nav::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 767px) {
  .gallery-modal__nav::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.gallery-modal__nav--prev {
  left: 2rem;
}
@media (max-width: 767px) {
  .gallery-modal__nav--prev {
    left: 0.6rem;
  }
}

.gallery-modal__nav--prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.gallery-modal__nav--next {
  right: 2rem;
}
@media (max-width: 767px) {
  .gallery-modal__nav--next {
    right: 0.6rem;
  }
}

.gallery-modal__nav--next::before {
  transform: translateX(-2px) rotate(45deg);
}

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

/* ============================================================
   ACCESS ページ
   ============================================================ */
.access-body {
  max-width: 124.4rem;
  margin: 0 auto;
  padding: 8.2rem 2rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 9rem;
}
@media (max-width: 767px) {
  .access-body {
    padding: 4.5rem 2rem 4rem;
    gap: 5rem;
  }
}

/* ── 当店のご案内（写真左・テキスト右） ── */
.access-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5.2rem;
}
@media (max-width: 767px) {
  .access-intro {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}

.access-intro__image {
  flex: 0 0 60.7rem;
}
@media (max-width: 767px) {
  .access-intro__image {
    flex: auto;
  }
}

.access-intro__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.access-intro__text {
  flex: 0 0 48.5rem;
  padding-top: 2.3rem;
}
@media (max-width: 767px) {
  .access-intro__text {
    flex: auto;
    padding-top: 0;
  }
}

.access-intro__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.46;
  color: #333;
}
@media (max-width: 767px) {
  .access-intro__title {
    font-size: 2rem;
  }
}

.access-intro__lead {
  margin-top: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .access-intro__lead {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
}

/* ── 店舗情報（写真左・テーブル右） ── */
.access-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.5rem;
}
@media (max-width: 767px) {
  .access-info {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }
}

.access-info__image {
  flex: 0 0 55.6rem;
}
@media (max-width: 767px) {
  .access-info__image {
    flex: auto;
  }
}

.access-info__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.access-info__table {
  flex: 0 0 66.8rem;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .access-info__table {
    flex: auto;
  }
}

.access-info__row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #ccc;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 767px) {
  .access-info__row {
    flex-direction: column;
    gap: 0.2rem;
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}

.access-info__dt {
  flex: 0 0 16rem;
}
@media (max-width: 767px) {
  .access-info__dt {
    flex: auto;
  }
}

.access-info__dd {
  flex: 1 1 auto;
}

/* ── アクセス・地図 ── */
.access-map {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .access-map {
    margin-top: 0;
  }
}

.access-map__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.87;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .access-map__text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}

.access-map__image {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .access-map__image {
    margin-top: 1.6rem;
  }
}

.access-map__image img {
  width: 100%;
  height: auto;
  display: block;
}

.access-map__image iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1201/551;
  border: 0;
}

/* ── 姉妹店バナー ── */
.access-sister {
  display: flex;
  justify-content: center;
}

.access-sister__card {
  display: flex;
  align-items: stretch;
  width: 76.1rem;
  max-width: 100%;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .access-sister__card {
    width: 100%;
  }
}
.access-sister__card:hover {
  opacity: 0.92;
}

.access-sister__text {
  flex: 0 0 28.3rem;
  background: #fff;
  padding: 4rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .access-sister__text {
    flex: 0 0 14rem;
    padding: 2rem 1.4rem;
  }
}

.access-sister__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  color: #f35f08;
}
@media (max-width: 767px) {
  .access-sister__label {
    font-size: 2.2rem;
  }
}

.access-sister__en {
  margin-top: 0.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #f35f08;
}
@media (max-width: 767px) {
  .access-sister__en {
    font-size: 1.1rem;
  }
}

.access-sister__name {
  margin-top: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 767px) {
  .access-sister__name {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}

.access-sister__btn {
  margin-top: 2rem;
  align-self: flex-start;
  display: inline-block;
  padding: 0.6rem 1.6rem;
  border: 1px solid #ccc;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.access-sister__btn:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .access-sister__btn {
    margin-top: 1.4rem;
    font-size: 1.1rem;
    padding: 0.5rem 1.2rem;
  }
}

.access-sister__image {
  flex: 1 1 auto;
  border: 0.6rem solid #f35f08;
  overflow: hidden;
}
@media (max-width: 767px) {
  .access-sister__image {
    border-width: 0.4rem;
  }
}

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

/* ============================================================
   トップ共通：背景テクスチャ・オレンジボタン・セクション見出し
   ============================================================ */
.front-main {
  position: relative;
  background: #f4ede1;
}

.front-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/bg-texture.webp") repeat;
  background-size: 90rem auto;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}

.front-main > * {
  position: relative;
  z-index: 1;
}

/* ── オレンジボタン ── */
.c-btn-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23.2rem;
  height: 6rem;
  margin: 0 auto;
  background: #f35f08;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-btn-orange {
    width: 22rem;
    height: 4.6rem;
    font-size: 1.4rem;
  }
}
.c-btn-orange:hover {
  opacity: 0.85;
}

.c-btn-orange--lg {
  width: 30.6rem;
}
@media (max-width: 767px) {
  .c-btn-orange--lg {
    width: 100%;
    max-width: 30rem;
    min-width: 16rem;
  }
}

/* ── セクション見出し（中央・英＋和） ── */
.index-head {
  text-align: center;
}

.index-head__en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .index-head__en {
    font-size: 3rem;
  }
}

.index-head__ja {
  margin-top: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .index-head__ja {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}

/* ============================================================
   FV（メインビジュアル・3枚スライダー／背景のみ切替・fade）
   ============================================================ */
.fv {
  position: relative;
  width: 100%;
  height: 57.9rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    height: 53.9rem;
  }
}

.fv-swiper {
  width: 100%;
  height: 100%;
}

.fv-swiper .swiper-wrapper,
.fv-swiper .swiper-slide {
  height: 100%;
}

.fv__bg {
  display: block;
  width: 100%;
  height: 100%;
}

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

.fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.fv__copy {
  margin-top: 3.8rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .fv__copy {
    margin-top: 2rem;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.fv__scroll {
  position: absolute;
  right: 2.6rem;
  bottom: 3.3rem;
  z-index: 3;
  display: inline-block;
  color: #5c5c5c;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media (max-width: 767px) {
  .fv__scroll {
    right: 1.8rem;
    bottom: 3rem;
    font-size: 1.2rem;
  }
}

/* ============================================================
   About us
   ============================================================ */
.index-about {
  padding: 9.7rem 0 7.2rem;
}
@media (max-width: 767px) {
  .index-about {
    padding: 8.4rem 0 4rem;
  }
}

.index-about__inner {
  max-width: 114.4rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5.2rem;
}
@media (max-width: 767px) {
  .index-about__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.index-about__text {
  flex: 0 0 48.5rem;
}
@media (max-width: 767px) {
  .index-about__text {
    flex: auto;
    width: 100%;
  }
}

.index-about__visual {
  flex: 0 0 60.7rem;
  height: 36.9rem;
}
@media (max-width: 767px) {
  .index-about__visual {
    flex: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 607/369;
    order: -1;
  }
}

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

.index-about__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.1;
  color: #f35f08;
}
@media (max-width: 767px) {
  .index-about__title {
    font-size: 3.2rem;
  }
}

.index-about__body {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .index-about__body {
    margin-top: 1.8rem;
  }
}

.index-about__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  .index-about__lead {
    font-size: 1.4rem;
  }
}

.index-about__btn-wrap {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .index-about__btn-wrap {
    margin-top: 3.2rem;
  }
}

/* ============================================================
   Menu（濃色帯＋本文＋Food/Drinkボタン＋ワイド料理写真）
   ============================================================ */
.index-menu {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .index-menu {
    display: flex;
    flex-direction: column;
  }
}

.index-menu__band {
  position: relative;
  width: 100%;
  min-height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/top/menu-band.webp") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .index-menu__band {
    min-height: 0;
  }
}

.index-menu__band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.index-menu__band-inner {
  position: relative;
  z-index: 1;
  max-width: 86.5rem;
  margin: 0 auto;
  padding: 5.2rem 2rem 4.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .index-menu__band-inner {
    padding: 3.6rem 2rem 3rem;
  }
}

.index-menu__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .index-menu__title {
    font-size: 3rem;
  }
}

.index-menu__subtitle {
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .index-menu__subtitle {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}

.index-menu__body {
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .index-menu__body {
    margin-top: 2rem;
  }
}

.index-menu__lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #fff;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .index-menu__lead {
    font-size: 1.4rem;
  }
}

.index-menu__btns {
  display: flex;
  justify-content: center;
  gap: 5.3rem;
  margin: 4.6rem auto 0;
  padding: 0 2rem;
  max-width: 70.5rem;
}
@media (max-width: 767px) {
  .index-menu__btns {
    gap: 1rem;
    margin-top: 3rem;
  }
}

.index-menu__photo {
  max-width: 76.1rem;
  margin: 6.9rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-menu__photo {
    order: -1;
    margin: 0 auto 3.2rem;
  }
}

.index-menu__photo a {
  display: block;
  transition: 0.3s;
}

.index-menu__photo a:hover {
  opacity: 0.85;
}

.index-menu__photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   Gallery（写真4枚グリッド）
   ============================================================ */
.index-gallery {
  padding-top: 8.8rem;
}
@media (max-width: 767px) {
  .index-gallery {
    padding-top: 4.6rem;
  }
}

.index-gallery__head {
  text-align: center;
}

.index-gallery__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .index-gallery__title {
    font-size: 3rem;
  }
}

.index-gallery__subtitle {
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .index-gallery__subtitle {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}

/* ── Splide 無限ループスライダー（写真はギャラリーCPTから取得） ── */
.index-gallery__slider {
  max-width: 130.4rem;
  margin: 4.6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-gallery__slider {
    margin-top: 3rem;
  }
}

.index-gallery__slide img {
  display: block;
  width: 100%;
  height: 20.9rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .index-gallery__slide img {
    height: 28vw;
  }
}

/* ============================================================
   Instagram バナー（フィード埋め込みの代替・アカウントへリンク）
   ============================================================ */
.index-instagram {
  max-width: 120rem;
  margin: 7rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-instagram {
    margin-top: 4rem;
  }
}

.index-instagram__banner {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  max-width: 68rem;
  margin: 0 auto;
  padding: 2.4rem 3.6rem;
  border-radius: 1.4rem;
  background: linear-gradient(45deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(214, 41, 118, 0.25);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .index-instagram__banner {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2rem;
    text-align: center;
  }
}
.index-instagram__banner:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

.index-instagram__icon {
  flex-shrink: 0;
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1.4rem;
}
@media (max-width: 767px) {
  .index-instagram__icon {
    width: 5rem;
    height: 5rem;
  }
}

.index-instagram__icon img {
  width: 3.8rem;
  height: 3.8rem;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .index-instagram__icon img {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.index-instagram__text {
  flex: 1;
}

.index-instagram__title {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .index-instagram__title {
    font-size: 2rem;
  }
}

.index-instagram__desc {
  display: block;
  margin-top: 0.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .index-instagram__desc {
    font-size: 1.3rem;
  }
}

.index-instagram__handle {
  display: block;
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.index-instagram__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13rem;
  height: 4.4rem;
  padding: 0 2rem;
  background: #fff;
  border-radius: 999px;
  color: #d62976;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

/* ============================================================
   Access（店内写真＋店舗情報＋ボタン＋スクショ＋地図）
   ============================================================ */
.index-access {
  padding: 8.7rem 0 9.2rem;
}
@media (max-width: 767px) {
  .index-access {
    padding: 4.6rem 0 5rem;
  }
}

.index-access__head {
  text-align: center;
}

.index-access__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .index-access__title {
    font-size: 3rem;
  }
}

.index-access__subtitle {
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  color: #333;
}
@media (max-width: 767px) {
  .index-access__subtitle {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}

.index-access__info-row {
  max-width: 128rem;
  margin: 7.3rem auto 0;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.8rem;
}
@media (max-width: 767px) {
  .index-access__info-row {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 3.4rem;
  }
}

.index-access__interior {
  flex: 0 0 53.9rem;
}
@media (max-width: 767px) {
  .index-access__interior {
    flex: auto;
    width: 100%;
  }
}

.index-access__interior img {
  width: 100%;
  height: auto;
  display: block;
}

.index-access__table {
  flex: 1;
  margin: 0;
}

.index-access__tr {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-height: 4.5rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #dedede;
}

.index-access__th {
  flex: 0 0 11rem;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .index-access__th {
    flex-basis: 8rem;
    font-size: 1.4rem;
  }
}

.index-access__td {
  flex: 1;
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .index-access__td {
    font-size: 1.4rem;
  }
}

.index-access__btns {
  display: flex;
  justify-content: center;
  gap: 5.3rem;
  margin: 4.4rem auto 0;
  padding: 0 2rem;
  max-width: 70.5rem;
}
@media (max-width: 767px) {
  .index-access__btns {
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
    margin-top: 3rem;
  }
}

.index-access__btns--single {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .index-access__btns--single {
    margin-top: 1.4rem;
  }
}

.index-access__shot {
  max-width: 53.8rem;
  margin: 10.2rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-access__shot {
    margin-top: 4rem;
  }
}

.index-access__shot img {
  width: 100%;
  height: auto;
  display: block;
}

.index-access__map-label {
  margin-top: 5.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  .index-access__map-label {
    margin-top: 3rem;
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}

.index-access__map {
  max-width: 120.1rem;
  margin: 5.6rem auto 0;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .index-access__map {
    margin-top: 2.4rem;
  }
}

.index-access__map img {
  width: 100%;
  height: auto;
  display: block;
}

.index-access__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1201/551;
  border: 0;
}

/* ============================================================
   お知らせ一覧（白背景）
   ============================================================ */
.page-news {
  background: #fff;
}

.news-archive {
  max-width: 132rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .news-archive {
    padding: 4rem 2rem 5rem;
  }
}

/* 絞り込み */
.news-archive__filter {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media (max-width: 767px) {
  .news-archive__filter {
    flex-direction: column;
    gap: 2rem;
  }
}

.news-archive__filter-group {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news-archive__filter-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .news-archive__filter-label {
    font-size: 2rem;
    width: 10rem;
  }
}

.news-archive__select {
  position: relative;
  width: 24rem;
}
@media (max-width: 767px) {
  .news-archive__select {
    flex: 1;
    width: auto;
  }
}

.news-archive__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.45rem solid transparent;
  border-right: 0.45rem solid transparent;
  border-top: 0.7rem solid #fff;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-archive__select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #363432;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .news-archive__select select {
    font-size: 1.6rem;
  }
}

/* グリッド */
.news-archive__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2.6rem;
}
@media (max-width: 767px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news-card {
    gap: 1.2rem;
  }
}

.news-card__thumb {
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  background: #000;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-card__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.news-card__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0.5rem 2rem;
}

.news-card__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}

.news-card__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}

.news-archive__empty {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 4rem 0;
}

/* ページネーション */
.news-archive__pager {
  margin-top: 5rem;
}

.news-archive__pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

.news-archive__pager .page-numbers li a,
.news-archive__pager .page-numbers li span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
}

.news-archive__pager .page-numbers li .current {
  color: #AE8D47;
}

/* ============================================================
   投稿詳細（single）
   ============================================================ */
.page-single {
  background: #fff;
}

.single-post {
  max-width: 84rem;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .single-post {
    padding: 4rem 2rem 5rem;
  }
}

.single-post__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.single-post__cat + .single-post__cat {
  margin-left: -1rem;
}

.single-post__date {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.single-post__cat {
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
}

.single-post__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .single-post__title {
    font-size: 2.4rem;
  }
}

.single-post__thumb {
  margin-top: 3rem;
}
.single-post__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post__body {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
}
.single-post__body p {
  margin-bottom: 2rem;
}
.single-post__body img {
  max-width: 100%;
  height: auto;
}
.single-post__body a {
  color: #3E6EB4;
  text-decoration: underline;
}

.single-post__back {
  margin-top: 5rem;
  text-align: center;
}

.single-post__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  background: #000;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.6rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-post__back-btn {
    min-width: 24rem;
  }
}

/* ============================================================
   制作事例（CPT works）動画グリッド＋モーダル
   一覧ループの書き方は docs/works.md を参照。
   モーダルHTML: template-parts/works-modal.php ／ 挙動: js/works-modal.js
   ============================================================ */
.works-grid {
  max-width: 128rem;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.works-item {
  aspect-ratio: 400/280;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* サムネ付き（クリックでモーダル再生） */
.works-item--video {
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

.works-item__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.works-item__playmark {
  position: relative;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.works-item__playmark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
}
@media (max-width: 767px) {
  .works-item__playmark::before {
    border-top-width: 0.7rem;
    border-bottom-width: 0.7rem;
    border-left-width: 1.1rem;
  }
}

.works-item__ph {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .works-item__ph {
    font-size: 1.2rem;
  }
}

/* ===== 動画モーダル ===== */
.works-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.works-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.works-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.works-modal__body {
  position: relative;
  width: min(96rem, 90vw);
}

.works-modal__close {
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.works-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 2px;
  background: #fff;
}

.works-modal__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.works-modal__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.works-modal__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-modal__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.works-modal__playbtn {
  position: relative;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 767px) {
  .works-modal__playbtn {
    width: 6rem;
    height: 6rem;
  }
}

.works-modal__playbtn:hover {
  background: rgba(174, 141, 71, 0.85);
  border-color: #AE8D47;
}

.works-modal__playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 2.4rem solid #fff;
}
@media (max-width: 767px) {
  .works-modal__playbtn::before {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
    border-left-width: 1.6rem;
  }
}

.works-modal__player {
  position: absolute;
  inset: 0;
  display: none;
}

.works-modal__player.is-active {
  display: block;
}

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

.page-404 {
  background: #fff;
}

.not-found {
  padding: 10rem 0 14rem;
}
@media (max-width: 767px) {
  .not-found {
    padding: 5rem 0 7rem;
  }
}

.not-found__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 8.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__inner {
    padding: 0 2rem;
  }
}

.not-found__code {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #AE8D47;
}
@media (max-width: 767px) {
  .not-found__code {
    font-size: 5.6rem;
  }
}

.not-found__lead {
  margin-top: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__lead {
    font-size: 1.8rem;
  }
}

.not-found__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #333;
}
@media (max-width: 767px) {
  .not-found__text {
    font-size: 1.4rem;
  }
}

.not-found__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 6.6rem;
  margin: 5rem auto 0;
  background: #AE8D47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .not-found__btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.not-found__btn:hover {
  opacity: 0.85;
}

.not-found__btn-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 3.4rem;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .not-found__btn-arrow {
    left: 2.4rem;
    width: 2.8rem;
  }
}
.not-found__btn-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.c-breadcrumbs__area {
  width: 100%;
  margin: 3.5rem auto 0;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-breadcrumbs__area {
    margin-top: 2rem;
  }
}

.c-breadcrumbs {
  font-size: 2rem;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  white-space: wrap;
}
@media (max-width: 767px) {
  .c-breadcrumbs {
    font-size: 1.6rem;
    column-gap: 0.3rem;
  }
}

.to-top-area {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000;
}
@media (max-width: 767px) {
  .to-top-area {
    display: none;
  }
}

.to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.to-top-button__image {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 767px) {
  .to-top-button__image {
    width: 3rem;
    height: 3rem;
  }
}

.c-link-btn {
  background: #445D84;
  width: fit-content;
  min-width: 24rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 3rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-link-btn {
    order: 6;
    grid-column: 1/-1;
    margin: 5rem auto 0;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
  }
}

.c-link-btn__text {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-link-btn__text {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}

.c-link-btn__icon {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-link-btn__icon {
    width: 2rem;
    height: 2rem;
  }
}
.c-link-btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-utilization-link-area {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-utilization-link-area {
    margin-top: 0;
  }
}

.c-check-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #565656;
}
@media (max-width: 767px) {
  .c-check-item {
    padding-bottom: 1rem;
  }
}

.c-check-item__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-check-item__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-check-item__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .c-check-item__text {
    font-size: 1.6rem;
  }
}

.c-outline-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.c-outline-bottom {
  margin-top: 2rem;
}

.c-dot-line {
  width: 10rem;
  margin: 0 auto;
}

.c-contents__text {
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 6rem auto;
  inline-size: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-contents__text {
    font-size: 1.6rem;
    margin: 4rem auto;
  }
}

.c-outline-flex__textarea {
  width: 50%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-outline-flex__textarea {
    width: 100%;
    padding-top: 1rem;
  }
}

.c-outline-flex__image {
  width: 45%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-outline-flex__image {
    width: 100%;
  }
}
.c-outline-flex__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}

.c-list-contents .c-list-contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-contents .c-list-contents-item {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .c-list-contents .c-list-contents-item {
    font-size: 1.6rem;
  }
}
.c-list-contents .c-list-contents-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}
.c-list-contents .c-list-contents-item + .c-list-contents .c-list-contents-item {
  margin-top: 1rem;
}

.c-link__button--area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-link__button--denture {
  color: #fff;
  padding: 3rem 10rem;
  border-radius: 5rem;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-link__button--denture {
    padding: 2rem 5rem;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.c-contents-sub-title {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-contents-sub-title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.c-contents-sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
}

/* ==========================================================================
   Component: Fee Table (Vertical Label Type)
   ========================================================================== */
.c-fee-table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
      Responsive: Mobile
    ----------------------------------------------------------- */
}
.c-fee-table:last-child {
  margin-bottom: 0;
}
.c-fee-table th,
.c-fee-table td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table tr:last-child th,
.c-fee-table tr:last-child td {
  border-bottom: none;
}
.c-fee-table__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: none !important;
}
.c-fee-table__item-name {
  width: 45%;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-fee-table {
    display: block;
  }
  .c-fee-table tbody,
  .c-fee-table tr,
  .c-fee-table th,
  .c-fee-table td {
    display: block;
    width: 100%;
  }
  .c-fee-table__label {
    padding: 1rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table__item-name {
    background-color: #fdfaf5;
    padding: 1rem;
    border-bottom: none;
  }
  .c-fee-table__price {
    text-align: left;
    padding: 1rem;
    padding-top: 0;
    border-bottom: 0.1rem solid #eee;
  }
}

/* ==========================================================================
   Component: Fee Table V2 (Vertical Label & Grid Type)
   ========================================================================== */
.c-fee-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid #d9c5a0;
  margin-bottom: 2.5rem;
  table-layout: fixed;
  /* -----------------------------------------------------------
    Responsive: Mobile (768px以下)
  ----------------------------------------------------------- */
}
.c-fee-table-v2 th,
.c-fee-table-v2 td {
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 0.1rem solid #d9c5a0;
  vertical-align: middle;
}
.c-fee-table-v2__label {
  width: 20rem;
  background-color: #d9c5a0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.1rem solid #fff;
}
.c-fee-table-v2__label--single {
  border-bottom: 0.1rem solid #d9c5a0;
}
.c-fee-table-v2__label-img {
  margin-top: 1rem;
  width: 100%;
}
.c-fee-table-v2__label-img img {
  max-width: 13rem;
  height: auto;
  border: 0.2rem solid #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.c-fee-table-v2__item-name {
  width: 28rem;
  background-color: #F5EEE0;
  text-align: center;
  font-weight: normal;
}
.c-fee-table-v2__price {
  width: auto;
  background-color: #F5EEE0;
  text-align: center;
}
@media (max-width: 768px) {
  .c-fee-table-v2 {
    display: block;
  }
  .c-fee-table-v2 tbody,
  .c-fee-table-v2 tr,
  .c-fee-table-v2 th,
  .c-fee-table-v2 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .c-fee-table-v2__label {
    padding: 1.5rem;
    border-bottom: 0.1rem solid #fff !important;
  }
  .c-fee-table-v2__label--single {
    border-bottom: 0.1rem solid #d9c5a0 !important;
  }
  .c-fee-table-v2__item-name {
    padding: 0.8rem;
    background-color: #fdfaf5;
    font-weight: bold;
    border-bottom: none;
  }
  .c-fee-table-v2__price {
    padding: 1rem 2rem 2rem;
    border-bottom: 0.1rem solid #d9c5a0;
  }
}

.c-media-block {
  background: #fff;
  padding: 2rem 1rem;
}

.c-media-block__title-area {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #565656;
}

.c-media-block__title--number {
  background: linear-gradient(135deg, #BBA676 50%, #CDB98B 50%);
  width: 6rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 1;
  color: #fff;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__title--number {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    padding-top: 0.3rem;
  }
}

.c-media-block__title--text {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-media-block__title--text {
    font-size: 2.4rem;
  }
}

.c-media-block__content-area {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-media-block__content-area {
    margin-top: 2rem;
    flex-direction: column;
    gap: 1rem;
  }
}

.c-media-block__content--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-media-block__content--image {
    width: 100%;
    height: auto;
  }
}

.c-media-block__content--text {
  font-size: 2rem;
  line-height: 2;
}
.c-media-block__content--text p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-media-block__content--text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .c-media-block__content--text {
    font-size: 1.6rem;
  }
}

.c-media-block__content--images {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-media-block__content--images {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.c-contents-block__items {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.c-contents-block__media {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block__media {
    padding: 2rem;
  }
}

.c-contents-block__media--flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--flex {
    flex-direction: column;
    gap: 1rem;
  }
}

.c-contents-block__media--image {
  width: 30rem;
  height: 20rem;
  flex-shrink: 0;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block__media--image {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
}

.c-contents-block-area {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .c-contents-block-area {
    gap: 2rem;
  }
}

.c-contents-block {
  background: #F5EEE0;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 8rem;
}
@media (max-width: 767px) {
  .c-contents-block {
    padding: 2rem;
  }
}

.c-contents-block__title {
  font-size: 3.2rem;
  line-height: 1.56;
  position: relative;
  padding-left: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #565656;
}
@media (max-width: 767px) {
  .c-contents-block__title {
    font-size: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 1rem;
    line-height: 1.25;
  }
}
.c-contents-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #455E84 50%, #7E8DA4 50%);
}
@media (max-width: 767px) {
  .c-contents-block__title::before {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-contents-block__title {
    padding-left: 4rem;
    padding-bottom: 1rem;
  }
}

.c-contents-block__text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-contents-block__text {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.c-flow-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background: #fff;
  padding: 4rem 8rem;
  border: 1rem solid #9ea5b0;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-flow-contents {
    padding: 2rem;
    border: none;
    border: 0.2rem solid #9ea5b0;
    gap: 2rem;
    margin-top: 2rem;
  }
}

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