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

body{
font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Helvetica Neue', Arial, Meiryo, sans-serif;	
border-top:#096b68 5px solid;
}

/* フェードイン */
.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}

.entry-meta-item-author { display: none; }


.topimage{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.topimage::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(9, 107, 104, 0.1);
	background-image: radial-gradient(#333 30%, transparent 31%), radial-gradient(#333 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

p.toptitle,p.toptxt{
	position: relative;
	z-index:9999;
}


/* リンクの色 */
a:hover {
    color: #096b68;
}

/* パンクズ */
.breadcrumb {
	background:#f8f8f8;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

/* ページタイトル */
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #096b68;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}

.page-template-default .page-header{
background-image: url(http://nakaharakogyosho.com/wp-content/uploads/2025/05/title_bg.jpg);
}


.page_top_btn{
    background-color: #096b68;
	box-shadow:none;
	border-radius: 1.8em;
	width: 50px;
    height: 50px;
}