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


/* 全体 */
html {
	scroll-behavior: smooth;
}
.site-body{
	padding-top: 0;
}
.site-header{
        background-color: #efebde !important;
	box-shadow: none !important;
}
i{
	margin-right: 0 !important;
}

h1:hover a{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
h2{
    padding: 0;
    border-left: 0px;
    border-bottom: 0px;
    background-color: unset;
    color: #000;
    font-size: 36px;
    font-weight: bold;
}
h2 {
  position: relative;
  padding: 0.25em 0;
}
h2:after {
  content: "";
  display: block;
  height: 3px;
  background: rgb(49,81,101);
  background: linear-gradient(90deg, rgba(131, 119, 82, 1) 0%, rgba(192, 184, 159, 1) 66%);
}
h3{position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 1px solid #266445;
    color: #333333;
}
h3::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #266445;
    content: '';
}
h3::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #266445;
    content: '';
}
h4{
    font-size: 16px;
    display: block;
    position: relative;
    padding: 0px 28px;
}
h4:before{
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 25px;
    color: #266445;
    left: 0;
    top: 0;
    content:"\f14a";
    position: absolute;
}
.map{
	width: 1000px;
	height: 600px;
	display: block;
	margin: 0 auto;
}
a{
	text-decoration: none !important;
}
menu a{
	opacity: 1 !important;
}
.nav-font {
	width: 210px;
}
.nav-font a{
	font-size: 0px;
}
.nav-img a{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 820px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.mincho{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.color{
  color: #5cc2f2;
}
.color2{
  color: #191ba9;	
}
.color3{
	color: #ff0000;
}
.grad01{
	background: linear-gradient(0deg,rgba(192, 184, 159, 1), rgba(192, 184, 159, 0)70%),
	linear-gradient(0deg,rgba(192, 184, 159, 0), rgba(192, 184, 159, 1)40%);
}    
.grad02{
	background: linear-gradient(0deg,rgba(0, 208, 132, 1), rgba(0, 208, 132, 0)70%),
	linear-gradient(0deg,rgba(0, 208, 132, 0), rgba(0, 208, 132, 1)40%);
} 
.grad03{
	background: linear-gradient(0deg,rgba(225, 180, 60, 1), rgba(225, 180, 60, 0)70%),
	linear-gradient(0deg,rgba(225, 180, 60, 0), rgba(225, 180, 60, 1)40%);
} 
.grad04{
	background: linear-gradient(0deg,rgba(120, 190, 235, 1), rgba(120, 190, 235, 0)70%),
	linear-gradient(0deg,rgba(120, 190, 235, 0), rgba(120, 190, 235, 1)40%);
}
.grad05{
	background: linear-gradient(0deg,rgba(219, 213, 204, 1), rgba(219, 213, 204, 0)70%),
	linear-gradient(0deg,rgba(219, 213, 204, 0), rgba(219, 213, 204, 1)40%);
}    
.grad06{
	background: linear-gradient(0deg,rgba(181, 176, 168, 1), rgba(181, 176, 168, 0)70%),
	linear-gradient(0deg,rgba(181, 176, 168, 0), rgba(181, 176, 168, 1)40%);
} 
.grad07{
	background: linear-gradient(0deg,rgba(143, 139, 133, 1), rgba(143, 139, 133, 0)70%),
	linear-gradient(0deg,rgba(143, 139, 133, 0), rgba(143, 139, 133, 1)40%);
}
.grad08{
	background: linear-gradient(0deg,rgba(105, 102, 97, 1), rgba(105, 102, 97, 0)70%),
	linear-gradient(0deg,rgba(105, 102, 97, 0), rgba(105, 102, 97, 1)40%);
}
.bg01{
	background: #44B37B;
	color: #fff;
}
.bg02{
	background: #266445;
	color: #fff;
}
.hover:hover{
    opacity: 0.6;
	transition: all 0.3s 0s ease;
}
.page-header {
    /* 文字色 */
    color: #ffffff;
    /* 背景画像 */
    background: url(/wp-content/uploads/2025/07/header-cover07.jpg) no-repeat 50% center;
    background-size: cover;
    min-height: 9rem;
    font-family: Hiragino Mincho ProN,"游明朝",serif;
}
.page-header::before {
    /* 背景画像に黒を被せる */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.site-footer{
    border-top: none;
    background: #333333;
    color: #fff;
    z-index: 100;
}
.site-footer a{
    color: #fff;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
.margin-0{
	margin: 0;
}
.gap-0{
    gap: 0;
}
.gap-8{
    gap: 8px;
}
.gap-about{
    gap: 8px;
}
.logo-opacity{
	opacity: 0.8;
}
.sitemap{
	font-size: 0.9rem;
}
.sitemap a:hover{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
.global-nav li:hover{
	opacity: 1;
	border-bottom:dashed 1px #3156a5;
}
.top-btn{
    color: #fff;
    background-color: #266445;
    border: 1px solid #266445;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 10px;
    width: 300px;
    transition: all 0.3s ease;
}
.top-btn:hover{
	color: #266445 !important;
	background-color: #fff;
}
.pamphlet-btn{
    color: #fff;
    background-color: #266445;
    border: 1px solid #266445;
    margin: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    width: 315px;
    transition: all 0.3s ease;
}
.pamphlet-btn:hover{
	color: #266445;
	background-color: #fff;
}

.page_top_btn{
    background: rgba(38, 100, 68, 10);
	background-image: var(--ver_page_top_button_url);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.page_top_btn:hover{
	opacity:0.6 !important;
}
.site-header-container{
	padding-bottom: 5px;
}
.hidden{
	visibility: hidden;
}
.map iframe{
	width: 600px;
	height: 400px;	
}
.space50{
    margin-top: 50px;	
	display: block;
}
.max-h{
	
}
.dog-top{
    margin-top: -220px;
    z-index: 100;
    position: relative;
}
.dog{
	display: block;
}
.margin-b0{
	margin-bottom: 0px !important;
}
@media screen and ( max-width:990px)  {
	.map iframe{
		width: 385px;
	}
	.dog{
		transform: scale(0.8);
	}
}
@media screen and ( max-width:768px)  {
	.dog-top{
		margin-top: -180px;
	}
	.dog{
		transform: scale(0.6);
	}
}
@media screen and ( max-width:480px)  {
	.dog-top{
		margin-top: -140px;
	}
}
/*
@media screen and ( max-width:480px)  {
    .cover-h{
       margin-top: -40px;
    }
}
*/
/* Askul */
@media screen and ( max-width:768px)  {
	.sp90right{
	transform: rotate(90deg);
	}
}
.button01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #0079c3;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	letter-spacing: 2px;
}
.button01:hover {
    background-color: #6eb9e7;
}
.button-w{
	width: 360px;
    letter-spacing: 1px;
}
.padding-l{
	padding-left: 12px
}
/* BISTA */
.bousai-p01{
	margin-bottom: 0 !important;
}
.bousai-margin-bottom{
	margin-bottom: 0;
}
.bousai-margin{
    margin: 0;	
}
.bousai-margin02{
    margin-top: -120px;	
}
.bousai-top{
    margin-top: -27px;
}
.bousai-top2{
    margin-top: -80px;
}
.bousai-z-index{
	z-index: 10;
    position: relative;
}
.bista-img01{
	margin-left: 150px !important;
}
.border-left{
	padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #494949 !important;
}
.border-left span{
	font-size: 24px;
}
.hover-bg:hover{
	background-color: #c1d9e6;
	transition: all 0.3s 0s ease;
}
.must_have-padding{
	padding: 0;
}
@media screen and ( max-width:768px)  {
	.bousai-margin02{
 	   margin-top: -60px;	
	}
	.bousai-top{
	    margin-top: -10px;
	}
	.bousai-top2{
    	margin-top: -40px;
	}
	.bista-img01{
		margin: 20px auto 0 !important;
        display: table;
	}
}
/* 事業内容 */
.business-list01{
	height: 68px;
    padding-top: 10px;
	padding-bottom: 10px;
}
.business-list-this{
	color: #fff;
	background-color: #439EB0;
}
.business-list-hover{
	background-color: #266445;
}
.business-list-hover:hover{
	border-radius: 15px;
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
@media screen and ( max-width:992px)  {
	.business-list01{
		height: unset;
		padding-bottom: 0px;
	}
}
/* 企業情報 */
.about-list01{
	height: 60px;
    padding-top: 17px;
}
.about-list02{
	margin-bottom: 0;
}
.about-list-this{
	color: #fff;
	background-color: #dbd5cc;
}
.about-list-hover{
	background-color: #cce4f3;
	
}
.about-list-hover:hover{
	border-radius: 15px;
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
/* 右下のreCAPTCHA非表示 */
.grecaptcha-badge {
	visibility: hidden; 
}
/* ブログ */
.vk_post_btn:hover{
	opacity: 0.6;
	transition: all 0.3s 0s ease;
}
.entry-meta-item, .vcard author, .media-img, .widget_search, .next-prev{
	display: none;
}
/* 会社概要 */
.outline-padding{
	padding: 10px 0 10px 20px;
	margin-bottom: 0px;
	gap: 4px;
}
.outline-margin01{
	margin-block-end: unset !important;
}
.outline-p-span span{
	width: 280px;
    display: inline-block;
}

.map iframe{
	margin: 0 auto;
	display: block;
}
@media screen and ( max-width:640px)  {
	.outline-p-span span{
		width: 228px;
   		display: inline-block;
	}
}
/* camping car */
.dogs{
	margin-top: -240px;
    z-index: 100;
    position: relative;
}
@media screen and ( max-width:992px)  {
	.dogs{
		margin-top: -175px;
	}
}
@media screen and ( max-width:770px)  {
	.dogs{
		margin-top: -125px;
	}
}
@media screen and ( max-width:480px)  {
	.dogs{
		margin-top: -90px;
	}
}
/*  お問い合わせ */
.deco{
	border-left: 5px solid #5cc2f2;
    padding-left: 10px;
}
.contact-reset{
	background: #5cc2f2;
    color: #fff;
    border: none;
    border-radius: 5px;
	padding: 6px 20px;
}
.contact-reset:hover{
	opacity: 0.8;
	transition: all 0.3s 0s ease;
}
.content-width350{
	max-width: 350px;
	display: block;
}

.red{
	color: red;
}

