/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
body{
	background-color:#bbe0e6;
}

.site-header{
	background-color:#bbe0e6;
	box-shadow:none!important;
}
.vk-mobile-nav-menu-btn {
 display: none;
}
.site-footer-copyright p:nth-child(2) {
    display: none;
}

                
.head01 {
    position: relative;
	width:70%;
    padding: 1rem 1.5rem;
    color: #000;
    font-size:  var(--wp--preset--font-size--huge) !important;
	text-align:center;
    font-weight: bold;
}

.head01::before,
.head01::after {
    position: absolute;
    top: 0.8rem;
    height: 30px;
    content: '';
}

.head01::before {
    border-left: double 8px;
    left: 0;
    transform: rotate(-30deg);
}

.head01::after {
    border-right: double 8px;
    right: 0;
    transform: rotate(30deg);
}
.page_top_btn{
		border-radius:20px!important;
		box-shadow:none;
	}
@media (max-width: 800px) {
 .head01 {
    position: relative;
	width:100%;
    padding: 1rem 1.5rem;
    color: #000;
    font-size:  var(--wp--preset--font-size--huge) !important;
	text-align:center;
    font-weight: bold;
}

.head01::before,
.head01::after {
    position: absolute;
    top: 0.8rem;
    height: 30px;
    content: '';
}

.head01::before {
    border-left: double 8px;
    left: 0;
    transform: rotate(-30deg);
}

.head01::after {
    border-right: double 8px;
    right: 0;
    transform: rotate(30deg);
}
	
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#111;
 padding-right:5px;
 width:30%;
 border:none;
 
}
/*通常欄*/
.inquiry td{
 font-size:13px;

}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:;
 color:#ff0000;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:70%;
 background:#ff9800;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: 1px solid #fff;
margin:20px auto;

}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#000;

}
.form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
input::placeholder {
  color: #fff;
}
.text_center{
    text-align:center;
}
