@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ================================================
   SWELL汎用CSS：旅行ガイド・スポット紹介用
   複数の記事で再利用可能な設計
   SWELLテーマの標準スタイルと統合
   ================================================ */

/* ---- 全体レイアウト ---- */
.travel-guide-wrapper {
    margin: 0 auto;
    width: 100%;
}

/* WordPress標準ブロックのスタイル継承対応 */
.wp-block-group {
    margin-bottom: 0;
}

/* ---- ヘッダーセクション ---- */
.travel-guide-header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 45px 40px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
}

.travel-guide-header h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 18px 0;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.travel-guide-header .meta-info {
    font-size: 13px;
    opacity: 0.95;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

/* ---- イントロボックス（左ボーダー付き） ---- */
.intro-highlight-box {
    padding: 25px 25px;
    background: #f8f9fa;
    border-left: 4px solid #2a5298;
    border-radius: 4px;
    margin: 30px 0 35px 0;
    line-height: 1.85;
}

.intro-highlight-box p {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #333;
}

.intro-highlight-box p:last-child {
    margin-bottom: 0;
}

.intro-highlight-box strong {
    font-weight: 600;
    color: #1e3c72;
}

/* ---- 情報ボックス（複数タイプ） ---- */
.info-card {
    border: 1px solid #e0e0e0;
    padding: 25px;
    border-radius: 6px;
    background-color: #fafafa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin: 30px 0;
}

.info-card h3 {
    color: #1e3c72;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 12px;
    margin: 0 0 18px 0;
}

.info-card p {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 1.75;
}

.info-card p:last-of-type {
    margin-bottom: 15px;
}

.info-card ul {
    list-style: none;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    margin: 15px 0;
}

.info-card ul li {
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}

.info-card ul li:last-child {
    border-bottom: none;
}

.info-card strong {
    color: #1e3c72;
    font-weight: 600;
}

/* ---- 警告・注意ボックス ---- */
.warning-box {
    background: #fff8e6;
    border-left: 4px solid #fbb81c;
    padding: 18px 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.warning-box strong {
    color: #8b6f00;
    font-weight: 600;
}

.warning-box p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.warning-box p:last-child {
    margin-bottom: 0;
}

/* ---- ハイライトボックス（カラフル背景） ---- */
.highlight-gradient-box {
    background: linear-gradient(135deg, #2c3e7f 0%, #435a8d 100%);
    color: white;
    padding: 32px 30px;
    border-radius: 6px;
    margin: 30px 0;
}

.highlight-gradient-box h3 {
    color: white;
    border-left: 4px solid rgba(255, 255, 255, 0.8);
    padding-left: 15px;
    margin: 0 0 22px 0;
    font-size: 19px;
    font-weight: 700;
}

.season-item {
    background: rgba(255, 255, 255, 0.12);
    padding: 15px 16px;
    border-radius: 4px;
    margin-bottom: 12px;
    line-height: 1.75;
    font-size: 14px;
}

.season-item:last-child {
    margin-bottom: 0;
}

.season-item strong {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

/* ---- カメラ設定ボックス ---- */
.camera-settings-box {
    background: #f4f7fc;
    padding: 25px;
    border-radius: 6px;
    margin: 30px 0;
    border-left: 4px solid #2a5298;
}

.camera-settings-box h3 {
    color: #1e3c72;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.camera-settings-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.camera-settings-box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8ecf5;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.camera-settings-box li:last-child {
    border-bottom: none;
}

.camera-settings-box strong {
    color: #1e3c72;
    font-weight: 600;
}

/* ---- Googleマップボタン ---- */
.map-button-wrapper {
    text-align: center;
    margin: 25px 0 20px 0;
}

.map-button-wrapper a {
    display: inline-block;
    background-color: #4285F4;
    color: white;
    padding: 11px 22px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(66, 133, 244, 0.3);
    transition: all 0.3s ease;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.map-button-wrapper a:hover {
    background-color: #357ae8;
    box-shadow: 0 2px 5px rgba(66, 133, 244, 0.4);
    text-decoration: none;
}

.map-button-note {
    font-size: 12px;
    color: #777;
    margin-top: 8px;
}

/* ---- Twitter埋め込み ---- */
.twitter-embed-wrapper {
    margin: 35px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #e8ecf1;
}

.twitter-embed-wrapper h3 {
    text-align: center;
    color: #1e3c72;
    margin: 0 0 25px 0;
    font-size: 17px;
    font-weight: 700;
    border: none;
    padding-left: 0;
}

/* ---- ホテルカード ---- */
.hotel-card-wrapper {
    background: #f9f9f9;
    padding: 45px 40px;
    margin: 50px -40px 0 -40px;
    border-radius: 0;
    border-top: 1px solid #e8e8e8;
}

.hotel-card-wrapper h2 {
    text-align: center;
    color: #1e3c72;
    border-bottom: 3px solid #bf0000;
    padding-bottom: 15px;
    margin: 0 0 35px 0;
    font-size: 26px;
    font-weight: 700;
}

.hotel-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #f0f0f0;
}

.hotel-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.hotel-card h3 {
    color: #bf0000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    border: none;
    padding-left: 0;
}

.hotel-rating {
    color: #ff9800;
    font-size: 15px;
    margin-bottom: 12px;
}

.hotel-description {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.75;
    font-size: 14px;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.feature-tag {
    background: #e8f1ff;
    color: #1976d2;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
}

.hotel-price {
    font-size: 26px;
    color: #bf0000;
    font-weight: bold;
    margin: 20px 0;
}

.price-note {
    font-size: 12px;
    color: #777;
    font-weight: normal;
}

.rakuten-button {
    display: inline-block;
    background: #bf0000;
    color: white;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(191, 0, 0, 0.25);
    text-align: center;
    letter-spacing: 0.3px;
}

.rakuten-button:hover {
    background: #9a0000;
    box-shadow: 0 3px 8px rgba(191, 0, 0, 0.35);
    text-decoration: none;
    color: white;
}

/* ---- まとめセクション ---- */
.guide-summary-wrapper {
    background: linear-gradient(135deg, #2c3e7f 0%, #435a8d 100%);
    color: white;
    padding: 45px 40px;
    margin: 50px -40px 0 -40px;
    border-radius: 0 0 12px 12px;
}

.guide-summary-wrapper h2 {
    color: white;
    border-bottom: 3px solid rgba(255, 255, 255, 0.8);
    padding-bottom: 15px;
    margin: 0 0 25px 0;
    font-size: 26px;
    font-weight: 700;
}

.guide-summary-wrapper p {
    margin-bottom: 18px;
    line-height: 1.8;
    font-size: 15px;
}

.summary-closing {
    margin-top: 28px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* ---- レスポンシブ対応 ---- */
@media (max-width: 768px) {
    .travel-guide-header {
        padding: 35px 20px;
        border-radius: 8px 8px 0 0;
    }

    .travel-guide-header h1 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .travel-guide-header .meta-info {
        font-size: 12px;
    }

    .intro-highlight-box {
        padding: 20px;
        margin: 25px 0 30px 0;
    }

    .info-card {
        padding: 20px;
    }

    .info-card h3 {
        font-size: 16px;
    }

    .highlight-gradient-box {
        padding: 22px 18px;
    }

    .highlight-gradient-box h3 {
        font-size: 17px;
    }

    .season-item {
        padding: 12px 14px;
        font-size: 13px;
    }

    .camera-settings-box {
        padding: 20px;
    }

    .hotel-card-wrapper {
        padding: 30px 20px;
        margin: 50px -20px 0 -20px;
    }

    .hotel-card-wrapper h2 {
        font-size: 22px;
    }

    .hotel-card {
        padding: 20px;
    }

    .guide-summary-wrapper {
        padding: 30px 20px;
        margin: 50px -20px 0 -20px;
    }

    .guide-summary-wrapper h2 {
        font-size: 22px;
    }

    .feature-tags {
        gap: 6px;
    }

    .feature-tag {
        padding: 4px 10px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .travel-guide-header {
        padding: 25px 15px;
    }

    .travel-guide-header h1 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .intro-highlight-box {
        padding: 15px;
        margin: 20px 0 25px 0;
    }

    .intro-highlight-box p {
        font-size: 14px;
    }

    .info-card {
        padding: 15px;
    }

    .info-card h3 {
        font-size: 15px;
    }

    .highlight-gradient-box {
        padding: 16px 14px;
    }

    .hotel-card {
        padding: 15px;
    }

    .hotel-price {
        font-size: 20px;
    }

    .rakuten-button {
        width: 100%;
        padding: 10px 15px;
        font-size: 14px;
    }

    .summary-closing {
        font-size: 15px;
    }
}