@charset "utf-8";
/*------------------------------------------------------------
	reserve
------------------------------------------------------------*/
.reservePageTitle .inner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/news/page_title_img.jpg);
}
.entryPageTitle .inner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/recruit/hero.jpg);
}
.reserveNoImageTitle {
	padding: 20.7rem 0 0;
	background: #fff url(../img/common/page_title_bg.png) no-repeat center top / cover;
}
.reserveNoImageTitle .inner {
	display: none;
}
.reserveIntro {
	padding: 5.2rem 0 6.8rem;
	background: #fff url(../img/common/page_title_bg.png) no-repeat center top -20.7rem / cover;
	text-align: center;
}
.reserveIntro .content {
	max-width: 88rem;
}
.reserveIntro h3 {
	margin-bottom: 2rem;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.6;
}
.reserveIntro p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}
.entryIntro {
	background: #fff;
}
.sectionHead {
	margin-bottom: 3.8rem;
}
.sectionHead .en {
	margin-bottom: 1rem;
	display: block;
	color: #9a2923;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.sectionHead h3 {
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
}
.sectionHead p {
	margin-top: 1.2rem;
	font-size: 1.6rem;
	font-weight: 500;
}
.sectionHead p span,
.reserveForm label span,
.flowList strong,
.reserveForm .note strong,
.contactNote p:last-child {
	color: #9a2923;
	font-weight: 700;
}
.reserveUnavailableMessage {
	margin-top: 0.8rem;
	color: #9a2923;
	font-weight: 700;
}
.flowSection {
	padding: 7.4rem 0 8rem;
	background: #f8f9fa;
}
.flowList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.4rem;
}
.flowList li {
	padding: 2.8rem 2.8rem 3rem;
	display: flex;
	gap: 2rem;
	background: #fff;
}
.flowList .num {
	color: #9a2923;
	font-size: 4.4rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
}
.flowList h4 {
	margin-bottom: 1rem;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
.flowList p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.85;
}
.reserveFormSection {
	padding: 8rem 0 9rem;
}
.reserveForm {
	border-top: 1px solid #d9d9d9;
}
.reserveForm p {
	margin: 0;
}
.formRow {
	display: grid;
	grid-template-columns: 24rem 1fr;
	border-bottom: 1px solid #d9d9d9;
}
.formRow > p {
	display: contents;
}
.formRow label {
	padding: 2.8rem 2rem;
	font-size: 1.7rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	background: #f8f9fa;
}
.formRow .field {
	padding: 2.4rem 2.8rem;
	font-size: 1.6rem;
	font-weight: 500;
}
.formRow .field > p {
	margin: 0;
}
.reserveForm .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.reserveForm input,
.reserveForm select,
.reserveForm textarea {
	width: 100%;
	padding: 1.2rem 1.4rem;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background: #fff;
	box-sizing: border-box;
}
.reserveForm textarea {
	resize: vertical;
}
.reserveForm .note {
	margin-top: 0.8rem;
	color: #4b4b4b;
	font-size: 1.4rem;
	line-height: 1.7;
}
.shortField {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.shortField p {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.shortField .wpcf7-form-control-wrap {
	width: 12rem;
}
.shortField input {
	width: 12rem;
}
.dateFields {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.dateFields p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	width: 100%;
}
.dateFields br {
	display: none;
}
.dateFields .wpcf7-form-control-wrap[data-name="reserve-date"] {
	width: 18rem;
}
.dateFields .wpcf7-form-control-wrap[data-name^="entry-interview-date-"] {
	width: 18rem;
}
.dateFields .wpcf7-form-control-wrap[data-name="reserve-hour"],
.dateFields .wpcf7-form-control-wrap[data-name="reserve-minute"],
.dateFields .wpcf7-form-control-wrap[data-name^="entry-interview-hour-"],
.dateFields .wpcf7-form-control-wrap[data-name^="entry-interview-minute-"] {
	width: 6.4rem;
}
.dateFields .dateLabel {
	min-width: 7rem;
	font-weight: 700;
}
.dateFields input {
	width: 18rem;
}
.dateFields select {
	width: 6.4rem;
}
.contactNote {
	margin: 3rem 0;
	padding: 2.4rem 2.8rem;
	background: #f8f9fa;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}
.contactNote a {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}
.submitBtn {
	margin-top: 4rem;
	text-align: center;
}
.submitBtn p {
	margin: 0;
}
.submitBtn button,
.submitBtn input[type="submit"] {
	width: 28rem;
	min-height: 6.4rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	background: #9a2923;
	border: 1px solid #9a2923;
	border-radius: 3.2rem;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.submitBtn button:hover,
.submitBtn input[type="submit"]:hover {
	opacity: 0.8;
}
.wpcf7-spinner {
	margin: 1.2rem auto 0;
	display: block;
}
.wpcf7-response-output {
	margin: 2.4rem 0 0 !important;
	padding: 1.4rem 1.8rem !important;
	font-size: 1.5rem;
	line-height: 1.7;
}
@media all and (max-width: 896px) {
	.reserveIntro {
		padding: 3.6rem 0 5rem;
		background-position: center top -10rem;
		text-align: left;
	}
	.reserveNoImageTitle {
		padding-top: 10rem;
	}
	.reserveIntro h3 {
		font-size: 2.3rem;
	}
	.reserveIntro p {
		font-size: 1.5rem;
	}
	.flowSection,
	.reserveFormSection {
		padding: 5rem 0;
	}
	.sectionHead {
		margin-bottom: 2.8rem;
	}
	.sectionHead .en {
		font-size: 1.7rem;
	}
	.sectionHead h3 {
		font-size: 2.4rem;
	}
	.flowList {
		display: block;
	}
	.flowList li {
		margin-bottom: 1.8rem;
		padding: 2.2rem 2rem;
		display: block;
	}
	.flowList li:last-child {
		margin-bottom: 0;
	}
	.flowList .num {
		margin-bottom: 1rem;
		display: block;
		font-size: 3.6rem;
	}
	.flowList h4 {
		font-size: 2rem;
	}
	.flowList p {
		font-size: 1.4rem;
	}
	.formRow {
		display: block;
	}
	.formRow label {
		padding: 1.6rem 1.6rem 0.8rem;
		display: block;
		font-size: 1.5rem;
	}
	.formRow .field {
		padding: 1.8rem 2.4rem;
	}
	.reserveForm input,
	.reserveForm select,
	.reserveForm textarea {
		font-size: 1.5rem;
	}
	.dateFields {
		display: block;
	}
	.dateFields p {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 6.4rem auto 6.4rem auto;
		gap: 0.8rem;
		align-items: center;
	}
	.dateFields .wpcf7-form-control-wrap[data-name="reserve-date"] {
		grid-column: 1 / -1;
		width: 100%;
	}
	.dateFields .wpcf7-form-control-wrap[data-name^="entry-interview-date-"] {
		width: 100%;
	}
	.dateFields input,
	.dateFields .wpcf7-form-control-wrap[data-name="reserve-date"] input,
	.dateFields .wpcf7-form-control-wrap[data-name^="entry-interview-date-"] input {
		width: 100%;
	}
	.dateFields select,
	.dateFields .wpcf7-form-control-wrap[data-name="reserve-hour"],
	.dateFields .wpcf7-form-control-wrap[data-name="reserve-minute"],
	.dateFields .wpcf7-form-control-wrap[data-name^="entry-interview-hour-"],
	.dateFields .wpcf7-form-control-wrap[data-name^="entry-interview-minute-"] {
		width: 6.4rem;
	}
	.interviewDateFields p {
		margin-bottom: 1.4rem;
		grid-template-columns: minmax(0, 1fr) 6.4rem 6.4rem;
	}
	.interviewDateFields p:last-child {
		margin-bottom: 0;
	}
	.interviewDateFields .dateLabel,
	.interviewDateFields .wpcf7-form-control-wrap[data-name^="entry-interview-date-"] {
		grid-column: 1 / -1;
	}
	.interviewDateFields .dateLabel {
		min-width: 0;
	}
	.contactNote {
		margin: 2.4rem 0;
		padding: 2rem;
		font-size: 1.4rem;
	}
	.submitBtn button {
		width: 22rem;
		min-height: 5.4rem;
		font-size: 1.7rem;
	}
}
