/*
Theme Name: 福岡お城まわり商店街連合会
Theme URI: https://fukuoka-oshiro.jp
Author: Fukuoka Oshiro Shotengai
Description: 福岡お城まわり商店街連合会の観光サイト用WordPressテーマ
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fukuoka-oshiro
Tags: japanese, tourism, shopping-street, responsive
*/
:root {
  --theme-color: #E87722;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
	scroll-padding-top: 80px;
  font-size: 18px;
}
body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  background: #F5F0E8;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover { opacity: .75; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  line-height: 1.4;
  font-weight: 600;
}

p  { font-size: 1rem; line-height:2; }
h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1rem; }

section { font-feature-settings: "palt"; }
@media (max-width: 600px) {
  .pc-br { display: none; }
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
.container--wide {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.container--narrow { max-width: 1000px; }
.section { padding: 70px 0; }

.section-title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: .5rem;
  font-weight: 900;
}
.section-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 1.5rem auto 2.5rem;
  width: 60px;
  height: 4px;
}
.section-title-line::before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #ED541B;
  border-radius: 2px 0 0 2px;
  flex-shrink: 0;
}
.section-title-line::after {
  content: '';
  display: block;
  flex: 1;
  height: 4px;
  background: #8E8380;
  border-radius: 0 2px 2px 0;
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: #ED541B;
  z-index: 1001;
  display: flex;
  align-items: center;
	box-shadow: none;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width:  1260px;
  margin: 0 auto;
  padding: 0 20px;
  height: 80px;
}
.site-logo-img {
  height: 80px;
	padding: 10px 0;
  display: block;
}
.footer-logo-img {
  height: 70px;
  width: auto;
  display: block;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-sns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-sns a {
  font-size: 2rem;
  display: block;
	color:#fff;
  transition: 0.3s ease;
}
.header-sns a:hover {
  opacity: 1;
}
.logo-icon-ph .fa-torii-gate {
  color: #FFFFFF;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
	body{ padding-top: 80px;}
  .header-right { gap: 5px; }
  .header-sns { display: none; }
	.site-logo-img {
	  width: 200px;
		height: auto;
	}	
    }

#global-nav {
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 48px;
  display: flex;
  align-items: center;
}
.gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.gnav-list li a {
    display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 0 15px;
  height: 48px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: .05em;
}

.gnav-list li a:hover { color: #E07A4A; opacity: 1; }
.gnav-list li a:hover::after { width: 60%; }
.gnav-has-dropdown { position: relative; }
.gnav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFFFFF;
  padding: 0 15px;
  height: 80px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: .05em;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.gnav-dropdown-trigger:hover { color: #E07A4A; opacity: 1; }
.gnav-arrow {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}
.gnav-dropdown-trigger[aria-expanded="true"] .gnav-arrow { transform: rotate(180deg); }
.gnav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  min-width: 118px;
  padding: 12px 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 1100;
}
.gnav-dropdown[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.gnav-dropdown li a {
  display: block;
  color: #333333;
  padding: 6px 10px;
  height: auto;
  font-size: 0.9rem;
	letter-spacing: .05em;
  border-bottom: 1px solid #F5F0E8;
  transition: background 0.3s ease, color 0.3s ease;
	text-align: center;
}
.gnav-dropdown li:last-child a { border-bottom: none; }
.gnav-dropdown li a::after { display: none; }
.gnav-dropdown li a:hover {
  background: #F5F0E8;
  color: #ED541B;
  opacity: 1;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
#mobile-nav {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: #f5f5f5;
  z-index: 999;
  padding: 20px 0 0;
  transform: translateY(-130%);
  transition: transform 0.3s ease;
}
#mobile-nav.is-open { transform: translateY(0); }
.mobile-nav-list li a {
  display: block;
  color: #333;
  padding: 14px 30px;
  font-size: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobile-nav-list li {
  font-size: 1rem;
}
.mobile-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #333;
  padding: 14px 30px;
  font-size: 1rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.1);
  cursor: pointer;
  text-align: left;
}
.mobile-arrow {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.mobile-accordion-trigger[aria-expanded="true"] .mobile-arrow { transform: rotate(180deg); }
.mobile-accordion-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
  background: rgba(0,0,0,0.05);
}
.mobile-accordion-body.is-open { max-height: 400px; }
.mobile-accordion-body li a {
  padding: 11px 30px 11px 44px;
  font-size: 1rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.mobile-accordion-body li a::before {
  content: '›';
  font-size: 1em;
	line-height:1;
  margin-right: 6px;
  color: #ED541B;
}
.mobile-nav-sns {
  padding: 14px 30px;
  display: flex;
  gap: 20px;
}
.mobile-nav-sns > a {
  font-size: 1.55rem;
  color: #333;
  display: inline-block;
}
#mobile-nav.is-open {
  transform: translateX(0);
}

.breadcrumb { padding: 12px 0; }
.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  font-size: 0.83rem;
  color: #999999;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb-list li:not(:last-child)::after { content: '>'; }
.breadcrumb-list li a { color: #ED541B; }

.hero-slider-section {
  padding: 10px 0 52px;
  overflow: hidden;
}
.hero-splide .splide__track {

}
.hero-slide {
  aspect-ratio: 5 / 3;
  width: 100%;
  border-radius: 100px 100px 0 100px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.hero-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-splide .splide__pagination {
  bottom: -32px;
  gap: 6px;
}
.hero-splide .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #CCCCCC;
  opacity: 1;
  border-radius: 999px;
  transition: background 0.3s, width 0.3s;
  margin: 0;
  transform: none;
}
.hero-splide .splide__pagination__page.is-active {
  background: #ED541B;
  width: 24px;
  transform: none;
}

@media (max-width: 900px) {
	.hero-splide .splide__track {
	  padding:0;
	}
  .hero-slider-section { padding: 0 20px; }
  .hero-splide { padding: 0; }
  .hero-slide {
    aspect-ratio: 5 / 3;
    border-radius: 50px 50px 0 50px;
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 480px) {
	.hero-slider-section {
	  padding: 0;
	}
	.hero-slide {
	  border-radius: 0;
	}
}

.oheso-section {
  position: relative;
  background: #F5F0E8;
  padding: 48px 0 0;
}
.oheso-layout {
  display: flex;
  align-items: stretch;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 32px;
}
.oheso-illust--left {
  flex: 0 0 auto;
  width: clamp(80px, 8vw, 120px);
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  z-index: 4;
  pointer-events: none;
}
.oheso-illust--left img { width: 100%; height: auto; display: block; }
.oheso-center-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.oheso-blob-area { position: relative; flex-shrink: 0; }
.oheso-blob-svg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  width: 550px;
}
.oheso-illust--right {
  position: absolute;
  right: 50px;
  bottom: -10px;
  width: clamp(110px, 14vw, 200px);
  z-index: 4;
  pointer-events: none;
}
.oheso-illust--right img { width: 100%; height: auto; display: block; }
.oheso-desc {
	position: relative;
	right: 80px;
}
.oheso-desc p {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
	margin: 50px 0 20px;
  font-weight: 300;
}
.oheso-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #333333;
  color: #333333;
  padding: 8px 24px;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 300;
  transition: all 0.3s ease;
  background: transparent;
  white-space: nowrap;
}
.oheso-btn:hover {
  background: #333333;
  color: #FFFFFF;
  opacity: 1;
}
.oheso-catch {
  flex: 0 0 auto;
  width: clamp(120px, 16vw, 220px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  z-index: 4;
}
.oheso-catch-text {
	margin-right: 50px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: clamp(1.22rem, 3vw, 2rem);
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #333333;
  font-weight: 900;
  font-feature-settings: "vert" 1, "vrt2" 1;
text-shadow: 1px 1px 5px #F5F0E8;
}
.oheso-catch-text .bracket { text-orientation: upright; }
@media (max-width: 768px) {
  .oheso-section { padding: 0 0 48px; overflow: hidden; }
  .oheso-layout { display: block; padding: 0; position: relative; }
  .oheso-illust--left {
    position: absolute;
    top: 0;
    left: 12px;
    width: 80px;
    padding-bottom: 0;
    align-items: flex-start;
    z-index: 5;
  }
  .oheso-catch {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    z-index: 5;
    pointer-events: none;
  }
  .oheso-catch-text {
    font-size: clamp(1.11rem, 4vw, 1.44rem);
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-shadow: 1px 1px 3px #F5F0E8;
    writing-mode: vertical-rl;
    pointer-events: auto;
    margin-right: 0;
  }
  .oheso-blob-svg { max-width: 400px; }
  .oheso-center-col { display: block; }
  .oheso-blob-area { margin-top: 170px;}
  .oheso-illust--right { right: 0; bottom: -10px; width: 120px; }
  .oheso-desc { width: calc(100% - 40px); margin: 0 auto; text-align: center; right: 0; }
}
@media (max-width: 480px) {
  .oheso-illust--left { width: 60px; top: 0; }
  .oheso-catch-text { font-size: 1.3rem; }
  .oheso-blob-area { margin-top: 150px; }
  .oheso-illust--right { width: 100px; }
  .oheso-desc { text-align: left; }
  .oheso-blob-svg { max-width: 300px; }
  .oheso-btn { font-size: 0.9rem; padding: 5px 12px; }
}

.front-news-list {
  list-style: none;
  margin: 0 auto 2rem;
  padding: 0;
  max-width: 660px;
  border-top: 1px solid #CCCCCC;
}

.front-news-item {
  border-bottom: 1px solid #CCCCCC;
}

.front-news-link {
  display: flex;
  align-items: center;
  gap: 1.11rem;
  padding: 1rem 0.44rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  flex-wrap: wrap;
}
.front-news-link:hover {
  opacity: 0.75;
}

.front-news-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.44rem 0.67rem;
}

.front-news-date {
  font-size: 0.78rem;
  color: #999999;
  white-space: nowrap;
}

.front-news-new {
  display: inline-block;
  font-size: 0.67rem;
  font-weight: 700;
  color: #FFFFFF;
  background: #ED541B;
  padding: 0.1em 0.5em;
  border-radius: 4px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.front-news-title {
  font-size: 0.89rem;
  font-weight: 500;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  min-width: 0;
}

@media (max-width: 900px) {
  .front-news-title {
    width: 100%;
    flex-basis: 100%;
  }
}
.front-news-empty {
  color: #999999;
  text-align: center;
  padding: 2rem 0;
}

.news-archive-item__meta {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  margin-bottom: 0.33rem;
}

.news-archive-item__date {
  font-size: 0.78rem;
  color: #999999;
}

.news-archive-item__thumb {
  aspect-ratio: 16 / 9;
}
.news-archive-item__thumb img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.news-archive-item__title {
  font-size: 1rem;
  font-weight: 500;
}

.news-single-header {
  background: #ED541B;
  color: #FFFFFF;
  padding: 1.67rem 2.22rem;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

.news-single-header__meta {
  display: flex;
  align-items: center;
  gap: 0.67rem;
  margin-bottom: 0.56rem;
}

.news-single-header__date {
  font-size: 0.83rem;
  opacity: 0.9;
}

.news-single-header__new {
  display: inline-block;
  font-size: 0.67rem;
  font-weight: 700;
  color: #ED541B;
  background: #FFFFFF;
  padding: 0.1em 0.6em;
  border-radius: 4px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.news-single-header__title {
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1.5;
}

.news-single {
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  padding: 2.22rem;
  margin-bottom: 2.22rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.news-single__thumb {
  margin-bottom: 2rem;
}

.news-single__body {
  font-size: 1rem;
  line-height: 1.9;
  color: #333333;
}

.news-single__body p {
  margin-bottom: 1.2em;
}
.news-single__body h2 {
  font-size: 1.22rem;
  font-weight: 700;
  border-left: 4px solid #ED541B;
  padding-left: 0.67rem;
  margin: 2em 0 0.8em;
}
.news-single__body h3 {
  font-size: 1.06rem;
  font-weight: 700;
  margin: 1.5em 0 0.6em;
}
.news-single__body ul,
.news-single__body ol {
  list-style: revert;
  padding-left: 1.5em;
  margin-bottom: 1.2em;
}
.news-single__body li {
  margin-bottom: 0.3em;
}
.news-single__body a {
  color: #ED541B;
  text-decoration: underline;
}
.news-single__body img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 0.5em 0;
}

@media (max-width: 900px) {

  .front-news-thumb {
    width: 4.38rem;
    height: 2.92rem;
  }
  .front-news-title {
    font-size: 0.94rem;
  }

  .news-single-header {
    padding: 1.25rem 1.5rem;
  }
  .news-single-header__title {
    font-size: 1.25rem;
  }
  .news-single {
    padding: 1.5rem;
  }
}

@media (max-width: 600px) {

  .front-news-link {
    gap: 0.8rem;
    padding: 0.8rem 0.2rem;
  }
  .front-news-thumb {
    width: 3.73rem;
    height: 2.53rem;
  }
  .front-news-title {
    font-size: 0.87rem;
  }

  .news-single-header {
    padding: 1rem 1rem;
  }
  .news-single-header__title {
    font-size: 1.07rem;
  }
  .news-single {
    padding: 1rem;
  }
  .news-single__body {
    font-size: 0.93rem;
  }
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 660px;
  margin: 0 auto;
}
.event-card {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 160px 1fr;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.event-card:last-child { border-bottom: none; }
.event-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.12); z-index: 1; }
.event-card-link {
  display: contents;
  color: inherit;
  text-decoration: none;
}
.event-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.12); opacity: 0.9; }
.event-card-thumb {
  display: block;
  width: 160px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
}
.event-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.event-card:hover .event-card-thumb img { transform: scale(1.04); }
.event-card-thumb-ph { width: 100%; height: 100%; background: gray; }
.event-card-body {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.event-card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.event-card-area {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
.event-card-area { font-size: 1rem; }

.area-color-toujinmachi { background: #CE6363; }
.area-color-nishikoen   { background: #E09A55; }
.area-color-otemon      { background: #71AA83; }
.area-color-minato      { background: #75ADD6; }
.area-color-ropponmatsu { background: #8D639A; }
.area-color-all         { background: #555; }

.area-color-toujinmachi-area { background: #CE6363; color: #fff; }
.area-color-nishikoen-area   { background: #E09A55; color: #fff; }
.area-color-otemon-area      { background: #71AA83; color: #fff; }
.area-color-minato-area      { background: #75ADD6; color: #fff; }
.area-color-ropponmatsu-area { background: #8D639A; color: #fff; }
.area-color-default          { background: #555;    color: #fff; }
.area-color-others-area      { background: #555;    color: #fff; }

.event-card-date {
  font-size: 0.83rem;
  color: #999999;
  font-weight: 500;
  letter-spacing: .03em;
}
.event-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #333333;
}
.event-card-title a { color: inherit; }
.event-card-title a:hover { color: #ED541B; opacity: 1; }
  font-size: 1rem;
  color: #333333;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 680px) {
  .event-card { grid-template-columns: 120px 1fr; }
  .event-card-thumb { width: 120px; }
  .event-card-body { padding: 14px 16px; gap: 8px; }
  .event-card-title { font-size: 0.94rem; }
}
@media (max-width: 440px) {
  .event-card { grid-template-columns: 96px 1fr; }
  .event-card-thumb { width: 96px; }
  .event-card-body { padding: 12px 14px; }
  .event-card-meta { gap: 8px; }
  .event-card-title { font-size: 1rem; }
}

.course-splide-wrapper { position: relative; margin-bottom: 40px; padding: 0; }
.course-splide { overflow: hidden; }
.course-splide .splide__track { padding: 10px 4px 24px; overflow: hidden; }
.course-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.course-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.12); transform: translateY(-3px); }
.course-card-img {
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
  overflow: hidden;
  background: #CCCCCC;
}
.course-card-img img,
.course-card-img-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.course-card-img-placeholder { background: #999999; }
.course-card-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.course-card-number {
  font-size: 0.77rem;
  color: #ED541B;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 4px;
}
.course-card-title { font-size: 1rem; font-weight: 700; line-height: 1.4; flex: 1; }
.course-card-title a { color: inherit; }
.course-card-title a:hover { color: #ED541B; opacity: 1; }
.course-splide__arrows { position: relative; }
.course-arrow.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 0.88rem;
  color: #333333;
  opacity: 1;
  transition: all 0.3s ease;
}
.course-arrow.splide__arrow:hover {
  background: #ED541B;
  border-color: #ED541B;
  color: #FFFFFF;
}
.course-arrow.splide__arrow:disabled { opacity: 0.3; cursor: default; }
.splide__arrow--prev.course-arrow { left: -52px; }
.splide__arrow--next.course-arrow { right: -52px; }
.course-splide .splide__pagination { bottom: 0; gap: 5px; }
.course-splide .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #CCCCCC;
  opacity: 1;
  border-radius: 999px;
  transition: background 0.3s, width 0.3s;
  margin: 0;
}
.course-splide .splide__pagination__page.is-active {
  background: #ED541B;
  width: 20px;
}

.area-map-wrapper { border-radius: 12px; }
.area-map-block {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.area-map-block--lg { min-height: 380px; }
.area-map-block > .map-label { color: #999; font-size: 0.88rem; text-align: center; pointer-events: none; }
.area-map-svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.area-btn { cursor: pointer; }
.area-btn rect,
.area-btn ellipse { transition: filter .2s; }
.area-btn:hover rect,
.area-btn:hover ellipse { filter: brightness(1.18); }
.area-btn text { pointer-events: none; font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; }

.access-inner { display: grid; grid-template-columns: 3.2fr 2fr; gap: 40px; align-items: start; }
.access-left { display: flex; flex-direction: column; }
.access-right { display: flex; flex-direction: column; }
.access-illust { text-align: right; }
.access-illust img { width: 150px; display: inline-block; position:relative; bottom: 120px; }
.access-highlight {
  background: #ED541B;
  color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  padding: 12px 20px 10px;
  font-size: 1.2rem;
  font-weight: 800;
  text-align: left;
}
.access-highlight strong { font-size: 1.5em; font-weight: 900; line-height: 1; }
.access-table { width: 100%; font-size: 1rem; position:relative; bottom: 140px; }
.access-table tr { border-bottom: 1px solid rgba(0,0,0,.08); }
.access-table td { padding: 10px 8px; vertical-align: top; display: block; }
.access-table td:first-child { color: #999999; white-space: nowrap; width: 160px; font-weight: 600; padding: 10px 0 0; }
.access-table > tbody > tr:first-of-type > td:first-of-type { padding: 0 0 10px; }
.access-table > tbody > tr:first-of-type > td:last-of-type { padding: 0 8px 10px; }
@media (max-width: 900px) {
  .access-table td { padding: 10px 8px; display: inline-block; }
}

.column-slider-section { padding: 70px 0; }
.column-splide-wrapper { position: relative; margin-bottom: 40px; padding: 0; }
.column-splide { overflow: hidden; }
.column-splide .splide__track { padding: 10px 4px 24px; overflow: hidden; }
.column-card {
	width: 50%;
	margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.column-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.12); transform: translateY(-3px); }
.column-card-img { aspect-ratio: 16 / 9; flex-shrink: 0; overflow: hidden; background: #CCCCCC; }
.column-card-img a { display: block; width: 100%; height: 100%; }
.column-card-img img,
.column-card-img-placeholder { width: 100%; height: 100%; object-fit: cover; display: block; }
.column-card-img-placeholder { background: #CCCCCC; }
.column-card-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.column-card-date { font-size: 0.77rem; color: #999999; margin-bottom: 6px; }
.column-card-title {
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.5;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.column-card-title a { color: inherit; }
.column-card-title a:hover { color: #ED541B; opacity: 1; }
.column-arrow.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 0.88rem;
  color: #333333;
  opacity: 1;
  transition: all 0.3s ease;
}
.column-arrow.splide__arrow:hover {
  background: #ED541B;
  border-color: #ED541B;
  color: #FFFFFF;
}
.column-arrow.splide__arrow:disabled { opacity: 0.3; cursor: default; }
.splide__arrow--prev.column-arrow { left: -52px; }
.splide__arrow--next.column-arrow { right: -52px; }
.column-splide .splide__pagination { bottom: 0; gap: 5px; }
.column-splide .splide__pagination__page {
  width: 8px;
  height: 8px;
  background: #CCCCCC;
  opacity: 1;
  border-radius: 999px;
  transition: background 0.3s, width 0.3s;
  margin: 0;
}
.column-splide .splide__pagination__page.is-active { background: #ED541B; width: 20px; }

.official-sites-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.official-site-card {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3 / 1.5;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease;
}
.official-site-card:hover { transform: translateY(-3px); }
.official-site-card-label {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
  color: #FFFFFF;
  width: 100%;
  padding: 20px 14px 12px;
  font-size: 1rem;
  font-weight: 600;
}
.official-site-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.official-site-card--gray { background: #CCCCCC; }

.instagram-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.instagram-item {
  max-width: 200px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  overflow: hidden;
  background: #CCCCCC;
  border-radius: 4px;
}
.instagram-item img { width: 100%; height: 100%; object-fit: cover; }

.links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.link-card {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 14px;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}
.link-card:hover {
  background: #e8b400;
  color: #FFFFFF;
  border-color: #e8b400;
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border-radius: 9999px;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.btn-primary { background: #ED541B; color: #FFFFFF; }
.btn-primary:hover { background: #A03D10; opacity: 1; }
.btn-outline { background: transparent; border: 2px solid #ED541B; color: #ED541B; }
.btn-outline:hover { background: #ED541B; color: #FFFFFF; opacity: 1; }
.more-link:hover { gap: 10px; opacity: 1; }
.section-footer { text-align: center; margin-top: 32px; }

.map-placeholder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 0.88rem;
  letter-spacing: .05em;
}

.area-meta-table tr { border-bottom: 1px solid rgba(0,0,0,.08); }
.area-meta-table td { padding: 12px 16px; }
.area-meta-table td:first-child { background: #F5F0E8; color: #999999; white-space: nowrap; width: 110px; font-weight: 500; }

.feature-card-img img { width: 100%; height: 100%; object-fit: cover; }

.nearby-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 860px; margin: 0 auto; }
.spot-card { background: #FFFFFF; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: box-shadow 0.3s ease, transform 0.3s ease; }
.spot-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.12); transform: translateY(-3px); }
.spot-card-img { aspect-ratio: 4 / 3; background: #CCCCCC; margin: 8px 12px; border-radius: 4px; overflow: hidden; }
.spot-card-img img { width: 100%; height: 100%; object-fit: cover; }
.spot-card-body { padding: 8px 12px 16px; }
.spot-card-name { font-size: 0.88rem; font-weight: 700; margin-bottom: 6px; }
.spot-card-desc { font-size: 0.77rem; color: #999999; line-height: 1.6; }

.column-article h1 { font-size: 1.8rem; margin-bottom: 8px; padding-bottom: 16px; border-bottom: 3px solid #ED541B; }
.column-article h2 { font-size: 1.2rem; margin: 32px 0 12px; color: #ED541B; display: flex; align-items: center; gap: 8px; }
.column-article h2::before { content: ''; display: block; width: 5px; height: 1.2em; background: #ED541B; border-radius: 2px; flex-shrink: 0; }
.column-article p { font-size: 0.92rem; line-height: 1.9; color: #999999; margin-bottom: 16px; }
.article-thumb-wrap img { width: 100%; height: 300px; object-fit: cover; display: block; }
.article-meta { font-size: 0.83rem; color: #999999; margin: 8px 0 28px; }
.access-box-table tr { border-bottom: 1px solid rgba(0,0,0,.08); }
.access-box-table td { padding: 10px 8px; }
.access-box-table .access-box-table
.store-section { margin-bottom: 50px; }
.store-section-title { font-size: 1.44rem; margin-bottom: 8px; padding-bottom: 12px; border-bottom: 3px solid #ED541B; }
.store-table { width: 100%; border-collapse: collapse; background: #FFFFFF; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.store-table th { background: #F5F0E8; padding: 12px 16px; font-size: 0.88rem; font-weight: 600; text-align: left; }
.store-table td { padding: 12px 16px; font-size: 0.88rem; border-bottom: 1px solid rgba(0,0,0,.06); }
.store-table tr:last-child td { border-bottom: none; }
.store-table tr:hover td { background: rgba(201,84,26,.03); }

.member-badge { display: inline-block; background: #ED541B; color: #FFFFFF; padding: 5px 14px; border-radius: 4px; font-size: 0.83rem; font-weight: 700; position: fixed; top: 14px; left: 20px; z-index: 1100; }
.member-nav { background: #3D3A35; }
.member-nav-list { display: flex; align-items: center; flex-wrap: wrap; }
.member-nav-list li a { display: flex; align-items: center; gap: 8px; color: #FFFFFF; padding: 16px 22px; font-size: 0.88rem; transition: background 0.3s ease; }
.member-nav-list li a:hover { background: rgba(255,255,255,.1); opacity: 1; }
.member-notice-list { display: flex; flex-direction: column; gap: 12px; }
.member-notice-item { display: flex; align-items: center; gap: 12px; font-size: 0.88rem; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.08); }
.member-notice-date { color: #999999; white-space: nowrap; font-size: 0.83rem; }
.member-notice-tag { background: #CCCCCC; padding: 2px 8px; border-radius: 4px; font-size: 0.72rem; }
.badge-new { background: #ED541B; color: #FFFFFF; padding: 2px 6px; border-radius: 4px; font-size: 0.72rem; font-weight: 700; }
.pr-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.pr-support-img { aspect-ratio: 4 / 3; background: #CCCCCC; border-radius: 8px; overflow: hidden; }
.pr-support-img img { width: 100%; height: 100%; object-fit: cover; }

.login-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #F5F0E8; padding: 40px 20px; }
.login-box { background: #FFFFFF; border-radius: 20px; padding: 50px 40px; width: 100%; max-width: 420px; box-shadow: 0 8px 40px rgba(0,0,0,0.16); text-align: center; }
.login-logo-icon .fa-torii-gate { color: #fff; font-size: 1.44rem; }
.form-group { text-align: left; margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.83rem; font-weight: 600; margin-bottom: 6px; }
.form-control { width: 100%; padding: 12px 14px; border: 1.5px solid #CCCCCC; border-radius: 8px; font-size: 0.88rem; font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; transition: border-color 0.3s ease; background: #FFFFFF; }
.form-control:focus { outline: none; border-color: #ED541B; }
.btn-login { width: 100%; padding: 13px; background: #ED541B; color: #FFFFFF; border: none; border-radius: 8px; font-size: 1rem; font-weight: 700; font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; cursor: pointer; transition: background 0.3s ease; }
.btn-login:hover { background: #A03D10; }
.btn-login-icon { margin-right: 8px; }

#site-footer { background: #3D3A35; color: rgba(255,255,255,.85); padding: 50px 0 30px; }
.footer-inner { text-align: center; }
.footer-logo { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 28px; }
.footer-logo-icon .fa-torii-gate { color: rgba(255,255,255,.7); font-size: 1.5rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; margin-bottom: 20px; }
.footer-nav a { font-size: 0.9rem; color: rgba(255,255,255,.7); transition: color 0.3s ease; }
.footer-nav a:hover { color: #FFFFFF; opacity: 1; }
.footer-nav-sub { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; margin-bottom: 28px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-nav-sub a { font-size: 0.8rem; color: rgba(255,255,255,.5); }
.copyright { font-size: 0.8rem; color: rgba(255,255,255,.4); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid #ED541B; outline-offset: 3px; }

@media (max-width: 900px) {
  html { font-size: 16px; }
  :root {
    --header-logo-height: 60px;
    --header-nav-height:  0px;
  }

  #global-nav { display: none; }
  .hamburger { display: flex; }
  #mobile-nav { display: block; top: 80px; }
  .official-sites-grid { grid-template-columns: repeat(2, 1fr); }
  .links-grid { grid-template-columns: repeat(3, 1fr); }
  .access-inner { grid-template-columns: 1fr; }
  .access-illust { display: none; }
      	.access-table { bottom: 0;}
}

@media (max-width: 600px) {
  html { font-size: 15px; }
  .section { padding: 50px 0; }
  .section-title { font-size: 1.44rem; }
  .section-title-line,
  .section-title-line::before,
  .section-title-line::after { height: 2px; }
  .course-grid,
  .official-sites-grid,
  .pr-support-grid { grid-template-columns: 1fr; }
  .links-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid,
  .nearby-grid { grid-template-columns: 1fr; }
        .login-box { padding: 36px 24px; }
  .store-table { display: block; overflow-x: auto; }
	.links-grid { gap: 14px; }	
}

.shop-page { background: #F5F0E8; min-height: 100vh; font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif; color: #2D2D2D; box-sizing: border-box; }
.shop-page * { box-sizing: border-box; }
.shop-header { display: flex; align-items: center; justify-content: center; position: relative; padding: 24px 20px 16px; max-width: 960px; margin: 0 auto; }
.shop-header__back { position: absolute; left: 20px; font-size: 1.55rem; color: #2D2D2D; text-decoration: none; line-height: 1; padding: 4px 8px; }
.shop-header__back:hover { opacity: 0.6; }
.shop-header__title { font-size: 1rem; font-weight: 700; color: #2D2D2D; margin: 0; }
.shop-card { max-width: 760px; margin: 0 auto 40px; padding: 0 20px; }
.shop-card__top { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
.shop-card__img { width: 100%; height: 280px; object-fit: cover; border-radius: 12px; display: block; }
.shop-card__summary { display: flex; flex-direction: column; }
.shop-card__area-tag { display: inline-block; background: #E87722; color: #ffffff; font-size: 0.66rem; font-weight: 700; padding: 3px 12px; border-radius: 20px; margin-bottom: 10px; align-self: flex-start; }
.shop-card__name { font-size: 1.44rem; font-weight: 700; color: #2D2D2D; margin: 0 0 10px; line-height: 1.3; }
.shop-card__badges { display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.shop-card__badge { display: inline-flex; align-items: center; gap: 4px; background: #555; color: #ffffff; font-size: 0.66rem; font-weight: 700; padding: 3px 10px; border-radius: 3px; text-decoration: none; transition: opacity 0.2s; }
.shop-card__badge:hover { opacity: 0.75; }
.shop-card__about { background: #EBEBEB; border-radius: 8px; padding: 16px; font-size: 0.77rem; line-height: 1.85; color: #2D2D2D; flex: 1; }
.shop-card__about p { margin: 0; }
.shop-card__bottom { border-top: 1px solid #DDDDDD; padding-top: 24px; }
.shop-card__contact { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.shop-card__row { display: flex; align-items: center; gap: 10px; }
.shop-card__row--open { align-items: flex-start; }
.shop-card__icon { flex-shrink: 0; width: 24px; color: #555; display: flex; align-items: center; }
.shop-card__icon--top { padding-top: 2px; }
.shop-card__address-link { font-size: 0.83rem; color: #2D2D2D; text-decoration: underline; text-decoration-color: #aaa; line-height: 1.6; }
.shop-card__address-link:hover { color: #E87722; }
.shop-card__tel-link { font-size: 0.83rem; color: #2D2D2D; text-decoration: none; }
.shop-card__tel-link:hover { color: #E87722; }
.shop-card__open-grid { display: grid; grid-template-columns: 1fr; gap: 0; flex: 1; }
.shop-card__open-row { font-size: 0.77rem; line-height: 2; color: #2D2D2D; margin: 0; }
.shop-card__note { font-size: 0.77rem; line-height: 1.85; color: #2D2D2D; margin: 16px 0 0 34px; }
.shop-back { text-align: center; padding: 10px 0 60px; }
.shop-back a { font-size: 0.83rem; color: #2D2D2D; text-decoration: underline; text-decoration-color: #aaa; }
.shop-back a:hover { color: #E87722; }
@media (min-width: 681px) {
  .shop-card__top { grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
  .shop-card__img { height: 100%; min-height: 260px; }
  .shop-card__contact { flex-direction: row; gap: 40px; }
  .shop-card__open-grid { grid-template-columns: 1fr 1fr; column-gap: 32px; }
}
@media (max-width: 480px) {
  .shop-card { padding: 0 16px; }
  .shop-card__img { height: 220px; }
  .shop-card__name { font-size: 1.22rem; }
}

.area-page * { box-sizing: border-box; }
.area-page { background: #F5F0E8; font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif; color: #2D2D2D; }

.area-breadcrumb { max-width: 1260px; margin: 0 auto; padding: 12px 20px; font-size: 0.77rem; color: #666666; }
.area-breadcrumb a { color: #666666; text-decoration: none; }
.area-breadcrumb a:hover { color: #E87722; }
.area-breadcrumb span { margin: 0 6px; }

.area-hero {
	width: calc(100% - 40px);
  max-width: 1260px;
  margin: 0 auto 40px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
  background: var(--theme-color);
  align-items: stretch;
}
.area-hero__left { background: var(--theme-color); padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }
.area-hero__catch { font-size: 1rem; color: #fff; line-height: 1.8; margin: 0 0 14px; font-weight: 800; }
.area-hero__title { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin: 0 0 4px; line-height: 1.3; }
.area-hero__subtitle { font-size: 0.66rem; letter-spacing: 0.15em; color: rgba(255,255,255,0.65); text-transform: uppercase; margin: 0; font-weight: 800; }
.area-hero__image { position: relative; overflow: hidden; }
.area-hero__image img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; top: 0; left: 0; }

.area-intro {　
	width: 100%;
	max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  align-items: start;
}
.area-intro__image-wrap { position: relative; }
.area-intro__image { width: 180px; height: 180px; object-fit: cover; display: block; }
.area-intro__content h2 { font-size: 1rem; font-weight: 700; color: var(--theme-color); margin: 0 0 14px; }
.area-intro__content > h2 > span { font-size: 1.55rem; }
.area-intro__desc { font-size: 1rem; line-height: 2; color: #2D2D2D; margin: 0 0 20px; }
.area-intro__btn { display: inline-block; background: var(--theme-color); color: #ffffff; text-decoration: none; font-size: 0.9rem; font-weight: 600; padding: 9px 22px; border-radius: 6px; transition: background 0.2s; margin-left: 8px; margin-bottom: 8px; }
.area-intro__btn:hover { background: #2D2D2D; }
.area-link__wrap { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; }

.area-intro__icon {
	width: 90px;
    height: auto;
    display: block;
    position: relative;
    bottom: 50px;
}

.area-info { max-width: 1260px; margin: 0 auto 40px; padding: 0 20px; }
.area-info table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.area-info th, .area-info td { padding: 11px 16px; border: 1px solid #DDDDDD; vertical-align: top; line-height: 1.6; }
.area-info th { background: #ffffff; width: 120px; font-weight: 600; white-space: nowrap; }
.area-info td { background: #ffffff; }

.area-map { max-width: 1260px; margin: 0 auto 52px; padding: 0 20px; }
.area-map__inner { background: #e0ddd8; border-radius: 6px; overflow: hidden; position: relative; min-height: 400px; }
.area-map__inner iframe { width: 100%; height: 400px; border: none; display: block; }
.area-map__label { position: absolute; bottom: 10px; right: 12px; font-size: 0.66rem; color: #666666; background: rgba(255,255,255,0.8); padding: 2px 8px; border-radius: 3px; }

.area-spots__card-link:hover { opacity: 0.75; }
.area-spots { max-width: 1260px; margin: 0 auto 52px; padding: 0 20px; }
.area-spots__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.area-spots__cat-label { font-size: 1.1rem; font-weight: 700; color: #2D2D2D; margin: 0 0 10px; text-align: center; }
.area-spots__thumb { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; display: block; margin-bottom: 10px; }
.area-spots__thumb-placeholder { width: 100%; aspect-ratio: 4 / 3; background: #DDDDDD; border-radius: 6px; margin-bottom: 10px; }
.area-spots__desc-wrap { font-size: 0.8rem; line-height: 2; color: #2D2D2D; }
.area-spots__desc-wrap::before { content: none; }
.area-spots__desc-wrap .area-spots__desc-text::first-letter { color: var(--theme-color); font-weight: 700; font-size: 1rem; }
.area-spots__desc-text { margin: 0 0 4px; }
.area-spots__more { display: block; background: transparent; color: #2D2D2D; font-size: 0.72rem; font-weight: 500; padding: 6px 20px; border-radius: 20px; border: 1px solid #DDDDDD; text-decoration: none; margin-top: 12px; text-align: center; transition: border-color 0.2s, color 0.2s; }
.area-spots__more:hover { border-color: var(--theme-color); color: var(--theme-color); }

.area-slide { width: 350px; }
.area-slide .splide__track {
  border-radius: 50%;
  overflow: hidden;
  width: 350px;
  height: 300px;
}
.area-slide .splide__slide img {
  width: 350px;
  height: 300px;
  object-fit: cover;
  display: block;
}
.area-slide .splide__pagination { bottom: -24px; gap: 4px; }
.area-slide .splide__pagination__page {
  width: 6px;
  height: 6px;
  background: #DDDDDD;
  opacity: 1;
  margin: 0;
  transform: none;
  transition: background 0.3s, width 0.3s;
  border-radius: 999px;
}
.area-slide .splide__pagination__page.is-active {
  background: var(--theme-color);
  width: 16px;
  transform: none;
}

@media (max-width: 680px) {
  .area-slide,
  .area-slide .splide__track,
  .area-slide .splide__slide img {
    width: 180px;
    height: 140px;
  }
}

.area-nearby { max-width: 1260px; margin: 0 auto 52px; padding: 0 20px; }
.area-nearby__title { font-size: 1.3rem; font-weight: 700; color: #2D2D2D; padding-bottom: 12px; border-bottom: 3px solid var(--theme-color); margin-bottom: 40px; }
.area-nearby__title::before { display: none; }
.area-nearby__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.area-nearby__item { display: flex; flex-direction: column; }
.area-nearby__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; display: block; margin-bottom: 12px; }
.area-nearby__img-placeholder { width: 100%; aspect-ratio: 4 / 3; background: #DDDDDD; border-radius: 6px; margin-bottom: 12px; }
.area-nearby__name { font-size: 1.1rem; font-weight: 700; color: #2D2D2D; margin-bottom: 8px;}
.area-nearby__desc { font-size: 1rem; line-height: 2; color: #2D2D2D; flex: 1; }
.area-nearby__more { display: block; text-align: center; font-size: 0.72rem; font-weight: 500; padding: 6px 20px; border-radius: 20px; border: 1px solid #DDDDDD; color: #2D2D2D; margin-top: 12px; transition: border-color 0.2s, color 0.2s; }
.area-nearby__more:hover { border-color: var(--theme-color); color: var(--theme-color); }

@media (max-width: 680px) {

  .area-hero {
    grid-template-columns: 1fr;
    min-height: unset;
	  margin: 0 auto 20px;
  }
  .area-hero__left {
    order: 1;
    padding: 24px 20px;
  }
  .area-hero__image {
    order: 2;
    height: 240px !important;
    position: relative !important;
    overflow: hidden;
    display: block;
  }
  .area-hero__image img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    display: block !important;
    position: static !important;
    border-radius: 0 !important;
  }

  .area-intro { grid-template-columns: 1fr; display: flex; flex-direction: column-reverse; }
  .area-intro__image { width: 120px; height: 120px; }

  .area-spots__grid { grid-template-columns: 1fr 1fr; }

  .area-nearby__grid { grid-template-columns: 1fr 1fr; }

  .area-slide,
  .area-slide .splide__track,
  .area-slide .splide__slide img { width: 100%; height: auto; }

  .event-card { grid-template-columns: 120px 1fr; }
  .event-card-thumb { width: 120px; }
  .event-card-body { padding: 14px 16px; gap: 8px; }
  .event-card-title { font-size: 0.94rem; }
}

@media (max-width: 440px) {
  .area-spots__grid { grid-template-columns: 1fr; }
  .area-nearby__grid { grid-template-columns: 1fr; }
  .area-intro__desc { margin: 0 0 20px; }
  .event-card { grid-template-columns: 96px 1fr; }
  .event-card-thumb { width: 96px; }
  .event-card-body { padding: 12px 14px; }
  .event-card-meta { gap: 8px; }
  .event-card-title { font-size: 0.88rem; }
}

.column-archive-wrap {
  display: flex;
  gap: 60px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.column-archive-main {
  flex: 1;
  min-width: 0;
}

.column-archive-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
  margin: 24px 0 8px;
}

.column-archive-title-line {
  border: none;
  border-top: 2px solid #c0392b;
}

.column-archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.column-archive-item {
  border-top: 1px solid #c0392b;
  border-bottom: 1px solid #ccc;
}

.column-archive-item:last-child {
  border-bottom: 2px solid #c0392b;
}

.column-archive-item__link {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
}
.column-archive-item:first-child {
  border-top: none;
}

.column-archive-item__thumb {
  flex-shrink: 0;
  width: 165px;
  height: 120px;
  overflow: hidden;
  background: #ccc;
}
.column-archive-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.column-archive-item__thumb-placeholder {
  width: 100%;
  height: 100%;
  background: #ccc;
}

.column-archive-item__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.column-archive-item__date {
  font-size: 0.8rem;
  color: #555;
  margin: 0;
}

.column-archive-item__title {
  font-size: 1rem;
line-height: 1.8;
  font-weight: bold;
  color: #222;
  margin: 0;
}

.column-archive-item__new {
	margin-left: 5px;
  display: inline-block;
  background: #e8b400;
  color: #fff;
  font-size: 0.7rem;
	line-height:1;
  font-weight: bold;
  padding: 5px;
  border-radius: 2px;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.column-archive-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.column-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
}
.column-archive-pagination .page-numbers.current {
  border-color: #333;
  font-weight: bold;
  color: #333;
}
.column-archive-pagination .page-numbers:hover {
  background: #f0f0f0;
}
.column-archive-pagination .prev,
.column-archive-pagination .next {
  border: none;
  font-size: 1rem;
}

.column-archive-empty {
  padding: 40px 0;
  color: #777;
}

.column-section {
  margin-bottom: 40px;
}

.column-section__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
  padding: 8px 16px 8px 0;
}

.column-section__heading-bar {
  display: inline-block;
  width: 8px;
  height: 1.5rem;
  background: #c0392b;
  flex-shrink: 0;
}
@media (max-width: 440px) {
	.column-section__heading {
		font-size: 1.3rem;
	}

	.column-section__heading-bar {
	display: none;
	}
}

.column-section__inner {
  overflow: hidden;
}

.column-section__image {
  float: right;
  width: 200px;
  max-width: 200px;
  margin: 0 0 16px 24px;
  flex-shrink: 0;
}
.column-section__image img {
  width: 200px !important;
  max-width: 200px !important;
  height: auto !important;
  display: block;
  border: 1px solid #ddd;
}

.column-section__body {
  font-size: 1rem;
  line-height: 2;
	font-weight: 400;
  color: #333;
}

.column-section__gallery {
  clear: both;
  width: 100%;
  margin-top: 16px;
}
.column-section__gallery.is-single img {
  width: 200px !important;
  max-width: 200px !important;
  height: auto !important;
  display: block;
  float: right;
  margin: 0 0 16px 24px;
  border: 1px solid #ddd;
  object-fit: unset !important;
}
.column-section__gallery.is-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.column-section__gallery.is-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.column-section__gallery-item img {
    width: 40%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    .column-section__gallery-item img {
        width: 100%;
        height: auto;
    }
}

.column-access {
  margin-bottom: 24px;
}
.column-access__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
  padding: 8px 16px 8px 0;
  margin: 0 0 0;
}
.column-access__title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 1.5rem;
  background: #c0392b;
  flex-shrink: 0;
}

.column-access__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
	margin-bottom: 20px;
}
.column-access__table th,
.column-access__table td {
  border: 1px solid #ccc;
  padding: 10px 14px;
  vertical-align: top;
  text-align: left;
  color: #333;
}
.column-access__table th {
  background: #f5f5f5;
  white-space: nowrap;
  width: 120px;
  font-weight: normal;
}
.column-access__table td a {
  color: #333;
  word-break: break-all;
}

.column-map {
  margin-bottom: 40px;
  position: relative;
}
.column-map__inner {
  position: relative;
  background: #ccc;
}
.column-map__inner iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}
.column-map__label {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: #555;
  pointer-events: none;
}

.column-post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 40px;
  font-size: 0.77rem;
  gap: 12px;
}
.column-post-nav__prev,
.column-post-nav__next {
  flex: 1;
}
.column-post-nav__next {
  text-align: right;
}
.column-post-nav__prev a,
.column-post-nav__next a {
  color: #333;
  text-decoration: none;
}
.column-post-nav__prev a:hover,
.column-post-nav__next a:hover {
  text-decoration: underline;
}
.column-post-nav__list {
  display: inline-block;
  padding: 8px 28px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.column-post-nav__list:hover {
  background: #f5f5f5;
}

@media (max-width: 768px) {

  .column-archive-wrap {
    flex-direction: column;
    gap: 40px;
    padding: 0 16px 60px;
  }
    .column-archive-item__thumb {
    width: 120px;
    height: 90px;
  }

  .column-section__image {
    float: none;
    width: 100%;
    margin: 0 0 16px 0;
  }
  .column-section__gallery.is-two,
  .column-section__gallery.is-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .column-access__table th {
    width: 90px;
  }
  .column-post-nav {
    flex-wrap: wrap;
    gap: 16px;
  }
  .column-post-nav__prev,
  .column-post-nav__next {
    width: 100%;
    text-align: left;
  }
  .column-post-nav__next {
    text-align: left;
  }
  .column-post-nav__list {
    width: 100%;
    text-align: center;
  }
}

.breadcrumb {
	max-width: 1260px;
	margin: 0 auto;
  padding: 14px 20px;
  font-size: 0.77rem;
  color: #333;
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.breadcrumb span {
  margin: 0 6px;
}

.mc-hero {
  position: relative;
  width: 100%;
  margin: 24px auto 48px;
  overflow: hidden;
  border-radius: 6px;
}
.mc-hero__img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;

}
.mc-hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 32px 28px;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
}
.mc-hero__number {
  display: inline-block;
  background: #e8621a;
  color: #fff;
  font-size: 0.77rem;
  font-weight: bold;
  padding: 3px 14px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.mc-hero__title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  line-height: 1.4;
}

.mc-spot {
  padding-bottom: 40px;
	border-left: solid 2px #e8621a;
}
.mc-wrap > .mc-spot:last-of-type {
	border-left: none;
}

.mc-spot__heading-wrap {
  margin-bottom: 0;
}
.mc-spot__heading {
  background: #e8621a;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 8px 16px;
  margin: 0;
  line-height: 1.5;
	border-radius: 0 20px 20px 0;
}
.mc-spot__num {
  font-size: 1.3rem;
  flex-shrink: 0;
}
.mc-spot__duration {
	display: inline-block;
  font-size: 1rem;
	padding: 2px 8px;
	background: #fff;
	color:#e8621a;
	border-radius: 2px;
}

.mc-spot__url {
  margin: 0 0 8px;
}
.mc-spot__url a {
  color: #555;
  font-size: 0.8rem;
  word-break: break-all;
  text-decoration: none;
}
.mc-spot__url a:hover {
  text-decoration: underline;
}

.mc-spot__body {
  margin: 0;
	font-size: 1rem;
	line-height: 2;
}

.mc-spot__body-wrap {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 20px;
    padding: 16px 0 8px 20px;
}

.mc-spot__content {
    min-width: 0;
    font-size: 1rem;
    line-height: 1.9;
    color: #333;
}

.mc-spot__images {
    width: 100%;
}

.mc-spot__image-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 900px) {
    .mc-spot__body-wrap {
        grid-template-columns: 1fr;
    }
}

.mc-spot__image-item {
    position: relative;
	margin: 10px 0;
  display: inline-block;
}

.mc-spot__caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 7px;
  line-height: 1.5;
  border-radius: 0 0 8px 0;
  margin: 0;
}

.mc-spot__transit {
  font-size: 1rem;
  color: #e8621a;
  font-weight: bold;
  margin: 12px 0 0;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .mc-wrap {
    padding: 0;
  }
	.mc-hero__overlay {
	 padding: 20px;
	}
  .mc-spot__heading {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 0 8px 8px 0;
  }
  .mc-spot__num {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    font-size: 1.3rem;
    flex-shrink: unset;
  }
  .mc-spot__heading > *:not(.mc-spot__num):first-of-type {
    grid-column: 2;
    grid-row: 1;
  }
  .mc-spot__duration {
    grid-column: 2;
    grid-row: 2;
    width: 160px;
    text-align: center;
  }

  .mc-spot__images {
        float: none;
        width: 100%;
        margin: 0 0 16px 0;
  }
  .mc-spot__image-item {
    flex: 1;
    min-width: calc(50% - 6px);
    display: block;
    width: 100%;
  }
}
@media (max-width: 440px) {
	.mc-hero__img {
		height: 200px;
	}

}

.exp-archive-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

aside {
    width: 300px;
    flex-shrink: 0;
}

.sidebar-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 24px 0 8px;
}

.sidebar-img-block {
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-img-block a {
    display: block;
}

.sidebar-img-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s;
}

.sidebar-img-block a:hover img {
    opacity: 0.8;
}

@media (max-width: 900px) {
	aside {
		width: 250px;
	}
	.column-archive-wrap {
    	gap: 30px;
	}
}
@media (max-width: 768px) {
    .sidebar-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .sidebar-img-block {
        margin-bottom: 0;
    }
    aside {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .sidebar-images {
        grid-template-columns: 1fr;
    }

    aside {
        width: 100%;
    }
}

.event-category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
}

.event-category-filter__btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 18px;
  border: 1px solid #ED541B;
  border-radius: 9999px;
  font-size: 0.83rem;
  color: #ED541B;
  background: #FFFFFF;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.event-category-filter__btn:hover,
.event-category-filter__btn.is-active {
  background: #ED541B;
  color: #FFFFFF;
  opacity: 1;
}

.event-archive-item__category {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.83rem;
  color: #7B6FA0;
  font-weight: 600;
  margin: 0 0 2px;
}

.event-archive-item__category-icon {
  font-size: 0.9rem;
  line-height: 1;
}

.event-archive-item__period {
  font-size: 0.83rem;
  color: #333333;
  margin: 0 0 4px;
}

.event-archive-item__period-label {
  color: #999999;
  margin-right: 4px;
}

.event-archive-item__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #222;
  margin: 0;
}

.event-archive-item__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
}

.event-single-header {
  background: #ED541B;
  color: #FFFFFF;
  padding: 14px 20px 12px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.event-single-header__title-wrap {
  margin-bottom: 6px;
}

.event-single-header__title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0;
}

.event-single-header__category {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0 0 4px;
  color: #FFFFFF;
}

.event-single-header__category a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.event-single-header__category a:hover {
  opacity: 0.8;
}

.event-single-header__category-icon {
  color: #7B6FA0;
  font-size: 1rem;
}

.event-single-header__period {
  font-size: 0.88rem;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.9;
}

.event-single-header__period-label {
  opacity: 0.75;
  margin-right: 4px;
}

.event-cat-toujinmachi-area .event-single-header__category,
.event-cat-toujinmachi-area .event-single-header__category a { color: #CE6363 !important; }
.event-cat-nishikoen-area   .event-single-header__category,
.event-cat-nishikoen-area   .event-single-header__category a { color: #E09A55 !important; }
.event-cat-otemon-area      .event-single-header__category,
.event-cat-otemon-area      .event-single-header__category a { color: #71AA83 !important; }
.event-cat-minato-area      .event-single-header__category,
.event-cat-minato-area      .event-single-header__category a { color: #75ADD6 !important; }
.event-cat-ropponmatsu-area .event-single-header__category,
.event-cat-ropponmatsu-area .event-single-header__category a { color: #8D639A !important; }
.event-cat-others-area      .event-single-header__category,
.event-cat-others-area      .event-single-header__category a { color: #aaaaaa !important; }
.event-cat-default          .event-single-header__category,
.event-cat-default          .event-single-header__category a { color: #ffffff !important; }

.event-single {

}

.event-single__img-wrap {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}

.event-single__main-img {
  display: block;
  border: 1px solid #CCCCCC;
}

.event-single__main-img.is-portrait {
  max-width: 380px;
  width: 100%;
  height: auto;
}

.event-single__main-img.is-landscape {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.event-single__body {
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  margin-bottom: 32px;
}

.event-section {

}

@media (max-width: 768px) {

  .event-category-filter {
    gap: 6px;
    margin: 16px 0 20px;
  }

  .event-category-filter__btn {
    font-size: 0.77rem;
    padding: 5px 14px;
  }

  .event-single-header {
    padding: 12px 14px 10px;
    margin-bottom: 16px;
  }

  .event-single-header__title {
    font-size: 1.05rem;
  }

  .event-single__main-img.is-portrait {
    max-width: 260px;
  }

}

@media (max-width: 480px) {
  .event-category-filter {
    gap: 4px;
  }

  .event-category-filter__btn {
    font-size: 0.72rem;
    padding: 4px 12px;
  }
}

.contact-hero {
    background-color: #F5F0E8;
    background-image:
        url('<?php echo get_template_directory_uri(); ?>/images/contact-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 20px 60px;
    text-align: center;
    border-bottom: 3px solid #999;
}
.page-hero__inner {
    max-width: 700px;
    margin: 0 auto;
}
.page-hero__en {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #ED541B;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}
.page-hero__title {
    font-size: 2rem;
    font-weight: 900;
    color: #333333;
    margin-bottom: 0;
    line-height: 1.3;
}
.contact-hero .section-title-line {
    margin: 1.2rem auto 0;
}

.breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 0.75rem;
    color: #999999;
}
.breadcrumb__item + .breadcrumb__item::before {
    content: '›';
    margin: 0 8px;
    color: #CCCCCC;
}
.breadcrumb__item a {
    color: #ED541B;
    text-decoration: none;
}
.breadcrumb__item a:hover {
    text-decoration: underline;
    opacity: 1;
}
.breadcrumb__item--current {
    color: #999999;
}
.breadcrumb__item a:hover {
    text-decoration: underline;
    opacity: 1;
}
.breadcrumb__item--current {
    color: #999999;
}

.contact-section {
    padding: 20px 0 100px;
}
.contact-lead {
    font-size: 1rem;
    line-height: 2;
    color: #333333;
    text-align: center;
    margin-bottom: 3rem;
}

.contact-form-wrap {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    padding: 50px 56px;
}

.contact-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #333333;
    padding-top: 8px;
    line-height: 1.4;
}
.contact-required {
    display: inline-block;
    background: #ED541B;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px;
    margin-left: 5px;
    border-radius: 3px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    flex-shrink: 0;
}
.contact-optional {
    display: inline-block;
    background: #999;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    padding: 5px;
    margin-left: 5px;
    border-radius: 3px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    flex-shrink: 0;
}
.contact-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.contact-submit-wrap {
    text-align: center;
    margin-top: 40px;
}
.contact-privacy-check {
    text-align: center;
    margin: 32px 0 8px;
    font-size: 0.94rem;
}
.contact-privacy-check .wpcf7-list-item {
    margin: 0;
}
.contact-privacy-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    accent-color: #ED541B;
    vertical-align: middle;
    cursor: pointer;
}
.contact-privacy-check a {
    color: #ED541B;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.contact-privacy-check a:hover {
    color: #A03D10;
    opacity: 1;
}
.wpcf7 form {
    display: block;
}
.wpcf7 p {
    margin: 0;
    font-size: 1rem;
}

.contact-row {
    display: grid;
    grid-template-columns: 210px 1fr;
    align-items: start;
    gap: 0 24px;
    padding: 20px 0;
    border-bottom: 1px solid #ede8e0;
}
.contact-row:first-child {
    border-top: 1px solid #ede8e0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    font-size: 16px;
    color: #333333;
    background: #faf8f5;
    border: 1.5px solid #d8d0c4;
    border-radius: 4px;
    padding: 10px 14px;
    line-height: 1.7;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    -webkit-appearance: none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #ED541B;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201,84,26,0.12);
}
.wpcf7 textarea {
    resize: vertical;
    min-height: 180px;
}

.wpcf7 input[type="submit"] {
    display: inline-block;
    background: #ED541B;
    color: #fff;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 16px 72px;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.15s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.wpcf7 input[type="submit"]:hover {
    background: #A03D10;
    transform: translateY(-1px);
}
.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

.wpcf7-not-valid-tip {
    color: #c0392b;
    font-size: 0.78rem;
    margin-top: 4px;
    display: block;
}
.wpcf7 .wpcf7-response-output {
    margin: 24px 0 0 !important;
    padding: 14px 20px !important;
    border-radius: 8px !important;
    font-size: 0.89rem !important;
    border: none !important;
    text-align: center;
}
.wpcf7 .wpcf7-mail-sent-ok {
    background: #eaf7ef !important;
    color: #1e7e4a !important;
    border-left: 4px solid #27ae60 !important;
}
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-spam-blocked {
    background: #fdf0ee !important;
    color: #c0392b !important;
    border-left: 4px solid #e74c3c !important;
}
.wpcf7 .wpcf7-validation-errors {
    background: #fff8e6 !important;
    color: #8a6200 !important;
    border-left: 4px solid #f39c12 !important;
}

.wpcf7 .wpcf7-spinner {
    margin-left: 10px;
    vertical-align: middle;
}

.contact-form-fallback {
    text-align: center;
    color: #999999;
    padding: 40px 0;
}

@media (max-width: 900px) {
    .contact-form-wrap {
        padding: 40px 36px;
    }
    .contact-row {
        grid-template-columns: 180px 1fr;
    }
}

@media (max-width: 600px) {
    .contact-hero {
        padding: 56px 16px 44px;
    }
    .page-hero__title {
        font-size: 1.6rem;
    }
    .contact-lead {
        font-size: 0.9rem;
        text-align: left;
    }
    .contact-form-wrap {
        padding: 28px 20px;
        border-radius: 8px;
    }
    .contact-row {
        grid-template-columns: 1fr;
        gap: 8px 0;
        padding: 18px 0;
    }
    .contact-label {
        padding-top: 0;
    }
    .wpcf7 input[type="submit"] {
        padding: 14px 48px;
        width: 100%;
    }
}

.privacy-hero {
    background-color: #F5F0E8;
    padding: 80px 20px 60px;
    text-align: center;
    border-bottom: 3px solid #999;
}

.page-hero__title {
    font-size: 2rem;
    font-weight: 900;
    color: #333333;
    line-height: 1.3;
    margin-bottom: 0;
}
.privacy-hero .section-title-line {
    margin: 1.2rem auto 0;
}

.privacy-section {
    padding: 70px 0 100px;
}
.privacy-intro {
    border-left: 4px solid #ED541B;
    border-radius: 0 8px 8px 0;
    padding: 20px 24px;
    margin-bottom: 48px;
    font-size: 0.94rem;
    line-height: 2;
}

.privacy-item {
    margin-bottom: 0;
    border-bottom: 1px solid #e8e2d8;
    padding: 36px 0;
}
.privacy-item:last-child {
    border-bottom: none;
}
.privacy-item__title {
    display: flex;
    align-items: baseline;
    gap: 16px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 16px;
    line-height: 1.4;
}
.privacy-item__num {
    font-size: 1.4rem;
    font-weight: 900;
    color: #ED541B;
    font-feature-settings: "tnum";
    line-height: 1;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}
.privacy-item__body p {
    font-size: 0.94rem;
    line-height: 2;
    color: #333333;
    margin-bottom: 1rem;
}
.privacy-item__body p:last-child {
    margin-bottom: 0;
}

.privacy-list {
    margin: 12px 0 16px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.privacy-list li {
    font-size: 0.94rem;
    line-height: 1.7;
    padding-left: 1.2em;
    position: relative;
    color: #333333;
}
.privacy-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 7px;
    height: 7px;
    background: #ED541B;
    border-radius: 50%;
}

.privacy-contact-box {
    background: #F5F0E8;
    border: 1px solid #d8d0c4;
    border-radius: 8px;
    padding: 24px 28px;
    margin-top: 16px;
}
.privacy-contact-name {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 14px !important;
}
.privacy-contact-dl {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 8px 16px;
    font-size: 0.89rem;
    line-height: 1.7;
}
.privacy-contact-dl dt {
    color: #999999;
    font-weight: 700;
    white-space: nowrap;
}
.privacy-contact-dl dd {
    color: #333333;
}

.privacy-link {
    color: #ED541B;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.privacy-link:hover {
    color: #A03D10;
    opacity: 1;
}

.privacy-date {
    text-align: right;
    font-size: 0.83rem;
    color: #999999;
    margin-top: 40px;
}

@media (max-width: 900px) {
    .privacy-item {
        padding: 28px 0;
    }
    .privacy-item__num {
        font-size: 1.2rem;
    }
}

@media (max-width: 600px) {
    .privacy-hero {
        padding: 56px 16px 44px;
    }
    .page-hero__title {
        font-size: 1.6rem;
    }
    .privacy-intro {
        padding: 16px 18px;
        font-size: 0.87rem;
    }
    .privacy-item {
        padding: 24px 0;
    }
    .privacy-item__title {
        gap: 12px;
        font-size: 1rem;
    }
    .privacy-item__num {
        font-size: 1.1rem;
    }
    .privacy-item__body p,
    .privacy-list li {
        font-size: 0.87rem;
    }
    .privacy-contact-box {
        padding: 18px 16px;
    }
    .privacy-contact-dl {
        grid-template-columns: 70px 1fr;
        font-size: 0.83rem;
    }
}

.umai-hero__img {
  height: 340px;
  object-fit: cover;
}

.umai-hero__title {
  font-size: 2rem;
  line-height: 1.4;
}

.umai-hero__subtitle {
  color: #fff;
  font-size: 0.89rem;
  margin: 0.5em 0 0;
  line-height: 1.7;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.umai-spot__heading-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  background: #ED541B;
  border-radius: 0 20px 20px 0;
}

.umai-spot__icon {
  flex-shrink: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.umai-spot__icon > img {
  width: 90px !important;
  object-fit: contain;
  display: block;
	position:relative;
	left; -10px;
	bottom: 20px;
}

.umai-spot__heading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 20px 10px 5px;
  margin: 0;
  line-height: 1.5;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.67rem;
  flex-wrap: wrap;
}

.umai-spot {
  margin-bottom: 48px;
  border-left: none;
  padding-bottom: 0;
}

.umai-spot .mc-spot__body-wrap {
  padding: 20px 0 12px 0;
}

.front-news-list {
  max-width: 660px;
  margin: 0 auto 2rem;
}

.front-news-link {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.56rem;
  padding: 0.78rem 0.44rem;
}

.front-news-date {
  flex-shrink: 0;
  white-space: nowrap;
}

.front-news-new {
  flex-shrink: 0;
  white-space: nowrap;
}

.front-news-title {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  width: auto;
}

@media (max-width: 900px) {
  .front-news-link {
    flex-wrap: wrap;
  }
  .front-news-title {
    width: 100%;
    flex-basis: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 900px) {
    .umai-hero__title {
    font-size: 1.5rem;
  }
  .umai-spot__heading {
    padding: 8px 16px 8px 10px;
  }
}

@media (max-width: 600px) {
  .umai-hero__img {
    height: 200px;
  }
  .umai-hero__title {
    font-size: 1.2rem;
  }
  .umai-hero__subtitle {
    font-size: 0.8rem;
  }
  .umai-spot__icon > img {
    width: 60px !important;
	  bottom: 10px;
  }
  .umai-spot__heading {
    font-size: 1.2rem;
    padding: 6px 12px 6px 8px;
    border-radius: 0 8px 8px 0;
  }
}

.umai-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #ED541B;
}

.umai-related__title {
  font-size: 1.11rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.56rem;
  margin-bottom: 1.5rem;
}

.umai-related__title-bar {
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background: #ED541B;
  border-radius: 2px;
  flex-shrink: 0;
}

.umai-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.33rem;
}

.umai-related__card {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.umai-related__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.33rem;
  padding: 0.67rem 0.67rem 0;
}

.umai-related__tag {
  display: inline-block;
  font-size: 0.67rem;
  color: #333333;
  border: 1px solid #CCCCCC;
  border-radius: 9999px;
  padding: 0.1em 0.7em;
  line-height: 1.8;
}

.umai-related__img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e8e8;
}

.umai-related__img-wrap img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}

.umai-related__img-placeholder {
  width: 100%;
  height: 100%;
  background: #ddd;
}

.umai-related__body {
  padding: 0.78rem 0.89rem 1rem;
}

.umai-related__name {
  font-size: 0.94rem;
  font-weight: 700;
  margin: 0 0 0.44rem;
  line-height: 1.5;
}

.umai-related__desc {
  font-size: 0.78rem;
  line-height: 1.7;
  color: #333333;
  margin: 0;
}

@media (max-width: 768px) {
  .umai-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .umai-related__grid {
    grid-template-columns: 1fr;
  }
}

/* section--gray */
.section--gray { background: #EDE8DF; }

/* site-logo */
.site-logo { display: flex; align-items: center; }

/* hero-splide-outer */
.hero-splide-outer { overflow: hidden; }

/* hero/course/column splide pagination・arrows */
.hero-splide__pagination { bottom: -32px; gap: 6px; }
.course-splide__pagination { bottom: 0; }
.column-splide__pagination { bottom: 0; }
.column-splide__arrows { position: relative; }
.course-splide__arrows { position: relative; }

/* footer-nav-wrap / footer-nav-sub-wrap */
.footer-nav-wrap { width: 100%; }
.footer-nav-sub-wrap { width: 100%; }

/* page-hero */
.page-hero { position: relative; }

/* privacy-body */
.privacy-body { margin-top: 0; }

/* area-spots__item */
.area-spots__item { display: flex; flex-direction: column; }

/* area-map-img */
.area-map-img { width: 100%; height: auto; display: block; }

/* area-btn-bg */
.area-btn-bg { transition: fill 0.2s; }

/* column-single */
.column-single { background: #FFFFFF; border-radius: 8px; padding: 32px; margin-bottom: 40px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }

/* umai-hero / umai-hero__overlay / umai-wrap */
.umai-hero { position: relative; }
.umai-hero__overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 32px 28px; background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%); }
.umai-wrap { padding: 0 0 60px; }

/* mc-spot__html */
.mc-spot__html { margin: 16px 20px; }

/* mobile-has-accordion */
.mobile-has-accordion { position: relative; }

/* news-archive-desc */
.news-archive-desc { font-size: 0.9rem; color: #999999; margin-bottom: 24px; }

/* news-archive-item / news-archive-list / news-archive-item__link / news-archive-item__body */
.news-archive-list { }
.news-archive-item { }
.news-archive-item__link { display: flex; align-items: center; gap: 20px; padding: 18px 0; text-decoration: none; color: inherit; transition: opacity 0.3s ease; }
.news-archive-item__link:hover { opacity: 0.75; }
.news-archive-item__body { flex: 1; min-width: 0; }

/* event-archive-item / event-archive-item__link / event-archive-item__thumb */
.event-archive-item { }
.event-archive-item__link { display: flex; gap: 20px; padding: 18px 0; text-decoration: none; color: inherit; }
.event-archive-item__thumb { flex-shrink: 0; width: 165px; height: 120px; overflow: hidden; background: #CCCCCC; }
.event-archive-item__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* shop-card__img-wrap */
.shop-card__img-wrap { overflow: hidden; border-radius: 12px; }

/* shop-card__badge--sns */
.shop-card__badge--sns { background: #E1306C; }

/* exp-spot__body-wrap */
.exp-spot__body-wrap {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 20px;
    padding: 20px 0;
}
@media (max-width: 900px) {
    .exp-spot__body-wrap { grid-template-columns: 1fr; }
}