.elementor-6851 .elementor-element.elementor-element-1e5e8a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-6851:not(.elementor-motion-effects-element-type-background), body.elementor-page-6851 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS *//* ==========================================
   BAR JACKET - Drink Menu Stylesheet (強制適用版)
   ========================================== */

/* リセット & ベース設定 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Serif JP', serif !important;
    background-color: #0a0a0a;
    color: #f5f5f5;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

/* メインコンテナ */
.menu-container {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
    min-height: 100vh;
}

/* ==========================================
   ヘッダー
   ========================================== */
.menu-header {
    text-align: center;
    padding: 40px 20px 30px;
    border-bottom: 1px solid #d4af37;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
}

.menu-title {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 2.5rem !important;
    font-weight: 400 !important;
    color: #d4af37 !important;
    letter-spacing: 0.3em !important;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.menu-subtitle {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 1.1rem !important;
    color: #c9a961 !important;
    letter-spacing: 0.2em !important;
    font-weight: 300 !important;
    margin-bottom: 15px;
}

.tax-note {
    font-size: 0.75rem;
    color: #999;
    letter-spacing: 0.05em;
}

/* ==========================================
   セクション共通
   ========================================== */
.charge-section,
.drink-section,
.info-section {
    padding: 30px 20px;
    border-bottom: 1px solid #333;
}

.section-title {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 1.2rem !important;
    color: #d4af37 !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    letter-spacing: 0.15em !important;
    font-weight: 400 !important;
}

/* ==========================================
   チャージ料金
   ========================================== */
.charge-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.charge-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dotted #333;
}

.charge-item:last-child {
    border-bottom: none;
}

.charge-item .item-name {
    font-size: 1rem;
    color: #f5f5f5;
    flex: 1;
    font-family: 'Noto Serif JP', serif !important;
}

.charge-item .item-note {
    display: block;
    font-size: 0.75rem;
    color: #999;
    margin-top: 3px;
}

.charge-item .item-price {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 1.1rem !important;
    color: #d4af37 !important;
    font-weight: 400 !important;
    min-width: 90px;
    text-align: right;
}

/* ==========================================
   ドリンクリスト
   ========================================== */
.drink-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drink-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dotted #2a2a2a;
    transition: background-color 0.3s ease;
}

.drink-item:last-child {
    border-bottom: none;
}

.drink-item:hover {
    background-color: rgba(212, 175, 55, 0.05);
}

.drink-item .item-name {
    font-size: 0.95rem;
    color: #f5f5f5;
    line-height: 1.6;
    flex: 1;
    padding-right: 15px;
    font-family: 'Noto Serif JP', serif !important;
}

.drink-item .item-price {
    font-family: 'Noto Serif JP', serif !important;
    font-size: 1rem !important;
    color: #d4af37 !important;
    font-weight: 400 !important;
    white-space: nowrap;
    min-width: 80px;
    text-align: right;
}

/* ハイライト商品（高額商品） */
.drink-item.highlight {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0.02) 100%);
    border-left: 2px solid #d4af37;
    padding-left: 10px;
}

.drink-item.highlight .item-name {
    color: #d4af37;
    font-weight: 600;
}

.drink-item.highlight .item-price {
    color: #f0d98d;
    font-size: 1.1rem;
}

/* 会員マーク */
.member-mark {
    color: #8B7A9E;
    font-size: 1rem;
    margin-left: 4px;
    display: inline-block;
}

/* 国名ラベル */
.country-label {
    display: block;
    font-size: 0.75rem;
    color: #888;
    margin-top: 4px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

/* 戻るボタン（ヘッダー上部） */
.back-button {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    background-color: transparent;
    border: 1px solid #d4af37;
    color: #d4af37 !important;
    text-decoration: none !important;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.back-button:hover {
    background-color: #d4af37;
    color: #0a0a0a !important;
}

/* 戻るボタン（最下部） */
.footer-button-container {
    text-align: center;
    padding: 40px 20px;
    margin-top: 40px;
}

.back-button-footer {
    display: inline-block;
    padding: 10px 24px;
    background-color: #d4af37;
    border: 2px solid #d4af37;
    color: #0a0a0a !important;
    text-decoration: none !important;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.back-button-footer:hover {
    background-color: transparent;
    color: #d4af37 !important;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .back-button-footer {
        font-size: 0.65rem;
        padding: 8px 20px;
    }
    
    .footer-button-container {
        padding: 30px 15px;
        margin-top: 30px;
    }
}

/* ==========================================
   ご案内セクション
   ========================================== */
.info-section {
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    border-bottom: none;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    padding: 15px;
    background: rgba(212, 175, 55, 0.05);
    border-left: 3px solid #d4af37;
    font-size: 0.9rem;
    line-height: 1.8;
    font-family: 'Noto Serif JP', serif !important;
}

.info-label {
    color: #d4af37;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 3px;
}

/* ==========================================
   フッター
   ========================================== */
.menu-footer {
    text-align: center;
    padding: 30px 20px 40px;
    background: #0a0a0a;
    border-top: 1px solid #d4af37;
}

.menu-footer p {
    font-family: 'Noto Serif JP', serif !important;
    color: #d4af37 !important;
    font-size: 1.2rem !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 8px;
    font-weight: 400 !important;
}

.footer-address {
    font-size: 0.85rem !important;
    color: #999 !important;
    letter-spacing: 0.05em !important;
}

/* ==========================================
   レスポンシブ対応
   ========================================== */

/* 小型スマホ（〜375px） */
@media (max-width: 375px) {
    .menu-title {
        font-size: 2rem !important;
    }
    
    .section-title {
        font-size: 1.1rem !important;
    }
    
    .drink-item .item-name {
        font-size: 0.9rem;
    }
    
    .drink-item .item-price {
        font-size: 0.95rem !important;
        min-width: 70px;
    }
}

/* タブレット・大画面（600px〜） */
@media (min-width: 600px) {
    .menu-header {
        padding: 50px 30px 40px;
    }
    
    .charge-section,
    .drink-section,
    .info-section {
        padding: 40px 30px;
    }
    
    .menu-title {
        font-size: 3rem !important;
    }
    
    .section-title {
        font-size: 1.3rem !important;
    }
    
    .drink-item .item-name {
        font-size: 1rem;
    }
}

/* ==========================================
   印刷用スタイル
   ========================================== */
@media print {
    body {
        background: white;
        color: black;
    }
    
    .menu-container {
        background: white;
    }
    
    .section-title {
        color: #333;
        border-bottom-color: #333;
    }
    
    .drink-item .item-price,
    .charge-item .item-price {
        color: #333;
    }
    
    .member-mark {
        color: #333;
    }
}

/* ==========================================
   スクロールバーのカスタマイズ
   ========================================== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #c9a961;
}/* End custom CSS */