@charset "utf-8";
/* CSS Document */

#formWrap {
	width:700px;
	margin:0 auto;
	color:020000;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #020000;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:bolder;
	background:#efefef;
	text-align:left;
	background: rgba(66,57,50,0.1);
}
table.formTable td{
	background-color: #fff;
}	
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
.btn{
	background-color:#ffa900;
	border-radius: 3px;
	border: 1px solid #6F6F6F;
	width:70px;
	display: table;
}
.btn:hover{
	background-color:#B07F1E;
}
.btn_r{
	width:70px;
	display: table;
}
.btn input, .btn_r input{
	font-weight:bolder;
	font-size: 1.1em;
}
.cent{
	width:150px;
	display: flex;
	-webkit-justify-content: space-between;
   	justify-content: space-between;
	margin: 10px auto;
}
#contact .pc_top .c_right .movie{
  background: url(https://matsuya-kayabuki.jp/img/sub/bg_co.jpg);
  background-position: center;
  background-size: cover;
}