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

.wp-block-group.alignfull.is-style-default.has-white-background-color.has-background.is-layout-constrained.wp-container-core-group-is-layout-c06d165c.wp-block-group-is-layout-constrained {
	position: sticky;
	top: 0;
	z-index:999;
}*/

.page-header {
    text-shadow: 1px 1px 5px #000;
}
.page-header::before {
	background-color: #444;
}
.vk_post_imgOuter_singleTermLabel {
	background-color: #ccaa66 !important;
}
vk_categoryBadge has-text-align-center wp-block-vk-blocks-post-category-badge {
	background-color: #ccaa66 !important;
}



.grey_shadow {
	color:white;
	text-shadow: #000 3px 0 5px;
}

.top_card {
	box-shadow: 0 0 4px gray !important;
}

.td_20 td:nth-of-type(1) {
	width: 25% !important;
}


@media screen and (max-width: 1200px) {
	h2.toph2 {
		font-size:2rem !important;
	}

}

/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
width: 100%;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #fff !important;
border-width: 2px;
color: #333;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.8em;
text-align: left !important;
vertical-align: top;
border: solid #fff !important;
border-width: 2px;
vertical-align: middle;
}

#cf-tbl table tr td{
background: #F9F4E4 !important;
}
#cf-tbl table tr th{
width: 35%;
background: #ccaa66 !important;
}
#cf-tbl table tr th>p{
	color:#fff;
	font-size: 1rem;
	padding-left:1rem;
	padding-right:1rem;
}
#cf-tbl table tr td>p{
	margin-right:5px;
}
#cf-tbl table p {
	margin-top:20px;
	margin-bottom:20px;
}

/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #9f7e35;
color: #FFF;
border-radius: 3px;
margin-left: 10px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #FFF;
color: #9f7e35;
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;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #fff;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #9f7e35;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px;
    margin: 15px auto 0;
}

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;
}
/*コンタクトフォームここまで*/

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

 /* コンタクトフォーム */
	#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;
	}
	#cf-tbl table p {
		margin-bottom: 0;
		margin-top: 0;
	}
	#cf-tbl table tr th>p{
	padding-left:0;
	padding-right:0;
	}
	input.wpcf7-submit {
		width: 250px;
	}
}