/* レストラン詳細セクション（hilton/restaurant-* ブロック）と予約 CTA。 */

/* 予約 CTA バー（hilton/restaurant-reserve-cta）。100vw ブレイクアウト＋画面下 sticky。
   背景／ボタン色はブロック属性で CSS 変数 --reserve-cta-bg / -btn-bg / -btn-fg を上書きできる。 */
.restaurant-reserve-cta {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: var(--wp--preset--spacing--section);
	position: sticky;
	bottom: 0;
	z-index: 25;
	background: var(--reserve-cta-bg, color-mix(in srgb, var(--wp--preset--color--brand-primary, #b89766) 12%, #fff));
	padding: 12px max(16px, calc(50vw - 628px));
}
.restaurant-reserve-cta .wp-block-buttons { margin: 0; }
/* sticky=false: 通常フロー＋背景透明と組み合わせて「ボタンのみ」の用途に。 */
.restaurant-reserve-cta.is-static { position: static; padding: 0; }
.restaurant-reserve-cta .wp-block-button__link {
	background-color: var(--reserve-cta-btn-bg, var(--wp--preset--color--brand-primary, #b89766));
	color: var(--reserve-cta-btn-fg, #fff);
	white-space: nowrap; /* ラベルを折り返さない */
}
@media (max-width: 700px) {
	.restaurant-reserve-cta { padding: 10px 16px; }
	.restaurant-reserve-cta .wp-block-button { width: 100%; }
	.restaurant-reserve-cta .wp-block-button__link { display: block; text-align: center; }
}
/* sticky/塗り版の直後 h2 は CTA が区切りを担うので h2 自身の上 margin と上罫線を消す。
   .is-static（透明）は CTA が区切りにならないので h2 通常の罫線・余白を維持。 */
.restaurant-reserve-cta:not(.is-static) + h2.wp-block-heading,
.restaurant-reserve-cta:not(.is-static) + div > h2.wp-block-heading:first-child {
	margin-top: 0;
}
.restaurant-reserve-cta:not(.is-static) + h2.wp-block-heading::before,
.restaurant-reserve-cta:not(.is-static) + div > h2.wp-block-heading:first-child::before {
	content: none;
}

/* 各セクションは 100vw 帯。内側 __inner が 1320 箱でヘッダー幅に揃う。
   区切り罫線と縦余白は中の h2.alignfull が担い、帯側は背景専用。 */
.restaurant-section {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.restaurant-section__inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 32px;
}
@media (max-width: 700px) {
	.restaurant-section__inner {
		padding: 0 16px;
	}
}

/* 本文中のセクション見出し（総料理長の思い 等）。全幅・左寄せ・上罫線で区切る。 */
.single-main .body-section-head.wp-block-heading {
	margin: clamp(40px, 5vw, 56px) 0 16px;
	padding-top: clamp(40px, 5vw, 56px);
	border-top: 1px solid var(--wp--preset--color--line, #ececec);
	text-align: left;
}

/* ページ内ナビ（hilton/page-nav）でジャンプする見出しが固定ヘッダーに隠れないよう余白を確保。 */
.restaurant-section .sub-head h2[id],
.related-plans .sub-head h2[id] {
	scroll-margin-top: 90px;
}
/* 特徴: 背景帯（区切りは背景で表現）。前の要素との間隔は帯の margin-top が担い、
   見出し上の余白は帯の padding-top が担う（背景が窮屈にならないよう上下に余白を持つ）。 */
.restaurant-section--features {
	background: var(--wp--preset--color--surface, #f4f2f3);
	padding: 56px 0;
}
/* 本文 blockGap(10px) に勝つよう詳細度で section 間隔を確保。 */
.single-main .restaurant-section--features {
	margin-top: 56px;
}
/* 帯先頭が h2.alignfull のとき、背景が区切りを担うので h2 自身の上罫線・上余白・上 padding を消す。 */
.restaurant-section--features > .restaurant-section__inner > h2.wp-block-heading.alignfull:first-child {
	margin-top: 0;
	padding-top: 0;
}
.restaurant-section--features > .restaurant-section__inner > h2.wp-block-heading.alignfull:first-child::before {
	content: none;
}
/* 特徴帯直後の h2 も帯が区切りを担うので上罫線・上 margin を消す。フロント／エディタ両方に対応。 */
.restaurant-section--features + h2.wp-block-heading.alignfull,
.restaurant-section--features + .restaurant-section > .restaurant-section__inner > h2.wp-block-heading.alignfull:first-child,
[data-type="hilton/restaurant-features"] + [data-type^="hilton/restaurant-"] h2.wp-block-heading.alignfull:first-of-type {
	margin-top: 0;
}
.restaurant-section--features + h2.wp-block-heading.alignfull::before,
.restaurant-section--features + .restaurant-section > .restaurant-section__inner > h2.wp-block-heading.alignfull:first-child::before,
[data-type="hilton/restaurant-features"] + [data-type^="hilton/restaurant-"] h2.wp-block-heading.alignfull:first-of-type::before {
	content: none;
}
.restaurant-section .sub-head {
	margin: 0 0 32px;
}
.restaurant-section .sub-head .wp-block-heading {
	margin: 0;
}

/* 特徴: 客室「魅力」と同じ peek-carousel（container 1080）。3 枚は中央配置、4 枚目以降は右ピーク。 */
.restaurant-features.peek-carousel {
	max-width: 1080px;
	margin: 0 auto;
	--peek-container: min(1080px, 100vw - 64px);
}
.restaurant-features figure {
	margin: 0;
}
.restaurant-features img {
	display: block;
	width: 100%;
	height: auto;
}
.restaurant-features figcaption {
	margin-top: 14px;
}
.restaurant-features figcaption h3 {
	margin: 0;
	font-family: var(--wp--custom--brand-heading);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: var(--aureate, #b89766);
	word-break: auto-phrase;
}
.restaurant-features figcaption p {
	margin: 10px 0 0;
	font-family: var(--wp--custom--brand-body);
	font-size: 13px;
	line-height: 1.85;
	color: #333;
}

/* メニュー・店舗情報の本文（最大880・中央）。 */
.restaurant-info {
	max-width: 880px;
	margin: 0 auto;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	color: #111;
}
.restaurant-info .info-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	border-top: 1px solid color-mix(in srgb, var(--aureate, #b89766) 25%, transparent);
}
.restaurant-info .info-table th,
.restaurant-info .info-table td {
	padding: 22px 0;
	border-bottom: 1px solid color-mix(in srgb, var(--aureate, #b89766) 25%, transparent);
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
}
.restaurant-info .info-table th {
	width: 200px;
	padding-right: 32px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--aureate, #b89766);
}
.restaurant-info .info-table td { color: #333; }
.restaurant-info .info-table td p { margin: 0; }
/* セル内の最初の要素は上 margin なし、最後の要素は下 margin なし。 */
.restaurant-info .info-table td > :first-child { margin-top: 0; }
.restaurant-info .info-table td > :last-child { margin-bottom: 0; }
/* セル内アウトラインボタン（ホテルへのアクセス／個室のご案内）。テキストと同じ行に並べ、
   テキストのベースラインに揃える（flex baseline で行揃えのズレを防ぐ）。 */
.restaurant-info .info-table td:has(> .info-button) {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.restaurant-info .info-button { margin: 0 0 0 14px; }
.restaurant-info .info-button .wp-block-button__link { font-size: 13px; padding: 6px 16px; }
/* メニュー：カテゴリ毎にカード状の領域。中で h4 見出し＋詳細ボタンの行、※注意、予約ボタン。 */
.restaurant-info .menu-items {
	display: flex;
	flex-direction: column;
}
.restaurant-info .menu-item {
	padding: 24px 0;
	border-top: 1px solid color-mix(in srgb, var(--aureate, #b89766) 25%, transparent);
}
.restaurant-info .menu-item:last-child {
	border-bottom: 1px solid color-mix(in srgb, var(--aureate, #b89766) 25%, transparent);
}
.restaurant-info .menu-item__title {
	margin: 0 0 18px;
	font-family: var(--wp--custom--brand-heading);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--text, #111);
}
.restaurant-info .menu-item__entries {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.restaurant-info .menu-entry {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px 24px;
}
.restaurant-info .menu-entry__title {
	margin: 0;
	flex: 1 1 320px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--text, #111);
}
.restaurant-info .menu-entry__action {
	flex-shrink: 0;
	margin-left: auto; /* タイトルが無いエントリーでもボタンを右端に寄せる */
}
.restaurant-info .menu-item .wp-block-button {
	margin: 0;
}
.restaurant-info .menu-item__notes {
	margin: 18px 0 0;
}
.restaurant-info .menu-item__notes p {
	margin: 0;
	font-size: 12px;
	line-height: 1.8;
	color: #666;
}
.restaurant-info .menu-item__reserve {
	margin: 18px 0 0;
	display: flex;
	justify-content: center;
}
.restaurant-info .menu-image {
	margin: 16px 0 0;
}
.restaurant-info .menu-image img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 600px) {
	/* 狭幅では th/td を縦積みにする。 */
	.restaurant-info .info-table,
	.restaurant-info .info-table tbody,
	.restaurant-info .info-table tr { display: block; }
	.restaurant-info .info-table th,
	.restaurant-info .info-table td { display: block; width: auto; padding: 0; border-bottom: 0; }
	.restaurant-info .info-table th { padding-top: 16px; }
	.restaurant-info .info-table td { padding: 6px 0 16px; border-bottom: 1px solid color-mix(in srgb, var(--aureate, #b89766) 25%, transparent); }
}

/* シェフ: 写真と肩書・氏名・紹介文の 2 列構造。 */
.chef-block {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 40px;
	max-width: 1080px;
	margin: 0 auto;
	align-items: start;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
}
/* 複数シェフが並ぶ場合は、シェフ同士の間に余白を取る（プロフィールの区切りを明確にする）。 */
.chef-block + .chef-block {
	margin-top: clamp(40px, 5vw, 56px);
}
/* 写真が無い（フォールバック）場合は 1 列。 */
.chef-block:not(:has(.chef-photo)) {
	grid-template-columns: 1fr;
}
.chef-block .chef-photo {
	margin: 0;
}
.chef-block .chef-photo img {
	display: block;
	width: 100%;
	height: auto;
}
.chef-block .chef-title {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: var(--aureate, #b89766);
	text-transform: none;
}
.chef-block .chef-name {
	margin: 0 0 20px;
	font-family: var(--wp--custom--brand-heading, var(--wp--custom--brand-body));
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.12em;
	color: var(--text, #111);
}
.chef-block .chef-name .romaji {
	display: block;
	margin-top: 6px;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: #888;
	text-transform: uppercase;
}
.chef-block .chef-bio p {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.9;
	color: #333;
}
.chef-block .chef-bio p:first-child {
	margin-top: 0;
}
@media (max-width: 700px) {
	.chef-block { grid-template-columns: 1fr; gap: 24px; }
	.chef-block .chef-photo { max-width: 320px; margin-left: auto; margin-right: auto; }
}

/* 席・個室: 導入文＋個室プラン導線＋複数室を2列グリッドのカードで並べる。 */
.private-lead {
	max-width: 1080px;
	margin: 0 auto;
	line-height: 1.9;
	text-align: center;
}
/* ※注記は中央寄せの導入文に対し「ブロックは中央・テキストは左寄せ」で置く。
   行頭 ※ マーカー（::before）と折り返しが左で揃うよう、内容幅に縮めて中央に寄せる。 */
.private-lead-notes {
	width: fit-content;
	max-width: 100%;
	margin: 16px auto 0;
	text-align: left;
}
/* 個室プラン導線ボタンが無い場合（private_room プラン不在）、導入文／注記とカードグリッドが
   詰まるため、ボタンが持っていた下余白と同じ間隔をグリッド側で確保する。 */
.private-lead + .private-grid,
.private-lead-notes + .private-grid {
	margin-top: 36px;
}
.private-plan-link {
	max-width: 1080px;
	margin: 28px auto 36px; /* リード文の後・ボタンの前に間隔、ボタンの後はグリッドまでの間隔。 */
	text-align: center;
}
/* アウトラインボタンはホバーで下線を出さない。 */
.private-plan-link .wp-block-button__link,
.private-plan-link .wp-block-button__link:hover,
.restaurant-info .info-button .wp-block-button__link,
.restaurant-info .info-button .wp-block-button__link:hover { text-decoration: none; }
.private-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 3vw, 36px) 24px;
	max-width: 1080px;
	margin: 0 auto;
}
.private-card .private-photo {
	margin: 0;
}
.private-card .private-photo img {
	display: block;
	width: 100%;
	height: auto;
}
.private-card .private-text h3 {
	margin: 14px 0 0;
	font-family: var(--wp--custom--brand-heading);
	font-weight: 700;
	font-size: clamp(15px, 1.4vw, 17px);
	letter-spacing: 0.04em;
	color: var(--text, #111);
}
.private-card .private-text .private-caption {
	margin: 6px 0 0;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-size: 14px;
	line-height: 1.85;
	color: #333;
}
.private-card .private-text p {
	margin: 8px 0 0;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-size: 14px;
	line-height: 1.85;
	color: #333;
}
@media (max-width: 600px) {
	.private-grid { grid-template-columns: 1fr; }
	.private-card { max-width: 480px; margin: 0 auto; }
}

/* ===== ダイニング／客室アーカイブ: カテゴリー別グリッド =====
   タイトル直下の余白と帯の上罫線は base.css の .archive-head / .archive-cat-section が担う。 */
.restaurant-archive-cat .sec-head,
.room-archive-cat .sec-head,
.content-archive-cat .sec-head {
	margin-bottom: clamp(20px, 2.5vw, 32px);
}
.restaurant-archive-cat .sec-head h2,
.room-archive-cat .sec-head h2,
.content-archive-cat .sec-head h2 {
	margin: 0 0 clamp(16px, 2vw, 22px);
	font-family: var(--wp--custom--brand-heading);
	font-weight: var(--wp--custom--heading-weight, 700);
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.4;
	letter-spacing: 0.06em;
	color: var(--wp--custom--heading-color, var(--aureate));
	text-align: center;
}
/* カテゴリー見出し直下の説明文（客室タイプ等の説明）。見出しと一覧の間に置く。 */
.content-archive-cat .sec-head .cat-desc,
.room-archive-cat .sec-head .cat-desc {
	margin: 0 auto clamp(16px, 2vw, 22px);
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0;
	color: var(--text, #111);
	max-width: 720px;
	text-align: left;
}
/* 見出しに下マージンがあるぶん、説明文がある時は見出しの下余白を詰めて密に見せる。 */
.content-archive-cat .sec-head h2:has(+ .cat-desc),
.room-archive-cat .sec-head h2:has(+ .cat-desc) {
	margin-bottom: 8px;
}
/* 客室アーカイブのカテゴリー見出し（デラックスファミリールーム等）は通常の h2 と同じサイズに。 */
.room-archive-cat .sec-head h2 {
	font-size: clamp(20px, 2vw, 23px);
}
/* タイプ別の補足文：読みやすい幅・左寄せ、下に余白。文章がある場合は見出し直下を詰める
   （見出しのみのカテゴリーは既定の余白のまま）。 */
.room-archive-cat .sec-head:has(+ .room-archive-cat__note) h2 {
	margin-bottom: 10px;
}
.room-archive-cat__note {
	max-width: 760px;
	margin: 0 auto clamp(24px, 3vw, 36px);
	text-align: left;
	font-size: 14px;
	line-height: 1.85;
	color: var(--text, #111);
}

/* アーカイブのカード画像はトリミングせず全体を表示（縦横比そのまま・上下左右を切らない）。
   ダイニング・客室・施設・スパ等すべての一覧カードに適用。
   overflow は hidden（静止時は height:auto で画像全体が収まるため切れない。hover の
   scale(1.04) ズームだけを枠内にクリップし、plan-card と同じ挙動に揃える）。 */
.content-card .ph {
	aspect-ratio: auto;
	overflow: hidden;
	background: transparent;
}
.content-card .ph img {
	height: auto;
	object-fit: contain;
}

/* 客室カード: 英字カテゴリー名（eyebrow）を客室名の上に。平米数は出さない。 */
.content-card--room .body {
	padding-top: 12px;
}
.content-card--room .eyebrow {
	margin: 0 0 4px;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--aureate, #b89766);
}
.content-card--room .content-card__title {
	margin: 0;
}

/* ===== お知らせ（news）アーカイブ: 日付＋カテゴリータグ＋見出しのリスト ===== */
/* トップのお知らせは他セクション（レストラン等の peek-carousel）と同じ区切り（上罫線）に揃える。 */
.home .news-archive {
	border-top: 1px solid var(--wp--preset--color--line, #ececec);
}
/* トップ等での見出し帯（見出し＋すべて見る）。peek-carousel-head と揃え、見出しは全幅中央・
   すべて見るは右端に固定する（1fr auto 1fr の対称スペーサー）。 */
.news-archive .news-head {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 12px;
}
.news-archive .news-head h2 {
	grid-column: 2;
	text-align: center;
	margin: 0;
	font-family: var(--wp--custom--brand-heading);
	font-weight: 700;
	/* peek-carousel-head の h2 と同じ「h2相当」サイズに揃える。 */
	font-size: clamp(18px, 2vw, 24px);
	letter-spacing: 0.04em;
}
.news-archive .news-head .all-link {
	grid-column: 3;
	justify-self: end;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--brand-primary, #b89766);
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 2px;
	white-space: nowrap;
}
.news-archive .news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-archive .news-list li {
	display: grid;
	grid-template-columns: 110px 110px 1fr;
	gap: 28px;
	padding: 20px 0;
	align-items: start;
}
.news-archive .news-list li > * {
	line-height: 1.55;
}
.news-archive .news-list li + li {
	border-top: 1px solid var(--wp--preset--color--line, #ececec);
}
/* 列を明示し、カテゴリー（タグ）が無いお知らせでも日付・タイトルの位置がズレないようにする。 */
.news-archive .news-list time {
	grid-column: 1;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-size: 13px;
	color: #000;
	letter-spacing: 0;
	font-variant-numeric: tabular-nums;
}
/* 英語は月名表記（November 等）で日付が長いため、日付列を広げて折り返さないようにする。 */
:lang(en) .news-archive .news-list li {
	grid-template-columns: 150px 110px 1fr;
}
:lang(en) .news-archive .news-list time {
	white-space: nowrap;
}
.news-archive .news-list .news-tag {
	grid-column: 2;
	/* グリッド項目はそのままだと列幅いっぱい(110px)に広がるため、内容幅のコンパクトな
	   ピル型にして列内で左寄せにする（タイトル開始位置は列固定なので揃ったまま）。 */
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: start;
	height: calc(13px * 1.7);
	padding: 0 10px;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	color: var(--aureate, #b89766);
	background: #fff;
	border: 1px solid var(--aureate, #b89766);
	box-sizing: border-box;
	white-space: nowrap;
}
.news-archive .news-list a {
	grid-column: 3;
	font-family: var(--wp--custom--brand-heading);
	font-weight: var(--wp--custom--heading-weight-sub, 600);
	font-size: 14px;
	line-height: 1.55;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
	transition: color 0.15s;
}
.news-archive .news-list a:hover {
	color: var(--aureate, #b89766);
}
/* ページ送り。 */
.news-archive .wp-block-query-pagination,
.news-archive .pagination,
.news-archive nav.navigation {
	margin-top: 40px;
}
.news-archive .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
	font-family: var(--wp--custom--brand-ui, var(--wp--custom--brand-body));
	font-size: 13px;
}
.news-archive .nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	border: 1px solid var(--wp--preset--color--line, #ececec);
}
.news-archive .nav-links .page-numbers.current {
	color: #fff;
	background: var(--aureate, #b89766);
	border-color: var(--aureate, #b89766);
}
/* 省略記号(…)と前へ/次へは枠線で囲わない。数字ページのみ枠線。 */
.news-archive .nav-links .page-numbers.dots,
.news-archive .nav-links .page-numbers.prev,
.news-archive .nav-links .page-numbers.next {
	border: 0;
	padding: 0 4px;
}
.news-archive .nav-links a.page-numbers:not(.prev):not(.next):hover {
	border-color: var(--aureate, #b89766);
	color: var(--aureate, #b89766);
}
.news-archive .nav-links a.page-numbers.prev:hover,
.news-archive .nav-links a.page-numbers.next:hover {
	color: var(--aureate, #b89766);
}
@media (max-width: 600px) {
	/* :lang(en) の 3 列指定（150px 110px 1fr）は specificity が高く、これを上書きするため
	   SP では言語を問わず縦積み（日付＋タグを上段、タイトルを下段全幅）にする。 */
	.news-archive .news-list li,
	:lang(en) .news-archive .news-list li {
		grid-template-columns: auto 1fr;
		grid-template-areas:
			"time tag"
			"title title";
		gap: 8px 12px;
	}
	.news-archive .news-list time {
		grid-area: time;
		align-self: center;
	}
	.news-archive .news-list .news-tag {
		grid-area: tag;
		justify-self: start;
	}
	.news-archive .news-list a {
		grid-area: title;
	}
}

/* レストラン詳細: タイトル周りのメタ情報。kind＝タイトル上の eyebrow（強め）、place＝タイトル下の小書き（弱め）。
   余白はテンプレート側のブロック属性 style.spacing.margin で持たせる（ここでは形のみ）。 */
.restaurant-meta {
	font-family: var(--wp--custom--brand-sub-heading, var(--wp--custom--brand-heading));
	letter-spacing: 0.08em;
	/* タイトル（h1）に合わせてカテゴリ・場所も中央寄せに統一する。 */
	text-align: center;
}
.restaurant-meta--kind {
	font-size: 14px;
	font-weight: 500;
	color: var(--wp--preset--color--text-muted, #6e6e6e);
}
.restaurant-meta--place {
	font-size: 13px;
	font-weight: 400;
	color: var(--wp--preset--color--text-muted, #8a8a8a);
}
