/* 全体のリセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 背景動画セクション */
#video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    background-color: rgba(110, 106, 106, 0.5);
    padding: 20px;
    border-radius: 10px;
}

#video-overlay h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

#video-overlay p {
    font-size: 1.5rem;
}

/* 初期状態では両方非表示 */
#video-pc,
#video-mobile {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -8;
}

/* PC表示 */
@media (min-width: 768px) {
  #video-pc {
    display: block;
  }
}

/* モバイル表示 */
@media (max-width: 767px) {
  #video-mobile {
    display: block;
  }
}


/* おすすめメニューセクション */
#menu-section {
    background-color: #f4f4f4;
    padding: 50px 20px;
    text-align: center;
}

#menu-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.menu-items {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.menu-item {
    width: 30%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.menu-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.menu-item h3 {
    margin-top: 15px;
    font-size: 1.8rem;
}

.menu-item p {
    font-size: 1.1rem;
    margin-top: 10px;
}

.menu-item:hover {
    transform: translateY(-10px);
}

[v-cloak] {
  display: none;
}

/* 予約フォームセクション */
#reservation-section {
    padding: 50px 20px;
    text-align: center;
}

#reservation-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#reservation-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

#reservation-form input,
#reservation-form textarea,
#reservation-form button {
    padding: 15px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#reservation-form button {
    background-color: #333;
    color: white;
    cursor: pointer;
}

#reservation-form button:hover {
    background-color: #575757;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .menu-items {
        flex-direction: column;
        align-items: center;
    }

    .menu-item {
        width: 80%;
        margin-bottom: 20px;
    }
}

/*ロゴ*/
#video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.logo-image {
    width: 300px;  /* ロゴ画像の横幅を調整 */
    height: auto;
}

/*モーダル*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content {
  background-color: #d63131;
  padding: 2rem;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 5px 15px rgba(201, 199, 199, 0.3);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.modal-content button {
  background-color: #ff69b4;     /* ネオンピンク系 */
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.modal-content button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px #ff69b4;
}

/* --- 特別な一品セクション --- */
.special-offer {
  text-align: center;
  background: linear-gradient(to right, #fff8e1, #ffecb3);  /* 柔らかい金色のグラデーション */
  padding: 40px 20px;
  margin: 40px auto;
  border: 3px solid #fbc02d;
  border-radius: 15px;
  max-width: 700px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}

.special-offer h3 {
  font-size: 2em;
  color: #d17b00;
  margin-bottom: 15px;
}

.special-offer p {
  font-size: 1.1em;
  color: #4e342e;
  margin-bottom: 20px;
}

.special-offer img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 2px solid #ffa000;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/**/
.special-offer {
  text-align: center;
  background: radial-gradient(circle at top, #fffde7, #fff3c0, #f9e79f); /* 黄金ベースの輝き */
  padding: 50px 30px;
  margin: 60px auto;
  border: 4px double #d4af37; /* 金色の枠線 */
  border-radius: 20px;
  max-width: 800px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "serif";
  position: relative;
}

.special-offer::before {
  content: "🎉 SPECIAL OFFER 🎉";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff8e1;
  padding: 5px 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: #b8860b;
  border: 2px solid #f9ca24;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.special-offer h3 {
  font-size: 2.5em;
  color: #b76e00;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(255, 213, 0, 0.6);
}

.special-offer p {
  font-size: 1.3em;
  color: #4e342e;
  margin-bottom: 30px;
  line-height: 1.6em;
}

.special-offer img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  border: 3px solid #ffd700;
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.special-offer img:hover {
  transform: scale(1.05);
}

/*メール送信中の案内表示*/
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* ▼ モーダルの中身全体 */
.loading-message {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 12px;
  border: 2px solid #999; /* ✅ 縁を追加 */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* ✅ 影を強調 */
  text-align: center;
  font-size: 1.1rem;
  color: #333;
}

/* ▼ スピナー */
.spinner {
  border: 5px solid #ddd;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*フッターまじめ*/
.site-footer {
  background-color: #333;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.footer-logo {
  font-size: 24px;
  margin-bottom: 10px;
}

.footer-address,
.footer-phone {
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-phone a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.footer-note {
  display: block;
  font-size: 14px;
  color: #ccc;
  margin-top: 5px;
}
/*真面目終了*/

.site-footer {
  background: linear-gradient(to right, #2b0030, #1a001f); /* 深紫のグラデ */
  color: #ffcaff;  /* 薄いピンク */
  padding: 50px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  box-shadow: 0 -5px 15px rgba(255, 0, 255, 0.3);
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.footer-logo {
  font-size: 28px;
  font-weight: bold;
  color: #ff90e8;
  margin-bottom: 15px;
  text-shadow: 0 0 10px #ff90e8;
}

.footer-address {
  font-size: 18px;
  margin-bottom: 10px;
  color: #f7d6f7;
}

.footer-phone {
  font-size: 24px;
  margin: 20px 0;
  font-weight: bold;
  color: #fff;
}

.footer-phone a {
  font-size: 48px; /* ← ★5倍くらいの大きさ！ */
  color: #ff6fd8;
  text-decoration: none;
  text-shadow: 0 0 12px #ff6fd8;
}

.footer-note {
  display: block;
  font-size: 16px;
  margin-top: 8px;
  color: #ffc0f3;
}

/*ネオン*/
.neon-logo {
  filter: drop-shadow(0 0 5px #ff69b4)
          drop-shadow(0 0 10px #ff69b4)
          drop-shadow(0 0 20px #ff1493)
          drop-shadow(0 0 40px #ff1493);
  animation: neonFlicker 2s infinite ease-in-out;
  transition: all 0.3s ease;
  max-width: 200px; /* 適宜サイズ調整 */
  display: block;
  margin: 0 auto;
}

@keyframes neonFlicker {
  0%, 100% {
    filter: drop-shadow(0 0 5px #ff69b4)
            drop-shadow(0 0 10px #ff69b4)
            drop-shadow(0 0 20px #ff1493)
            drop-shadow(0 0 40px #ff1493);
  }
  50% {
    filter: drop-shadow(0 0 2px #ff69b4)
            drop-shadow(0 0 5px #ff69b4)
            drop-shadow(0 0 10px #ff1493)
            drop-shadow(0 0 20px #ff1493);
  }
}

/*ネオンフッター*/
.neon-footer {
  background: linear-gradient(135deg, #1a0033, #330033, #660066); /* 夜っぽい紫グラデーション */
  color: white;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
  position: relative;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
}

.footer-phone {
  font-size: 3em;
  font-weight: bold;
  color: #ff00cc;
  text-shadow: 0 0 10px #ff00cc, 0 0 20px #ff00cc, 0 0 30px #ff00cc;
}

.footer-subtext {
  font-size: 1.2em;
  margin-top: 10px;
  color: #ffcaff;
}

/*ネオンボタン*/
.neon-button {
  background-color: #ff1493; /* 濃いネオンピンク */
  color: white;
  font-size: 1.5em;
  padding: 1em 2em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-shadow: 0 0 5px #fff, 0 0 10px #ff1493, 0 0 20px #ff1493;
  box-shadow: 0 0 10px #ff1493, 0 0 20px #ff1493, 0 0 30px #ff1493;
  transition: 0.3s;
}

.neon-button:hover {
  background-color: #ff69b4; /* ライトピンクで光るように */
  box-shadow: 0 0 15px #ff69b4, 0 0 30px #ff69b4, 0 0 45px #ff69b4;
}