@charset "utf-8";

body {
	background-image: none;
}

.page_ttl_wrap {
	background-image: url(../img/contact/contact_top.jpg);
}



/*-----------guide01-----------------*/

.contact_atama {
	border: 1px solid #EFBF45;
    padding: 30px;
    max-width: 77%;
    margin: 0 auto;
	margin-top: 50px;
    margin-bottom: 100px;
}

.contact_atama p {
	font-size: 20px;
}

.wpcf7-form input {
    width: 100%;
    height: 35px;
    resize: vertical;
    font-size: 16px;
    margin-top: 4px;
}

/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
}

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

table.CF7_table th p {
	margin-bottom: 50px;
}

table.CF7_table td p {
	margin-bottom: 50px;
}

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

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

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

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f73434;
	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;
}

.kknn {
	text-align: center;
	margin-bottom: 30px;
}

.kknn a {
	color: blue;
}

.doui {
	text-align: center;
}

.doui input {
	width: auto;
    height: auto;
}


/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	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:#ebedf5;
	}
}

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

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

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


.situmon .wpcf7-text {
	height: 250px;
}

.situmon_ttl {
	vertical-align: top;
}

.wpcf7 input.wpcf7-submit {
  max-width: 280px;
  height: 50px;
border-radius: 40px;
}

.kakunin {
    text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.btn input {
	width: auto;
    height: 15px;
}

.tias {
	font-weight: normal;
}

.wpcf7 textarea {
	width: 100%!important;
}

.region {
	font-size: 17px;
}


@media screen and (max-width: 768px) {	
	
	.contact_atama p {
    font-size: 18px;
    text-indent: -1em;
    padding-left: 1em;
}
	
	.contact_atama {
    padding: 10px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 80px;
}
	
	table.CF7_table th p {
    margin-bottom: 0px;
    text-align: left;
	background: #fff;
}
	
	table.CF7_table tr {
    border-top: 1px solid #fff;
}
	
  .wpcf7-form input[type="submit"] {
    margin-left: 0px;
}
	
    .CF7_table th {
        background-color: #fff;
    }
	
	
}