@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	コンタクトフォーム7　お問い合わせフォーム

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ================================================================================

	PC・SP共通設定

================================================================================ */


.contact_f7 {
	width: 100%;
}

/* ボーダー色 */
.contact_f7 th,
.contact_f7 td {
	border-bottom: solid 1px #eeeeee;
}

/* 住所ボーダー非表示 */
.contact_f7 tr.address_cell th,
.contact_f7 tr.address_cell td {
	border-bottom: none;
	padding-bottom: 0;
}

/* 項目名 */
.contact_f7 th {
	text-align: left;
	font-weight: normal;
}

/* 必須 */
.contact_f7 th span {
	color: #cc0000;
	display: inline-block;
	padding-left: 15px;
	font-size:90%;
}

/* 入力エリア */
.contact_f7 td input[type="text"],
.contact_f7 td input[type="email"],
.contact_f7 td textarea {
	width: 100%;
	border: solid 1px #cccccc;
	padding: 5px;
}

/* セレクトボタン */
.contact_f7 select {
	width: 150px;
	border: solid 1px #cccccc;
	padding: 5px;
}

/* 送信ボタン */
.btn_submit {
	text-align: center;
}
.btn_submit input[type="submit"]{
	background: #eb6981;
	color: #000000;
	border: none;
	cursor: pointer;
	cursor: hand;

	opacity:1;
	transition-property:color,opacity;
	transition-duration:0.3s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
}
.btn_submit input[type="submit"]:hover{
	opacity:0.6;
}




/* ================================================================================

	PC設定

================================================================================ */
@media (min-width: 768px) {
	.contact_f7 {
		margin-bottom: 30px;
	}
	.contact_f7 th,
	.contact_f7 td {
		padding: 15px;
	}
	.contact_f7 th {
		width: 260px;
		vertical-align: top;
	}

	/* 郵便番号 */
	.contact_f7 input#zip1{
		width:100px;
	}
	.contact_f7 input#zip2{
		width:160px;
	}

	/* 送信ボタン */
	.btn_submit input {
		padding: 15px 60px;
		font-size: 18px;
	}
	
	.menu-385 .wpcf7-select{
		width: 300px;
	}
}





/* ================================================================================

	SP設定

================================================================================ */
@media (max-width: 767px) {
	.contact_f7 {
		margin-bottom: 3%;
	}
	.contact_f7 th,
	.contact_f7 td {
		width: 100%;
		display: block;
	}
	.contact_f7 th {
		border-bottom: none;
		padding: 3% 0 1%;
	}
	.contact_f7 td {
		padding-bottom: 5%;
	}

	/* 郵便番号 */
	.contact_f7 input#zip1{
		width:36%;
	}
	.contact_f7 input#zip2{
		width:42%;
	}

	/* 送信ボタン */
	.btn_submit input {
		padding: 15px 40px;
	}
	
}
