/* カスタムスタイル - インラインCSSから移動 */

/* no-image.jpgの全ての視覚効果を無効化 */
.news-card_image.placeholder img[src*="no-image.jpg"],
.news-card_image.placeholder img[src$="no-image.jpg"],
img[src*="no-image.jpg"] {
    filter: none !important;
    opacity: 1 !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-filter: none !important;
    box-shadow: none !important;
}

/* no-image.jpg用のコンテナも透明化 */
.news-card_image.placeholder img[src*="no-image.jpg"]::before,
.news-card_image.placeholder img[src*="no-image.jpg"]::after {
    display: none !important;
}

/* placeholderクラス自体の効果もno-image.jpgには適用しない */
.news-card_image.placeholder:has(img[src*="no-image.jpg"]) {
    filter: none !important;
    opacity: 1 !important;
    background: none !important;
}

/* 最高優先度でno-image.jpgのグレースケールを強制削除 */
body .news-card_image.placeholder img[src*="no-image.jpg"] {
    filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
}

/* ニュースカードのボタンスタイル調整 */
.news-card .btn-outline-primary {
    border-width: 1px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.news-card .btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,123,255,0.2);
}

/* もっと見るボタンのスタイル調整 */
.btn-primary.btn-lg {
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 32px;
    transition: all 0.3s ease;
}

.btn-primary.btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,123,255,0.3);
}

/* Lottieアニメーション関連のスタイル */
.lottie-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.lottie-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4) !important;
}

.lottie-container:hover lottie-player {
    transform: scale(1.1);
}

.lottie-container lottie-player {
    transition: transform 0.3s ease;
}

/* 店舗情報テーブルのスタイル */
.store-info-table {
    font-size: 1.1rem;
}

.store-info-label {
    width: 130px;
    vertical-align: top;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    color: #495057;
    font-size: 1.05rem;
}

.store-info-content {
    vertical-align: top;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    line-height: 1.6;
    font-size: 1.1rem;
}

.store-info-table address {
    font-style: normal;
    line-height: 1.7;
    font-size: 1.1rem;
}

.store-info-table hr {
    margin: 0.75rem 0;
    border-color: #dee2e6;
}

.store-info-table .btn {
    border-radius: 8px;
    padding: 0.625rem 1.5rem;
    font-size: 1.05rem;
    transition: all 0.2s ease;
}

.store-info-table .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
}

.store-info-table ul li {
    font-size: 1.1rem;
}

.store-info-table .fw-bold {
    font-size: 1.2rem;
}

.store-info-table .fs-5 {
    font-size: 1.35rem !important;
}

.store-info-table small {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .store-info-table {
        font-size: 1rem;
    }

    .store-info-label {
        width: 110px;
        font-size: 0.95rem;
    }

    .store-info-content {
        font-size: 1rem;
    }

    .store-info-table address {
        font-size: 1rem;
    }

    .store-info-table .fw-bold {
        font-size: 1.1rem;
    }

    .store-info-table .fs-5 {
        font-size: 1.25rem !important;
    }
}

/* 料金表テーブルのスタイル */
.pricing-table {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(0,0,0,0.05);
}

.pricing-table tbody tr {
    transition: all 0.3s ease;
    border: none;
}

.pricing-table tbody tr:hover {
    background: linear-gradient(135deg, rgba(0,123,255,0.05) 0%, rgba(0,123,255,0.02) 100%);
    transform: translateX(5px);
}

.pricing-table td {
    padding: 16px 20px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-weight: 500;
}

.pricing-table tr:last-child td {
    border-bottom: none;
}

.pricing-table .price-value {
    font-size: 1.1rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.price-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

.item-name-cell {
    position: relative;
    background: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.02) 100%);
}

@media (min-width: 768px) {
    .price-grid-2col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: start;
    }
}

.secondary-text-enhanced {
    color: #495057 !important;
}

.dark-text-enhanced {
    color: #212529 !important;
}

/* 大町店限定プロモーションセクション */
.store-exclusive-promotion {
    background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 3rem;
    margin: 3rem 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.store-exclusive-promotion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc3545 0%, #c82333 100%);
}

.promotion-badge {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.2);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.promotion-title {
    color: #212529;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    line-height: 1.4;
    letter-spacing: -0.02em;
}

.promotion-schedule {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.promotion-schedule-title {
    color: #dc3545;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: -0.01em;
}

.promotion-schedule-title i {
    font-size: 1.5rem;
}

.promotion-discount-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin: 2rem 0;
}

.discount-badge {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #dc3545;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 1.25rem 0.75rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid #dc3545;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.discount-badge:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(220, 53, 69, 0.2);
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #ffffff;
}

.promotion-guarantee {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #212529;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-align: center;
    margin: 1.75rem 0;
    border: 2px dashed #dc3545;
    position: relative;
    z-index: 1;
}

.promotion-disclaimer {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    border-left: 3px solid #dc3545;
}

.promotion-footer {
    color: #495057;
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .store-exclusive-promotion {
        padding: 2rem 1.5rem;
        margin: 2rem 0;
        border-radius: 12px;
    }

    .promotion-badge {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
    }

    .promotion-title {
        font-size: 1.5rem;
    }

    .promotion-schedule {
        padding: 1.5rem 1.25rem;
    }

    .promotion-schedule-title {
        font-size: 1.125rem;
    }

    .promotion-discount-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.625rem;
    }

    .discount-badge {
        font-size: 1.25rem;
        padding: 1rem 0.5rem;
    }

    .promotion-guarantee {
        font-size: 1rem;
        padding: 0.875rem 1.5rem;
    }

    .promotion-disclaimer {
        font-size: 0.8125rem;
        padding: 0.875rem 1.25rem;
    }

    .promotion-footer {
        font-size: 1rem;
    }
}

/* ビードルプラザ店限定 誕生日プロモーション */
.birthday-promotion {
    background: linear-gradient(145deg, #faf8f5 0%, #ffffff 100%);
    border-radius: 16px;
    padding: 3rem;
    margin: 3rem 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.birthday-promotion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37 0%, #f4e5c3 50%, #d4af37 100%);
}

.birthday-badge {
    background: linear-gradient(135deg, #d4af37 0%, #c29d2e 100%);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.2);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.birthday-title {
    color: #2c2416;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.birthday-subtitle {
    color: #6b5d47;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.birthday-offer-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.birthday-discount-label {
    color: #d4af37;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: -0.01em;
}

.birthday-discount-label i {
    font-size: 1.4rem;
}

.birthday-items-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.birthday-item-card {
    background: linear-gradient(135deg, #fafaf8 0%, #ffffff 100%);
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
    border: 2px solid #f4e5c3;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.birthday-item-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: linear-gradient(180deg, #d4af37 0%, #f4e5c3 100%);
    border-radius: 0 4px 4px 0;
}

.birthday-item-card:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
    border-color: #d4af37;
}

.birthday-item-title {
    color: #2c2416;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}

.birthday-item-description {
    color: #6b5d47;
    font-size: 0.9375rem;
    line-height: 1.6;
    padding-left: 1rem;
}

.birthday-discount-value {
    background: linear-gradient(135deg, #f4e5c3 0%, #faf8f5 100%);
    color: #d4af37;
    font-size: 2rem;
    font-weight: 900;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 3px solid #d4af37;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.15);
    margin: 1.5rem 0;
}

.birthday-coupon-note {
    background: linear-gradient(135deg, #faf8f5 0%, #f4e5c3 100%);
    color: #2c2416;
    font-size: 1.0625rem;
    font-weight: 600;
    padding: 1rem 1.75rem;
    border-radius: 8px;
    text-align: center;
    margin: 1.75rem 0;
    border: 2px dashed #d4af37;
    position: relative;
    z-index: 1;
}

.birthday-disclaimer {
    color: #8a7a5f;
    font-size: 0.875rem;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    background: #faf8f5;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    border-left: 3px solid #d4af37;
}

.birthday-footer {
    color: #6b5d47;
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .birthday-promotion {
        padding: 2rem 1.5rem;
        margin: 2rem 0;
        border-radius: 12px;
    }

    .birthday-badge {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
    }

    .birthday-title {
        font-size: 1.5rem;
    }

    .birthday-subtitle {
        font-size: 1rem;
    }

    .birthday-offer-box {
        padding: 1.5rem 1.25rem;
    }

    .birthday-discount-label {
        font-size: 1.0625rem;
    }

    .birthday-item-title {
        font-size: 1rem;
    }

    .birthday-item-description {
        font-size: 0.875rem;
    }

    .birthday-discount-value {
        font-size: 1.625rem;
        padding: 1.25rem;
    }

    .birthday-coupon-note {
        font-size: 0.9375rem;
        padding: 0.875rem 1.5rem;
    }

    .birthday-disclaimer {
        font-size: 0.8125rem;
        padding: 0.875rem 1.25rem;
    }

    .birthday-footer {
        font-size: 1rem;
    }
}