@charset "UTF-8";
/*!
Theme Name: ambientnavi
Theme URI: http://underscores.me/
Author: ambientnavi
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ambientnavi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ambientnavi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h2,
h3,
h4 {
  font-family: var(--font-family-heading-en);
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
  --color-text-base: #333333;
  --color-bg-page: #ffffff;
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family-heading-en: "Poppins", "Noto Sans JP", sans-serif;
}

body {
  background: var(--color-bg-page);
  color: var(--color-text-base);
  font-family: var(--font-family-base);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: currentColor;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Temporary layout foundation (design pending). */
#page {
  background: var(--color-bg-page);
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/*
 * ログイン時 #wpadminbar は #page の外にあり、コア CSS の min-width 等で
 * ビューポートより広くなりがち。ツールバー内で横スクロールさせ、文書全体の横スワイプを防ぐ。
 */
@media screen and (max-width: 782px) {
  #wpadminbar {
    min-width: 0 !important;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  #wpadminbar #wp-toolbar {
    min-width: 0 !important;
    max-width: 100%;
  }
}
.site-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 16px 40px;
  box-sizing: border-box;
  min-width: 0;
}

.top-main {
  padding: 0;
}

.top-content-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.site-header-shell,
.site-header-shell {
  border-bottom: 1px solid #e6e7ea;
}
.site-header-shell .header-inner,
.site-header-shell .header-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-footer-shell {
  border-top: none;
  border-bottom: 0;
  margin-top: 24px;
  background: #333 url("assets/img/footer_bg.png") center/cover no-repeat;
}
.site-footer-shell .footer-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 95px 16px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.footer-logo {
  margin-bottom: 67px;
}

.footer-logo a {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.footer-links {
  margin-bottom: 88px;
}

.footer-copyright {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.header-brand .site-logo-link,
.footer-brand a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #182533;
  text-decoration: none;
  white-space: nowrap;
}

.header-brand .site-logo-link {
  display: inline-flex;
  align-items: center;
}

.site-logo-image {
  display: block;
  width: auto;
  height: 75px;
  max-width: 100%;
}

.footer-logo-image {
  height: 75px;
}

.site-header-shell .header-brand {
  flex: 0 0 auto;
  margin-right: 20px;
}

.desktop-nav {
  flex: 1 1 auto;
}

.desktop-nav ul,
.header-nav ul,
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links-separator {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.desktop-nav a,
.header-nav a,
.header-lang-switch a {
  color: #221714;
  text-decoration: none;
  font-size: 0.94rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-lang-switch {
  display: inline-flex;
  align-items: center;
}

.footer-lang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-lang-list a,
.footer-lang-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  line-height: 1;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
}

.footer-lang-list a:hover,
.footer-lang-list a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
}

.footer-lang-current {
  background: #fff;
  color: #221714;
  border-color: #fff;
}

.desktop-nav a:hover,
.desktop-nav a:focus,
.header-nav a:hover,
.header-lang-switch a:hover {
  color: #0f3d73;
  text-decoration: underline;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.header-lang-switch {
  white-space: nowrap;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.header-lang-switch .lang-switch-link,
.header-lang-switch .lang-switch-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.header-lang-switch .lang-switch-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border: 1px solid #dce3ea;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(9, 28, 46, 0.16);
  padding: 6px 0;
  margin: 0;
  list-style: none;
  min-width: 90px;
  display: none;
  z-index: 110;
}

.header-lang-switch.is-open .lang-switch-dropdown {
  display: block;
}

.header-lang-switch .lang-switch-dropdown a,
.header-lang-switch .lang-switch-current {
  display: block;
  padding: 8px 12px;
  font-size: 0.9rem;
  line-height: 1;
  color: #221714;
  text-decoration: none;
}

.header-lang-switch .lang-switch-dropdown a:hover,
.header-lang-switch .lang-switch-dropdown a:focus-visible {
  background: #f3f6fa;
  text-decoration: none;
}

.header-lang-switch .lang-switch-current {
  color: #7e7e7e;
}

.header-lang-switch.is-open .lang-arrow {
  transform: rotate(180deg);
}

.header-lang-switch .lang-globe {
  width: 18px;
  height: 18px;
  display: block;
}

.header-lang-switch .lang-label {
  color: #221714;
  font-size: 0.94rem;
  font-weight: 400;
}

.header-lang-switch .lang-arrow {
  color: #221714;
  font-size: 0.6rem;
  line-height: 1;
}

.mobile-lang-switch {
  display: none;
}

.site-header-shell .menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 0;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: none;
}

.site-header-shell {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 60;
}

/* メニュー開時は PC でもヘッダー＋トグルをパネルより手前に（全幅パネルが top:0 のとき隠れないように） */
body.mobile-menu-open .site-header-shell {
  z-index: 100;
}

body.mobile-menu-open .site-header-shell .header-nav .menu-toggle {
  position: relative;
  z-index: 95;
}

.header-search-button {
  display: none;
}

/* PC: ヘッダー下方に表示（top:160px） */
.header-nav .mobile-menu-panel {
  position: fixed;
  left: 0;
  right: auto;
  top: 160px;
  bottom: 0;
  height: auto;
  width: 25%;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: 90;
  padding: 16px 0 20px;
}

.header-nav .nav-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 0;
  width: 100%;
  text-align: center;
}

.header-nav .nav-menu li {
  border-top: 1px solid #edf1f5;
  width: 100%;
  box-sizing: border-box;
}

.header-nav .nav-menu li:first-child {
  border-top: 0;
}

.header-nav .nav-menu li:last-child {
  border-bottom: 1px solid #edf1f5;
}

/* 問い合わせ直上：参考サイト同様、幅を抑えた区切り線 */
.header-nav .nav-menu li.menu-item-contact {
  border-top: 0;
  padding-top: clamp(14px, 2.9333333333vw, 26px);
}

.header-nav .nav-menu li.menu-item-contact::before {
  content: "";
  display: block;
  width: min(72%, 37.3333333333vw);
  max-width: 280px;
  height: 1px;
  margin: 0 auto clamp(12px, 2.4vw, 22px);
  background: #313131;
}

.header-nav .nav-menu a {
  display: block;
  padding: 14px 18px;
  font-size: 1.08rem;
  text-align: center;
}

.header-nav .nav-menu li.mobile-lang-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  row-gap: 6px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: clamp(18px, 3.4666666667vw, 34px);
  padding: 14px 18px;
  border-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.header-nav .nav-menu li.mobile-lang-switch > a,
.header-nav .nav-menu li.mobile-lang-switch > span {
  padding: 0;
  white-space: nowrap;
}

.header-nav .nav-menu li.mobile-lang-switch .mobile-lang-current {
  color: #221714;
}

.header-nav.is-open .mobile-menu-panel {
  transform: translateX(0);
}

.pc-only {
  display: initial;
}

.sp-only {
  display: none;
}

.three-dot {
  display: inline-block;
  width: 28px;
  height: 4px;
  background: #221714;
  border-radius: 3px;
  position: relative;
}

.three-dot::before,
.three-dot::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 4px;
  background: #221714;
  border-radius: 3px;
  transition: transform 0.5s ease, top 0.5s ease;
}

.three-dot::before {
  top: -11px;
}

.three-dot::after {
  top: 11px;
}

/* hamburger → X アニメーション */
.header-nav.is-open .three-dot {
  background: transparent;
}

.header-nav.is-open .three-dot::before {
  top: 0;
  transform: rotate(45deg);
}

.header-nav.is-open .three-dot::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-header-shell .header-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header-shell .header-search-button {
  display: none;
}

.two-column-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 24px;
  align-items: start;
}

.entry-card,
.sidebar-card,
.front-page-placeholder,
.front-page-content {
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

/* サンクス・完了ページ（スラッグ thanks 等 → post_class: ambientnavi-thanks-card） */
.entry-card.ambientnavi-thanks-card {
  border: 0;
  box-shadow: none;
}

.entry-card.ambientnavi-thanks-card .entry-title {
  text-align: center;
  margin-bottom: 0.65em;
}

/* 固定ページの entry-card：グレー枠線を外す（post_class に加え、body セレクタで確実に適用） */
body.page:not(.home) #primary.site-container article.entry-card,
body.page:not(.home) main.site-container article.entry-card {
  border: 0;
  box-shadow: none;
}

.entry-card.ambientnavi-plain-page {
  border: 0;
  box-shadow: none;
}

/* 運営情報（page-about.php）会社表 */
.entry-content .ambientnavi-company-table {
  width: 100%;
  max-width: 42rem;
  margin: 0 0 1.5em;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.65;
}

.entry-content .ambientnavi-company-table th,
.entry-content .ambientnavi-company-table td {
  padding: 0.65em 0.9em;
  border-bottom: 1px solid #e6e7ea;
  vertical-align: top;
  text-align: left;
  word-break: break-word;
}

.entry-content .ambientnavi-company-table th {
  width: 7.5em;
  max-width: 40%;
  font-weight: 600;
  color: #221714;
  background: #f4f6f8;
  white-space: nowrap;
}

.entry-content .ambientnavi-company-table tr:last-child th,
.entry-content .ambientnavi-company-table tr:last-child td {
  border-bottom: 0;
}

.entry-title {
  margin-top: 0;
}

.entry-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 16px;
}

/* 単一記事（記事詳細）: 枠線なし・記事エリア広め・右サイドバー付き */
.single-article-layout {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 16px 80px;
}

.single-article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  align-items: start;
}

.single-article-main {
  min-width: 0;
}

.single-article-side {
  min-width: 0;
}

.single-article-side .sidebar-card {
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 20px;
}

.single-article-side .sidebar-card h2,
.single-article-side .sidebar-card .widget-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
}

.single-article-side .sidebar-card ul,
.single-article-side .sidebar-card ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-article-side .sidebar-card li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #edf1f5;
}

.single-article-side .sidebar-card a {
  color: #182533;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.55;
  display: block;
}

.single-article-side .sidebar-card a:hover {
  text-decoration: underline;
}

.single-article-side .sidebar-card li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.single-article-side .sidebar-card li a {
  flex: 1 1 auto;
}

.single-article-side .sidebar-card .widget-count {
  flex: 0 0 auto;
  font-size: 0.8rem;
  color: #8a95a1;
}

/* 新着記事 / ランキング ウィジェット（サムネ左・タイトル＋日付右） */
.single-article-side .sidebar-card .widget-article-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.single-article-side .sidebar-card .widget-article-item {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0;
  border: 0;
  text-decoration: none;
  color: inherit;
}

.single-article-side .sidebar-card .widget-article-item + .widget-article-item {
  padding-top: 14px;
  border-top: 1px solid #edf1f5;
}

.single-article-side .sidebar-card .widget-article-item:hover .widget-article-title {
  text-decoration: underline;
}

.single-article-side .sidebar-card .widget-article-thumb {
  position: relative;
  display: block;
  width: 84px;
  height: 64px;
  overflow: hidden;
  border-radius: 4px;
  background: #f0f2f5;
  flex: 0 0 auto;
}

.single-article-side .sidebar-card .widget-article-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-article-side .sidebar-card .widget-article-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e7ebef 0%, #cfd6dd 100%);
}

.single-article-side .sidebar-card .widget-article-rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: #182533;
  z-index: 1;
}

.single-article-side .sidebar-card .widget-article-list--ranking .widget-article-item:nth-child(1) .widget-article-rank {
  background: #c5a153;
}

.single-article-side .sidebar-card .widget-article-list--ranking .widget-article-item:nth-child(2) .widget-article-rank {
  background: #8a95a1;
}

.single-article-side .sidebar-card .widget-article-list--ranking .widget-article-item:nth-child(3) .widget-article-rank {
  background: #b37a4a;
}

.single-article-side .sidebar-card .widget-article-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.single-article-side .sidebar-card .widget-article-title {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #182533;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.single-article-side .sidebar-card .widget-article-date {
  font-size: 0.75rem;
  color: #8a95a1;
  font-weight: 400;
}

/* /area/ エリア一覧ページ */
.area-landing-page .content-type-archive-hero {
  margin-bottom: 0;
}

.area-landing-header,
.area-archive-header {
  margin-bottom: 24px;
}

.area-landing-title,
.area-archive-title {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.area-landing-subtitle,
.area-archive-desc {
  margin: 0;
  font-size: 0.95rem;
  color: #5a6874;
  line-height: 1.7;
}

.area-term-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.area-term-card {
  background: #fff;
}

.area-term-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.area-term-card-thumb {
  display: block;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 6px;
  background: #f0f2f5;
}

.area-term-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.area-term-card-link:hover .area-term-card-thumb img {
  transform: scale(1.03);
}

.area-term-card-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e7ebef 0%, #cfd6dd 100%);
}

.area-term-card-body {
  display: block;
  padding: 14px 4px 0;
}

.area-term-card-name {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #182533;
  margin-bottom: 6px;
  line-height: 1.45;
}

.area-term-card-link:hover .area-term-card-name {
  text-decoration: underline;
}

.area-term-card-desc {
  display: block;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5a6874;
}

.area-term-card-desc p {
  margin: 0 0 0.5em;
}

.area-term-card-desc p:last-child {
  margin-bottom: 0;
}

/* =====================================================
   /brand（五代目のハラール和牛）ドアページ
   ===================================================== */
/* 固定ページのエントリータイトルは全ページで非表示（ヘッダーロゴが h1 のため） */
body.page .entry-title {
  display: none;
}

body:has(.brand-page) .ambientnavi-breadcrumbs,
body:has(.brand-story-page) .ambientnavi-breadcrumbs {
  display: none;
}

/* カスタムHTMLドアページ（.brand-page / .brand-story-page）を含むコンテナは
   site-container / entry-card / entry-content の余白・枠・背景を全て外し、
   margin: 0 calc(50% - 50vw); width: 100vw のフルブリードを完全に効かせる。
   .brand-story-page は /brand 系以外（/halal-wagyu/about 等）でも共通利用。 */
.site-container:has(.brand-page),
.site-container:has(.brand-story-page) {
  max-width: none;
  padding: 0;
}

.entry-card:has(.brand-page),
.entry-card:has(.brand-story-page),
body.page .entry-card:has(.brand-page),
body.page .entry-card:has(.brand-story-page) {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin: 0;
}

.entry-content:has(.brand-page),
.entry-content:has(.brand-story-page) {
  margin: 0;
  padding: 0;
}

/* ヘッダーロゴの h1 タグが通常の見出しスタイルを引き継がないよう無効化 */
.header-brand.site-title {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

.brand-page {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow-x: hidden;
  color: #182533;
}

.brand-page * {
  box-sizing: border-box;
}

.brand-page .brand-hero {
  position: relative;
  padding: 120px 24px 100px;
  background: linear-gradient(135deg, #1c2a3a 0%, #2f4256 50%, #4a2a1a 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.brand-page .brand-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(197, 161, 83, 0.25), transparent 60%);
  pointer-events: none;
}

.brand-page .brand-hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.brand-page .brand-hero-eyebrow {
  margin: 0 0 14px;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e4cfa1;
}

.brand-page .brand-hero-title {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.brand-page .brand-hero-lead {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
}

.brand-page .brand-section {
  padding: 60px 24px;
}

.brand-page .brand-section-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.brand-page .brand-section-header {
  text-align: center;
  margin-bottom: 32px;
}

.brand-page .brand-section-eyebrow {
  margin: 0 0 10px;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #c5a153;
}

.brand-page .brand-section-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.brand-page .brand-intro {
  background: #f7f5f0;
}

.brand-page .brand-intro-text {
  margin: 0 0 1.2em;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}

.brand-page .brand-intro-text:last-child {
  margin-bottom: 0;
}

.brand-page .brand-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.brand-page .brand-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 14px;
  align-items: center;
  padding: 36px 32px 32px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(24, 37, 51, 0.04);
}

.brand-page .brand-feature-number {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #c5a153;
}

.brand-page .brand-feature-title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  align-self: center;
}

.brand-page .brand-feature-text {
  grid-column: 1/-1;
  grid-row: 2;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #465665;
}

.brand-page .brand-initiatives {
  background: #f7f5f0;
}

.brand-page .brand-initiative-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.brand-page .brand-initiative-item {
  padding: 32px 24px;
  background: #fff;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-page .brand-initiative-title {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
}

.brand-page .brand-initiative-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.85;
  color: #465665;
}

.brand-page .brand-trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-page .brand-trust-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
  box-shadow: 0 2px 12px rgba(24, 37, 51, 0.04);
}

.brand-page .brand-trust-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #182533;
  letter-spacing: 0.02em;
  line-height: 1.55;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-page .brand-trust-desc {
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

.brand-page .brand-cta {
  background: #182533;
  color: #fff;
  text-align: center;
}

.brand-page .brand-cta-title {
  margin: 0 0 16px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700;
  line-height: 1.55;
}

.brand-page .brand-cta-text {
  margin: 0 0 32px;
  font-size: 0.95rem;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.85);
}

.brand-page .brand-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.brand-page .brand-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.brand-page .brand-cta-button--primary {
  background: #c5a153;
  color: #fff;
}

.brand-page .brand-cta-button--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.brand-page .brand-cta-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* =====================================================
   /brand/story 五代目のストーリー（歴史・理念・取り組む理由）
   ===================================================== */
.brand-story-page {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow-x: hidden;
  color: #182533;
}

.brand-story-page * {
  box-sizing: border-box;
}

.brand-story-page .brand-story-hero {
  padding: 90px 24px 80px;
  background: #182533;
  color: #fff;
  text-align: center;
}

.brand-story-page .brand-story-hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.brand-story-page .brand-story-hero-eyebrow {
  margin: 0 0 12px;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #c5a153;
}

.brand-story-page .brand-story-hero-title {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.brand-story-page .brand-story-hero-lead {
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.88);
}

.brand-story-page .brand-story-section {
  padding: 72px 24px;
}

.brand-story-page .brand-story-section-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.brand-story-page .brand-story-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.brand-story-page .brand-story-section-eyebrow {
  margin: 0 0 8px;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #c5a153;
}

.brand-story-page .brand-story-section-title {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

/* 歴史タイムライン */
.brand-story-page .brand-story-history {
  background: #f7f5f0;
}

.brand-story-page .brand-history-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.brand-story-page .brand-history-timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: #d8cfaa;
}

.brand-story-page .brand-history-item {
  position: relative;
  padding: 0 0 32px 44px;
}

.brand-story-page .brand-history-item:last-child {
  padding-bottom: 0;
}

.brand-story-page .brand-history-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c5a153;
  box-shadow: 0 0 0 4px #f7f5f0;
}

.brand-story-page .brand-history-item--current::before {
  background: #182533;
}

.brand-story-page .brand-history-year {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #8a6d2d;
  text-transform: uppercase;
}

.brand-story-page .brand-history-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
}

.brand-story-page .brand-history-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #465665;
}

/* 理念 */
.brand-story-page .brand-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page .brand-philosophy-card {
  padding: 36px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
  text-align: center;
}

.brand-story-page .brand-philosophy-label {
  margin: 0 0 6px;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c5a153;
}

.brand-story-page .brand-philosophy-title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-story-page .brand-philosophy-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
  text-align: left;
}

/* 取り組む理由 */
.brand-story-page .brand-story-reason {
  background: #f7f5f0;
}

.brand-story-page .brand-reason-body {
  max-width: 820px;
  margin: 0 auto;
}

.brand-story-page .brand-reason-lead {
  margin: 0 0 40px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #182533;
}

.brand-story-page .brand-reason-blocks {
  display: grid;
  gap: 24px;
}

.brand-story-page .brand-reason-block {
  padding: 32px 28px;
  background: #fff;
  border-radius: 8px;
  border-left: 3px solid #c5a153;
}

.brand-story-page .brand-reason-block-title {
  margin: 0 0 14px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
}

.brand-story-page .brand-reason-block-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.95;
  color: #465665;
}

/* CTA */
.brand-story-page .brand-story-cta {
  background: #182533;
  color: #fff;
  text-align: center;
}

.brand-story-page .brand-story-cta-title {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  line-height: 1.55;
}

.brand-story-page .brand-story-cta-text {
  margin: 0 0 28px;
  font-size: 0.93rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
}

.brand-story-page .brand-story-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.brand-story-page .brand-story-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 13px 26px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.brand-story-page .brand-story-cta-button--primary {
  background: #c5a153;
  color: #fff;
}

.brand-story-page .brand-story-cta-button--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.brand-story-page .brand-story-cta-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* =====================================================
   /brand/certification 認証と取り組みページ固有スタイル
   ===================================================== */
.brand-story-page.brand-cert-page .brand-cert-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #465665;
}

/* 認証団体との関係 */
.brand-story-page.brand-cert-page .brand-cert-bodies {
  background: #f7f5f0;
}

.brand-story-page.brand-cert-page .brand-cert-body-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.brand-cert-page .brand-cert-body-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-story-page.brand-cert-page .brand-cert-body-name {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.brand-story-page.brand-cert-page .brand-cert-body-scope {
  margin: 0 0 14px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #c5a153;
  text-transform: uppercase;
}

.brand-story-page.brand-cert-page .brand-cert-body-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* 日々の取り組み */
.brand-story-page.brand-cert-page .brand-cert-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: brand-cert-step;
  display: grid;
  gap: 20px;
}

.brand-story-page.brand-cert-page .brand-cert-step {
  position: relative;
  padding: 28px 28px 28px 32px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-left: 4px solid #c5a153;
}

.brand-story-page.brand-cert-page .brand-cert-step-num {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #c5a153;
  text-transform: uppercase;
}

.brand-story-page.brand-cert-page .brand-cert-step-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.brand-story-page.brand-cert-page .brand-cert-step-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #465665;
}

/* 安心への工夫 */
.brand-story-page.brand-cert-page .brand-cert-trust {
  background: #f7f5f0;
}

.brand-story-page.brand-cert-page .brand-cert-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.brand-story-page.brand-cert-page .brand-cert-trust-card {
  position: relative;
  padding: 28px 28px 28px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
}

.brand-story-page.brand-cert-page .brand-cert-trust-card::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #c5a153;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

.brand-story-page.brand-cert-page .brand-cert-trust-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.brand-cert-page .brand-cert-trust-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* =====================================================
   /brand/voice お客様の声・事例ページ固有スタイル
   ===================================================== */
/* 数字で見る信頼 */
.brand-story-page.brand-voice-page .brand-voice-stats {
  background: #182533;
  color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.brand-story-page.brand-voice-page .brand-voice-stats-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: center;
}

.brand-story-page.brand-voice-page .brand-voice-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 4px;
}

.brand-story-page.brand-voice-page .brand-voice-stat-number {
  display: block;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c5a153;
  line-height: 1.1;
}

.brand-story-page.brand-voice-page .brand-voice-stat-unit {
  margin-left: 4px;
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #e4cfa1;
}

.brand-story-page.brand-voice-page .brand-voice-stat-label {
  display: block;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

/* お客様の声 */
.brand-story-page.brand-voice-page .brand-voice-testimonials {
  background: #f7f5f0;
}

.brand-story-page.brand-voice-page .brand-voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.brand-voice-page .brand-voice-card {
  position: relative;
  padding: 44px 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
}

.brand-story-page.brand-voice-page .brand-voice-card::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.5rem;
  line-height: 1;
  color: #c5a153;
}

.brand-story-page.brand-voice-page .brand-voice-quote {
  margin: 0 0 20px;
  font-size: 0.95rem;
  line-height: 1.95;
  color: #182533;
}

.brand-story-page.brand-voice-page .brand-voice-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 14px;
  border-top: 1px solid #e6e7ea;
}

.brand-story-page.brand-voice-page .brand-voice-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #182533;
}

.brand-story-page.brand-voice-page .brand-voice-attribution {
  font-size: 0.8rem;
  color: #8a95a1;
  letter-spacing: 0.02em;
}

/* FAQ */
.brand-story-page.brand-voice-page .brand-voice-faq-list {
  display: grid;
  gap: 16px;
}

.brand-story-page.brand-voice-page .brand-voice-faq-item {
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  overflow: hidden;
}

.brand-story-page.brand-voice-page .brand-voice-faq-q {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0;
  padding: 22px 28px 18px;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.6;
  color: #182533;
  background: #f7f5f0;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.brand-voice-page .brand-voice-faq-a {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px 28px;
  font-size: 0.95rem;
  line-height: 1.95;
  color: #465665;
}

.brand-story-page.brand-voice-page .brand-voice-faq-a p {
  margin: 0;
}

.brand-story-page.brand-voice-page .brand-voice-faq-mark {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #c5a153;
  color: #fff;
  line-height: 1;
}

.brand-story-page.brand-voice-page .brand-voice-faq-a .brand-voice-faq-mark {
  background: #182533;
}

/* =====================================================
   /halal-wagyu/about ハラール和牛とはページ固有スタイル
   ===================================================== */
.brand-story-page.halal-about-page .halal-about-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #465665;
}

/* 定義 */
.brand-story-page.halal-about-page .halal-about-definition {
  background: #f7f5f0;
}

.brand-story-page.halal-about-page .halal-about-definition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.halal-about-page .halal-about-definition-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-story-page.halal-about-page .halal-about-definition-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: #c5a153;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-story-page.halal-about-page .halal-about-definition-title {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.halal-about-page .halal-about-definition-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* 条件（番号付きステップ） */
.brand-story-page.halal-about-page .halal-about-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.brand-story-page.halal-about-page .halal-about-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
}

.brand-story-page.halal-about-page .halal-about-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #c5a153;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-story-page.halal-about-page .halal-about-step-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.brand-story-page.halal-about-page .halal-about-step-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #465665;
}

/* 安心できる理由 */
.brand-story-page.halal-about-page .halal-about-trust {
  background: #f7f5f0;
}

.brand-story-page.halal-about-page .halal-about-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.halal-about-page .halal-about-trust-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-left: 3px solid #c5a153;
}

.brand-story-page.halal-about-page .halal-about-trust-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.halal-about-page .halal-about-trust-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* =====================================================
   /shops 店舗・予約ページ固有スタイル
   ===================================================== */
.brand-story-page.shops-page .shops-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #465665;
}

/* 店舗タイプ */
.brand-story-page.shops-page .shops-types {
  background: #f7f5f0;
}

.brand-story-page.shops-page .shops-types-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.shops-page .shops-type-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-story-page.shops-page .shops-type-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: #c5a153;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-story-page.shops-page .shops-type-title {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.shops-page .shops-type-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* 探し方・予約方法（番号付きステップ） */
.brand-story-page.shops-page .shops-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.brand-story-page.shops-page .shops-step {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
}

.brand-story-page.shops-page .shops-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 56px;
  padding: 0 12px;
  border-radius: 28px;
  background: #c5a153;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.brand-story-page.shops-page .shops-step-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.brand-story-page.shops-page .shops-step-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #465665;
}

/* 来店時のポイント */
.brand-story-page.shops-page .shops-tips {
  background: #f7f5f0;
}

.brand-story-page.shops-page .shops-tips-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.shops-page .shops-tip-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-left: 3px solid #c5a153;
}

.brand-story-page.shops-page .shops-tip-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.shops-page .shops-tip-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* =====================================================
   /travel-info/prayer モスク・礼拝情報ページ固有スタイル
   ===================================================== */
.brand-story-page.travel-prayer-page .travel-prayer-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #465665;
}

/* 日本のモスク事情 */
.brand-story-page.travel-prayer-page .travel-prayer-overview {
  background: #f7f5f0;
}

.brand-story-page.travel-prayer-page .travel-prayer-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.travel-prayer-page .travel-prayer-overview-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-story-page.travel-prayer-page .travel-prayer-overview-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: #c5a153;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-story-page.travel-prayer-page .travel-prayer-overview-title {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.travel-prayer-page .travel-prayer-overview-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* 探し方（番号付きステップ） */
.brand-story-page.travel-prayer-page .travel-prayer-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.brand-story-page.travel-prayer-page .travel-prayer-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
}

.brand-story-page.travel-prayer-page .travel-prayer-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #c5a153;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-story-page.travel-prayer-page .travel-prayer-step-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.brand-story-page.travel-prayer-page .travel-prayer-step-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #465665;
}

/* 代表的なモスク・礼拝スペース */
.brand-story-page.travel-prayer-page .travel-prayer-major {
  background: #f7f5f0;
}

.brand-story-page.travel-prayer-page .travel-prayer-major-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.travel-prayer-page .travel-prayer-major-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
}

.brand-story-page.travel-prayer-page .travel-prayer-major-name {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
}

.brand-story-page.travel-prayer-page .travel-prayer-major-area {
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: 0.82rem;
  color: #c5a153;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.travel-prayer-page .travel-prayer-major-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* マナーと準備 */
.brand-story-page.travel-prayer-page .travel-prayer-etiquette-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.travel-prayer-page .travel-prayer-etiquette-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-left: 3px solid #c5a153;
}

.brand-story-page.travel-prayer-page .travel-prayer-etiquette-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.travel-prayer-page .travel-prayer-etiquette-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* チェックリスト */
.brand-story-page.travel-prayer-page .travel-prayer-checklist {
  background: #f7f5f0;
}

.brand-story-page.travel-prayer-page .travel-prayer-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.travel-prayer-page .travel-prayer-checklist-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-story-page.travel-prayer-page .travel-prayer-checklist-num {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: #c5a153;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-story-page.travel-prayer-page .travel-prayer-checklist-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.travel-prayer-page .travel-prayer-checklist-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* =====================================================
   /travel-info/food 食事の注意点ページ固有スタイル
   ===================================================== */
.brand-story-page.travel-food-page .travel-food-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #465665;
}

/* 日本の食文化とハラール */
.brand-story-page.travel-food-page .travel-food-overview {
  background: #f7f5f0;
}

.brand-story-page.travel-food-page .travel-food-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.travel-food-page .travel-food-overview-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-story-page.travel-food-page .travel-food-overview-label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: #c5a153;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-story-page.travel-food-page .travel-food-overview-title {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.travel-food-page .travel-food-overview-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* 店舗選びのチェック方法（番号付きステップ） */
.brand-story-page.travel-food-page .travel-food-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}

.brand-story-page.travel-food-page .travel-food-step {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
}

.brand-story-page.travel-food-page .travel-food-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 56px;
  padding: 0 12px;
  border-radius: 28px;
  background: #c5a153;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.brand-story-page.travel-food-page .travel-food-step-title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.brand-story-page.travel-food-page .travel-food-step-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #465665;
}

/* 注意したい食品カテゴリー */
.brand-story-page.travel-food-page .travel-food-categories {
  background: #f7f5f0;
}

.brand-story-page.travel-food-page .travel-food-categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.travel-food-page .travel-food-category-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-left: 3px solid #c5a153;
}

.brand-story-page.travel-food-page .travel-food-category-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.travel-food-page .travel-food-category-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* 安心して食事を楽しめる選択肢 */
.brand-story-page.travel-food-page .travel-food-places-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.travel-food-page .travel-food-place-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-story-page.travel-food-page .travel-food-place-title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
}

.brand-story-page.travel-food-page .travel-food-place-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* 役立つフレーズ */
.brand-story-page.travel-food-page .travel-food-phrases {
  background: #f7f5f0;
}

.brand-story-page.travel-food-page .travel-food-phrases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.brand-story-page.travel-food-page .travel-food-phrase-card {
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  border-top: 3px solid #c5a153;
}

.brand-story-page.travel-food-page .travel-food-phrase-num {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: #c5a153;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-story-page.travel-food-page .travel-food-phrase-title {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e7ea;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #2a3640;
}

.brand-story-page.travel-food-page .travel-food-phrase-text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.9;
  color: #465665;
}

/* /area/{term}/ 個別エリアページ（サイドバーなし・1カラム） */
.area-archive-page--no-sidebar {
  padding: 24px 16px 80px;
}

.area-archive-page--no-sidebar .area-archive-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.recent-articles-grid.area-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  justify-content: start;
}

.single-article-side .sidebar-card .search-form {
  display: flex;
  gap: 8px;
}

.single-article-side .sidebar-card .search-field {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #d7dde2;
  border-radius: 4px;
  font-size: 0.9rem;
}

.single-article-side .sidebar-card .search-submit {
  padding: 8px 12px;
  border: 0;
  border-radius: 4px;
  background: #182533;
  color: #fff;
  font-size: 0.85rem;
  cursor: pointer;
}

.single-article-side .sidebar-card img {
  max-width: 100%;
  height: auto;
}

.ambientnavi-breadcrumbs {
  margin-bottom: 24px;
  font-size: 0.8125rem;
  color: #5a6874;
}

.ambientnavi-breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ambientnavi-breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ambientnavi-breadcrumbs-item a {
  color: #5a6874;
  text-decoration: none;
}

.ambientnavi-breadcrumbs-item a:hover {
  text-decoration: underline;
}

.ambientnavi-breadcrumbs-sep {
  color: #b3b9c0;
}

.ambientnavi-breadcrumbs-current {
  color: #182533;
  font-weight: 500;
}

.single-article,
body.single-article .entry-card,
body.single article.single-article {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.single-article-header {
  margin-bottom: 24px;
}

.single-article-title {
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  line-height: 1.45;
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.single-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single-article-tag {
  font-size: 0.875rem;
  color: #5a6874;
}

.single-article-thumbnail {
  margin: 0 0 32px;
}

.single-article-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.single-article-content {
  font-size: 1rem;
  line-height: 1.95;
  color: #182533;
}

.single-article-content p {
  margin: 0 0 1.4em;
}

.single-article-content h2 {
  margin: 2.4em 0 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #182533;
  font-size: 1.35rem;
  font-weight: 700;
}

.single-article-content h3 {
  margin: 2em 0 0.7em;
  font-size: 1.15rem;
  font-weight: 700;
}

.single-article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.2em auto;
  border-radius: 4px;
}

.sidebar-card h2 {
  margin-top: 0;
  font-size: 1.2rem;
}

.sidebar-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

/* Typography alignment for media pages. */
body {
  font-family: var(--font-family-base);
  color: var(--color-text-base);
}

.entry-card .entry-title,
.archive-header h1,
.front-page-placeholder h1 {
  margin: 0 0 14px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.entry-card .entry-title {
  font-size: 1.95rem;
  font-weight: 700;
}

.archive-header h1,
.front-page-placeholder h1 {
  font-size: 1.7rem;
  font-weight: 700;
}

.archive-header {
  padding-bottom: 16px;
}

.entry-card h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  line-height: 1.4;
}

.entry-card h2 a {
  text-decoration: none;
  color: #0f3d73;
}

.entry-card h2 a:hover,
.entry-card h2 a:focus {
  text-decoration: underline;
}

.entry-content {
  font-size: 1rem;
  line-height: 1.9;
  color: #26313d;
}

.entry-content p {
  margin: 0 0 1.2em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin: 1.5em 0 0.7em;
  line-height: 1.5;
}

.entry-content h2 {
  font-size: 1.5rem;
}

.entry-content h3 {
  font-size: 1.25rem;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.2em 1.2em;
}

.entry-content li {
  margin-bottom: 0.4em;
}

.sidebar-card h2 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 2px solid #eef1f4;
}

.sidebar-card li {
  margin-bottom: 0.55em;
  line-height: 1.5;
}

.sidebar-card a {
  text-decoration: none;
  color: #334e68;
}

.sidebar-card a:hover,
.sidebar-card a:focus {
  color: #0f3d73;
  text-decoration: underline;
}

.front-page-placeholder p {
  margin: 0;
  line-height: 1.8;
}

/* ── FV Section ── */
.fv-section {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.fv-bg-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}

.fv-bg-layer img {
  max-width: none;
}

.fv-bg-left img,
.fv-bg-right img {
  width: 700px;
  height: auto;
}

.fv-bg-bottom-left img {
  width: 400px;
  height: auto;
}

.fv-bg-left {
  left: 0;
  width: 50%;
}

.fv-bg-right {
  right: 0;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.fv-bg-bottom-left {
  left: 10%;
  bottom: -25%;
  top: auto;
}

.fv-slider {
  position: relative;
  z-index: 1;
}

.fv-slider.swiper {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.fv-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fv-slider .fv-placeholder {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2f6;
  border: 1px dashed #c6d0dc;
  color: #5d7186;
  font-weight: 600;
  font-size: 1.2rem;
}

.fv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-align: center;
  font-family: var(--font-family-heading-en);
}

.fv-heading-wrap {
  margin: 0;
}

.fv-heading {
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.fv-heading-line {
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  background: #000;
  padding: 6px 20px;
  display: inline-block;
}

.fv-heading-line + .fv-heading-line {
  margin-top: 15px;
}

.fv-subheading-wrap {
  margin: 45px 0 0;
}

.fv-subheading {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
  color: #fff;
  background: #000;
  padding: 4px 16px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.fv-description-wrap {
  margin: 57px 0 0;
}

.fv-description {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  color: #333333;
  background: #fff;
  border: 0;
  padding: 4px 16px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.icon-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 45px;
  max-width: 1140px;
  width: 100%;
  justify-content: center;
  margin: 120px auto 28px;
}

.content-type-archive-banners .icon-guide-grid {
  margin-top: 80px;
  margin-bottom: 60px;
}

.icon-guide-card {
  width: 350px;
  aspect-ratio: 350/395;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  background: #0f1722;
  position: relative;
}

.icon-guide-thumb {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.icon-guide-thumb img,
.icon-guide-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.icon-guide-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2f4357, #516b84);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.icon-guide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62) 18%, rgba(0, 0, 0, 0.18) 56%, rgba(0, 0, 0, 0));
}

.icon-guide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 12px 35px;
  z-index: 2;
  text-align: center;
}

.icon-guide-en {
  display: block;
  font-family: var(--font-family-heading-en);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.icon-guide-ja {
  display: block;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 5px;
}

.icon-guide-card:hover .icon-guide-thumb img,
.icon-guide-card:focus-visible .icon-guide-thumb img {
  transform: scale(1.06);
}

.icon-guide-card,
.icon-guide-card:visited,
.icon-guide-card:hover,
.icon-guide-card:focus-visible,
.icon-guide-card:active,
.icon-guide-card .icon-guide-en,
.icon-guide-card .icon-guide-ja {
  color: #fff;
  text-decoration: none;
}

.icon-guide-thumb img {
  transition: transform 0.35s ease;
}

.front-section {
  margin-bottom: 22px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.section-header::before,
.section-header::after {
  content: "";
  height: 2px;
  background: #2f3742;
  flex: 1 1 auto;
}

.section-header h2 {
  margin: 0;
  font-size: 1.45rem;
  white-space: nowrap;
}

.article-grid {
  display: grid;
  gap: 14px;
}

.article-grid-latest {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-grid-featured {
  grid-template-columns: 1fr;
}

.article-teaser-card {
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  overflow: hidden;
}

.article-teaser-link {
  display: block;
  padding: 0 0 14px;
  color: inherit;
  text-decoration: none;
}

.article-teaser-thumb img,
.article-teaser-thumb.placeholder-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.article-teaser-thumb.placeholder-thumb {
  background: #e9eef4;
  color: #6b7f93;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.article-teaser-card h3,
.article-teaser-card p {
  padding: 0 14px;
}

.article-teaser-card h3 {
  margin: 12px 0 8px;
  font-size: 1.05rem;
  line-height: 1.45;
}

.article-teaser-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #46596b;
  line-height: 1.65;
}

.featured-highlight-section {
  margin: 120px 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
}

.featured-highlight-header {
  text-align: center;
  margin-bottom: 60px;
}

.featured-highlight-title {
  margin: 0;
  font-family: var(--font-family-heading-en);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.featured-highlight-subtitle {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.featured-highlight-body {
  display: grid;
  grid-template-columns: 649px minmax(0, 1fr);
  gap: 63px;
  align-items: start;
}

.featured-highlight-thumb {
  display: block;
  width: 649px;
  max-width: 100%;
  aspect-ratio: 649/406;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.featured-highlight-thumb img,
.featured-highlight-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-highlight-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9eef4;
  color: #5d7186;
  font-weight: 700;
}

.featured-highlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.featured-chip {
  border: 1px solid #7e7e7e;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
}

.featured-highlight-en {
  margin: 0;
  font-family: var(--font-family-heading-en);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}

.featured-highlight-ja {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.featured-highlight-desc {
  margin: 45px 0 0;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 1.6;
}

.featured-highlight-more-wrap {
  margin: 30px 0 0;
  text-align: right;
}

.featured-highlight-more {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.featured-highlight-more::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("assets/img/recommend-more-arrow.svg") center/contain no-repeat;
  flex: 0 0 7px;
}

.recent-articles-section {
  margin: 120px 0;
}

.recent-articles-header {
  text-align: center;
  margin-bottom: 60px;
}

.recent-articles-title {
  margin: 0;
  font-family: var(--font-family-heading-en);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
}

.recent-articles-subtitle {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
}

.recent-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 362px);
  gap: 27px;
  justify-content: center;
}

.recent-article-card {
  background: #fff;
  border: 1px solid #e6e7ea;
  border-radius: 14px;
  padding: 13px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
}

.recent-article-link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
}

.recent-article-thumb {
  border-radius: 8px;
  overflow: hidden;
}

.recent-article-thumb img,
.recent-article-thumb-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 336/193;
  object-fit: cover;
}

.recent-article-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9eef4;
  color: #5d7186;
  font-weight: 700;
}

.recent-article-body {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.recent-article-meta {
  margin-bottom: 12px;
}

.recent-chip {
  display: inline-block;
  border: 1px solid #7e7e7e;
  color: #7e7e7e;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
}

.recent-article-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-family: var(--font-family-heading-en);
  font-weight: 600;
  color: #333333;
}

.recent-article-desc {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.3;
  color: #7e7e7e;
}

.recent-article-more-wrap {
  margin: auto 0 0;
  padding-top: 12px;
  text-align: right;
}

.recent-article-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.recent-article-more::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("assets/img/recommend-more-arrow.svg") center/contain no-repeat;
  flex: 0 0 7px;
}

.content-type-archive-page {
  background: #fff;
  padding-bottom: 120px;
}

.content-type-archive-page--taxonomy,
.content-type-archive-page--with-bottom-banners {
  padding-bottom: 0;
}

/* =====================================================
   /articles/ 投稿タイプアーカイブ（ジャンル別セクション）
   ===================================================== */
.articles-archive-page .articles-archive-section {
  margin-bottom: 100px;
}

.articles-archive-page .articles-archive-section:last-of-type {
  margin-bottom: 0;
}

.articles-archive-page .articles-archive-section-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e7ea;
}

.articles-archive-page .articles-archive-section-title {
  margin: 0;
  font-family: var(--font-family-heading-en);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}

.articles-archive-page .articles-archive-section-subtitle {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #555;
}

.articles-archive-page .articles-archive-grid {
  margin-bottom: 40px;
}

.articles-archive-page .articles-archive-section-more {
  display: flex;
  justify-content: center;
}

.articles-archive-page .articles-archive-section-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 28px;
  background: #fff;
  color: #313131;
  border: 1px solid #313131;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.articles-archive-page .articles-archive-section-more-link:hover {
  background: #313131;
  color: #fff;
}

/* =====================================================
   /shops/{slug}/ 店舗詳細ページ
   ===================================================== */
.single-shop-page {
  background: #fff;
  padding-bottom: 0;
}

.single-shop-hero {
  width: 100%;
  max-width: none;
  margin: 0;
}

.single-shop-hero-image,
.single-shop-hero-placeholder {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.single-shop-hero-placeholder {
  background: #eef2f6;
  border: 1px dashed #c6d0dc;
  color: #5d7186;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-shop-inner {
  max-width: 1140px;
  width: 100%;
  margin: 60px auto 0;
  padding-left: 16px;
  padding-right: 16px;
}

.single-shop-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 40px;
  align-items: start;
  margin-top: 32px;
}

.single-shop-main {
  min-width: 0;
}

.single-shop-side {
  min-width: 0;
  position: sticky;
  top: 24px;
}

/* 新着店舗ウィジェット / 店舗サイドバー共通カード（縦型・各カードに詳細ボタン付き） */
.widget-shop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.widget-shop-item {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #e6e7ea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.widget-shop-item + .widget-shop-item {
  padding-top: 0;
  border-top: 1px solid #e6e7ea;
}

.widget-shop-item a {
  flex: none;
}

.widget-shop-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f0f2f5;
  text-decoration: none;
}

.widget-shop-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.widget-shop-thumb:hover .widget-shop-thumb-img {
  transform: scale(1.05);
}

.widget-shop-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e7ebef 0%, #cfd6dd 100%);
  color: #5d7186;
  font-size: 0.78rem;
  font-weight: 700;
}

.widget-shop-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px 16px;
}

.widget-shop-chip {
  display: inline-flex;
  align-self: flex-start;
  padding: 2px 10px;
  background: #f7f5f0;
  color: #c5a153;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 999px;
}

.widget-shop-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  color: #2a3640;
  text-decoration: none;
}

.widget-shop-title:hover {
  color: #c5a153;
}

.widget-shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 8px 14px;
  background: #fff;
  color: #313131;
  border: 1px solid #313131;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.widget-shop-button::after {
  content: "›";
  margin-left: 6px;
  font-size: 0.95rem;
  line-height: 1;
}

.widget-shop-button:hover {
  background: #313131;
  color: #fff;
}

/* 既存のサイドバー共通スタイル（display:flex 等）が上書きしないようガード */
.single-article-side .sidebar-card .widget-shop-list,
.single-shop-side .sidebar-card .widget-shop-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single-article-side .sidebar-card .widget-shop-item,
.single-shop-side .sidebar-card .widget-shop-item {
  display: block;
}

.single-article-side .sidebar-card .widget-shop-item a,
.single-shop-side .sidebar-card .widget-shop-item a {
  flex: none;
}

.single-shop-header {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e7ea;
}

.single-shop-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.single-shop-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  background: #f7f5f0;
  color: #c5a153;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 999px;
}

.single-shop-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2a3640;
}

.single-shop-catch {
  margin: 16px auto 0;
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.9;
  color: #465665;
}

.single-shop-section {
  margin-bottom: 80px;
}

.single-shop-section:last-of-type {
  margin-bottom: 0;
}

.single-shop-section-header {
  margin-bottom: 32px;
  text-align: center;
}

.single-shop-section-eyebrow {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: #c5a153;
  text-transform: uppercase;
  font-weight: 700;
}

.single-shop-section-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2a3640;
}

.single-shop-content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 2;
  color: #465665;
}

.single-shop-info-list {
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #e6e7ea;
}

.single-shop-info-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 20px 8px;
  border-bottom: 1px solid #e6e7ea;
}

.single-shop-info-label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2a3640;
  letter-spacing: 0.04em;
}

.single-shop-info-value {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #465665;
}

.single-shop-info-value a {
  color: #c5a153;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.single-shop-info-value a:hover {
  color: #a98640;
}

.single-shop-map-embed {
  max-width: 980px;
  margin: 0 auto;
}

.single-shop-map-embed iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.single-shop-cta {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 32px;
  background: #f7f5f0;
  text-align: center;
  border-radius: 8px;
}

.single-shop-cta-title {
  margin: 0 0 24px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2a3640;
}

.single-shop-cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.single-shop-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.single-shop-cta-button--primary {
  background: #c5a153;
  color: #fff;
  border: 1px solid #c5a153;
}

.single-shop-cta-button--primary:hover {
  background: #a98640;
  border-color: #a98640;
}

.single-shop-cta-button--outline {
  background: #fff;
  color: #2a3640;
  border: 1px solid #2a3640;
}

.single-shop-cta-button--outline:hover {
  background: #2a3640;
  color: #fff;
}

.single-shop-related {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #e6e7ea;
}

.content-type-archive-hero {
  width: 100%;
  max-width: none;
  margin: 0;
}

.content-type-archive-hero img,
.content-type-archive-hero-placeholder {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.content-type-archive-hero-placeholder {
  background: #eef2f6;
  border: 1px dashed #c6d0dc;
  color: #5d7186;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-type-archive-inner {
  margin-top: 120px;
}

.content-type-archive-header {
  text-align: center;
  margin-bottom: 60px;
}

.content-type-archive-title {
  margin: 0;
  font-family: var(--font-family-heading-en);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}

.content-type-archive-subtitle {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}

.content-type-archive-grid {
  margin-bottom: 80px;
  row-gap: 60px;
  column-gap: 27px;
}

.content-type-archive-card {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

.content-type-archive-card .recent-article-desc {
  font-size: 14px;
  margin-bottom: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-type-archive-pagination {
  display: flex;
  justify-content: center;
}

.content-type-archive-pagination ul {
  list-style: none;
  display: inline-flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.content-type-archive-pagination li {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid #313131;
  background: #fff;
}

.content-type-archive-pagination li:has(.page-numbers.dots) {
  width: auto;
  min-width: auto;
  height: auto;
  padding: 0 2px;
  border: none;
  background: transparent;
}

.content-type-archive-pagination li.content-type-archive-pagination-li--page-100 {
  width: 45px;
  min-width: 45px;
}

.content-type-archive-pagination li:has(.current) {
  background: #313131;
  border-color: #313131;
}

.content-type-archive-pagination .page-numbers {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #313131;
  text-decoration: none;
  background: transparent;
}

.content-type-archive-pagination .page-numbers.current {
  color: #fff;
}

.content-type-archive-pagination .page-numbers.dots {
  width: auto;
  min-width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  color: #313131;
  pointer-events: none;
}

.content-type-archive-empty {
  text-align: center;
  font-size: 16px;
  color: #555;
}

.archive-block {
  scroll-margin-top: 88px;
}

.archive-block h2 {
  margin: 0 0 12px;
}

.archive-item {
  padding: 10px 0;
  border-top: 1px solid #edf1f5;
}

.archive-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.archive-item h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.archive-item h3 a {
  color: #0f3d73;
  text-decoration: none;
}

.archive-item h3 a:hover {
  text-decoration: underline;
}

.archive-item p {
  margin: 0;
  color: #516474;
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .two-column-layout {
    grid-template-columns: 1fr;
  }
  .entry-card .entry-title {
    font-size: 3.4666666667vw;
  }
  .entry-content .ambientnavi-company-table {
    font-size: 3.4666666667vw;
    max-width: none;
  }
  .entry-content .ambientnavi-company-table th,
  .entry-content .ambientnavi-company-table td {
    padding: 1.8666666667vw 2.4vw;
  }
  .entry-content .ambientnavi-company-table th {
    display: block;
    width: 100%;
    max-width: none;
    white-space: normal;
    border-bottom: 0;
    padding-bottom: 0.5333333333vw;
  }
  .entry-content .ambientnavi-company-table td {
    display: block;
    width: 100%;
    padding-top: 0;
    border-bottom: 1px solid #e6e7ea;
  }
  .entry-content .ambientnavi-company-table tr:last-child td {
    border-bottom: 0;
  }
  .archive-header h1,
  .front-page-placeholder h1 {
    font-size: 3.0666666667vw;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  /* SPヘッダー帯の下から全幅パネル（750 基準の高さで上書き） */
  .header-nav .mobile-menu-panel {
    top: 14.8266666667vw;
    right: 0;
    width: auto;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: initial !important;
  }
  .top-content-inner {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .site-header-shell .header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .site-header-shell .header-brand {
    text-align: center;
    margin-right: 0;
    min-width: 0;
  }
  .site-header-shell .site-logo-link {
    display: inline-flex;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 3.4666666667vw;
    letter-spacing: 0.01em;
  }
  .site-logo-image {
    height: 8vw;
  }
  .footer-logo-image {
    height: 10vw;
  }
  .site-container {
    min-width: 0;
    max-width: 100%;
  }
  .single-article-layout {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .single-article-grid {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .area-term-grid,
  .recent-articles-grid.area-archive-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 5.3333333333vw;
  }
  .area-archive-page--no-sidebar {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  /* /brand ドアページ SP 調整 */
  .brand-page .brand-hero {
    padding: 21.3333333333vw 6vw 18.6666666667vw;
  }
  .brand-page .brand-section {
    padding: 13.3333333333vw 6vw;
  }
  .brand-page .brand-section-header {
    margin-bottom: 7.4666666667vw;
  }
  .brand-page .brand-feature-grid,
  .brand-page .brand-initiative-list,
  .brand-page .brand-trust-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 4vw;
  }
  .brand-page .brand-trust-item {
    padding: 5.3333333333vw 4.6666666667vw;
  }
  .brand-page .brand-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .brand-page .brand-cta-button {
    min-width: 0;
    width: 100%;
  }
  /* /brand/story SP 調整 */
  .brand-story-page .brand-story-hero {
    padding: 16vw 6vw 13.3333333333vw;
  }
  .brand-story-page .brand-story-section {
    padding: 12vw 6vw;
  }
  .brand-story-page .brand-story-section-header {
    margin-bottom: 6.4vw;
  }
  .brand-story-page .brand-philosophy-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4vw;
  }
  .brand-story-page .brand-reason-lead {
    margin-bottom: 6.4vw;
  }
  .brand-story-page .brand-story-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .brand-story-page .brand-story-cta-button {
    min-width: 0;
    width: 100%;
  }
  /* /brand/certification SP 調整 */
  .brand-story-page.brand-cert-page .brand-cert-lead {
    margin-bottom: 6.4vw;
  }
  .brand-story-page.brand-cert-page .brand-cert-body-grid,
  .brand-story-page.brand-cert-page .brand-cert-trust-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4vw;
  }
  /* /brand/voice SP 調整 */
  .brand-story-page.brand-voice-page .brand-voice-stats {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .brand-story-page.brand-voice-page .brand-voice-stats-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6.4vw 2.6666666667vw;
  }
  .brand-story-page.brand-voice-page .brand-voice-stat {
    padding: 0;
  }
  .brand-story-page.brand-voice-page .brand-voice-stat-number {
    font-size: 7.4666666667vw;
  }
  .brand-story-page.brand-voice-page .brand-voice-stat-unit {
    font-size: 0.5em;
  }
  .brand-story-page.brand-voice-page .brand-voice-stat-label {
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
  .brand-story-page.brand-voice-page .brand-voice-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4vw;
  }
  .brand-story-page.brand-voice-page .brand-voice-card {
    padding: 9.3333333333vw 5.3333333333vw 4.6666666667vw;
  }
  .brand-story-page.brand-voice-page .brand-voice-card::before {
    top: 1.8666666667vw;
    left: 4vw;
    font-size: 12vw;
  }
  .brand-story-page.brand-voice-page .brand-voice-quote {
    font-size: 3.4666666667vw;
    line-height: 1.9;
  }
  .brand-story-page.brand-voice-page .brand-voice-name {
    font-size: 3.4666666667vw;
  }
  .brand-story-page.brand-voice-page .brand-voice-attribution {
    font-size: 2.9333333333vw;
  }
  .brand-story-page.brand-voice-page .brand-voice-faq-q {
    padding: 4vw 4.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
  .brand-story-page.brand-voice-page .brand-voice-faq-a {
    padding: 4vw 4.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.9;
  }
  .brand-story-page.brand-voice-page .brand-voice-faq-mark {
    min-width: 6.4vw;
    height: 6.4vw;
    font-size: 2.9333333333vw;
  }
  /* /halal-wagyu/about SP 調整 */
  .brand-story-page.halal-about-page .halal-about-lead {
    margin-bottom: 6.4vw;
  }
  .brand-story-page.halal-about-page .halal-about-definition-grid,
  .brand-story-page.halal-about-page .halal-about-trust-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4vw;
  }
  .brand-story-page.halal-about-page .halal-about-step {
    grid-template-columns: 10.6666666667vw minmax(0, 1fr);
    gap: 4vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .brand-story-page.halal-about-page .halal-about-step-num {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4vw;
  }
  /* /shops SP 調整 */
  .brand-story-page.shops-page .shops-lead {
    margin-bottom: 6.4vw;
  }
  .brand-story-page.shops-page .shops-types-grid,
  .brand-story-page.shops-page .shops-tips-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4vw;
  }
  .brand-story-page.shops-page .shops-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .brand-story-page.shops-page .shops-step-num {
    justify-self: start;
    min-width: 16vw;
    height: 9.3333333333vw;
    padding: 0 3.2vw;
    border-radius: 4.6666666667vw;
    font-size: 3.2vw;
  }
  /* /travel-info/prayer SP 調整 */
  .brand-story-page.travel-prayer-page .travel-prayer-lead {
    margin-bottom: 6.4vw;
  }
  .brand-story-page.travel-prayer-page .travel-prayer-overview-grid,
  .brand-story-page.travel-prayer-page .travel-prayer-major-grid,
  .brand-story-page.travel-prayer-page .travel-prayer-etiquette-grid,
  .brand-story-page.travel-prayer-page .travel-prayer-checklist-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4vw;
  }
  .brand-story-page.travel-prayer-page .travel-prayer-step {
    grid-template-columns: 10.6666666667vw minmax(0, 1fr);
    gap: 4vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .brand-story-page.travel-prayer-page .travel-prayer-step-num {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4vw;
  }
  /* /travel-info/food SP 調整 */
  .brand-story-page.travel-food-page .travel-food-lead {
    margin-bottom: 6.4vw;
  }
  .brand-story-page.travel-food-page .travel-food-overview-grid,
  .brand-story-page.travel-food-page .travel-food-categories-grid,
  .brand-story-page.travel-food-page .travel-food-places-grid,
  .brand-story-page.travel-food-page .travel-food-phrases-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4vw;
  }
  .brand-story-page.travel-food-page .travel-food-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .brand-story-page.travel-food-page .travel-food-step-num {
    justify-self: start;
    min-width: 16vw;
    height: 9.3333333333vw;
    padding: 0 3.2vw;
    border-radius: 4.6666666667vw;
    font-size: 3.2vw;
  }
  .entry-content {
    overflow-x: hidden;
    overflow-wrap: anywhere;
    word-wrap: break-word;
  }
  /* ブロックエディタの全幅・ワイドがはみ出して横スクロールになるのを抑止 */
  .entry-content .alignfull,
  .entry-content .alignwide {
    max-width: 100%;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .site-header-shell .header-lang-switch {
    display: inline-flex;
    justify-self: end;
  }
  .site-header-shell .header-search-button {
    display: none;
  }
  .site-header-shell .header-nav {
    position: static;
    display: block;
  }
  .site-header-shell .header-nav .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    padding: 0;
  }
  .site-header-shell .three-dot,
  .site-header-shell .three-dot::before,
  .site-header-shell .three-dot::after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }
  .site-header-shell .three-dot::before {
    top: -1.3333333333vw;
  }
  .site-header-shell .three-dot::after {
    top: 1.3333333333vw;
  }
  .site-footer-shell .footer-inner {
    padding: 12.6666666667vw 2.1333333333vw 5.3333333333vw;
  }
  .footer-logo {
    margin-bottom: 8.9333333333vw;
  }
  .footer-links {
    margin-bottom: 11.7333333333vw;
  }
  .footer-lang-list {
    gap: 1.0666666667vw;
  }
  .footer-lang-list a,
  .footer-lang-current {
    min-width: 5.8666666667vw;
    padding: 0.8vw 1.6vw;
    font-size: 1.8666666667vw;
  }
  .fv-copy {
    top: 53%;
    transform: translate(-50%, -50%);
    padding-left: 2.2666666667vw;
    padding-right: 2.2666666667vw;
  }
  .fv-bg-layer {
    display: none;
  }
  .fv-heading-line {
    font-size: 5.3333333333vw;
    line-height: 1.15;
    padding: 1.6vw 2.6666666667vw;
  }
  .fv-heading-line + .fv-heading-line {
    margin-top: 2vw;
  }
  .fv-subheading-wrap {
    margin-top: 2.2666666667vw;
  }
  .fv-subheading {
    font-size: 2.4vw;
    line-height: 1.2;
    padding: 1.0666666667vw 1vw;
    display: inline-block;
  }
  .fv-description-wrap {
    margin-top: 4.6666666667vw;
  }
  .fv-description {
    font-size: 1.7333333333vw;
    line-height: 1.3;
    padding: 0.8vw 1.8666666667vw;
    display: inline-block;
  }
  .fv-slider.swiper,
  .fv-slider .fv-placeholder {
    height: 64vw;
  }
  .icon-guide-grid {
    grid-template-columns: 1fr;
    gap: 3.3333333333vw;
    max-width: none;
    margin-top: 16vw;
  }
  .content-type-archive-banners .icon-guide-grid {
    margin-top: 10.6666666667vw;
    margin-bottom: 8vw;
  }
  .icon-guide-card {
    width: 100%;
    height: 35.0666666667vw;
    aspect-ratio: auto;
  }
  .icon-guide-thumb {
    background-size: cover;
    background-position: center;
  }
  .icon-guide-card:nth-child(1) .icon-guide-thumb {
    background-image: url("assets/img/article_top01_sp.png");
  }
  .icon-guide-card:nth-child(2) .icon-guide-thumb {
    background-image: url("assets/img/article_top02_sp.png");
  }
  .icon-guide-card:nth-child(3) .icon-guide-thumb {
    background-image: url("assets/img/article_top03_sp.png");
  }
  .icon-guide-thumb img,
  .icon-guide-thumb-placeholder {
    display: none;
  }
  .icon-guide-overlay {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.72) 16%, rgba(0, 0, 0, 0.32) 42%, rgba(0, 0, 0, 0) 64%);
  }
  .icon-guide-card:nth-child(2) .icon-guide-overlay {
    background: linear-gradient(to right, rgba(233, 176, 208, 0.76) 10%, rgba(233, 176, 208, 0.42) 42%, rgba(233, 176, 208, 0) 68%);
  }
  .icon-guide-caption {
    top: 0;
    bottom: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 6vw;
    padding-right: 6vw;
    text-align: left;
  }
  .icon-guide-card:nth-child(1) .icon-guide-caption,
  .icon-guide-card:nth-child(3) .icon-guide-caption {
    align-items: flex-end;
    text-align: right;
  }
  .icon-guide-copy {
    display: inline-block;
    width: max-content;
    max-width: 100%;
  }
  .icon-guide-en {
    text-align: inherit;
  }
  .icon-guide-card:nth-child(1) .icon-guide-en {
    text-align: center;
  }
  .icon-guide-en {
    font-size: 4.8vw;
    line-height: 1.1;
  }
  .icon-guide-ja {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.4vw;
    line-height: 1.4;
    margin-top: 0.6666666667vw;
  }
  .article-grid-latest {
    grid-template-columns: 1fr;
  }
  .section-header::before,
  .section-header::after {
    display: none;
  }
  .featured-highlight-section {
    margin: 10.6666666667vw 0;
    padding: 10.6666666667vw 0;
  }
  .featured-highlight-header {
    margin-bottom: 6.6666666667vw;
  }
  .featured-highlight-title {
    font-size: 4.8vw;
  }
  .featured-highlight-subtitle {
    font-size: 2.6666666667vw;
  }
  .featured-highlight-body {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .featured-highlight-thumb {
    width: 100%;
  }
  .featured-highlight-meta {
    margin-bottom: 2.6666666667vw;
  }
  .featured-chip {
    font-size: 2.2666666667vw;
    padding: 1.3333333333vw 1.7333333333vw;
  }
  .featured-highlight-en {
    font-size: 4.2666666667vw;
  }
  .featured-highlight-ja {
    margin-top: 4vw;
    font-size: 2.9333333333vw;
  }
  .featured-highlight-desc {
    margin-top: 4vw;
    font-size: 2.9333333333vw;
  }
  .featured-highlight-more {
    font-size: 2.9333333333vw;
  }
  .recent-articles-header {
    margin-bottom: 8vw;
  }
  .recent-articles-section {
    margin: 10.6666666667vw 0;
  }
  .recent-articles-title {
    font-size: 4.5333333333vw;
  }
  .recent-articles-subtitle {
    font-size: 2.4vw;
  }
  .recent-articles-grid {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
  .recent-article-card {
    padding: 2vw;
    border-radius: 1.8666666667vw;
  }
  .recent-article-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.4vw;
    align-items: stretch;
  }
  .recent-article-thumb {
    height: 100%;
    width: 39.7333333333vw;
    height: 30.9333333333vw;
    justify-self: start;
  }
  .recent-article-thumb img,
  .recent-article-thumb-placeholder {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }
  .recent-article-body {
    padding-top: 0;
  }
  .recent-article-meta {
    margin-bottom: 2.4vw;
  }
  .recent-chip {
    font-size: 2.2666666667vw;
    padding: 1.3333333333vw 1.6vw;
  }
  .recent-article-title {
    font-size: 3.7333333333vw;
    margin-bottom: 2.4vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .recent-article-desc {
    font-size: 2.4vw;
    margin: 0 0 3.4666666667vw;
  }
  .recent-article-more-wrap {
    margin: 0;
    padding-top: 0;
  }
  .recent-article-more {
    font-size: 2.1333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .recent-article-more::after {
    width: 0.9333333333vw;
    height: 1.6vw;
    flex: 0 0 0.9333333333vw;
  }
  .content-type-archive-page {
    padding-bottom: 10.6666666667vw;
  }
  .content-type-archive-page--taxonomy,
  .content-type-archive-page--with-bottom-banners {
    padding-bottom: 0;
  }
  .articles-archive-page .articles-archive-section {
    margin-bottom: 10.6666666667vw;
  }
  .articles-archive-page .articles-archive-section-header {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 3.2vw;
  }
  .articles-archive-page .articles-archive-section-title {
    font-size: 5.3333333333vw;
  }
  .articles-archive-page .articles-archive-section-subtitle {
    font-size: 3.4666666667vw;
  }
  .articles-archive-page .articles-archive-grid {
    margin-bottom: 5.3333333333vw;
  }
  .articles-archive-page .articles-archive-section-more-link {
    min-width: 0;
    width: 100%;
    padding: 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
  /* /shops/{slug}/ SP 調整 */
  .single-shop-hero-image,
  .single-shop-hero-placeholder {
    height: 50.6666666667vw;
  }
  .single-shop-inner {
    margin-top: 6.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .single-shop-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8vw;
    margin-top: 5.3333333333vw;
  }
  .single-shop-side {
    position: static;
  }
  .single-shop-header {
    margin-bottom: 8vw;
    padding-bottom: 5.3333333333vw;
  }
  .single-shop-title {
    font-size: 5.3333333333vw;
  }
  .single-shop-catch {
    font-size: 3.4666666667vw;
  }
  .single-shop-section {
    margin-bottom: 10.6666666667vw;
  }
  .single-shop-section-header {
    margin-bottom: 5.3333333333vw;
  }
  .single-shop-section-title {
    font-size: 4.5333333333vw;
  }
  .single-shop-info-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.0666666667vw;
    padding: 3.2vw 1.0666666667vw;
  }
  .single-shop-map-embed iframe {
    height: 66.6666666667vw;
  }
  .single-shop-cta {
    padding: 8vw 5.3333333333vw;
  }
  .single-shop-cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 2.6666666667vw;
  }
  .single-shop-cta-button {
    min-width: 0;
    width: 100%;
    padding: 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
  .single-shop-related {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .content-type-archive-hero img,
  .content-type-archive-hero-placeholder {
    height: 40vw;
  }
  .content-type-archive-inner {
    margin-top: 6.6666666667vw;
  }
  .content-type-archive-header {
    margin-bottom: 5.3333333333vw;
  }
  .content-type-archive-title {
    font-size: 6.1333333333vw;
  }
  .content-type-archive-subtitle {
    margin-top: 1.3333333333vw;
    font-size: 2.1333333333vw;
  }
  .content-type-archive-grid {
    margin-bottom: 10.6666666667vw;
  }
  .content-type-archive-pagination ul {
    gap: 1.3333333333vw;
  }
  .content-type-archive-pagination li {
    width: 5.0666666667vw;
    min-width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
  .content-type-archive-pagination li.content-type-archive-pagination-li--page-100 {
    width: 6vw;
    min-width: 6vw;
  }
  .content-type-archive-pagination .page-numbers {
    font-size: 2.4vw;
  }
  .content-type-archive-pagination .page-numbers.dots {
    font-size: 2.4vw;
  }
  .content-type-archive-empty {
    font-size: 2.1333333333vw;
  }
}
/* Contact Form 7 (minimal)
--------------------------------------------- */
/* Contact Form 7 — お問い合わせ（固定ページに CF7 があるとき post_class: ambientnavi-contact-card） */
/* カード枠を外し、見出し・リードを中央寄せ（ブロックの左寄せクラスより優先） */
.entry-card.ambientnavi-contact-card {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent;
  padding: 1.25rem 0 2rem;
}

.entry-card.ambientnavi-contact-card .entry-title {
  text-align: center !important;
  margin-bottom: 0.65em;
}

.entry-card.ambientnavi-contact-card .entry-content > p,
.entry-card.ambientnavi-contact-card .entry-content > .wp-block-paragraph {
  text-align: center !important;
  max-width: 36rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.entry-card.ambientnavi-contact-card .entry-content > .wp-block-group:not(:has(.wpcf7)) {
  text-align: center !important;
  max-width: 36rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.entry-card.ambientnavi-contact-card .entry-content > .wp-block-group:not(:has(.wpcf7)) p {
  text-align: center !important;
}

.entry-card.ambientnavi-contact-card .entry-content > p.has-text-align-left,
.entry-card.ambientnavi-contact-card .entry-content > .wp-block-paragraph.has-text-align-left,
.entry-card.ambientnavi-contact-card .entry-content > .wp-block-group:not(:has(.wpcf7)) .has-text-align-left {
  text-align: center !important;
}

/* リードの直後〜フォームまでの余白（CF7 が直下 or ショートコードブロック直下） */
.entry-card.ambientnavi-contact-card .entry-content > .wpcf7,
.entry-card.ambientnavi-contact-card .entry-content > .wp-block-shortcode {
  margin-top: 2.75rem;
}

.entry-content .wpcf7 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #221714;
  text-align: left;
}

.entry-card.ambientnavi-contact-card .entry-content > .wp-block-shortcode .wpcf7 {
  margin-top: 0;
}

.entry-content .wpcf7 form > p {
  margin: 0 0 1.1em;
}

.entry-content .wpcf7 label {
  display: block;
  font-weight: 600;
  cursor: pointer;
}

.entry-content .wpcf7 .ambientnavi-cf7-hint {
  margin-left: 0.35em;
  font-size: 0.8rem;
  font-weight: 400;
  color: #6a7f95;
}

/* 必須・任意バッジ（フォームタグ内は <span class="ambientnavi-cf7-required">必須</span> 等） */
.entry-content .wpcf7 .ambientnavi-cf7-required {
  display: inline-block;
  margin-left: 0.4em;
  padding: 0.2em 0.55em;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
  background: #c62828;
  border-radius: 4px;
  vertical-align: middle;
}

.entry-content .wpcf7 .ambientnavi-cf7-optional {
  display: inline-block;
  margin-left: 0.4em;
  padding: 0.2em 0.5em;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  color: #516474;
  background: #eef1f4;
  border-radius: 4px;
  vertical-align: middle;
}

.entry-content .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.35em;
}

.entry-content .wpcf7 input[type=text],
.entry-content .wpcf7 input[type=email],
.entry-content .wpcf7 input[type=url],
.entry-content .wpcf7 input[type=tel],
.entry-content .wpcf7 select,
.entry-content .wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.55em 0.65em;
  border: 1px solid #c5ced6;
  border-radius: 4px;
  font: inherit;
  line-height: 1.5;
  background: #fff;
}

.entry-content .wpcf7 textarea {
  min-height: 9em;
  resize: vertical;
}

.entry-content .wpcf7 input:focus,
.entry-content .wpcf7 select:focus,
.entry-content .wpcf7 textarea:focus {
  border-color: #0f3d73;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(15, 61, 115, 0.12);
}

.entry-content .wpcf7 form p:has(input[type=submit]) {
  position: relative;
  text-align: center;
  margin-top: 1.85em;
  margin-bottom: 0;
}

/*
 * CF7 の .wpcf7-spinner は visibility:hidden でも inline-block で幅が残り、
 * text-align:center でもボタンが視覚的に左へずれる。送信中以外はレイアウトから除外する。
 */
.entry-content .wpcf7 form:not(.submitting):not([aria-busy=true]) .wpcf7-spinner {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

.entry-content .wpcf7 form.submitting .wpcf7-spinner,
.entry-content .wpcf7 form[aria-busy=true] .wpcf7-spinner {
  position: static !important;
  width: 1.25em !important;
  height: 1.25em !important;
  min-width: 1.25em !important;
  min-height: 1.25em !important;
  margin: 0 0 0 0.5em !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
}

/* CF7 Multi-Step: 確認ステップの [previous][submit] が <br> で縦積みになるのを防ぐ */
.entry-content .wpcf7 form p:has(.wpcf7-previous) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-top: 1.85em;
  margin-bottom: 0;
}

.entry-content .wpcf7 form p:has(.wpcf7-previous) br {
  display: none;
}

.entry-content .wpcf7 input.wpcf7-previous[type=button] {
  display: inline-block;
  margin-top: 0;
  min-height: 3.35rem;
  padding: 1em 2.75em;
  border: 2px solid #0f3d73;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.4;
  color: #0f3d73;
  background: #fff;
  box-shadow: 0 2px 4px rgba(9, 28, 46, 0.08);
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.entry-content .wpcf7 input.wpcf7-previous[type=button]:hover,
.entry-content .wpcf7 input.wpcf7-previous[type=button]:focus-visible {
  color: #fff;
  background: #0f3d73;
  border-color: #0a305c;
  box-shadow: 0 3px 6px rgba(9, 28, 46, 0.12), 0 6px 16px rgba(15, 61, 115, 0.18);
  transform: translateY(-1px);
}

.entry-content .wpcf7 input.wpcf7-previous[type=button]:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(9, 28, 46, 0.1);
}

.entry-content .wpcf7 input[type=submit] {
  display: inline-block;
  margin-top: 0;
  min-height: 3.35rem;
  padding: 1em 3.5em;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.02rem;
  color: #fff;
  background: linear-gradient(165deg, #13508f 0%, #0f3d73 45%, #0a305c 100%);
  box-shadow: 0 2px 4px rgba(9, 28, 46, 0.12), 0 6px 16px rgba(15, 61, 115, 0.22);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.entry-content .wpcf7 input[type=submit]:hover,
.entry-content .wpcf7 input[type=submit]:focus-visible {
  background: linear-gradient(165deg, #164a82 0%, #0c3560 50%, #082a4d 100%);
  box-shadow: 0 3px 6px rgba(9, 28, 46, 0.14), 0 8px 22px rgba(15, 61, 115, 0.28);
  transform: translateY(-1px);
}

.entry-content .wpcf7 input[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(9, 28, 46, 0.1), 0 3px 10px rgba(15, 61, 115, 0.18);
}

.entry-content .wpcf7 .wpcf7-list-item {
  margin: 0;
}

.entry-content .wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
}

.entry-content .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.35em;
  font-size: 0.85rem;
  color: #b42318;
}

.entry-content .wpcf7 .wpcf7-response-output {
  margin: 1em 0 0;
  padding: 0.75em 1em;
  border-radius: 4px;
  font-size: 0.9rem;
}

.entry-content .wpcf7 form.sent .wpcf7-response-output {
  border-color: #2e7d32;
}

@media (max-width: 900px) {
  .entry-card.ambientnavi-contact-card .entry-content > .wpcf7,
  .entry-card.ambientnavi-contact-card .entry-content > .wp-block-shortcode {
    margin-top: 5.3333333333vw;
  }
  .entry-card.ambientnavi-contact-card .entry-title {
    font-size: 5.3333333333vw;
  }
  .entry-content .wpcf7 {
    max-width: none;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
    font-size: 3.4666666667vw;
  }
  .entry-content .wpcf7 input[type=submit],
  .entry-content .wpcf7 input.wpcf7-previous[type=button] {
    font-size: 4vw;
    min-height: 11.7333333333vw;
    padding: 3.2vw 7.4666666667vw;
  }
  .entry-content .wpcf7 .ambientnavi-cf7-required,
  .entry-content .wpcf7 .ambientnavi-cf7-optional {
    font-size: 2.9333333333vw;
    padding: 0.8vw 1.8666666667vw;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# WPML language switchers (theme-supplied switcher only)
--------------------------------------------------------------*/
.wpml-ls-statics-footer,
.wpml-ls-statics-shortcode_actions,
.wpml-ls-statics-post_translations,
.wpml-ls-sidebars-wpml-language-switcher,
.wpml-ls-legacy-list-horizontal,
.wpml-ls-legacy-list-vertical,
.wpml-ls-legacy-dropdown,
.wpml-ls-legacy-dropdown-click,
.wpml-ls-legacy-list-horizontal-footer,
.wpml-ls-legacy-list-vertical-footer,
#lang_sel,
#lang_sel_list,
#lang_sel_click,
#lang_sel_footer,
.wpml-browser-redirect-popup,
.wpml-ls-floating-widget,
.wpml-floater {
  display: none !important;
}
