/* ===== 習い事ポータルサイト スタイル (移植版) ===== */

/* --- ラッパー全体リセット --- */
.lesson-shop-single {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    background: #fff;
    overflow-wrap: break-word !important; /* スマホではみ出さないよう全体に適用 */
    word-break: break-word !important;
}
.lesson-shop-single *,
.lesson-shop-single *::before,
.lesson-shop-single *::after {
    box-sizing: border-box;
}

/* --- ヘッダー --- */
.lesson-shop-single .shop-header {
    margin-bottom: 30px !important;
}
.lesson-shop-single .shop-title-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}
.lesson-shop-single .lsp-h1,
.lesson-shop-single h1.lsp-h1 {
    margin: 0 !important;
    /* clamp: 最小14px 〜 viewport基準自動調整 〜 最大32px */
    font-size: clamp(14px, 3.5vw, 32px) !important;
    line-height: 1.3 !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    min-width: 0 !important;   /* flex内ではみ出し防止 */
    flex: 1 !important;
}
.lesson-shop-single .shop-icon {
    width: 200px !important;
    height: 60px !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    order: -1 !important;
}
/* スマホ: アイコンを上、タイトルを下に縦並び */
@media (max-width: 768px) {
    .lesson-shop-single .shop-title-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    .lesson-shop-single .shop-icon {
        width: 100% !important;
        height: 120px !important;
        order: 0 !important;
    }
    .lesson-shop-single .lsp-h1 {
        /* スマホではより小さい clamp 範囲 */
        font-size: clamp(14px, 5vw, 24px) !important;
        flex: unset !important;
        width: 100% !important;
    }
}

/* --- メイン画像 --- */
.lesson-shop-single .shop-main-image img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px !important;
    display: block !important;
}

/* --- サブ画像 --- */
.lesson-shop-single .shop-sub-images {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
}
.lesson-shop-single .shop-sub-images img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
    cursor: zoom-in !important;   /* ライトボックス拡大可能ことを示す */
    border-radius: 6px !important;
}
/* スマホでも横3列を維持 */
@media (max-width: 768px) {
    .lesson-shop-single .shop-sub-images {
        grid-template-columns: repeat(3, 1fr) !important;  /* 3列維持 */
        gap: 6px !important;
    }
    .lesson-shop-single .shop-sub-images img {
        height: 100px !important;  /* スマホでは低め */
    }
}

/* --- 各セクション共通 --- */
.lesson-shop-single .shop-shortcode,
.lesson-shop-single .shop-intro,
.lesson-shop-single .shop-fees,
.lesson-shop-single .shop-schedule,
.lesson-shop-single .shop-address,
.lesson-shop-single .shop-phone,
.lesson-shop-single .shop-youtube,
.lesson-shop-single .shop-gallery,
.lesson-shop-single .shop-extra-image {
    margin-bottom: 40px !important;
}

/* --- 見出し h2 --- */
.lesson-shop-single .lsp-h2,
.lesson-shop-single h2.lsp-h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    border-bottom: 2px solid #333 !important;
    padding-bottom: 10px !important;
    line-height: 1.4 !important;
}

/* --- 本文テキスト --- */
.lesson-shop-single .shop-intro p,
.lesson-shop-single .shop-address p,
.lesson-shop-single .shop-phone p {
    margin: 0 0 8px !important;
    line-height: 1.8 !important;
}

/* --- 追加画像 --- */
.lesson-shop-single .shop-extra-image {
    margin-bottom: 40px !important;
}
.lesson-shop-single .shop-extra-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    display: block !important;
}

/* --- 料金表 --- */
.lesson-shop-single .fees-table {
    background: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 8px !important;
}
.lesson-shop-single .fee-row {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #ddd !important;
}
.lesson-shop-single .fee-row:last-child {
    border-bottom: none !important;
}
.lesson-shop-single .fee-name {
    font-weight: bold !important;
}
.lesson-shop-single .fee-price {
    color: #e74c3c !important;
}

/* --- スケジュール --- */
.lesson-shop-single .schedule-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
    gap: 15px !important;
}
/* スマホでは1列表示 */
@media (max-width: 768px) {
    .lesson-shop-single .schedule-grid {
        grid-template-columns: 1fr !important;
    }
}
.lesson-shop-single .schedule-day {
    background: #f9f9f9 !important;
    padding: 15px !important;
    border-radius: 8px !important;
}
.lesson-shop-single .day-label {
    font-weight: bold !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}
.lesson-shop-single .day-content {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* --- 地図（Googleマップ）--- */
/* shop-mapラッパーはPHPでpadding-bottom:56%が直書きされているため追加CSSは不要 */
/* iframeの横幅・高さはインラインstyleで制御済み（position:absolute; width:100%; height:100%）*/
.lesson-shop-single .shop-map {
    border-radius: 8px !important;
    overflow: hidden !important;
}
.lesson-shop-single .shop-map iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    display: block !important;
}

/* --- YouTube --- */
.lesson-shop-single .youtube-container {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important; /* 16:9 アスペクト比 */
    height: 0 !important;
    overflow: hidden !important;
    margin-bottom: 10px !important;
}
.lesson-shop-single .youtube-container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

/* --- ギャラリー --- */
.lesson-shop-single .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 15px !important;
}
/* スマホでは横2列 */
@media (max-width: 768px) {
    .lesson-shop-single .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    .lesson-shop-single .gallery-grid img {
        height: 130px !important;
    }
}
.lesson-shop-single .gallery-grid img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block !important;
    cursor: zoom-in !important;
}

/* --- ボタン --- */
.lesson-shop-single .shop-buttons {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    margin: 40px 0 !important;
}
.lesson-shop-single .action-btn {
    display: inline-block !important;
    padding: 15px 30px !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    text-align: center !important;
    transition: all 0.3s !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}
@media (min-width: 768px) {
    .lesson-shop-single .action-btn {
        width: auto !important;
    }
}
.lesson-shop-single .official-btn { background: #3498db !important; color: #fff !important; }
.lesson-shop-single .official-btn:hover { background: #2980b9 !important; color: #fff !important; }
.lesson-shop-single .contact-btn { background: #2ecc71 !important; color: #fff !important; }
.lesson-shop-single .contact-btn:hover { background: #27ae60 !important; color: #fff !important; }
.lesson-shop-single .trial-btn { background: #f39c12 !important; color: #fff !important; }
.lesson-shop-single .trial-btn:hover { background: #e67e22 !important; color: #fff !important; }
.lesson-shop-single .entry-btn { background: #e74c3c !important; color: #fff !important; }
.lesson-shop-single .entry-btn:hover { background: #c0392b !important; color: #fff !important; }

/* --- タクソノミー --- */
.lesson-shop-single .shop-taxonomy {
    margin-top: 40px !important;
    padding-top: 20px !important;
    border-top: 1px solid #ddd !important;
}
.lesson-shop-single .shop-categories,
.lesson-shop-single .shop-tags {
    margin-bottom: 10px !important;
}
.lesson-shop-single .shop-categories a,
.lesson-shop-single .shop-tags a {
    display: inline-block !important;
    margin: 5px 10px 5px 0 !important;
    padding: 5px 15px !important;
    background: #ecf0f1 !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    color: #2c3e50 !important;
    font-weight: normal !important;
}
.lesson-shop-single .shop-categories a:hover,
.lesson-shop-single .shop-tags a:hover {
    background: #bdc3c7 !important;
    color: #2c3e50 !important;
}

/* --- 2カラムレイアウト --- */
.lesson-shop-single.layout-2column .two-column-wrapper {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 30px !important;
    margin-top: 30px !important;
}
@media (max-width: 992px) {
    .lesson-shop-single.layout-2column .two-column-wrapper {
        grid-template-columns: 1fr !important;
    }
}
.lesson-shop-single.layout-2column .main-column {
    order: 1 !important;
}
.lesson-shop-single.layout-2column .sidebar-column {
    order: 2 !important;
}
.lesson-shop-single.layout-2column .sidebar-column .shop-fees,
.lesson-shop-single.layout-2column .sidebar-column .shop-schedule,
.lesson-shop-single.layout-2column .sidebar-column .shop-address,
.lesson-shop-single.layout-2column .sidebar-column .shop-phone,
.lesson-shop-single.layout-2column .sidebar-column .shop-extra-image {
    margin-bottom: 30px !important;
}
.lesson-shop-single.layout-2column .sidebar-column .action-btn {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.lesson-shop-single.layout-2column .sidebar-column .shop-buttons {
    flex-direction: column !important;
}
