:root {
  --fixed-top-offset: 320px;
  --color-bg: #24332b;
  --color-bg-deep: #16211b;
  --color-surface: #f2eadc;
  --color-surface-strong: #fbf6ec;
  --color-ink: #201713;
  --color-ink-soft: #56453b;
  --color-gold: #c8a96b;
  --color-gold-strong: #e0c48f;
  --color-line: rgba(104, 77, 46, 0.28);
  --shadow-soft: 0 20px 45px rgba(0, 0, 0, 0.24);
}

html {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "MS PMincho", serif;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: inherit;
  line-height: 1.6;
  background:
    radial-gradient(circle at top, rgba(200, 169, 107, 0.18), transparent 34%),
    linear-gradient(180deg, #1b2721 0%, #26362d 42%, #efe6d6 100%);
  color: #f6f1e8;
  padding-top: var(--fixed-top-offset);
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.fixed-top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  background: linear-gradient(180deg, rgba(20, 30, 25, 0.97), rgba(25, 38, 31, 0.92));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

header {
  text-align: center;
  padding: 24px 0;
  background:
    linear-gradient(180deg, rgba(24, 35, 29, 0.96), rgba(31, 45, 37, 0.88));
}

header img {
  display: block;
  width: 100%;
  max-width: 768px;
  height: auto;
  margin: 0 auto;
}

.header-logo {
  display: block;
}

.header-actions {
  padding: 20px;
}

.mobile-menu {
  display: none;
}

.section-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  padding: 16px 20px 24px;
  background: linear-gradient(180deg, rgba(244, 235, 217, 0.96), rgba(229, 214, 188, 0.92));
  border-top: 1px solid rgba(200, 169, 107, 0.22);
}

.desktop-menu {
  width: 100%;
}

.section-menu a {
  color: #2d231d;
  text-decoration: none;
  padding: 6px 14px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.desktop-menu a,
.footer-menu a {
  font-size: 17px;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-item {
  padding: 14px 0 16px;
  border-bottom: 1px solid rgba(104, 77, 46, 0.18);
}

.news-date {
  font-size: 14px;
  color: #8b6a43;
  margin-bottom: 6px;
}

.news-title-btn {
  display: inline;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-ink);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  line-height: 1.7;
}

.news-title-btn:hover {
  color: #8a6134;
  text-decoration: underline;
}

.news-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  min-width: auto;
  height: auto;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #8a6134;
  vertical-align: middle;
}

.news-new {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #221811;
  background: linear-gradient(180deg, #dfc28a, #c8a96b);
  border-radius: 999px;
  vertical-align: middle;
}

.news-author-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #f7f3ea;
  background: #6f5f46;
  border-radius: 999px;
  vertical-align: middle;
}

.news-archive-link-wrap {
  margin-top: 16px;
  text-align: right;
}

.news-archive-link {
  color: #8a6134;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 97, 52, 0.45);
  padding-bottom: 2px;
}

.news-archive-link:hover {
  opacity: 0.8;
}

.news-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
  overflow: hidden;
}

.news-modal.is-open {
  display: block;
}

.news-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 20, 16, 0.76);
}

.news-modal__box {
  position: relative;
  z-index: 1;
  max-width: 760px;
  width: min(760px, calc(100% - 64px));
  margin: 8vh auto;
  max-height: 84vh;
  background: linear-gradient(180deg, #24332b, #16211b);
  color: #f7f1e6;
  border: 1px solid rgba(200, 169, 107, 0.24);
  border-radius: 14px;
  padding: 24px;
  box-sizing: border-box;
  overflow-y: auto;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
}

.news-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  color: #f4ebdd;
  font-size: 28px;
  cursor: pointer;
}

.news-modal__nav {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(900px, calc(100% - 16px));
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.news-modal__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 248, 230, 0.38);
  border-radius: 999px;
  background: rgba(185, 42, 32, 0.78);
  color: #fff9ef;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.36);
}

.news-modal__arrow--prev {
  left: 0;
}

.news-modal__arrow--next {
  right: 0;
}

.news-modal__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.news-modal__date {
  font-size: 14px;
  color: #d5b980;
  margin-bottom: 8px;
}

.news-modal__title {
  margin: 0 0 16px;
  font-size: 27px;
}

.news-modal__body {
  white-space: pre-wrap;
  line-height: 1.95;
  font-size: 16px;
}

section {
  padding: 36px 30px;
  max-width: 800px;
  margin: 0 auto 28px;
  background: linear-gradient(180deg, rgba(251, 246, 236, 0.98), rgba(241, 232, 218, 0.96));
  color: var(--color-ink);
  border: 1px solid var(--color-line);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  scroll-margin-top: var(--fixed-top-offset);
}

section h2 {
  margin: 0 0 18px;
  font-size: 1.9rem;
  letter-spacing: 0.12em;
  color: #231913;
}

section p {
  margin: 0;
  color: var(--color-ink-soft);
}

.btn {
  display: block;
  background: linear-gradient(180deg, #203229, #121d18);
  color: #f8f0e2;
  text-align: center;
  width: 25%;
  padding: 15px;
  margin: 15px auto;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid rgba(200, 169, 107, 0.58);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(18, 29, 24, 0.2);
}

.btn:hover {
  background: linear-gradient(180deg, #2a4035, #17241e);
}

#reserve-section .btn {
  background: linear-gradient(180deg, #2f4a3d, #1a2d24);
  box-shadow: 0 12px 24px rgba(26, 45, 36, 0.22);
}

#reserve-section .btn:hover {
  background: linear-gradient(180deg, #38594a, #21382d);
}

iframe {
  width: 100%;
  border: none;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

footer {
  text-align: center;
  background: linear-gradient(180deg, #24332b, #152019);
  color: #f4eadc;
  padding: 0;
  position: relative;
  border-top: 1px solid rgba(200, 169, 107, 0.18);
}

.footer-top {
  padding: 20px;
}

.footer-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 20px;
  text-align: left;
}

.footer-store {
  flex: 1;
  color: #e9d6b4;
}

.footer-store-name {
  margin-top: 0;
  font-size: 26px;
}

.footer-store p {
  margin: 0 0 10px;
}

.footer-store a {
  color: #e9d6b4;
  text-decoration: none;
}

.footer-menu {
  margin-bottom: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
  padding: 0;
  background: transparent;
}

.footer-menu a {
  color: #e9d6b4;
  padding: 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 16px;
}

.footer-social {
  margin-top: 8px;
}

.mobile-menu-social {
  display: none;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.social-icon svg {
  width: 100%;
  height: 100%;
  fill: #e3c992;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.28);
  color: #e8dcc7;
  padding: 16px 20px;
  border-top: 1px solid rgba(200, 169, 107, 0.14);
}

.footer-bottom p {
  margin: 0;
}

.footer-top-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}

.footer-top-link a {
  color: #e9d6b4;
  text-decoration: none;
  font-size: 40px;
  line-height: 1;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(233, 214, 180, 0.45);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 768px) {
  :root {
    --fixed-top-offset: 16px;
  }

  body {
    padding-top: var(--fixed-top-offset);
  }

  .fixed-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(20, 30, 25, 0.97), rgba(25, 38, 31, 0.92));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  }

  header {
    padding: 12px 0 16px;
  }

  .header-actions {
    padding: 12px 16px 0;
  }

  .btn {
    width: calc(100% - 48px);
    max-width: 320px;
  }

  .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
    margin: 0 16px 12px;
  }

  .mobile-menu[open] {
    z-index: 1000;
  }

  .mobile-menu-toggle {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 56px;
    padding: 12px;
    margin: 0;
    cursor: pointer;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1002;
  }

  .mobile-menu-toggle::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .mobile-menu[open] .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-menu[open] .mobile-menu-toggle span {
    background: #000;
  }

  .mobile-menu[open] .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu[open] .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .mobile-menu-panel {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    position: fixed;
    inset: 0;
    margin: 0;
    padding: 128px 24px 40px;
    background: linear-gradient(180deg, rgba(246, 238, 223, 0.98), rgba(226, 210, 184, 0.96));
    z-index: 1001;
  }

  .mobile-menu-panel a {
    color: #261b15;
    padding: 8px 0;
    text-align: center;
    font-size: 24px;
  }

  .mobile-menu-social {
    display: flex;
    margin-top: auto;
    padding-top: 28px;
    gap: 28px;
  }

  .mobile-menu-social .social-icon {
    width: 40px;
    height: 40px;
  }

  .mobile-menu-social .social-icon svg {
    fill: #261b15;
  }

  .news-modal__box {
    width: calc(100% - 56px);
    padding: 20px 18px;
  }

  .news-modal__nav {
    position: static;
    display: flex;
    justify-content: center;
    gap: 28px;
    width: auto;
    margin: 0 40px 16px;
    transform: none;
    pointer-events: auto;
  }

  .news-modal__arrow {
    position: static;
    transform: none;
    width: 40px;
    height: 40px;
  }

  .news-modal__arrow--prev {
    left: auto;
  }

  .news-modal__arrow--next {
    right: auto;
  }

  .news-modal__date {
    font-size: 12px;
  }

  .news-modal__title {
    font-size: 21px;
    margin-bottom: 14px;
  }

  .news-modal__body {
    font-size: 14px;
    line-height: 1.85;
  }

  section {
    scroll-margin-top: var(--fixed-top-offset);
  }


  header img {
    max-width: 88%;
    padding-top: 56px;
  }

  .footer-main {
    display: block;
    text-align: center;
    margin-bottom: 0;
  }

  .footer-store {
    display: none;
  }

  .footer-menu {
    display: none;
  }

  .footer-social {
    display: none;
  }

  .footer-top {
    padding: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .social-icons {
    margin-top: 12px;
  }
}
