@charset "utf-8";
/* =============================================================

  General CSS

============================================================= */

/* -------------------------------

  Common
  
------------------------------- */

:root {
  --main-color: #3498db;
  --accent-color: #9F6E00;
  --restaurant-color: #034801;
  --cafe-color: #2b0016;
  --party-plan-color: #AD0000;
  --text-color: #333333;
  --bg-color: #f4f4f4;
  --light-color: #fff7e6;
  
  --max-header-width: 1458px;
  --header-height: 75px;
  --content-width: 1140px;
}

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

[id] {
  scroll-margin-top: 3rem;
}

html, body {
  min-height: 100vh;
}

body {
  font-family:
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "ＭＳ Ｐ明朝",
    "MS PMincho",
    "YuMincho",        /* Mac用の指定 */
    "Yu Mincho",       /* Windows用の指定（スペースあり） */
    "游明朝体",         /* 一部の古いブラウザ用 */
    "游明朝",           /* Windows用の日本語名指定 */
    "MS PMincho",      /* 游明朝がない古いWindows用（MS P明朝） */
    serif;             /* 最終的なフォールバック（明朝体） */
  /* フォントの描画を滑らかにする（特にMac/iOSで重要） */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav[aria-label="サイト内ナビゲーション"] {
  position: absolute;
  top: 94px;
  padding: 1.1875rem clamp(1rem, 0.0196rem + 4.183vw, 3rem);
  font-size: clamp(0.75rem, 0.6749rem + 0.2809vw, 0.875rem);
}

main {
  padding-top: calc(var(--header-height) + 2.5rem);
  padding-bottom: 3rem;
}

main > section {
  box-sizing: content-box;
  max-width: calc(var(--content-width) + 1rem);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

section > h2.title-border::before,
section > h2.title-border::after {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 2px;
  background-color: currentColor;
  transform: translateY(calc(-0.5cap + 1px));
  margin-left: 0.2em;
  margin-right: 0.2em;
}

p { line-height: 1.5; }

iframe, img { max-width: 100%; }

/* -------------------------------

  Buton
  
------------------------------- */

a.btn,
button.btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  appearance: none;
  background-color: var(--accent-color);
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.6em 0.975em;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  min-width: fit-content;
}
a.allow-btn::after,
button.allow-btn::after {
  content: '';
  width: 0.7em;
  height: 0.7em;
  border: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.75em;
  bottom: 0;
  margin: auto;
}

button.nav-toggle,
button.external-btn,
[role="tablist"] > button {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  text-align: center;
  font-size: clamp(0.875rem, 0.7999rem + 0.2809vw, 1rem);
  line-height: 1;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  white-space: nowrap;
}

button.nav-toggle {
  position: relative;
  width: 3rem;
  height: 3rem;
  z-index: 7;
}

a:hover {
  opacity: .7;
}

:focus:not(:fous-visible) {
  outline: none;
}

dl > div {
  display: flex;
  gap: 1em;
  margin-bottom: 0.75em;
}

b, strong { font-weight: 700; }

small { font-size: 0.875rem; font-weight: 400; }

sup {
  font-size: 0.6em;
}

@font-face {
  font-family: "Futura";
  src: url("/50th/assets/font/futura.woff") format('woff'),
       url("/50th/assets/font/futura.ttf") format("truetype");
}

/* -------------------------------

  Icon
  
------------------------------- */

.icon-arrow-right {
  width: 20px;
  height: 20px;
}

/* -------------------------------

  Breadcrumb List
  
------------------------------- */

nav[aria-label="サイト内ナビゲーション"] {
  padding: 1.1875rem clamp(1rem, 0.0196rem + 4.183vw, 3rem);
  font-size: clamp(0.75rem, 0.6749rem + 0.2809vw, 0.875rem);
}

nav[aria-label="サイト内ナビゲーション"] a {
  color: var(--accent-color);
  text-decoration: none;
}

nav[aria-label="サイト内ナビゲーション"] > ol {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

nav[aria-label="サイト内ナビゲーション"] > ol > li {
  line-height: 1.5;
  padding-right: 0.6em;
}

nav[aria-label="サイト内ナビゲーション"] > ol > li::after {
  content: '／';
  padding-left: 0.6em;
}

nav[aria-label="サイト内ナビゲーション"] > ol > li:last-child::after {
  content: '';
  display: none;
}


/* -------------------------------

  Heading
  
------------------------------- */

h1[data-title-ja] {
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho";
  font-size: clamp(2.25rem, 1.3483rem + 3.3708vw, 3.75rem);
  line-height: 1.2;
  text-align: center;
  margin-bottom: clamp(3rem, -0.2813rem + 12.5vw, 8.625rem);
}

h1[data-title-ja]::after {
  content: attr(data-title-ja);
  position: absolute;
  bottom: calc(-1em + -0.5rem);
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.375rem, 0.9993rem + 1.4045vw, 2rem);
  word-break: keep-all;
  white-space: nowrap;
}

p.lead {
  font-size: clamp(0.875rem, 0.7247rem + 0.5618vw, 1.125rem);
  text-align: center;
  font-weight: 700;
}

/* -------------------------------

  Footer
  
------------------------------- */

body > footer {
  color: #FFFFFF;
  background-color: #333333;
  position: sticky;
  top: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/* -------------------------------

  PC Phone Link
  
------------------------------- */

@media (min-width: 769px) {
  .phone-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

/* -------------------------------

  Print CSS
  
------------------------------- */

@media print {
  body {
      -webkit-print-color-adjust: exact; //safari、Chrome用
      color-adjust: exact;
  }

  a[href]:after {
    content:"[" attr(href) "]";
    font-size:93%;
    color: #999;
  }
  
  tr, td, th, img, svg {break-inside: avoid;}
  thead {display:table-header-group}
  .no-print {visibility:hidden; display:none}
  
  section._bg-lightgray,
  section._bg-pink,
  section._bg-beige
  {
    background-color: #FFFFFF;
    color: #000000;
  }
}
