@charset "utf-8";
/* CSS Document */

/* ベース設定 */
body {
    margin: 0;
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    padding-bottom: 0px;
	overflow-x: hidden;
}
html, body {
  overflow-x: hidden;
}
/* 全体の背景色 */
body.yellow-theme,
body.yellow-theme .wrapper,
body.yellow-theme .info-section {
  background-color: #fff9c4 !important; /* 少し濃いめの黄色 */
}

body.yellow-theme .triangle {
  background-color: #fff9c4 !important;
}

body.yellow-theme header {
  background-color: #fff9c4 !important;
}

/* ==== スライドイン ==== */
.slide-left-in, .slide-right-in {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
}
.slide-left-in {
  transform: translateX(-50px);
}
.slide-right-in {
  transform: translateX(50px);
}
.slide-in-visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== スライド表示 ========== */
.slide-left-in,
.slide-right-in {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
}

.slide-left-in {
  transform: translateX(-50px);
}

.slide-right-in {
  transform: translateX(50px);
}

.slide-left-in.slide-in-visible,
.slide-right-in.slide-in-visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== フェードアップ（下からふわっと） ========== */
.fade-up-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-up-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== フェードダウン（上からふわっと） ========== */
.fade-down-in {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-down-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ========== ズームイン ========== */
.zoom-in-in {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.zoom-in-in.visible {
  opacity: 1;
  transform: scale(1);
}

/* 各雲の初期スタイル */

/* === 雲共通設定 === */
.cloud-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.cloud {
  position: absolute;
  width: 180px;
  opacity: 0;
  transition: all 1.5s ease;
}

/* 雲位置（例） */
.cloud01 { top: 200px; left: 1%; transform: translateX(-100px); }
.cloud02 { top: 500px; right: 4%; transform: translateX(100px); }
.cloud03 { top: 800px; left: 3%; transform: translateX(-100px); }
.cloud04 { top: 1170px; right: 2%; transform: translateX(100px); }
.cloud05 { top: 1420px; left: 1%; transform: translateX(-100px); }
.cloud06 { top: 1670px; right: 3%; transform: translateX(100px); }

.cloud07 { top: 2200px; left: 2%; transform: translateX(-100px); }
.cloud08 { top: 2500px; right: 3%; transform: translateX(100px); }
.cloud09 { top: 2800px; left: 4%; transform: translateX(-100px); }
.cloud10 { top: 3170px; right: 1%; transform: translateX(100px); }
.cloud11 { top: 3420px; left: 3%; transform: translateX(-100px); }
.cloud12 { top: 3670px; right: 2%; transform: translateX(100px); }

/*.cloud.show {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}*/
.parallax-layer {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.trees { top: 50px; background-image: url(images/trees.png); z-index: 2; }
.content { position: relative; z-index: 3; }
.wrapper {
/*  background: url('images/bg.jpg') repeat;*/
  background-size: auto;
  background-position: top left;
  z-index: 1;
}



.about-page {
position: relative; 
/*  background-image: url(images/bg_image.png);*/
	  background-color: #fff9c4 !important;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed; /* ← これがパララックス効果のポイント */
}
/*.about-page {
  background-image: url("images/bg_image.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}*/
/*.sub-page {
    background-image: url(images/bg_image.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
}*/

/* ナビ全体（左右の鳥〜木含む） */
.navbar {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px -3px rgba(0,0,0,0.08);	
  justify-content: center;
  position: relative;
  gap: 20px; /* 間隔を均等に */	
}
.nav-left { margin-right: auto; }
.nav-right { margin-left: auto; }
.title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  z-index: 1;
  padding-right: 70px; 
}


/* メニューリスト */
.nav-menu {
  display: flex;
  flex-grow: 1;
  justify-content: space-around; 
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0 20px;
  flex-wrap: nowrap;
 gap: 0.5rem; 	
}

/* 各ボタン */
.nav-item {
  flex: 1;                     /* 等幅にする */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 0 10px;
}

/* 区切り線 */
.nav-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  border-right: 1px dotted #ccc; /* ← 実線から点線に変更 */
}

/* ボタンリンク */
.nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #3C592D;              /* 基本の文字色 */
  transition: opacity 0.2s ease;
  padding: 10px 0;
}

/* ホバー時は透明度だけ変える */
.nav-item a:hover {
  opacity: 0.6;
}

/* テキスト */
.nav-item span {
  margin-bottom: 5px;
  font-size: 14px;
}

/* アイコン画像 */
.nav-item img {
  width: 32px;
  height: auto;
}



/* ロゴ画像そのままのサイズで表示 */
.title-img {
  max-height: 100px;
  height: auto;
  width: auto;
  display: block;
  transition: opacity 0.3s ease; /* ← ふわっと変化 */
}

.title a:hover .title-img {
  opacity: 0.6;
}

/* 鳥・木のイラスト */
.side-img {
  height: 110px;
  width: auto;
}

.mobile-header,
.mobile-nav {
  display: none;
}



.side-img.left {
  margin-right: 10px;
}

.side-img.right {
  margin-left: 10px;
}


/* 全体構造は省略、三角形とmain-news部分を中心に記載 */

.main-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6;
    overflow: hidden;
    background-color: #FFFFFF;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fadeZoom 18s infinite;
}

.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 6s; }
.slide:nth-child(3) { animation-delay: 12s; }

@keyframes fadeZoom {
  0%, 100% { opacity: 0; transform: scale(1); }
  5% { opacity: 1; }
  40% { transform: scale(1.05); }
  50% { opacity: 0; transform: scale(1.1); }
}

.main-copy {
  position: relative;
  z-index: 2;
  padding: 40px 20px 0;
  text-align: center; /* ←中央寄せ画像用にcenterに変更してもよい */
}

.main-title-img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.triangle {
    position: absolute;
    bottom: -0.03%;
    left: 0;
    width: 100%;
    aspect-ratio: 16 / 2;
	background-color: #fff9c4 ;
/*    background-image: url(images/bg.jpg);*/
    clip-path: polygon(0 100%, 100% 100%, 50% 50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-title {
  position: absolute;
  top: 3%;
  left: 3%;
  z-index: 3;
  max-width: 700px;
  width: 40vw;
}

.main-title img {
  width: 100%;
  height: auto;
  display: block;
}



.triangle .news-title-img {
  max-width: 30%;
  height: auto;
	margin-top: 8%; 
}
/* タイトル画像（えんからのおしらせ等）をスマホで縮めてはみ出し防止 */
.top-list-title{
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom:14px;
}




.news-wrapper {
  max-width: 480px;
  margin: 0 auto;
}

.news-title-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.main-news p {
  margin: 0;
  font-size: 1.2rem;
  color: #3c592d;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}


/* 元の24px制限は "お知らせアイコン" 用に限定 */
.main-news p img {
  width: 24px;
  height: auto;
}

.news-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.news-title-img {
  width: 100%;
  height: auto;
  display: block;
}


.news-list {
    background-color: #f4fce8;
    border: 2px solid #adc3a2;
    border-radius: 20px;
    max-width: 900px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 30px 40px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-size: 1rem;
    box-sizing: border-box;
}

.news-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  display: flex;
  align-items: baseline;
  gap: 1em;
  border-bottom: 1px dotted #ccc;
  padding: 12px 0;
}

.news-list li:last-child {
  border-bottom: none;
}

.news-list .date {
  font-weight: bold;
  color: #3c592d;
  white-space: nowrap;
}

.news-list a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

.news-list a:hover {
  color: #7b9c5c;
}





.section-concept {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 12rem;	
}

.concept-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  gap: 40px;
}

.concept-item {
  display: flex;
  flex: 1 1 45%;
  align-items: flex-start;
  gap: 20px;
}

.concept-media {
  flex: 0 0 200px;
}

.concept-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #c8f0f3;
}

.concept-content {
  flex: 1;
}

.concept-title-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.concept-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
}
.concept-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #c8f0f3; /* デフォルト水色 */
}

/* 右側（ピンク）の画像専用ボーダー */
.concept-img.pink-border {
  border-color: #f3b3b3; /* お好みのピンクに変更OK */
}

main {
    background-color: #F9FFFB; /* 全体背景を少し明るく */
    padding: 3rem 1rem;
}

/* フッター全体 */
.site-footer {
background-color: #6f886e;
    color: #fff;
    padding-top: 7rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1rem;
    position: relative;
    overflow: visible;
    text-align: center;

}
.site-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: url('images/footer_grass02.png') repeat-x bottom;
  background-size: contain; /* もしくは cover や auto */
  z-index: 0;
  opacity: 1;
}
.site-footer.sub-footer {
    padding-top: 0.2rem; /* 地図がない分、余白を調整 */
    position: relative;
}

.site-footer.sub-footer::before {
  height: 50px; /* 草画像の高さも調整するならここで */
}
/* マップを上部にかぶせる */
.map-overlay {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: white;
  padding: 1rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 内部コンテンツ */
.footer-inner {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 2rem 1rem 0;
}

/* 情報ボックス */
.footer-info {
  background-color: #fff;
  color: #2f4f2f;
  font-weight: bold;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 2rem;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	
}

.footer-info p {
  margin: 0.6em 0;
  font-size: 1.1rem;
}

.footer-info a {
  color: #2f4f2f;
  text-decoration: underline;
}

.site-footer.sub-footer {
  padding-top: 0rem;
  padding-bottom: 3rem;
 font-weight: bold;
}

.site-footer.sub-footer .footer-info {
  padding: 1rem;
  font-size: 1rem;
  margin-top: 0rem;

}

.site-footer.sub-footer .footer-img.child {
  top: -30px;
}

.site-footer.sub-footer .footer-img.tree {
  top: -60px;
}
.site-footer.sub-footer .footer-info p {
  font-size: 1rem;
  margin: 0.5em 0;
}

.site-footer.sub-footer .footer-info a {
  color: #2f4f2f;
  text-decoration: underline;
}

/* 注釈文 */
.footer-note {
  font-size: 0.9rem;
  font-weight: normal;
  color: #555;
}

/* イラストを右上に */
.footer-img.child {
  position: absolute;
  top: -60px;
  right: 190px;
  width: 160px;
  z-index: 3;
}

.footer-img.tree {
  position: absolute;
  top: -110px;
  right: 10px;
  width: 180px;
  z-index: 3;
}
@media (max-width: 768px) {
  /* Googleマップ：幅100%に縮小 */
  .map-overlay iframe {
    width: 90vw;
    height: 240px;
  }

  /* 情報ボックス：全体幅に近づける */
  .footer-info {
    width: 90%;
    margin: 0 auto;
    font-size: 0.95rem;
    padding: 1rem;
  }

  .footer-info p {
    font-size: 1rem;
    line-height: 1.5;
  }

  /* 子どもと木：右上に収まりやすく調整 */
  .footer-img.child {
    top: -30px;
    right: 110px;
    width: 80px;
  }

  .footer-img.tree {
    top: -40px;
    right: 20px;
    width: 100px;
  }

  /* 注釈の文字サイズ調整 */
  .footer-note {
    font-size: 0.85rem;
  }
	
	
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none; /* 初期は非表示 */
  z-index: 999;
  transition: background-color 0.3s ease;
}

#back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* ===== 共通：ページ上部ヒーローエリア ===== */
.hero-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #7bb661; /* ← 落ち着いた緑。お好みで変更可 */
  color: #fff;
  padding: 1.2rem 2.5rem;
  border-radius: 999px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  top: 40%;
  transform: translateY(20%);
}

.page-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(255, 255, 255, 0.35); *//* 白っぽいオーバーレイ */
  z-index: 1;
}

.hero-label h1 {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0;
}

.hero-label p {
  margin: 0.4em 0 0;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  opacity: 0.9;
}
.cloud-label {
  position: relative;
  width: 350px;
  margin: 0 auto 2rem;
  overflow: visible;
}

.cloud-bg {
  width: 100%;
  height: auto;
  display: block;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.08)); /* 雲の影 */	
}

.cloud-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}

.cloud-text h1 {
  font-family: 'Yusei Magic', sans-serif;
  font-size: 2.7rem;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.05em;
}
.schedule-page .cloud-text h1 {
  font-size: 2.2rem;
}
.cloud-sub {
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  margin-top: 0.2rem;
  opacity: 0.9;
}

/* アイコン共通 */
.cloud-icon {
    position: absolute;
	width:20%; 
  max-width:80px;       /* 拡大しすぎ防止 */
    height: auto;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.12));	
}

/* 左のチューリップ */
.tulip-left {
    bottom: 2vw;
    left: -1vw;
}

/* 右の小鳥 */
.bird-right {
  top: 1.2vw;
  right: -1vw;
}

@media screen and (max-width: 780px) {
  .cloud-label {
    width: 90%;       /* ビューポート幅の90%までに */
    max-width: 250px; /* 最大サイズを制限（任意） */
  }

  .cloud-text h1 {
    font-size: 1.3rem;
  }

  .cloud-sub {
    font-size: 1.1rem;
  }
.cloud-icon {
    position: absolute;
    width: 24%;
    height: auto;
}
	
}

/* ===== 共通：ページ上部ヒーローエリア ===== */



/* ========= 園の概要 専用スタイル ========= */

.about-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 2em;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 4rem;
    position: relative;
}
.hoiku-section {
    background-color: #fff9c4 !important;
  padding: 1rem 1rem;
}

.hoiku-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 5rem; /* タイトル画像のスペース */
}

.hoiku-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  z-index: 2;
}

.hoiku-box {
  position: relative;
  border: 3px solid #92ce8b;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  overflow: visible;
}

.hoiku-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
  color: #333;
  margin-bottom: 1.2rem;
}

.hoiku-photo {
  position: absolute;
  bottom: 2px;
  left: 4px;
  width: 200px;
  border-radius: 8px;
}

.hoiku-box{
  padding-left: 260px; /* 写真幅200px + 余白分 */
}

/* テキストは左寄せに */
.hoiku-text p{
  text-align: left;
  line-height: 1.9;
  margin: 0 0 1.2rem;
  position: relative;      /* ::before の基準 */
  padding-left: 1.8em;     /* ●ぶんのインデント */
  color: #333;
}

/* 先頭マーク（●） */
.hoiku-text p::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #7bb661;          /* サイトの緑に寄せる（お好みで） */
  font-size: 1.1em;
}


.info-section {
  background-color: #fdfef9;
  padding: 1rem 1rem;	
}

.info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap; /* 小画面対策 */
  margin-bottom: 4rem;
}
.info-wrapper--swap{
  flex-direction: row-reverse;
}
/* 開所時間（黄枠に寄せた落ち着いた色） */
.time-open {
    color: #1D44DB;
    font-weight: 700;
}
.time-open02 {
    color: #E82567;
    font-weight: 700;
}
/* 短時間（サブ） */
.time-short {
    color: #6E4903; /* 落ち着いた青 */
    font-weight: 600;
}

/* 登降園（紫枠に寄せた落ち着いた色） */
.time-attend{
    color: #4966C1;
    font-weight: 700;
}
.info-column {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.info-box {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  border: 2px solid #ccc;
  margin-bottom: 2rem;
  width: 100%;
  box-sizing: border-box;
}
.info-content {
  flex: 1;
  text-align: left;
}

/* 子育て支援：育児相談 見出し */
.consultation-title {
  font-size: 1.45rem;        /* 少し大きめ */
  font-weight: bold;
  color: #4a8fc7;            /* 濃すぎない青 */
  margin-bottom: 1.2rem;
  padding-left: 1.4em;
  position: relative;
  line-height: 1.4;
}

/* 左のマーク */
.consultation-title::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #4a8fc7;
  font-size: 0.9em;
}

.info-group {
  text-align: center;
  margin-bottom: 3rem;
 flex: 1 1 60%;	
}
.info-history {
  flex: 1 1 60%;
  border: 3px solid #8bbfe3;
  border-radius: 12px;
  padding: 1.5rem;
  background: #fff;	
  position: relative;
}
/* 沿革ボックス右下に傾けて画像を配置 */
.photo-enkaku {
  position: absolute;
  bottom: 4px;
  right: 8px;
  width: 200px;
}

.info-side {
  flex: 1 1 38%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info-time,
.info-attend {
  background: #fff;
  padding: 3%;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}


.info-time {
  border: 3px solid #f0bc3c;
}

.info-attend {
    border: 3px solid #c19ed8;
    font-size: 0.9em;
}

.info-box,
.info-history,
.info-time,
.info-attend {
  box-sizing: border-box;
}

.info-title {
  display: block;
  margin: 0 auto 0.5rem auto;
  width: auto;
  max-width: 100%;
}
.info-photo {
  width: 200px;
  height: auto;
}
.info-consultation {
  border: 3px solid #e24071; /* ピンク系枠線 */
  background-color: #fff;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.info-consultation .info-content {
  width: 60%;
}

.info-consultation .info-photo {
  width: 35%;
  height: auto;
  border-radius: 8px;
}
.info-group .info-title {
  display: block;
  margin: 0 auto 1rem auto;
  text-align: center;
}



.info-consultation .info-content {
  flex: 1 1 60%;
  text-align: left;
}
/* ========= 園の概要 専用スタイル ========= */


/* ========= 一日の流れ 専用スタイル ========= */

/* 一覧の幅（表示＝中身はそのまま） */
.schedule-inner {
  max-width: 900px;
  margin: 0 auto;
}

.schedule-block {
    max-width: 720px;
    margin: 0 auto 3em;
    text-align: center;
}

/* ===== 表（枠）を包む箱 ===== */
.schedule-table-box{
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden; /* 角丸内に収める */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 0;
}

/* 枠色分け（外枠の色） */
.schedule-block.momo .schedule-table-box { border: 2px solid #f8c2d0; }
.schedule-block.yochien .schedule-table-box { border: 2px solid #c2e1f8; }

/* ===== テーブル本体（中身だけ） ===== */
.schedule-table{
  width: 100% !important;
  table-layout: fixed !important;      /* 列幅を安定させる */
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #ccc;
  padding: 0.8em 1em;
  text-align: left;
}

/* 時間列：必ず細く固定 */
.schedule-table th:first-child,
.schedule-table td:first-child{
  width: 90px !important;              /* PC基準 */
  white-space: nowrap !important;
}

/* 内容列：残り全部 */
.schedule-table th:last-child,
.schedule-table td:last-child{
  width: auto !important;
}

/* thカラー */
.schedule-block.momo .schedule-table th { background-color: #fddae3; }
.schedule-block.yochien .schedule-table th { background-color: #d5ecfa; }

/* ===== 表の右下に「被せる」イラスト ===== */
.schedule-kids-overlay{
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 180px;      /* PC基準 */
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* 文字に被らないように：下の数行だけ右側の余白を増やす */
.schedule-table tr:nth-last-child(-n+3) th,
.schedule-table tr:nth-last-child(-n+3) td{
  padding-right: 210px; /* 180px(画像) + 余白 */
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px){
  .schedule-kids-overlay{
    width: 150px;
    right: 12px;
    bottom: 10px;
  }
  .schedule-table tr:nth-last-child(-n+3) th,
  .schedule-table tr:nth-last-child(-n+3) td{
    padding-right: 175px;
  }
}

@media (max-width: 480px){
  .schedule-table th:first-child,
  .schedule-table td:first-child{
    width: 78px !important;
  }

  .schedule-kids-overlay{
    width: 120px;
    right: 10px;
    bottom: 10px;
  }
  .schedule-table tr:nth-last-child(-n+3) th,
  .schedule-table tr:nth-last-child(-n+3) td{
    padding-right: 140px;
  }
}

@media (max-width: 360px){
  .schedule-kids-overlay{ width: 95px; }
  .schedule-table tr:nth-last-child(-n+3) th,
  .schedule-table tr:nth-last-child(-n+3) td{
    padding-right: 115px;
  }
}

/* ========= 一日の流れ 専用スタイル ========= */



/*.timeline {
  list-style: none;
  padding-left: 0;
  border-left: 4px solid #a6d28f;
  margin: 30px 0;
  position: relative;
}

.timeline li {
  padding: 12px 20px;
  position: relative;
  margin-left: 10px;
  font-size: 1.1rem;
}

.timeline li::before {
  content: "⏱";
  position: absolute;
  left: -28px;
  top: 12px;
  font-size: 1.2rem;
}

.timeline .time {
  display: inline-block;
  font-weight: bold;
  width: 80px;
  color: #3c592d;
}

    .schedule-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    padding-bottom: 2%;
    }

    .schedule-box {
      flex: 1 1 300px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 1.5rem;
    }

    .schedule-box h2 {
      text-align: center;
      font-size: 1.5rem;
      margin-bottom: 1rem;
      padding: 0.5rem;
      color: #fff;
      border-radius: 6px;
    }

    .momo h2 {
      background: #f8a9c4; 
    }

    .ume h2 {
      background: #a9d6f8; 
    }

    .schedule-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

.schedule-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0.8rem;
  border-bottom: 1px solid #ddd;
}

.schedule-list li:last-child {
  border-bottom: none;
}


.momo .schedule-list li:nth-child(even) {
  background-color: #fbe4ec; 
}

.ume .schedule-list li:nth-child(even) {
  background-color: #e4f1fb; 
}

    @media screen and (max-width: 768px) {
      .schedule-box {
        flex: 1 1 100%;
      }
    }*/
/* ========= 一日の流れ 専用スタイル ========= */


/* ========= 年間行事ページ専用 ========= */
/* ===== 年間行事：ヒーロー背景スライダー ===== */
.page-hero.page-hero--nenkan {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
}

.page-hero--nenkan .hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.page-hero--nenkan .hero-slider__track {
  display: flex;
  width: calc(100% * 2);
  height: 100%;
  animation: heroScroll 40s linear infinite;
}

.page-hero--nenkan .hero-slider__slide {
  flex: 0 0 25%;
  background-size: cover;
  background-position: center;
  height: 100%;
}

@keyframes heroScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ===== 年間行事：装飾写真レイヤー ===== */
.events-photo-layer{
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 20;
}

.month-block{
  z-index: 3; /* 写真より前に */
}

/* 写真共通 */
.events-photo{
  position: absolute;
  width: 170px;
  max-width: 42vw;
  border: 4px solid #fff;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.14);
  background: #fff;
}

/* 配置例（必要に応じて座標だけ調整してください） */
.events-photo.photo-1{ top: 100px;  right: -110px;  transform: rotate(6deg); }
.events-photo.photo-2{ top: 730px;  left: -130px; transform: rotate(-7deg);  }
.events-photo.photo-3{ top: 1340px;  left: -144px; transform: rotate(-5deg);  }
.events-photo.photo-4{ top: 920px;  right: -140px; transform: rotate(4deg); }
/*.events-photo.photo-5{ top: 1320px; left: -110px; transform: rotate(-8deg); }
.events-photo.photo-6{ top: 1700px; right: -120px; transform: rotate(6deg);  }*/

@media (max-width: 768px) {
  .events-photo-layer {
    display: none;
  }
}

.events-heading-img {
    display: block;
    max-width: 471px; /* お好みで調整 */
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0rem;
}	
	
.events-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 1em 6em;
  position: relative;
  z-index: 10;
}

.month-pair {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
  flex-wrap: wrap;
}

.month-block {
  flex: 1 1 48%;
  padding: 1.5em;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: relative;	
}
.season-icon {
  position: absolute;
  top: -10px;
  right: -0px;
  width: 90px;
  height: auto;
  z-index: 2;
}
/* 月ごとのカラー例（同様に続ける） */
.month-april { border-left: 10px solid #f8b8b8; background-color: #fff6f6; }
.month-may   { border-left: 10px solid #ffe299; background-color: #fffaef; }
.month-june      { border-left: 10px solid #a6ddf0; background-color: #f2fbff; }
.month-july      { border-left: 10px solid #b1d5b3; background-color: #f5fff6; }
.month-august    { border-left: 10px solid #f3b7e3; background-color: #fff3fb; }
.month-september { border-left: 10px solid #ffcba0; background-color: #fff7ee; }
.month-october   { border-left: 10px solid #ffb347; background-color: #fffaf0; }
.month-november  { border-left: 10px solid #c1c7e6; background-color: #f6f6ff; }
.month-december  { border-left: 10px solid #f2c3c3; background-color: #fff5f5; }
.month-january   { border-left: 10px solid #b0e0e6; background-color: #f0ffff; }
.month-february  { border-left: 10px solid #dda0dd; background-color: #fdf4ff; }
.month-march     { border-left: 10px solid #90ee90; background-color: #f3fff3; }


.month-block h3 {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
}

.month-block ul {
  list-style: none;
  padding: 0;
}

.month-block li {
  display: flex;
  align-items: center; /* ← 縦中央揃えの決め手 */
  padding: 0.6em 0.8em;
  border-bottom: 1px dotted #ccc;
  font-size: 0.95rem;
  line-height: 1.5;
}
.month-block li::before {
  content: "🌟";
  display: inline-block;
  margin-right: 0.5em;
}
.month-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.month-block li:last-child {
  border-bottom: none; /* 最後はラインを消す */
}
/* 行事ごとの色分けクラス（必要に応じて増やせます） */
.event-type-1 { color: #cc3366; }
.event-type-2 { color: #0077aa; }
.event-type-3 { color: #cc9900; }

.month-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.month-pair .month-block {
  flex: 1 1 43% !important;
  max-width: 43%;
}
	
.others-title-img {
  display: block;
  margin: 0 auto 1.5rem;
  max-width: 471px;
  height: auto;
}	
.others-block {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 1.5em;
  margin-bottom: 10rem;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.others-block h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #444;
}

.others-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.others-block li {
  padding: 0.6rem 0.8rem;
  border-bottom: 1px dotted #ccc;
  font-size: 0.95rem;
}

.others-block li:last-child {
  border-bottom: none;
}

.others-block .season-icon {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 160px;
  height: auto;
  z-index: 2;
}
.scene-photo {
  width: 260px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: absolute;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* 左側の写真 */
.scene-right2 {
	width: 200px;
  top: -24%;
  left: 0px;
  transform: rotate(-2deg) translateY(-50%);
  border: 8px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 4px;
  z-index: 2; /* 少し手前に */
}
.scene-left {
  top: 3%;
  right: 7px;
  transform: rotate(-5deg) translateY(-50%);
  border: 8px solid #fff; /* 白い余白 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 軽めの影で立体感 */
  border-radius: 4px; /* 角丸少し入れると柔らかい印象 */}

/* 右側の写真 */
.scene-right {
  top: 90%;
  right: 40px;
  transform: rotate(6deg) translateY(-50%);
  border: 8px solid #fff; /* 白い余白 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* 軽めの影で立体感 */
  border-radius: 4px; /* 角丸少し入れると柔らかい印象 */}

/* ===== 年間行事：その他の行事 写真の見切れ対策（ノートPC幅） ===== */
@media (max-width: 1900px) {
  /* 右側に確保している余白を少し減らす（340px固定だと狭い画面で効きすぎる） */
  .others-block { padding-right: 280px; }

  /* 画像自体も少し縮める */
  .scene-photo { width: 220px; }

  /* 画面外へ出さない配置に寄せる */
  .scene-left  { right: 16px; top: 10%; transform: rotate(-5deg) translateY(-50%); }
  .scene-right2{ left: 10px; top: 25%; transform: rotate(-2deg) translateY(-130%); } /* ← -130pxをやめる */
  .scene-right { right: 24px; top: 82%; transform: rotate(6deg)  translateY(-50%); }
}

/* さらに狭い“準タブレット〜小型ノート”では、右側余白方式をやめて下に並べる */
@media (max-width: 980px) {
  .others-block { padding-right: 1.5em; padding-bottom: 1.5em; }

  .scene-photo{
    position: static;
    display: block;
    width: min(360px, 90%);
    margin: 1rem auto 0;
    transform: none;
  }
}
	
	
/* スマホ対応（1カラム化） */
@media screen and (max-width: 768px) {
  .month-pair {
    flex-direction: column;
  }

  .month-block {
    flex: 1 1 100%;
  }
.month-pair .month-block {
  flex: 1 1 100% !important;
  max-width: 100%;
}	
}
	

	
	


/*.nenkan-visual {
  text-align: center;
  margin-bottom: 2.5rem;
}



.illustration-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-img {
  position: absolute;
  width: 70px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}

.koi    { top:  260px; left: 1000px; animation: floatY 5s ease-in-out infinite; }
.sakura { top:  320px; left:  -10px; animation: floatY 6s ease-in-out infinite; animation-delay:-.8s; }
.tan    { top:  610px; left: 1000px; animation: floatX 6s ease-in-out infinite; }
.hima   { top:  840px; left:  -10px; animation: floatY 7s ease-in-out infinite; animation-delay:-1.2s;}
.undou  { top: 1120px; left:  -20px; animation: spin   9s linear     infinite; }
.xmas   { top: 1430px; left:  -30px; animation: spin   9s linear     infinite; }
.hina   { top: 1720px; left: 980px; animation: floatX 5.5s ease-in-out infinite; animation-delay:-.4s; }


@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes floatX{0%,100%{transform:translateX(0)}50%{transform:translateX(18px)}}
@keyframes spin  {0%{transform:rotate(0)}50%{transform:rotate(5deg)}100%{transform:rotate(0)}}


@media (max-width:768px){
  .float-img{display:none;}
}
.events-page {
  background: #F9FFFB;               
  padding: 3rem 1rem;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  position: relative;
}

.events-page .events-wrapper {
  background: #fff;
  max-width: 1000px;                
  margin: 0 auto 50px;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
 position: relative;	
}

.events-page .events-title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: #3c592d;
  margin-bottom: 2rem;
  gap: 12px;
}
.events-page .icon-title { width: 36px; }

.events-page .section-heading {
  font-size: 1.6rem;
  padding-left: 0.4em;
  border-left: 6px solid #a6d28f;
  margin: 1.5rem 0 1rem;
  color: #3c592d;
}


.events-page .events-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}

.events-page .month-block {
  background: #f6fdf1;
  border: 2px solid #cfe7c1;
  border-radius: 10px;
  padding: 1.2rem 1rem;
}

.events-page .month-block h3 {
  margin: 0 0 0.6rem;
  font-size: 1.3rem;
  color: #3c592d;
  position: relative;
}
.events-page .month-block h3::before {
  margin-right: 4px;
}

.events-page .month-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.events-page .month-block li {
  padding: 6px 8px;
  border-bottom: 1px dotted #c7d9c0;
  font-size: 0.95rem;
}
.events-page .month-block li:last-child { border-bottom: none; }


.events-page .month-block li:nth-child(even) {
  background: #edf9e8;
}

.events-page .emoji {
  font-size: 1.5em; 
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}



.events-page .others {
  background: #fff7ec;              
  border: 2px solid #f4d9b9;
}

.events-page .other-events {
  list-style: disc;
  margin: 0 0 0 1.2em;
  padding: 0;
}

.events-page .other-events li {
  margin: 0.4em 0;
  font-size: 1rem;
}


@media (max-width: 768px) {
  .events-page .events-grid {
    grid-template-columns: 1fr;      
  }
  .events-page .events-wrapper {
    padding: 2rem 1rem;
  }
  .events-page .events-title {
    font-size: 1.6rem;
  }
}
*/

/* ========= 年間行事ページ専用 ========= */

/* ========= 施設紹介ページ専用 ========= */
.facility-map-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.facility-map-header {
  text-align: center;
  margin-bottom: 0.5rem;
}

.facility-map-title {
  max-width: 540px;
  width: 100%;
  height: auto;
}

.facility-map-caption {
  font-size: 0.95rem;
  color: #666;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.facility-map-bg {
  background-color: #63BC6E;
  padding: 2rem 1rem 2rem;
  max-width: 1200px;
  width: 100%;
  margin: 10px 0 8rem;
  position: relative;
  display: flex;
  justify-content: center;
  border: 6px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.facility-map {
  max-width: 950px;
  width: 100%;
  height: auto;
  display: block;
}

.kids-illust {
  position: absolute;
  bottom: -40px;
  left: 80px;
  width: 250px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  animation: floatY 4s ease-in-out infinite;
}

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

.hover-photo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
  position: absolute;
  top: -110px;
  left: 100%;
  width: 220px;
  border: 6px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 6px;
  z-index: 20;
  pointer-events: none;
}

.hover-area:hover .hover-photo {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.hover-area {
  position: absolute;
  z-index: 10;
}

/* ========= 施設紹介ページ専用 ========= */


/* ========= 情報公開ページ専用 ========= */


/* ========= 情報公開ページ専用 ========= */


/* ========= お知らせページ専用 ========= */
.info-entry-wrapper {
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: block; /* ← 横並び防止 */
}

.info-entry {
  display: block;       /* ← 横並び防止 */
  width: 100%;          /* ← 幅を制限 */
  border: 1px solid #ccc;
  box-sizing: border-box;	
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  margin: 10px 0;        /* 上下余白のみ */
}

.info-meta {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #e6f2ff;
  padding: 8px;
  border-radius: 4px;
}

.info-body {
  margin-top: 10px;
  font-size: 15px;
  color: #444;
  background: #fdf8e4;
  padding: 10px;
  border-radius: 4px;
}

.info-box a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #0077cc;
  text-decoration: underline;
}

/* =========================
   お知らせページ：ヒーロー背景フェード（3枚）
========================= */

.page-hero--info {
  position: relative;
  overflow: hidden;
}

/* 背景スライダー */
.page-hero--info .page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* 3枚の背景 */
.page-hero--info .page-hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: infoHeroFade 18s infinite;
}

.page-hero--info .slide1 {
  background-image: url("images/hero_info.jpg");
  animation-delay: 0s;
}
.page-hero--info .slide2 {
  background-image: url("images/hero_info02.jpg");
  animation-delay: 6s;
}
.page-hero--info .slide3 {
  background-image: url("images/hero_info03.jpg");
  animation-delay: 12s;
}

@keyframes infoHeroFade {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}
.page-hero--info .cloud-label {
  position: relative;
  z-index: 3;
}

/* ========= お知らせページ専用 ========= */



.mobile-logo {
  height: 60px;
}



.menu-toggle {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #3c592d;
  cursor: pointer;
  z-index: 1001;
  padding: 10px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* ▼ ハンバーガーメニュー */
.mobile-nav {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.8s ease;
  flex-direction: column;
  background-color: #fff9c4; 
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px dotted #adc3a2;
  text-decoration: none;
  color: #3c592d;
  background-color: #fff9c4; 
  transition: all 0.3s ease;
}

.mobile-nav li a:hover {
  background-color: #f0e68c;  /* ← 濃い緑にしてコントラスト強調 */
  color: #ffffff;
}


/* 表示状態 */
.mobile-nav.active {
  max-height: 500px; /* メニューの高さに応じて調整可 */
  display: flex;	
}



/* ▼ 1000px以下でのみ切り替える */
@media (max-width: 1000px) {
  .navbar {
    display: none;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  background-color: #fff9c4;
  border-bottom: 1px solid #e6db70;
    padding: 10px 60px 10px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .mobile-header::before {
    display: none;
    content: none;
  }

  .mobile-logo {
    height: 70px;
    width: auto;
    display: block;
  }

  .icon {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: auto;
  }

  .menu-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-nav {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
    background-color: #f4fce8;
    z-index: 999;
    display: flex;
    flex-direction: column;
  }

  .mobile-nav.active {
    max-height: 500px;
  }

  body {
    padding-top: 90px;
  }
}

/* CSS追加分（style.cssの末尾に追加してOK） */

.loading-screen {
  position: fixed;
  inset: 0;
  background-color: #fff6fb;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Rounded Mplus 1c', sans-serif;
}

.loader-container {
  text-align: center;
}

.heart {
  width: 50px;
  height: 50px;
  position: relative;
  animation: heartbeat 1s infinite;
  margin: 0 auto 10px;
}

.heart::before,
.heart::after {
  content: "";
  width: 50px;
  height: 50px;
  background: #ff8fb3;
  border-radius: 50%;
  position: absolute;
}

.heart::before {
  top: 0;
  left: 25px;
}

.heart::after {
  top: -25px;
  left: 0;
}

.heart {
  transform: rotate(-45deg);
  background: #ff8fb3;
}

@keyframes heartbeat {
  0%, 100% { transform: scale(1) rotate(-45deg); }
  50% { transform: scale(1.2) rotate(-45deg); }
}

.loading-text {
  font-size: 1.2rem;
  color: #d45d79;
  animation: fadeIn 2s ease-in-out infinite;
}

@keyframes fadeIn {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}

/* ===================== ローディング画面（子どもアイコン版） ===================== */
.loading-screen--kids{
  position: fixed;
  inset: 0;
  background:#ffffff;           /* ← 背景まっ白 */
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:9999;
  transition:opacity .5s ease;  /* フェードアウト用 */
}

.kids-icon{
  width:120px;
  height:auto;
  animation:bounce 1.4s ease-in-out infinite;
}

@keyframes bounce{
  0%,100%{transform:translateY(0) scale(1);}
  40%    {transform:translateY(-18px) scale(1.05);}
  60%    {transform:translateY(0) scale(.97);}
}
.loading-screen--kids .loading-text {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

/* ===== コンセプト（スマホ最適化） ===== */
@media (max-width:768px){

  main{
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }

.site-footer.sub-footer .footer-inner{
  padding-top:1.5em;
}
  .info-wrapper{
    margin-bottom: 0.5rem;
  }

  .info-group{
    margin-bottom: 0.2rem;
  }

  .site-footer.sub-footer{
    padding-top: 0;
    padding-bottom: 2rem;
  }	
	
.concept-item{
  display:block;
  text-align:center;
}

.concept-media{
  margin-bottom:20px;
}

.concept-img{
  width:70%;
  max-width:260px;
  height:auto;
}

.concept-content{
  padding:0 10px;
}

.concept-title-img{
  display:block;
  width:260px;
  max-width:90%;
  margin:0 auto 16px;
}

.concept-content p{
  font-size:15px;
  line-height:1.8;
  text-align:left;
}

	
.footer-deco-sp{
  width:100%;
  margin:5px 0 -28px 0;
  text-align:right;
  padding-right:26px;
  box-sizing:border-box;
  line-height:1;
  position:relative;
  z-index:3;
}

.footer-inner{
    max-width: 800px;
    margin-top: 4%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0;
    padding-top: 0rem;
}	
	
.footer-img.child,
.footer-img.tree{
  position:static;
  top:auto;
  right:auto;
  left:auto;
  bottom:auto;
  display:inline-block;
  vertical-align:bottom;
}

.footer-img.child{
  width:50px;
  margin-right:-4px;
}

.footer-img.tree{
  width:70px;
}

  .about-content{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
	padding-bottom: 0.5rem;  
    box-sizing: border-box;
  }

  .hoiku-section,
  .info-section{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
  }

  /* 沿革ボックス */
  .info-history{
    padding: 1.25rem 1rem 5.5rem;
  }

  /* 沿革のイラストを小さくして下中央へ */
  .photo-enkaku{
    width: 110px;
    right: 50%;
    bottom: 8px;
    transform: translateX(50%);
  }

  /* 沿革本文の行間を少しだけ調整 */
  .info-history .info-content p{
    margin: 0 0 0.8rem;
    line-height: 1.7;
  }	
	
.hoiku-box{
  padding-left:20px;
  padding-right:20px;
}

.hoiku-photo{
  position:static;
  display:block;
  margin:20px auto 0;
  width:140px;
}	
.info-wrapper{
  flex-direction:column;
}

.info-column{
  flex:1 1 100%;
  margin-bottom: 0.5rem;
}

	
  /* 子育て支援：1カラム化 */
  .info-consultation{
    position: relative;
    display: block;
    padding: 1.25rem 1rem 8.5rem;
  }

  .info-consultation .info-content{
    width: 100%;
    flex: none;
    text-align: left;
  }

  /* 写真を左下に配置 */
  .info-consultation .info-photo{
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 110px;
    height: auto;
    border-radius: 8px;
  }	
	
/* =========================
   一日の流れ（モバイル画面）
========================= */
  .schedule-page .cloud-text h1{
    font-size: 1.5em;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .schedule-page .cloud-sub{
    font-size: 0.95rem;
  }	
  .schedule-title-img{
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    margin: 0 auto 0.6rem;
  }	

.page-hero--schedule{
  padding:60px 15px;
}

/* =========================
   年間行事（モバイル画面）
========================= */	
.page-hero.page-hero--nenkan {
  height: 220px;
  min-height: 220px;
  padding: 0;
}

.page-hero--nenkan .hero-slider,
.page-hero--nenkan .hero-slider__track,
.page-hero--nenkan .hero-slider__slide {
  height: 220px;
}

.page-hero--nenkan .cloud-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 10;
}	
.events-heading-img {
  width: 90%;
  max-width: 320px;
  margin: 0 auto ;
}

.events-heading-img img {
  display: block;
  width: 100%;
  height: auto;
}	
.others-title-img {
  display: block;
  width: 90%;
  max-width: 320px;
  height: auto;
  margin: 0 auto 8px;
}	
  .others-block{
    padding-right: 1.5em;
  }

  .others-block .others-list{
    grid-template-columns: 1fr;
    gap: 0;
  }

  .others-block .others-list li{
    font-size: 1rem;
    line-height: 1.8;
  }

  .scene-photo{
    position: static;
    display: block;
    width: 88%;
    max-width: 320px;
    margin: 1rem auto 0;
    transform: none;
  }	
	
	
}

/* ===============================
   HERO FADE SLIDER
=============================== */

.page-hero--schedule {
  position: relative;
  overflow: hidden;
}

.hero-fade {
  position: absolute;
  inset: 0;
}

.hero-fade__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: heroFade 16s infinite;
}

.hero-fade__slide:nth-child(1){ animation-delay:0s;}
.hero-fade__slide:nth-child(2){ animation-delay:4s;}
.hero-fade__slide:nth-child(3){ animation-delay:8s;}
.hero-fade__slide:nth-child(4){ animation-delay:12s;}

@keyframes heroFade{
  0%{opacity:0}
  10%{opacity:1}
  25%{opacity:1}
  35%{opacity:0}
  100%{opacity:0}
}

/*モーダル☓ボタンを消す*/
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}

.img-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* =============================================================================== */
