/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* フォントサイズ設定 */
 .menu-item, body, table :is(th,td){
	font-size: 17px!important;
}

.global-nav-name{
	font-size: 17px!important;
	color: #5a432c;
}

.footer-nav .widget p{
	font-size: 17px!important;
}


/* adobe fonts設定 */

h2{
  font-family: "ads-rakuraku", sans-serif;
font-weight: 400;
font-style: normal;
	color: #5a432c;
}

/* hover効果 */
a:hover{
	opacity: 0.7;
}

/*-------------------------------------
 * メニューカスタマイズ
 * ------------------------------------*/

/* ヘッダーロゴ表示しない */
.site-header-logo{
	display: none;
}

/*グローバルメニューのアイコンサイズ*/
#menu-icon{
	font-size:40px;
	margin: 0 0 10px 0;
	color: #5a432c;
}

/* グローバルナビのhover効果ーーーーーーーーーーーーーーーーーーー */

.menu-item a:hover{
	opacity:1;
}

/* 園について */
#menu-item-57 a strong:hover{
	color:#ee828b;
}

/* 園の概要 */
#menu-item-56 a strong:hover{
	color:#f0a400;
}

/* ロゴ */
#menu-item-58 a:hover{
	opacity:0.7;
}

/* 楽しい園の行事 */
#menu-item-55 a strong:hover{
	color:#5dc2c8;
}

/* お問い合わせ */
#menu-item-54 a strong:hover{
	color:#77be5e;
}

/* ナビのアンダーライン非表示 */
.global-nav-list>li:before {
    display: none;
}

/* グローバルナビのhover効果ーーーーーーーここまでーーーーーーーーーーーー */


/* 固定ヘッダーになったときに、特定メニューを非表示 */
 .site-header-logo--scrolled--logo-and-nav-container .global-nav--scrolled--logo-and-nav-container li #menu-item-58 {
  display: none !important;
}

.global-nav-list li img {
    height: auto;
    max-width: 70%;
}

/* フッターの設定 */

/* フッター上部の線を非表示 */

.site-footer {
    border-top: 1px solid #5a432c;
}