@charset "UTF-8";

/* bl-form */
.bl-form {
	background: #fff;
	padding: 56px 102px;
}
.bl-form-item {
	display: flex;
	flex-wrap: wrap;
}
.bl-form-item:not(:first-child) {
	margin-top: 24px;
}
.el-form-ttl {
	width: 300px;
	display: flex;
	align-items: center;
	position: relative;
}
.el-required::after,
.el-optional::after {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 48px;
	height: 24px;
	padding-bottom: 1px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 88px;
	transform: translateY(-50%);
}
.el-required::after {
	content: "必須";
	background: #00354D;
}
.el-optional::after {
	content: "任意";
	background: #BEBEBE;
}
.bl-form input {
	width: 520px;
	height: 40px;
	padding: 0 16px 3px;
	border-radius: 5px;
	border: 1px solid #969696;
	background: #fff;
}

/* 年齢 */
.bl-age-wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
}
.bl-age-wrapper input {
	width: 118px;
	height: 40px;
	font-size: 16px;
	padding: 0 16px 3px;
	border-radius: 5px;
	border: 1px solid #969696;
	background: #fff;
}
.bl-age-wrapper .wpcf7-not-valid-tip {
	width: 200%;
	bottom: -24px;
}

/* ラジオ */
.bl-radio-wrapper {
	flex: 1;
}
.bl-radio-wrapper .wpcf7-list-item {
	margin-left: 0;
}
.bl-radio-wrapper .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}
.bl-radio-wrapper .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1;
	position: relative;
}
.bl-radio-wrapper .wpcf7-list-item-label::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #969696;
	background: #fff;
}
.bl-radio-wrapper .wpcf7-list-item-label::after {
	content: "";
	width: 12px;
	height: 12px;
	background: #00354D;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
	opacity: 0;
}
.bl-radio-wrapper input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/* チェックボックス */
.bl-check-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 48px;
	width: 520px;
}
.bl-check-wrapper .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}
.bl-check-wrapper .wpcf7-list-item {
	margin-left: 0;
}
.bl-check-wrapper .wpcf7-check {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 32px;
}
.bl-check-wrapper .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}
.bl-check-wrapper .wpcf7-list-item-label::before {
	content: "";
	background: #fff;
	width: 16px;
	height: 16px;
	border: 1px solid #b0ab99;
	border-radius: 2px;
}
.bl-check-wrapper .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	display: block;
	background: transparent;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
	width: 8px;
	height: 16px;
	left: 5px;
	top: 0px;
	transform: rotate(42deg);
	opacity: 0;
}
.bl-check-wrapper input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.bl-check-wrapper.registar {
	width: 520px;
	margin-left: 300px;
	margin-top: 8px;
}

/* カレンダー部分 */
.bl-date-wrapper input[type="date"] {
	position: relative;
}
.bl-date-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
}
.bl-date-wrapper input {
	background: #fff url(../images/contact/icon-calender.svg) center right 16px / 22px 22px no-repeat;
}
.bl-date {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bl-dateBox:not(:first-of-type) {
	margin-top: 8px;
}
.bl-date-wrapper {
	width: 520px;
}
.bl-date-ttl {
	display: block;
	margin-bottom: 4px;
	cursor: auto;
	position: relative;
}
.bl-date-ttl.el-required::after {
	right: auto;
	left: 96px;
}
.bl-time-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 16px 0 0 300px;
}
.bl-time-wrapper > span {
	display: flex;
	align-items: center;
}
.bl-time-wrapper select {
	width: 88px !important;
	height: 40px;
	margin-right: 4px;
	background: url(../images/contact/icon-triangle--under.svg) center right 12px / 12px 10px no-repeat #fff !important;
	padding: 0 16px;
}
.el-timeTxt {
	margin-left: 8px;
}
.bl-time-wrapper > .el-timeTxt:nth-of-type(2) {
	margin-right: 24px;
}
.bl-time-wrapper .wpcf7-not-valid-tip {
	width: 150px;
}

/* セレクト */
.bl-form select {
	width: 520px;
	height: 40px;
	font-size: 16px;
	padding: 0 16px 3px;
	border-radius: 5px;
	color: #000;
	border: 1px solid #969696;
	background: #fff url(../images/contact/icon_triangle__under.svg) center right 16px / 12px 10px no-repeat;
}

/* テキストエリア */
.bl-form textarea {
	width: 520px;
	height: 160px;
	padding: 10px 0 0 16px;
	background: #fff;
	border: 1px solid #969696;
	border-radius: 5px;
	resize: none;
}
/* ボタン */
.bl-form .bl-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	margin-top: 40px;
}
.bl-form .el-btn {
	min-width: 220px;
	padding-top: 0;
}
.bl-btn-wrapper .wpcf7-form-control {
	position: relative;
	z-index: 2;
	width: 254px;
	height: 64px;
	padding-bottom: 4px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00354D;
	border: 2px solid #00354D;
	border-radius: 100px;
	font-size: 22px;
	letter-spacing: 0.88px;
	transition: all 0.45s ease;
}
.bl-btn-wrapper .wpcf7-form-control:hover{
	background: #00354D;
	color: #fff;
}
.bl-btn-wrapper .wpcf7-previous {
	width: 170px;
	border: 1px solid #00354D;
	background: #fff;
	color: #00354D;
}
.bl-btn-wrapper .wpcf7-spinner {
	display: none;
}
.wpcf7-form-control-wrap {
	display: flex;
}

/* エラー */
.wpcf7-form.invalid .bl-form-select-wrapper {
	position: relative;
}
.wpcf7-form.invalid .bl-form-select-wrapper:has(.wpcf7-not-valid-tip) {
	padding-bottom: 24px;
}
.wpcf7-form.invalid .bl-form-select-wrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
	position: static;
	padding-bottom: 0;
}
.wpcf7-form.invalid .bl-radio-wrapper {
	position: relative;
}
.wpcf7-form.invalid .bl-radio-wrapper:has(.wpcf7-not-valid-tip) {
	padding-bottom: 32px;
}
.wpcf7-form.invalid .bl-radio-wrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
	position: static;
	padding-bottom: 0;
}
.wpcf7-form.invalid .el-form-ttl {
	margin-bottom: 24px;
}
.wpcf7-form.invalid .wpcf7-form-control-wrap {
	display: flex;
}
.wpcf7-form.invalid .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) {
	padding-bottom: 24px;
}
.wpcf7-form.invalid .bl-age-wrapper:has(.wpcf7-not-valid-tip) {
	padding-bottom: 24px;
}
.wpcf7-form.invalid .bl-age-wrapper:has(.wpcf7-not-valid-tip) .wpcf7-form-control-wrap {
	padding-bottom: 0;
}
.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.9em;
}
.wpcf7-form.invalid .wpcf7-response-output {
	display: none;
}
input, input[type=checkbox], input[type=submit], select, ::placeholder {
	font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 750px) {
	.bl-form {
		padding: 56px 24px 80px;
	}
	.bl-form-inner {
		padding: 56px 32px;
	}
	.bl-form-item {
		gap: 0;
	}
	.bl-form-item:not(:first-child) {
		margin-top: 40px;
	}
	.el-form-ttl {
		font-size: 30px;
		width: 100%;
		margin-bottom: 16px;
	}
	.el-required::after,
	.el-optional::after {
		font-size: 26px;
		width: 80px;
		height: 40px;
		padding-top: 0;
		right: 0;
	}
	.bl-form input {
		width: 100%;
		height: 64px;
		font-size: 32px;
		padding: 0 16px 4px;
	}

	/* 年齢 */
	.bl-age-wrapper {
		width: 100%;
	}
	.bl-age-wrapper input {
		width: 208px;
		height: 64px;
		font-size: 32px;
		padding: 0 16px 4px;
	}
	.bl-age-wrapper .wpcf7-not-valid-tip {
		bottom: -36px;
	}

	/* ラジオ */
	.bl-radio-wrapper .wpcf7-radio {
		gap: 24px 48px;
	}
	.bl-radio-wrapper .wpcf7-list-item-label {
		gap: 18px;
	}
	.bl-radio-wrapper .wpcf7-list-item-label::before {
		width: 36px;
		height: 36px;
		border-width: 2px;
	}
	.bl-radio-wrapper .wpcf7-list-item-label::after {
		width: 18px;
		height: 18px;
		left: 9px;
	}

	/* チェックボックス */
	.bl-check-wrapper {
		row-gap: 16px;
		width: 100%;
	}
	.bl-check + span {
		font-size: 30px;
		padding-left: 48px;
		padding-top: 0;
	}
	.bl-check + span::before {
		width: 32px;
		height: 32px;
		border-width: 2px;
		border-radius: 4px;
	}
	.bl-check + span::after {
		border-width: 4px;
		width: 20px;
		height: 33px;
		left: 7px;
		top: -5px;
	}

	/* セレクト */
	.bl-form-select-wrapper {
		width: 100%;
	}
	.bl-form-select-wrapper::after {
		border-width: 14px 9px 0 9px;
		top: 26px;
		right: 20px;
	}
	.bl-form select {
		width: 100%;
		height: 64px;
		font-size: 32px;
		padding: 0 16px 4px;
		background-size: 20px 18px;
		background-position: center right 24px;
	}

	/* カレンダー部分 */
	.bl-date {
		gap: 16px;
		justify-content: flex-start;
	}
	.bl-dateBox:not(:first-of-type) {
		margin-top: 24px;
	}
	.bl-date-wrapper {
		width: 100%;
	}
	.bl-date-ttl {
		margin-bottom: 16px;
	}
	.bl-date-ttl.el-required::after {
		right: 0;
		left: auto;
	}
	.bl-date-calender-wrapper {
		width: 100%;
	}
	.bl-form-input.calender {
		width: 100%;
		background-size: 32px 32px;
	}
	.bl-time-txt {
		padding-top: 0;
	}
	.bl-time-select {
		width: 160px;
		height: 64px;
		font-size: 32px;
		margin-right: 16px;
		background-size: 20px 18px;
	}

	/* テキストエリア */
	.bl-form textarea {
		width: 100%;
		height: 403px;
		padding: 10px 0 0 16px;
		font-size: 32px;
	}

	/* ボタン */
	.bl-btn-wrapper {
		margin: 64px auto 0;
		gap: 64px;
	}
	.bl-btn-wrapper span::after {
		width: 36px;
		height: 36px;
		right: 24px;
	}
	.bl-btn-wrapper .wpcf7-form-control {
		width: 320px;
		height: 80px;
		padding-bottom: 4px;
		font-size: 30px;
	}
	.bl-btn-wrapper .wpcf7-previous {
		width: 240px;
		border-width: 2px;
	}

	/* エラー */
	.wpcf7-form.invalid .bl-form-select-wrapper:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .bl-radio-wrapper:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .bl-age-wrapper:has(.wpcf7-not-valid-tip) {
		padding-bottom: 48px;
	}
}

/*=======================================================
check, thanks
=======================================================*/
.bl-check {
	padding: 80px 0;
}
.bl-check .bl-form {
	padding: 56px 102px;
	background: #D9E5EA;
	border-radius: 10px;
}
.bl-check .bl-form-item {
	border-bottom: 1px solid #fff;
	margin-top: 0;
	padding: 16px 0;
}
.bl-check .bl-form-select-wrapper::after {
	content: none;
}
.bl-check .el-btn.back {
	min-width: 204px;
}
.bl-check .el-btn.send {
	min-width: 258px;
}
.bl-check .bl-radio-wrapper,
.bl-check .bl-age-input-wrapper {
	width: auto;
}

@media screen and (max-width: 750px) {
	.bl-check .bl-form {
		padding: 40px;
	}
	.bl-btn-wrapper {
		gap: 40px;
	}
}

/* thanks */
.bl-thanks {
	padding: 80px 0;
}
.bl-thanks .ly-cont-inner {
	padding: 56px 0;
	background: #D9E5EA;
	border-radius: 10px;
}
.el-thanks-ttl {
	font-size: 24px;
	color: #00354D;
	letter-spacing: 1.44px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 24px;
}
.el-thanks-txt {
	text-align: center;
	font-size: 26px;
}
.bl-thanks .el-btn {
	width: 247px;
	padding-right: 20px;
	margin-top: 32px;
}
@media screen and (max-width: 750px) {
	.bl-thanks-inner {
		width: 690px;
		margin: 0 auto;
	}
	.el-thanks-ttl {
		font-size: 38px;
		margin-bottom: 16px;
	}
	.bl-thanks-txt {
		text-align: center;
	}
	.bl-thanks .el-btn {
		width: 480px;
		padding-right: 0;
		margin-top: 56px;
	}
}

/* 非表示にするエラー文（Safari対応含む） */
.wpcf7-form.hide-error-message .wpcf7-not-valid-tip {
	display: none;
}

/**Mac,iPad Safari対応*/
/*
@media only screen and (min-device-width:768px){
_::-webkit-full-page-media, _:future, :root{

}
}
*/

