@charset "UTF-8";
/* 4kスクリーン対応 */
@media screen and (min-width: 2560px) {
  #live-seating-info {
    right: calc((100vw - 1280px) / 2 + 4px);
  }
  #menuButton {
    right: calc((100vw - 1280px) / 2 + 16px);
  }
  #toTopButton {
    right: calc((100vw - 1280px) / 2 - 16px);
  }
}
/* スクロール */
html {
  scroll-behavior: smooth;
}

/* font */
.title-font-cursive {
  font-family: "Cedarville Cursive", cursive;
}

/* 背景 */
main {
  background-image: url("../img/texture.jpg");
}

/* メニュー */
#menuBackground {
  display: none;
}

/* モーダル背景のフェードイン・フェードアウト */
#modalBackground {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#modalBackground.active {
  opacity: 1;
  visibility: visible;
}

/* モーダルのポインター */
#closeModalButtonBottom {
  cursor: pointer;
}

/* ありがとうございましたメッセージ */
.thank-you-animated-image {
  opacity: 0;
}

.thank-you-fade-in-out {
  animation: fadeInOut 3s ease forwards;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*  page to top */
@keyframes slideIn {
  from {
    transform: translateX(calc(100% + 2rem));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100% + 2rem));
  }
}
@media screen and (max-width: 2559px) {
  .animate-slideIn {
    animation: slideIn 0.3s ease-out forwards !important;
  }
  .animate-slideOut {
    animation: slideOut 0.3s ease-in forwards !important;
  }
  .animate-slideOut-default {
    animation: slideOut 0s ease-in forwards;
  }
}
/* header */
#hero-nav {
  background-image: radial-gradient(circle, #444 1px, transparent 1px), radial-gradient(circle, #444 1px, transparent 1px);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  mix-blend-mode: multiply;
}

.cont-title-hatch {
  background-image: radial-gradient(circle, #444 1px, transparent 1px), radial-gradient(circle, #444 1px, transparent 1px);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  mix-blend-mode: hard-light;
}

/*  footer */
.overlay-gray::before {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  background-image: radial-gradient(circle, #444 1px, transparent 1px), radial-gradient(circle, #444 1px, transparent 1px);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  mix-blend-mode: hard-light;
}

/* li間の縦線（｜）スタイル */
#footer .menu-list li:not(:last-child)::after {
  content: "｜"; /* 縦線の文字 */
  margin-left: 8px; /* 余白調整 */
  color: #ffffff; /* 縦線の色 */
}

/* index */
#kv,
.kv_mv,
.kv_lg {
  height: calc(100vh - 200px);
}
@media screen and (max-height: 700px) {
  #kv,
  .kv_mv,
  .kv_lg {
    height: calc(100vh - 100px);
  }
}

.kv_lg {
  pointer-events: none;
}
@media screen and (max-height: 550px) {
  .kv_lg h1 img {
    width: 200px;
  }
}

.hero-scroll {
  height: calc(100vh - 200px);
}
@media screen and (max-height: 550px) {
  .hero-scroll {
    display: none;
  }
}

/* 4kスクリーン対応 */
@media screen and (min-width: 2560px) {
  #kv,
  .kv_mv,
  .kv_lg {
    max-height: 900px;
  }
  .hero-scroll {
    height: 900px;
  }
}
/* 下矢印スクロールボタン */
@keyframes custom-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
.custom-bounce {
  animation: custom-bounce 1s infinite;
}

/* 投稿一覧 */
#active_posts h3::after {
  content: "｜";
}

div.post-the-content-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ページネーション */
div.wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  padding-left: 1rem;
}
div.wp-pagenavi span.pages {
  display: none;
}
div.wp-pagenavi .pages {
  padding: 4px 10px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 14px;
}
div.wp-pagenavi .page,
div.wp-pagenavi .nextpostslink,
div.wp-pagenavi .previouspostslink {
  background: #fff;
}
div.wp-pagenavi a,
div.wp-pagenavi .current {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #bbb !important;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}
div.wp-pagenavi a:hover {
  background: #888;
  color: #fff;
  border-color: #bbb;
}
div.wp-pagenavi .current {
  background: #888;
  color: #fff;
  border-color: #bbb;
  font-weight: bold;
}

/* Instagram */
.sb_instagram_header {
  padding: 4rem 4rem 3.5rem !important;
}

.sbi_header_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* single-post page-policy */
#single-post h2,
#single-post h3,
#single-post h4,
#single-post h5,
#single-post h6,
#page-policy h2,
#page-policy h3,
#page-policy h4,
#page-policy h5,
#page-policy h6 {
  font-family: inherit;
  color: #616161;
}
#single-post h2 span,
#single-post h3 span,
#single-post h4 span,
#single-post h5 span,
#single-post h6 span,
#page-policy h2 span,
#page-policy h3 span,
#page-policy h4 span,
#page-policy h5 span,
#page-policy h6 span {
  font-size: 95%;
}
#single-post h2,
#single-post h3,
#page-policy h2,
#page-policy h3 {
  border-bottom: 1px solid #616161;
  margin-bottom: 40px;
  font-size: clamp(20px, 2.3vw, 25px);
}
#single-post h3,
#single-post h4,
#page-policy h3,
#page-policy h4 {
  margin-top: 50px;
  margin-bottom: 40px;
}
#single-post h5,
#single-post h6,
#page-policy h5,
#page-policy h6 {
  font-weight: bold;
  margin: 40px 0;
}
#single-post h2,
#page-policy h2 {
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: center;
}
#single-post h3,
#page-policy h3 {
  line-height: 70px;
}
#single-post h4,
#page-policy h4 {
  font-size: 1.5rem;
}
#single-post h5,
#page-policy h5 {
  font-size: 1.25rem;
}
#single-post h6,
#page-policy h6 {
  font-size: 1rem;
}
#single-post p,
#page-policy p {
  margin-bottom: 1rem;
}
#single-post a,
#page-policy a {
  line-height: 1;
  color: #0284c7; /* Tailwind: text-sky-700 */
}
#single-post a:hover,
#page-policy a:hover {
  text-decoration: underline;
}
#single-post ol,
#single-post ul,
#page-policy ol,
#page-policy ul {
  list-style: revert;
  padding-left: 1.5rem;
}
#single-post > div > p:first-child,
#page-policy > div > p:first-child {
  margin-top: 4rem;
}

/* page */
#page-menu #special-curry-copy h2 {
  text-align: justify; /* 縦書きの場合、整列を調整 */
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  left: calc(100vw - 130px);
}
@media (min-width: 379px) {
  #page-menu #special-curry-copy h2 {
    left: calc(100vw - 190px);
  }
}
@media (min-width: 768px) {
  #page-menu #special-curry-copy h2 {
    left: calc(100vw - 250px);
  }
}
@media (min-width: 1280px) {
  #page-menu #special-curry-copy h2 {
    left: 1030px;
  }
}
#page-menu #special-curry-copy .horizontal-text {
  writing-mode: horizontal-tb; /* 横書きに設定 */
  text-orientation: mixed; /* テキストの方向を横に設定 */
}

.chat-bubble::before {
  content: "＼";
}
.chat-bubble::after {
  content: "／";
}
.chat-bubble.horizontal-text {
  position: absolute;
  top: -64px;
  font-size: 30px;
  letter-spacing: normal;
  right: 20px;
}
@media (max-width: 379px) {
  .chat-bubble.horizontal-text {
    font-size: 1.25rem;
    top: -32px;
    right: 13px;
  }
}

ul.note-list {
  list-style-type: "※"; /* 「※」のユニコード */
  padding-left: 25px; /* インデント調整 */
}

#page-about main a {
  line-height: 1;
  color: #0284c7;
}
#page-about main a:hover {
  text-decoration: underline;
}
#page-about-kv-text {
  font-family: "New Tegomin", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.6;
}
@media (max-width: 428px) {
  #page-about .about-bg {
    display: none !important;
  }
}
@media (max-width: 564px) {
  #page-about .img-about-bg {
    top: -30em !important;
  }
}
@media (min-width: 768px) {
  #page-about-kv-text {
    height: 340px;
  }
  #page-about-kv-text.vertical-text-pc {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #page-about-kv-text p {
    line-height: 3rem;
  }
}

/* FullCalendar */
#event-cal {
  /* カレンダーリスト表示 */
}
#event-cal .fc .fc-scrollgrid,
#event-cal .fc .fc-scrollgrid table {
  table-layout: auto;
  width: 100% !important;
}
#event-cal .fc .fc-toolbar-title {
  font-weight: bold;
  color: rgb(75, 85, 99, var(--tw-text-opacity, 1));
}
#event-cal .fc .fc-button-primary {
  background-color: #dbdbdb;
  border-color: #d8d8d8;
  color: #4b5563;
}
#event-cal .fc .fc-button-primary .fc-icon {
  color: #4b5563;
}
#event-cal .fc .fc-button-primary:hover {
  background-color: rgba(209, 209, 209, 0.8196078431);
}
#event-cal .fc .fc-button-primary.fc-today-button {
  background-color: #c0c0c0;
}
#event-cal .fc .fc-button-primary.fc-today-button:hover {
  background-color: #c7c7c7;
}
#event-cal .fc .fc-button:disabled {
  opacity: 0.3;
}
#event-cal .fc-view-harness {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  white-space: nowrap;
  cursor: grab;
  user-select: none; /* テキスト選択を無効化 */
  scrollbar-width: thin; /* Firefox向け細いスクロールバー */
  border: 1px solid #ddd; /* chromeバグ対策：ボーダーをここに変更 */
}
#event-cal .fc-view-harness:active {
  cursor: grabbing;
}
#event-cal table.fc-scrollgrid-sync-table {
  min-width: 893px !important;
  width: auto !important;
}
#event-cal .fc-theme-standard .fc-scrollgrid {
  border: none; /* 元のボーダーを無効化 */
}
@media (max-width: 768px) {
  #event-cal .fc-view-harness {
    font-size: 14px;
    pointer-events: none;
  }
  #event-cal .fc-prev-button::after,
  #event-cal .fc-next-button::before {
    display: none;
  }
}
#event-cal .bg-white {
  background-color: transparent;
}
#event-cal tbody {
  background-color: #fdfdfd;
}
#event-cal th,
#event-cal td {
  width: 14.2857142857%;
}
#event-cal .fc-view-harness.scrollable::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="80" height="80"><path fill="rgba(75,85,99,0.5)" d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm395.3 11.3l-112 112c-4.6 4.6-11.5 5.9-17.4 3.5s-9.9-8.3-9.9-14.8l0-64-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-64c0-6.5 3.9-12.3 9.9-14.8s12.9-1.1 17.4 3.5l112 112c6.2 6.2 6.2 16.4 0 22.6z"/></svg>');
  position: absolute;
  top: 50%;
  right: 10%;
  animation: slideArrow 1s ease-in-out 2 alternate, fadeOut 2s ease-in-out 1 forwards;
  z-index: 10;
}
#event-cal .fc-view-harness:not(.scrollable)::after {
  display: none;
}
@media (max-width: 768px) {
  #event-cal .fc-view-harness.scrollable::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="60" height="60"><path fill="rgba(75,85,99,0.5)" d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm395.3 11.3l-112 112c-4.6 4.6-11.5 5.9-17.4 3.5s-9.9-8.3-9.9-14.8l0-64-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-64c0-6.5 3.9-12.3 9.9-14.8s12.9-1.1 17.4 3.5l112 112c6.2 6.2 6.2 16.4 0 22.6z"/></svg>');
  }
}
@keyframes slideArrow {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(10px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#event-cal .fc-direction-ltr .fc-list-day-text,
#event-cal .fc-direction-rtl .fc-list-day-side-text {
  float: none;
}
#event-cal .fc-direction-ltr .fc-list-day-text {
  padding-left: 0.5rem;
}
#event-cal .fc-list-day-cushion {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
#event-cal .fc-list-day-cushion .fc-direction-ltr .fc-list-day-side-text {
  order: 1;
}
#event-cal .fc-list-day-cushion .fc-direction-rtl .fc-list-day-text {
  order: 2;
}
#event-cal .fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  display: none;
}
@media (max-width: 500px) {
  #event-cal .fc .fc-toolbar.fc-header-toolbar {
    display: grid;
    grid-template-rows: auto auto; /* 2段構成 */
    grid-template-columns: 1fr 1fr; /* 2列（2段目に使用） */
    gap: 10px;
  }
  #event-cal .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
    grid-row: 2;
    grid-column: 1;
    justify-self: start; /* 左寄せ */
  }
  #event-cal .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    grid-column: 1/-1; /* 1段目で2列をまたぐ（1列扱い） */
    text-align: center; /* 中央寄せ */
  }
  #event-cal .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
    justify-self: end; /* 右寄せ */
  }
  #event-cal .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */