/* スマホ対応 */
@/*
 * Salon Ranking V2 Stylesheet
 * Version: 2.0.24
 * Description: 店舗ランキング表示プラグイン（バージョン2）のスタイルシート
 * Author: Your Name
 * Last Modified: 2025-07-23
 * 
 * Changelog:
 * v2.0.24 - 2025-07-23
 *   - 割引情報の強調を「！」から「、」に変更
 *   - スマホ版srv2-descriptionのpaddingを8px 0に変更
 * 
 * v2.0.23 - 2025-07-23
 *   - 割引情報の最初の「！」までを強調色（#FF7991）で表示
 * 
 * v2.0.8 - 2025-07-23
 *   - スマホボタンテキストの横軸中央寄せを完全修正
 *   - ボタンレイアウトの安定化
 * 
 * v2.0.5 - 2025-07-23
 *   - CSS強制更新（円形表示の問題解決）
 *   - 割引情報セクションの間隔調整（margin-top: 16px → 8px）
 *   - タブと割引情報間の間隔を詰める（margin-bottom: 16px → 8px）
 * 
 * v2.0.4 - 2025-07-23
 *   - キャッシュ無効化版に対応
 *   - 円形コンテナを復活（border-radius: 50%）
 * 
 * v2.0.3 - 2025-07-23
 *   - アイコン画像のサイズを大幅に拡大（PC:80px, スマホ:60px）
 * 
 * v2.0.2 - 2025-07-23
 *   - オレンジ円形背景を削除、アイコン画像のみ表示に変更
 * 
 * v2.0.1 - 2025-07-23
 *   - 「PickUp！口コミ」を「割引情報あり」に変更
 *   - salon_campaign フィールドの表示対応
 *   - 新しい割引情報デザイン追加
 * 
 * v2.0.0 - 2025-07-23
 *   - 初回リリース
 *   - Code Snippetからプラグイン形式に移行
 *   - 独立したクラス名（srv2-プレフィックス）に変更
 */

/* ===================== 店舗ランキングV2スタイル ===================== */

/* コンテナ */
.srv2-ranking-container {
    font-family: sans-serif;
    margin: 20px 0;
    /* iOS対応 */
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* エラーメッセージ */
.srv2-error {
    color: #d63384;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    padding: 12px 16px;
    border-radius: 4px;
    margin: 16px 0;
}

/* メインタイトル */
.srv2-main-title {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

/* サマリー・説明文 */
.srv2-summary {
    font-size: 1em;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}

.srv2-description {
    font-size: 1.05em;
    color: #333;
    line-height: 1.6;
    background: transparent;
    padding: 8px 0;
}

/* 説明文ボックス */
.srv2-description-box {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-bottom: 16px;
}

.srv2-description-box .srv2-summary {
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.srv2-description-text {
    font-size: 0.8em;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* ランキングカード全体 */
.srv2-card {
    border: 1px solid #CDD6DD;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
    background: #fff;
    font-family: sans-serif;
    margin-left: var(--swl-h2-margin--x, 0);
    margin-right: var(--swl-h2-margin--x, 0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* プレミアムカード */
.srv2-card--premium {
    background: linear-gradient(to bottom, #FFFFEF, #FFFFEF);
    border: 2px solid #B59208;
}

/* バナーカード */
.srv2-card--banner {
    background: #fff;
    border: 1px solid #E0E0E0;
}

/* 無料カード */
.srv2-card--free {
    background: #F9F9F9;
    border: 1px solid #E0E0E0;
}

/* ヘッダー部分 */
.srv2-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

/* ランキングバッジ */
.srv2-badge {
    background-color: #81D6FC;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 20px;
    border-radius: 4px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}

.srv2-card--premium .srv2-badge {
    background-color: #BFAE6B;
}

.srv2-card--banner .srv2-badge {
    background-color: #999;
}

.srv2-card--free .srv2-badge {
    background-color: #999;
}

.srv2-badge__area {
    font-size: 1.0em;
}

.srv2-badge__rank {
    font-size: 2.0em;
    margin-top: 5px;
}

/* タイトル部分 */
.srv2-title h3,
.srv2-title h3::before,
.srv2-title h3::after {
    all: unset !important;
    display: inline !important;
    font-weight: bold !important;
    color: #0073aa !important;
    line-height: 1.3 !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 1.6em !important;
}

.srv2-title__name,
.srv2-title__name h3 {
    font-size: 1.6em !important;
}

.srv2-title__access {
    font-size: 0.9em;
    color: #666;
    margin-top: 4px;
}

/* プレミアムバナー */
.srv2-premium-banner {
    display: block !important;
    margin: 0 0 16px 0;
    text-align: center;
}

.srv2-premium-banner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* メインコンテンツ */
.srv2-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.srv2-content--free {
    display: block;
}

/* サムネイル */
.srv2-thumbnail {
    width: 210px;
    height: 210px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.srv2-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 詳細エリア */
.srv2-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.srv2-details--full {
    justify-content: flex-start;
}

/* 評価エリア */
.srv2-rating {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    color: #e2b007;
    margin-bottom: 8px;
}

.srv2-rating__score {
    margin-left: 8px;
    font-weight: bold;
    color: #333;
}

.srv2-rating__count {
    margin-left: 8px;
    font-size: 0.6em;
    color: #007BFF;
}

.srv2-rating__count a {
    color: #007BFF;
    text-decoration: underline;
}

/* 星評価 */
.srv2-stars {
    display: inline-flex;
    gap: -2px;
    vertical-align: middle;
}

.srv2-star {
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}

.srv2-star--full {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23f5b301'%3E%3Cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3E%3C/svg%3E");
}

.srv2-star--half {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cdefs%3E%3ClinearGradient%20id='half'%3E%3Cstop%20offset='50%25'%20stop-color='%23f5b301'/%3E%3Cstop%20offset='50%25'%20stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath%20fill='url(%23half)'%20stroke='%23f5b301'%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3E%3C/svg%3E");
}

.srv2-star--empty {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23f5b301'%20stroke-width='1'%3E%3Cpath%20d='M12%2017.27L18.18%2021l-1.64-7.03L22%209.24l-7.19-.61L12%202%209.19%208.63%202%209.24l5.46%204.73L5.82%2021z'/%3E%3C/svg%3E");
}

/* 情報セクション */
.srv2-info {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 5px;
}

/* 無料枠の情報セクション（横並び） */
.srv2-card--free .srv2-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px;
}

.srv2-card--free .srv2-info__item {
    flex: 1;
    min-width: 120px;
    font-size: 1.05em;
}

.srv2-card--free .srv2-info__text {
    margin-left: 4px;
    font-size: 1.05em;
}

.srv2-info__item {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #444;
}

.srv2-info__icon {
    width: 20px;
    text-align: center;
    margin-top: 2px;
    flex-shrink: 0;
}

.srv2-info__icon i {
    font-size: 1.1em;
    color: #F4A800;
}

.srv2-card--premium .srv2-info__icon i {
    color: #B59208;
}

.srv2-info__text {
    margin-left: 8px;
    font-size: 1.05em;
    color: #444;
    line-height: 1.5;
}

/* 特徴タグ（スラッシュ区切り表示） */
.srv2-features {
    margin: 16px 0 0 0;
    text-align: left;
    font-size: 1.0em;
    color: #666;
    line-height: 1.5;
}

/* タブ切り替えスタイル */
.srv2-description-tabs {
    margin-bottom: 8px; /* 下の間隔を詰める */
    margin-top: 20px;
}

.srv2-tab-nav {
    display: flex;
    border: none;
    margin-bottom: 0;
    gap: 4px;
}

.srv2-tab-btn {
    background: #E0E0E0;
    border: none;
    padding: 7px 20px;
    font-size: 1.0em;
    color: #666;
    cursor: pointer;
    border-bottom: none;
    transition: all 0.3s ease;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: normal;
    border-radius: 0;
}

.srv2-tab-btn i {
    font-size: 1.2em;
}

.srv2-tab-btn:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.srv2-tab-btn:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.srv2-tab-btn--active {
    background: #FF8A80;
    color: #fff;
    font-weight: bold;
}

.srv2-tab-btn:hover:not(.srv2-tab-btn--active) {
    background: #D0D0D0;
    color: #555;
}

.srv2-tab-content {
    position: relative;
}

.srv2-tab-panel {
    display: none;
    font-size: 1.05em;
    color: #333;
    line-height: 1.6;
    background: transparent;
}

.srv2-tab-panel--active {
    display: block;
    padding: 8px 0;
}

/* タブ内の見出しスタイル */
.srv2-tab-headline {
    font-weight: bold;
    color: #FF6B8B;
    font-size: 1.4em;
    margin-bottom: 12px;
    line-height: 1.3;
    display: block;
}

/* タブ内の本文スタイル */
.srv2-tab-body {
    font-size: 1.05em;
    color: #333;
    line-height: 1.6;
}

/* 割引情報 */
.srv2-campaign-info {
    margin-top: 8px; /* 上の間隔を詰める */
}

.srv2-campaign-info__heading {
    background-color: #FF6B35;
    color: #fff;
    font-weight: bold;
    padding: 4px 15px 4px 10px;
    font-size: 0.95em;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 8px;
    position: relative;
    border-radius: 4px 0 0 4px; /* 左側のみ角丸 */
}

.srv2-campaign-info__heading::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #FF6B35;
}

.srv2-campaign-info__content {
    border: 3px solid #fff;
    display: flex;
    align-items: flex-start;
    background-color: #FFF5F0;
    border-radius: 8px;
    padding: 12px;
}

.srv2-campaign-info__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* はみ出た部分を隠す */
    border-radius: 50%; /* 円形にする */
    /* background-color: #FF6B35; 削除 - 背景色なし */
}

.srv2-campaign-info__icon img {
    width: 120px;
    height: 120px;
    object-fit: contain; /* 縦横比を維持してコンテナに収める */
    /* filter: brightness(0) invert(1); 削除 - 元の画像色を保持 */
}

.srv2-campaign-info__text {
    position: relative;
    width: 100%;
    margin-left: 16px;
}

.srv2-campaign-info__body {
    font-size: 0.95em;
    padding: 0.6em;
    border-radius: 6px;
    position: relative;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}

/* 割引情報の強調部分 */
.srv2-campaign-highlight {
    color: #FF7991;
}

/* アクションセクション */
.srv2-action {
    background: none;
    text-align: center;
    padding: 10px 0;
    margin-top: 5px;
}

.srv2-action__microcopy {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333;
}

.srv2-action__highlight {
    font-weight: bold;
    color: #00a6b4;
}

.srv2-action__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px !important;
}

/* ボタンスタイル */
.srv2-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
    border-radius: 8px;
    transition: top 0.1s ease, box-shadow 0.1s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 2px solid transparent;
}

.srv2-btn--orange {
    background-color: #fff;
    color: #f4a800;
    border: 2px solid #f4a800;
}

.srv2-btn--orange .srv2-btn__icon img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(84%) saturate(2498%) hue-rotate(17deg) brightness(102%) contrast(97%);
}

.srv2-btn--blue {
    background-color: #fff;
    color: #007aa3;
    border: 2px solid #007aa3;
}

.srv2-btn--blue .srv2-btn__icon img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(95%) saturate(1352%) hue-rotate(174deg) brightness(93%) contrast(101%);
}

/* プレミアム枠・バナー枠専用ボタン */
.srv2-card--premium .srv2-btn--orange,
.srv2-card--banner .srv2-btn--orange {
    background-color: #fff;
    color: #FF6B8B;
    border: 2px solid #FF6B8B;
}

.srv2-card--premium .srv2-btn--orange .srv2-btn__icon img,
.srv2-card--banner .srv2-btn--orange .srv2-btn__icon img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(27%) saturate(3207%) hue-rotate(310deg) brightness(101%) contrast(89%);
}

.srv2-btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.srv2-btn__text {
    flex: 1;
    font-size: 1.14em;
    line-height: 1.3;
    white-space: nowrap;
    text-align: center;
    padding-right: 35px;
}

.srv2-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.srv2-btn__icon img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

/* スマホ対応 */
@media (max-width: 599px) {
    .srv2-card {
        padding: 15px;
    }
    
    .srv2-premium-banner {
        margin: 0 0 8px 0;
    }
    
    .srv2-description-tabs {
        margin-top: 0px;
    }

    .srv2-badge {
        min-width: 70px;
        padding: 12px 8px;
        font-size: 0.85em;
        line-height: 1.2;
        word-break: keep-all;
        white-space: nowrap;
    }

    .srv2-badge__area {
        font-size: 0.9em;
        line-height: 1;
        white-space: nowrap;
    }

    .srv2-badge__rank {
        font-size: 1.6em;
        line-height: 1.1;
        margin-top: 2px;
    }

    .srv2-title h3,
    .srv2-title h3::before,
    .srv2-title h3::after {
        font-size: 1.2em !important;
    }

    .srv2-title__name,
    .srv2-title__name h3 {
        font-size: 1.35em !important;
    }

    .srv2-rating {
        font-size: 1.3em;
    }

    .srv2-rating .srv2-star {
        width: 1.3em;
        height: 1.3em;
    }

    .srv2-rating__score {
        font-size: 1em;
    }

    .srv2-content {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: flex-start;
    }

    .srv2-thumbnail {
        width: 130px !important;
        height: 130px !important;
        overflow: hidden !important;
        border-radius: 6px !important;
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
    }

    .srv2-thumbnail img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: top center !important;
        display: block !important;
    }

    .srv2-details {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .srv2-info {
        font-size: 0.95em !important;
        line-height: 1.0 !important;
        gap: 0px !important;
        margin-top: 0 !important;
    }

    /* スマホでも無料枠は横並び維持 */
    .srv2-card--free .srv2-info {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 2px !important;
    }

    .srv2-card--free .srv2-info__item {
        flex: 1 !important;
        min-width: 80px !important;
        font-size: 0.95em !important;
    }

    .srv2-card--free .srv2-info__text {
        margin-left: 4px !important;
        font-size: 0.95em !important;
    }

    .srv2-info__text {
        margin-left: 8px;
        font-size: 0.95em;
        color: #444;
        line-height: 1.5;
    }

    .srv2-info__item {
        font-size: inherit !important;
        line-height: inherit !important;
        margin-bottom: 4px !important;
    }

    .srv2-features {
        margin: 12px 0 0 0;
        text-align: left;
        font-size: 0.9em;
        color: #666;
        line-height: 1.5;
    }

    .srv2-tab-headline {
        font-size: 1.2em;
        margin-bottom: 8px;
        line-height: 1.2;
    }
    
    .srv2-tab-body {
        font-size: 0.95em;
        line-height: 1.8;
    }

    .srv2-description {
        font-size: 0.9em;
        color: #333;
        line-height: 1.8;
        background: transparent;
        padding: 8px 0;
    }

    .srv2-action__microcopy {
        font-size: 0.9em;
        margin-bottom: 5px;
        color: #333;
    }

    /* スマホボタン2列表示の修正（強制適用版） */
    .srv2-action__buttons {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        justify-content: space-between !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .srv2-btn {
        flex: 1 1 calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
        min-width: calc(50% - 4px) !important;
        font-size: 0.9em !important;
        padding: 12px 6px !important;
        text-align: center !important;
        box-sizing: border-box !important;
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        outline: none !important;
        text-decoration: none !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
        transition: none !important;
        position: relative !important;
        overflow: hidden !important;
    }

    /* スマホ版ボタン色とボーダーの強制適用 */
    .srv2-btn--orange {
        background-color: #fff !important;
        color: #f4a800 !important;
        border: 2px solid #f4a800 !important;
    }

    .srv2-btn--blue {
        background-color: #fff !important;
        color: #007aa3 !important;
        border: 2px solid #007aa3 !important;
    }

    .srv2-card--premium .srv2-btn--orange,
    .srv2-card--banner .srv2-btn--orange {
        background-color: #fff !important;
        color: #FF6B8B !important;
        border: 2px solid #FF6B8B !important;
    }

    /* スマホ版アイコン色の強制適用 */
    .srv2-btn--orange .srv2-btn__icon img {
        filter: brightness(0) saturate(100%) invert(58%) sepia(84%) saturate(2498%) hue-rotate(17deg) brightness(102%) contrast(97%) !important;
    }

    .srv2-btn--blue .srv2-btn__icon img {
        filter: brightness(0) saturate(100%) invert(33%) sepia(95%) saturate(1352%) hue-rotate(174deg) brightness(93%) contrast(101%) !important;
    }

    .srv2-card--premium .srv2-btn--orange .srv2-btn__icon img,
    .srv2-card--banner .srv2-btn--orange .srv2-btn__icon img {
        filter: brightness(0) saturate(100%) invert(74%) sepia(27%) saturate(3207%) hue-rotate(310deg) brightness(101%) contrast(89%) !important;
    }

    .srv2-btn__inner {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        flex-direction: row !important;
        margin: 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        text-align: center !important;
        position: relative !important;
    }

    .srv2-btn__text {
        flex: 1 !important;
        font-size: 1.08em !important;
        line-height: 1.2 !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin: 0 !important;
        padding: 0 30px 0 0 !important;
        border: none !important;
        background: transparent !important;
        display: block !important;
        width: auto !important;
        max-width: none !important;
        min-width: auto !important;
        float: none !important;
        position: static !important;
        transform: none !important;
    }

    .srv2-btn__icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        width: auto !important;
        height: auto !important;
        float: none !important;
        transform: translateY(-50%) !important;
        position: absolute !important;
        right: 8px !important;
        top: 50% !important;
    }

    .srv2-btn__icon img {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

    /* タブのスマホ調整 */
    .srv2-tab-btn {
        padding: 3px 12px;
        font-size: 0.9em;
        gap: 6px;
    }
    
    .srv2-tab-btn i {
        font-size: 1.0em;
    }

    .srv2-tab-panel {
        font-size: 0.9em;
        line-height: 1.8;
    }

    /* 割引情報のスマホ調整 */
    .srv2-campaign-info__icon {
        position: relative;
        left: -20px;
        z-index: 1;
        width: 48px;
        height: 48px;
        overflow: hidden; /* はみ出た部分を隠す */
        border-radius: 50%; /* 円形にする */
        /* background-color: #FF6B35; 削除 - 背景色なし */
    }

    .srv2-campaign-info__icon img {
        width: 90px;
        height: 90px;
        object-fit: contain; /* 縦横比を維持してコンテナに収める */
    }

    .srv2-campaign-info__content {
        display: flex;
        align-items: center;
        gap: 15px;
        position: relative;
        padding-left: 8px;
    }

    .srv2-campaign-info__body {
        font-size: 0.9em;
        line-height: 1.8;
        color: #333;
        padding: 1px 2px;
        margin-left: -30px;
        font-weight: bold;
    }

    /* 口コミ内の星評価調整（削除予定） */
    .srv2-pickup-review .srv2-star {
        width: 1.6em;
        height: 1.6em;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }
    
    .srv2-pickup-review__avatar {
        position: relative;
        left: -20px;
        z-index: 1;
    }

    .srv2-pickup-review__avatar img {
        width: 48px;
        height: 48px;
    }

    .srv2-campaign-info__content {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .srv2-campaign-info__icon {
        flex-shrink: 0;
        width: 64px;
        height: 64px;
    }

    .srv2-campaign-info__body {
        font-size: 1em;
        line-height: 1.6;
        color: #333;
        font-weight: bold;
    }

    .srv2-pickup-review__content {
        display: flex;
        align-items: center;
        gap: 15px;
        position: relative;
        padding-left: 8px;
    }

    .srv2-pickup-review__body {
        font-size: 0.9em;
        line-height: 1.8;
        color: #333;
        padding: 1px 2px;
        margin-left: -30px;
    }
}

/* PC用調整 */
@media (min-width: 600px) {
    .srv2-btn__icon {
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .srv2-btn__icon img {
        width: 20px;
        height: 20px;
    }

    .srv2-pickup-review__content {
        display: flex;
        align-items: flex-start;
        gap: 16px;
    }

    .srv2-pickup-review__avatar {
        flex-shrink: 0;
        width: 64px;
        height: 64px;
    }

    .srv2-pickup-review__body {
        font-size: 1em;
        line-height: 1.6;
        color: #333;
    }
}