@charset "utf-8";

/* =====================
   Booking page
   ===================== */
body.page-template-page-bookin,
body.page-id-2610,
body.bookin {
	overflow-x: hidden;
}

#bookin {
	overflow-x: clip;
	padding-top: 100px;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#bookin .bookin-title,
#bookin .bookin-lead,
#bookin .bookin-guide,
#bookin .bookin-assurance,
#bookin .bookin-section {
	width: calc(100% - 60px);
	max-width: 960px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}

#bookin .bookin-title {
	margin-bottom: 50px;
	clear: both;
	font-size: 160%;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#bookin .bookin-lead {
	margin-bottom: 58px;
	clear: both;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}
#bookin .bookin-lead span {
	color: #f00;
	font-size: 80%;
}
#bookin .bookin-title-mark {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: middle;
}
#bookin .bookin-title-mark-left {
	width: 12px;
	height: 24px;
	margin-right: 20px;
	background-image: url(../img/item9.png);
}
#bookin .bookin-title-mark-right {
	width: 36px;
	height: 24px;
	margin-left: 4px;
	background-color: #fbfdfd;
	background-image: url(../img/item10.png);
}

#bookin .bookin-guide {
	margin-bottom: 80px;
}
#bookin .bookin-guide-title,
#bookin .bookin-assurance-title {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}
#bookin .bookin-guide-list {
	display: flex;
	align-items: stretch;
	gap: 18px;
}
#bookin .bookin-guide-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc((100% - 54px) / 4);
	min-height: 170px;
	padding: 24px 22px 54px;
	border: 2px solid #111;
	background: #fff;
	box-sizing: border-box;
	color: #111;
	text-decoration: none;
	transition: .25s linear;
}
#bookin .bookin-guide-card:hover {
	opacity: .72;
}
#bookin .bookin-guide-card::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 22px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #111;
	transform: translateX(-50%);
}
#bookin .bookin-guide-card-primary {
	border-color: #d4145a;
}
#bookin .bookin-guide-card-primary::after {
	border-top-color: #d4145a;
}
#bookin .bookin-guide-label {
	display: block;
	color: #d4145a;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.18em;
}
#bookin .bookin-guide-heading {
	display: block;
	margin-top: 12px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
#bookin .bookin-guide-text {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.8;
}

#bookin .bookin-assurance {
	margin-bottom: 90px;
	padding: 34px 40px;
	border: 4px solid #111;
	box-sizing: border-box;
	background: #fff;
}
#bookin .bookin-assurance-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
}
#bookin .bookin-assurance-list li {
	position: relative;
	width: calc((100% - 20px) / 2);
	padding-left: 24px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.8;
	font-weight: bold;
}
#bookin .bookin-assurance-list li::before {
	content: "";
	position: absolute;
	top: .65em;
	left: 0;
	width: 10px;
	height: 10px;
	background: #d9e021;
}

#bookin .bookin-section {
	clear: both;
	margin-bottom: 100px;
	padding-top: 30px;
	scroll-margin-top: 120px;
}
#bookin .bookin-section-heading {
	margin-bottom: 50px;
	clear: both;
	background-color: #d9e021;
	color: #000;
	font-size: 180%;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}
#bookin .bookin-section-text {
	margin-bottom: 40px;
	clear: both;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}

#bookin .bookin-flow {
	display: flex;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 46px;
}
#bookin .bookin-flow li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% - 36px) / 4);
	min-height: 78px;
	padding: 14px 12px;
	border: 1px solid #111;
	box-sizing: border-box;
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
#bookin .bookin-flow li + li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #111;
	transform: translateY(-50%);
}
#bookin .bookin-flow span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

#bookin .bookin-form {
	width: 100%;
	clear: both;
	padding-top: 30px;
}
#bookin .mw_wp_form_g-standard {
	margin: 0;
}
#bookin .mw_wp_form_g-standard table {
	width: 100%;
	margin: 0 0 34px;
	border: 2px solid #111;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}
#bookin .mw_wp_form_g-standard table th,
#bookin .mw_wp_form_g-standard table td {
	border: 1px solid #d8d8d8;
	padding: 24px 22px;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.7;
}
#bookin .mw_wp_form_g-standard table th {
	width: 30%;
	background: #f4f4f4;
	font-weight: bold;
	letter-spacing: 0.04em;
}
#bookin .mw_wp_form_g-standard table td {
	background: #fff;
}
#bookin .mw_wp_form_g-standard .require {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 20px;
	margin-left: 6px;
	background: #d4145a;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
}
#bookin .mw_wp_form_g-standard .require::after {
	content: "必須";
	text-indent: 0;
}
#bookin .mw_wp_form_g-standard .g-standard-description {
	margin-bottom: 16px;
	padding: 14px 16px;
	border-left: 5px solid #d9e021;
	background: #f7f7f7;
	box-sizing: border-box;
}
#bookin .mw_wp_form_g-standard .g-standard-description p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
}
#bookin .mw_wp_form_g-standard .mwform-radio-field,
#bookin .mw_wp_form_g-standard .mwform-checkbox-field {
	display: inline-flex;
	margin: 0 10px 10px 0;
	vertical-align: top;
}
#bookin .mw_wp_form_g-standard label {
	display: flex;
	align-items: center;
	min-height: 44px;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid #d8d8d8;
	background: #fff;
	box-sizing: border-box;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
}
#bookin .mw_wp_form_g-standard label input[type="checkbox"],
#bookin .mw_wp_form_g-standard label input[type="radio"] {
	flex: 0 0 auto;
	margin: 0 8px 0 0;
}
#bookin .mw_wp_form_g-standard input[type="text"],
#bookin .mw_wp_form_g-standard input[type="email"],
#bookin .mw_wp_form_g-standard textarea {
	width: 100%;
	max-width: 520px;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.6;
}
#bookin .mw_wp_form_g-standard input[name="day1"],
#bookin .mw_wp_form_g-standard input[name="day2"],
#bookin .mw_wp_form_g-standard input[name="day3"] {
	max-width: 300px;
}
#bookin .mw_wp_form_g-standard textarea {
	max-width: 100%;
	min-height: 150px;
	resize: vertical;
}
#bookin .mw_wp_form_g-standard input[type="text"]:focus,
#bookin .mw_wp_form_g-standard input[type="email"]:focus,
#bookin .mw_wp_form_g-standard textarea:focus {
	outline: 2px solid rgba(217, 224, 33, .65);
	outline-offset: 2px;
}
#bookin .mw_wp_form_g-standard .action-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
}
#bookin .mw_wp_form_g-standard input[type="submit"],
#bookin .mw_wp_form_g-standard input[type="button"],
#bookin .mw_wp_form_g-standard button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 360px;
	max-width: 100%;
	height: 68px;
	padding: 0 24px;
	border: 3px solid #111;
	border-radius: 0;
	background: #111;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	text-shadow: none;
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.08em;
	transition: .25s linear;
	-webkit-appearance: none;
}
#bookin .mw_wp_form_g-standard input[type="submit"]:hover,
#bookin .mw_wp_form_g-standard input[type="button"]:hover,
#bookin .mw_wp_form_g-standard button:hover {
	background: #fff;
	box-shadow: none;
	color: #111;
}
#bookin .mw_wp_form_g-standard input[type="submit"]:not([name="submitBack"]) {
	border-color: #D4E600;
	background: #D4E600;
	color: #111111;
}
#bookin .mw_wp_form_g-standard input[type="submit"]:not([name="submitBack"]):hover {
	border-color: #B6D800;
	background: #B6D800;
	color: #111111;
}
#bookin .bookin-line-action a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 420px;
	height: 72px;
	margin: 0 auto;
	border: 3px solid #06c755;
	background: #06c755;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .25s linear;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.08em;
}
#bookin .bookin-line-action a:hover {
	background: #fff;
	color: #06c755;
}
#bookin .bookin-line-label {
	margin-bottom: 26px;
	clear: both;
	font-size: 140%;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
#bookin .bookin-line-text {
	margin-bottom: 34px;
	font-size: 18px;
	line-height: 2.1;
	font-weight: bold;
}

#bookin #booking-phone {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 24px;
}
#bookin #booking-phone > .bookin-section-heading,
#bookin #booking-phone > .bookin-section-text,
#bookin #booking-phone > .bookin-phone-note {
	width: 100%;
	flex-basis: 100%;
}
#bookin .bookin-phone-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc((100% - 48px) / 3);
	min-height: 145px;
	padding: 26px 22px;
	border: 2px solid #111;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}
#bookin .bookin-phone-name {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#bookin .bookin-phone-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border: none;
	background: #f2f2f2;
	color: #111;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.04em;
}
#bookin .bookin-phone-note {
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
	font-size: 100%;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}

#bookin .bookin-related {
	display: flex;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#bookin .bookin-related-card {
	width: 50%;
	padding-top: 250px;
	padding-bottom: 130px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
}
#bookin .bookin-related-card-food {
	background-image: url(../img/bana04.png);
}
#bookin .bookin-related-card-training {
	background-image: url(../img/bana05.png);
}
#bookin .bookin-related-heading {
	margin-bottom: 35px;
	color: #fff;
	font-size: 190%;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
}
#bookin .bookin-related-subheading {
	font-size: 50%;
	line-height: 20px;
	font-weight: 500;
}
#bookin .bookin-related-text {
	margin-bottom: 40px;
	clear: both;
	color: #fff;
	font-size: 100%;
	line-height: 36px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
}
#bookin .bookin-related-button {
	display: block;
	width: 100%;
	clear: both;
}
#bookin .bookin-related-button a {
	display: block;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .2s linear;
	font-size: 100%;
	font-weight: bold;
}
#bookin .bookin-related-button a:hover {
	border-color: #ccc;
	color: #ccc;
}

@media screen and (max-width: 767px) {
	#bookin {
		padding-top: 70px;
	}
	#bookin .bookin-title,
	#bookin .bookin-lead,
	#bookin .bookin-guide,
	#bookin .bookin-assurance,
	#bookin .bookin-section {
		width: calc(100% - 40px);
	}
	#bookin .bookin-title {
		margin-bottom: 32px;
		font-size: 140%;
		line-height: 1.6;
	}
	#bookin .bookin-lead {
		margin-bottom: 42px;
		line-height: 1.9;
		text-align: left;
	}
	#bookin .bookin-guide {
		margin-bottom: 60px;
	}
	#bookin .bookin-guide-title,
	#bookin .bookin-assurance-title {
		font-size: 22px;
		text-align: left;
	}
	#bookin .bookin-guide-list {
		display: block;
	}
	#bookin .bookin-guide-card {
		width: 100%;
		min-height: 0;
		margin-top: 14px;
		padding: 22px 20px 46px;
	}
	#bookin .bookin-guide-card:first-child {
		margin-top: 0;
	}
	#bookin .bookin-assurance {
		margin-bottom: 70px;
		padding: 28px 20px;
	}
	#bookin .bookin-assurance-list {
		display: block;
	}
	#bookin .bookin-assurance-list li {
		width: 100%;
		margin-top: 12px;
		font-size: 14px;
	}
	#bookin .bookin-assurance-list li:first-child {
		margin-top: 0;
	}
	#bookin .bookin-section {
		margin-bottom: 70px;
		scroll-margin-top: 90px;
	}
	#bookin .bookin-section-heading {
		margin-bottom: 32px;
		font-size: 150%;
		line-height: 44px;
	}
	#bookin .bookin-section-text {
		line-height: 1.8;
		text-align: left;
	}
	#bookin .bookin-flow {
		display: block;
		width: 100%;
		margin-bottom: 34px;
	}
	#bookin .bookin-flow li {
		width: 100%;
		min-height: 64px;
		margin-top: 16px;
		padding-right: 48px;
		padding-left: 48px;
		justify-content: center;
		text-align: center;
	}
	#bookin .bookin-flow li > span {
		position: absolute;
		left: 14px;
		margin-right: 0;
	}
	#bookin .bookin-flow li:first-child {
		margin-top: 0;
	}
	#bookin .bookin-flow li + li::before {
		top: -12px;
		left: 50%;
		border-top: 8px solid #111;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border-bottom: 0;
		transform: translateX(-50%);
	}
	#bookin .bookin-line-action a {
		width: 100%;
		height: 64px;
		font-size: 15px;
	}
	#bookin .bookin-line-label {
		font-size: 120%;
	}
	#bookin .bookin-line-text {
		margin-bottom: 28px;
		font-size: 16px;
		line-height: 1.9;
		text-align: left;
	}
	#bookin #booking-phone {
		display: block;
	}
	#bookin .bookin-phone-card {
		width: 100%;
		min-height: 0;
		margin-top: 16px;
		padding: 22px 18px;
	}
	#bookin .bookin-phone-name {
		margin-bottom: 12px;
		font-size: 17px;
	}
	#bookin .bookin-phone-number {
		width: 100%;
		font-size: 17px;
		line-height: 1.4;
	}
	#bookin .bookin-phone-note {
		margin-top: 22px;
		line-height: 1.8;
		text-align: left;
	}
	#bookin .mw_wp_form_g-standard table,
	#bookin .mw_wp_form_g-standard table tbody,
	#bookin .mw_wp_form_g-standard table tr,
	#bookin .mw_wp_form_g-standard table th,
	#bookin .mw_wp_form_g-standard table td {
		display: block;
		width: 100%;
	}
	#bookin .mw_wp_form_g-standard table {
		border-bottom: 2px solid #111;
	}
	#bookin .mw_wp_form_g-standard table th,
	#bookin .mw_wp_form_g-standard table td {
		padding: 18px 16px;
	}
	#bookin .mw_wp_form_g-standard table th {
		border-bottom: 0;
	}
	#bookin .mw_wp_form_g-standard .g-standard-description {
		padding: 12px 14px;
	}
	#bookin .mw_wp_form_g-standard .g-standard-description p {
		font-size: 13px;
		line-height: 1.7;
	}
	#bookin .mw_wp_form_g-standard .mwform-radio-field,
	#bookin .mw_wp_form_g-standard .mwform-checkbox-field {
		display: flex;
		width: 100%;
		margin-right: 0;
	}
	#bookin .mw_wp_form_g-standard label {
		width: 100%;
		min-height: 46px;
		padding: 10px 12px;
	}
	#bookin .mw_wp_form_g-standard input[type="text"],
	#bookin .mw_wp_form_g-standard input[type="email"],
	#bookin .mw_wp_form_g-standard textarea,
	#bookin .mw_wp_form_g-standard input[name="day1"],
	#bookin .mw_wp_form_g-standard input[name="day2"],
	#bookin .mw_wp_form_g-standard input[name="day3"] {
		max-width: 100%;
		font-size: 16px;
	}
	#bookin .mw_wp_form_g-standard input[type="submit"],
	#bookin .mw_wp_form_g-standard input[type="button"],
	#bookin .mw_wp_form_g-standard button {
		width: 100%;
		height: 62px;
		font-size: 15px;
	}
	#bookin .bookin-related {
		display: block;
	}
	#bookin .bookin-related-card {
		width: 100%;
		padding-top: 100px;
		padding-bottom: 60px;
	}
	#bookin .bookin-related-button a {
		width: calc(100% - 40px);
		max-width: 330px;
	}
}
