@charset "UTF-8";

.main {
}

.tel {
}

.tel_hd {
}

.tel_wrap {
}

.tel_cnt {
}

.tel_bnr {
	display: flex;
	gap: 22px;
	margin-top: 18px;
}

.tel_bnr_num {
	padding: 14px 48px 14px 33px;
	border-radius: 10px;
	background: #f1efeb;
}

.tel_bnr_num_cnt {
	display: flex;
	align-items: baseline;
	gap: 16px;
	color: #a57165;
}

.tel_bnr_num_cnt span {
	font-size: 28px;
}

.tel_bnr_num_cnt a {
	font-size: 42px;
	line-height: 1.4;
}

.tel_bnr_num_note {
}

.tel_bnr_line {
}

.tel_bnr_line a {
	display: flex;
	overflow: hidden;
	border-radius: 10px;
}

.mail {
	padding-bottom: 160px;
	border-bottom: none;
}

.mail_hd {
}

.mail_wrap {
}

.mail_note {
	margin-bottom: 50px;
}

.mail_note span {
	color: #d05d5d;
}

.mail_form {
	padding: 75px 240px;
	border-radius: 10px;
	background: #ffffff;
}

.mail_form_cnt {
	margin-bottom: 35px;
}

.mail_form_hd {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 13px;
}

.required {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 21px;
	border-radius: 3px;
	background: #d05d5d;
	color: #ffffff;
	font-size: 14px;
}

.mail_form_input {
}

.privacy_cnt {
}

.privacy_hd {
	margin-bottom: 8px;
	color: #6ba333;
}

.privacy_txt {
	white-space: nowrap;
}

.submitbtn {
	display: block;
	width: 400px;
	height: 90px;
	margin: 0 auto;
	border-radius: 10px;
	background: #a57165;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

input[type="checkbox"],
input[type="radio"] {
	all: revert;
	align-self: center;
	margin: 0 5px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="telephone"],
input[type="number"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: solid 1px #d9d2c3;
	border-radius: 3px;
	box-sizing: border-box;
	background: #f8f7f5;
	font-size: inherit;
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
}

textarea {
	line-height: inherit;
	vertical-align: middle;
	resize: vertical;
}

label {
	display: inline-flex;
}

label,
select {
	cursor: pointer;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.main {
	}

	.tel {
	}

	.tel_hd {
	}

	.tel_wrap {
	}

	.tel_cnt {
	}

	.tel_bnr {
		flex-flow: column;
	}

	.tel_bnr_num {
		padding: 12px 20px;
	}

	.tel_bnr_num_cnt {
		gap: 8px;
	}

	.tel_bnr_num_cnt span {
		font-size: 25px;
	}

	.tel_bnr_num_cnt a {
		font-size: 36px;
	}

	.tel_bnr_num_note {
	}

	.tel_bnr_line {
	}

	.tel_bnr_line a {
	}

	.mail {
		padding-bottom: 80px;
	}

	.mail_hd {
	}

	.mail_wrap {
	}

	.mail_note {
	}

	.mail_note span {
	}

	.mail_form {
		padding: 40px 20px;
	}

	.mail_form_cnt {
		margin-bottom: 25px;
	}

	.mail_form_hd {
	}

	.required {
	}

	.mail_form_input {
	}

	.wpcf7-list-item:first-child {
		margin: 0 !important;
	}

	.privacy_cnt {
	}

	.privacy_hd {
	}

	.privacy_txt {
		white-space: unset;
	}

	.submitbtn {
		width: 100%;
		height: 60px;
		margin-top: 40px;
		font-size: 18px;
	}

	input[type="checkbox"],
	input[type="radio"] {
	}

	input[type="text"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="telephone"],
	input[type="number"],
	textarea {
	}

	textarea {
	}

	label {
	}

	label,
	select {
	}
}
