*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  color: #333333;
  background: #ffffff;
  line-height: 1.7;
}

a {
  color: #8b6914;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline !important;
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.logo a {
  display: block;
  text-decoration: none;
}
.logo a:hover {
  text-decoration: none;
  opacity: 0.85;
}
.logo img {
  display: block;
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}
.nav ul a {
  color: #333333;
  text-decoration: none;
}
.nav ul a.is-current {
  color: #8b6914;
  font-weight: 600;
}
.nav ul a:hover {
  color: #8b6914;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: #333333;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
}

@media (max-width: 768px) {
  .nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 20px;
  }
  .nav.is-open {
    display: block;
  }
  .nav ul {
    flex-direction: column;
    gap: 12px;
  }
  .nav-toggle {
    display: flex;
  }
}
.main {
  min-height: calc(100vh - 64px - 200px);
}

.home-kv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px 56px;
  background: #ffffff;
}

.home-kv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@keyframes home-kv-logo-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home-kv__logo {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0;
  animation: home-kv-logo-fade 2s ease forwards;
}

.home-zigzag {
  padding: 0;
}

.home-zigzag__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 0;
}

.home-zigzag__row--media-left .home-zigzag__media {
  order: 0;
}
.home-zigzag__row--media-left .home-zigzag__body {
  order: 1;
}

.home-zigzag__row--text-left .home-zigzag__body {
  order: 0;
}
.home-zigzag__row--text-left .home-zigzag__media {
  order: 1;
}

.home-zigzag__media {
  flex: 0 0 42%;
  max-width: 50%;
  min-width: 0;
  aspect-ratio: 1/1;
  background: #f5f5f5;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.65s ease, transform 1.65s ease;
}
.home-zigzag__media.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.home-zigzag__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-zigzag__body {
  flex: 1 1 58%;
  min-width: 0;
  padding: clamp(16px, 4vw, 40px) clamp(14px, 4vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.65s ease, transform 1.65s ease;
}
.home-zigzag__body.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.home-zigzag__row:nth-child(odd) .home-zigzag__body {
  background: #ffffff;
}

.home-zigzag__row:nth-child(even) .home-zigzag__body {
  background: #f5f5f5;
}

.home-zigzag__title {
  font-size: clamp(1rem, 3.2vw, 1.25rem);
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
.home-zigzag__title strong {
  font-weight: 700;
}

.home-zigzag__text {
  margin: 0;
  font-size: clamp(0.8125rem, 2.8vw, 0.9375rem);
  color: rgba(51, 51, 51, 0.88);
  line-height: 1.75;
}

br.u-br-sp-only {
  display: none;
}

@media (max-width: 768px) {
  .home-zigzag__title {
    text-align: center;
  }
  .home-zigzag__body {
    padding: clamp(28px, 6vw, 48px) clamp(22px, 5vw, 40px);
    text-align: center;
  }
  .home-zigzag__text {
    text-align: center;
  }
  br.u-br-sp-only {
    display: block;
  }
  br.u-br-collapse-sp {
    display: none;
  }
}
.home-zigzag__cta {
  margin: 0;
}
.home-zigzag__cta a {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #8b6914;
  color: #8b6914;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.home-zigzag__cta a:hover {
  background: #8b6914;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 380px) {
  .home-zigzag__body {
    padding: clamp(22px, 5vw, 36px) clamp(18px, 4vw, 28px);
  }
  .home-zigzag__title {
    margin-bottom: 8px;
  }
  .home-zigzag__text {
    margin-bottom: 12px;
    font-size: 0.8125rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-kv__logo {
    animation: none;
    opacity: 1;
  }
  .home-zigzag__media,
  .home-zigzag__body {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.hero {
  position: relative;
  min-height: 70vh;
  padding: 80px 20px 100px;
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slider__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-slider__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slider__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.hero-inner .hero-label {
  color: #e8d5a3;
}
.hero-inner .hero-title,
.hero-inner .hero-lead {
  color: #fff;
}
.hero-inner .hero-cta a {
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
}
.hero-inner .hero-cta a:hover {
  background: #fff;
  color: #1a1a1a;
}

.hero-slider__nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
}

.hero-slider__prev,
.hero-slider__next {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #333333;
  cursor: pointer;
  font-size: 0;
  transition: background 0.2s, transform 0.2s;
}
.hero-slider__prev:hover,
.hero-slider__next:hover {
  background: #fff;
  transform: scale(1.05);
}
.hero-slider__prev::before,
.hero-slider__next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.hero-slider__prev::before {
  transform: rotate(45deg);
  margin-left: 6px;
}

.hero-slider__next::before {
  transform: rotate(-135deg);
  margin-right: 6px;
}

.hero-slider__dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 10px;
  pointer-events: auto;
}

.hero-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.hero-slider__dot:hover {
  background: rgba(255, 255, 255, 0.5);
}
.hero-slider__dot.is-active {
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
  .hero {
    min-height: 60vh;
    padding: 60px 16px 80px;
  }
  .hero-slider__nav {
    padding: 0 8px;
  }
  .hero-slider__prev,
  .hero-slider__next {
    width: 40px;
    height: 40px;
  }
  .hero-slider__dots {
    bottom: 16px;
  }
}
.hero-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #8b6914;
  margin: 0 0 24px;
}

.hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 32px;
  letter-spacing: 0.02em;
}

.hero-lead {
  font-size: 0.9375rem;
  max-width: 560px;
  margin: 0 auto 40px;
  color: rgba(51, 51, 51, 0.85);
}

.hero-cta a {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #8b6914;
  color: #8b6914;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.hero-cta a:hover {
  background: #8b6914;
  color: #fff;
  text-decoration: none;
}

.section {
  padding: 60px 20px;
}
.section--dark {
  background: #f5f5f5;
}
.section--instagram {
  padding: 60px 20px;
  text-align: center;
}
.section--info {
  padding-bottom: 80px;
}
.section--map {
  padding: 48px 20px 56px;
  background: #f5f5f5;
}
.section--map .section-text {
  margin-bottom: 16px;
}

.home-map__address {
  margin: 0 0 16px !important;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.85);
}

.home-map__frame-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
}
.home-map__frame-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-map__link {
  margin: 20px 0 0;
  text-align: center;
  font-size: 0.875rem;
}

.section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}

.section-text {
  margin: 0 0 24px;
  font-size: 0.9375rem;
  color: rgba(51, 51, 51, 0.85);
}

.section-cta {
  margin: 0;
}
.section-cta a {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #8b6914;
  color: #8b6914;
  font-size: 0.875rem;
  text-decoration: none;
}
.section-cta a:hover {
  background: #8b6914;
  color: #fff;
  text-decoration: none;
}

.page-header {
  padding: 60px 20px 40px;
  text-align: center;
  background: #f5f5f5;
}

.page-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.02em;
}

.page-title-en {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #8b6914;
  margin-top: 8px;
}

.sub-nav {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sub-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
}
.sub-nav ul a {
  color: #333333;
  text-decoration: none;
}
.sub-nav ul a.is-current {
  color: #8b6914;
  font-weight: 600;
}
.sub-nav ul a:hover {
  color: #8b6914;
  text-decoration: none;
}

section#access {
  scroll-margin-top: calc(64px + 12px);
}

.info-list {
  max-width: 480px;
  margin: 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px 24px;
  font-size: 0.9375rem;
}
.info-list dt {
  margin: 0;
  color: rgba(51, 51, 51, 0.65);
  font-weight: 400;
}
.info-list dd {
  margin: 0;
}

.osechi-text ul {
  margin: 16px 0 0;
  padding-left: 1.2em;
  list-style: disc;
}

.instagram-profile-link {
  margin: 0;
  text-align: center;
  font-size: 0.9375rem;
}
.instagram-profile-link a {
  color: #8b6914;
  font-weight: 600;
  text-decoration: none;
  word-break: break-all;
}
.instagram-profile-link a:hover {
  text-decoration: underline;
}

.footer {
  background: #f5f5f5;
  padding: 48px 20px 32px;
  text-align: center;
  font-size: 0.875rem;
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.footer-top {
  margin: 0 0 24px;
}
.footer-top a {
  color: #333333;
  text-decoration: none;
}
.footer-top a:hover {
  color: #8b6914;
  text-decoration: none;
}

.footer-message {
  margin: 0 auto 28px;
  max-width: 520px;
  padding: 0 16px;
  line-height: 1.85;
  color: rgba(51, 51, 51, 0.85);
  font-size: 0.875rem;
}
.footer-message p {
  margin: 0 0 12px;
}
.footer-message p:last-child {
  margin-bottom: 0;
}

.footer-message__note {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 0.25rem;
}

.footer-info {
  margin: 0 0 24px;
  line-height: 1.8;
  color: rgba(51, 51, 51, 0.75);
}
.footer-info a {
  color: inherit;
}
.footer-info a:hover {
  color: #8b6914;
}

.footer-nav {
  margin: 0 0 24px;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul a {
  color: rgba(51, 51, 51, 0.65);
  text-decoration: none;
  font-size: 0.8125rem;
}
.footer-nav ul a:hover {
  color: #8b6914;
  text-decoration: none;
}

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