.page-template-page-service-s-s {
	background-color: #eff1f7;
	letter-spacing: 2px;
}

.ss-business {
}
.sectionHead {
	position: relative;
}
.sectionHead__titles {
	left: 8.0645%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sectionHead__titles p {
	color: #fff;
	font-family: var(--family-en);
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 110%;
}
.sectionHead__titles h2 {
	color: #fff;
	font-size: clamp(1.313rem, 1.07rem + 1.03vw, 2rem);
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 180%;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.sectionHead__titles h2 {
		margin-top: 0;
	}
}

/* ================= */
/* 共通gas station */
/* ================= */
.station {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1000px;
	padding: 24px;
}
.station:first-of-type {
	margin-top: 64px;
}
.station + .station {
	margin-top: 40px;
}
.stationHead {
	align-items: center;
	display: flex;
	gap: 6.4%;
}
.stationHead__img {
	flex: 0 1 44.8148%;
}
.stationHead__details {
	flex: 1;
}
.stationHead__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
}
.stationHead__address {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 2px;
}
.stationHead__map {
	color: #003785;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 2px;
}
.stationHead__text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 8px;
}
.icon {
	display: inline-block;
}
.icon .link {
	height: 16px;
	margin: 0 4px 2px 2px;
	width: 16px;
}
.icon .phone {
	height: 18px;
	margin: 0 0 2px 0;
	width: 18px;
}
.stationHead__bnrs {
	display: flex;
	flex-wrap: wrap;
	gap: 3.6px;
	margin-top: 16px;
}
.stationHead__bnrs img {
	height: 45px;
	width: auto;
}

.ss-business__button-wrapper {
	margin-top: 24px;
}
.ss-business__button {
	color: #fff;
	font-family: var(--family-jp);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	height: 46px;
	letter-spacing: 2px;
	line-height: 180%;
	width: 180px;
}
.ss-business__button::after {
	background: url(../../images/service-ss/icon-arrow-down--white.svg) no-repeat center center /
		contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

@media (max-width: 767px) {
	.station {
		padding: 20px;
	}
	.stationHead {
		flex-direction: column;
	}
	.stationHead__img {
		flex: auto;
	}
	.stationHead__details {
		margin-top: 16px;
		width: 100%;
	}
	.stationHead__title {
		font-size: 20px;
	}
	.stationHead__address {
		font-size: 14px;
	}
	.stationHead__map {
		font-size: 12px;
	}
	.icon .link {
		height: 14px;
		width: 14px;
	}
}

.stationGallery {
	margin-bottom: 24px;
	margin-top: 32px;
	overflow-x: scroll;
	padding-bottom: 32px;
}
.stationGallery:hover {
	cursor: pointer;
}
.stationGallery__imgs {
	display: flex;
	gap: 16px;
}
.stationGallery img {
	aspect-ratio: 266 / 162;
	width: 266px;
}
.stationGallery::-webkit-scrollbar {
	width: 8px;
}
.stationGallery::-webkit-scrollbar-track {
	background-color: #d0d1d3;
	border-radius: 100px;
}
.stationGallery::-webkit-scrollbar-thumb {
	background-color: var(--main-red);
	border-radius: 100px;
}
@media (max-width: 767px) {
	.stationGallery {
		padding-bottom: 20px;
	}
	.stationGallery::-webkit-scrollbar {
		width: 4px;
	}
}

/* =============== */
/* 大宮SS セクション */
/* =============== */
.omiya-ss {
	background-color: #fff;
}
.omiya-ss__contents {
	display: grid;
	gap: 56px;
}
.omiya-ss__first-image {
	margin-top: 80px;
	position: relative;
}
.omiya-ss__first-image p {
	color: #fff;
	font-size: 3.2949vw;
	font-weight: 900;
	left: 40px;
	line-height: 1.6;
	position: absolute;
	text-shadow: 2.59px 3.45px 7.76px rgba(41 16 122 / 0.2);
	top: 40px;
}

.omiya-map {
}
.omiya-map__image {
}
.omiya-map__nav {
	display: flex;
}
.omiya-map__lists {
	display: grid;
	flex: 0 1 50%;
	gap: 16px;
	margin-top: 24px;
}
.omiya-map__list {
	align-items: center;
	counter-increment: num;
	display: grid;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 37px;
	position: relative;
}
.omiya-map__list.last {
	padding-left: 0;
}
.omiya-map__list span {
	background-color: var(--main-red);
	border-radius: 50%;
	color: #fff;
	/* content: counter(num); */
	/* counter-increment: number 1; */
	display: inline-grid;
	font-weight: 700;
	height: 27px;
	left: 0;
	place-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
}

.omiya-ssCard {
	background-color: #eff1f7;
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
	padding: 40px;
}
.omiya-ssCard__title {
	position: relative;
	text-align: center;
}
.omiya-ssCard__title::before,
.omiya-ssCard__title::after {
	background: url(../../images/service-ss/icon-title-line--red.svg) no-repeat center center /
		contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 76.47%;
	left: 0%;
	position: absolute;
	width: 6.724%;
}
.omiya-ssCard__title::after {
	height: 76.47%;
	left: auto;
	right: 0%;
	transform: scale(-1, 1);
	width: 6.724%;
}
.omiya-ssCard.wash .omiya-ssCard__title::before {
	height: 46%;
	left: 5.68966%;
	width: 6.724%;
}
.omiya-ssCard.wash .omiya-ssCard__title::after {
	height: 50.3226%;
	right: 5.68966%;
	width: 6.724%;
}
.omiya-ssCard.consultation .omiya-ssCard__title::before {
	height: 46%;
	left: 13%;
	width: 6.724%;
}
.omiya-ssCard.consultation .omiya-ssCard__title::after {
	height: 50.3226%;
	right: 13%;
}

.omiya-ssCard__title p {
	font-size: clamp(1.25rem, 0.393rem + 1.79vw, 2rem);
	font-weight: 900;
}
.omiya-ssCard__title p > span {
	color: var(--main-red);
}
.omiya-ss__flex {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr 1fr;
}
.vehicle-inspection .omiya-ss__flex {
	gap: 24px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
	.omiya-ssCard {
		padding: 16px;
	}
	.omiya-ss__first-image {
		margin-top: 40px;
	}
	.omiya-ss__contents {
		gap: 24px;
	}
	.omiya-ss__first-image p {
		font-size: clamp(1.125rem, 0.6rem + 2.4vw, 1.75rem);
		left: 16px;
		top: 16px;
	}
	.omiya-ssCard__title p {
		font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
		padding: 0 24px;
	}
	.omiya-ss__contents .omiya-ssCard .omiya-ssCard__title::before {
		height: 24px;
		left: 0;
		width: 24px;
	}
	.omiya-ss__contents .omiya-ssCard .omiya-ssCard__title::after {
		height: 24px;
		right: 0;
		width: 24px;
	}
	.omiya-map__nav {
		display: block;
	}
	.omiya-map__lists + .omiya-map__lists {
		margin-top: 16px;
	}
}
