/* ===================================
   kitchen とんぺえ - スタイルシート
   =================================== */

/* リセット・基本設定 */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* コンテナ - フルワイド */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
}

/* ボタン */
.btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(231, 76, 60, 0.4);
}

/* ===================================
   ヘッダー
   =================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 5%;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e74c3c;
}

.nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-order-btn {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nav-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
    color: #fff;
}

.nav-links a:hover {
    color: #e74c3c;
}

.hamburger {
    display: none;
}

/* ===================================
   ヒーローセクション
   =================================== */
.hero {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url('../images/hero-bg.jpg') center/cover no-repeat;
    padding-top: 80px;
    position: relative;
}

.hero-content {
    padding: 40px 20px;
    width: 100%;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* ヒーロースクロールリンク */
.hero-scroll-link {
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.hero-scroll-link:hover {
    transform: scale(1.02);
}

.hero-scroll-link:hover .hero-title {
    color: #ffd700;
}

.scroll-hint {
    display: inline-block;
    margin-top: 20px;
    font-size: 2rem;
    color: #fff;
    animation: bounce 2s infinite;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-8px);
    }
}

/* ヒーロー注文ボタン */
.hero-order-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 50px;
    margin-top: 40px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    border-radius: 60px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(231, 76, 60, 0.4);
}

.hero-order-btn i {
    font-size: 2rem;
    margin-bottom: 8px;
}

.hero-order-btn span {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}

.hero-order-btn small {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-top: 5px;
}

.hero-order-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(231, 76, 60, 0.5);
}

/* ヒーローリンク */
.hero-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 60px;
}

.hero-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 20px 40px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1.3rem;
    transition: all 0.3s ease;
}

.hero-link i,
.hero-link svg {
    font-size: 2rem;
}

.hero-link .tabelog-logo {
    width: 32px;
    height: 32px;
}

.hero-link.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

.hero-link.tabelog {
    background: #ff6600;
    color: #fff;
}

.hero-link.line {
    background: #06c755;
    color: #fff;
}

.hero-link.twitter {
    background: #000;
    color: #fff;
}

.hero-link.ubereats {
    background: #142328;
    color: #06c167;
}

.hero-link.demaecan {
    background: #e60012;
    color: #fff;
}

.hero-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

/* ヒーロー内お知らせ */
.hero-news {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.hero-news:hover {
    background: rgba(0, 0, 0, 0.95);
}

.hero-news-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    min-height: 24px;
}

.hero-news-item {
    display: none;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 0.95rem;
    animation: fadeIn 0.5s ease;
}

.hero-news-item.active {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-news-badge {
    background: #dc3545;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.hero-news-date {
    color: #ffc107;
    font-weight: 600;
    flex-shrink: 0;
}

.hero-news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-news-item.important .hero-news-title {
    color: #ffcdd2;
}

.hero-news-arrow {
    margin-left: auto;
    color: #888;
    transition: transform 0.3s ease;
}

.hero-news:hover .hero-news-arrow {
    transform: translateX(5px);
    color: #fff;
}

/* ===================================
   セクション共通
   =================================== */
.section {
    width: 100%;
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

/* ===================================
   お知らせセクション
   =================================== */
.news-section {
    background: linear-gradient(180deg, #fff8e1 0%, #fff 100%);
}

.news-list {
    max-width: 800px;
    margin: 0 auto;
}

.news-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #ffc107;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-item.important {
    border-left-color: #dc3545;
    background: linear-gradient(90deg, #fff5f5 0%, #fff 30%);
}

.news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.news-date {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.news-category {
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.news-category.info {
    background: #e3f2fd;
    color: #1976d2;
}

.news-category.notice {
    background: #fff3e0;
    color: #f57c00;
}

.news-category.event {
    background: #e8f5e9;
    color: #388e3c;
}

.news-category.menu {
    background: #e0f7fa;
    color: #0097a7;
}

.news-important {
    background: #dc3545;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.news-content {
    margin-left: 0;
}

.news-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.news-body {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* ===================================
   お知らせページ
   =================================== */
.news-page-section {
    background: #f8f9fa;
    min-height: calc(100vh - 200px);
    padding-top: 120px;
}

.news-page-list {
    max-width: 900px;
    margin: 0 auto;
}

.news-page-item {
    background: #fff;
    border-radius: 16px;
    padding: 35px 40px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.news-page-item.important {
    background: #fff;
    box-shadow: 0 4px 20px rgba(220, 53, 69, 0.15);
}

.news-page-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.news-page-date {
    color: #666;
    font-size: 0.9rem;
}

.news-page-category {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.news-page-category.info {
    background: #e3f2fd;
    color: #1976d2;
}

.news-page-category.notice {
    background: #fff3e0;
    color: #f57c00;
}

.news-page-category.event {
    background: #e8f5e9;
    color: #388e3c;
}

.news-page-category.menu {
    background: #e0f7fa;
    color: #0097a7;
}

.news-page-important {
    background: #dc3545;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.news-page-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

.news-page-image {
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
}

.news-page-image img {
    width: 100%;
    height: auto;
    display: block;
}

.news-page-content {
    color: #555;
    font-size: 1.1rem;
    line-height: 2;
}

.news-page-back {
    text-align: center;
    margin-top: 40px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-back:hover {
    background: #555;
    transform: translateY(-2px);
}

/* ===================================
   メニューセクション
   =================================== */
.menu-section {
    background: #fff;
}

.menu-category {
    margin-bottom: 60px;
}

.category-title {
    font-size: 1.8rem;
    color: #e74c3c;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e74c3c;
    display: inline-block;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.menu-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.menu-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.menu-image {
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
}

.menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 3rem;
}

.menu-info {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.menu-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.menu-description {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 12px;
    flex: 1;
    min-height: 1.5em;
}

.menu-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #e74c3c;
    margin-top: auto;
}

.menu-price .tax {
    font-size: 0.8rem;
    font-weight: 400;
    color: #999;
}

/* ===================================
   店舗情報セクション
   =================================== */
.info-section {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
}

.info-card {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.info-card h3 {
    font-size: 1.3rem;
    color: #e74c3c;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

/* 営業時間カード */
.hours-card {
    margin-bottom: 30px;
}

/* サブグリッド（電話・支払い・予約） */
.info-sub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* 各カード共通 */
.contact-card,
.payment-card,
.reserve-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 35px 30px;
}

.contact-icon,
.payment-icon,
.reserve-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.contact-icon {
    background: #e74c3c;
    color: #fff;
}

.payment-icon {
    background: #27ae60;
    color: #fff;
}

.reserve-icon {
    background: #3498db;
    color: #fff;
}

/* 電話 */
.phone {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.phone a {
    color: #e74c3c;
}

.contact-note {
    font-size: 0.9rem;
    color: #666;
    margin: 8px 0 0;
}

/* 支払い */
.payment-method {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.payment-note {
    font-size: 0.9rem;
    color: #999;
    margin: 8px 0 0;
}

/* 予約 */
.reserve-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.reserve-note {
    font-size: 1rem;
    color: #3498db;
    font-weight: 500;
    margin: 8px 0 0;
}

.note {
    font-size: 0.9rem;
    color: #999;
    margin-top: 8px;
}

/* 配達カード */
.delivery-card {
    margin-top: 25px;
    padding: 30px 35px;
}

.delivery-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery-card h3 i {
    color: #e67e22;
}

.delivery-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.delivery-section h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #555;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eee;
}

.delivery-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.delivery-list li {
    padding: 8px 0;
    color: #333;
    font-size: 0.95rem;
}

.delivery-list li strong {
    color: #e67e22;
}

.delivery-note {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
}

.delivery-area {
    font-size: 1rem;
    color: #333;
    margin: 0 0 5px 0;
}

.delivery-area i {
    color: #e67e22;
    margin-right: 5px;
}

.delivery-notice {
    font-size: 0.95rem;
    color: #c0392b;
    margin: 0;
    padding: 10px 15px;
    background: #fff5f5;
    border-radius: 8px;
}

.delivery-notice i {
    margin-right: 5px;
}

.delivery-apps {
    color: #666;
    font-size: 0.95rem;
    margin: 0 0 15px;
}

.delivery-app-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.delivery-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.delivery-app-btn.ubereats {
    background: #142328;
    color: #06c167;
}

.delivery-app-btn.demaecan {
    background: #e60012;
    color: #fff;
}

.delivery-app-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* 営業時間カード */
.hours-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
}

.day-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px 12px;
    text-align: center;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.day-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.day-card .day-name {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.day-card .day-hours {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

/* 今日のハイライト */
.day-card.today {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    border-color: #4caf50;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.day-card.today .day-name {
    color: #2e7d32;
}

.day-card.today .day-hours {
    color: #2e7d32;
}

/* 日付表示 */
.day-card .day-date {
    display: block;
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 4px;
}

.day-card.today .day-date {
    color: #2e7d32;
    font-weight: 600;
}

/* 休業日 */
.day-card.closed {
    background: #f8d7da;
    border-color: #f5c6cb;
}

.day-card.closed .day-name,
.day-card.closed .day-hours {
    color: #721c24;
}

.day-card.closed .day-date {
    color: #a94442;
}

/* 特別営業 */
.day-card.special {
    background: #fff3cd;
    border-color: #ffc107;
}

.day-card.special .day-name,
.day-card.special .day-hours {
    color: #856404;
}

.day-card.special .day-date {
    color: #856404;
}

.holiday-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px solid #ddd;
}

.holiday-info.today {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    border-color: #4caf50;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.holiday-info.today .holiday-label {
    background: #4caf50;
}

.holiday-info.today .holiday-hours {
    color: #2e7d32;
}

.holiday-label {
    background: #666;
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.9rem;
}

.holiday-hours {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.hours-note {
    margin-top: 15px;
    font-size: 0.85rem;
    color: #666;
    text-align: center;
}

/* ===================================
   アクセスセクション
   =================================== */
.access-section {
    background: #fff;
}

.access-content {
    width: 100%;
    max-width: 100%;
}

.access-info {
    text-align: center;
    margin-bottom: 40px;
}

.address {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.access-detail {
    color: #666;
    font-size: 1.1rem;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 450px;
}

/* ===================================
   フッター
   =================================== */
.footer {
    background: #333;
    color: #fff;
    padding: 60px 0 40px;
    width: 100%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-info p {
    color: #aaa;
    font-size: 1rem;
    line-height: 1.8;
}

/* フッターソーシャルリンク */
.footer-social {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-link i,
.footer-link svg {
    font-size: 1.2rem;
}

.footer-link .tabelog-logo {
    width: 18px;
    height: 18px;
}

.footer-link.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

.footer-link.line {
    background: #06c755;
    color: #fff;
}

.footer-link.twitter {
    background: #000;
    color: #fff;
}

.footer-link.tabelog {
    background: #ff6600;
    color: #fff;
}

.footer-link.ubereats {
    background: #142328;
    color: #06c167;
}

.footer-link.demaecan {
    background: #e60012;
    color: #fff;
}

.footer-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.copyright {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    padding-top: 25px;
    border-top: 1px solid #444;
}

/* ===================================
   レスポンシブ - タブレット
   =================================== */
@media (max-width: 1024px) {
    .container {
        padding: 0 4%;
    }

    .nav {
        padding: 15px 4%;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .menu-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 25px;
    }

    .info-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
}

/* ===================================
   レスポンシブ - スマートフォン
   =================================== */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .nav {
        padding: 12px 15px;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }

    .nav-links a:last-child {
        border-bottom: none;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        padding: 5px;
    }

    .hamburger span {
        width: 25px;
        height: 3px;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .logo {
        font-size: 1.3rem;
    }

    .hero {
        min-height: 80vh;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-links {
        flex-direction: column;
        gap: 15px;
        margin-top: 40px;
    }

    .hero-link {
        padding: 15px 30px;
        font-size: 1.1rem;
    }

    .hero-link i,
    .hero-link svg {
        font-size: 1.5rem;
    }

    .hero-link .tabelog-logo {
        width: 24px;
        height: 24px;
    }

    .hero-news {
        padding: 12px 0;
    }

    .hero-news-item {
        font-size: 0.85rem;
        gap: 8px;
    }

    .hero-news-badge {
        font-size: 0.7rem;
        padding: 2px 6px;
    }

    .section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 35px;
    }

    .news-item {
        padding: 15px 18px;
    }

    .news-title {
        font-size: 1rem;
    }

    .news-body {
        font-size: 0.9rem;
    }

    .category-title {
        font-size: 1.4rem;
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .menu-image {
        height: 180px;
    }

    .menu-info {
        padding: 20px;
    }

    .menu-name {
        font-size: 1.1rem;
    }

    .menu-price {
        font-size: 1.2rem;
    }

    .info-card {
        padding: 20px;
    }

    .info-card h3 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .hours-card {
        margin-bottom: 20px;
    }

    .hours-grid {
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
    }

    .day-card {
        padding: 10px 4px;
        border-radius: 8px;
    }

    .day-card .day-name {
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .day-card .day-hours {
        font-size: 0.55rem;
    }

    .day-card .day-date {
        font-size: 0.65rem;
        margin-bottom: 2px;
    }

    .holiday-info {
        flex-direction: column;
        gap: 8px;
        padding: 10px 15px;
    }

    .holiday-label {
        font-size: 0.8rem;
        padding: 3px 10px;
    }

    .holiday-hours {
        font-size: 0.95rem;
    }

    .info-sub-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .contact-card,
    .payment-card,
    .reserve-card {
        padding: 20px;
    }

    .contact-icon,
    .payment-icon,
    .reserve-icon {
        width: 45px;
        height: 45px;
        font-size: 0.6rem;
    }

    .phone {
        font-size: 1.3rem;
    }

    .address {
        font-size: 1.1rem;
    }

    .delivery-card {
        padding: 20px;
        margin-top: 15px;
    }

    .delivery-card h3 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .delivery-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .delivery-app-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    .map-container iframe {
        height: 300px;
    }

    .footer {
        padding: 40px 0 30px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-link {
        padding: 10px 15px;
        font-size: 0.8rem;
    }

    .footer-name {
        font-size: 1.3rem;
    }
}

/* ===================================
   レスポンシブ - 小型スマートフォン
   =================================== */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.6rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
    }

    .btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .menu-image {
        height: 150px;
    }
}

/* ===================================
   大画面対応
   =================================== */
@media (min-width: 1400px) {
    .menu-grid {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 35px;
    }

    .info-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1800px) {
    .container {
        padding: 0 8%;
    }

    .nav {
        padding: 20px 8%;
    }

    .menu-grid {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 40px;
    }
}

/* ===================================
   営業カレンダー
   =================================== */

.calendar-card {
    margin-top: 30px;
}

.calendar-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #333;
}

.calendar-card h3 i {
    color: #e67e22;
}

.calendar-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: #666;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.calendar-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #e67e22, #f39c12);
    color: white;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(230, 126, 34, 0.3);
}

.calendar-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(230, 126, 34, 0.4);
}

.calendar-link i {
    font-size: 1.1rem;
}

.legend-dot.open {
    background: #fff;
}

.legend-dot.closed {
    background: #f8d7da;
}

.legend-dot.special {
    background: #fff3cd;
}

.calendar-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.calendar-tab {
    padding: 8px 25px;
    border: 2px solid #e67e22;
    background: white;
    color: #e67e22;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.calendar-tab:hover {
    background: #fff8f0;
}

.calendar-tab.active {
    background: #e67e22;
    color: white;
}

.mini-calendar {
    max-width: 400px;
    margin: 0 auto;
}

.calendar-month-title {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}

.calendar-grid-mini {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    background: #f0f0f0;
    border-radius: 8px;
    padding: 3px;
}

.calendar-day-header {
    text-align: center;
    padding: 8px 0;
    font-weight: 500;
    font-size: 0.8rem;
    background: #666;
    color: white;
}

.calendar-day-header.sun {
    background: #dc3545;
}

.calendar-day-header.sat {
    background: #0d6efd;
}

.calendar-day {
    background: white;
    text-align: center;
    padding: 8px 0;
    font-size: 0.9rem;
    position: relative;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-day.empty {
    background: #f8f9fa;
}

.calendar-day.sun .day-num {
    color: #dc3545;
}

.calendar-day.sat .day-num {
    color: #0d6efd;
}

.calendar-day.closed {
    background: #f8d7da;
}

.calendar-day.special {
    background: #fff3cd;
}

.calendar-day.past {
    opacity: 0.4;
}

.calendar-day.today {
    font-weight: bold;
}

.calendar-day.today .day-num {
    background: #e67e22;
    color: white !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day-num {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* モバイル対応 */
@media (max-width: 480px) {
    .calendar-legend {
        gap: 10px;
        font-size: 0.75rem;
    }

    .calendar-tab {
        padding: 6px 18px;
        font-size: 0.9rem;
    }

    .calendar-day {
        padding: 6px 0;
        font-size: 0.8rem;
        min-height: 30px;
    }

    .calendar-day.today .day-num {
        width: 24px;
        height: 24px;
    }
}
