/* 2026年セールページ専用CSS */
/* 既存CSSと干渉しないように、すべてのスタイルに.sale-post-2026プレフィックスを使用 */

.sale-post-2026 {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* ヘッダー画像 */
.sale-post-2026 .header-section {
    margin-bottom: 20px;
}

.sale-post-2026 .header-img {
    width: 100%;
    height: auto;
    display: block;
}

/* 開催日時セクション */
.sale-post-2026 .date-section {
    background-color: #fff;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.sale-post-2026 .date-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.sale-post-2026 .date-detail {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* 対象店舗セクション */
.sale-post-2026 .target-stores-section {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.sale-post-2026 .section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 3px solid #64c9e1;
}

.sale-post-2026 .store-index {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.sale-post-2026 .store-index-link {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    background-color: #64c9e1;
    border-radius: 25px;
    transition: all 0.3s;
    line-height: 1.4;
    white-space: nowrap;
}

.sale-post-2026 .store-index-link:hover {
    background-color: #52b7cf;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(100, 201, 225, 0.3);
}

/* SPECIAL EVENTセクション */
.sale-post-2026 .special-event-section {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.sale-post-2026 .special-event-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.sale-post-2026 .special-event-subtitle {
    font-size: 0.9rem;
    color: #666;
    font-weight: normal;
}

.sale-post-2026 .event-grid {
    display: grid;
    gap: 20px;
    margin-top: 15px;
}

.sale-post-2026 .event-card {
    border: 2px solid #7DCBB7;
    border-radius: 8px;
    padding: 15px;
    background-color: #f9fdfb;
    display: flex;
    flex-direction: column;
}

.sale-post-2026 .event-card-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #7DCBB7;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #7DCBB7;
}

.sale-post-2026 .event-card-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
}

.sale-post-2026 .event-card-content {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #333;
}

.sale-post-2026 .event-note {
    font-size: 0.85rem;
    color: #999;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px dashed #ddd;
}

/* Premium40案内セクション */
.sale-post-2026 .premium40-section {
    position: relative;
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-image: url('https://www.pet-coo.com/wp-content/uploads/2026/02/グループ_7.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sale-post-2026 .premium40-left {
    display: flex;
    flex-direction: column;
}

.sale-post-2026 .premium40-right {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    margin-bottom: 15px;
}

.sale-post-2026 .premium40-image {
    max-width: 90%;
    height: auto;
    border-radius: 8px;
}

.sale-post-2026 .premium40-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #9A613E;
    margin-bottom: 15px;
    text-align: left;
}

.sale-post-2026 .premium40-content {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.sale-post-2026 .premium40-description {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}

.sale-post-2026 .premium40-highlight {
    font-size: 0.85rem;
    color: #666;
    font-style: italic;
}

.sale-post-2026 .premium40-button {
    display: block;
    text-align: center;
    background-color: #F98412;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid #F98412;
}

.sale-post-2026 .premium40-button:hover {
    background-color: #e07510;
    border-color: #e07510;
}

/* 店舗詳細セクション */
.sale-post-2026 .stores-detail-section {
    margin-bottom: 20px;
}

.sale-post-2026 .stores-detail-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    padding: 15px;
    background-color: #fff;
    border-bottom: 3px solid #64c9e1;
}

.sale-post-2026 .shop-detail {
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sale-post-2026 .shop-detail-header {
    color: #333;
    padding: 15px;
    font-weight: bold;
    font-size: 1.1rem;
    border-bottom: 3px solid #7DCBB7;
}

.sale-post-2026 .shop-detail-content {
    padding: 15px;
}

/* PDFプレビュー */
.sale-post-2026 .pdf-preview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 15px;
}

.sale-post-2026 .pdf-item {
    text-align: center;
}

.sale-post-2026 .pdf-item img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
}

.sale-post-2026 .pdf-link {
    display: block;
    font-size: 0.85rem;
    color: #464646;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: all 0.3s;
}

.sale-post-2026 .pdf-link:hover {
    background-color: #464646;
    color: #fff;
}

/* ペット検索ボタン */
.sale-post-2026 .pet-search-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.sale-post-2026 .pet-search-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 5px;
    transition: all 0.3s;
}

.sale-post-2026 .pet-search-btn.dog {
    background-color: #FFB6C1;
    color: #fff;
}

.sale-post-2026 .pet-search-btn.cat {
    background-color: #87CEEB;
    color: #fff;
}

.sale-post-2026 .pet-search-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.sale-post-2026 .pet-search-btn img {
    width: 24px;
    height: 24px;
}

/* 店舗情報テーブル */
.sale-post-2026 .shop-info {
    margin-bottom: 15px;
}

.sale-post-2026 .shop-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.sale-post-2026 .shop-info-table tr {
    border-bottom: 1px solid #eee;
}

.sale-post-2026 .shop-info-table th {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #333;
    width: 100px;
    vertical-align: top;
    font-size: 0.9rem;
}

.sale-post-2026 .shop-info-table td {
    padding: 10px 15px 10px 10px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

.sale-post-2026 .phone-link {
    color: #64c9e1;
    text-decoration: none;
    font-weight: bold;
}

.sale-post-2026 .phone-link:hover {
    text-decoration: underline;
}

.sale-post-2026 .map-button {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 15px;
    background-color: #7DCBB7;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    border-radius: 20px;
    font-weight: bold;
    transition: all 0.3s;
}

.sale-post-2026 .map-button:hover {
    background-color: #6bb9a5;
    transform: translateY(-1px);
}

/* 店舗詳細ボタン */
.sale-post-2026 .shop-detail-button {
    display: block;
    text-align: center;
    padding: 12px;
    background-color: #7DCBB7;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95rem;
    border-radius: 5px;
    transition: all 0.3s;
}

.sale-post-2026 .shop-detail-button:hover {
    background-color: #6bb9a5;
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
    .sale-post-2026 .pdf-preview {
        grid-template-columns: 1fr;
    }
    
    .sale-post-2026 .pet-search-buttons {
        flex-direction: column;
    }
    
    .sale-post-2026 .date-title {
        font-size: 1.1rem;
    }
    
    .sale-post-2026 .section-title {
        font-size: 1.2rem;
    }
    
    .sale-post-2026 .event-card-title {
        font-size: 1rem;
    }
    
    .sale-post-2026 .premium40-section {
        background-image: url('/images/sale/sale_bg_sp.png');
        background-size: 100% 100%;
    }
    
    .sale-post-2026 .premium40-title {
        order: -2;
        margin-left: 20px;
        margin-top: 10px;
    }
    
    .sale-post-2026 .premium40-right {
        order: -1;
    }
    
    .sale-post-2026 .premium40-left {
        order: 0;
    }
}

/* タブレット対応 */
@media screen and (min-width: 768px) {
    .sale-post-2026 {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .sale-post-2026 .event-grid {
        grid-template-columns: 1fr;
    }
    
    .sale-post-2026 .event-card {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }
    
    .sale-post-2026 .event-card-image {
        width: 200px;
        flex-shrink: 0;
        margin-bottom: 0;
        order: 2;
    }
    
    .sale-post-2026 .event-card-body {
        flex: 1;
        order: 1;
    }
    
    .sale-post-2026 .special-event-header {
        flex-direction: row;
        align-items: baseline;
        gap: 15px;
    }
    
    .sale-post-2026 .premium40-section {
        background-image: url('/images/sale/sale_bg_pc.png');
        background-size: 100% 100%;
        min-height: 280px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 20px;
        align-items: center;
        padding: 30px;
        flex-direction: row;
    }
    
    .sale-post-2026 .premium40-title {
        grid-column: 1 / -1;
        order: 0;
        margin-left: 50px;
        margin-top: -15px;
    }
    
    .sale-post-2026 .premium40-left {
        display: flex;
        flex-direction: column;
        grid-column: 1;
        grid-row: 2;
    }
    
    .sale-post-2026 .premium40-right {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 0;
        margin-bottom: 0;
        grid-column: 2;
        grid-row: 2;
    }
    
    .sale-post-2026 .premium40-image {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .sale-post-2026 .shop-detail-button {
        max-width: 300px;
        margin: 0 auto;
    }
}