@charset "UTF-8";

@charset "UTF-8";

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="telephone"],
input[type="number"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 60px;
	padding: 10px 12px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #f0eeed;
	font-size: inherit;
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
}

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

label {
	display: inline-flex;
}

label,
select {
	cursor: pointer;
}

::placeholder {
	color: #acacac;
}

.contact {
	padding: 82px 0 100px;
}

.contact_wrap {
	max-width: 890px;
	margin: 0 auto;
}

.contact_top {
	margin-bottom: 80px;
}

.contact_top_txt {
	margin-bottom: 41px;
	text-align: center;
}

.contact_top_txt a {
	color: #0094e8;
	text-decoration: underline;
}

.contact_top_tel {
	display: grid;
	grid-template-columns: 226fr 498fr;
	gap: 37px;
	max-width: 822px;
	margin: 0 auto;
	padding: 21px 30px;
	border-radius: 5px;
	background: #e8a817;
	color: #ffffff;
}

.contact_top_tel_ttl {
	display: flex;
	align-items: center;
	border-right: 3px dotted;
	font-weight: bold;
	font-size: 17px;
}

.contact_top_tel_cnt {
}

.contact_top_tel_cnt a {
	font-weight: bold;
	font-size: 30px;
}

.contact_top_tel_cnt p {
	font-weight: bold;
}

.contact_form {
}

.contact_form_txt {
	margin-bottom: 30px;
	text-align: center;
}

.contact_form_txt.vis-conf {
	display: none;
}

.mw_wp_form_preview .contact_form_txt.vis-inp {
	display: none;
}

.mw_wp_form_preview .contact_form_txt.vis-conf {
	display: block;
}

.contact_form_txt p span {
	margin-bottom: 30px;
	color: #ee4944;
	text-align: center;
}

.contact_form_wrap {
}

.contact_form_wrap dl {
	display: grid;
	grid-template-columns: 194fr 696fr;
	margin-bottom: 25px;
}

.contact_form_wrap dl dt {
	display: flex;
	gap: 5px;
	padding-top: 16px;
	font-size: 17px;
}

.requierd {
	color: #ee4944;
}

.contact_form_wrap dl dd {
	display: flex;
	justify-content: space-between;
}

.input_wrap {
	width: 100%;
	min-height: 60px;
}

.input_wrap > p {
	font-size: 12px;
}

.mw_wp_form_preview .input_wrap > p {
	display: none;
}

.mw_wp_form_preview .input_wrap {
	display: flex;
	align-items: center;
}

.name {
}

.name .input_wrap {
}

.kana {
}

.kana .input_wrap {
}

.zipcode {
}

.zipcode .input_wrap {
	width: 420px;
}

.zipcode .input_wrap input {
	width: 190px !important;
}

.search_address {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	border-radius: 9999px;
	background: #e8a817;
	color: #ffffff;
}

.prefectures {
}

.prefectures .input_wrap {
}

.prefectures .input_wrap select,
.item .input_wrap select {
	width: 210px;
	padding: 14px 15px;
	border: #f0eeed 3px solid;
	border-radius: 5px;
}

.cities {
}

.cities .input_wrap {
}

.h-num {
}

.h-num .input_wrap {
}

.tel {
}

.tel .input_wrap {
	width: 300px;
}

.fax {
}

.date .input_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.date_cnt > span {
	margin-bottom: 10px;
	font-size: 13px;
}

.date_input {
	position: relative;
}

.date_input::before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 50%;
	width: 23.13px;
	height: 23.79px;
	background: url(../img/cmn/cl-icon.png) center / cover;
	pointer-events: none;
	transform: translateY(50%);
}

.mw_wp_form_preview　.date_input::before {
	display: none;
}

.reply .input_wrap {
	padding-top: 16px;
}

.mwform-radio-field-text {
	font-weight: 500;
}

.contact_form_btn {
}

.contact_form_btn input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 70px;
	margin: 0 auto;
	border-radius: 9999px;
	background: #e8a817;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

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

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

@media screen and (max-width:768px) {
	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="telephone"],
	input[type="number"],
	textarea {
		height: 50px;
	}

	textarea {
		height: 300px;
	}

	label {
	}

	label,
	select {
	}

	::placeholder {
	}

	.contact {
		padding: 40px 0;
	}

	.contact_wrap {
	}

	.contact_top {
	}

	.contact_top_txt {
	}

	.contact_top_txt a {
	}

	.contact_top_tel {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.contact_top_tel_ttl {
		border-right: unset;
	}

	.contact_top_tel_cnt {
	}

	.contact_top_tel_cnt a {
	}

	.contact_top_tel_cnt p {
	}

	.contact_form {
	}

	.contact_form_txt {
	}

	.contact_form_txt p span {
	}

	.contact_form_wrap {
	}

	.contact_form_wrap dl {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.contact_form_wrap dl dt {
		padding: 0;
	}

	.requierd {
	}

	.contact_form_wrap dl dd {
	}

	.input_wrap {
		min-height: unset;
	}

	.name {
	}

	.name .input_wrap {
	}

	.kana {
	}

	.kana .input_wrap {
	}

	.zipcode {
	}

	.zipcode .input_wrap {
		width: 100%;
	}

	.zipcode .input_wrap input {
		width: 100px !important;
	}

	.search_address {
	}

	.prefectures {
	}

	.prefectures .input_wrap {
	}

	.prefectures .input_wrap select {
	}

	.cities {
	}

	.cities .input_wrap {
	}

	.h-num {
	}

	.h-num .input_wrap {
	}

	.tel {
	}

	.tel .input_wrap {
		width: 100%;
	}

	.date .input_wrap {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.mwform-radio-field-text {
	}

	.contact_form_btn {
	}

	.contact_form_btn input {
		width: 300px;
		height: 60px;
		font-size: 16px;
	}
}

@media print {
}
