@charset "UTF-8";
/* ==========================================================================
   いっとこミナミ 共通スタイル
   - カラー/フォントは :root の変数で一元管理(WP化時のテーマ設定を想定)
   ========================================================================== */ :root {
  --c-cream: #f6eee4;
  --c-card: #faf7f4;
  --c-white: #fff;
  --c-red: #b9392f;
  --c-red-btn: #b8232c;
  --c-navy: #0b1841;
  --c-navy-panel: #101c46;
  --c-ink: #332d27;
  --c-text: #3e3831;
  --c-text-weak: #6f675c;
  --c-border: #e3dcd2;
  --c-spring: #e0859d;
  --c-summer: #9cb87e;
  --c-autumn: #d8924f;
  --c-winter: #8aa5c5;
  --font-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-serif: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
/* ---------- reset ---------- */
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, ul, ol, li, figure, form {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-text);
  background: var(--c-cream) url(../images/bg_paper.jpg);
  -webkit-font-smoothing: antialiased;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
/* ==========================================================================
   header
   ========================================================================== */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 0 8px;
  z-index: 30;
}
.site-header__inner {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}
/* 下層ページは絶対配置ヘッダーの高さ分だけ余白を確保 */
.page-sub main {
  padding-top: 112px;
}
.site-logo {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.site-logo img {
  width: 205px;
}
.site-logo__en {
  display: block;
  margin-top: 10px;
  font-family: var(--font-serif);
  font-size: 13px;
  letter-spacing: .4em;
  text-indent: .4em;
  color: var(--c-ink);
}
.global-nav {
  position: absolute;
  right: 24px;
  top: 14px;
}
.global-nav ul {
  display: flex;
  align-items: center;
}
.global-nav li + li {
  border-left: 1px solid #c6bdb0;
}
.global-nav a {
  display: block;
  padding: 2px 22px;
  font-size: 14px;
  letter-spacing: .12em;
  color: var(--c-ink);
  transition: color .3s;
}
.global-nav a:hover, .global-nav a[aria-current="page"] {
  color: var(--c-red-btn);
}
.nav-toggle {
  display: none;
}
/* PC・タブレット(インラインのグローバルナビ)では、ドロワー専用の関連リンクは出さない。
   スマホ(≤768px)のハンバーガー内ドロワーにのみ表示する。 */
@media (min-width: 769px) {
  .global-nav .is-drawer-only {
    display: none;
  }
}
/* ==========================================================================
   footer
   ========================================================================== */
.site-footer {
  position: relative;
  background-color: var(--c-navy);
  background-image: url(../images/deco_footer_left.png), url(../images/deco_footer_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  color: #fff;
  text-align: center;
  padding: 76px 24px 44px;
  margin-top: 0;
}
.site-footer__inner {
  position: relative;
}
.site-footer__logo {
  display: inline-block;
}
.site-footer__logo img {
  width: 200px;
  filter: brightness(0) invert(1);
}
.site-footer__logo span {
  display: block;
  margin-top: 12px;
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: .4em;
  text-indent: .4em;
}
.site-footer__nav {
  margin-top: 38px;
  font-size: 14px;
  letter-spacing: .08em;
}
.site-footer__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site-footer__nav ul + ul {
  margin-top: 14px;
}
.site-footer__nav li {
  display: flex;
  align-items: center;
}
.site-footer__nav li + li::before {
  content: "/";
  margin: 0 16px;
  opacity: .7;
}
.site-footer__nav a {
  transition: opacity .3s;
}
.site-footer__nav a:hover {
  opacity: .7;
}
.site-footer__copy {
  margin-top: 46px;
  font-size: 11px;
  letter-spacing: .1em;
  opacity: .9;
}
.site-footer__copy small {
  font-size: inherit;
}
/* 主催・協賛団体(フッター上の淡いバンド) */
.footer-sponsor {
  background: #efe6d9;
  border-top: 1px solid var(--c-border);
  padding: 44px 24px 48px;
}
#sponsor_box {
  max-width: 1000px;
  margin: 0 auto;
}
#sponsor_box dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 30px;
  row-gap: 16px;
  align-items: baseline;
  margin: 0;
}
#sponsor_box dt {
  position: relative;
  padding-left: 16px;
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.9;
  white-space: nowrap;
  color: var(--c-red);
}
#sponsor_box dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  width: 6px;
  height: 6px;
  background: var(--c-red);
  transform: rotate(45deg);
}
#sponsor_box dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.95;
  letter-spacing: .04em;
  color: var(--c-ink);
}
#sponsor_box a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--c-border);
  text-underline-offset: 3px;
  transition: color .2s, text-decoration-color .2s;
}
#sponsor_box a:hover {
  color: var(--c-red);
  text-decoration-color: currentColor;
}
@media (max-width: 768px) {
  .footer-sponsor {
    padding: 32px 20px 36px;
  }
  #sponsor_box dl {
    display: block;
  }
  #sponsor_box dt {
    margin-top: 18px;
    margin-bottom: 4px;
  }
  #sponsor_box dt:first-child {
    margin-top: 0;
  }
}
/* ==========================================================================
   共通パーツ
   ========================================================================== */
.section-label {
  color: var(--c-red-btn);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.35;
  color: var(--c-ink);
}
/* 関西弁の呼び込みコールを手書き風の小さな添え言葉に(商店街の声かけイメージ) */
.section-title .catch {
  display: inline-block;
  position: relative;
  margin-bottom: .4em;
  padding: 0 .14em;
  color: var(--c-red);
  font-size: .64em;
  letter-spacing: .04em;
  transform: rotate(-2.5deg);
  /* 蛍光ペン風のラフな下線 */
  background: linear-gradient(transparent 62%, rgba(184, 35, 44, .18) 62%);
}
.section-lead {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 2;
}
.section-head--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.text-link {
  font-size: 14px;
  letter-spacing: .12em;
  color: var(--c-ink);
  transition: opacity .3s;
}
.text-link:hover {
  opacity: .6;
}
.text-link__arrow {
  display: inline-block;
  margin-left: 14px;
  transition: transform .3s;
}
.text-link:hover .text-link__arrow {
  transform: translateX(5px);
}
.text-link--underline {
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
}
/* セクション末尾のSP専用「もっと見る」リンク(PC/タブレットでは非表示) */
.section-more-sp {
  display: none;
}
.btn-red {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: min(420px, 100%);
  margin: 36px auto 0;
  background: var(--c-red-btn);
  color: #fff;
  font-size: 15px;
  letter-spacing: .16em;
  padding: 19px 24px;
  border-radius: 6px;
  transition: opacity .3s;
}
.btn-red:hover {
  opacity: .85;
}
.btn-red__search {
  position: relative;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.btn-red__search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.btn-red__search::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.btn-red__arrow {
  font-weight: 400;
}
.btn-outline {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  letter-spacing: .12em;
  padding: 15px 30px;
  transition: background .3s, color .3s;
}
.btn-outline:hover {
  background: #fff;
  color: var(--c-navy);
}
/* ==========================================================================
   TOP:MV
   ========================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
/* MV下端の赤い波。左で高く立ち上がり、右(写真側)は低い非対称波。
   写真(z-index:1)より背面(z-index:0)に置くので写真は波に隠れず、下のイベント部の赤と繋がる */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 120px;
  z-index: 0;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220' preserveAspectRatio='none'%3E%3Cpath fill='%23b9392f' d='M0,220 L0,0 C350,0 550,190 900,190 C1200,190 1350,160 1440,150 L1440,220 Z'/%3E%3C/svg%3E") no-repeat bottom center;
  /*background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 220' preserveAspectRatio='none'%3E%3Cpath fill='%23b9392f' d='M0,220 L0,95 C150,90 280,62 345,60 C400,62 470,138 600,175 C740,205 890,209 1040,205 C1190,201 1330,197 1440,193 L1440,220 Z'/%3E%3C/svg%3E") no-repeat bottom center;*/
  background-size: 100% 100%;
}
.hero__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  aspect-ratio: 1400 / 690;
}
/* 道頓堀の写真:右に全幅で抜き、左の煙はクリーム背景に溶け込む(画像側に焼き込み済み) */
.hero__photo {
  position: absolute;
  right: 0;
  top: 8%;
  width: 62%;
  z-index: 1;
}
.hero__photo img {
  width: 100%;
}
/* キャッチコピー(イラストの下に適度なクリアランスを取る) */
.hero__content {
  position: absolute;
  left: 6%;
  top: 30%;
  width: 50%;
  z-index: 3;
}
.hero__catch {
  font-family: var(--font-serif);
  font-size: clamp(27px, 4.1vw, 50px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .04em;
  color: var(--c-ink);
  /* 写真のふちに掛かる末尾の文字を読みやすく(クリーム背景上では透明に溶ける) */
  text-shadow: 0 0 16px rgba(246, 238, 228, .9), 0 0 6px rgba(246, 238, 228, .85);
}
.hero__accent {
  color: var(--c-red);
}
.hero__lead {
  margin-top: 4%;
  font-size: clamp(14px, 1.12vw, 15.5px);
  line-height: 2.25;
  letter-spacing: .07em;
  color: var(--c-text-weak);
}
/* 散らしたイラスト(写真の左ふちに重ねる) */
/* イラスト群(行のバランスは保ったまま、中央ロゴの左へ寄せて重なりを回避) */
.hero-deco {
  position: absolute;
}
.hero-deco--dots {
  left: 0.5%;
  top: 11%;
  width: 9%;
  z-index: 1;
}
.hero-deco--manzai {
  left: 15%;
  top: 5%;
  width: 8.8%;
  z-index: 2;
}
.hero-deco--lantern {
  left: 26%;
  top: 10%;
  width: 4.6%;
  z-index: 2;
}
.hero-deco--runner {
  left: 32%;
  top: 13.5%;
  width: 7.4%;
  z-index: 4;
}
.hero-deco--takoyaki {
  left: 35%;
  top: 65.5%;
  width: 11.4%;
  z-index: 4;
}
/* ==========================================================================
   TOP:イベント
   ========================================================================== */
/* 上端の波はMV側(.hero::after)で描画している(イベント部の赤と繋がる) */
.events {
  position: relative;
  background: var(--c-red);
  padding: 66px 24px 96px;
}
.events__crab {
  position: absolute;
  top: -155px;
  left: 1.5%;
  width: clamp(180px, 16vw, 248px);
  z-index: 3;
}
.events__panel {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  background: var(--c-card);
  border-radius: 20px;
  padding: 56px 60px 66px;
}
.event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.event-card a {
  display: block;
}
.event-card__photo {
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 3 / 2;
}
.event-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .3s;
}
.event-card a:hover img {
  opacity: .8;
}
.event-card__date {
  position: absolute;
  left: 12px;
  bottom: -32px;
  width: 54px;
  padding: 9px 0 7px;
  background: #fff;
  border: 1px solid var(--c-red-btn);
  color: var(--c-red-btn);
  text-align: center;
  line-height: 1.15;
}
.event-card__date .m {
  display: block;
  font-size: 13px;
}
.event-card__date .d {
  display: block;
  font-size: 25px;
  font-weight: 600;
}
.event-card__date .w {
  display: block;
  font-size: 10px;
  letter-spacing: .08em;
}
.event-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--c-ink);
  margin-bottom: 10px;
}
.event-card__day, .event-card__place {
  font-size: 14px;
  color: var(--c-text-weak);
  line-height: 1.8;
}
/* ==========================================================================
   TOP:万灯祭
   ========================================================================== */
.manto {
  position: relative;
  background: var(--c-navy);
  overflow: hidden;
  padding: 20px 24px;
}
.manto__bg {
  position: absolute;
  pointer-events: none;
}
.manto__bg--canal {
  left: 0;
  top: 0;
  width: 58%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to right, #000 65%, transparent 100%);
  mask-image: linear-gradient(to right, #000 65%, transparent 100%);
}
.manto__bg--lantern {
  right: -180px;
  top: -80px;
  width: 46%;
  max-width: 620px;
  opacity: .9;
  mix-blend-mode: screen;
}
.manto__panel {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin-left: auto;
  margin-right: 6%;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .55);
  padding: 44px 72px;
}
.manto__sub {
  font-family: var(--font-serif);
  font-size: 18px;
  letter-spacing: .22em;
}
.manto__title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 600;
  letter-spacing: .15em;
  margin: 0 0 20px;
}
.manto__text {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .06em;
}
.manto__btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 38px;
}
/* ==========================================================================
   TOP:お店を探す
   ========================================================================== */
.shop-search {
  padding: 96px 24px 110px;
}
.shop-search__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.shop-search .section-head {
  position: relative;
}
/* ふぐは絶対配置にして見出しの行ボックスを膨らませない(SHOPと見出しを詰める) */
.shop-search__hugu {
  /* 下の白いパネル(検索ボックス)の右端あたりに配置。
     2カラム時のパネル右端 = 右カラム460px + gap52px = セクション右端から512px */
  position: absolute;
  right: 480px;
  top: -22px;
  width: 148px;
}
.shop-search__cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: 52px;
  align-items: start;
  margin-top: 40px;
}
.search-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(80, 55, 25, .06);
  padding: 10px 38px;
}
.search-box__preparing {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--c-text-weak);
}
.search-box__row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
}
.search-box__row + .search-box__row {
  border-top: 1px solid #efe8dd;
}
.search-box__head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 222px;
  flex-shrink: 0;
}
.search-box__head img {
  width: 62px;
}
.search-box__head p {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-ink);
}
.search-box__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.search-box__tags a {
  display: block;
  background: #f4f1ec;
  border-radius: 6px;
  padding: 10px 19px;
  font-size: 14px;
  letter-spacing: .04em;
  transition: background .3s, color .3s;
}
.search-box__tags a:hover,
.search-box__tags a.is-active {
  background: var(--c-red-btn);
  color: #fff;
}
/* 観光スポット一覧:エリア絞り込み(search-box__tags を流用) */
/* PCは「エリアから探す」を左・タグを右に横並び。SP(768px以下)で縦積み。 */
.spot-filter {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.spot-filter__label {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--c-ink);
}
.spot-filter .search-box__tags {
  flex: 1;
}
@media (max-width: 768px) {
  .spot-filter {
    display: block;
  }
  .spot-filter__label {
    margin-bottom: 14px;
  }
}
.shop-search__map {
  position: relative;
  padding-bottom: 110px;
}
.shop-search__map-img {
  width: 100%;
}
.shop-search__banner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}
/* ==========================================================================
   TOP:観光地
   ========================================================================== */
.spot {
  padding: 72px 24px 76px;
  background-color: #f8f4f0;
}
.spot__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  /* 左カラムは「おススメの観光地」が1行に収まる幅を確保 */
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 56px;
}
.spot__aside .text-link {
  display: inline-block;
  margin-top: 22px;
}
/* 家族イラストは見出しの下に程よく置く(下に余白を作りすぎない) */
.spot__family {
  display: block;
  width: 205px;
  margin-top: 32px;
}
.spot__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.spot-card a {
  display: block;
}
.spot-card__photo {
  aspect-ratio: 3 / 2;
  margin-bottom: 18px;
}
.spot-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .3s;
}
.spot-card a:hover img {
  opacity: .8;
}
.spot-card__area {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--c-red-btn);
  border: 1px solid currentColor;
  border-radius: 2px;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.spot-card__copy {
  font-size: 14px;
  letter-spacing: .1em;
  color: var(--c-text-weak);
  margin-bottom: 6px;
}
.spot-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--c-ink);
  margin-bottom: 10px;
}
.spot-card__text {
  font-size: 14px;
  line-height: 1.95;
}
/* ==========================================================================
   TOP:おすすめのお土産
   ========================================================================== */
.souvenir {
  padding: 60px 24px 30px;
}
.souvenir__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.souvenir .section-head {
  position: relative;
  padding-right: 240px;
}
.souvenir__deco {
  position: absolute;
  right: 0;
  top: -34px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.souvenir__deco img:nth-child(1) {
  width: 122px;
}
.souvenir__deco img:nth-child(2) {
  width: 74px;
}
.souvenir__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.souvenir__preparing {
  margin-top: 42px;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--c-text-weak);
}
.souvenir-card a {
  display: block;
}
.souvenir-card figure {
  aspect-ratio: 1 / 1;
  margin-bottom: 12px;
}
.souvenir-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .3s;
}
.souvenir-card a:hover img {
  opacity: .8;
}
.souvenir-card h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .02em;
}
/* ==========================================================================
   TOP:最新情報
   ========================================================================== */
.news {
  padding: 30px 24px 150px;
}
.news__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 56px;
}
.news__aside .text-link {
  display: inline-block;
  margin-top: 48px;
}
.news-item {
  border-bottom: 1px solid #ddd3c4;
}
.news-item a {
  display: flex;
  align-items: baseline;
  gap: 38px;
  padding: 27px 10px;
  font-size: 14px;
  letter-spacing: .04em;
  transition: opacity .3s;
}
.news-item a:hover {
  opacity: .6;
}
.news-item time {
  flex-shrink: 0;
  color: var(--c-ink);
}
.news-item__cat {
  flex-shrink: 0;
  min-width: 54px;
  white-space: nowrap; /* 「お祭り予告」など長いカテゴリ名を折り返さない */
  font-size: 12px;
  color: var(--c-text-weak);
}
.news__owarai {
  position: absolute;
  right: 6px;
  bottom: -64px;
  width: 132px;
}
/* ==========================================================================
   下層:ページヘッダー
   ========================================================================== */
.page-head {
  padding: 36px 24px 0;
}
.page-head__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-head__title {
  font-family: var(--font-serif);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--c-ink);
  margin-bottom: 30px;
}
.page-head__lead {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: .08em;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 44px 0 38px;
  font-size: 14px;
  color: var(--c-text-weak);
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li::before {
  content: ">";
  margin: 0 14px;
}
.breadcrumb a {
  color: var(--c-ink);
}
.breadcrumb a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   イベント一覧:季節タブ/季節ブロック
   ========================================================================== */
.season-tabs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.season-tabs ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
}
.season-tabs li + li {
  border-left: 1px solid var(--c-border);
}
.season-tabs__item {
  display: block;
  text-align: center;
  padding: 22px 8px 18px;
  transition: opacity .3s;
}
.season-tabs__item:hover {
  opacity: .65;
}
.season-tabs__item .kanji {
  display: block;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
.season-tabs__item .en {
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--c-ink);
}
.is-spring .kanji {
  color: var(--c-spring);
}
.is-summer .kanji {
  color: var(--c-summer);
}
.is-autumn .kanji {
  color: var(--c-autumn);
}
.is-winter .kanji {
  color: var(--c-winter);
}
.season {
  padding: 84px 24px;
  scroll-margin-top: 20px;
}
.season--spring {
  background: #fff9f9;
}
.season--summer {
  background: #fafff5;
}
.season--autumn {
  background: #faf4ee;
}
.season--winter {
  background: #f4f5f7;
}
.season__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}
.season__label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 38px;
}
.season__kanji {
  font-family: var(--font-serif);
  font-size: 78px;
  font-weight: 600;
  line-height: 1;
}
.season--spring .season__kanji {
  color: var(--c-spring);
}
.season--summer .season__kanji {
  color: var(--c-summer);
}
.season--autumn .season__kanji {
  color: var(--c-autumn);
}
.season--winter .season__kanji {
  color: var(--c-winter);
}
.season__en {
  font-size: 13px;
  letter-spacing: .2em;
  line-height: 2;
  color: var(--c-ink);
}
.season__months {
  font-size: 14px;
  letter-spacing: .08em;
}
.season__text {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: .1em;
}
.season__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  row-gap: 60px;
}
/* ==========================================================================
   下層:店舗情報/お土産(アーカイブ)
   ========================================================================== */
/* WordPress が body_class() でアーカイブページの <body> に付与する archive クラスと
   ラッパー <div class="archive"> のクラス名が衝突し、左右 padding が二重(48px)になるのを防ぐ。
   ラッパーは必ず <main> 内なので main で絞り、<body class="archive"> には効かせない。 */
main .archive {
  padding: 0 24px 90px; /* 下パディングでページネーション/一覧とフッターの間に余白を確保 */
}
.archive__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.filter {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(80, 55, 25, .05);
  padding: 38px 52px 42px;
}
.filter__row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.filter__label {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-ink);
  min-width: 108px;
}
.filter__select {
  position: relative;
  flex: 1;
  min-width: 190px;
}
.filter__select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d8d0c3;
  border-radius: 2px;
  background: #fff;
  padding: 14px 42px 14px 16px;
  font-size: 14px;
  color: var(--c-text);
  font-family: inherit;
  cursor: pointer;
}
.filter__select::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 1.5px solid var(--c-ink);
  border-bottom: 1.5px solid var(--c-ink);
  transform: rotate(45deg);
  pointer-events: none;
}
.filter__submit {
  background: var(--c-red-btn);
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 15px 46px;
  font-size: 14px;
  letter-spacing: .12em;
  cursor: pointer;
  transition: opacity .3s;
}
.filter__submit:hover {
  opacity: .85;
}
.filter__genres {
  margin-top: 36px;
}
.filter__genres .filter__label {
  display: block;
  margin-bottom: 16px;
}
.genre-tabs {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
}
.genre-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 98px;
  padding: 14px 4px 12px;
  border: 1px solid var(--c-border);
  border-radius: 4px;
  background: #fff;
  transition: border-color .3s, background .3s;
}
.genre-tab img {
  width: 52px;
}
.genre-tab span {
  font-size: 11px;
  letter-spacing: .02em;
  color: #4d473f;
  line-height: 1.4;
  text-align: center;
}
.genre-tab:hover {
  border-color: #cf6a64;
}
.genre-tab.is-active {
  border-color: #cf6a64;
  background: #fcf4f3;
}
.genre-tab.is-active span {
  color: var(--c-red-btn);
}
.result-head {
  margin: 38px 0 18px;
  font-size: 14px;
  letter-spacing: .06em;
}
.result-head__sort {
  font-size: 9px;
  margin-left: 8px;
}
.result-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  row-gap: 30px;
}
.result-card {
  background: #fff;
}
.result-card a {
  display: block;
  height: 100%;
  transition: opacity .3s;
}
.result-card a:hover {
  opacity: .8;
}
.result-card figure {
  aspect-ratio: 5 / 4;
}
.result-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result-card__body {
  padding: 17px 18px 24px;
}
.result-card__genre {
  display: inline-block;
  background: #ada063;
  color: #fff;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: .06em;
  line-height: 1;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.result-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-ink);
  margin-bottom: 9px;
}
.result-card__area {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--c-text-weak);
  margin-bottom: 10px;
}
.result-card__area::before {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: var(--c-red-btn);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) translateY(-1px);
}
.result-card__text {
  font-size: 14px;
  line-height: 1.85;
}
/* ==========================================================================
   アニメーション
   ========================================================================== */
/* --- 読み込み時(MV) --- */
html.js .js-load {
  opacity: 0;
  translate: 0 26px;
  transition: opacity .9s ease, translate .9s ease;
}
html.js body.is-loaded .js-load {
  opacity: 1;
  translate: 0 0;
}
.hero__photo.js-load {
  transition-delay: .05s;
}
.hero__catch.js-load {
  transition-delay: .2s;
}
.hero__lead.js-load {
  transition-delay: .35s;
}
.hero-deco--manzai.js-load {
  transition-delay: .5s;
}
.hero-deco--lantern.js-load {
  transition-delay: .62s;
}
.hero-deco--runner.js-load {
  transition-delay: .74s;
}
.hero-deco--takoyaki.js-load {
  transition-delay: .6s;
}
/* --- スクロール表示 --- */
html.js .reveal {
  opacity: 0;
  translate: 0 30px;
  transition: opacity .8s ease, translate .8s ease;
}
html.js .reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
/* --- イラストのループアニメーション --- */
/* 提灯:ゆらゆら揺れる */
@keyframes swing {
  from {
    transform: rotate(-6deg);
  }
  to {
    transform: rotate(6deg);
  }
}
.anim-lantern {
  transform-origin: top center;
  animation: swing 2.6s ease-in-out infinite alternate;
}
/* 漫才師(線画):ふわふわ浮く */
@keyframes floaty {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-9px);
  }
}
.anim-float {
  animation: floaty 3.2s ease-in-out infinite alternate;
}
/* グリコランナー:走るように弾む */
@keyframes runbob {
  0% {
    transform: translateY(0) rotate(-1.5deg);
  }
  50% {
    transform: translateY(-8px) rotate(1.5deg);
  }
  100% {
    transform: translateY(0) rotate(-1.5deg);
  }
}
.anim-runner {
  animation: runbob 1.1s ease-in-out infinite;
}
/* たこ焼き:左右にゆれる */
@keyframes yura {
  from {
    transform: rotate(-2.5deg);
  }
  to {
    transform: rotate(2.5deg);
  }
}
.anim-yura {
  transform-origin: bottom center;
  animation: yura 2.8s ease-in-out infinite alternate;
}
/* カニ:横歩き */
@keyframes crabwalk {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-11px) translateY(2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(13px) translateY(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.anim-crab {
  animation: crabwalk 5.5s ease-in-out infinite;
}
/* ドット模様:ゆっくり回転 */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.anim-spin {
  animation: spin 40s linear infinite;
}
/* ふぐ:ぷかぷか膨らむ */
@keyframes puff {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.05);
  }
}
.anim-puff {
  animation: puff 3s ease-in-out infinite;
}
/* 上下にゆれる(家族・スイーツ・漫才師) */
@keyframes bob {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-8px);
  }
}
.anim-bob {
  animation: bob 2.6s ease-in-out infinite alternate;
}
.anim-delay {
  animation-delay: 1.2s;
}
/* --- 動きを抑える設定のユーザーへ配慮 --- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  html.js .js-load, html.js .reveal {
    opacity: 1;
    translate: 0 0;
    transition: none;
  }
  .anim-lantern, .anim-float, .anim-runner, .anim-yura, .anim-crab, .anim-spin, .anim-puff, .anim-bob {
    animation: none;
  }
}
/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media (max-width: 1100px) {
  .event-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .season__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .result-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .souvenir__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .genre-tabs {
    grid-template-columns: repeat(4, 1fr);
  }
  .shop-search__cols {
    grid-template-columns: 1fr;
  }
  .shop-search__map {
    max-width: 560px;
    margin: 0 auto;
  }
  .shop-search__hugu {
    right: 16px;
  } /* 1カラム時:全幅になったパネルの右端へ */
  .spot__inner, .news__inner, .season__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  /* タブレット・スマホ:縦積み時は観光地イラストを右端へ寄せる */
  .spot__family {
    margin-top: 20px;
    margin-left: auto;
  }
  .spot__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .news__owarai {
    position: static;
    display: block;
    margin: 10px 0 0 auto;
  }
  /* タブレット:文章パネルを右側に寄せて、運河写真(左)と分ける */
  .manto__panel {
    max-width: 500px;
    margin-right: 0;
    padding: 40px 44px;
  }
}
/* タブレット以下:MVの重ね配置を解除して縦積みに */
@media (max-width: 1023px) {
  /* タブレット:中央ロゴ→左寄せ(ナビは右上のまま) */
  .site-logo {
    margin: 0;
  }
  /* 下パディングを赤い波(.hero::after 70px)より大きく取り、リード文が波に重ならないようにする */
  .hero__inner {
    aspect-ratio: auto;
    padding: 104px 24px 92px;
  }
  .hero__photo {
    position: static;
    width: 100%;
    margin: 0 auto 26px;
  }
  .hero__content {
    position: static;
    width: 100%;
  }
  .hero__catch {
    font-size: clamp(28px, 5.2vw, 44px);
  }
  .hero__lead {
    margin-top: 22px;
  }
  .hero-deco {
    display: none;
  }
  .hero::after {
    height: 70px;
  } /* 縦積み時は波を浅く */
  .events__crab {
    top: -50px;
  }
  /* タブレット:観光地は2カラム(お土産は1100px以下で3カラムのまま) */
  .spot__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  /* header → ハンバーガー */
  .site-header {
    padding: 18px 0 12px;
  }
  /* スマホはヘッダーが小さい(ロゴ160px・上下18/12px ≒ 高さ90px)ので、
     固定ヘッダー回避用の上余白もPCの112pxから詰める */
  .page-sub main {
    padding-top: 90px;
  }
  .site-logo {
    margin: 0;
  }
  .site-logo img {
    width: 160px;
  }
  .site-logo__en {
    font-size: 10px;
    margin-top: 6px;
  }
  .nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 50; /* ドロワー(z-40)より前面。開いた状態でも×で閉じられるように */
  }
  .nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--c-ink);
    margin: 6px auto;
    transition: transform .3s, opacity .3s;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  /* === 右からのドロワー(オフキャンバス)メニュー === */
  /* .global-nav 自体を全画面の暗幕(オーバーレイ)に、内側の ul を右パネルにする */
  .global-nav {
    position: fixed;
    inset: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 40;
    background: rgba(17, 12, 8, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
  }
  .global-nav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .global-nav ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    max-width: 330px;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    background: var(--c-cream);
    box-shadow: -12px 0 30px rgba(40, 25, 10, .22);
    padding: 80px 0 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    transition: transform .38s cubic-bezier(.22, .61, .36, 1);
  }
  .global-nav.is-open ul {
    transform: translateX(0);
  }
  /* パネル上部の小見出し */
  .global-nav ul::before {
    content: "MENU";
    display: block;
    margin: 0 28px 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--c-border);
    font-family: var(--font-serif);
    font-size: 13px;
    letter-spacing: .35em;
    color: var(--c-text-weak);
  }
  .global-nav li {
    width: 100%;
  }
  .global-nav li + li {
    border-left: none; /* PC用の縦罫線を打ち消す */
  }
  .global-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 28px;
    font-family: var(--font-serif);
    font-size: 16px;
    letter-spacing: .08em;
    color: var(--c-ink);
    border-bottom: 1px solid var(--c-border);
    transition: background .25s, color .25s;
  }
  .global-nav a:active {
    background: rgba(184, 35, 44, .06);
  }
  /* 外部リンクには ↗ を添える */
  .global-nav .is-external a::after {
    content: "↗";
    margin-left: 12px;
    font-size: 13px;
    color: var(--c-text-weak);
  }
  /* 万灯祭特設サイト:特設リンクとして強調 */
  .global-nav .is-feature a {
    background: #fbeeec;
    color: var(--c-red);
    font-weight: 700;
  }
  .global-nav .is-feature a::after {
    content: none; /* 道頓堀川万灯祭2026:外部リンクの ↗ を非表示 */
  }
  /* ドロワー表示中は背面スクロールを固定 */
  body.nav-open {
    overflow: hidden;
  }
  /* MV */
  .hero__inner {
    padding: 92px 20px 64px;
  }
  .hero__photo {
    /* 画面幅いっぱいに強制的に広げる */
    width: 100vw;
    max-width: 100vw;
    /* 親要素の中心から画面の左端・右端に合わせてマイナスマージンを自動計算 */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 20px;
  }
  .hero__photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* スマホ:PC版MVの提灯イラストを写真右下〜キャッチ右の余白に表示 */
  .hero-deco--lantern {
    display: block;
    left: auto;
    right: 9%;
    top: calc(72vw + 18px);
    width: 56px;
    z-index: 4;
  }
  .hero__lead br, .manto__text br {
    display: none;
  }
  /* イベント */
  .events {
    padding: 34px 20px 64px;
  }
  .hero::after {
    height: 50px;
  }
  .events__crab {
    width: 132px;
    top: -50px;
  }
  .events__panel {
    padding: 36px 22px 46px;
  }
  .event-list {
    gap: 22px;
    row-gap: 40px;
  }
  /* 万灯祭 */
  .manto {
    padding: 40px 20px;
  }
  .manto__btns {
    flex-direction: column;
  }
  .manto__btns .btn-outline {
    display: block;
    width: 100%;
    text-align: center;
  }
  .manto__bg--canal {
    width: 100%;
    opacity: .45;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .manto__bg--lantern {
    display: none;
  }
  .manto__panel {
    max-width: none;
    padding: 44px 30px;
  }
  /* お店を探す */
  .shop-search {
    padding: 70px 20px 80px;
  }
  /* SP:ふぐは見出しの右上へ */
  .shop-search__hugu {
    left: auto;
    right: 0;
    top: -24px;
    width: 96px;
  }
  .search-box {
    padding: 6px 22px;
  }
  .search-box__preparing {
    min-height: 220px;
  }
  .search-box__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 0;
  }
  .search-box__head {
    min-width: 0;
  }
  .search-box__head img {
    width: 50px;
  }
  /* 観光地・お土産・最新情報 */
  .spot {
    padding: 50px 20px 90px;
  }
  .spot__list {
    grid-template-columns: 1fr;
  }
  .souvenir .section-head {
    padding-right: 0;
  }
  .souvenir__deco {
    position: static;
    justify-content: flex-end;
    margin-top: 12px;
  }
  .souvenir__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news {
    padding: 30px 20px 100px;
  }
  /* SP:見出し内のリンクを隠し、カードの後ろ(セクション末尾)のリンクを表示する */
  .spot__aside .text-link,
  .news__aside .text-link {
    display: none;
  }
  .section-more-sp {
    display: block;
    width: 100%;
    padding: 15px 30px;
    border: 1px solid var(--c-ink);
    color: var(--c-ink);
    text-align: center;
  }
  .news-item a {
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 20px 4px;
  }
  .news-item a p {
    width: 100%;
  }
  /* footer */
  .site-footer {
    background-image: none;
    padding: 56px 20px 36px;
  }
  .site-footer__nav li + li::before {
    margin: 0 10px;
  }
  /* 下層 */
  .page-head__title {
    font-size: 26px; /* スマホはclamp下限30pxより少し小さく */
  }
  .season-tabs__item .kanji {
    font-size: 24px;
  }
  .season-tabs__item .en {
    font-size: 10px;
    letter-spacing: .1em;
  }
  .season {
    padding: 56px 24px; /* 左右をお知らせ/他アーカイブと同じ24pxに統一 */
  }
  .season__list {
    grid-template-columns: 1fr;
  }
  .season__kanji {
    font-size: 60px;
  }
  .filter {
    padding: 26px 22px 30px;
  }
  .filter__label {
    min-width: 0;
  }
  .filter__select {
    min-width: 100%;
  }
  .filter__submit {
    width: 100%;
  }
  .genre-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
  .result-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    row-gap: 22px;
  }
  .result-card__body {
    padding: 13px 13px 18px;
  }
}
/* タブレットのみ:観光地の見出しブロックを「テキスト左・イラスト右」の横並びにし、
   イラストを絶対配置でテキスト右の余白に収めて余分な高さを出さない(スマホは縦積みのまま) */
@media (min-width: 769px) and (max-width: 1100px) {
  .spot__aside {
    position: relative;
    min-height: 140px;
    padding-right: 245px;
  }
  .spot__family {
    position: absolute;
    top: calc(50% - 66px);
    right: 0;
    margin: 0;
  }
}

/* ==========================================================================
   WordPress化で追加(汎用ページ/ページネーション/検索/イベント詳細)
   ========================================================================== */

/* --- 汎用ページ本文 --- */
.page-body {
  padding: 30px 24px 90px;
}
.page-body__inner {
  max-width: 880px;
  margin: 0 auto;
  line-height: 2.1;
  letter-spacing: .04em;
}
.entry-content > * + * {
  margin-top: 1.4em;
}
.entry-content h2 {
  font-family: var(--font-serif);
  font-size: 22px;
  letter-spacing: .08em;
  color: var(--c-ink);
  margin-top: 1.8em;
}
.entry-content a {
  color: var(--c-red);
  text-decoration: underline;
}

/* --- ページネーション --- */
.pagination {
  margin: 50px 0 0;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  min-width: 40px;
  padding: 9px 12px;
  margin: 0 3px;
  background: #fff;
  border: 1px solid var(--c-border);
  color: var(--c-ink);
  font-size: 14px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: var(--c-red-btn);
  border-color: var(--c-red-btn);
  color: #fff;
}

/* --- 検索フォーム --- */
.search-form {
  display: flex;
  gap: 8px;
  max-width: 420px;
}
.search-form__input {
  flex: 1 1 auto;
  padding: 10px 14px;
  border: 1px solid var(--c-border);
  background: #fff;
}
.search-form__submit {
  padding: 10px 18px;
  background: var(--c-red-btn);
  color: #fff;
  border: 0;
  cursor: pointer;
}

.archive__empty,
.season__empty {
  grid-column: 1 / -1;
  padding: 30px 0;
  color: var(--c-text-weak);
}

/* --- イベント詳細(single-event) --- */
.event-detail__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px 90px;
}
.event-detail__head {
  text-align: center;
  margin: 6px 0 40px;
}
/* お知らせ詳細:見出しはコンテンツ幅に対して左寄せ */
.event-detail__head--left {
  text-align: left;
}
.event-detail__season {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.event-detail__season-kanji {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent, var(--c-red));
  color: #fff;
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 600;
}
.event-detail__season-en {
  font-size: 12px;
  letter-spacing: .22em;
  color: var(--accent, var(--c-red));
}
.event-detail__date {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: .06em;
  color: var(--c-text-weak);
}
/* お知らせ詳細:日付の前に出すカテゴリーラベル */
.event-detail__cat {
  display: inline-block;
  margin-right: 14px;
  padding: 2px 12px;
  border: 1px solid var(--c-border);
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--c-ink);
}
.event-detail__title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.55;
  color: var(--c-ink);
  margin: 10px 0 12px;
}
.event-detail__place {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: var(--c-text-weak);
}
.event-detail__place::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--accent, var(--c-red));
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) translateY(-1px);
}

.event-detail__media {
  margin: 0 0 46px;
}
.event-detail__main {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(11, 24, 65, .12);
}
.event-detail__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* === 画像ギャラリー(Swiperスライドショー) === */
.gallery {
  --swiper-theme-color: var(--accent, var(--c-red));
}
.gallery__main {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(11, 24, 65, .12);
}
.gallery__main .swiper-wrapper,
.gallery__main .swiper-slide {
  height: 100%;
}
.gallery__main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ナビ矢印(円形・半透明地) */
.gallery__main .swiper-button-prev,
.gallery__main .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(11, 24, 65, .42);
  color: #fff;
  transition: background .2s;
}
.gallery__main .swiper-button-prev:hover,
.gallery__main .swiper-button-next:hover {
  background: rgba(11, 24, 65, .68);
}
.gallery__main .swiper-button-prev::after,
.gallery__main .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}
/* ページネーション(ドット) */
.gallery__main .swiper-pagination-bullet {
  background: #fff;
  opacity: .7;
}
.gallery__main .swiper-pagination-bullet-active {
  background: var(--accent, var(--c-red));
  opacity: 1;
}
/* サムネ列(横1列スクロール:スマホでも折り返さない) */
.gallery__thumbs {
  margin-top: 12px;
}
.gallery__thumbs .swiper-slide {
  width: 96px;
  height: 64px; /* 3:2 固定。メイン画像と同じ縦横比に揃える */
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: .5;
  transition: opacity .2s, border-color .2s;
}
.gallery__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery__thumbs .swiper-slide:hover {
  opacity: .85;
}
.gallery__thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--accent, var(--c-red));
}
@media (max-width: 768px) {
  .gallery__thumbs .swiper-slide {
    width: 72px;
    height: 48px;
  }
  .gallery__main .swiper-button-prev,
  .gallery__main .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .gallery__main .swiper-button-prev::after,
  .gallery__main .swiper-button-next::after {
    font-size: 13px;
  }
}

.event-detail__body {
  margin: 0 0 50px;
}
.event-detail__lead {
  font-size: 17px;
  font-weight: 500;
  line-height: 2.2;
  color: var(--c-ink);
  border-left: 4px solid var(--accent, var(--c-red));
  padding-left: 20px;
  margin-bottom: 30px;
}
.event-detail__content {
  font-size: 15px;
  line-height: 2.15;
  letter-spacing: .03em;
}
.event-detail__content > * + * {
  margin-top: 1.4em;
}

.event-detail__info {
  max-width: 760px;
  margin: 0 auto 46px;
  background: #fff;
  border: 1px solid var(--c-border);
  padding: 30px 34px;
}
.event-detail__info-title {
  font-family: var(--font-serif);
  font-size: 20px;
  letter-spacing: .1em;
  color: var(--c-ink);
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--accent, var(--c-red));
}
.event-detail__tr {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--c-border);
}
.event-detail__tr:last-child {
  border-bottom: 0;
}
.event-detail__tr dt {
  font-weight: 700;
  font-size: 14px;
  color: var(--c-ink);
}
.event-detail__tr dd {
  font-size: 15px;
  line-height: 1.9;
  word-break: break-word;
}
.event-detail__tr dd a {
  color: var(--c-red);
  text-decoration: underline;
}
.event-detail__info .btn-red {
  margin-top: 24px;
}

.event-detail__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto 30px;
}
.event-detail__nav a {
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--accent, var(--c-red));
}
.event-detail__nav a span {
  margin-top: 6px;
  max-width: 260px;
  font-size: 13px;
  font-weight: 400;
  color: var(--c-text-weak);
}
.event-detail__nav-next {
  margin-left: auto;
  text-align: right;
}
.event-detail__nav-next a {
  align-items: flex-end;
}
.event-detail__back {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .event-detail__tr {
    grid-template-columns: 84px 1fr;
    gap: 10px;
  }
  .event-detail__info {
    padding: 24px 20px;
  }
  .event-detail__nav {
    flex-direction: column;
  }
  .event-detail__nav-next {
    margin-left: 0;
    text-align: left;
  }
  .event-detail__nav-next a {
    align-items: flex-start;
  }
}

/* ==========================================================================
   フッターを全幅・独立させる(左右余白の解消)
   - どこかで横方向のはみ出しが起きても左右に余白が出ないよう抑止
   - フッターは親の制約を受けずブラウザ幅いっぱい(フルブリード)に固定
   ========================================================================== */
html,
body {
  overflow-x: hidden;
}
/* 短いページ(お知らせ一覧など)でフッター下に余白が出ないよう最下部へ固定 */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1 0 auto;
}
.site-footer {
  flex-shrink: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ==========================================================================
   詳細ページ(イベント/店舗/スポット):ヘッダー直下〜パンくずの無駄な余白を詰める
   ※ page-head にパンくずだけの詳細ページで、padding-top と breadcrumb の
     上marginが二重に効いて余白が大きくなっていたのを解消
   ========================================================================== */
.event-detail .page-head {
  padding-top: 0;
}
.event-detail .breadcrumb {
  margin-top: 12px;
}

/* ==========================================================================
   明るい背景上の btn-outline を視認できる色に
   (.btn-outline は元々ダーク地の万灯祭セクション用=白枠白字。
    クリーム地の詳細ページ/404の「一覧へ戻る」等では見えないため上書き)
   ========================================================================== */
.event-detail .btn-outline,
.page-body .btn-outline {
  border-color: var(--c-ink);
  color: var(--c-ink);
}
.event-detail .btn-outline:hover,
.page-body .btn-outline:hover {
  background: var(--c-ink);
  color: #fff;
}

/* ==========================================================================
   TOP:最新情報の下の横長バナー(大阪ミナミマップ)
   ========================================================================== */
.home-banner {
  padding: 0 24px 90px;
}
.home-banner__link {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  transition: opacity .3s;
}
.home-banner__link:hover {
  opacity: .85;
}
.home-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}