@charset "UTF-8";

/* bl-form */
.bl-form {
	padding: 3.5rem 5rem;
	border-radius: 0.625rem;
}
.bl-form-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.bl-form-item:not(:first-child) {
	margin-top: 1.5rem;
}
.el-form-ttl {
	width: 18.75rem;
	display: flex;
	align-items: center;
	position: relative;
}
.bl-check .bl-form-item.--textarea .el-form-ttl{
	margin-bottom: 1rem;
}
.el-required::after,
.el-optional::after {
	font-size: 0.9375rem;
	color: #fff;
	width: 3rem;
	height: 1.5rem;
	padding-bottom: 0.0625rem;
	display: flex;
	justify-content: center;
	border-radius: 0.25rem;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	transform: translateY(-50%);
}
.el-required::after {
	content: "必須";
	background: #F57B45;
}
.el-optional::after {
	content: "任意";
	background: #9A9A9A;
}
.bl-form input {
	width: 32.5rem;
	height: 2.5rem;
	padding: 0 1rem 0.0625rem;
	border: 0.0625rem solid #197474;
	border-radius: 0.3125rem;
	background: #fff;
	font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 年齢 */
.bl-age-wrapper {
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
}
.bl-age-wrapper input {
	width: 7.375rem;
	height: 2.5rem;
	font-size: 1rem;
	padding: 0 1rem 0.1875rem;
	border-radius: 0.3125rem;
	border: 0.0625rem solid #969696;
	background: #fff;
}
.bl-age-wrapper .wpcf7-not-valid-tip {
	width: 200%;
	bottom: -1.5rem;
}

/* ラジオ */
.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: 1rem 2rem;
}
.bl-radio-wrapper .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	line-height: 1;
	position: relative;
	cursor: pointer;
}
.bl-radio-wrapper .wpcf7-list-item-label::before {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	border: 0.0625rem solid #969696;
	background: #fff;
}
.bl-radio-wrapper .wpcf7-list-item-label::after {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	background: #FF77D6;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0.375rem;
	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: 0.5rem 3rem;
	width: 32.5rem;
}
.bl-check-wrapper .wpcf7-checkbox,
.bl-check-wrapper .wpcf7-check {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}
.bl-check-wrapper .wpcf7-list-item {
	margin-left: 0;
}
.bl-check-wrapper .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	line-height: 1;
	cursor: pointer;
	position: relative;
}
.bl-check-wrapper .wpcf7-list-item-label::before {
	content: "";
	background: #fff;
	width: 1rem;
	height: 1rem;
	border: 0.0625rem solid #b0ab99;
	border-radius: 0.125rem;
}
.bl-check-wrapper .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	border-bottom: 0.125rem solid #222;
	border-right: 0.125rem solid #222;
	width: 0.5rem;
	height: 1rem;
	left: 0.3125rem;
	top: 0;
	transform: rotate(42deg);
	opacity: 0;
}
.bl-check-wrapper input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}
.bl-check-wrapper.registar {
	width: 32.5rem;
	margin-left: 18.75rem;
	margin-top: 0.5rem;
}

/* カレンダー */
.bl-date-wrapper {
	width: 32.5rem;
}
.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 1rem / 1.375rem 1.375rem no-repeat;
}
.bl-date {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bl-date-box:not(:first-of-type) {
	margin-top: 0.5rem;
}
.bl-date-ttl {
	display: block;
	margin-bottom: 0.25rem;
	position: relative;
}
.bl-date-ttl.el-required::after {
	right: auto;
	left: 6rem;
}

/* 時間 */
.bl-time-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1rem 0 0 18.75rem;
}
.bl-time-wrapper > span {
	display: flex;
	align-items: center;
}
.bl-time-wrapper select {
	width: 5.5rem !important;
	height: 2.5rem;
	margin-right: 0.25rem;
	background: url(../images/contact/icon-triangle--under.svg) center right 0.75rem / 0.75rem 0.625rem no-repeat #fff !important;
	padding: 0 1rem;
}
.el-time-txt {
	margin-left: 0.5rem;
}
.bl-time-wrapper > .el-time-txt:nth-of-type(2) {
	margin-right: 1.5rem;
}

/* セレクト */
.bl-form select {
	width: 32.5rem;
	height: 2.5rem;
	font-size: 1rem;
	padding: 0.0625rem 1rem 0;
	border-radius: 0.3125rem;
	border: 0.0625rem solid #969696;
	background: #fff url(../images/contact/icon-triangle--under.svg) center right 1rem / 0.75rem 0.625rem no-repeat;
}

/* テキストエリア */
.bl-form textarea {
	width: 32.5rem;
	height: 10rem;
	padding: 0.625rem 1rem 0 1rem;
	border: 0.0625rem solid #969696;
	border-radius: 0.3125rem;
	resize: none;
	border: 0.0625rem solid #197474;
	border-radius: 0.3125rem;
	
}

/* ボタン */
.bl-form .bl-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	margin-top: 2.5rem;
}
.bl-form .bl-btn-wrapper .el-btn{
    width: 20rem;
    height: 3.125rem;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}
.bl-form .bl-btn-wrapper .el-btn::after{
	z-index: 10;
}
.bl-btn-wrapper .wpcf7-form-control {
	font-size: 1.125rem;
    width: 20rem;
    height: 3.125rem;
	display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #f57b45;
    border-radius: 3.125rem;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
    z-index: 5;
    /* margin: 3.5rem auto 0; */
	border: none;
	padding-top: 0.125rem;
}
.bl-btn-wrapper .wpcf7-previous {
	width: 12.75rem;
	border: 0.0625rem solid #197474;
	background: #fff;
	color: #197474;
}
.wpcf7-spinner{
	position: absolute;
}
@media screen and (max-width: 46.875rem) {
	.bl-form {
		padding: 3.5rem 1.5rem 5rem;
	}
	.bl-form-inner {
		padding: 3.5rem 2rem;
	}
	.bl-form-item {
		gap: 0;
	}
	.bl-form-item:not(:first-child) {
		margin-top: 2.5rem;
	}
	.el-form-ttl {
		font-size: 1.875rem;
		width: 100%;
		margin-bottom: 1rem;
	}
	.el-required::after,
	.el-optional::after {
		font-size: 1.625rem;
		width: 5rem;
		height: 2.5rem;
		padding-top: 0;
		right: 0;
	}
	.bl-form input {
		width: 100%;
		height: 4rem;
		font-size: 2rem;
		padding: 0 1rem;
	}

	/* 年齢 */
	.bl-age-wrapper {
		width: 100%;
	}
	.bl-age-wapper input {
		width: 13rem;
		height: 4rem;
		padding: 0 1rem 0.25rem;
	}
	.bl-age-wrapper .wpcf7-not-valid-tip {
		bottom: -2.25rem;
	}

	/* ラジオ */
	.bl-radio-wrapper .wpcf7-radio {
		gap: 1.5rem 3rem;
	}
	.bl-radio-wrapper .wpcf7-list-item-label {
		gap: 1.125rem;
	}
	.bl-radio-wrapper .wpcf7-list-item-label::before {
		width: 2.25rem;
		height: 2.25rem;
		border-width: 0.125rem;
	}
	.bl-radio-wrapper .wpcf7-list-item-label::after {
		width: 1.125rem;
		height: 1.125rem;
		left: 0.5625rem;
	}

	/* チェックボックス */
	.bl-check-wrapper {
		row-gap: 1rem;
		width: 100%;
	}
	.bl-check + span {
		font-size: 1.875rem;
		padding-left: 3rem;
		padding-top: 0;
	}
	.bl-check + span::before {
		width: 2rem;
		height: 2rem;
		border-width: 0.125rem;
		border-radius: 0.25rem;
	}
	.bl-check + span::after {
		border-width: 0.25rem;
		width: 1.25rem;
		height: 2.0625rem;
		left: 0.4375rem;
		top: -0.3125rem;
	}

	/* セレクト */
	.bl-form-select-wrapper {
		width: 100%;
	}
	.bl-form-select-wrapper::after {
		border-width: 0.875rem 0.5625rem 0 0.5625rem;
		top: 1.625rem;
		right: 1.25rem;
	}
	.bl-form select {
		width: 40.125rem;
		height: 4rem;
		font-size: 2rem;
		padding: 0 1rem;
		background-size: 1.25rem 1.125rem;
		background-position: center right 1.5rem;
	}

	/* カレンダー部分 */
	.bl-date {
		gap: 1rem;
		justify-content: flex-start;
	}
	.bl-dateBox:not(:first-of-type) {
		margin-top: 1.5rem;
	}
	.bl-date-wrapper {
		width: 100%;
	}
	.bl-date-ttl {
		margin-bottom: 1rem;
	}
	.bl-date-ttl.el-required::after {
		right: 0;
		left: auto;
	}
	.bl-date-calender-wrapper {
		width: 100%;
	}
	.bl-form-input.calender {
		width: 100%;
		background-size: 2rem 2rem;
	}
	.el-time-txt {
		padding-top: 0;
	}
	.bl-time-select {
		width: 10rem;
		height: 4rem;
		font-size: 2rem;
		margin-right: 1rem;
		background-size: 1.25rem 1.125rem;
	}

	/* テキストエリア */
	.bl-form textarea {
		width: 100%;
		height: 25.1875rem;
		padding: 0.625rem 0 0 1rem;
		font-size: 2rem;
	}

	/* ボタン */
	.bl-form .bl-btn-wrapper {
		gap: 4rem;
		margin-top: 4rem;
	}
	.bl-form .bl-btn-wrapper .el-btn{
		width: 28rem;
        height: 4.875rem;
		padding: 0;
		margin: 0;
		display: block;
	}
	.bl-btn-wrapper .wpcf7-form-control {
        width: 28rem;
        height: 4.875rem;
		padding: 0;
		font-size: 1.875rem;
	}
	.bl-btn-wrapper .wpcf7-previous {
		width: 15rem;
		border-width: 0.125rem;
	}

	/* エラー */
	.wpcf7-form.invalid .bl-form-selectWrapper:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .bl-radioWrapper:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip),
	.wpcf7-form.invalid .bl-ageWrapper:has(.wpcf7-not-valid-tip) {
		padding-bottom: 3rem;
	}
}
/* thanks */
.bl-thanks {
	background: #F5F8F5;
	padding: 4rem 0 14.625rem;
}
.bl-thanks .ly-cont-inner {
	margin: 0 auto;
    border-radius: 0.625rem;
    border: 0.1875rem solid #197474;
    background: #fff;
	padding: 3.5rem 6.25rem;
}
.bl-thanks .ly-cont-inner::after{
	content: '';
	position: absolute;
	background: url(../images/contact/illust-thanks.svg) top center / contain no-repeat;
	width: 19.375rem;
	height: 14.125rem;
	bottom: 3.5rem;
	right: 6.5rem;
}
.el-thanks-ttl {
	color: #197474;
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
	margin-bottom: 1.625rem;
}
.bl-thanks .el-txt {
	font-size: 1.0625rem;
}
.bl-thanks .el-txt{
	line-height: 2;
}
.bl-thanks .el-btn{
	margin: 3.5rem 0 0;
}
@media screen and (max-width: 46.875rem) {
	.bl-thanks .ly-cont-inner {
		padding: 3.5rem 3rem;
	}
	.bl-thanks .ly-cont-inner::after{
		/* width: 8.75rem;
		height: 11.4375rem; */
		bottom: 12rem;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.el-thanks-ttl {
		font-size: 2.375rem;
		margin-bottom: 2rem;
		text-align: center;
	}
	.bl-thanks .el-txt {
		font-size: 1.6rem;
	}
	.bl-thanks .el-btn{
		width: 100%;
		margin-top: 20rem;
	}
}
/* cloudflar */
.wpcf7-turnstile{
    position: fixed;
    bottom: 0;
    right: 1rem;
    z-index: 100;
}
@media screen and (max-width: 46.875rem) {
	.wpcf7-turnstile{
		bottom: 9rem;
	}
}