/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* 背景のグラデーションの線*/
.banner {
            /* 背景のグラデーション（上から下に白→薄ピンク） */
            background: linear-gradient(to bottom, #ffffff00 50%, #ffc0cb 100%);
            
            /* テキストのスタイリング */
            color: #000000;
            padding: 20px 20px;
            display: inline-block;
            
            /* 文字の間隔を少し広げて読みやすく */
            letter-spacing: 0.05em;
        }

        /* モバイル対応（画面が狭い時） */
        @media (max-width: 768px) {
.banner {
 
           /* テキストのスタイリング */
            color: #000000;
            font-weight: 400;
            padding: 5px 5px;
            display: inline-block;
        }
        }


.banner02 {
            /* 背景のグラデーション（上から下に白→薄ピンク） */
            background: linear-gradient(to bottom, #ffffff00 50%, #D9AACD 100%);
            
            /* テキストのスタイリング */
            color: #000000;
            padding: 20px 20px;
            display: inline-block;
            
            /* 文字の間隔を少し広げて読みやすく */
            letter-spacing: 0.05em;
        }

        /* モバイル対応（画面が狭い時） */
        @media (max-width: 768px) {
.banner {
 
           /* テキストのスタイリング */
            color: #000000;
            font-weight: 400;
            padding: 5px 5px;
            display: inline-block;
        }
        }

/* 背景のグラデーションの線ここまで*/




/* 桜Teddy物語誕生秘話ページの装飾 ここから*/

/* 共通のカード枠 */
        .story-card {
            position: relative;
            max-width: 900px;
            width: 100%;
            min-height: 240px;
            border: 2px solid #e91e63; /* ピンクの枠線 */
            border-radius: 40px;      /* 大きめの角丸 */
            background-color: #ffffff00;
            box-sizing: border-box;
            display: flex;
            align-items: center;
        }

        /* テキストの共通設定 */
        .text-box {
            font-size: 19px;
			font-weight:400;
            line-height: 1.8;
            color: #000000;
            z-index: 1;
			padding-right: 30px;
			padding-left: 30px;
        }

        /* クマの画像共通設定 */
        .bear-img {
            position: absolute;
            width: 250px; /* 画像のサイズ */
            height: auto;
            z-index: 2;
            bottom: -30px; /* 下枠からはみ出す */
        }

        /* --- パターン1：クマが右側 (Group 48) --- */
        .item-right {
            padding: 40px 200px 40px 60px; /* 右側にクマ用のスペースを空ける */
        }
        .item-right .bear-img {
            right: -50px; /* 右枠からはみ出す */
        }

        /* --- パターン2：クマが左側 (Group 49) --- */
        .item-left {
            padding: 40px 60px 40px 200px; /* 左側にクマ用のスペースを空ける */
        }
        .item-left .bear-img {
            left: -50px; /* 左枠からはみ出す */
        }

        /* モバイル対応（画面が狭い時） */
        @media (max-width: 768px) {
            .story-card {
                flex-direction: column;
                padding: 40px 30px 180px 30px !important;
            }
            .bear-img {
                width: 150px;
                left: 50% !important;
                right: auto !important;
                transform: translateX(-50%);
            }
			
        .text-box {
            font-size: 15px;
        }

        }


/* 桜Teddy物語誕生秘話ページの装飾 ここまで*/