@charset "utf-8";


body.home, 
#page,
.site-main {
    /* 💡 背景色を一括指定 */
    background-color: #fcfaf5; 
    position: relative; 
    /* 💡 横スクロール防止（はみ出した木や動物をカット） */
    overflow-x: hidden; 
    display: flow-root; 
    font-family: 'Zen Maru Gothic', sans-serif;
}


/* 💡 道の親：高さをコンテンツ全体に強制的に合わせる */
.bg-wave-layer {
    position: absolute;
    top: -400px; /* 上にズラす分 */
    left: 0;
    width: 100%;
    bottom: 0;   /* 💡 重要：親の底（フッターの直前）まで強制的に伸ばす */
    z-index: 1;
    pointer-events: none;
    overflow: hidden; 
}

/* 💡 うねうねパーツ：縦に無限ループさせる */
.wave-repeat-path {
    position: absolute;
    top: 0;      /* 親の開始位置(-400px地点)からスタート */
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    
    /* 💡 5500pxを消して100%に。これでコンテンツの長さに自動で合います */
    height: 100%; 
    
    background-image: url('<?php echo get_template_directory_uri(); ?>/images/test.svg');
    background-repeat: repeat-y;
    background-size: 120% auto; 
    background-position: center top;
    z-index: 2;
}

/* 💡 コンテンツ：道の上に重なるようにする */
section {
    position: relative;
    z-index: 10;
    background: transparent !important;
}


























/* ============================================================
   メインビジュアル：PC版 完全配置（出し分け対応）
   ============================================================ */

.new-canvas-section {
    padding-top: 100px;
    width: 100%;
    height: 860px;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.new-canvas-section .new-canvas-container {
    width: 100%;
    max-width: 1300px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* --- A. 左側：メッセージ & PC用ボタン --- */
.new-canvas-section .new-canvas-container .new-canvas-left {
    position: absolute;
    left: 60px;
    /* ★bottomを少し調整して、メッセージとボタンがバランスよく入るようにします */
    bottom: 189px; 
    z-index: 10;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

/* PC用ボタンエリア（タイトルと同じ箱の中） */
.new-canvas-section .pc-only-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 通常（PC）時はスマホ用ボタンを物理的に消す */
.sp-only-btns {
    display: none !important;
}

.new-canvas-section .new-canvas-container .new-canvas-message {
    display: flex;
    flex-direction: row; 
    gap: 20px;
    margin-bottom: 45px; /* タイトルとボタンの間の余白 */
}

.new-canvas-section .new-canvas-container .new-canvas-message span {
    writing-mode: vertical-rl;
    font-size: 28px;
    font-weight: 900;
    color: #333;
    letter-spacing: 0.35em;
    line-height: 1.2;
}

/* ボタン共通設定 */
.new-canvas-section .new-canvas-container .new-canvas-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px; /* PC版の横幅固定 */
    height: 52px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.new-canvas-section .btn-disaster { 
    background-color: #fff; 
    border: 2px solid #333; 
    color: #333; 
}

.new-canvas-section .btn-contact { 
    background-color: #08A66C; 
    color: #fff; 
    border-radius: 5px; 
    box-shadow: 0 4px 0 #057a4f;
}

/* --- B. 右側：画像エリア（PC用） --- */
.new-canvas-section .new-canvas-container .new-canvas-right {
    position: absolute;
    right: 0;
    top: 70px;
    width: 1000px;
    height: 544px;
    z-index: 1;
}

.new-canvas-img-box {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #F9F6D2;
    overflow: hidden;
}

.new-canvas-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- ボタン共通のアクション設定（PC・スマホ両方） --- */

/* 1. ベース設定と transition */
.new-canvas-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative; /* 影や位置移動の基準 */
}

/* 2. 災害時ボタン：ホバー時に少し沈む */
.btn-disaster:hover {
    background-color: #f0f0f0;
    transform: scale(0.98);
    letter-spacing: 0.1em;
}

/* 3. お問い合わせボタン：ホバー時に浮き、クリックで沈む */
.btn-contact {
    box-shadow: 0 4px 0 #057a4f; /* 立体感 */
}

.btn-contact:hover {
    background-color: #068a5a;
    transform: translateY(-3px); /* 上に浮く */
    box-shadow: 0 7px 0 #057a4f; /* 影を厚く */
}

.btn-contact:active {
    transform: translateY(2px); /* クリックで沈む */
    box-shadow: 0 2px 0 #057a4f; /* 影を薄く */
}


































/* --- C. おしらせボックス全体 --- */
.new-canvas-section .new-canvas-container .new-canvas-news {
    position: absolute;
    left: 100px;
    top: 650px;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    gap: 40px; /* 見出しとリストの間隔を少し調整 */
}

/* 💡 アイコンと見出し */
.new-canvas-section .new-canvas-container .news-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 80px;
}


/* 💡 アイコンの常時カクカクアニメーション */
.new-canvas-section .new-canvas-container .news-icon {
    width: 28px;
    height: auto;
    display: block;
    margin-bottom: 4px;
    
    /* 1秒で1サイクル（0.5秒で片側）の繰り返し */
    animation: news-kaku-always 1s infinite steps(2);
    
    /* 💡 カクカク感を出すために transform-origin を中心に */
    transform-origin: center center;
}

@keyframes news-kaku-always {
    0% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}

.new-canvas-section .new-canvas-container .news-header h2 {
    font-size: 18px;
    font-weight: 900;
    color: #333;
    margin: 0;
    line-height: 1.1;
}

/* 記事リスト */
.new-canvas-section .new-canvas-container .news-list {
    display: flex;
    flex-direction: column;
    gap: 0; /* paddingで調整するため0に */
    padding-top: 4px;
    width: 550px; /* 線の長さを揃えるために幅を指定 */
}

.new-canvas-section .new-canvas-container .news-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #333;
    padding: 12px 0;
    /* 💡 薄いドットのアンダーライン */
    border-bottom: 1px dotted #bbb;
    transition: all 0.3s ease;
}


/* マウスホバー時の動き */
.new-canvas-section .new-canvas-container .news-item:hover {
    padding-left: 8px; /* 少し右にずれる */
    background-color: rgba(255, 255, 255, 0.3); /* ほんのり背景を明るく */
}

.new-canvas-section .new-canvas-container .news-item:hover .news-title {
    color: #08A66C; /* 文字色を園のカラーに */
}

/* 日付 */
.new-canvas-section .new-canvas-container .news-date {
    font-size: 14px;
    font-weight: 900;
    min-width: 85px;
    color: #666;
}

/* カテゴリタグ */
.new-canvas-section .new-canvas-container .news-item .news-category {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #333;
    border-radius: 6px;
    padding: 0 10px;
    height: 22px;
    min-width: 70px;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    background-color: transparent;
    line-height: 1;
}

/* 記事タイトル */
.new-canvas-section .new-canvas-container .news-title {
    font-size: 14px;
    font-weight: 700;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



















































/* ============================================================
   イントロセクション：428x259 画像サイズ自動調整版
   ============================================================ */

.new-intro-section {
    width: 100%;
    padding: 80px 0;
    background: transparent;
    margin-top: 0px;
}

.new-intro-section .new-intro-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; /* 中央寄せ */
    gap: 60px;
}

/* --- 左側：写真エリア (428px固定) --- */
.new-intro-section .new-intro-container .new-intro-photo {
    flex: 0 0 428px; 
    max-width: 100%;
}

.new-intro-section .new-intro-container .new-intro-photo img {
    width: 428px;
    height: 259px;
    object-fit: cover; /* 比率を保ってトリミング */
    aspect-ratio: 428 / 259;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: block;
}

/* --- 右側：テキストエリア --- */
.new-intro-section .new-intro-container .new-intro-content {
    flex: 0 1 500px; /* テキスト側の最大幅を制限 */
}

/* キャッチコピー (28px / 深緑) */
.new-intro-section .new-intro-container .new-intro-copy {
    font-size: 28px;
    font-weight: 900;
    color: #08A66C;
    line-height: 1.5;
    margin-bottom: 25px;
}

/* 本文 (14px + フォントウェイト調整) */
.new-intro-section .new-intro-container .new-intro-text {
    font-size: 14px;
    line-height: 2;
    color: #333;
    margin-bottom: 30px;
    /* 💡 フォントを太くする設定 */
    font-weight: 700; /* 500〜600くらいが「適度な太さ」でおすすめです */
    letter-spacing: 0.02em; /* 💡 わずかに字間を広げると、太くしてもスッキリ見えます */
}


/* --- 園についてボタン (コンパクト版) --- */
.new-intro-section .new-intro-container .new-intro-btn-area .btn-intro-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 30px; 
    font-size: 14px;
    background-color: #08A66C;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.3s;
}

.new-intro-section .new-intro-container .new-intro-btn-area .btn-intro-more:hover {
    background-color: #068a5a;
    transform: translateY(-2px);
}





/* ============================================================
   自動写真スライダー：控えめな浮遊感ループ（サイドフェードなし）
   ============================================================ */

.new-slider-section {
    width: 100%;
    overflow: hidden;
    padding: 80px 0; /* 余白を少し抑える */
    background: transparent;
    /* 💡 サイドの白いフェード（mask-image）を削除しました */
}

.new-slider-section .new-slider-track {
    display: flex;
    width: max-content;
}

.new-slider-section .new-slider-list {
    display: flex;
    gap: 40px;
    padding-right: 40px;
    /* 💡 速度を少し落として（40s）よりゆったり流します */
    animation: infinity-loop-left 40s linear infinite;
}

/* 各写真ボックス：サイズ 375x286 */
.new-slider-section .new-slider-list .slider-box {
    flex: 0 0 375px;
    width: 375px;
    height: 286px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    background-color: #fff;
    
    /* 💡 控えめな浮遊感：6秒かけてゆっくりと5pxだけ上下 */
    animation: gentle-float 6s ease-in-out infinite;
}

/* タイミングをずらして自然なバラつきを出す */
.new-slider-section .new-slider-list .slider-box:nth-child(2n) { animation-delay: -1.5s; }
.new-slider-section .new-slider-list .slider-box:nth-child(3n) { animation-delay: -3s; }

/* 💡 控えめなアニメーション定義 */
@keyframes gentle-float {
    0%, 100% {
        transform: translateY(var(--y-base));
    }
    50% {
        /* 拡大はせず、わずかに5px浮くだけの控えめなモーション */
        transform: translateY(calc(var(--y-base) - 5px));
    }
}

/* 高低差のベース位置 */
.new-slider-section .new-slider-list .box-high {
    --y-base: -20px;
}
.new-slider-section .new-slider-list .box-low {
    --y-base: 20px;
}

.new-slider-section .new-slider-list .slider-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 横移動アニメーション */
@keyframes infinity-loop-left {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}




/* ============================================================
   日々のようす：グリッドレイアウト
   ============================================================ */

.new-posts-section {
    width: 100%;
    padding: 100px 0;
    background: transparent;
}

.new-posts-section .new-posts-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* 見出し */
.new-posts-section .posts-header {
    text-align: center;
    margin-bottom: 60px;
}

.new-posts-section .posts-title-jp {
    font-size: 32px;
    font-weight: 900;
    color: #08A66C;
    display: block;
    line-height: 1.2;
}

.new-posts-section .posts-title-en {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
}

/* グリッド（3カラム） */
.new-posts-section .posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    margin-bottom: 60px;
}

/* 記事カード */
.new-posts-section .post-card {
    text-decoration: none;
    color: #333;
    display: block;
}

.new-posts-section .post-img-box {
    width: 100%;
    aspect-ratio: 340 / 230; /* 控えめな長方形 */
    border-radius: 25px;
    overflow: hidden;
    background-color: #eee;
    margin-bottom: 12px;
}

.new-posts-section .post-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.new-posts-section .post-card:hover .post-img-box img {
    transform: scale(1.05);
}

/* メタ情報（日付・タイトル） */
.new-posts-section .post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 5px;
}

.new-posts-section .post-date,
.new-posts-section .post-title {
    font-size: 13px;
    font-weight: bold;
}

/* 💡 下部の「すべての記事」ボタン（スクリーンショットの形状を再現） */
.new-posts-section .posts-footer {
    text-align: center;
}

.new-posts-section .btn-all-posts {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 60px;
    border: 2px solid #08A66C;
    border-radius: 12px;
    background-color: #fff;
    text-decoration: none;
    color: #08A66C;
    transition: all 0.3s ease;
}

.new-posts-section .btn-all-posts:hover {
    background-color: #08A66C;
    color: #fff;
}

.new-posts-section .btn-text-main {
    font-size: 15px;
    font-weight: 900;
}

.new-posts-section .btn-text-sub {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}





/* ============================================================
   年間スケジュール：リニューアルデザイン
   ============================================================ */

.new-schedule-section {
    width: 100%;
    padding: 100px 0;
    background-color: #fffaf0; /* 💡 ほんのり温かいクリーム色の背景 */
    position: relative;
    overflow: hidden;
}

/* 背景のアクセント（丸い装飾） */
.schedule-bg-decoration {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background-color: #fdf2d2; /* 薄い黄色 */
    border-radius: 50%;
    z-index: 1;
}

.new-schedule-section .new-schedule-container {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 10;
}

/* 左側：イラスト（ふわふわ動かす） */
.new-schedule-section .schedule-left-img {
    flex: 1;
    max-width: 500px;
    animation: float 4s ease-in-out infinite; /* 💡 浮遊アニメーション */
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* 右側：コンテンツ */
.new-schedule-section .schedule-right-content {
    flex: 1;
}

.schedule-sub-title {
    display: block;
    color: #08A66C;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.new-schedule-section .schedule-title {
    font-size: clamp(32px, 4vw, 42px); /* 💡 画面幅でサイズを可変に */
    font-weight: 900;
    color: #4a3728; /* 濃い茶色で優しく引き締める */
    margin-bottom: 20px;
    line-height: 1.3;
}

.schedule-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 600;
}

/* ボタンエリア（右下に配置） */
.schedule-btn-area {
    display: flex;
    justify-content: flex-start; /* 左揃え。もし右寄せなら flex-end */
}







/* ============================================================
   保育活動セクション：完全統合版（PC 3列・アイコン120px固定）
   ============================================================ */

.new-activity-section {
    width: 100%;
    padding: 80px 0;
    background: transparent;
}

.new-activity-section .new-activity-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.new-activity-section .activity-glass-box {
    display: block; 
    background: rgba(255, 255, 255, 0.45);
    border-radius: 40px;
    padding: 60px 80px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 15px 35px rgba(93, 64, 55, 0.08);
}

.new-activity-section .activity-title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 50px 0;
    color: #057a4f;
}

.new-activity-section .activity-top-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 60px;
}

.new-activity-section .activity-text {
    flex: 0 1 550px;
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-weight: 700;
}

/* 飛び出すうさぎボタン */
.new-activity-section .btn-activity {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 45px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    background-color: transparent; 
    z-index: 10;
    box-shadow: 0 6px 0 #057a4f, 0 8px 15px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.new-activity-section .btn-activity::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #08A66C;
    border-radius: 50px;
    z-index: 1;
    transition: background-color 0.2s ease;
}

.new-activity-section .btn-text { position: relative; z-index: 5; }

.new-activity-section .btn-rabbit {
    position: absolute;
    width: 55px; height: auto;
    bottom: 5px; right: 15px;
    z-index: 0; 
    transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.new-activity-section .btn-activity:hover { transform: translateY(2px); }
.new-activity-section .btn-activity:hover::before { background-color: #09bc7a; }
.new-activity-section .btn-activity:hover .btn-rabbit { right: -12px; bottom: 22px; transform: rotate(15deg); }

/* 下部：6クラスグリッド */
.new-activity-section .activity-class-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    width: 100%;
}

.new-activity-section .class-item {
    text-align: center;
    text-decoration: none;
    display: block;
}

/* ★箱のサイズを120pxに固定、画像は大きく見せる */
.new-activity-section .class-img-box {
    width: 120px !important; 
    height: 120px !important;
    margin: 0 auto 15px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% !important; /* 内側の余白を削って画像を拡大 */
    box-sizing: border-box;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
}

.new-activity-section .class-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 欠けずに最大表示 */
    transition: transform 0.6s ease;
}

.new-activity-section .class-name-en {
    display: block;
    font-size: 11px;
    color: #08A66C;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.new-activity-section .class-name-jp {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #333;
}

.new-activity-section .class-item:hover .class-img-box {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}







/* ============================================================
   リンクセクション：保護者専用・採用情報
   ============================================================ */

.new-link-section {
    width: 100%;
    padding: 50px 0;
    background: transparent;
    margin-top: -50;
    
}

.new-link-section .new-link-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* メインコピー：黄色 */
.new-link-section .link-main-copy {
    font-size: 42px;
    font-weight: 900;
    color: #08A66C; /* スクショに近い明るい黄色 */
    margin-bottom: 60px;
    letter-spacing: 0.1em;
}

/* カード並び */
.new-link-section .link-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.new-link-section .link-card-item {
    flex: 0 1 450px;
    text-decoration: none;
    color: #333;
    text-align: left;
    transition: transform 0.3s ease;
    font-weight: 600;

}

.new-link-section .link-card-item:hover {
    transform: translateY(-5px);
}

/* 画像ボックス */
.new-link-section .link-img-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #ccc;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.new-link-section .link-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* テキストエリア */
.new-link-section .link-info {
    padding: 0 10px;
}

.new-link-section .link-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.new-link-section .link-title {
    font-size: 24px;
    font-weight: 900;
    color: #5D4037; /* 濃いブラウン */
    margin: 0;
}

/* 矢印ボタン */
.new-link-section .link-arrow {
    width: 36px;
    height: 36px;
    background-color: #D7CCC8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}

.new-link-section .link-card-item:hover .link-arrow {
    background-color: #08A66C;
    color: #fff;
    transform: translateX(5px);
}

.new-link-section .link-en {
    font-size: 13px;
    font-weight: 700;
    color: #A1887F;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.new-link-section .link-text {
    font-size: 14px;
    line-height: 1.6;
    color: #5D4037;
    margin: 0;
}




/* ============================================================
   アクセスマップ：スマート調整版（地図サイズ適正化）
   ============================================================ */

.new-access-section {
    width: 100%;
    padding: 80px 0 120px;
    background: transparent;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700; /* 💡 ご希望の 700 ウェイト */
    color: #333;
}

/* 💡 コンテンツ全体を中央に寄せ、広がりすぎを防止 */
.new-access-section .access-content {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 60px; /* 地図と情報の間の余白 */
    max-width: 1100px; /* 💡 ここで全体の最大幅を絞る */
    margin: 0 auto;
}

/* 💡 地図エリア：固定サイズにして「デカすぎ」を防止 */
.new-access-section .access-map-box {
    flex: 0 0 450px; /* 💡 地図の横幅を 450px に固定 */
    height: 350px;   /* 💡 高さを少し抑える */
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* 💡 情報エリア：残りのスペースをゆったり使う */
.new-access-section .access-info {
    flex: 1;
}

/* 💡 ロゴと組織名の並び */
.new-access-section .corp-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.new-access-section .corp-logo {
    width: 36px; /* 💡 少しサイズアップ */
    height: auto;
    object-fit: contain;
}

.new-access-section .corp-name {
    font-size: 15px;
    margin: 0;
    color: #5D4037;
}

/* 💡 園名：一番目立たせる（Black 900） */
.new-access-section .garden-name {
    font-size: 38px;
    font-weight: 900;
    margin: 0 0 35px 0;
    color: #333;
    line-height: 1.2;
}

/* 💡 情報リスト：dl, dt, dd */
.new-access-section .info-list dl {
    display: flex;
    align-items: flex-start;
    padding: 18px 0;
    margin: 0;
    border-bottom: 1px dotted #bbb;
}

.new-access-section .info-list dt {
    flex: 0 0 90px;
    color: #08A66C;
    font-size: 14px;
}

.new-access-section .info-list dd {
    flex: 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

/* 💡 ガラスボックスの装飾 */
.new-access-section .access-glass-box {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    padding: 70px 60px;
    backdrop-filter: blur(15px);
    border: 2px solid #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}





/* 💡 CSS側：すべての画像に「浮かせる命令」を個別に入れる */

.tree-1, .tree-2, .tree-3, .rabbit, .giraffe {
    position: absolute;   /* 💡 これで「文書」から切り離して自由に飛ばせます */
    left: 50%;            /* 💡 画面の真ん中を 0 地点にする */
    z-index: 50;          /* 💡 道よりも手前に出す */
    pointer-events: none; /* 💡 下にあるボタンの邪魔をしない */
}

/* 個別の座標（ここで場所を決める） */
.tree-1 { top: 780px; margin-left: 300px; width: 120px; }
.tree-2 { top: 1200px; margin-left: 600px; width: 130px; }
.tree-3 { top: 3000px; margin-left: -500px; width: 110px; }

/* うさぎ */
.rabbit { 
    top: 3800px; 
    margin-left: 200px; 
    width: 100px; 
}

/* キリン */
.giraffe { 
    top: 3750px; 
    margin-left: -300px; 
    width: 140px; 
}




/* ============================================================
   木のカクカク揺れ：共通アニメーション
   ============================================================ */

/* 1. 全ての木にカクカク揺れを適用（それぞれ速度と角度を変える） */
.tree-1, .tree-2, .tree-3 {
    display: block;
    transform-origin: center bottom; /* 💡 足元を軸に固定 */
}

/* 木1：標準（1.2秒周期） */
.tree-1 {
    animation: tree-kaku-1 1.2s infinite steps(2);
}

/* 木2：少しゆっくり（1.5秒周期） */
.tree-2 {
    animation: tree-kaku-2 1.5s infinite steps(2);
}

/* 木3：少し速め（0.9秒周期） */
.tree-3 {
    animation: tree-kaku-3 0.9s infinite steps(2);
}



/* ------------------------------------------------------------
   アニメーションの定義（角度をバラバラにする）
   ------------------------------------------------------------ */

/* 木1：少し大きめに揺れる（±5度） */
@keyframes tree-kaku-1 {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

/* 木2：控えめに揺れる（±3度） */
@keyframes tree-kaku-2 {
    0%, 100% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg); }
}

/* 木3：パキパキ揺れる（±4度） */
@keyframes tree-kaku-3 {
    0%, 100% { transform: rotate(-4deg); }
    50% { transform: rotate(4deg); }
}


/* --- 追従Instagramボタン（右下・大型版） --- */
.side-insta-btn {
    position: fixed;
    right: 30px; /* 右側に配置 */
    bottom: 40px; /* 下からの距離 */
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.side-insta-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 80px;  /* サイズアップ */
    height: 80px; /* サイズアップ */
    border-radius: 50%;
    text-decoration: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border: 3px solid #08A66C;
    overflow: hidden;
}

.insta-icon-box {
    width: 55px; /* アイコン画像も大きく */
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 園のロゴ（たんぽぽ）がより映えるように調整 */
}

/* ホバー時の動き：少し大きく、少し回転 */
.side-insta-btn:hover {
    transform: scale(1.1) rotate(8deg);
}

.side-insta-btn:hover a {
    background: #fdfaf5;
    box-shadow: 0 12px 30px rgba(8, 166, 108, 0.25);
    border-color: #e67e22; /* ホバー時にオレンジに変化 */
}








































/* ============================================================
   スマホ・タブレット用：全セクション・レスポンシブ統合版
   ============================================================ */
@media screen and (max-width: 768px) {

    /* --- 1. メインビジュアル（Canvas） --- */
    body.home .new-canvas-section {
        height: auto !important;
        padding-top: 80px !important;
        padding-bottom: 120px !important;
        background-color: #fff !important;
        overflow: visible !important;
        -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    }
    body.home .new-canvas-section .new-canvas-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        position: relative !important;
    }
    .pc-only-btns, .sp-only-btns, .new-canvas-btns {
        display: none !important;
    }
    body.home .new-canvas-left {
        order: 1 !important;
        position: relative !important;
        left: auto !important; top: auto !important; bottom: auto !important; 
        width: 100% !important;
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: center !important;
        padding: 0 20px 30px !important;
    }
    .new-canvas-message {
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 10px !important;
    }
    .new-canvas-message span {
        writing-mode: horizontal-tb !important; 
        font-size: 26px !important; 
        font-weight: 900 !important;
        color: #333 !important;
        letter-spacing: 0.15em !important;
    }
    body.home .new-canvas-right {
        order: 2 !important;
        position: relative !important;
        width: 320px !important; 
        height: 200px !important; 
        margin: 0 auto !important;
        top: auto !important; right: auto !important;
    }
    body.home .new-canvas-img-box {
        border-radius: 24px !important;
    }
    body.home .new-canvas-section .new-canvas-container .new-canvas-news {
        order: 3 !important;
        position: relative !important;
        display: block !important;
        visibility: visible !important;
        left: auto !important; top: auto !important;
        width: 350px !important;
        max-width: 90% !important;
        margin: 40px auto 0 !important;
        background: #f9f7f2 !important;
        padding: 24px 20px !important;
        border-radius: 20px !important;
        box-sizing: border-box !important;
    }
    .news-list { width: 100% !important; display: flex !important; flex-direction: column !important; }
    .news-item { display: flex !important; gap: 10px !important; padding: 12px 0 !important; border-bottom: 1px dotted #bbb !important; }

    /* --- 2. イントロセクション --- */
    .new-intro-section { 
        padding: 50px 20px 20px !important; /* 下側の余白（20px）を削りました */
        margin-top: -40px !important; 
    }
    .new-intro-section .new-intro-container { flex-direction: column !important; gap: 30px !important; text-align: center !important; }
    .new-intro-section .new-intro-container .new-intro-photo { flex: none !important; width: 85% !important; margin: 0 auto !important; }
    .new-intro-section .new-intro-container .new-intro-photo img { width: 100% !important; height: auto !important; border-radius: 25px !important; }
    .new-intro-section .new-intro-container .new-intro-copy { font-size: 22px !important; margin-bottom: 15px !important; }
    .new-intro-section .new-intro-container .new-intro-text { font-size: 14px !important; line-height: 1.8 !important; padding: 0 10px !important; }

    /* --- 3. 自動写真スライダー --- */
    .new-slider-section { 
        padding: 0 0 40px !important; /* 上の余白（padding-top）を 0 にして間隔を詰めました */
    }
    .new-slider-section .new-slider-list .slider-box { flex: 0 0 280px !important; width: 280px !important; height: 210px !important; border-radius: 20px !important; }

    /* --- 4. 日々のようす --- */
    .new-posts-section { padding: 60px 20px !important; }
    .new-posts-section .posts-grid { grid-template-columns: 1fr !important; gap: 30px !important; }
    .new-posts-section .posts-title-jp { font-size: 24px !important; }
    .new-posts-section .btn-all-posts { width: 220px !important; height: 54px !important; }

    /* --- 5. 年間スケジュール --- */
    .new-schedule-section { padding: 60px 0 !important; }
    .new-schedule-section .new-schedule-container { flex-direction: column !important; text-align: center !important; gap: 30px !important; }
    .new-schedule-section .schedule-left-img { width: 90% !important; max-width: 400px !important; margin: 0 auto !important; }
    .schedule-btn-area { justify-content: center !important; }

    /* --- 6. 保育活動 --- */
    .activity-title{ font-size: 24px !important; }
    .new-activity-section { padding: 60px 0 !important; }
    .new-activity-section .activity-glass-box { padding: 40px 20px !important; }
    .new-activity-section .activity-top-content { flex-direction: column !important; gap: 20px !important; text-align: center !important; }
    .new-activity-section .activity-top-content h2 { font-size: 16px !important; letter-spacing: 0.05em !important; }
    .new-activity-section .activity-text { flex: none !important; width: 100% !important; font-size: 14px !important; }
    
    .new-activity-section .activity-class-grid { 
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 25px 15px !important; 
        padding: 0 15px !important;
    }
    @media (min-width: 600px) {
        .new-activity-section .activity-class-grid { grid-template-columns: repeat(3, 1fr) !important; }
    }

    .new-activity-section .class-img-box { width: 100px !important; height: 100px !important; border-radius: 15px !important; padding: 10% !important; }
    .new-activity-section .class-name-jp { font-size: 15px !important; }

    /* --- 7. リンク（採用情報・専用ページ） --- */
    .new-link-section { padding: 40px 20px !important; }
    .new-link-section .link-card-wrapper { 
        flex-direction: column !important; 
        gap: 15px !important; 
        align-items: center !important; 
    }
    .new-link-section .link-card-item { width: 90% !important; max-width: 400px !important; }
    .new-link-section .link-main-copy { font-size: 24px !important; margin-bottom: 25px !important; }

    /* --- 8. アクセスマップ --- */
    .new-access-section { padding: 80px 0 100px !important; }
    .new-access-section .access-glass-box { padding: 40px 20px !important; }
    .new-access-section .access-content { flex-direction: column !important; gap: 40px !important; }
    .new-access-section .access-map-box { flex: none !important; width: 100% !important; height: 250px !important; }
    .new-access-section .garden-name { font-size: 26px !important; margin-bottom: 25px !important; }
    .new-access-section .info-list dt { flex: 0 0 70px !important; font-size: 13px !important; }
    .new-access-section .info-list dd { font-size: 14px !important; }

    /* 共通非表示設定 */
    .tree-1, .tree-2, .tree-3, .rabbit, .giraffe, .news-header {
        display: none !important;
    }

    /* 追従Instagramボタンの縮小 */
    .side-insta-btn a { width: 60px !important; height: 60px !important; }
    .insta-icon-box { width: 40px !important; height: 40px !important; }
}