@charset "UTF-8";
/* 仮予約
------------------------------------------------------------------------- */
.wrap_contact_form {
	width: 95.7333333333vw;
	margin: 0 auto;
	border: 4px solid #F4F4F4;
	padding: 10.6666666667vw 0;
	border-radius: 4.2666666667vw;
}

.ttl_google_calendar,
.google_calendar,
.dl_contact {
	width: 87.4666666667vw;
	margin: 0 auto;
}

/* ========== Googleカレンダー ========== */
.ttl_google_calendar {
	font-size: 4.8vw;
	letter-spacing: 0.05em;
}

.google_calendar {
	margin: 2.1333333333vw auto 6.4vw;
}

.google_calendar iframe {
	width: 100%;
	display: block;
}

/* ========== フォーム関係 ========== */
.dl_contact dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4.2666666667vw;
	font-size: 4.8vw;
	letter-spacing: 0.05em;
	margin-bottom: 2.1333333333vw;
}
.dl_contact dt span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 10.6666666667vw;
	max-width: 10.6666666667vw;
	height: 6.9333333333vw;
	border-radius: 1.0666666667vw;
	font-weight: 900;
	font-size: 3.7333333333vw;
}
.dl_contact dt span.any {
	background: #F4F4F4;
}
.dl_contact dt span.required {
	background: #FF776B;
	color: #fff;
}
.dl_contact dd {
	margin-bottom: 6.4vw;
}
.dl_contact dd:last-of-type {
	margin-bottom: 0;
}

/* input関係 */
input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid #2E2E2F;
	border-radius: 1.0666666667vw;
	padding: 3.0666666667vw 2.1333333333vw;
}

::-webkit-input-placeholder {
	font-size: 4.2666666667vw;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	color: rgba(46, 46, 47, 0.64);
}

::-moz-placeholder {
	font-size: 4.2666666667vw;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	color: rgba(46, 46, 47, 0.64);
}

:-ms-input-placeholder {
	font-size: 4.2666666667vw;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	color: rgba(46, 46, 47, 0.64);
}

::-ms-input-placeholder {
	font-size: 4.2666666667vw;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	color: rgba(46, 46, 47, 0.64);
}

::placeholder {
	font-size: 4.2666666667vw;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	color: rgba(46, 46, 47, 0.64);
}

/* チェックボックス */
.dd_checkbox {
	position: relative;
	padding: 0 0 0 9.3333333333vw;
}

.dd_checkbox a {
	color: #2E2E2F;
	font-weight: 500;
	text-decoration: underline;
	font-weight: bold;
}

.dd_checkbox .wpcf7-form-control-wrap {
	position: static;
}

.dd_checkbox .wpcf7-list-item {
	margin: 0;
}

input[type=checkbox] {
	display: none;
}

.dd_checkbox input + span {
	cursor: pointer;
	display: inline-block;
	width: auto;
}

.dd_checkbox input + span::before {
	background: #fff;
	border: 1px solid #9B9B9B;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 1.3333333333vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5.3333333333vw;
	height: 5.3333333333vw;
}

.dd_checkbox input + span::after {
	content: "";
	display: block;
	background: url(../images/application/icon_contact_check.svg) no-repeat;
	background-size: contain;
	width: 3.7333333333vw;
	height: 3.4666666667vw;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 2.1333333333vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

input[type=checkbox]:checked + span::before {
	background: #fff;
}

input[type=checkbox]:checked + span::after {
	opacity: 1;
}

/* 送信ボタン */
.btn_submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 72.5333333333vw;
	height: 15.7333333333vw;
	margin: 8.5333333333vw auto 0;
	background: rgba(255, 119, 107, 0.4);
	border-radius: 10.6666666667vw;
}
.btn_submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 4.2666666667vw);
	height: calc(100% - 4.2666666667vw);
	border: none;
	background: #FF776B;
	border-radius: 10.6666666667vw;
	color: #fff;
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.wpcf7-spinner {
	display: none;
}

/* お問い合わせ
------------------------------------------------------------------------- */
.contact .dl_contact dt span.any {
	background: none;
	border: 1px solid #707D7D;
}
.contact .dl_contact dt span.required {
	background: -webkit-gradient(linear, left top, left bottom, from(#1489E5), to(#0244C8));
	background: linear-gradient(to bottom, #1489E5 0%, #0244C8 100%);
}
.contact .btn_submit {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 137, 229, 0.4)), to(rgba(2, 68, 200, 0.4)));
	background: linear-gradient(180deg, rgba(20, 137, 229, 0.4), rgba(2, 68, 200, 0.4));
}
.contact .btn_submit input {
	background: -webkit-gradient(linear, left top, left bottom, from(#1489E5), to(#0244C8));
	background: linear-gradient(to bottom, #1489E5 0%, #0244C8 100%);
}

@media (min-width: 769px) {
	/* 仮予約
	------------------------------------------------------------------------- */
	.lead_text {
		text-align: left;
		width: min(68.2352941176vw, 928px);
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_contact_form {
		width: min(68.2352941176vw, 928px);
		padding: min(4.7058823529vw, 64px) 0;
		border-radius: min(1.1764705882vw, 16px);
		border-width: 8px;
	}
	.ttl_google_calendar,
	.google_calendar,
	.dl_contact {
		width: min(54.1176470588vw, 736px);
	}
	/* ========== Googleカレンダー ========== */
	.ttl_google_calendar {
		font-size: min(1.3235294118vw, 18px);
	}
	.google_calendar {
		margin: min(0.5882352941vw, 8px) auto min(1.7647058824vw, 24px);
	}
	/* ========== フォーム関係 ========== */
	.dl_contact dt {
		gap: min(1.1764705882vw, 16px);
		font-size: min(1.3235294118vw, 18px);
		margin-bottom: min(0.5882352941vw, 8px);
	}
	.dl_contact dt span {
		min-width: min(2.9411764706vw, 40px);
		max-width: min(2.9411764706vw, 40px);
		height: min(1.9117647059vw, 26px);
		border-radius: min(0.2941176471vw, 4px);
		font-size: min(1.0294117647vw, 14px);
	}
	.dl_contact dd {
		margin-bottom: min(1.7647058824vw, 24px);
	}
	/* input関係 */
	input[type=text],
	input[type=email],
	input[type=tel],
	textarea {
		border-radius: min(0.2941176471vw, 4px);
		padding: min(0.8455882353vw, 11.5px) min(0.5882352941vw, 8px);
	}
	::-webkit-input-placeholder {
		font-size: min(1.1764705882vw, 16px);
	}
	::-moz-placeholder {
		font-size: min(1.1764705882vw, 16px);
	}
	:-ms-input-placeholder {
		font-size: min(1.1764705882vw, 16px);
	}
	::-ms-input-placeholder {
		font-size: min(1.1764705882vw, 16px);
	}
	::placeholder {
		font-size: min(1.1764705882vw, 16px);
	}
	/* チェックボックス */
	.dd_checkbox {
		padding: 0 0 0 min(2.5735294118vw, 35px);
	}
	.dd_checkbox input + span::before {
		left: min(0.3676470588vw, 5px);
		width: min(1.4705882353vw, 20px);
		height: min(1.4705882353vw, 20px);
	}
	.dd_checkbox input + span::after {
		width: min(1.0294117647vw, 14px);
		height: min(0.9558823529vw, 13px);
		left: min(0.5882352941vw, 8px);
	}
	.dd_checkbox a {
		transition: 0.2s;
	}
	.dd_checkbox a:hover {
		color: #FF776B;
	}
	/* 送信ボタン */
	.btn_submit {
		width: min(40vw, 544px);
		height: min(4.9264705882vw, 67px);
		margin: min(1.7647058824vw, 24px) auto 0;
		border-radius: min(2.9411764706vw, 40px);
		transition: 0.2s;
	}
	.btn_submit:hover {
		transform: scale(0.9);
	}
	.btn_submit input {
		width: calc(100% - min(1.1764705882vw, 16px));
		height: calc(100% - min(1.1764705882vw, 16px));
		border-radius: min(2.9411764706vw, 40px);
		font-size: min(1.7647058824vw, 24px);
		cursor: pointer;
	}

	/* 送信完了
	------------------------------------------------------------------------- */
	.thanks .lead_text {
		font-size: min(1.3235294118vw, 18px);
		line-height: 1.6666666667;
	}
	.contact_thanks .lead_text {
		font-size: min(1.4705882353vw, 20px);
	}
}