/*
Theme Name: Lightning Child
Version: 15.30.1
Template: lightning
*/

@media only screen and (max-width:767px) {
.wp-block-latest-posts li>a:where(:not(:last-child)) {
    clear: both;
}
	}

h4 {
	background-color: #ffffff;
}

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

.site-header {
    width: 100%;
    overflow: visible;
    z-index: 1000;
    position: relative;
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    background-color: #fffbcc;
}


blockquote {
    margin: 0;
    padding: 1em 1.5em;
    border-left: 0px solid var(--vk-color-primary);
    background-color: var(--vk-color-accent-bg);
}


/*お問合せ_PC*/

.align1 {
	text-align: center;
}

.cform th {
	font-size: 15px;
	width: 30%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
	text-align:left;
	background-color: #ffffff;
}

.cform td {
	font-size: 18px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
	background-color: #ffffff;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 13pt;
	color: #ce0000;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

.submit-btn input {
	background: #fff;/*ボタンカラー*/
	width: 70%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #C4A464 solid;
	text-align: center;
	padding: 15px;
	color: black;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #C4A464;
	color: #fff;
	border: 1px #C4A464 solid;
}

/*お問合せ_SP*/

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

/***********************************************
アニメーション
************************************************/
.fadeInUp{opacity: 0;}
.fadeInUp.active {animation: fadeInUp 1.5s forwards; animation-delay: 0s;}

.fadeInUp02{opacity: 0;}
.fadeInUp02.active{animation: fadeIn 1.5s forwards; animation-delay: 0.5s;}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.zoomUp{overflow: hidden;}
.zoomUp img,
.zoomUp iframe{transition: 0.5s;}
.zoomUp img:hover,
.zoomUp iframe:hover{transform: scale(1.1);}


/***********************************************
フロートボタン
************************************************/
.floatBtn{position: fixed; top: 50%; right: 0; transform: translatey(-50%);}
.floatBtn ul{display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0;}
.floatBtn ul li{margin: 0; padding: 0; list-style: none;}
.floatBtn ul li:last-child{display: none;}
.floatBtn ul li a{background-color: #2574a9; width: 100%; display: flex; justify-content: center; align-items: center; padding: 1em; border-radius: 5px 0 0 5px; writing-mode: vertical-rl; text-orientation: upright; color: #fff; text-decoration: none; letter-spacing: 0.1em; transition: 0.3s; opacity: 0.8;}
.floatBtn ul li:nth-child(2) a{background-color: #9ac244;}
.floatBtn ul li a:hover{background-color: #ff6900;}
.floatBtn ul li a i{display: none;}


.floatBtn-tel{width: 100%; height: 100%; position: fixed;  inset: 0; background: rgba(0, 0, 0, 0.7); display: none; justify-content: center; align-items: center; z-index: 9999;}
.floatBtn-tel.active{display: flex;}
.floatBtn-tel__inner{background: #fff; width: 90%; max-width: 600px; padding: 3em 1em; border-radius: 8px; position: relative;}
.floatBtn-tel__inner p{margin-bottom: 0; text-align: center;}
.floatBtn-tel__inner a{display: inline-block; margin-top: 0.5em; font-size: 2em; color: #2574a9; text-decoration: underline;}
.floatBtn-tel__close{position: absolute; top: 10px; right: 10px; font-size: 1.5em; cursor: default; color: #333;}

@media only screen and (max-width:782px) {
	.page_top_btn{bottom: 10%;}
	
	.floatBtn{width: 100%; top: auto; right: auto; bottom: 0; left: 0; transform: translateY(0);}
	.floatBtn ul{flex-direction: row; gap: 0;}
	.floatBtn ul li{width: 50%;}
	.floatBtn ul li:nth-child(2){display: none;}
	.floatBtn ul li:last-child{display: inline;}
	.floatBtn ul li a{width: 100%; border-radius: 0; writing-mode: horizontal-tb; opacity: 0.9;}
	.floatBtn ul li:last-child a{background-color: #9ac244;}
	.floatBtn ul li a{flex-direction: column;}
	.floatBtn ul li a i{display: block; margin: 0 0 3px; font-size: 1.4em;}
	
	.floatBtn-tel__inner i{font-size: 0.9em;}
}
@media only screen and (max-width:480px) {
	.floatBtn ul li a{font-size: 1em;}
	.floatBtn-tel__inner i{font-size: 0.8em;}
}