/* ==================================================
   CONTACT PAGE
================================================== */

.contact-page {
	padding-bottom: 60px;
}

.contact-intro {
	padding: 55px 0 60px;
	text-align: center;
}

.contact-intro__en,
.contact-form-head__en {
	margin: 0 0 8px;
	color: #8b6a55;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.18em;
}

.contact-intro__title {
	margin: 0 0 18px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
}

.contact-intro__text {
	margin: 0;
	color: #555;
	font-size: 15px;
	line-height: 1.8;
}

.contact-form-head {
	padding: 45px 0 30px;
	text-align: center;
}

.contact-form-head__title {
	margin: 0 0 14px;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5;
}

.contact-form-head__text {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.8;
}

.contact-form-head__note {
	margin: 10px 0 0;
	color: #777;
	font-size: 12px;
}

.contact-form-head__note span {
	color: #a74640;
	font-weight: bold;
}

.contact-form-area {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 60px;
}

#bread {
	padding: 15px 0;
	color: #888;
	font-size: 12px;
}

#bread a {
	color: #666;
	text-decoration: none;
}

#bread a:hover {
	text-decoration: underline;
}

#bread span {
	display: inline-block;
	margin: 0 8px;
	color: #aaa;
}


/* ==================================================
   CF7 RESERVATION FORM
================================================== */

.reservation-form {
	width: 100%;
	color: #2a2724;
}

.reservation-form *,
.reservation-form *:before,
.reservation-form *:after {
	box-sizing: border-box;
}

.reservation-section {
	margin-bottom: 45px;
}

.reservation-section:last-child {
	margin-bottom: 0;
}

.reservation-section__title {
	display: flex;
	align-items: center;
	margin: 0 0 24px;
	padding: 0 0 12px;
	border-bottom: 1px solid #d8d0ca;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.reservation-section__title:before {
	content: "";
	display: block;
	width: 5px;
	height: 24px;
	margin-right: 12px;
	background: #7a5945;
}

.reservation-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 28px;
}

.reservation-field {
	margin-bottom: 25px;
}

.reservation-field-grid .reservation-field {
	margin-bottom: 0;
}

.reservation-label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 9px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.reservation-required,
.reservation-optional {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 7px;
	border-radius: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
}

.reservation-required {
	background: #a74640;
	color: #fff;
}

.reservation-optional {
	background: #e8e4e0;
	color: #655e58;
}

.reservation-form input[type="text"],
.reservation-form input[type="email"],
.reservation-form input[type="tel"],
.reservation-form textarea,
.reservation-form select {
	width: 100%;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid #bfb6ae;
	border-radius: 0;
	background-color: #fff;
	color: #2a2724;
	font-size: 14px;
	line-height: 1.6;
}

.reservation-form textarea {
	min-height: 150px;
	resize: vertical;
}

.reservation-form input:focus,
.reservation-form textarea:focus,
.reservation-form select:focus {
	outline: none;
	border-color: #765641;
	box-shadow: 0 0 0 2px rgba(118, 86, 65, 0.12);
}

.reservation-form input::placeholder,
.reservation-form textarea::placeholder {
	color: #99918a;
	opacity: 1;
}

.reservation-date-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.reservation-date-item {
	padding: 18px;
	border: 1px solid #d8d0ca;
	border-radius: 0;
	background: #faf8f6;
}

.reservation-date-title {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.reservation-datetime {
	padding-right: 45px !important;
	cursor: pointer;
	background-color: #fff !important;
}

.reservation-help {
	margin: 8px 0 0;
	color: #766e68;
	font-size: 13px;
	line-height: 1.7;
}

.reservation-notice {
	margin: 28px 0 20px;
	padding: 16px 18px;
	border-left: 4px solid #765641;
	border-radius: 0;
	background: #f5f1ed;
	color: #5f5751;
	font-size: 13px;
	line-height: 1.8;
}

.reservation-notice p {
	margin: 0;
}

.reservation-privacy {
	margin: 20px 0;
	padding: 17px;
	border: 1px solid #d8d0ca;
	border-radius: 0;
	background: #fff;
	font-size: 14px;
	line-height: 1.7;
}

.reservation-privacy .wpcf7-list-item {
	margin: 0;
}

.reservation-privacy label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.reservation-privacy input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 3px 10px 0 0;
	border-radius: 0;
	flex: 0 0 auto;
}

.reservation-submit {
	margin-top: 25px;
}

.reservation-submit input[type="submit"] {
	display: block;
	width: 100%;
	margin: 0;
	padding: 16px 20px;
	border: 1px solid #674937;
	border-radius: 0;
	background: #674937;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
}

.reservation-submit input[type="submit"]:hover {
	background: #fff;
	color: #674937;
}

.reservation-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 7px;
	color: #b52d27;
	font-size: 13px;
}

.reservation-form .wpcf7-response-output {
	margin: 25px 0 0 !important;
	padding: 14px 16px !important;
	border-radius: 0 !important;
	font-size: 14px;
	line-height: 1.7;
}


/* ==================================================
   RESERVATION CALENDAR
================================================== */

.reservation-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
}

.reservation-modal.is-open {
	display: flex;
	align-items: center;
	justify-content: center;
}

.reservation-modal__inner {
	position: relative;
	width: 100%;
	max-width: 460px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 24px;
	border-radius: 0;
	background: #fff;
}

.reservation-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 0;
	border: 0;
	background: none;
	color: #333;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.reservation-modal__title {
	margin: 0 40px 20px 0;
	font-size: 18px;
	font-weight: bold;
}

.reservation-calendar-view,
.reservation-time-view {
	display: none;
}

.reservation-calendar-view.is-active,
.reservation-time-view.is-active {
	display: block;
}

.reservation-calendar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.reservation-calendar__prev,
.reservation-calendar__next {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #d1c8c0;
	border-radius: 0;
	background: #f5f2ef;
	font-size: 24px;
	cursor: pointer;
}

.reservation-calendar__month {
	font-size: 16px;
	font-weight: bold;
}

.reservation-calendar__week,
.reservation-calendar__days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
}

.reservation-calendar__week span {
	padding: 7px 0;
	color: #777;
	font-size: 12px;
	text-align: center;
}

.reservation-calendar__day {
	height: 48px;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.reservation-calendar__day:hover {
	background: #f5f1ed;
}

.reservation-calendar__day.is-disabled {
	background: #f7f7f7;
	color: #bbb;
	text-decoration: line-through;
	cursor: default;
}

.reservation-calendar__day.is-selected {
	border-color: #674937;
	background: #674937;
	color: #fff;
}

.reservation-calendar__blank {
	display: block;
	height: 48px;
}

.reservation-time__back {
	width: 100%;
	margin: 0 0 15px;
	padding: 10px 12px;
	border: 1px solid #cfc5bd;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
}

.reservation-time__title {
	margin: 0 0 13px;
	font-size: 15px;
	font-weight: bold;
}

.reservation-time__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
}

.reservation-time__button {
	padding: 11px 5px;
	border: 1px solid #cfc5bd;
	border-radius: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.reservation-time__button:hover {
	border-color: #674937;
	background: #674937;
	color: #fff;
}


/* ==================================================
   SP
================================================== */

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

	.contact-intro {
		padding: 35px 0 40px;
	}

	.contact-intro__title {
		font-size: 24px;
	}

	.contact-form-head {
		padding: 35px 0 25px;
	}

	.contact-form-head__title {
		font-size: 22px;
	}

	.contact-form-area {
		padding-bottom: 40px;
	}

	.reservation-section {
		margin-bottom: 36px;
	}

	.reservation-section__title {
		font-size: 19px;
	}

	.reservation-field-grid,
	.reservation-date-grid {
		display: block;
	}

	.reservation-field-grid .reservation-field {
		margin-bottom: 22px;
	}

	.reservation-date-item {
		margin-bottom: 15px;
		padding: 15px;
	}

	.reservation-time__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.reservation-modal {
		padding: 10px;
	}

	.reservation-modal__inner {
		padding: 20px 15px;
	}

}


.reservation-form p {
	margin-top: 0;
}

.reservation-field > p,
.reservation-date-item > p,
.reservation-submit > p,
.reservation-privacy > p {
	margin: 0;
}

.reservation-field .wpcf7-form-control-wrap,
.reservation-date-item .wpcf7-form-control-wrap {
	display: block;
}

.reservation-date-clear {
	display: none;
	margin: 10px 0 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #8a8179;
	background: none;
	color: #6f6760;
	font-size: 12px;
	line-height: 1.5;
	cursor: pointer;
}

.reservation-date-clear:hover {
	color: #a74640;
	border-bottom-color: #a74640;
}
.reservation-time__button.is-disabled,
.reservation-time__button:disabled {
	background: #f3f3f3;
	border-color: #ddd;
	color: #bbb;
	cursor: not-allowed;
	opacity: 0.6;
}

.reservation-time__button.is-disabled:hover,
.reservation-time__button:disabled:hover {
	background: #f3f3f3;
	border-color: #ddd;
	color: #bbb;
}