@charset "UTF-8";
/*!
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*
 * キーカラー #f2b3cf
 * キーカラーの設定
var(--vk-color-primary)
 * カスタムcolorの設定
var(--vk-color-custom-1)
*/
/* サイト全体　文字色 */
body {color:#333;}

/* ヘッダー　文字色 */
.global-nav-list>li .global-nav-name,
.mom-footer p,
.mom-footer a,
.mom-footer .wp-block-navigation a,
.mom-footer .wp-block-site-title a,
.mom-footer h4,
.mom-footer i,
.mom-footer span,
.mom-footer .vk_icon_font{
	color:#faf9fa;
}
/* シャボン玉アニメーション - Lightning対応 改良版 */

/* バブルコンテナ設定 */
.bubble-container {
    position: relative !important;
    overflow: hidden !important;
    min-height: 600px !important;
}

.bubble-container .vk_outer_container {
    position: relative !important;
    min-height: 600px !important;
    z-index: 0 !important;
}

/* シャボン玉共通スタイル */
.soap.bubbles {
    position: absolute !important;
    border-radius: 50% !important;
    background: radial-gradient(circle at 30% 30%,
        rgba(135, 206, 250, 0.9),
        rgba(135, 206, 250, 0.6),
        rgba(135, 206, 250, 0.3),
        rgba(255, 255, 255, 0.1),
        transparent 70%) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow:
        inset -3px -3px 8px rgba(255, 255, 255, 0.8),
        inset 3px 3px 8px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(135, 206, 250, 0.5) !important;
    z-index: -1 !important;
    pointer-events: none !important;
    animation: bubble-float 10s infinite linear;
}

/* 各シャボン玉（サイズ・位置・遅延・個別動き） */
.bubble-1 {
    width: 40px !important;
    height: 40px !important;
    left: 2% !important;
    bottom: -100px !important;
    animation-delay: 0s !important;
    --tx1: -20px; --tx2: 30px; --tx3: -15px; --tx4: 10px;
}

.bubble-2 {
    width: 60px !important;
    height: 60px !important;
    left: 28% !important;
    bottom: -140px !important;
    animation-delay: 2s !important;
    animation-duration: 10s !important;
    --tx1: 25px; --tx2: -20px; --tx3: 35px; --tx4: -10px;
}

.bubble-3 {
    width: 35px !important;
    height: 35px !important;
    left: 62% !important;
    bottom: -100px !important;
    animation-delay: 4s !important;
    animation-duration: 7s !important;
    --tx1: -30px; --tx2: 15px; --tx3: -25px; --tx4: 20px;
}

.bubble-4 {
    width: 50px !important;
    height: 50px !important;
    left: 92% !important;
    bottom: -110px !important;
    animation-delay: 1s !important;
    animation-duration: 9s !important;
    --tx1: 20px; --tx2: -35px; --tx3: 25px; --tx4: -15px;
}

/* アニメーション定義（共通） */
@keyframes bubble-float {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    5% {
        opacity: 0.8;
    }
    25% {
        transform: translateY(-150px) translateX(var(--tx1, 0px));
        opacity: 0.8;
    }
    50% {
        transform: translateY(-300px) translateX(var(--tx2, 0px));
        opacity: 0.8;
    }
    75% {
        transform: translateY(-450px) translateX(var(--tx3, 0px));
        opacity: 0.8;
    }
    95% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(-650px) translateX(var(--tx4, 0px));
        opacity: 0;
    }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .bubble-container,
    .bubble-container .vk_outer_container {
        min-height: 400px !important;
    }

    .bubble-1 { left: 1% !important; width: 30px !important; height: 30px !important; }
    .bubble-2 { left: 25% !important; width: 45px !important; height: 45px !important; }
    .bubble-3 { left: 65% !important; width: 28px !important; height: 28px !important; }
    .bubble-4 { left: 95% !important; width: 40px !important; height: 40px !important; }
}

/* ===========================================
   soap_bubble_ai 背景画像配置CSS
   =========================================== */

/* 親要素の設定 */
.soap_bubble_ai {
    position: relative;
}

/* コンテンツ領域を前面に */
.soap_bubble_ai .vk_outer_container {
    position: relative;
    z-index: 2;
}

/* 左上の背景画像 */
.soap_bubble_ai::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 15%;
    width: 240px;
    height: 240px;
    background-image: url('/wp-content/uploads/2025/06/soap_bubble_ai.png'); /* 実際の画像パスに変更 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2; /* 背景として配置 */
    opacity: 0.4; /* 背景として薄く表示 */
    pointer-events: none;
}

/* 左下の背景画像 */
.soap_bubble_ai::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 5%;
    width: 180px;
    height: 180px;
    background-image: url('/wp-content/uploads/2025/06/soap_bubble_ai.png'); /* 実際の画像パスに変更 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; /* 背景として配置 */
    opacity: 0.4; /* 背景として薄く表示 */
    pointer-events: none;
}

/* 右の真ん中の背景画像 */
.soap_bubble_ai .vk_outer_container::after {
    content: '';
    position: absolute;
    top: 55%;
    right: 15%;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
    background-image: url('https://stg-jq7b4d-1.unimind.co.jp/wp-content/uploads/2025/06/soap_bubble_ai.png'); /* 実際の画像パスに変更 */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; /* 背景として配置 */
    opacity: 0.4; /* 背景として薄く表示 */
    pointer-events: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .soap_bubble_ai::before,
    .soap_bubble_ai::after,
    .soap_bubble_ai .vk_outer_container::after {
        width: 80px;
        height: 80px;
        opacity: 0.25; /* モバイルでさらに薄く */
    }
    
    .soap_bubble_ai::before {
        top: 10px;
        left: 10px;
    }
    
    .soap_bubble_ai::after {
        bottom: 10px;
        left: 10px;
    }
    
    .soap_bubble_ai .vk_outer_container::after {
        right: 10px;
    }
}

/* 小さなスマートフォン用 */
@media (max-width: 480px) {
    .soap_bubble_ai::before,
    .soap_bubble_ai::after,
    .soap_bubble_ai .vk_outer_container::after {
        width: 60px;
        height: 60px;
        opacity: 0.2; /* さらに薄く */
    }
}
/* 後ろに配置 */
.soap_bubble_ai::before,
.soap_bubble_ai::after,
.soap_bubble_ai .vk_outer_container::after {
    z-index: -2;
}

.soap_bubble_ai {
    position: relative;
    z-index: 0;
}

.soap_bubble_ai .vk_outer_container {
    position: relative;
    z-index: 1; /* テキストなどを前面に */
}

/* オプション：より目立たせたい場合 */
/* 
.soap_bubble_ai::before,
.soap_bubble_ai::after,
.soap_bubble_ai .vk_outer_container::after {
    opacity: 0.5; // より濃く表示
}
*/

/* ===========================================
   使用方法とカスタマイズ
   =========================================== */

/*
1. 画像パスの設定:
   background-image: url('/wp-content/uploads/2024/06/bubble.png');

2. 透明度の調整:
   opacity: 0.3; (0.1〜0.5程度が背景として適切)

3. 画像サイズの調整:
   width: 120px; height: 120px;

4. 位置の調整:
   top, left, right, bottom の値を変更

5. 推奨画像形式:
   - PNG形式（透明背景推奨）
   - SVG形式（拡大縮小に強い）
   - サイズ: 120x120px以上

6. 背景画像が見えない場合:
   - z-indexを確認
   - opacityを0.5まで上げてテスト
   - 画像パスが正しいか確認
*/

/* ===========================================
   Divのボックスシャドウ　#c47bab
   =========================================== */
.column-group-box-shadow,
.mom-temp-boxshadow,
.nurseries-shadow{ 
    box-shadow: 0 6px 20px rgba(196, 123, 171, 0.4);
    border-radius: 1rem;
	overflow: hidden; /* 追加 */

}
/* ===========================================
   園一覧の画像の角丸
   ボタンの角丸
   =========================================== */
.mom-cover-img,
.mom-btn a.btn,
.mom-message-title,
.mom-blog-slider,
.mom-pass-grid figure img,
.mom-pass-grid-table,
.mom-about-left .wp-block-image img,
.mom-about-right .wp-block-image img,
.mom-about-left .wp-block-image,
.mom-about-right .wp-block-image{
	border-radius: 1rem;
	overflow: hidden !important;
}
.temp-box{
	border-radius: 1rem;
}
/* ===========================================
   セクションの背景　キーカラー30%透明度
   共通設定 + 左右水平 + 上下垂直 + About専用
   =========================================== */

/* 基本スタイル（全パターン共通） */
.mom-bg-gradient-left,
.mom-bg-gradient-right,
.mom-bg-gradient-left-vertical,
.mom-bg-gradient-right-vertical,
.mom-about-left,
.mom-about-right {
  position: relative;
  overflow: hidden !important;
  background: transparent !important; /* 元の背景を無効化 */
}

/* 疑似要素の共通設定（全パターン共通） */
.wp-block-group.mom-bg-gradient-left::before,
.wp-block-group.mom-bg-gradient-right::before,
.wp-block-group.mom-bg-gradient-left-vertical.has-background::before,
.wp-block-group.mom-bg-gradient-right-vertical.has-background::before,
.wp-block-group.mom-about-left::before,
.wp-block-group.mom-about-right::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(242, 179, 207, 0.3);
    pointer-events: none; /* クリックイベントを透過 */
}

/* 水平方向（左右）の幅設定 */
.wp-block-group.mom-bg-gradient-left::before,
.wp-block-group.mom-bg-gradient-right::before {
    width: 75%;
    z-index: -1; /* 水平版は背景 */
}

/* 縦方向（上下）の幅設定 */
.wp-block-group.mom-bg-gradient-left-vertical.has-background::before,
.wp-block-group.mom-bg-gradient-right-vertical.has-background::before {
    width: 46%;
    z-index: 0; /* 縦版は中間 */
}

/* About専用の幅設定 */
.wp-block-group.mom-about-left::before,
.wp-block-group.mom-about-right::before {
    width: 43%;
    z-index: 1; /* About版は前面 */
}

/* 左配置（水平・縦・About共通） */
.wp-block-group.mom-bg-gradient-left::before,
.wp-block-group.mom-bg-gradient-left-vertical.has-background::before {
    left: 0;
    border-radius: 0 10px 10px 0; /* 右側に角丸 */
}

.wp-block-group.mom-about-left::before {
    left: 0;
    border-radius: 0 15px 15px 0; /* About専用：右側に角丸（大きめ） */
}

/* 右配置（水平・縦・About共通） */
.wp-block-group.mom-bg-gradient-right::before,
.wp-block-group.mom-bg-gradient-right-vertical.has-background::before {
    right: 0;
    border-radius: 10px 0 0 10px; /* 左側に角丸 */
}

.wp-block-group.mom-about-right::before {
    right: 0;
    border-radius: 15px 0 0 15px; /* About専用：左側に角丸（大きめ） */
}

/* コンテンツのz-index確保（全パターン共通） */
.mom-bg-gradient-left > *,
.mom-bg-gradient-right > *,
.mom-bg-gradient-left-vertical > *,
.mom-bg-gradient-right-vertical > *,
.mom-about-left > *,
.mom-about-right > * {
    position: relative;
    z-index: 1;
}

/* ===========================================
   画像・ボタン・要素の角丸設定
   =========================================== */
.mom-cover-img,
.mom-btn a.btn,
.mom-message-title,
.mom-blog-slider,
.mom-pass-grid figure img,
.mom-pass-grid-table,
.mom-about-left .wp-block-image img,
.mom-about-right .wp-block-image img,
.mom-about-left .wp-block-image,
.mom-about-right .wp-block-image {
    border-radius: 1rem;
    overflow: hidden !important;
}

/* ===========================================
   TOPページのブログセクションの背景色
   キーからの透明度30%
   =========================================== */
.top-blog-background{
	background-color: rgba(242, 179, 207, 0.3);
}
/* ===========================================
   TOPページの入園・一時保育セクション
   =========================================== */
/* 外枠のデザイン（セクション全体） */
div.wp-block-vk-blocks-outer.vk_outer.mom-admission-bg {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

/* 各カラムの見た目とボタン下寄せ処理 */
.mom-admission-bg .vk_gridColumn_item_inner {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(196, 123, 171, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* ボタン以外の要素をラップするクラス（必須） */
.mom-admission-bg .vk_gridColumn_item_inner .content {
  flex: 1;
}

/* ボタンを下部に固定 */
.mom-admission-bg .vk_gridColumn_item_inner .vk_button {
  margin-top: auto;
}

/* ===========================================
   PCのみフッターの画像を中央寄せ
   =========================================== */
@media (min-width: 768px) {
.mom-footer .wp-block-site-logo {
  text-align: center;
}

.mom-footer .custom-logo-link {
  display: inline-block;
}

.mom-footer .custom-logo {
  display: inline-block;
}
}
/* ===========================================
   様式ダウンロードのテーブル
   =========================================== */
/* 保育園らしいテーブルデザイン */
.mom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff !important;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #fdf2f8;
    font-family: inherit;
}

.mom-table tbody tr {
    transition: all 0.3s ease;
    border: none;
}

.mom-table tbody tr:hover {
    background: #fef7ff !important;
    transform: translateY(-2px);
}

.mom-table td {
    padding: 20px 24px;
    border: none;
    vertical-align: middle;
    line-height: 1.7;
    font-size: 15px;
}

/* 左側のラベル列 - 保育園らしい優しいピンク */
.mom-table td:first-child {
    background: linear-gradient(135deg, #fce7f3 0%, #fbddf7 100%) !important;
    color: #be185d !important;
    font-weight: 600;
    width: 30%;
    position: relative;
    min-width: 120px;
    text-align: left;
    padding-left: 24px !important;
}

/* 右側のコンテンツ列 - 清潔感のある白 */
.mom-table td:last-child {
    background: #fefefe !important;
    color: #374151 !important;
    padding-left: 28px;
    position: relative;
}

/* 単一行の場合のリンクアイコン */
.mom-table td:last-child::before {
    content: '\f35d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #f472b6 !important;
    font-size: 12px;
    opacity: 0.8;
}

/* リスト構造の完全リセット */
.mom-table .link-methods {
    all: unset !important;
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    box-sizing: border-box !important;
}

.mom-table .link-methods .link-item {
    all: unset !important;
    position: relative !important;
    padding-left: 28px !important;
    margin-bottom: 4px !important;
    line-height: 1.6 !important;
    display: block !important;
    list-style: none !important;
    list-style-type: none !important;
    border: none !important;
    background: none !important;
    color: #374151 !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
}

.mom-table .link-methods .link-item::before {
    content: '\f35d' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 8px !important;
    top: 0.2em !important;
    color: #f472b6 !important;
    font-size: 12px !important;
    opacity: 0.8 !important;
    z-index: 1 !important;
}

.mom-table .link-methods .link-item:last-child {
    margin-bottom: 0 !important;
}

/* link-methodsがある場合は、td::beforeを非表示 */
.mom-table td:last-child:has(.link-methods)::before {
    display: none !important;
}

/* 強調テキスト */
.mom-table td strong {
    color: #be185d !important;
    font-weight: 600;
}

/* リンクスタイル */
.mom-table td a {
    color: #be185d !important;
    text-decoration: none;
    border-bottom: 1px dotted #f472b6;
    transition: all 0.2s ease;
}

.mom-table td a:hover {
    color: #9d174d !important;
    border-bottom-style: solid;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .mom-table,
    .mom-table tbody,
    .mom-table tr,
    .mom-table td {
        display: block;
        width: 100%;
    }
    
    .mom-table tr {
        margin-bottom: 16px;
        border-radius: 12px;
        overflow: hidden;
        background: #fff !important;
    }
    
    .mom-table td {
        border: none;
        padding: 16px 20px;
    }
    
    .mom-table td:first-child {
        width: 100%;
        border-radius: 12px 12px 0 0;
        text-align: center !important;
        font-size: 14px;
        padding: 12px 20px !important;
        border-bottom: 2px solid #f9a8d4;
    }
    
    .mom-table td:last-child {
        width: 100%;
        padding: 20px !important;
        border-radius: 0 0 12px 12px;
        background: #fefefe !important;
    }
    
    /* スマホでのアイコン位置調整 */
    .mom-table td:last-child::before {
        left: 2px !important; /* より左端に移動 */
        font-size: 11px !important; /* 少し小さく */
    }
    
    .mom-table .link-methods .link-item {
        margin-bottom: 6px !important;
        font-size: 14px !important;
        padding-left: 18px !important; /* スマホでの余白調整 */
    }
    
    .mom-table .link-methods .link-item::before {
        left: 2px !important; /* リストアイコンも左端に */
        font-size: 11px !important;
    }
    
    .mom-table tbody tr:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .mom-table td {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .mom-table td:first-child {
        padding: 10px 16px !important;
        font-size: 13px;
    }
    
    .mom-table td:last-child {
        padding: 16px !important;
    }
    
    .mom-table .link-methods .link-item {
        margin-bottom: 8px !important;
    }
}
/* ===========================================
   グローバルメニューの「まあむパス」画像
   =========================================== */

/* デスクトップ版：7番目のメニューのテキストを非表示 */
.global-nav-list > li:nth-child(7) > a .global-nav-name {
    display: none;
}

/* デスクトップ版：7番目のメニューのアイコン設定 */
.global-nav-list > li:nth-child(7) > a:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2025/07/sample_140_140.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

/* デスクトップ版：ホバー時のアイコン移動エフェクト */
.global-nav-list > li:nth-child(7) > a:hover:before {
    transform: translateY(-5px);
}

/* スマホ版：7番目のメニューのレイアウト設定 */
@media (max-width: 767px) {
    .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(7) > a {
        display: flex;
        align-items: center;
        padding: .7em .5em;
        position: relative;
    }
    
    .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(7) > a:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url('/wp-content/uploads/2025/07/sample_140_140.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 10px;
        transition: transform 0.3s ease;
    }
    
    /* スマホ版：タップ時のアイコン移動エフェクト */
    .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(7) > a:active:before {
        transform: translateY(-3px);
    }
}