/*
Theme Name: 森協会2026
Description: Lightning の子テーマ
Template: lightning
Version: 1.0.0
*/
@charset "UTF-8";
body{
	font-family: "Hiragino Maru Gothic ProN", "Hiragino Sans", sans-serif;
}
.site-header{
	background-color: #acffff !important;
	box-shadow: none;
	will-change: transform;
	transform: translateZ(0);
	padding-left: 5%;
	padding-right: 5%;
}
.global-nav-list>li:before{
	border-bottom: 1px solid #044d8a;
}
.site-header .global-nav-list>li:hover{
	border-color: #fff;
}
.site-header .global-nav-list>li a{
	background: #34a3ff;
	border-radius: 5px;
	color: #fff;
	padding: 5px 1em;
	margin: 0 5px;
	font-weight: bold;
}
.site-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header .header-sns-icons {
    display: flex;
    gap: 15px;
    margin-left: 20px;
}
.site-header .header-sns-icons a:hover {
    transform: scale(1.1);
    opacity: 0.7;
}
h2{
	border: none !important;
}
footer.site-footer{
	background: url('img/footer_bg.png') no-repeat center / cover;
	color: #fff;
	border: none;
    padding: 200px 5% 40px;
    position: relative;
}
footer.site-footer a{
	color: #fff;
	text-decoration: none;
}
.home footer.site-footer{
    margin-top: -160px;	
	z-index: 5;
}
body:not(.home) footer.site-footer{
	background-color: #beff86;
}
footer.site-footer ul{
	font-size: 1.2em;
	list-style: none;
}
footer.site-footer .wp-block-search {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 250px;
  	margin-top: 60px;
  	margin-left: auto;
}
footer.site-footer .wp-block-search input[type="search"],
footer.site-footer .wp-block-search input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 20px;
    border: 2px solid #000;
    border-radius: 25px;
    font-size: 16px;
    background-color: #fff;
    outline: none;
}
footer.site-footer .wp-block-search input::placeholder {
    color: #999;
}
footer.site-footer .wp-block-search button,
footer.site-footer .wp-block-search .searchsubmit {
    position: absolute;
    right: 15px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer.site-footer .wp-block-search .wp-block-search__button {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    color: #aaa !important;
    padding: 0 10px !important;
    cursor: pointer;
}
footer.site-footer .wp-block-search .wp-block-search__button::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
}
footer.site-footer .wp-block-search button span {
    display: none;
}
/* top */
.bg_gr{
	background: url('img/bg_gr1.png') repeat-y center / 100% auto;
}
.bg_gr img{
	border-radius: 40px;
	border: 10px solid;
}
.home .site-body {
	padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl{
	max-width: 100% !important;
	padding: 0 !important;
}
.home .top_sengen{
	background: url('img/bg_gr1.png') repeat-y center / 100% auto;
	padding: 80px 0 450px;
}
.home .top_sengen .top_sengen_inner{
	position: relative;
	padding-left: 100px;
	padding-bottom: 60px;
}
.home .top_sengen .top_sengen_inner::before{
	content: '';
	width: 89px;
	height: 154px;
	background: url('img/tree1.svg') no-repeat center;
	position: absolute;
	left: 0;
	z-index: 5;
}
.home .top_sengen .top_sengen_inner::after{
	content: '';
	width: 230px;
	height: 250px;
	background: url('img/deer.svg') no-repeat center;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(140px, 20px);
	z-index: 5;
}
.home .top_sengen .top_sengen_inner .top_sengen_fukidashi{
	background: rgb(255 255 255 / 75%);
	border-radius: 20px;
	padding: 10px;
}
.home .top_kousou{
	background: url('img/bg_sengen.png') no-repeat center top / 100% auto;
	padding: 200px 5% 500px;
	position: relative;
	margin-top: -350px;
}
.home .top_kousou::before{
	content: '';
	width: 256px;
	height: 184px;
	background: url('img/boar.svg') no-repeat center;
	position: absolute;
	left: 0;
    top: 0;
    transform: translate(100px, 20px);
    z-index: 5;
}
.home .top_kousou::after{
	content: '';
	width: 219px;
	height: 172px;
	background: url('img/tree2.svg') no-repeat center;
	position: absolute;
	left: 0;
    bottom: 0;
    transform: translate(40px, -420px);
    z-index: 5;
}
.home .top_kousou .wp-block-columns{
	position: relative;
}
.home .top_kousou .wp-block-columns::before{
	content: '';
	width: 290px;
	height: 160px;
	background: url('img/oomurasaki.svg') no-repeat center;
	position: absolute;
	right: 0;
    top: 0;
    transform: translate(0, -160px);
    z-index: 5;
}
.home .top_kousou .wp-block-columns::after{
	content: '';
	width: 464px;
	height: 310px;
	background: url('img/violin.svg') no-repeat center;
	position: absolute;
	right: 0;
    bottom: 0;
    transform: translate(0, 140px);
    z-index: 5;
}
.home .top_kousou p{
	color: #fff;
}
.home .top_kousou .top_kousou_bottom{
	width: 100vw;
	background: url('img/bg_sengen_gr.png') repeat-y center / 100% auto;
	max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    left: 50%;
    transform: translateX(-50%);	
}
.home .top_shisetsu{
	background: url('img/bg_shisetsu.png') no-repeat center top / 100% auto;
	position: relative;
	padding-top: 200px;
	margin-top: -500px;
	padding-bottom: 200px;
}
.home .top_shisetsu::before{
	content: '';
	width: 126px;
	height: 60px;
	background: url('img/cloud1.svg') no-repeat center;
	position: absolute;
	left: 0;
    top: 0;
    z-index: 5;	
    transform: translate(120px, 200px) rotate(-10deg);
}
.home .top_shisetsu::after{
	content: '';
	width: 203px;
	height: 245px;
	background: url('img/tree3.svg') no-repeat center;
	position: absolute;
	left: 0;
    bottom: 0;
    transform: translate(100px, -23px);
}
.home .top_shisetsu h2,
.home .top_shisetsu .wp-block-columns{
	position: relative;
}
.home .top_shisetsu h2::before{
	content: '';
	width: 242px;
	height: 91px;
	background: url('img/bird.svg') no-repeat center;
	position: absolute;
	left: 0;
    top: 0;
    transform: translate(-300px, 50px);
    z-index: 5;	
}
.home .top_shisetsu h2::after{
	content: '';
	width: 190px;
	height: 90px;
	background: url('img/cloud2.svg') no-repeat center;
	position: absolute;
	right: 0;
    top: 0;
    transform: translate(300px, -80px);
    z-index: 5;	
}
.home .top_shisetsu .wp-block-columns::after{
	content: '';
	width: 308px;
	height: 203px;
	background: url('img/mountain.svg') no-repeat center;
	position: absolute;
	right: 0;
    bottom: 0;
    transform: translate(150px, 200px);	
}
.home .top_bottom{
	background: url('img/bg_top_bottom.png') no-repeat center top / 100% auto;
	position: relative;
	padding-top: 150px;
	margin-top: -120px;
}
.home .top_news, .home .top_calendar{
	background: url('img/bg_wb.png') repeat-y center bottom / 100% auto;
	position: relative;
}
.home .top_bottom .top_event ul{
	display: flex;
	gap: 20px;
	list-style: none;
}
.home .top_bottom .top_event ul li{
	width: calc((100% - 40px) / 3);
	background: #fff;
	position: relative;
}
.home .top_bottom .top_event ul li img{
	width: 100%;
	height: 200px;
	object-fit: contain;
	background-color: #f0f0f0;
}
.home .top_bottom .top_event ul li .event_tag{
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #ffff00;
	border: 2px solid #222;
	border-radius: 50%;
	font-weight: bold;
	color: #222;
	letter-spacing: 0.2em;
	line-height: 1.2;
	text-align: center;
    font-size: 18px;
}
.home .top_bottom .top_event ul li p{
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}
.home .top_bottom .top_event ul li p.title{
	font-size: 1.3em;
	font-weight: bold;
}
.home .top_bottom .top_event ul li p.date{
	font-size: 0.9em;
}
.home .top_bottom .top_event ul li p.note{
	font-size: 0.8em;
}
.home .top_bottom .top_event h2,
.home .top_bottom .top_news h2,
.home .top_bottom .top_calendar h2{
	max-width: 300px;
	margin: auto;
}
.home .top_bottom .top_news{
	position: relative;
	padding: 100px 0;
}
.home .top_bottom .top_news ul.news-list{
	list-style: none;
	border: 5px solid #222;
	border-radius: 50px;
	background: #fff;
	padding: 20px 40px;
}
.home .top_bottom .top_news ul.news-list li{
	position: relative;
	padding: 3px 0 3px 30px;
}
.home .top_bottom .top_news ul.news-list li::before{
	content: "●";
	color: #28a745;
	font-size: 1.2em;
	position: absolute;
    left: 0;	
}
.home .top_bottom .top_news ul.news-list li .cat{
	margin: 0 10px;
	padding: 2px 5px;
	background: #f39800;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}
.home .top_bottom .top_calendar{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding-bottom: 200px;
	position: relative;
}
.home .top_bottom .top_calendar_inner{
	border: 5px solid #222;
	border-radius: 50px;
	background: #fff;
	padding: 20px 40px;
}
.home .top_bottom .top_calendar .tabs {
    display: flex;
    gap: 10px;
    margin-bottom: -1px;
    list-style: none;
}
.home .top_bottom .top_calendar .tab {
    padding: 15px;
    cursor: pointer;
    border: 3px solid #222;
    background: #888;
    border-radius: 5px;
    color: #fff;
    width: 25%;
    text-align: center;
}
.home .top_bottom .top_calendar .tab.active {
    background: #2b663a;
    position: relative;
}
.home .top_bottom .top_calendar .tab.active::after{
	content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-width: 8px 7px;
    border-style: solid solid none;
    border-color: #222 transparent;
    transform: translateX(-50%);
}
.home .top_bottom .top_calendar .tab-contents li{
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    background: rgb(255 255 255 / 75%);
    border-radius: 0 8px 8px 8px;
    backdrop-filter: blur(5px);
    aspect-ratio: 4 / 3; 
}
.home .top_bottom .top_calendar .tab-contents li.active {
    display: block;
}
.home .top_bottom .top_calendar iframe{
    width: 100% !important;
    height: 100% !important;
}
.home .top_bottom::before{
	content: '';
	width: 178px;
	height: 162px;
	background: url('img/oomurasaki2.svg') no-repeat center;
	position: absolute;
	transform: translate(40%, 50px);
	left: 40%;
	top: 0;
	transform: translate(0, -50px);
    z-index: 5;	
}
.home .top_bottom .top_event::before{
	content: '';
	width: 118px;
	height: 60px;
	background: url('img/cloud3.svg') no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50px, 20px);
    z-index: 5;	
}
.home .top_bottom .top_news::before{
	content: '';
	width: 227px;
	height: 232px;
	background: url('img/girl.svg') no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100px, 0);
    z-index: 5;	
}
.home .top_bottom .top_news::after{
	content: '';
	width: 102px;
	height: 100px;
	background: url('img/flower.svg') no-repeat center;
	position: absolute;
	right: 0;
    top: 0;
    transform: translate(40px, 80px);
    z-index: 5;	
}
.home .top_bottom .top_calendar::before{
	content: '';
	width: 196px;
	height: 96px;
	background: url('img/cloud4.svg') no-repeat center;
	position: absolute;
	left: 0;
    top: 0;
    transform: translate(60px, 0);
    z-index: 5;	
}
.home .top_bottom .top_calendar_inner::before{
	content: '';
	width: 92px;
	height: 51px;
	background: url('img/bird3.svg') no-repeat center;
	position: absolute;
	right: 0;
    top: 0;
    transform: translate(-100px, 0);
    z-index: 5;	
}
.home .top_bottom .top_calendar::after{
	content: '';
	width: 117px;
	height: 68px;
	background: url('img/bird2.svg') no-repeat center;
	position: absolute;
	left: 20px;
    top: 50%;
    transform: translate(0, 0);
    z-index: 5;	
}
.home .top_bottom .top_calendar_inner::after{
	content: '';
	width: 200px;
	height: 88px;
	background: url('img/cloud5.svg') no-repeat center;
	position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-5px, -100px);
    z-index: 5;	
}
/* page */
body:not(.home) .page-header{
	background: url('img/bg_h.png') no-repeat center top / cover;
	padding: 10% 5%;
	color: #000;
}
body:not(.home) #breadcrumb{
	background: #beff86;
	padding: 0 5%;
}
body:not(.home) .site-body{
	padding-left: 5%;
	padding-right: 5%;
	background: #beff86;
}
body.page .site-body .main-section h2,
body.single .site-body .main-section h2,
body.page .site-body .main-section h3,
body.single .site-body .main-section h3,
body.page .site-body .main-section h4,
body.single .site-body .main-section h4,
body.page .site-body .main-section h5,
body.single .site-body .main-section h5,
body.page .site-body .main-section h6,
body.single .site-body .main-section h6{
    position: relative;
    padding-left: 40px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 40px;
    font-size: 1.5em;
}
body.page .site-body .main-section h2::before,
body.single .site-body .main-section h2::before,
body.page .site-body .main-section h3::before,
body.single .site-body .main-section h3::before,
body.page .site-body .main-section h4::before,
body.single .site-body .main-section h4::before,
body.page .site-body .main-section h5::before,
body.single .site-body .main-section h5::before,
body.page .site-body .main-section h6::before,
body.single .site-body .main-section h6::before{
    content: "";
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    background: url('img/h_flower5.svg') no-repeat center / contain;
}
body.page .site-body .main-section h2::before,
body.single .site-body .main-section h2::before{
	background: url('img/h_flower2.svg') no-repeat center / contain;
}
body.page .site-body .main-section h3::before,
body.single .site-body .main-section h3::before{
	background: url('img/h_flower3.svg') no-repeat center / contain;
}
body.page .site-body .main-section h4::before,
body.single .site-body .main-section h4::before{
	background: url('img/h_flower4.svg') no-repeat center / contain;
}
body.page .site-body .main-section p,
body.single .site-body .main-section p{
	font-size: 1.2em;
}
body.page .site-body .main-section table,
body.single .site-body .main-section table{
	background: #fff;
	font-size: 1.2em;
}
.post-navigation, .vk_posts.next-prev{
    display: none !important;
}
body.archive .postListText_singleTermLabel{
	min-width: 100px;
}
body.archive .category-oshirase .postListText_singleTermLabel .postListText_singleTermLabel_inner{
	background: #f39800 !important;
}
.sub-section .category-oshirase .vk_post_imgOuter_singleTermLabel{
	background: #f39800 !important;
}
body.archive .category-boshuu .postListText_singleTermLabel .postListText_singleTermLabel_inner,
.sub-section .category-boshuu .vk_post_imgOuter_singleTermLabel{
	background: #00bc0d !important;
}
ul.page-numbers {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    gap: 10px;
}
ul.page-numbers li .page-numbers {
	margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #000;
    border-radius: 50% !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    transition: all 0.3s;
    width: 50px;
    height: 50px;
}
ul.page-numbers .screen-reader-text {
    display: none;
}
ul.page-numbers li span.page-numbers.current{
	border: 3px solid #000;
	border-radius: 50% !important;
}
@media screen and (max-width: 992px) {
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	.vk-mobile-nav nav>ul{
		border-top: 2px dotted #fff;
	}
	.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
		color: #fff;
    	border-bottom: 2px dotted #fff;	
	}
	.vk-mobile-nav.vk-mobile-nav-drop-in.vk-mobile-nav-open{
		background: #00a900;
	}
	.vk-mobile-nav-menu-btn {
	    border: 2px solid #00a900;
	}
	.vk-mobile-nav-menu-btn {
	    border: none;
	    background-image: url('img/menu.svg');
		background-size: cover;
	}
	.vk-mobile-nav-menu-btn.menu-open {
	    border: none;
	    background-image: url('img/menu_.svg');
	    background-size: cover;
	}
	.site-header .header-sns-icons {
		display: none;
	}
	.home .bg_gr img{
		border-radius: 20px;
		border: 3px solid;
		width: 95%;
		margin: auto;
	}
	.home .top_sengen .top_sengen_inner::before{
		width: 45px;
    	height: 77px;
	}
	.home .top_sengen .top_sengen_inner{
		padding-left: 0;
	}
	.home .top_sengen .top_sengen_inner h2{
		padding-left: 60px;
	}
	.home .top_sengen .top_sengen_inner .top_sengen_fukidashi{
		margin-bottom: 20px;
	}
	.home .top_sengen .top_sengen_inner::after{
		width: 115px;
    	height: 125px;	
		transform: translate(0px, 20px);
	}
	.home .top_sengen figure{
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.pc{
		display: block !important;
	}
	.sp{
		display: none !important;
	}
	.header_scrolled .site-header .global-nav{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.home .top_sengen > *,
	.home .top_shisetsu > * {
		width: 70%;
		max-width: 70%;
		margin: auto;
	}
	.home .top_sengen .wp-block-columns{
		gap: 5px;
	}
	.home .top_sengen .top_sengen_inner .top_sengen_fukidashi{
		background: url('img/fukidashi.png') no-repeat center / contain;
		border-radius: none;
		padding: 20px 20px 20px 50px;
    	font-size: 1.1vw;
	}
	.home .top_shisetsu h2{
		max-width: 500px;
		margin: auto;	
	}
	body:not(.home).no-sidebar #breadcrumb,
	body:not(.home).no-sidebar .site-body{
		padding-left: 15%;
		padding-right: 15%;
	}
	footer.site-footer .row .col-lg-4:nth-child(1){
		width: 25%;
		max-width: 25%;
	}
	footer.site-footer .row .col-lg-4:nth-child(2){
		width: 40%;
		max-width: 40%;
	}
}
@media screen and (max-width: 781px) {
	.home .top_kousou{
		background-position: top center;
		margin-top: -300px;
		padding: 200px 0;
	}
	.home .top_kousou .is-layout-flex{
		flex-direction: column-reverse;
	}
	.home .top_kousou h2{
		width: 60%;
		margin: auto;
	}
	.home .top_kousou::before{
		width: 120px;
		transform: translate(20px, -40px);
	}
	.home .top_kousou .wp-block-columns::before{
		width: 160px;
		transform: translate(-20px, -240px);
	}
	.home .top_kousou .wp-block-columns{
		width: 100%;
    	max-width: 100%;
    	padding: 0 10% 200px;
		background: url('img/bg_sengen_gr.png') repeat-y center / 100% auto;
	}
	.home .top_kousou .wp-block-columns .wp-block-image.alignright{
		float: none;
		margin: 0;
	}
	.home .top_kousou::after{
		width: 110px;
		transform: translate(20px, -180px);
	}
	.home .top_kousou .wp-block-columns::after{
		width: 230px;
		transform: translate(-20px, 70px);
	}	
	.home .top_shisetsu{
		margin-top: -300px;
	}
	.home .top_shisetsu::before{
		width: 90px;
		transform: translate(20px, 100px) rotate(-10deg);
	}
	.home .top_shisetsu .wp-block-columns{
		background: url('img/bg_lg.png') repeat-y center / 100% auto;
		margin: 0;
	    width: 100%;
	    max-width: 100%;
	    padding: 0 15% 200px;
	}
	.home .top_shisetsu::after{
		width: 100px;
		transform: translate(0px, -150px);
	}
	.home .top_shisetsu .wp-block-columns::after{
		width: 150px;
		transform: translate(10px, 60px);
	}
	.home .top_bottom{
		margin-top: -250px;
	}
	.home .top_bottom::before{
		width: 80px;
		transform: translate(0, -50px);
	}
	.home .top_bottom .top_event ul{
		flex-direction: column;
	}
	.home .top_bottom .top_event ul li{
		width: 100%;
	}
	.home .top_bottom .top_news::before{
		transform: translate(0px, -50px);
		width: 110px;
	}
	.home .top_bottom .top_news::after{
		width: 60px;
	    transform: translate(0px, 20px);	
	}
	.home .top_bottom .top_calendar{
		padding-bottom: 100px;
	}
	.home .top_bottom .top_calendar_inner{
		padding: 10px 3%;
	}
	.home .top_bottom .top_calendar .tabs{
		padding: 0;
	}
	.home .top_bottom .top_calendar .tab{
		padding: 3px;
		font-size: 2.3vw;
	}
	.home .top_bottom .top_calendar::before{
		width: 100px;
		transform: translate(10px, -100px);
	}
	.home .top_bottom .top_calendar_inner::before{
		width: 70px;
		transform: translate(-10px, 0);
	}
	.home .top_bottom .top_calendar::after{
		width: 60px;
		bottom: 0;
		top: inherit;
	}
	.home .top_bottom .top_calendar_inner::after{
		width: 100px;
		transform: translate(-5px, 0);
	}
	footer.site-footer{
		background: url('img/footer_bg_sp.png') no-repeat center / cover;
	    padding: 200px 5% 40px;
	    margin-top: -160px;	
	    text-align: center;
	}
	footer.site-footer .wp-block-search{
		margin-top: 0;
	}
}