/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@charset "UTF-8";
/*!
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*/ サイト全体　文字色 /*/
body {color:#333;}

/*/ オリジナルh2タイトルの装飾 /*/
.c-title-level2 {
	padding: 0.5em 10px;
 	font-weight: 900;
 	text-shadow: 
	1px 1px 1px #333,
	-1px -1px 1px #333,
	-1px 1px 1px #333,
	1px -1px 1px #333;
	letter-spacing: .35em !important;
}
.c-title-level2::first-letter{
	font-size: 2.5em;
	font-weight: bold;
	color: #0a965b;
	text-shadow: none;
}
.c-title-level2--white{
		color:#fff;
}
*/
.c-title-level2--blue{
		color:#f0f9ff!important
}
.c-title-level2--orange{
		color:#f5ac92!important
}


/*/ オリジナルh3タイトルの装飾　タテライン /*/
.c-title-level3--vl {
	display: inline-block;
}
.c-title-level3--vl::before {
	content: "";
	width: 2px;
	height: 40px;
	background: black;
	margin: 0 auto 10px;
	display: block;
}

/*/ 使いまわしできるデザイン /*/
/* 全て角丸25px */
.u-radius {
	border-radius: 25px;
}
/* 右の上下のみ角丸25px */
.u-radius-r {
	border-radius: 0 25px 25px 0;
}
/* 左の上下のみ角丸25px　*/
.u-radius-l {
	border-radius: 25px 0 0 25px;
}

/*/ 配置 /*/
/* モバイル時のみ有効　テキスト配置　*/
@media (max-width: 599px) {
.u-textalign-c-m {
	text-align: center;
}
}
/* テキスト配置中央　*/
.u-textalign-c {
	text-align: center;
}
/* マージンで要素を中央配置 */
.u-m-rl-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

/*/ 上に戻るボタンカスタマイズ /*/
.page_top_btn {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 0, 0, 0);
	background-image: url("/wp-content/uploads/2026/01/to-top.png") !important;
	background-size:90%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: none;
}
/*==============================================
  フッター画像余白調整
===============================================*/
.site-footer {
	padding-top: 354px;
	background-image: url("/wp-content/uploads/2026/01/footer-bg.png");
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}
 /* PC */
@media (min-width:1431px) and (max-width: 1630px) {
.site-footer {
	padding-top: 230px;
}}
 /* PC */
@media (min-width: 1251px) and (max-width: 1430px) {
.site-footer {
	padding-top: 220px;
}}
 /* PC */
@media (min-width: 992px) and (max-width: 1250px) {
.site-footer {
	padding-top: 200px;
}}
 /* タブレット */
@media (min-width: 576px) and (max-width: 991.98px) {
.site-footer {
	padding-top: 150px;
}}
 /* sp */
@media (max-width: 575.98px) {
.site-footer {
    background-image: url("/wp-content/uploads/2026/01/footer-bg-sp.png") !important;
	padding-top: 80px;
	}}
/*==============================================
  モバイル背景
===============================================*/
.vk-mobile-nav {
	background-color: #e6f7ff;
	background-image: url("/wp-content/uploads/2026/01/menu-sp-bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*
 * キーカラーの設定 #ef911e
var(--vk-color-primary)
 * カスタムcolorの設定
var(--vk-color-custom-1)
*/
/*==============================================
  ヘッダーロゴサイズ指定
===============================================*/
.site-header-logo a img {
	max-height:100px;
}
/*==============================================
  Contact Form 7
===============================================*/
/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
  /* テーブルの見出しとフォーム */
  table.inquiry th,table.inquiry td {
     display:block;
     padding:1em 0!important;
     width:100%;
     border:0;
  }
  
  /* 送信ボタン */
  input.wpcf7-submit{
     margin-bottom:30px;
     width:100%;
  }
  }
  
  /* 日付タグ上のテキストをPCとスマホで変更 */
  @media(max-width:900px){
  .pcdate{
     display: none;
  }
  }
  @media(min-width:1000px){
  .spdate{
     display: none;
  }
  /* 日付タグの幅を調整 */
  .wpcf7-date.dateform{
     width: 25%;
  }
  }
  
  /* Contact Form7全体カスタマイズ */
  
  /* 自動入力されるPタグを無効にする */
  .inquiry p {
     display: inline;
  }
  
  /*テーブル下に余白.枠線・テキストの行間 */
  table.inquiry {
     margin-bottom: 30px;
     border:solid 1px #d7d7d7;
     line-height:1.2;
     vertical-align:middle;
  }
  
  /* テーブルの行 */
  .inquiry tr {
     border:0!important;
  }
  
  /* テーブルの見出し側 */
  .inquiry th{
     text-align:left;
     font-size:16px;
     color:#444;
     padding:1em 0.5em;
     width:0;
     background:#efefef;
     border:solid 1px #d7d7d7;
     white-space: nowrap;
  }
  
  /* 必須と任意タグ */
  .haveto,.any{
     font-size:13px;
     padding:5px;
     background-color:var(--vk-color-primary);
     color:#fff;
     border-radius:2px;
     margin-right:5px;
     font-weight:normal;
  }
  
  /* 任意タグの背景カラー */
  .any{
     background:#93c9ff;
  }
  
  /* テーブルフォーム側 */
  .inquiry td{
     font-size:15px;
     border:solid 1px #d7d7d7;	
  }
  
  /* 入力エリア幅最大 */
  .wpcf7-form-control {
     width: 100%;
  }
  
  /* フォーム入力欄の余白・背景カラー・枠線消す指定 */
  .inquiry input,.inquiry select,.inquiry textarea {
     margin: 5px 0;
     background:#eff1f5;
     border: none;
     padding:0.7em;
  }
  .inquiry textarea {
     padding-bottom:10em;
  }
  
  /* チェックボックスとラジオボタンの位置調整 */
  .wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
     vertical-align:middle;
  }
  .wpcf7-list-item-label{
     padding:0 5px 0 2px;
  }
  /*ラジオボタンを縦並び指定*/
  .verticallist{
     display:inline-grid;
  }
  
  /* 送信ボタンのデザイン */
  .wpcf7-submit{
     display: block;
     margin:10px auto;
     padding:1em 0;
     width:80%;
     background:#09b555;
     color:#fff;
     font-size:18px;
     font-weight:bold;	 
     border-radius:4px;
     border: none;
  }
  
  /* 送信ボタンマウスホバー時 */
  .wpcf7-submit:hover{
     opacity: 0.9;
     transition: 0.3s;
  }
  
  /* フォーム上部に表示されるエラーメッセージを非表示 */
  .screen-reader-response {
      display: none;
  }
  
  /* フォーム内エラーメッセージを赤色に指定 */
  .wpcf7-not-valid-tip {
      color: #e92323;
  }
/*==============================================
  gnav アイコン　オリジナルアイコン版（Lightning Pro対応）
===============================================*/
/* global-nav-nameの前にアイコンを配置 */
.global-nav-list > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}

.global-nav-list > li > a .global-nav-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: normal;
}

.global-nav-list > li > a .global-nav-name:before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 各メニューごとのアイコン設定 */
/* トップページ */
.global-nav-list > li:nth-child(1) > a .global-nav-name:before {
    background-image: url("/wp-content/uploads/2026/01/c55f4bc5d5698b4e0d1ddb74563c61e2.png");
}

/*ひだまりについて */
.global-nav-list > li:nth-child(2) > a .global-nav-name:before {
    background-image: url("/wp-content/uploads/2026/01/665effc79ef88338a438e2d0186a76c2.png");
}

/* ひだまりの生活 */
.global-nav-list > li:nth-child(3) > a .global-nav-name:before {
    background-image: url("/wp-content/uploads/2026/01/a19f9f25978cbe6a6a0bb5d79eddab49.png");
}

/* 入園について */
.global-nav-list > li:nth-child(4) > a .global-nav-name:before {
    background-image: url("/wp-content/uploads/2026/01/40768e688e4eadeeee98ddd2fbe18aa5-2.png");
}

/* ひだまりのブログ */
.global-nav-list > li:nth-child(5) > a .global-nav-name:before {
    background-image: url("/wp-content/uploads/2026/01/77d4e2cb10d670010930783f8443173e.png");
}

/* FAQ&問い合わせ */
.global-nav-list > li:nth-child(6) > a .global-nav-name:before {
    background-image: url("/wp-content/uploads/2026/01/f17c55821387558c8c4778da7e761ecb.png");
}

/* かんたん予約 */
.global-nav-list > li:nth-child(7) > a .global-nav-name:before {
    background-image: url("/wp-content/uploads/2026/01/2537f80525a8ed227872c7d4da3f476a.png");
}

/* ホバー時のエフェクト */
.global-nav-list > li > a .global-nav-name:before {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.global-nav-list > li > a:hover .global-nav-name:before {
    transform: translateY(-3px); /* ふわっと3px上に */
    opacity: 1; /* ホバー時にくっきり表示 */
}

/* パソコン版：グローバルナビのFont Awesomeアイコンのみ非表示 */
.global-nav-list .global-nav-name i {
  display: none;
}

/* スマホ版：モバイルメニューのFont Awesomeアイコンのみ非表示 */
@media (max-width: 767px) {
  .vk-mobile-nav-menu-outer .vk-menu-acc > li > a i {
    display: none;
  }
  
  /* スマホ版でもオリジナルアイコンを表示 */
  .vk-mobile-nav-menu-outer .vk-menu-acc > li > a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
  }
  
  /* スマホ版の各メニューアイコン */
  .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(1) > a:before {
    background-image: url("/wp-content/uploads/2026/01/c55f4bc5d5698b4e0d1ddb74563c61e2.png");
  }
  
  .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(2) > a:before {
    background-image: url("/wp-content/uploads/2026/01/665effc79ef88338a438e2d0186a76c2.png");
  }
  
  .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(3) > a:before {
    background-image: url("/wp-content/uploads/2026/01/a19f9f25978cbe6a6a0bb5d79eddab49.png");
  }
  
  .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(4) > a:before {
    background-image: url("/wp-content/uploads/2026/01/40768e688e4eadeeee98ddd2fbe18aa5-2.png");
  }
  
  .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(5) > a:before {
    background-image: url("/wp-content/uploads/2026/01/77d4e2cb10d670010930783f8443173e.png");
  }
  
  .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(6) > a:before {
    background-image: url("/wp-content/uploads/2026/01/f17c55821387558c8c4778da7e761ecb.png");
  }
  
  .vk-mobile-nav-menu-outer .vk-menu-acc > li:nth-child(7) > a:before {
    background-image: url("/wp-content/uploads/2026/01/2537f80525a8ed227872c7d4da3f476a.png");
  }
}
  
  /*==============================================
    1日の流れページ内のリスト装飾
  ===============================================*/
.wp-block-list.opening-schedule-list {
  display: table;
  margin: 0 auto;
  padding-left: 1em;
  text-align: left !important; /* ← 左寄せに戻す */
}
.wp-block-list.opening-schedule-list li::marker {
    color: var(--vk-color-primary) !important;
}


  /*==============================================
    フッターのリスト装飾
  ===============================================*/
/* コンテンツとサポートメニューのリンクスタイル */
#nav_menu-3 .menu li a,  /* ← 2を3に修正 */
#nav_menu-4 .menu li a {
    position: relative;
    text-decoration: none;
    transition: color 0.2s; /* 色変化は瞬時 */
}

/* 通常時のマーカー（- ） */
#nav_menu-3 .menu li a::before,  /* ← 2を3に修正 */
#nav_menu-4 .menu li a::before {
    content: "- ";
    transition: all 0.2s ease; /* 図形変化は徐々に */
    color: inherit;
}

/* ホバー時のマーカー（● ） */
#nav_menu-3 .menu li a:hover::before,  /* ← 2を3に修正 */
#nav_menu-4 .menu li a:hover::before {
    content: "● ";
}

/* ホバー時のテキスト色変更（瞬時に変化） */
#nav_menu-3 .menu li a:hover,  /* ← 2を3に修正 */
#nav_menu-4 .menu li a:hover {
    color: var(--vk-color-primary);
}
/*==============================================
  Simply Schedule Appointments
===============================================*/
/* 要素の角丸 */
iframe.ssa_booking_iframe {
    border-radius: 25px;
}
/*==============================================
  モバイル固定ナビを画像化
===============================================*/
/* 共通：Font Awesomeの文字を無効化し、画像を表示できる箱にする */
.mobile-fix-nav .link-icon i::before {
  content: "";                 /* 文字を出さない */
  font-family: initial;        /* FAのフォント指定を解除 */
  display: inline-block;
  width: 1.1em;                /* アイコンサイズ */
  height: 1.1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;    /* 画像を枠内にフィット */
  vertical-align: -0.15em;     /* ベースライン調整（必要に応じて微調整） */
}

/* 各メニューごとにアイコン差し替え（クラス名で判別） */
.mobile-fix-nav .link-icon .fa-home::before {
  background-image: url("/wp-content/uploads/2025/10/70c63b242b955c8853511257cec9528f.png");
}

.mobile-fix-nav .link-icon .fa-map-marker-alt::before {
  background-image: url("/wp-content/uploads/2025/10/b033b8483e3ca2328c744018390eb6ce.png");
}

.mobile-fix-nav .link-icon .fa-envelope::before {
  background-image: url("/wp-content/uploads/2025/10/2911dcc0ae704a9f79fa92fd687df690.png");
}

.mobile-fix-nav .link-icon .fa-phone-square::before {
  background-image: url("/wp-content/uploads/2025/10/bfb8af6ba91ea1442589bdc5c98c15b7.png");
}

/* 必要なら色に合わせて不透明PNGを薄く見せる等の調整 */
.mobile-fix-nav .mobile-fix-nav-menu a {
  /* 例：アイコンとテキストの隙間を微調整 */
  gap: 0.3em;
}

/*==============================================
  投稿・カスタム投稿本文の画像サイズを指定
===============================================*/
/* 投稿・カスタム投稿の本文内画像を480pxに制限 */
.single-post .entry-body img,
.single-news .entry-body img,
.single-lunch .entry-body img {
    max-width: 480px;
    width: 100%;
    height: auto;
	border-radius: 20px;
}

/* アイキャッチ画像は除外（詳細度を高くして上書き） */
.single-post .entry-body .veu_autoEyeCatchBox img,
.single-news .entry-body .veu_autoEyeCatchBox img,
.single-lunch .entry-body .veu_autoEyeCatchBox img {
    max-width: 100%;
}

/*==============================================
  フッター園情報カード：施設概要等を上揃え
===============================================*/

/* Flexコンテナ全体 - 上揃えに変更 */
.footer-upper .vk_gridcolcard_item_body .wp-block-group.is-layout-flex {
    display: flex !important;
    align-items: flex-start !important; /* center → flex-start に変更 */
}

/* 施設概要のpタグ */
.footer-upper .vk_gridcolcard_item_body .wp-block-group p.footer-upper-first-p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
    min-width: 100px !important;
    line-height: 1.8 !important;
}

/* 右側のpタグ */
.footer-upper .vk_gridcolcard_item_body .wp-block-group.is-layout-flex p:not(.footer-upper-first-p) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.8 !important;
}

/* より詳細度を上げた指定 */
.footer-upper.footer-upper-pc .vk_outer_container .vk_gridcolcard_item_body .wp-block-group.is-layout-flex {
    align-items: flex-start !important; /* center → flex-start に変更 */
}

.footer-upper.footer-upper-pc .vk_outer_container .vk_gridcolcard_item_body .wp-block-group p.footer-upper-first-p {
    margin: 0 !important;
    line-height: 1.8 !important;
}
/*==============================================
本文中央寄せ　※タブレット以上
===============================================*/
/*メインコンテンツ幅1,110pxの場合900が最適*/
@media (min-width: 600px) {
    .wp-block-group.text-content p {
        text-align: left !important;
        max-width: 900px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/*==============================================
入園の流れの幅指定　※タブレット以上
===============================================*/
@media (min-width: 600px) {
    .wp-block-group.text-content-admission-process p {
        text-align: left !important;
  max-width: 700px;
  /*margin: 0 auto;*/
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/*==============================================
テーブル800px　※タブレット以上
===============================================*/
@media (min-width: 600px) {
    figure.content-table {
        max-width: 800px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    figure.content-table table {
        width: 100%;
    }
}
/*==============================================
投稿ページのタイトルタグ
===============================================*/
/* 投稿ページのH1タイトル - 点線 */
article.post.type-post .entry-header h1.entry-title {
    color: #2d7399;
    padding: 10px;
    border-bottom: 4px dotted #47a7de;
    font-size: 24px;
}

article.post.type-post .entry-header h1.entry-title:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 30px;
    background-image: url("/wp-content/uploads/2026/01/77d4e2cb10d670010930783f8443173e.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    vertical-align: bottom;
}

/* 投稿ページのH2 - 点線 */
article.post.type-post .entry-body h2 {
    color: #2d7399;
    padding: 10px 15px;
    border-left: 5px solid #47a7de;
	font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px dotted #47a7de;
}

/* 投稿ページのH3 - 点線 */
article.post.type-post .entry-body h3 {
    color: #2d7399;
    padding: 8px 0 8px 20px;
    border-left: 3px solid #b3ddf2;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px dotted #b3ddf2;
}