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

.home .site-body{
	padding-top:0;
}

.site-body {
        padding: 0 0 0 0;
}

.search .site-body {
        padding: 40px 0;
}

.blog  .site-body {
        padding: 40px 0;
}

.archive .site-body,.single .site-body{
	padding-top:60px;
	padding-bottom:60px;
}
.main-section {
        margin-bottom: 0;
    }

/*.entry-body h4.wp-block-heading{
	color:#624B38;
	background:#EFDECF;
}*/

body:not(.header_scrolled) .vk_custom_css_5 .wp-block-navigation-item:nth-last-of-type(-n+5) .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left:100% !important;
  right: auto !important;
	font-size:14px;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {width:100% !important;}

.vk_button .btn{
	border-radius: 9999px;
}

table td,table th{
	font-size:16px;
}


/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 2px solid #cba583;
}

table.CF7_table th p,table.CF7_table td p{
	margin-bottom:0;
}

table.CF7_table input,table.CF7_table  select{
	margin-bottom:0;
}

table.CF7_table th,table.CF7_table td{
	padding:20px;
}

table.CF7_table tr{
	border-top: 1px solid #cba583;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #cba583;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #ea6732;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#EFDECF;
		text-align:left;
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#EFDECF;
		text-align:left;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#ea6732;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	border-radius:9999px;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/*.reCAPTCHAの保護マーク表示
.grecaptcha-badge {
bottom: 10px;
right: 10px;
transform: scale(0.85);
opacity: 0.6;
}*/

.sp-slider .swiper-button-mobile-bottom{
	top:var(--swiper-navigation-top-offset, 50%);
}

.comments-area,
#comments,
.comment-list,
.comment-respond {
    display: none !important;
}


