@charset "UTF-8";
.dl_contact {
	color: #643E2F;
}

.dl_contact dt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}

.dl_contact dt a {
	color: #643E2F;
	text-decoration: underline;
}

.dl_contact dt a:hover {
	color: #F0B774;
}

.dl_contact dd {
	margin-bottom: 24px;
}

.dl_contact dd:last-of-type {
	margin-bottom: 0;
}

.dl_contact dd a {
	color: #F0B774;
	text-decoration: underline;
}

.required {
	min-width: 40px;
	min-height: 26px;
	max-width: 40px;
	max-height: 26px;
	background: #643E2F;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	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;
	margin-right: 24px;
}

input[type="text"],
textarea,
select {
	-webkit-appearance: none;
	border: 1px solid #643E2F;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
}

.btn_contact {
	margin-top: 40px;
	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;
	text-align: center;
	width: 100%;
	height: 56px;
	border-radius: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	background: #fff;
	border: 1px solid #643E2F;
	color: #643E2F;
	position: relative;
	z-index: 1;
	line-height: 1.5;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-family: 'Kiwi Maru', serif;
}

.btn_contact::after {
	content: "";
	display: block;
	background: rgba(194, 219, 121, 0.4);
	width: 100%;
	height: 56px;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 40px;
	z-index: -1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.btn_contact:hover {
	-webkit-transform: translate(2px, 2px);
	transform: translate(2px, 2px);
	cursor: pointer;
}

.btn_contact:hover::after {
	-webkit-transform: translate(-4px, -5px);
	transform: translate(-4px, -5px);
}

/* セレクトボックス */
.dd_select {
	position: relative;
}

select {
	cursor: pointer;
	text-overflow: ellipsis;
}

.dd_select select::-ms-expand {
	display: none;
}

.dd_select::before {
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	padding: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 8px 0 8px;
	border-color: #643E2F transparent transparent transparent;
	pointer-events: none;
	color: #643E2F;
}

/* チェックボックス */
input[type=checkbox] {
	display: none;
}

.checkbox + span {
	cursor: pointer;
	display: inline-block;
	padding: 5px 0 5px 40px;
	position: relative;
	width: auto;
}

.checkbox + span::before {
	background: #fff;
	border: 1px solid #643E2F;
	content: '';
	display: block;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 26px;
	height: 26px;
	border-radius: 5px;
}

.checkbox + span::after {
	border-right: 3px solid #643E2F;
	border-bottom: 3px solid #643E2F;
	content: '';
	display: block;
	margin-top: -8px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 14px;
}

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

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

/* チェックボックス */
/* 完了画面 */
.wrap_thanks_text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.3em;
}

.wrap_thanks_text p {
	margin-bottom: 2em;
}

.wrap_thanks_text p:last-child {
	margin-bottom: 0;
	text-align: center;
}

/*==================== ご予約 ====================*/
.ul_btn {
	margin-bottom: 80px;
}

.ul_btn .btn {
	margin-top: 40px;
}

.ul_btn .btn:first-child {
	margin-top: 0;
}

.ul_btn .btn a {
	height: 60px;
}

.ul_btn .btn a::after {
	height: 60px;
}

.head_text {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.btn_tel {
	margin-bottom: 48px;
}

.btn_tel a {
	min-height: 97px;
	height: auto;
	border-radius: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	border-radius: 100px;
}

.btn_tel a::after {
	min-height: 97px;
	height: 100%;
	border-radius: 100px;
}

.btn_tel a span {
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

/* ラジオボタン */
.dd_radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dd_radio > span {
	margin-bottom: 10px;
}

.dd_radio > span:last-child {
	margin-bottom: 0;
}

.dd_radio label,
.dd_radio input {
	cursor: pointer;
}

input[type="radio"] {
	position: relative;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	margin-right: 5px;
	margin-top: -3px;
	border: solid 2px #643E2F;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	outline: none;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

input[type="radio"]::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	border-radius: 100%;
}

input[type="radio"]:checked {
	background-color: #fff;
	border: solid 1px #643E2F;
}

input[type="radio"]:checked::after {
	background-color: #643E2F;
}

input[type="radio"] {
	border-radius: 100%;
}

.mw_wp_form .dd_radio .horizontal-item + .horizontal-item {
	margin-left: 0;
}

/* ラジオボタン */
.f_small {
	font-size: 16px;
	font-size: 1.6rem;
}

.dd_reserve_day p {
	margin-bottom: 16px;
}

.dd_reserve_day p:last-child {
	margin-bottom: 0;
}

.dd_reserve_day p > span {
	display: inline-block;
	margin-bottom: 16px;
}

.dd_reserve_day p .calendar {
	position: relative;
	display: block;
}

.dd_reserve_day p .calendar::after {
	content: "";
	display: inline-block;
	background: url(../images/reserve/icon_calendar.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.time {
	margin-bottom: 24px;
	position: relative;
}

.time::after {
	content: "時";
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.minute {
	position: relative;
}

.minute::after {
	content: "分";
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn_contact2::after {
	background: rgba(240, 183, 116, 0.4);
}

@media print, screen and (min-width: 769px) {
	.wrap_contact_form {
		max-width: 760px;
		margin: 0 auto;
	}
	/* 完了画面 */
	.wrap_thanks_text {
		text-align: center;
	}
	/*==================== ご予約 ====================*/
	.ul_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 760px;
		margin: 0 auto 80px;
	}
	.ul_btn .btn {
		margin-top: 0;
		width: 48%;
	}
	.ul_btn .btn:first-child {
		margin-top: 0;
	}
	.ul_btn .btn a {
		max-width: 360px;
	}
	.head_text {
		text-align: center;
	}
	/* ラジオボタン */
	.dd_radio {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.dd_radio > span {
		margin-bottom: 0;
		margin-right: 16px;
	}
	/* ラジオボタン */
	.f_small {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.dd_reserve_day p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dd_reserve_day p > span {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 32px;
		min-width: 4em;
	}
	.dd_reserve_day p .calendar {
		width: 100%;
		margin-right: 0;
	}
	.dd_reserve_day p .calendar::after {
		right: 2%;
	}
	.dd_time {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.dd_time p {
		width: 48%;
	}
	.time {
		margin-bottom: 0;
	}
	.btn_contact2::after {
		background: rgba(240, 183, 116, 0.4);
	}
}

/* google カレンダー追加 */
.wrap_google_calendar {
	margin-top: 40px;
}

.wrap_google_calendar iframe {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}