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

/* ページヘッダータイトルサイズ */
.page-header-title, h1.page-header-title {
    font-size: 1.5rem;
}

/* お知らせページタイトルサイズ */
h1.entry-title {
	font-size: 1.65rem !important;
}

/* 見出し左右線 */
.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ */
}
.catch:before {
  margin-right: 0.5em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 0.5em; /* 文字の左隣 */
}

.smf-item__label__text {
  position: relative;
}

/* 問い合わせフォームラベル */
.required .smf-item__label__text::after {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 12px;
  color: #fff;
  background: #ff0000;
}

/* お知らせページタイトルサイズ */
h1.entry-title {
	font-size: 1.65rem !important;
}

/* モバイルメニュー背景色 */
.vk-mobile-nav {
    background-color: #f1f1ee;
}

/* モバイルメニュー横幅 */
.vk-mobile-nav .vk-mobile-nav-menu-outer {
	padding-left: 1em;
	padding-right: 1em;
}

/* モバイルメニューフォントサイズ */
.vk-mobile-nav nav ul li {
	font-size: 1.2em;
}
.vk-mobile-nav nav ul li ul li  {
	font-size: 1em;
}

/* iPhone背景固定 */
.parallax-content {
	clip-path: inset(0);
	width:100vw;
	margin-left: calc(-50vw + 50%);
	box-sizing:border-box;
	color: #fff;
	text-align:center;
	font-size: 1.25rem;
}
.parallax-content h2 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 2.25rem;
}
.parallax-content p {
	margin: 0;
	padding: 0;
}
.midashi-box {
	height:22rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.parallax-content-1::after {
	content:'';
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background: url(https://www.senrisoku.com/wp-content/uploads/2025/07/senrikoji_main_2.jpg) no-repeat center center;
	background-size:cover;
}
.parallax-content-2::after{
	content:'';
	position:fixed;
	top:0;
	left:0;
	z-index:-10;
	width:100%;
	height:100vh;
	background: url(https://www.senrisoku.com/wp-content/uploads/2025/07/senrikoji_main_3.jpg) no-repeat center center;
	background-size:cover;
}




/* モバイルメニュータップエリア */
@media (max-width: 991px) {
.vk-menu-acc .acc-btn {
	border: none;
	background: var(--vk-menu-acc-icon-open-black-bg-src) right 50% no-repeat;
	width: 100%;
	right: 0;
	top: 0;
	height: calc( 24px + 1.4em );
	background-size: 30px;
}
.vk-menu-acc .acc-btn-close {
	background: var(--vk-menu-acc-icon-close-black-bg-src) right 50% no-repeat;
	background-size: 30px;
}
}

@media (min-width: 992px) { 
/* コンテンツ文章ブロック幅 */	
.text-block {
	width: 780px;
	margin: 0 auto;
	text-align: justify;
}
	
/* お知らせページコンテンツ幅 */
.entry.info {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	background-color: #F7F7F7;
	padding: 4rem 4rem 1rem;
	border-radius: 8px;
}
	
/* ナビサブメニュー最後の項目だけ白抜き文字 */
.global-nav-list>li>ul.sub-menu {
	background-color: #3984C3;
}
.global-nav-list>li>ul.sub-menu a {
	transition: .3s;
}
.global-nav-list>li>ul.sub-menu a:hover {
	background-color: #5595ca;
}
.global-nav-list>li.menu-item-has-children::after {
    border-bottom-color: #3984C3;
}
	.vk-menu-acc li:last-child {
	background-color: #3984C3;
}
	
body:not(.header_scrolled) .global-nav-list>li:last-child .global-nav-name i,
.global-nav-list>li:last-child .global-nav-name i {
	color: #fff;
}
	.nav li:last-child a, nav li:last-child a {
	color: #fff;
}

}

@media (min-width: 769px) {
/* ナビメニューボトムライン色 */
.global-nav-list>li:before {
    border-color: #C3C3C3;
}
	
/* ナビメニューレタースペーシング */
.global-nav-list li{
    letter-spacing: 2px;
}
}


/* 改行br PC画面は無効 */
.pc-disabled {
	display: none;
}

/* 改行br 768px以下で有効 */
@media screen and (max-width: 768px) {
.pc-disabled {
    display: block; 
}
}

@media (max-width: 576px) { 
/*  お知らせページコンテンツ幅 */
.entry.info {
    padding: 3rem 3rem 0.5rem;
}

/*  横スクロール修正 */	
html {
    -webkit-text-size-adjust: 100%;
}
	
}