@charset "UTF-8";

/*==================================================
 入力フィールド
================================================== */

select,
textarea,
input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	outline: none;
	background: transparent;
	max-width: 100%;
	padding: 6px;
	height: 34px;
	background: #fff;
	border: 1px solid #dfdfdf;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 6px;
}


/* ボタン
-------------------------------------------------- */

input[type='button'],
input[type='submit'] {
	background: none;
	border: none;
	-webkit-appearance: none;
	transition: opacity 0.4s ease;
	width: 100%;
	height: 100%;
	color: #fff;
}

input[type='button']:hover,
input[type='submit']:hover {
	opacity: .8;
	cursor: pointer;
}

input[type='button'][disabled],
input[type='submit'][disabled] {
	opacity: .7;
	pointer-events: none;
}


/* チェックボックス・ラジオボタン
-------------------------------------------------- */

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	line-height: 30px;
	cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
	display: none;
	margin: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
	margin-bottom: 5px;
	padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}

input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}

input[type=checkbox] + label::before {
	border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #e74c3c;
	border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #e74c3c;
	border-bottom: 3px solid #e74c3c;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 768px){
	select,
	textarea,
	input[type='tel'],
	input[type='num'],
	input[type='text'],
	input[type='email']{
		width: 100%;
	}
	
	#pc01, #pc02{
		width: 30%;
	}
}


/*==================================================
 テーブル
================================================== */
.contact-form-table {
	width: 100%;
	table-layout: fixed;
	margin: 0 0 30px;
	border: solid 1px #ddd;
}

.contact-form-table tr th{
	width: 35%;
	background: #707070;
	color: #fff;
	font-weight: 500;
}

.contact-form-table tr th,
.contact-form-table tr td{
	padding: 10px 15px;
}

.contact-form-table tr td{
	line-height: 24px;
	background: #fff;
}

.contact-form-table tr:not(:last-child) th{
	border-bottom: solid 2px #fff;
}

.contact-form-table tr:not(:last-child) td{
	border-bottom: solid 2px #ddd;
}

.contact-form-table #date01{
	width: 100%;
	max-width: 300px;
}

.contact-form-table #menu,
.contact-form-table #menu_num{
	width: 100%;
	max-width: 250px;
}

/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
	.contact-form-table,
	.contact-form-table tbody,
	.contact-form-table tr,
	.contact-form-table th,
	.contact-form-table td {
		width: auto;
		display: block;
	}
	
	.contact-form-table tr th,
	.contact-form-table tr td{
		font-size: 13px;
	}
	
	.contact-form-table tr th{
		width: 100%;
		border-right: none;
	}
	
	.contact-form-table #menu{
		margin-bottom: 10px;
	}
	
	.form_day{
		display: block;
	}
	.form_day .selectarea{
		display: -webkit-box;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		margin-left: 0;
		margin-top: 10px;
	}
	.form_day .selectarea select{
		width: 20%;
	}
	
	.contact-form-table #date01{
		max-width: 100%;
	}

	.contact-form-table #menu,
	.contact-form-table #menu_num{
		max-width: 100%;
	}
}

/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
	margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #e74c3c;
}

/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
	padding: 4px 15px;
	font-size: 13px;
	border-radius: 5px;
	float: right;
}

.optional-mark {
	background: #3498db;
}

.required-mark {
	font-size: 14px;
	display: inline-block;
	background: #fff799;
	color: #333;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px !important;
	margin: 0 0 5px;
	color: #e74c3c;
}

/* プライバシーポリシー */
.inline-privacy-policy {
	height:250px;
	margin: 16px 0;
	border: 1px solid #dfdfdf;
	background: #fff;
}

.inline-privacy-policy-inner {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	display: inline-block;
}

.inline-privacy-policy iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/* リキャプチャ */
.contact-recaptcha-wrap{
	display: table;
	margin: 0 auto;
	margin-top: 40px;
}
.contact-recaptcha-wrap iframe{
	height: 78px;
}


@media screen and (max-width: 768px){
	.required-mark{
		font-size: 11px;
		padding: 2px 4px;
		border-radius: 2px;
	}
	
	.contact-recaptcha-wrap{
		display: block;
	}
	.g-recaptcha{
		transform-Origin:0 0;
	}
	.g-recaptcha > div{
		margin: auto;
	}
}

@media screen and (max-width: 350px){
	.g-recaptcha{
		transform:scale(0.92);
	}
}