@charset "UTF-8";

/**
 * 定期点検LP — /lp/teikitenken
 * テンプレート page-teikitenken.php 適用時のみ読み込み
 */

:root {
	--brand-color: #009FE9;
	--shop-color: #FF7413;
	--visit-color: #1EAD82;
	--shimei-color: #0050EF;
	--online-color: #00AECB;
}

/* 予約ウィザード */
.lp-teikitenken-yoyaku {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.lp-teikitenken-yoyaku-step.is-hidden {
	display: none;
}

.lp-teikitenken-yoyaku-heading {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #2F3D45;
	margin: 0 0 20px;
}

.lp-teikitenken-yoyaku-step-header {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	min-height: 28px;
}

.lp-teikitenken-yoyaku-step-header .lp-teikitenken-yoyaku-heading {
	margin: 0;
	padding: 0 56px;
}

.lp-teikitenken-yoyaku-back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	color: var(--brand-color);
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.lp-teikitenken-yoyaku-back::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid var(--brand-color);
	border-left: 2px solid var(--brand-color);
	transform: rotate(45deg);
}

.lp-teikitenken-yoyaku-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lp-teikitenken-yoyaku-btn-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px 20px;
	border: none;
	border-radius: 90px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s;
}

.lp-teikitenken-yoyaku-btn-item:hover {
	opacity: 0.85;
	color: #fff;
}

.lp-teikitenken-yoyaku .lp-teikitenken-yoyaku-btn-item,
.lp-teikitenken-yoyaku a.lp-teikitenken-yoyaku-btn-item:link,
.lp-teikitenken-yoyaku a.lp-teikitenken-yoyaku-btn-item:visited,
.lp-teikitenken-yoyaku a.lp-teikitenken-yoyaku-btn-item:hover,
.lp-teikitenken-yoyaku a.lp-teikitenken-yoyaku-btn-item:active,
.lp-teikitenken-yoyaku button.lp-teikitenken-yoyaku-btn-item {
	color: #fff;
}

.lp-teikitenken-yoyaku-btn-item--shop {
	background-color: var(--shop-color);
}

.lp-teikitenken-yoyaku-btn-item--visit {
	background-color: var(--visit-color);
}

.lp-teikitenken-yoyaku-btn-item--online {
	background-color: var(--online-color);
}

.lp-teikitenken-yoyaku-btn-item--shimei {
	background-color: var(--shimei-color);
}

.lp-teikitenken-yoyaku-btn a {
	width: 100%;
	text-align: center;
}

.lp-teikitenken-phone-number {
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.lp-teikitenken-container-title h2 {
	text-align: center;
	color: #4F4F4F;
	font-weight: bold;
}

.lp-teikitenken-mail-link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.lp-teikitenken-mail {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lp-teikitenken-mail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.lp-teikitenken-fair-container {
	background-color: #C4E9FA;
}

.lp-teikitenken-fair-text picture,
#lp-teikitenken-fair-img,
.lp-teikitenken-fair-container > picture {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lp-teikitenken-fair-text picture img,
#lp-teikitenken-fair-img img,
.lp-teikitenken-fair-container > picture img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.lp-teikitenken-fair-text h2 {
	font-size: 36px;
	color: #009FE9;
	font-weight: 500;
}

.lp-teikitenken-attention-title {
	color: #009FE9;
}

.lp-teikitenken-fair-btn {
	width: auto;
	background-color: #ffffff;
}

.lp-teikitenken-container-text {
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 共通セクション見出し */
.lp-teikitenken-section-head {
	text-align: center;
	margin-bottom: 40px;
}

.lp-teikitenken-section-label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: var(--brand-color);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.lp-teikitenken-section-head h2 {
	display: inline-block;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #2F3D45;
	padding-bottom: 16px;
	margin: 0;
}

.lp-teikitenken-section-head h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 64px;
	height: 4px;
	background-color: var(--brand-color);
	border-radius: 2px;
}

.lp-teikitenken-section-lead {
	font-size: 14px;
	color: #6B7280;
	margin-top: 12px;
}

/* お悩みチェック */
.lp-teikitenken-worry {
	background-color: #F7F7F5;
	padding: 60px 20px;
	position: relative;
	overflow: hidden;
}

.lp-teikitenken-worry::before {
	content: '';
	position: absolute;
	top: -48px;
	right: -48px;
	width: 192px;
	height: 192px;
	border-radius: 50%;
	background-color: rgba(0, 159, 233, 0.12);
	filter: blur(32px);
	pointer-events: none;
}

.lp-teikitenken-worry-inner {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.lp-teikitenken-worry-panel {
	background-color: #fff;
	padding: 24px;
	border-radius: 24px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 159, 233, 0.15);
}

.lp-teikitenken-worry-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.lp-teikitenken-worry-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #E5E7EB;
	background-color: #fff;
	text-align: left;
	font: inherit;
	color: inherit;
	cursor: pointer;
	transition: border-color 0.2s, background-color 0.2s;
	appearance: none;
	-webkit-appearance: none;
}

.lp-teikitenken-worry-item:hover {
	border-color: rgba(255, 116, 19, 0.4);
	background-color: rgba(255, 116, 19, 0.05);
}

.lp-teikitenken-worry-item.is-checked {
	border-color: var(--shop-color);
	background-color: rgba(255, 116, 19, 0.08);
}

.lp-teikitenken-worry-check {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	border: 2px solid #CBD5E1;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
}

.lp-teikitenken-worry-item.is-checked .lp-teikitenken-worry-check {
	background-color: var(--shop-color);
	border-color: var(--shop-color);
}

.lp-teikitenken-worry-item.is-checked .lp-teikitenken-worry-check::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.lp-teikitenken-worry-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.lp-teikitenken-worry-title {
	font-size: 15px;
	font-weight: bold;
	color: #374151;
	line-height: 1.5;
}

.lp-teikitenken-worry-desc {
	font-size: 12px;
	color: #9CA3AF;
	line-height: 1.5;
}

.lp-teikitenken-worry-result {
	margin-top: 32px;
	padding: 24px;
	background-color: #F9FAFB;
	border-radius: 16px;
	border: 1px solid #E5E7EB;
	text-align: center;
	transition: background-color 0.2s, border-color 0.2s;
}

.lp-teikitenken-worry-result.has-selection {
	background-color: rgba(255, 116, 19, 0.08);
	border-color: rgba(255, 116, 19, 0.3);
}

.lp-teikitenken-worry-result-text {
	font-size: 14px;
	font-weight: bold;
	color: #4B5563;
	margin: 0;
}

.lp-teikitenken-worry-result.has-selection .lp-teikitenken-worry-result-text {
	color: #2F3D45;
}

.lp-teikitenken-worry-result-cta {
	margin-top: 16px;
}

.lp-teikitenken-worry-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: var(--shop-color);
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 24px;
	border-radius: 90px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(255, 116, 19, 0.3);
	transition: background-color 0.2s;
}

.lp-teikitenken-worry-cta-btn:hover {
	background-color: #E5660F;
	color: #fff;
}

.lp-teikitenken-worry-result-cta a.lp-teikitenken-worry-cta-btn,
.lp-teikitenken-worry-result-cta a.lp-teikitenken-worry-cta-btn:link,
.lp-teikitenken-worry-result-cta a.lp-teikitenken-worry-cta-btn:visited,
.lp-teikitenken-worry-result-cta a.lp-teikitenken-worry-cta-btn:hover,
.lp-teikitenken-worry-result-cta a.lp-teikitenken-worry-cta-btn:active {
	color: #fff;
}

.lp-teikitenken-worry-cta-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

/* 定期点検でできること */
.lp-teikitenken-support {
	background-color: #fff;
	padding: 60px 20px;
}

.lp-teikitenken-support-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.lp-teikitenken-support-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

.lp-teikitenken-support-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.lp-teikitenken-support-label {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: var(--brand-color);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: rgba(0, 159, 233, 0.1);
	padding: 4px 12px;
	border-radius: 90px;
	margin-bottom: 12px;
}

.lp-teikitenken-support-title {
	font-size: 18px;
	font-weight: bold;
	color: #2F3D45;
	margin: 0 0 12px;
	line-height: 1.5;
}

.lp-teikitenken-support-text {
	font-size: 14px;
	color: #4B5563;
	line-height: 1.8;
	margin: 0;
}

.lp-teikitenken-support-note {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	padding: 12px;
	background-color: #F9FAFB;
	border-radius: 12px;
}

.lp-teikitenken-support-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(0, 159, 233, 0.15);
	position: relative;
}

.lp-teikitenken-support-icon--receipt::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 18px;
	border: 2px solid var(--brand-color);
	border-radius: 2px;
}

.lp-teikitenken-support-icon--receipt::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 54%;
	transform: translateX(-50%);
	width: 8px;
	height: 0;
	border-top: 2px solid var(--brand-color);
	box-shadow: 0 -4px 0 var(--brand-color), 0 -8px 0 var(--brand-color);
}

.lp-teikitenken-support-icon--calculator::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 20px;
	border: 2px solid var(--brand-color);
	border-radius: 3px;
}

.lp-teikitenken-support-icon--calculator::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 58%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 6px;
	background:
		linear-gradient(var(--brand-color), var(--brand-color)) 0 0 / 3px 3px no-repeat,
		linear-gradient(var(--brand-color), var(--brand-color)) 5px 0 / 3px 3px no-repeat,
		linear-gradient(var(--brand-color), var(--brand-color)) 0 4px / 3px 3px no-repeat,
		linear-gradient(var(--brand-color), var(--brand-color)) 5px 4px / 3px 3px no-repeat;
}

.lp-teikitenken-support-note-text {
	font-size: 12px;
	font-weight: 600;
	color: #6B7280;
	line-height: 1.5;
}

@media screen and (min-width: 576px) {
	.lp-teikitenken-container {
		width: 1100px;
		margin: auto;
		padding: 45px;
	}

	.lp-teikitenken-container-items {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		margin: 10px auto;
		gap: 16px;
	}

	.lp-teikitenken-yoyaku {
		max-width: 800px;
	}

	.lp-teikitenken-yoyaku-heading {
		font-size: 17px;
	}

	.lp-teikitenken-yoyaku-actions {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}

	.lp-teikitenken-yoyaku-btn-item {
		flex: 1 1 0;
		min-width: 200px;
		max-width: 360px;
		width: auto;
		font-size: 16px;
	}

	.lp-teikitenken-br-sp {
		display: none;
	}

	.lp-teikitenken-container-title h2 {
		font-size: 20px;
	}

	.lp-teikitenken-phone-number {
		font-size: 35px;
	}

	.lp-teikitenken-fair-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 80px;
		gap: 15px;
	}

	.lp-teikitenken-fair-text {
		width: 100%;
		max-width: 1100px;
		margin: 50px auto;
		padding: 0 20px;
		text-align: center;
		box-sizing: border-box;
	}

	.lp-teikitenken-fair-text p {
		font-size: 42px;
	}

	.lp-teikitenken-fair-attention {
		width: 1100px;
		margin: 20px 0;
		text-align: left;
	}

	.lp-teikitenken-fair-btn {
		width: 1100px;
		padding: 40px;
		border-radius: 25px;
	}

	.lp-teikitenken-sp-yoyaku {
		display: none;
	}

	.lp-teikitenken-section-label {
		font-size: 14px;
	}

	.lp-teikitenken-section-head h2 {
		font-size: 32px;
	}

	.lp-teikitenken-worry {
		padding: 80px 20px;
	}

	.lp-teikitenken-worry-panel {
		padding: 40px;
		border-radius: 32px;
	}

	.lp-teikitenken-worry-title {
		font-size: 16px;
	}

	.lp-teikitenken-worry-desc {
		font-size: 13px;
	}

	.lp-teikitenken-support {
		padding: 80px 20px;
	}

	.lp-teikitenken-support-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}

	.lp-teikitenken-support-card {
		padding: 32px;
		border-radius: 32px;
		min-height: 100%;
	}

	.lp-teikitenken-support-title {
		font-size: 20px;
	}

	.lp-teikitenken-support-text {
		font-size: 15px;
	}
}

@media screen and (max-width: 575px) {
	.lp-teikitenken-container {
		text-align: center;
		width: 100%;
		padding: 20px;
	}

	.lp-teikitenken-container-items {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 10px auto;
		gap: 16px;
	}

	.lp-teikitenken-link-btn {
		font-size: 14px;
		position: relative;
	}

	.lp-teikitenken-link-btn img {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.lp-teikitenken-yoyaku-btn-item {
		width: 100%;
	}

	.lp-teikitenken-yoyaku-step-header {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		min-height: 0;
	}

	.lp-teikitenken-yoyaku-step-header .lp-teikitenken-yoyaku-heading {
		padding: 0;
		order: 2;
	}

	.lp-teikitenken-yoyaku-back {
		position: static;
		transform: none;
		order: 1;
		margin-bottom: 0;
	}

	.lp-teikitenken-container-title h2 {
		font-size: 15px;
	}

	.lp-teikitenken-phone-number {
		font-size: 24px;
		font-weight: bold;
	}

	.lp-teikitenken-fair-container {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px;
	}

	.lp-teikitenken-fair-img-present {
		background-image: url(../../assets/img/lp/fair20250118/present-ribon.png);
		width: 100%;
		height: 75px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.lp-teikitenken-fair-text {
		text-align: center;
	}

	.lp-teikitenken-fair-text h2 {
		font-size: 24px;
	}

	.lp-teikitenken-fair-text p {
		font-size: 25px;
	}

	.lp-teikitenken-fair-container picture {
		margin: 10px;
	}

	.lp-teikitenken-fair-attention {
		width: 100%;
		padding: 20px 8px;
	}

	.lp-teikitenken-fair-btn {
		display: none;
	}

	.lp-teikitenken-sp-yoyaku {
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}

	.lp-teikitenken-section-head h2 {
		font-size: 22px;
	}

	.lp-teikitenken-worry {
		padding: 40px 16px;
	}

	.lp-teikitenken-support {
		padding: 40px 16px;
	}
}
