@charset "UTF-8";
:root {
  --ep-base: #ffffff;
  --ep-surface: #f8f6f2;
  --ep-text: #26222c;
  --ep-text-muted: #6e6876;
  --ep-border: #e7e3da;
  --ep-accent-purple: #d2ccc0;
  --ep-purple-strong: #a8894e;
  --ep-purple-deep: #2a2531;
  --ep-accent-pink: #d9a8b6;
  --ep-pink-strong: #b25571;
  --ep-radius: 8px;
  --ep-shadow: 0 4px 14px rgba(28, 24, 34, 0.08);
}

html {
  overflow-x: clip;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, system-ui, sans-serif;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  background-color: #ffffff;
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
.l-front,
.c-hero,
.c-empathy,
.c-qa,
.c-related,
.l-hotel-archive,
.c-hotel-single,
.c-event-hub,
.l-calendar-page,
.l-guide-page {
  color: #26222c;
  line-height: 1.75;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, system-ui, sans-serif;
}
.l-front h1, .l-front h2, .l-front h3, .l-front h4,
.c-hero h1,
.c-hero h2,
.c-hero h3,
.c-hero h4,
.c-empathy h1,
.c-empathy h2,
.c-empathy h3,
.c-empathy h4,
.c-qa h1,
.c-qa h2,
.c-qa h3,
.c-qa h4,
.c-related h1,
.c-related h2,
.c-related h3,
.c-related h4,
.l-hotel-archive h1,
.l-hotel-archive h2,
.l-hotel-archive h3,
.l-hotel-archive h4,
.c-hotel-single h1,
.c-hotel-single h2,
.c-hotel-single h3,
.c-hotel-single h4,
.c-event-hub h1,
.c-event-hub h2,
.c-event-hub h3,
.c-event-hub h4,
.l-calendar-page h1,
.l-calendar-page h2,
.l-calendar-page h3,
.l-calendar-page h4,
.l-guide-page h1,
.l-guide-page h2,
.l-guide-page h3,
.l-guide-page h4 {
  color: #26222c;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.l-front a:not(.c-btn):not(.c-cta),
.c-hero a:not(.c-btn):not(.c-cta),
.c-empathy a:not(.c-btn):not(.c-cta),
.c-qa a:not(.c-btn):not(.c-cta),
.c-related a:not(.c-btn):not(.c-cta),
.l-hotel-archive a:not(.c-btn):not(.c-cta),
.c-hotel-single a:not(.c-btn):not(.c-cta),
.c-event-hub a:not(.c-btn):not(.c-cta),
.l-calendar-page a:not(.c-btn):not(.c-cta),
.l-guide-page a:not(.c-btn):not(.c-cta) {
  color: #8a2b43;
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}
@media (hover: hover) {
  .l-front a:not(.c-btn):not(.c-cta):hover,
  .c-hero a:not(.c-btn):not(.c-cta):hover,
  .c-empathy a:not(.c-btn):not(.c-cta):hover,
  .c-qa a:not(.c-btn):not(.c-cta):hover,
  .c-related a:not(.c-btn):not(.c-cta):hover,
  .l-hotel-archive a:not(.c-btn):not(.c-cta):hover,
  .c-hotel-single a:not(.c-btn):not(.c-cta):hover,
  .c-event-hub a:not(.c-btn):not(.c-cta):hover,
  .l-calendar-page a:not(.c-btn):not(.c-cta):hover,
  .l-guide-page a:not(.c-btn):not(.c-cta):hover {
    color: #6e2135;
    text-decoration: underline;
  }
}

.c-empathy h2,
.c-qa h2,
.c-related h2,
.c-hotel-prices h2,
.c-hotel-checks h2,
.c-hotel-features h2,
.c-hotel-access h2,
.c-event-hotels h2,
.c-event-calendar h2,
.c-event-articles h2 {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.375rem, 1.25rem + 0.65vw, 1.5625rem);
  border-bottom: 2px solid #e7e3da;
}
.c-empathy h2::after,
.c-qa h2::after,
.c-related h2::after,
.c-hotel-prices h2::after,
.c-hotel-checks h2::after,
.c-hotel-features h2::after,
.c-hotel-access h2::after,
.c-event-hotels h2::after,
.c-event-calendar h2::after,
.c-event-articles h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 3em;
  height: 2px;
  background: #a8894e;
}

.c-archive-title {
  font-size: clamp(1.875rem, 1.5rem + 1.9vw, 2.375rem);
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  border-left: 5px solid #a8894e;
}

.l-guide-page {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.l-guide-page__lead {
  margin: 0 0 2rem;
  color: #6e6876;
}

.l-guide-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.c-guide-card {
  border: 1px solid #e7e3da;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
  overflow: hidden;
}
.c-guide-card__link {
  display: block;
  color: #26222c;
  text-decoration: none;
}
.c-guide-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.c-guide-card__title {
  margin: 0;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (hover: hover) {
  .c-guide-card:has(.c-guide-card__link:hover) {
    box-shadow: 0 4px 14px rgba(28, 24, 34, 0.08);
  }
}

.c-btn {
  display: inline-block;
  padding: 0.7em 1.6em;
  border-radius: 4px;
  background: #2a2531;
  color: #fff;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
  transition: transform 0.12s ease, box-shadow 0.15s ease, background 0.15s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    background: #1c1822;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(28, 24, 34, 0.08);
    transform: translateY(-1px);
  }
}
.c-btn--ghost {
  background: #fff;
  color: #2a2531;
  border: 1.5px solid #d2ccc0;
  box-shadow: none;
}
@media (hover: hover) {
  .c-btn--ghost:hover {
    background: #f6f4ef;
    color: #2a2531;
  }
}

.c-hero .c-btn:not(.c-btn--ghost),
.c-front-event .c-btn:not(.c-btn--ghost) {
  background: #fff;
  color: #2a2531;
}
@media (hover: hover) {
  .c-hero .c-btn:not(.c-btn--ghost):hover,
  .c-front-event .c-btn:not(.c-btn--ghost):hover {
    background: #f2efe9;
    color: #1c1822;
    text-decoration: none;
  }
}
.c-hero .c-btn--ghost,
.c-front-event .c-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}
@media (hover: hover) {
  .c-hero .c-btn--ghost:hover,
  .c-front-event .c-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }
}

.c-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 0.8em 1.4em;
  border-radius: 4px;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
  transition: transform 0.12s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}
@media (hover: hover) {
  .c-cta:hover {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(28, 24, 34, 0.08);
  }
}
.c-cta--tel {
  background: #2a2531;
  color: #fff;
}
@media (hover: hover) {
  .c-cta--tel:hover {
    background: #1c1822;
    color: #fff;
  }
}
.c-cta--official {
  background: #fff;
  color: #2a2531;
  border: 1.5px solid #d2ccc0;
}
@media (hover: hover) {
  .c-cta--official:hover {
    background: #f6f4ef;
    color: #2a2531;
  }
}
.c-cta--booking {
  background: #8a2b43;
  color: #fff;
}
@media (hover: hover) {
  .c-cta--booking:hover {
    background: #6e2135;
    color: #fff;
  }
}

.c-btn:focus-visible,
.c-cta:focus-visible,
.c-consent__btn:focus-visible,
.c-hotel-filter :focus-visible,
.c-event-card:focus-visible,
.c-event-avail__chip:focus-visible,
.c-event-avail__sort:focus-visible {
  outline: 3px solid #d6c39a;
  outline-offset: 2px;
}

.article h1 {
  font-size: clamp(1.875rem, 1.5rem + 1.9vw, 2.375rem);
}
.article h2 {
  font-size: clamp(1.375rem, 1.25rem + 0.65vw, 1.5625rem);
}
.article h3 {
  font-size: 1.25rem;
}
.article h4 {
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
}

.entry-content {
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
}
.entry-content table th,
.entry-content table td {
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
}

.toc,
.toc a {
  font-size: 0.875rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 100%;
  padding: 0.6em 0.8em;
  border: 1px solid #e7e3da;
  border-radius: 4px;
  background: #ffffff;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, system-ui, sans-serif;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
}

.l-hotel-archive .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2em;
  height: 2.2em;
  margin: 0 2px;
  padding: 0 0.5em;
  border-radius: 4px;
  border: 1px solid #e7e3da;
  color: #2a2531;
  text-decoration: none;
}
.l-hotel-archive .pagination .page-numbers.current {
  background: #2a2531;
  border-color: #2a2531;
  color: #fff;
}
@media (hover: hover) {
  .l-hotel-archive .pagination .page-numbers:hover:not(.current) {
    background: #f6f4ef;
  }
}

#header-container {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e7e3da;
  transition: box-shadow 0.2s ease;
}

body.is-scrolled #header-container {
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
}

#header-container-in {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  transition: padding 0.2s ease;
}

body.is-scrolled #header-container-in {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.logo-header .site-logo-image {
  height: auto;
  max-height: 52px;
  width: auto;
  transition: max-height 0.2s ease;
}

body.is-scrolled .logo-header .site-logo-image {
  max-height: 36px;
}

#navi .menu a,
#navi-in .menu a {
  transition: color 0.15s ease;
}
@media (hover: hover) {
  #navi .menu a:hover,
  #navi-in .menu a:hover {
    color: #2a2531;
  }
}

.go-to-top .go-to-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2531;
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(28, 24, 34, 0.08);
  transition: background 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
}
.go-to-top .go-to-top-button .fa,
.go-to-top .go-to-top-button span {
  color: #fff;
}
@media (hover: hover) {
  .go-to-top .go-to-top-button:hover {
    background: #1c1822;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(28, 24, 34, 0.12);
  }
}
.go-to-top .go-to-top-button:focus-visible {
  outline: 3px solid #d2ccc0;
  outline-offset: 2px;
}

.c-site-footer {
  background: #1c1822;
  color: #fff;
}
.c-site-footer__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  align-items: start;
}
.c-site-footer__logo {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}
.c-site-footer__tagline {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-site-footer__h {
  margin: 0 0 0.75rem;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  color: #fff;
}
.c-site-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-site-footer__col li {
  margin: 0 0 0.5rem;
}
.c-site-footer__col a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.15s ease;
}
@media (hover: hover) {
  .c-site-footer__col a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.c-site-footer__recruit-text {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.c-site-footer__copyright {
  max-width: 1040px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}

#footer.footer {
  display: none;
}

.c-hero {
  position: relative;
  margin: 0 calc(50% - 50vw) 2rem;
  min-height: clamp(380px, 56vh, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.c-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.c-hero__slide.is-active {
  opacity: 1;
}
.c-hero__slide--hanabi {
  background: radial-gradient(circle at 30% 34%, rgba(176, 53, 81, 0.42), transparent 44%), radial-gradient(circle at 72% 40%, rgba(168, 137, 78, 0.28), transparent 42%), linear-gradient(165deg, #141019, #2a2330);
}
.c-hero__slide--live {
  background: radial-gradient(circle at 50% 84%, rgba(138, 43, 67, 0.5), transparent 55%), linear-gradient(165deg, #16111d, #322637);
}
.c-hero__slide--sports {
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.14), transparent 50%), linear-gradient(165deg, #101f1a, #1d4034);
}
.c-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 16, 30, 0.5), rgba(20, 16, 30, 0.7));
}

.c-hero__inner {
  position: relative;
  z-index: 2;
  padding: 3rem 1.5rem;
  color: #fff;
}
.c-hero__inner .c-hero__lead {
  margin: 0 auto 1rem;
  max-width: 24em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.c-hero__inner .c-hero__lead > span {
  display: block;
}
.c-hero__inner .c-hero__kicker,
.c-hero__inner .c-hero__problem {
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}
.c-hero__inner .c-hero__punch {
  margin-top: 0.3em;
  font-size: clamp(1.875rem, 1.5rem + 1.9vw, 2.375rem);
  font-weight: 700;
  color: #fff;
}
.c-hero__inner .c-hero__sub {
  margin: 0 auto 1.5rem;
  max-width: 30em;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.c-hero__inner .c-hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
}

.c-qa,
.c-related {
  margin: 0 0 2rem;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border: 1px solid #e7e3da;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
}

.c-empathy {
  margin: 0 0 2rem;
  padding: 2rem 1.5rem;
  background: #f8f6f2;
  border-radius: 12px;
}
.c-empathy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.c-empathy li {
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1rem 3.4rem;
  background: #ffffff;
  border: 1px solid #e7e3da;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
  color: #26222c;
  font-size: 0.875rem;
  line-height: 1.7;
}
.c-empathy li::before {
  content: "?";
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #f4e4e9;
  color: #8a2b43;
  font-weight: 700;
  font-size: 0.875rem;
}
.c-empathy .c-note {
  margin: 1rem 0 0;
}

.c-qa dl {
  margin: 0;
}
.c-qa dt,
.c-qa dd {
  position: relative;
  padding-left: 2.8rem;
}
.c-qa dt {
  margin: 1rem 0 0;
  font-weight: 700;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  color: #26222c;
}
.c-qa dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: #2a2531;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}
.c-qa dd {
  margin: 0.5rem 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e3da;
  color: #6e6876;
}
.c-qa dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: #f4e4e9;
  color: #8a2b43;
  font-weight: 700;
  font-size: 0.875rem;
}
.c-qa dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.c-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-related li {
  position: relative;
  margin: 0;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  border-bottom: 1px solid #f0ede6;
}
.c-related li::before {
  content: "→";
  position: absolute;
  left: 0.4rem;
  color: #a8894e;
  font-weight: 700;
}
.c-related li:last-of-type {
  border-bottom: none;
}
.c-related .c-note {
  margin: 1rem 0 0;
}

.l-front {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

body.home #content {
  margin-top: 0;
}

body.home #main {
  padding-top: 0;
}

.c-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e7e3da;
}
.c-section-head h2 {
  margin: 0;
  font-size: clamp(1.375rem, 1.25rem + 0.65vw, 1.5625rem);
}
.c-section-head__more {
  flex: none;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
}

.c-front-event {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  background: #2a2531;
}
.c-front-event h2 {
  color: #fff;
}
.c-front-event__label {
  margin: 0 0 0.2em;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #d6c39a;
}
.c-front-event__title {
  margin: 0 0 0.3em;
  font-size: clamp(1.375rem, 1.25rem + 0.65vw, 1.5625rem);
}
.c-front-event__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
}

.c-front-calendar,
.c-front-hotels {
  margin: 0 0 2rem;
}

.c-front-calendar__desc {
  margin: 0 0 0.75rem;
  color: #6e6876;
  font-size: 0.875rem;
}

.c-value {
  margin: 0 0 2rem;
}
.c-value > h2 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.375rem, 1.25rem + 0.65vw, 1.5625rem);
  text-align: center;
}
.c-value > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 3em;
  height: 2px;
  background: #a8894e;
}
.c-value__grid {
  counter-reset: ep-value;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.c-value__item {
  position: relative;
  counter-increment: ep-value;
  margin-top: 1.4rem;
  padding: 2.2rem 1.5rem 1.5rem;
  background: #ffffff;
  border: 1px solid #e7e3da;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
  text-align: center;
}
.c-value__item::before {
  content: counter(ep-value);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #2a2531;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 4px 14px rgba(28, 24, 34, 0.08);
}
.c-value__item h3 {
  margin: 0 0 0.5rem;
  color: #2a2531;
  font-size: 1.25rem;
}
.c-value__item p {
  margin: 0;
  color: #6e6876;
  font-size: 0.875rem;
}

.l-hotel-archive__layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.l-hotel-archive__side {
  flex: 0 0 264px;
  position: sticky;
  top: 86px;
}

.l-hotel-archive__main {
  flex: 1;
  min-width: 0;
}

.l-hotel-archive__toolbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e7e3da;
}

.l-hotel-archive__sort {
  font-size: 0.875rem;
  color: #6e6876;
}
.l-hotel-archive__sort select {
  margin-left: 0.4em;
  padding: 0.35em 0.6em;
  border: 1px solid #e7e3da;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 760px) {
  .l-hotel-archive__layout {
    flex-direction: column;
  }
  .l-hotel-archive__side {
    flex: none;
    position: static;
    width: 100%;
  }
}
.l-hotel-archive__count {
  margin: 0;
  color: #6e6876;
  font-weight: 700;
  font-size: 0.875rem;
}

.l-hotel-rows {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-hotel-row {
  display: flex;
  gap: 1rem;
  padding: 0.75rem;
  background: #ffffff;
  border: 1px solid #e7e3da;
  border-radius: 8px;
}
.c-hotel-row__photo {
  flex: 0 0 168px;
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  background: #f2efe9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-hotel-row__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-hotel-row__noimg {
  font-size: 0.75rem;
  color: #9b95a1;
}
.c-hotel-row__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.c-hotel-row__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.c-hotel-row__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}
.c-hotel-row__title a {
  color: #26222c;
}
@media (hover: hover) {
  .c-hotel-row__title a:hover {
    color: #8a2b43;
    text-decoration: none;
  }
}
.c-hotel-row__avail {
  flex: none;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2em 0.7em;
  border-radius: 4px;
}
.c-hotel-row__avail--available {
  color: #2e8f63;
  background: #e9f3ee;
}
.c-hotel-row__avail--few {
  color: #d98a1f;
  background: #fff7ec;
}
.c-hotel-row__avail--full {
  color: #b03551;
  background: #faf1f3;
}
.c-hotel-row__area, .c-hotel-row__excerpt {
  margin: 0;
  font-size: 0.875rem;
  color: #6e6876;
}
.c-hotel-row__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-hotel-row__price {
  margin: 0;
  font-size: 0.875rem;
  color: #26222c;
}
.c-hotel-row__price strong {
  color: #8a2b43;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  margin-right: 0.8em;
}
.c-hotel-row__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-hotel-row__badges li {
  padding: 0.15em 0.7em;
  font-size: 0.75rem;
  color: #2a2531;
  background: #f6f4ef;
  border-radius: 4px;
}
.c-hotel-row__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.5rem;
}
.c-hotel-row__acts .c-btn {
  padding: 0.45em 1.2em;
  font-size: 0.875rem;
}

@media (max-width: 760px) {
  .c-hotel-row {
    gap: 0.75rem;
  }
  .c-hotel-row__photo {
    flex-basis: 112px;
  }
}
.l-hotel-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.c-hotel-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7e3da;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
}
.c-hotel-card__thumb {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f2efe9;
}
.c-hotel-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-hotel-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  flex: 1;
}
.c-hotel-card__title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}
.c-hotel-card__title a {
  color: #26222c;
}
@media (hover: hover) {
  .c-hotel-card__title a:hover {
    color: #2a2531;
    text-decoration: none;
  }
}
.c-hotel-card__area {
  margin: 0;
  font-size: 0.875rem;
  color: #6e6876;
}
.c-hotel-card__excerpt {
  margin: 0;
  font-size: 0.875rem;
  color: #6e6876;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-hotel-card__price {
  margin: 0.25rem 0 0;
  font-weight: 700;
  color: #b03551;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
}
.c-hotel-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}
.c-hotel-card__badges li {
  padding: 0.2em 0.7em;
  font-size: 0.75rem;
  color: #2a2531;
  background: #f6f4ef;
  border-radius: 4px;
}
.c-hotel-card__more {
  margin: auto 0 0;
  padding-top: 0.75rem;
}
.c-hotel-card__more a {
  display: inline-block;
  font-weight: 700;
  color: #2a2531;
}
.c-hotel-card__more a::after {
  content: " ›";
}

.l-hotel-list__empty {
  padding: 2rem;
  text-align: center;
  color: #6e6876;
  background: #f8f6f2;
  border-radius: 8px;
}

.c-hotel-single__title {
  font-size: clamp(1.875rem, 1.5rem + 1.9vw, 2.375rem);
  margin-bottom: 1rem;
}
.c-hotel-single__main-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
}
.c-hotel-single__excerpt {
  margin: 1rem 0;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  color: #6e6876;
}

.c-hotel-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
  padding: 1rem;
  background: #f8f6f2;
  border-radius: 8px;
}

.c-hotel-prices {
  margin: 2rem 0;
}
.c-hotel-prices dl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin: 0;
}
.c-hotel-prices dt {
  font-size: 0.875rem;
  color: #6e6876;
}
.c-hotel-prices dd {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #b03551;
}

.c-hotel-checks,
.c-hotel-features {
  margin: 2rem 0;
}
.c-hotel-checks ul,
.c-hotel-features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding: 0;
  list-style: none;
}
.c-hotel-checks li,
.c-hotel-features li {
  padding: 0.4em 0.9em;
  background: #f6f4ef;
  border: 1px solid #e7e3da;
  border-radius: 4px;
  font-size: 0.875rem;
}

.c-hotel-checks ul {
  display: block;
}

.c-hotel-checks li {
  border-radius: 4px;
  margin-bottom: 0.5rem;
  background: #f8f6f2;
}

.c-hotel-access {
  margin: 2rem 0;
}
.c-hotel-access__address {
  color: #6e6876;
}
.c-hotel-access__map {
  margin-top: 0.75rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
}
.c-hotel-access__map iframe {
  display: block;
  width: 100%;
  border: 0;
}

.c-hotel-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.75rem;
}
.c-hotel-gallery__grid img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.c-event-hub {
  max-width: 1040px;
  margin: 0 auto;
}

.c-event-hub__banner {
  position: relative;
  min-height: 200px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(circle at 30% 34%, rgba(176, 53, 81, 0.4), transparent 45%), radial-gradient(circle at 72% 40%, rgba(168, 137, 78, 0.26), transparent 45%), linear-gradient(165deg, #141019, #2a2330);
}
.c-event-hub__banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-event-hub__banner.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 30, 0.1), rgba(20, 16, 30, 0.66));
}

.c-event-hub__cap {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  padding: 2rem 1.5rem 1rem;
}

.c-event-hub__badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2a2531;
  background: #fff;
  border-radius: 4px;
  padding: 0.2em 0.8em;
}

.c-event-hub__banner .c-event-hub__title {
  margin: 0.4rem 0 0;
  color: #fff;
  font-size: clamp(1.875rem, 1.5rem + 1.9vw, 2.375rem);
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.c-event-hub__head {
  padding: 1.5rem 0 1rem;
}

.c-event-hub__meta {
  margin: 0;
  color: #6e6876;
  font-size: 0.875rem;
}

.c-event-hub__tbd {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #d98a1f;
  border-radius: 4px;
  padding: 0.15em 0.7em;
  white-space: nowrap;
}

.c-event-hub__datenote {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: #6e6876;
}

.c-event-hub__urgency {
  display: inline-block;
  margin: 0.75rem 0.75rem 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #8a2b43;
  background: #faf1f3;
  border: 1px solid #f4e4e9;
  border-radius: 4px;
  padding: 0.25em 0.9em;
}

.c-event-hub__official {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2a2531;
  text-decoration: none;
}
@media (hover: hover) {
  .c-event-hub__official:hover {
    text-decoration: underline;
  }
}

.c-event-hub__more {
  margin: 1rem 0 0;
}
.c-event-hub__more summary {
  cursor: pointer;
  color: #2a2531;
  font-weight: 700;
  font-size: 0.875rem;
  list-style: none;
}
.c-event-hub__more summary::-webkit-details-marker {
  display: none;
}
.c-event-hub__more summary::before {
  content: "▼ ";
  font-size: 0.7em;
}
.c-event-hub__more[open] summary::before {
  content: "▲ ";
}
.c-event-hub__more-body {
  margin: 0.75rem 0 0;
  color: #26222c;
  font-size: 0.875rem;
  line-height: 1.75;
}

.c-event-archive {
  max-width: 1040px;
  margin: 0 auto;
}

.c-event-archive__head {
  padding: 1.5rem 0 1rem;
}

.c-event-archive__lead {
  margin: 0;
  color: #6e6876;
  font-size: 0.875rem;
  line-height: 1.75;
}

.c-event-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) {
  .c-event-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-event-archive__item {
  margin: 0;
}

.c-event-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e7e3da;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
  text-decoration: none;
  color: #26222c;
  transition: transform 0.12s ease, box-shadow 0.15s ease;
}
@media (hover: hover) {
  .c-event-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(28, 24, 34, 0.08);
  }
}
.c-event-card__media {
  position: relative;
  aspect-ratio: 16/9;
  background: #f2efe9;
}
.c-event-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-event-card__badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2a2531;
  background: #fff;
  border-radius: 4px;
  padding: 0.2em 0.8em;
}
.c-event-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 1rem 1rem;
}
.c-event-card__name {
  margin: 0 0 0.3rem;
  font-size: 1.25rem;
  color: #26222c;
}
.c-event-card__meta {
  margin: 0 0 0.2rem;
  font-size: 0.875rem;
  color: #6e6876;
}
.c-event-card__venue {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  color: #6e6876;
}
.c-event-card__cta {
  margin-top: auto;
  align-self: flex-start;
  font-weight: 700;
  font-size: 0.875rem;
  color: #2a2531;
}

.c-event-avail {
  margin: 2rem 0 0;
  padding: 1.5rem;
  background: #f8f6f2;
  border-radius: 12px;
}
.c-event-avail__h {
  margin: 0 0 1rem;
  font-size: clamp(1.375rem, 1.25rem + 0.65vw, 1.5625rem);
}
.c-event-avail__chips {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.4rem;
}
.c-event-avail__chip {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e3da;
  background: #fff;
  border-radius: 4px;
  padding: 0.45em 0.95em;
  font-size: 0.875rem;
  color: #26222c;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.c-event-avail__chip small {
  color: #6e6876;
  font-size: 0.75rem;
}
.c-event-avail__chip.is-on {
  background: #2a2531;
  border-color: #2a2531;
  color: #fff;
}
.c-event-avail__chip.is-on small {
  color: rgba(255, 255, 255, 0.85);
}
.c-event-avail__toolbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1rem 0 0.75rem;
}
.c-event-avail__sortlbl {
  font-size: 0.875rem;
  color: #6e6876;
}
.c-event-avail__sort {
  margin-left: 0.4em;
  font-weight: 700;
  color: #26222c;
  border: 1px solid #e7e3da;
  border-radius: 4px;
  padding: 0.3em 0.5em;
}
.c-event-avail__filternote {
  font-size: 0.75rem;
  color: #6e6876;
}
.c-event-avail__more {
  margin: 1rem 0 0;
  text-align: center;
}
.c-event-avail__more a {
  font-weight: 700;
  text-decoration: none;
}

.c-ehotel {
  background: #fff;
  border: 1px solid #e7e3da;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
}
.c-ehotel__photo {
  position: relative;
  aspect-ratio: 16/9;
  background: #f2efe9;
}
.c-ehotel__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-ehotel__noimg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2531;
  font-size: 0.875rem;
}
.c-ehotel__stat {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  padding: 0.2em 0.7em;
}
.c-ehotel__stat--ok {
  background: #2e8f63;
}
.c-ehotel__stat--few {
  background: #d98a1f;
}
.c-ehotel__stat--full {
  background: #b03551;
}
.c-ehotel__price {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  background: rgba(46, 42, 51, 0.78);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 4px;
  padding: 0.2em 0.6em;
}
.c-ehotel__b {
  padding: 0.75rem 1rem 1rem;
}
.c-ehotel__name {
  margin: 0 0 0.15rem;
  font-size: 1.25rem;
}
.c-ehotel__name a {
  color: #26222c;
  text-decoration: none;
}
@media (hover: hover) {
  .c-ehotel__name a:hover {
    color: #2a2531;
  }
}
.c-ehotel__meta {
  margin: 0 0 0.4rem;
  font-size: 0.875rem;
  color: #6e6876;
}
.c-ehotel__tags {
  list-style: none;
  margin: 0 0 0.6rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.c-ehotel__tags li {
  font-size: 0.75rem;
  background: #f8f6f2;
  border: 1px solid #e7e3da;
  border-radius: 4px;
  padding: 0.15em 0.6em;
  color: #6e6876;
}
.c-ehotel__acts {
  display: flex;
  gap: 0.5rem;
  margin: 0;
}
.c-ehotel__acts .c-btn {
  flex: 1;
  padding: 0.5em;
  font-size: 0.875rem;
}

.c-event-caution {
  margin: 1.5rem 0;
  font-size: 0.875rem;
  color: #6e6876;
  background: #faf1f3;
  border-radius: 4px;
  padding: 0.75rem 1rem;
}

.c-event-articles {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e7e3da;
  border-radius: 8px;
}

.c-event-articles__list {
  padding-left: 1.2em;
}
.c-event-articles__list li {
  margin: 0.5rem 0;
}

.c-soon,
.c-note {
  color: #9b95a1;
  font-size: 0.875rem;
}

.c-soon {
  display: inline-block;
  padding: 0.1em 0.6em;
  background: #f2efe9;
  border-radius: 4px;
}

.l-calendar-page__lead {
  margin-bottom: 1.5rem;
  color: #6e6876;
}

.c-calendar {
  margin: 1.5rem 0;
}
.c-calendar__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.c-calendar__caution {
  margin: 0 0 0.75rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: #6e6876;
  background: #faf1f3;
  border-radius: 4px;
}
.c-calendar__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e7e3da;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
}
.c-calendar__table {
  border-collapse: separate;
  border-spacing: 0;
  width: auto;
  font-size: 0.875rem;
}
.c-calendar__table th, .c-calendar__table td {
  border-bottom: 1px solid #f0ede6;
  border-right: 1px solid #f0ede6;
  padding: 0.5rem 0.75rem;
  text-align: center;
  white-space: nowrap;
  background: #fff;
}
.c-calendar__table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f8f6f2;
  color: #6e6876;
  font-weight: 700;
}
.c-calendar__corner, .c-calendar__hotel {
  position: sticky;
  left: 0;
  z-index: 3;
  text-align: left;
  min-width: 10em;
  background: #f8f6f2;
}
.c-calendar__corner {
  z-index: 4;
}
.c-calendar__hotel {
  background: #fff;
  vertical-align: top;
  border-right: 2px solid #e7e3da;
}
.c-calendar__hotel-name {
  display: block;
  font-weight: 700;
  color: #2a2531;
}
.c-calendar__updated {
  display: block;
  font-size: 0.75rem;
  color: #6e6876;
  font-weight: 400;
}
.c-calendar__stale {
  display: inline-block;
  margin-top: 0.2em;
  padding: 0.05em 0.5em;
  font-size: 0.75rem;
  color: #fff;
  background: #9c5800;
  border-radius: 4px;
}
.c-calendar__day {
  font-weight: 400;
}
.c-calendar__day--wd0 {
  color: #b03551;
}
.c-calendar__day--wd6 {
  color: #a8894e;
}
.c-calendar__day.is-event {
  background: #f4e4e9;
  color: #b03551;
  font-weight: 700;
}
.c-calendar__day.is-today {
  box-shadow: inset 0 -3px 0 #a8894e;
}
.c-calendar__wd {
  font-size: 0.8em;
}
.c-calendar__cell {
  font-size: 1.15em;
  font-weight: 700;
}
.c-calendar__cell.is-available {
  color: #2e8f63;
}
.c-calendar__cell.is-few {
  color: #d98a1f;
  background: #fff7ec;
}
.c-calendar__cell.is-full {
  color: #b03551;
  background: #fdeef4;
}
.c-calendar__cell.is-off {
  color: #9b95a1;
  background: #f2efe9;
  font-weight: 400;
}
.c-calendar__cell.is-event {
  outline: 2px solid #d9a8b6;
  outline-offset: -2px;
}
.c-calendar__legend-item--off {
  color: #9b95a1;
}

.c-hotel-filter {
  background: #f8f6f2;
  border: 1px solid #e7e3da;
  border-radius: 8px;
}
.c-hotel-filter__summary {
  display: none;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #26222c;
  cursor: pointer;
  list-style: none;
}
.c-hotel-filter__summary::-webkit-details-marker {
  display: none;
}
.c-hotel-filter__summary::before {
  content: "▼ ";
  font-size: 0.7em;
  color: #a8894e;
}
.c-hotel-filter[open] .c-hotel-filter__summary::before {
  content: "▲ ";
}
.c-hotel-filter__form {
  padding: 1rem;
}
.c-hotel-filter__group {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 1px solid #e7e3da;
}
.c-hotel-filter__group legend {
  font-weight: 700;
  font-size: 0.875rem;
  color: #26222c;
  margin-bottom: 0.5rem;
}
.c-hotel-filter__group label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  color: #6e6876;
  cursor: pointer;
  transition: color 0.15s ease;
}
@media (hover: hover) {
  .c-hotel-filter__group label:hover {
    color: #26222c;
  }
}
.c-hotel-filter__group label:has(input:checked) {
  color: #26222c;
  font-weight: 700;
}
.c-hotel-filter__group input[type=checkbox] {
  accent-color: #2a2531;
}
.c-hotel-filter__submit {
  width: 100%;
  font-size: 0.875rem;
}
.c-hotel-filter__clear {
  display: block;
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6e6876;
}
@media (hover: hover) {
  .c-hotel-filter__clear:hover {
    color: #8a2b43;
  }
}

@media (max-width: 760px) {
  .c-hotel-filter__summary {
    display: list-item;
  }
  .c-hotel-filter:not([open]) .c-hotel-filter__summary::before {
    content: "▼ ";
  }
}
.c-consent {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100% - 1rem * 2);
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding: 1rem 1.5rem;
  background: #fff;
  color: #26222c;
  border: 1px solid #e7e3da;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(28, 24, 34, 0.12);
  font-size: 0.875rem;
}
.c-consent[hidden] {
  display: none;
}
.c-consent__text {
  margin: 0;
  flex: 1 1 16em;
}
.c-consent__text a {
  color: #2a2531;
  text-decoration: underline;
}
.c-consent__actions {
  display: flex;
  gap: 0.5rem;
}
.c-consent__btn {
  padding: 0.5em 1.2em;
  border-radius: 4px;
  border: 1.5px solid #d2ccc0;
  background: #fff;
  color: #2a2531;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.12s ease;
}
@media (hover: hover) {
  .c-consent__btn:hover {
    transform: translateY(-1px);
  }
}
.c-consent__btn--accept {
  background: #2a2531;
  border-color: #2a2531;
  color: #fff;
}
@media (hover: hover) {
  .c-consent__btn--accept:hover {
    background: #1c1822;
  }
}
.c-consent__btn--reject {
  background: #fff;
}
@media (hover: hover) {
  .c-consent__btn--reject:hover {
    background: #f2efe9;
  }
}

.c-inquiry {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #f8f6f2;
  border: 1px solid #e7e3da;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(28, 24, 34, 0.05);
}
.c-inquiry__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.375rem, 1.25rem + 0.65vw, 1.5625rem);
  color: #2a2531;
}
.c-inquiry__lead {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #6e6876;
}
.c-inquiry__note {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #9b95a1;
}
.c-inquiry__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.c-inquiry__form {
  display: block;
}
.c-inquiry__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-inquiry__row .c-inquiry__field {
  flex: 1 1 12rem;
}
.c-inquiry__field {
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}
.c-inquiry__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #6e6876;
}
.c-inquiry__input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  color: inherit;
  background: #fff;
  border: 1px solid #e7e3da;
  border-radius: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.c-inquiry__input:focus-visible {
  outline: none;
  border-color: #a8894e;
  box-shadow: 0 0 0 3px rgba(168, 137, 78, 0.35);
}
.c-inquiry__dates, .c-inquiry__hotels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.c-inquiry__date, .c-inquiry__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
}
.c-inquiry__hotel {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex: 1 1 14rem;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
}
.c-inquiry__hotel-name {
  font-weight: 700;
}
.c-inquiry__hotel-note {
  font-size: 0.75rem;
  color: #b03551;
}
.c-inquiry__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 1rem 0;
  font-size: 0.875rem;
  color: #6e6876;
}
.c-inquiry__consent a {
  color: #2a2531;
}
.c-inquiry__submit {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  font-weight: 700;
  color: #fff;
  background: #8a2b43;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease;
}
@media (hover: hover) {
  .c-inquiry__submit:hover {
    background: #6e2135;
  }
}
.c-inquiry__submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(176, 48, 99, 0.35);
}

.l-inquiry-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.l-inquiry-page__lead {
  margin: 1rem 0;
  color: #6e6876;
  line-height: 1.8;
}

.c-inquiry-result {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  border-top: 1px solid #e7e3da;
}
.c-inquiry-result__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e7e3da;
}
.c-inquiry-result__name {
  font-weight: 700;
  color: #2a2531;
}
.c-inquiry-result__tel {
  font-weight: 700;
  color: #8a2b43;
}

.l-guide-page .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
article.post .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
.entry-content .wp-block-button:not(.is-style-outline) > .wp-block-button__link {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  font-weight: 700;
  color: #fff;
  background: #8a2b43;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(28, 24, 34, 0.08);
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
@media (hover: hover) {
  .l-guide-page .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
  article.post .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
  .entry-content .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover {
    background: #6e2135;
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(28, 24, 34, 0.12);
  }
}
.l-guide-page .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus-visible,
article.post .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus-visible,
.entry-content .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(176, 48, 99, 0.35);
}
.l-guide-page .wp-block-button.is-style-outline > .wp-block-button__link,
article.post .wp-block-button.is-style-outline > .wp-block-button__link,
.entry-content .wp-block-button.is-style-outline > .wp-block-button__link {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
  font-weight: 700;
  color: #2a2531;
  background: #fff;
  border: 2px solid #a8894e;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
@media (hover: hover) {
  .l-guide-page .wp-block-button.is-style-outline > .wp-block-button__link:hover,
  article.post .wp-block-button.is-style-outline > .wp-block-button__link:hover,
  .entry-content .wp-block-button.is-style-outline > .wp-block-button__link:hover {
    background: #f6f4ef;
    color: #1c1822;
    transform: translateY(-1px);
  }
}
.l-guide-page .wp-block-button.is-style-outline > .wp-block-button__link:focus-visible,
article.post .wp-block-button.is-style-outline > .wp-block-button__link:focus-visible,
.entry-content .wp-block-button.is-style-outline > .wp-block-button__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(168, 137, 78, 0.4);
}
.l-guide-page .wp-block-buttons,
article.post .wp-block-buttons,
.entry-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin: 2rem 0;
}

article.post .wp-block-quote,
.entry-content .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  background: #faf1f3;
  border-left: 4px solid #b25571;
  border-radius: 4px;
  color: #6e6876;
}
article.post .wp-block-quote p,
.entry-content .wp-block-quote p {
  margin: 0;
}
article.post .wp-block-quote strong,
.entry-content .wp-block-quote strong {
  color: #2a2531;
}
article.post .wp-block-table table,
.entry-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.875rem;
}
article.post .wp-block-table table th, article.post .wp-block-table table td,
.entry-content .wp-block-table table th,
.entry-content .wp-block-table table td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #e7e3da;
  text-align: left;
}
article.post .wp-block-table table thead th,
.entry-content .wp-block-table table thead th {
  background: #f8f6f2;
  color: #6e6876;
  font-weight: 700;
}
article.post .wp-block-table table tbody tr:nth-child(even),
.entry-content .wp-block-table table tbody tr:nth-child(even) {
  background: #f2efe9;
}

.l-area-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}
.l-area-page__header {
  margin-bottom: 2rem;
}
.l-area-page__lead {
  margin: 0.75rem 0 0;
  color: #6e6876;
  line-height: 1.8;
  font-size: clamp(1rem, 0.93rem + 0.35vw, 1.125rem);
}
.l-area-page__intro-quote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  background: #faf1f3;
  border-left: 4px solid #b25571;
  border-radius: 4px;
  color: #6e6876;
}
.l-area-page__intro-quote p {
  margin: 0;
  line-height: 1.9;
}
.l-area-page__intro-quote strong {
  color: #2a2531;
}
.l-area-page__hotel-table {
  margin: 1rem 0;
}
.l-area-page__hotel-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.l-area-page__hotel-table table th, .l-area-page__hotel-table table td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #e7e3da;
  text-align: left;
}
.l-area-page__hotel-table table thead th {
  background: #f8f6f2;
  color: #6e6876;
  font-weight: 700;
}
.l-area-page__hotel-table table tbody tr:nth-child(even) {
  background: #f2efe9;
}
.l-area-page__hotel-table table a {
  color: #2a2531;
  font-weight: 700;
}
@media (hover: hover) {
  .l-area-page__hotel-table table a:hover {
    color: #1c1822;
  }
}
.l-area-page h2 {
  margin: 3rem 0 0.75rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.375rem, 1.25rem + 0.65vw, 1.5625rem);
  color: #2a2531;
  border-bottom: 2px solid #d2ccc0;
}
.l-area-page h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.25rem;
  color: #1c1822;
}
.l-area-page p {
  line-height: 1.9;
  margin: 0 0 0.75rem;
}
.l-area-page ul:not(.wp-block-list), .l-area-page ol {
  margin: 0 0 1rem;
  padding-left: 1.5em;
  line-height: 1.9;
}
/*# sourceMappingURL=style.css.map */


/* 2026-06-13 append-patch: ホテル一覧の2週間空きストリップ（次回の全量CSS同期で正規位置へ） */
.c-hotel-row__cal {
  display: flex;
  margin-top: 0.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-hotel-row__cal-day {
  flex: 0 0 auto;
  min-width: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.15em 0.2em;
  border-right: 1px solid #f0ede6;
}
.c-hotel-row__cal-day:first-child {
  border-left: 1px solid #f0ede6;
}
.c-hotel-row__cal-day.is-today {
  box-shadow: inset 0 -2px 0 #a8894e;
}
.c-hotel-row__cal-date {
  font-size: 0.75rem;
  color: #6e6876;
  white-space: nowrap;
}
.c-hotel-row__cal-date--wd0 {
  color: #b03551;
}
.c-hotel-row__cal-date--wd6 {
  color: #a8894e;
}
.c-hotel-row__cal-mark {
  font-size: 0.875rem;
  font-weight: 700;
}
.c-hotel-row__cal-mark.is-available {
  color: #2e8f63;
}
.c-hotel-row__cal-mark.is-few {
  color: #d98a1f;
}
.c-hotel-row__cal-mark.is-full {
  color: #b03551;
}
.c-hotel-row__cal-mark.is-off {
  color: #9b95a1;
  font-weight: 400;
}
