@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

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

.global-nav-name{
	font-size: 18px!important;
}

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

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


/* google fonts 設定 */
body, .zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 見出しに縁取りをつける */

h2, .fuchi {
  color: white; /* 文字色 */
  text-shadow:
    -1px -1px 0 #a73e44,
     1px -1px 0 #a73e44,
    -1px  1px 0 #a73e44,
     1px  1px 0 #a73e44;
}



/* ヘッダーナビの下線消す */
 .global-nav-list>li:before {
   display: none;
}

/* hover効果 */

a:hover, .opacity:hover{
	opacity: 0.7;
}

.menu-item a:hover{
	color:#a73e44!important;
}

 .zoom{
  transition: transform 0.3s ease;
}

.zoom:hover {
  transform: scale(1.1);
} 


/* フッターの設定 */

/* ナビゲーション横並び */
.widget_nav_menu ul {
    display: flex;
    padding-left: 1.5em;
    justify-content: space-between;
}


/* フッターナビの下線消す */

.localNavi>div>ul li a, .localNavi>ul li a, .widget .localNavi>div>ul li a, .widget .localNavi>ul li a, .widget_archive>div>ul li a, .widget_archive>ul li a, .widget_categories>div>ul li a, .widget_categories>ul li a, .widget_link_list>div>ul li a, .widget_link_list>ul li a, .widget_nav_menu>div>ul li a, .widget_nav_menu>ul li a, .widget_pages>div>ul li a, .widget_pages>ul li a, .widget_postlist>div>ul li a, .widget_postlist>ul li a {
    border-bottom: 0px solid var(--vk-color-border-hr);
}

/* フッターナビの背景色消す */

 .widget_nav_menu>div>ul li a:hover, .widget_nav_menu>div>ul li.current_page_item>a{
	background-color: transparent;
}
	
/* フッター背景のスマホ対応 */

@media (max-width: 482px) {
  .site-footer {
   background-image: url('http://aboutnet9.xsrv.jp/smilekids/wp-content/uploads/footer_bg_sp-scaled.jpg'); /* ← 実際の画像パスに変更 */
  background-repeat: no-repeat;
  background-size: cover;        /* 背景が常にエリアを覆うように */
  background-position: center bottom;  /* ← 下寄せ（下を基準に中央） */
  }
}	

/* リンクの場所の下線消す */
li a, p a{
    text-decoration: none;
}


/* トップへ戻るボタン非表示 */
.scrolled .page_top_btn {
    display: none!important;
}


/* モバイルナビのデザイン設定 */

.vk-mobile-nav-menu-outer .menu-item a{
	padding: 20px;
	margin: 5px;
	border: none;
	border-radius: 10px;
	background: #a73e44;
	color: #fff;
	font-size: 16px;
}

/* コンタクトフォームの設定 -----------------------------------------------*/

/*必須の調整*/
.haveto{
    background-color: #a73e44;
	color:#fff;
    font-size: 1rem;
    padding: 0px 3px;
    display: inline-block;
    border-radius: 3px;
    margin: 5px;
}


/* 任意の調整 */
.any {
    background-color: transparent;
	color:#a73e44;
    font-size: 1rem;
    padding: 0px 3px;
    display: inline-block;
	border: solid 1px #a73e44;
    border-radius: 3px;
    margin: 5px;
}

/* コンタクトフォームの項目を太字に */
.bold{
	font-weight: bold;
}


