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

body,html {
  font-family: "メイリオ", Meiryo,  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body { color: #4d4d4d;}
/*body { font-size: 105%;}*/
h1 {font-size: 1.8rem !important;
letter-spacing:0.1em;
}
h2 {font-size: 1.3rem !important}
h3 {font-size: 1.1rem !important}
h2,h3,h4,h5 {font-weight: 600 !important}


/*************************************************
 *  スマホメニューボタンカスタマイズ
**************************************************/
/* 位置を右側にする */
.vk-mobile-nav-menu-btn {
	position: fixed !important;
	top: 15px !important;
	right: 15px !important;
	left: initial;/* leftを無効化にしている */
}
@media (min-width:768px) and (max-width:1299px)
{
.vk-mobile-nav-menu-btn {
	right: 2% !important;
}	
}
/* スマホメニューデザイン */
.vk-mobile-nav-menu-btn {
	border: none !important;
}
.vk-mobile-nav nav ul li {
  list-style: none;
  line-height: 1.65;
 ?text-align: left;
}

/*************************************************
 *  ヘッダーのカスタマイズ
**************************************************/
/*ヘッダーコンテナとヘッダートップを全幅*/
.header-top .container,
.site-header-container {
    width: 100% !important;
    max-width: 100% !important;
}
/* ページヘッダーの背景色  */
.site-header {
	/*background: #fff !important;*/
	background-color: rgba(255, 255, 255, 0.0) !important;
	background-color: #FFFFFF;
	border-bottom: 0px solid rgba(0,0,0,0);
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}
@media (max-width: 1324px) {
  .site-header-logo img {
    max-height: 35px;
  }
}
.header_scrolled .site-header {
	/*background-color: #ffffff;*/
	/*background-color: rgba(230, 230, 220, 0.7) !important;*/
	background-color: rgba(255, 255, 255, 0.8) !important;
	min-height: 90px;
}
@media (max-width:1199px) {
.header_scrolled .site-header {	
	min-height: 70px;
	}
}
/* モバイルメニューの位置調整 */
.vk-mobile-nav {
padding-top: 70px !important;	
}

/* スクロールしてもロゴが表示されるようにする */
.header_scrolled .header-top, .header_scrolled .site-header-logo, .header_scrolled .site-header-sub, .header_scrolled .vk-campaign-text {
	display: none;
	display: initial !important /* 上のnoneを打ち消している */
}
.header_scrolled .site-header--layout--nav-float .site-header-logo img {
	max-height: 50px !important;
	margin-top: 0px !important;
	}
	@media (max-width: 1199px) {
		.header_scrolled .site-header--layout--nav-float .site-header-logo img {
			max-height: 30px !important;
			top: 25px !important;
		}	
	}
/* ヘッダーグローバルナビの位置 */

#global-nav {
	margin-right: 2%;
	margin-top: 10px;
}
@media (max-width: 1299px) {
	#global-nav {
		margin-right: 1%;
		margin-top: 10px;
	}
  }

/* ヘッダーグローバルナビのタブレットでハンバーガーメニュー表示 */
@media (max-width: 1199px) {
  body:not(.header_scrolled) .global-nav--layout--float-right {
    display: none
  }
}
@media (max-width: 1199px) {
  .header_scrolled .site-header .global-nav {
    display: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  body.device-pc .vk-mobile-nav-menu-btn {
 ? ?display: none;
	display: block;
  }
}
@media (min-width: 1199px) {
  body.device-pc .vk-mobile-nav-menu-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  body.device-pc .vk-mobile-nav {
    display: none;
	display: block;
	}
}

 /*  スマホ時 ハンバーガーメニューに「MENU」の文字を表示させる */
.vk-mobile-nav-menu-btn {
  text-indent: 2px;
  font-size: 10px;
  padding-top: 26px;
  overflow: visible;
  border: none;
  background-position: top;
  height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
.vk-mobile-nav {
  padding-top: 50px;
}

/* ページヘッダーの文字透過防止 */
#global-nav .global-nav {
	opacity: 100% !important;	
}

/* ページヘッダーの文字色 */
.global-nav-name {
	font-size:16px !important;
	font-weight: 500;
}
.device-pc .global-nav-list > li > a {
	color: #4d4d4d;
}

/* スマホ ヘッダー ロゴ左寄せ */
.site-header-logo {
	  text-align: left !important;
}
.site-header-logo img {
	margin-top: 8px;
	margin-left: 3% !important;
	margin-right: 10px !important;
}
@media (max-width: 640px) {
.site-header-logo img {
	margin-top: 6px;
	margin-left: 0.8% !important;
	}	
}	

.site-header-logo img {
	position: fixed !important;
	}	
	@media (max-width: 991.98px) {
	.site-header-logo img {
		position: fixed !important;
		top:15px;
		}	
	}
/* スライダー画像位置変更 */
.swiper-container {
	top:-5rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
.swiper-container {
	top:-1rem;
}	
}

/*************************************************
 *  下層ページヘッダーのカスタマイズ
**************************************************/

/* 下層ページヘッダーの背景と位置 */
.page-header {
	background-color: #f2f1ed !important;
	top: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 30px;
	background-color: #4d4d4d;
	/*background-image: radial-gradient(#FFFFFF 10%, transparent 20%), radial-gradient(#4d4d4d 20%, transparent 20%);
	background-size: 10px 10px;*/
	color: #4d4d4d;
}
@media (max-width: 1199px) {
.page-header {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
}
/*ページタイトル　font weight */
.page-header-title, h1.page-header-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: var(--vk-line-height-low);
    margin: 0;
}

/*************************************************
 *  フッターカスタマイズ
**************************************************/

.site-body-bottom {
padding-top: 4rem;	
}

/* フッターの背景色-茶色 */
.site-footer {
	background-color: #979187;
	color: #FFFFFF
}
/* フッターナビ */
.footer-nav {
	margin-top: 10px;
  text-align: center;
  border-bottom: 0px;
	font-size: 105%;
}
.footer-nav .nav li a, nav li a {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 992.89px) {
	.footer-nav {
		display: none;
	}
}
	
	
/*************************************************
 *  最終更新日・投稿者名非表示
**************************************************/
.entry-meta-item-author { display: none; }
.entry-meta-item-updated { display: none; }


.site-footer-copyright p:nth-child(2) {
    display: none;
}
/*.veu_autoEyeCatchBox {
display: none;
}*/

/*#breadcrumb {
display:none;
}*/

/*************************************************
 *  ページトップへ戻るボタン カスタマイズ
**************************************************/

/*上に戻るボタンカスタマイズ*/
.page_top_btn {
/*ボタンの大きさ*/
	width: 50px;
	height: 48px;
/*ボーダーの種類と色*/
	border: solid #fff;
/*ボタンの背景色*/
	background:#4d4d4d;
/*ボタンの丸み*/
	border-radius: 50%;
/*ボタンの中の画像（デフォルトのもの）*/
	background-image: var(--ver_page_top_button_url);

/*ボタンの中の画像サイズと位置など*/
	background-size:50%;
	background-repeat: no-repeat;
	background-position: center;

/*シャドウ効果なし*/
	 box-shadow: none;
}

/*************************************************
 *  スマホ時 トップページ各タイトル画像サイズ カスタマイズ
**************************************************/

/*スマホ*/
@media (max-width: 991.98px) {
	
	/*HOME タイトル画像の大きさ*/
	.wp-image-307,/*お知らせ*/
	.wp-image-348,/*イベント*/
	.wp-image-1162,/*施設概要*/
	.wp-image-461 /*各種予約*/{
		width: 70%;
	}

figure.wp-block-post-featured-image {
	max-width:70% !important;
	margin: 0 auto !important;
}
} 

/*************************************************
* スマホ時 ハンバーガーメニューに「MENU」の文字を表示させる 
**************************************************/
.vk-mobile-nav-menu-btn {
  text-indent: 2px;
  /*font-size: 8px;*/
  padding-top: 26px;
  overflow: visible;
  border: none;
  background-position: top;
  height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
.vk-mobile-nav {
  padding-top: 50px;
}
.vk-mobile-nav-menu-btn {
  font-size: 12px; /* 調整OK */
  position: relative;
  color: transparent; /* 元の「menu」を透明に */
}

.vk-mobile-nav-menu-btn::after {
  content: "メニュー"; /* 上書き表示するテキスト */
  position: absolute;
  top: 28px;  /* 元のCSSの padding-top に合わせる */
  left: 2px;  /* text-indent に合わせる */
  font-size: 7px;
  color: #000; /* 好きな色に */
}

/**************************************
 * アンカーのずれ調整
 ************************************/
	.anchor {
		margin-top: -120px !important;
		padding-top: 120px !important;
	}

/************************************
** ContactForm7のテーブル化レスポンシブ調整　
************************************/
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
    width: 100% !important;
}
.table-res-form p{
    margin-bottom:0px;
}
/*テーブルを横並び80*/
.req_zip80{
    width: 80% !important;
}
/*テーブルを横並び50*/
.req_zip50{
    width: 50% !important;
}
/*奇数行だけ背景色つける
.table-res-form tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
    padding: 1.5em;
}
/*td背景指定*/
.table-res-form td {
	background-color: #FFF !important;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
    width: 30%;
    text-align: left;
	background-color: #E0DBCD !important;	
	border-bottom:1px solid #FFFFFF !important;
}
	/*768px以下*/
	@media screen and (max-width: 768px){
	.table-res-form th {
		border-bottom: none !important;
	}
}

/*「必須」部分のスタイリング*/
.table-res-form .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
.br-sp {
  display: none;
}
/*ここから768px以下の指定*/
@media only screen and (max-width: 768px) {
/*thとtdをブロック化して幅100％にして、縦積み*/
.table-res-form {
    max-width: 599px !important;
}
    .table-res-form td {
        width: 100% !important;
        display: block !important;
    }
	    .table-res-form th {
        width: 100% !important;
        display: block !important;
    }
     /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-res-form th {
        padding-bottom: 0;
        text-align: left;
		border-bottom: none !important;
	}
     /*不要な最終行の左のthを非表示にする*/
    .table-res-form .empty {
        display: none;
    }
	  .br-sp {
    display: block;
  }
}

/*ここまで768px以下の指定---終わり*/

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="tel"], input[type="url"],  input[type="text"], textarea, input[type="email"] {
    border: 1px #bab28c solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
    background: #fcf7f0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
input[type="submit"] {
    padding: 1em 4em;
    border-radius: 5px;
    background: #9c8c68;
    color: #fff;
    font-weight: bold;
	}
/*送信ボタン・マウスオーバー時スタイリング*/
input[type="submit"]:hover {
    background: #9D272D;
    box-shadow: none;
}
tr#none {
display:none;}

.wpcf7 input[name="zip"] { /* タイトル入力欄 */
	width: 50%;}

/* 送信ボタンエリア */
.form-btn {
	text-align: center;
}
.cf7-submit-wrap {
  text-align: center;
  margin-top: 2em;
}
.wpcf7-previous,
.wpcf7-submit {
  display: inline-block;
  margin: 0 10px;       /* ボタン間のスペース */
  padding: 10px 30px !important;
  font-size: 16px !important;
  border-radius: 5px;
  cursor: pointer;
	font-weight: normal !important;
}

/* ボタン色 */
.wpcf7-previous { background-color: #9c8c68; color: #fff; }
.wpcf7-submit   { background-color: #9c8c68; color: #fff; }


.wpcf7-submit {
  display: block;
  margin: 0 auto;
}
.wpcf7-spinner {
  display: block;
  margin: 10px auto 0; /* 上下位置調整 */
}
.wpcf7-previous {
  display: inline-block !important;
}
.wpcf7 .wpcf7-previous,
.wpcf7 .wpcf7-submit {
  display: inline-block;
  width: auto;
  margin: 0 10px; /* ボタンの間隔 */
  vertical-align: middle;
}


/*************************************************
 *「ヘッダーメインメニュー」右端に検索窓設置
**************************************************/
/* ナビの検索フォーム調整 */
nav li.menu-item-search {
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 10px;
    flex: 0 0 auto !important;
}
.menu-item-search .searchform {
    display: inline-block;
    width: auto !important;
    border: none !important;
}
/*「テキストエリア」横幅*/
.menu-item-search {
    width: 200px;
}
.searchform input[type="text"] {
    border-radius: 50px !important;
    border-color:#CCC;
}
/*「検索」文字とエリアを非表示*/
.searchform input[type="submit"] { 
	display:none;
}
/* 入力欄に虫眼鏡を追加 */
.menu-item-search .searchform input[type="text"] {
    padding-left: 30px; /* アイコンのスペース */
    border-radius: 50px !important;
    border-color: #CCC;
    background-color: #FFF !important;
    background: url('https://fujinomiya-culturalhall.jp/wp-content/uploads/2025/09/icon-search.png') no-repeat 10px center;
    background-size: 16px 16px; /* アイコンのサイズ調整 */
}
/*************************************************
 *「モバイルメニュー」検索窓 カスタマイズ
**************************************************/
/* 「検索」ボタン非表示 */
/*.wp-block-search .wp-block-search__button {
    display: none !important
}*/
/* 「検索」ボタンカスタマイズ */
.wp-block-search .wp-block-search__button {
    border-radius: 50px !important;
width: 5em;
font-size: 12px !important;
}
/* 入力欄に虫眼鏡を追加 */
.wp-block-search__inside-wrapper {
    padding-left: 30px; /* アイコンのスペース */
    border-radius: 50px !important;
    border-color: #CCC;
    background-color: #FFF !important;
    background: url('https://fujinomiya-culturalhall.jp/wp-content/uploads/2025/09/icon-search.png') no-repeat 10px center;
    background-size: 16px 16px; /* アイコンのサイズ調整 */
}
/* テキストエリア カスタマイズ */
.wp-block-search input.wp-block-search__input {
    border: none !important;
    background-color: #FFF !important;
}

/*************************************************
 * 投稿でカテゴリーページのページタイトルを非表示
**************************************************/

/*body.category .page-header-title {
    display: none;
}*/

/*************************************************
 *「検索結果」ページ カスタマイズ
**************************************************/
/* サムネイル非表示 */
.media-img {
    display: none;
}
/* 固定ページの日付を非表示 */
.search .vk_post .vk_post_date {
    display: none;
}

/*************************************************
 *「サイトマップ」ページ カスタマイズ
**************************************************/
/* タイトル非表示 */
.wsp-container .wsp-pages-title {
	display: none;
}

/*************************************************
 * 投稿アイキャッチ（一覧ページサムネイル）のサイズ統一
**************************************************/
/* 投稿一覧ページのアイキャッチ画像を統一 */
.wp-block-post-featured-image {
    height: 250px; /* 希望の高さに調整 */
    overflow: hidden; /* 高さを超えた部分を非表示 */
}
.wp-block-post-featured-image img {
    height: 100%;
    object-fit: cover;
}
