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

html {
  scroll-behavior: smooth;
}

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

@media (min-width: 1001px){
.ltg-slide-text-title {font-size: 55px;}

.ltg-slide-text-caption  {
font-size: 20px;
}

}


@media (max-width: 1000px){
.ltg-slide-text-title {
font-size: 40px;
}

.ltg-slide-text-caption  {
font-size: 18px;
}
}

@media (max-width: 690px){
.ltg-slide-text-title {
font-size: 24px;
}

.ltg-slide-text-caption  {
font-size: 16px;
}
}

@media (max-width: 500px){
.ltg-slide-text-title {
font-size: 18px;
}

.ltg-slide-text-caption  {
font-size: 11px;
}

.has-huge-font-size {
    font-size: 24px !important;
}

}

.vk-mobile-nav-menu-btn.position-right{
    display: none !important;
}











/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
width: 800px;
margin:0 auto;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #F57500;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}





@media screen and (min-width: 767px){/*　PC用767px以上　*/
.site-footer{text-align:center;
}
}


.grecaptcha-badge { visibility: hidden; }

.ltg-slide-text-title+.ltg-slide-text-caption{
    color: #ffffff !important;
}

.mini-content-container-1 .btn{
dcolor: #ffffff;
border-color: #ffffff;	
}


.wp-block-audio-top audio{
	width: 53%;
    height: 40px !important;
}