@charset "UTF-8";

/* =========================================================
   無料・有料掲載 / 店舗カード
   CLEAN CSS / 2026-09-19
========================================================= */

/* =========================================================
   FINAL FREE / PAID SHOP SYSTEM
   判定基準：既存 taxonomy「award」
   「殿堂入り店舗」= 有料 / それ以外 = 無料
========================================================= */
/* ---------- 殿堂入りラベル ---------- */
.tkz-hall-of-fame {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: fit-content !important;
	max-width: 100% !important;
	margin: 0 0 14px !important;
	padding: 8px 14px 7px !important;
	box-sizing: border-box !important;
	background: linear-gradient(135deg, #e1ca87 0%, #b18d43 100%) !important;
	border: 1px solid #ecd9a5 !important;
	border-radius: 0 !important;
	color: #111 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: .08em !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
/* ---------- 有料：全一覧共通大型カード ---------- */
.tkz-paid-shop-card {
	order: 1 !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 0 22px !important;
	background: #fffdf8 !important;
	border: 1px solid #c5a767 !important;
	border-top: 5px solid #b99a5d !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
}
.tkz-paid-shop-card-link {
	display: grid !important;
	grid-template-columns: minmax(300px, 40%) minmax(0, 1fr) !important;
	min-height: 310px !important;
	width: 100% !important;
	color: inherit !important;
	text-decoration: none !important;
}
.tkz-paid-shop-card--no-image .tkz-paid-shop-card-link {
	grid-template-columns: 1fr !important;
	min-height: 0 !important;
}
.tkz-paid-shop-image {
	position: relative !important;
	min-height: 310px !important;
	background: #111 !important;
	overflow: hidden !important;
}
.tkz-paid-shop-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 310px !important;
	margin: 0 !important;
	aspect-ratio: auto !important;
	object-fit: cover !important;
}
.tkz-paid-shop-body {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	min-width: 0 !important;
	padding: 30px 34px 28px !important;
	box-sizing: border-box !important;
}
.tkz-paid-shop-area {
	margin: 0 0 7px !important;
	color: #90743b !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: .08em !important;
}
.tkz-paid-shop-name {
	margin: 0 0 14px !important;
	padding: 0 !important;
	color: #211f1b !important;
	font-size: 29px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	letter-spacing: .01em !important;
}
.tkz-paid-shop-genres {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	margin: 0 0 11px !important;
}
.tkz-paid-shop-genres span {
	display: inline-flex !important;
	padding: 5px 8px !important;
	background: #171718 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #eee8dc !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
}
.tkz-paid-shop-plays {
	margin: 0 0 17px !important;
	color: #6e685d !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.75 !important;
}
.tkz-paid-shop-facts {
	display: grid !important;
	gap: 12px !important;
	margin: 0 0 18px !important;
	padding-top: 15px !important;
	border-top: 1px solid #ddd3bd !important;
}
.tkz-paid-shop-facts > div span,
.tkz-paid-shop-facts > div strong {
	display: block !important;
}
.tkz-paid-shop-facts > div span {
	margin-bottom: 4px !important;
	color: #999184 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: .08em !important;
}
.tkz-paid-shop-facts > div strong {
	color: #2a2722 !important;
	font-size: 16px !important;
	font-weight: 650 !important;
	line-height: 1.5 !important;
}
.tkz-paid-shop-cta {
	margin-top: auto !important;
	padding-top: 14px !important;
	border-top: 1px solid #ddd3bd !important;
	color: #7f642d !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: .03em !important;
}
/* ---------- 無料：薄型データ掲載 ---------- */
.tkz-free-shop-row {
	order: 20 !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #d7d1c4 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.tkz-free-shop-row:first-of-type {
	border-top: 1px solid #d7d1c4 !important;
}
.tkz-free-shop-row-inner {
	display: grid !important;
	grid-template-columns: 90px minmax(180px, 1.4fr) minmax(110px, .7fr) minmax(120px, .8fr) minmax(150px, 1fr) 84px !important;
	align-items: center !important;
	gap: 14px !important;
	min-height: 62px !important;
	padding: 9px 4px !important;
	box-sizing: border-box !important;
}
.tkz-free-shop-area {
	color: #8b6f32 !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}
.tkz-free-shop-name {
	margin: 0 !important;
	padding: 0 !important;
	color: #2a2823 !important;
	font-size: 16px !important;
	font-weight: 650 !important;
	line-height: 1.45 !important;
}
.tkz-free-shop-genre,
.tkz-free-shop-price,
.tkz-free-shop-hours,
.tkz-free-shop-link {
	color: #625d53 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}
.tkz-free-shop-price span,
.tkz-free-shop-hours span {
	display: block !important;
	margin-bottom: 2px !important;
	color: #999184 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: .08em !important;
}
.tkz-free-shop-link {
	text-align: right !important;
}
.tkz-free-shop-link a {
	color: #554d3d !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
	text-underline-offset: 4px !important;
}
/* ---------- TOP：殿堂入りは新着店舗より上で大きく露出 ---------- */
.home .tkz-home-hall-section {
	background: #101011 !important;
	border-top: 1px solid #b99a5d !important;
	border-bottom: 1px solid #4a402d !important;
}
.home .tkz-home-hall-section .tkz-home-section-title span {
	color: #c8aa69 !important;
}
.home .tkz-home-hall-section .tkz-home-section-title h2 {
	color: #f4f1ea !important;
}
.home .tkz-home-hall-section .tkz-home-section-title p {
	color: #aaa397 !important;
}
.home .tkz-home-hall-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
}
.home .tkz-home-hall-card {
	min-width: 0 !important;
	background: #f7f3e9 !important;
	border: 1px solid #b99a5d !important;
	border-top: 5px solid #c6a667 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
}
.home .tkz-home-hall-card > a {
	display: block !important;
	height: 100% !important;
	color: #24211d !important;
	text-decoration: none !important;
}
.home .tkz-home-hall-badge {
	position: absolute !important;
	top: 14px !important;
	left: 14px !important;
	z-index: 3 !important;
	padding: 9px 13px 8px !important;
	background: linear-gradient(135deg, #e1ca87 0%, #b18d43 100%) !important;
	border: 1px solid #ecd9a5 !important;
	color: #111 !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: .08em !important;
}
.home .tkz-home-hall-photo {
	background: #111 !important;
	overflow: hidden !important;
}
.home .tkz-home-hall-photo img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9 !important;
	object-fit: cover !important;
}
.home .tkz-home-hall-body {
	padding: 24px 24px 23px !important;
}
.home .tkz-home-hall-area {
	margin: 0 0 7px !important;
	color: #92763f !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: .08em !important;
}
.home .tkz-home-hall-card h3 {
	margin: 0 0 13px !important;
	color: #22201c !important;
	font-size: 25px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
}
.home .tkz-home-hall-tags {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	margin: 0 0 11px !important;
}
.home .tkz-home-hall-tags span {
	padding: 5px 8px !important;
	background: #1a1a1b !important;
	color: #eee8dc !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}
.home .tkz-home-hall-plays {
	margin: 0 0 16px !important;
	color: #6e675b !important;
	font-size: 15px !important;
	line-height: 1.75 !important;
}
.home .tkz-home-hall-cta {
	padding-top: 13px !important;
	border-top: 1px solid #d7cdb7 !important;
	color: #80662e !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}
/* ---------- TOP：新着無料店舗 PC2列 × 最大4件 ---------- */
.home .tkz-home-newfree-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	column-gap: 24px !important;
	border-top: 1px solid #d8d2c6 !important;
}
.home .tkz-home-newfree-row {
	display: grid !important;
	grid-template-columns: 100px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 16px !important;
	min-height: 52px !important;
	padding: 10px 4px !important;
	box-sizing: border-box !important;
	border-bottom: 1px solid #d8d2c6 !important;
	color: inherit !important;
	text-decoration: none !important;
}
.home .tkz-home-newfree-area {
	color: #92763f !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
}
.home .tkz-home-newfree-name {
	min-width: 0 !important;
	color: #2a2824 !important;
	font-size: 17px !important;
	font-weight: 650 !important;
	line-height: 1.45 !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.home .tkz-home-newfree-plays {
	min-width: 0 !important;
	color: #847c6f !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	text-align: right !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
/* ---------- 無料個別ページ：直接URLへ来た場合だけ最低限 ---------- */
.tkz-shop-free-single-info {
	padding: 28px 34px 34px !important;
	background: #f7f5f0 !important;
}
.tkz-shop-free-single-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	border-top: 1px solid #ddd8cf !important;
}
.tkz-shop-free-single-grid > div {
	padding: 15px 0 !important;
	border-bottom: 1px solid #ddd8cf !important;
}
.tkz-shop-free-single-grid span,
.tkz-shop-free-single-grid strong {
	display: block !important;
}
.tkz-shop-free-single-grid span {
	margin-bottom: 4px !important;
	color: #948d80 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: .08em !important;
}
.tkz-shop-free-single-grid strong {
	color: #2e2b27 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
}
.tkz-shop-free-single-link {
	margin: 18px 0 0 !important;
}
.tkz-shop-free-single-link a {
	color: #4f4a42 !important;
	font-size: 16px !important;
	text-decoration: underline !important;
	text-underline-offset: 4px !important;
}
/* ---------- 掲載案内：有料掲載プラン ---------- */
.tkz-listing-paid-section {
	background: #111112 !important;
	color: #ece7dc !important;
}
.tkz-listing-paid-section > h2 {
	color: #f4f1ea !important;
}
.tkz-listing-paid-section > p {
	color: #b5aea2 !important;
}
.tkz-listing-paid-label {
	margin-bottom: 10px !important;
	color: #c7a960 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: .2em !important;
}
.tkz-listing-plans-single {
	grid-template-columns: minmax(0, 460px) !important;
	margin-bottom: 26px !important;
}
.tkz-listing-plan-hall {
	background: #f7f3e9 !important;
	border: 1px solid #c6a667 !important;
	border-top: 5px solid #c6a667 !important;
	color: #25221d !important;
}
.tkz-listing-plan-hall .tkz-listing-stars {
	color: #886c30 !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: .08em !important;
}
.tkz-listing-paid-grid > div {
	background: #19191a !important;
	border-color: #3f392e !important;
	color: #eee8dc !important;
}
/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
	/* 無料掲載：スマホでは営業時間を出さない */
	.tkz-free-shop-hours,
	.tkz-shop-free-single-hours {
		display: none !important;
	}
	.tkz-free-shop-row-inner {
		grid-template-columns: 58px minmax(0, 1fr) 62px !important;
		grid-template-areas: "area name link"
			"genre price price" !important;
		gap: 5px 8px !important;
		min-height: 0 !important;
		padding: 10px 2px 11px !important;
	}
	.tkz-free-shop-area {
		grid-area: area !important;
		font-size: 12px !important;
	}
	.tkz-free-shop-name {
		grid-area: name !important;
		font-size: 16px !important;
	}
	.tkz-free-shop-genre {
		grid-area: genre !important;
		font-size: 12px !important;
	}
	.tkz-free-shop-price {
		grid-area: price !important;
		font-size: 12px !important;
	}
	.tkz-free-shop-link {
		grid-area: link !important;
		font-size: 12px !important;
	}
	.tkz-free-shop-price span {
		display: none !important;
	}
	.tkz-free-shop-link a {
		font-size: 12px !important;
	}
	/* 有料掲載はスマホでも大きい1枚カード */
	.tkz-paid-shop-card {
		margin-bottom: 18px !important;
		border-top-width: 5px !important;
	}
	.tkz-paid-shop-card-link {
		display: block !important;
		min-height: 0 !important;
	}
	.tkz-paid-shop-image {
		min-height: 0 !important;
	}
	.tkz-paid-shop-image img {
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 9 !important;
		object-fit: cover !important;
	}
	.tkz-paid-shop-body {
		padding: 20px 18px 19px !important;
	}
	.tkz-hall-of-fame {
		margin-bottom: 12px !important;
		padding: 8px 11px 7px !important;
		font-size: 13px !important;
	}
	.tkz-paid-shop-name {
		margin-bottom: 12px !important;
		font-size: 22px !important;
	}
	.tkz-paid-shop-genres {
		margin-bottom: 10px !important;
	}
	.tkz-paid-shop-plays {
		margin-bottom: 14px !important;
		font-size: 14px !important;
	}
	.tkz-paid-shop-facts {
		gap: 10px !important;
		margin-bottom: 14px !important;
		padding-top: 13px !important;
	}
	/* TOP殿堂入り */
	.home .tkz-home-hall-grid {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}
	.home .tkz-home-hall-badge {
		top: 10px !important;
		left: 10px !important;
		padding: 8px 10px 7px !important;
		font-size: 13px !important;
	}
	.home .tkz-home-hall-body {
		padding: 18px 17px 17px !important;
	}
	.home .tkz-home-hall-card h3 {
		font-size: 21px !important;
	}
	/* TOP新着無料：スマホは1列 / 地名 + 店名 */
	.home .tkz-home-newfree-list {
		grid-template-columns: 1fr !important;
		column-gap: 0 !important;
	}
	.home .tkz-home-newfree-row {
		grid-template-columns: 110px minmax(0, 1fr) !important;
		gap: 10px !important;
		min-height: 0 !important;
		padding: 10px 2px !important;
	}
	.home .tkz-home-newfree-area {
		font-size: 12px !important;
	}
	.home .tkz-home-newfree-name {
		font-size: 16px !important;
	}
	.home .tkz-home-newfree-plays {
		font-size: 12px !important;
	}
	.tkz-shop-free-single-info {
		padding: 22px 18px 26px !important;
	}
	.tkz-shop-free-single-grid {
		grid-template-columns: 1fr !important;
	}
	.tkz-listing-plans-single {
		grid-template-columns: 1fr !important;
	}
}
/* ---------- legacy page CSS compatibility: paid card wins ---------- */
.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-card-link,
.tax-area .tkz-paid-shop-card .tkz-paid-shop-card-link,
.tax-genre .tkz-paid-shop-card .tkz-paid-shop-card-link,
.tax-play .tkz-paid-shop-card .tkz-paid-shop-card-link {
	display: grid !important;
	grid-template-columns: minmax(300px, 40%) minmax(0, 1fr) !important;
	min-height: 310px !important;
	height: auto !important;
}
.post-type-archive-shop .tkz-paid-shop-card--no-image .tkz-paid-shop-card-link,
.tax-area .tkz-paid-shop-card--no-image .tkz-paid-shop-card-link,
.tax-genre .tkz-paid-shop-card--no-image .tkz-paid-shop-card-link,
.tax-play .tkz-paid-shop-card--no-image .tkz-paid-shop-card-link {
	grid-template-columns: 1fr !important;
	min-height: 0 !important;
}
.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-image,
.tax-area .tkz-paid-shop-card .tkz-paid-shop-image,
.tax-genre .tkz-paid-shop-card .tkz-paid-shop-image,
.tax-play .tkz-paid-shop-card .tkz-paid-shop-image {
	min-height: 310px !important;
}
.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-image img,
.tax-area .tkz-paid-shop-card .tkz-paid-shop-image img,
.tax-genre .tkz-paid-shop-card .tkz-paid-shop-image img,
.tax-play .tkz-paid-shop-card .tkz-paid-shop-image img {
	width: 100% !important;
	height: 100% !important;
	min-height: 310px !important;
	aspect-ratio: auto !important;
	object-fit: cover !important;
}
.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-body,
.tax-area .tkz-paid-shop-card .tkz-paid-shop-body,
.tax-genre .tkz-paid-shop-card .tkz-paid-shop-body,
.tax-play .tkz-paid-shop-card .tkz-paid-shop-body {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 30px 34px 28px !important;
}
.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-name,
.tax-area .tkz-paid-shop-card .tkz-paid-shop-name,
.tax-genre .tkz-paid-shop-card .tkz-paid-shop-name,
.tax-play .tkz-paid-shop-card .tkz-paid-shop-name {
	margin: 0 0 14px !important;
	color: #211f1b !important;
	font-size: 29px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
}
@media (max-width: 768px) {
	.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-card-link,
	.tax-area .tkz-paid-shop-card .tkz-paid-shop-card-link,
	.tax-genre .tkz-paid-shop-card .tkz-paid-shop-card-link,
	.tax-play .tkz-paid-shop-card .tkz-paid-shop-card-link {
		display: block !important;
		min-height: 0 !important;
	}
	.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-image,
	.tax-area .tkz-paid-shop-card .tkz-paid-shop-image,
	.tax-genre .tkz-paid-shop-card .tkz-paid-shop-image,
	.tax-play .tkz-paid-shop-card .tkz-paid-shop-image {
		min-height: 0 !important;
	}
	.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-image img,
	.tax-area .tkz-paid-shop-card .tkz-paid-shop-image img,
	.tax-genre .tkz-paid-shop-card .tkz-paid-shop-image img,
	.tax-play .tkz-paid-shop-card .tkz-paid-shop-image img {
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 9 !important;
	}
	.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-body,
	.tax-area .tkz-paid-shop-card .tkz-paid-shop-body,
	.tax-genre .tkz-paid-shop-card .tkz-paid-shop-body,
	.tax-play .tkz-paid-shop-card .tkz-paid-shop-body {
		padding: 20px 18px 19px !important;
	}
	.post-type-archive-shop .tkz-paid-shop-card .tkz-paid-shop-name,
	.tax-area .tkz-paid-shop-card .tkz-paid-shop-name,
	.tax-genre .tkz-paid-shop-card .tkz-paid-shop-name,
	.tax-play .tkz-paid-shop-card .tkz-paid-shop-name {
		font-size: 22px !important;
	}
}
/* 掲載店募集：先着順の注記 */
.tkz-listing-paid-section .tkz-listing-paid-order-note {
	margin: 20px 0 0 !important;
	color: #cbbd9c !important;
	font-size: 15px !important;
	line-height: 1.8 !important;
}
/* 女性求人：殿堂入り店舗だけを掲載 */
.tkz-recruit-shop-card--paid {
	border: 1px solid #c6a667 !important;
	border-top: 4px solid #c6a667 !important;
	background: #f7f3e9 !important;
}
.tkz-recruit-shop-card--paid .tkz-hall-of-fame {
	margin: 0 0 11px !important;
	padding: 6px 10px 5px !important;
	font-size: 13px !important;
}
@media (max-width: 768px) {
	.tkz-recruit-shop-card--paid {
		border-top-width: 4px !important;
	}
	.tkz-recruit-shop-card--paid .tkz-hall-of-fame {
		margin-bottom: 9px !important;
		font-size: 12px !important;
	}
}
/* =========================================================
   LISTING SALES FINAL / 掲載店募集 営業ページ完成版
========================================================= */
.tkz-listing-sales-page {
	background: #f2efe8;
}
.tkz-listing-sales-hero {
	padding-bottom: 48px !important;
}
.tkz-listing-sales-hero .tkz-page-lead {
	max-width: 720px;
}
.tkz-listing-hero-offer {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	max-width: 780px;
	margin-top: 30px;
	padding: 17px 20px;
	border-top: 1px solid #8b6f32;
	border-bottom: 1px solid #4b402e;
	background: rgba(255,255,255,.025);
}
.tkz-listing-hero-offer-label,
.tkz-listing-sales-kicker {
	color: #b99a5d;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
}
.tkz-listing-hero-offer-name {
	color: #eee6d7;
	font-size: 18px;
	font-weight: 650;
	letter-spacing: .02em;
}
.tkz-listing-hero-offer-price {
	white-space: nowrap;
	color: #f4f1ea;
}
.tkz-listing-hero-offer-price strong {
	font-size: 34px;
	font-weight: 650;
	letter-spacing: -.03em;
}
.tkz-listing-hero-offer-price span {
	margin-left: 8px;
	color: #aaa7a0;
	font-size: 15px;
}
.tkz-listing-sales-intro {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
	padding: 52px 42px;
	background: #f2efe8;
	border-bottom: 1px solid #d8d0bf;
}
.tkz-listing-sales-intro-mark {
	color: #b99a5d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 57px;
	line-height: 1;
	letter-spacing: -.05em;
}
.tkz-listing-sales-intro h2 {
	margin: 7px 0 14px;
	color: #28251d;
	font-size: 32px;
	font-weight: 650;
	line-height: 1.4;
}
.tkz-listing-sales-intro p {
	max-width: 760px;
	margin: 0;
	color: #69645a;
	font-size: 18px;
	line-height: 1.95;
}
.tkz-listing-sales-benefits {
	background: #111112 !important;
	border-bottom-color: #57482f !important;
}
.tkz-listing-sales-benefits .tkz-listing-section-head h2 {
	color: #f4f1ea !important;
}
.tkz-listing-limit-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	margin: 28px 0 34px;
	background: #4a402f;
	border: 1px solid #4a402f;
}
.tkz-listing-limit-item {
	position: relative;
	min-height: 176px;
	padding: 22px 20px 20px;
	background: #171719;
}
.tkz-listing-limit-item > span {
	display: block;
	margin-bottom: 16px;
	color: #8b6f32;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .18em;
}
.tkz-listing-limit-item > strong {
	display: block;
	color: #e7e0d2;
	font-size: 18px;
	font-weight: 600;
}
.tkz-listing-limit-item > b {
	display: inline-block;
	margin-top: 18px;
	color: #d3b773;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 47px;
	font-weight: 400;
	line-height: 1;
}
.tkz-listing-limit-item > em {
	margin-left: 6px;
	color: #8f8a80;
	font-size: 16px;
	font-style: normal;
}
.tkz-listing-benefit-lines {
	border-top: 1px solid #3e382e;
}
.tkz-listing-benefit-lines > div {
	display: grid;
	grid-template-columns: 52px 250px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 18px 4px;
	border-bottom: 1px solid #312d27;
}
.tkz-listing-benefit-lines > div > span {
	color: #8b6f32;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .12em;
}
.tkz-listing-benefit-lines > div > strong {
	color: #e9e2d5;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.65;
}
.tkz-listing-benefit-lines > div > p {
	margin: 0;
	color: #9f9a91;
	font-size: 17px;
	line-height: 1.8;
}
.tkz-listing-priority-section {
	background: #e8e0d0 !important;
}
.tkz-listing-priority-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 46px;
	align-items: center;
}
.tkz-listing-priority-copy p {
	margin: 0 0 13px;
	color: #5f594e;
	font-size: 18px;
	line-height: 1.95;
}
.tkz-listing-priority-copy p:last-child {
	margin-bottom: 0;
}
.tkz-listing-priority-copy strong {
	color: #28251d;
	font-weight: 700;
}
.tkz-listing-priority-demo {
	border-top: 1px solid #9b8659;
}
.tkz-listing-priority-demo > div {
	display: grid;
	grid-template-columns: 62px 1fr;
	align-items: center;
	min-height: 54px;
	border-bottom: 1px solid #c8bda7;
}
.tkz-listing-priority-demo b {
	color: #8b6f32;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: 400;
}
.tkz-listing-priority-demo span {
	color: #4c473f;
	font-size: 17px;
}
.tkz-listing-compare-section {
	background: #f2efe8 !important;
}
.tkz-listing-compare {
	border-top: 1px solid #aaa08e;
	border-bottom: 1px solid #aaa08e;
}
.tkz-listing-compare-row {
	display: grid;
	grid-template-columns: 190px 1fr 1fr;
	border-bottom: 1px solid #d8d0bf;
}
.tkz-listing-compare-row:last-child {
	border-bottom: 0;
}
.tkz-listing-compare-row > div {
	padding: 13px 16px;
	border-right: 1px solid #d8d0bf;
	color: #625d53;
	font-size: 17px;
	line-height: 1.6;
}
.tkz-listing-compare-row > div:last-child {
	border-right: 0;
	background: #ebe3d4;
}
.tkz-listing-compare-row > div:first-child {
	color: #38342d;
	font-weight: 600;
}
.tkz-listing-compare-row strong {
	color: #6e5723;
	font-weight: 700;
}
.tkz-listing-compare-head > div {
	background: #171719 !important;
	color: #eee6d7 !important;
	font-size: 15px;
	font-weight: 700 !important;
	letter-spacing: .08em;
}
.tkz-listing-compare-head > div:last-child {
	color: #d3b773 !important;
}
.tkz-listing-update-section {
	background: #f2efe8 !important;
}
.tkz-listing-update-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border-top: 1px solid #d0c7b7;
}
.tkz-listing-update-list li {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 24px;
	padding: 18px 4px !important;
	border-bottom: 1px solid #d0c7b7 !important;
}
.tkz-listing-update-list li::before {
	display: none !important;
}
.tkz-listing-update-list strong {
	color: #403b33;
	font-size: 18px;
	font-weight: 650;
}
.tkz-listing-update-list span {
	color: #686257;
	font-size: 17px;
	line-height: 1.8;
}
.tkz-listing-free-section {
	background: #e9e5dd !important;
}
.tkz-listing-free-lead {
	max-width: 760px;
	margin-bottom: 22px !important;
}
.tkz-listing-free-data {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	border-top: 1px solid #bdb4a4;
	border-bottom: 1px solid #bdb4a4;
}
.tkz-listing-free-data span {
	padding: 15px 8px;
	border-right: 1px solid #cfc7b8;
	color: #5d584e;
	font-size: 16px;
	text-align: center;
}
.tkz-listing-free-data span:last-child {
	border-right: 0;
}
.tkz-listing-free-section .tkz-listing-note {
	margin: 16px 0 0 !important;
	line-height: 1.8;
}
.tkz-listing-flow-section {
	background: #f2efe8 !important;
}
.tkz-listing-flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid #b7ad9c;
	border-bottom: 1px solid #b7ad9c;
}
.tkz-listing-flow > div {
	min-height: 155px;
	padding: 22px 22px 20px;
	border-right: 1px solid #cfc6b6;
}
.tkz-listing-flow > div:last-child {
	border-right: 0;
}
.tkz-listing-flow b {
	display: block;
	margin-bottom: 18px;
	color: #8b6f32;
	font-size: 14px;
	letter-spacing: .12em;
}
.tkz-listing-flow strong {
	display: block;
	margin-bottom: 8px;
	color: #39352e;
	font-size: 18px;
	font-weight: 650;
}
.tkz-listing-flow span {
	display: block;
	color: #716b60;
	font-size: 16px;
	line-height: 1.8;
}
.tkz-listing-sales-policy {
	background: #e9e4d8 !important;
}
.tkz-listing-sales-cta .tkz-listing-cta-price {
	position: relative;
	z-index: 1;
	margin: 0 0 24px;
	padding: 13px 0;
	border-top: 1px solid #4a402f;
	border-bottom: 1px solid #4a402f;
	color: #d8cfbf;
	font-size: 16px;
	letter-spacing: .04em;
}
.tkz-listing-sales-cta .tkz-listing-cta-price strong {
	margin-left: 14px;
	color: #d3b773;
	font-size: 26px;
	font-weight: 650;
}
.tkz-listing-sales-cta .tkz-listing-cta-price span {
	margin-left: 5px;
	color: #aaa7a0;
	font-size: 14px;
}
@media (max-width: 768px) {
	.tkz-listing-sales-hero {
		padding: 38px 18px 34px !important;
	}
	.tkz-listing-sales-hero .tkz-page-lead {
		font-size: 17px !important;
		line-height: 1.85 !important;
	}
	.tkz-listing-hero-offer {
		grid-template-columns: 1fr auto;
		gap: 6px 14px;
		margin-top: 24px;
		padding: 14px 2px;
	}
	.tkz-listing-hero-offer-label {
		grid-column: 1 / -1;
	}
	.tkz-listing-hero-offer-name {
		font-size: 17px;
	}
	.tkz-listing-hero-offer-price strong {
		font-size: 29px;
	}
	.tkz-listing-hero-offer-price span {
		display: block;
		margin: 2px 0 0;
		text-align: right;
	}
	.tkz-listing-sales-intro {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 14px;
		padding: 34px 18px;
	}
	.tkz-listing-sales-intro-mark {
		font-size: 39px;
	}
	.tkz-listing-sales-intro h2 {
		font-size: 24px;
	}
	.tkz-listing-sales-intro p {
		font-size: 18px;
		line-height: 1.9;
	}
	.tkz-listing-limit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 22px 0 28px;
	}
	.tkz-listing-limit-item {
		min-height: 140px;
		padding: 17px 14px;
	}
	.tkz-listing-limit-item > strong {
		font-size: 17px;
	}
	.tkz-listing-limit-item > b {
		font-size: 36px;
	}
	.tkz-listing-benefit-lines > div {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 4px 10px;
		padding: 16px 0;
	}
	.tkz-listing-benefit-lines > div > strong {
		font-size: 17px;
	}
	.tkz-listing-benefit-lines > div > p {
		grid-column: 2;
		font-size: 15px !important;
		line-height: 1.75 !important;
	}
	.tkz-listing-priority-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.tkz-listing-priority-copy p {
		font-size: 17px !important;
		line-height: 1.9 !important;
	}
	.tkz-listing-priority-demo > div {
		min-height: 50px;
	}
	.tkz-listing-compare {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.tkz-listing-compare-row {
		min-width: 620px;
		grid-template-columns: 150px 1fr 1fr;
	}
	.tkz-listing-compare-row > div {
		padding: 12px 11px;
		font-size: 16px;
	}
	.tkz-listing-update-list li {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 15px 0 !important;
	}
	.tkz-listing-update-list strong {
		font-size: 17px;
	}
	.tkz-listing-update-list span {
		font-size: 16px;
	}
	.tkz-listing-free-data {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.tkz-listing-free-data span {
		border-bottom: 1px solid #cfc7b8;
		font-size: 15px;
	}
	.tkz-listing-limit-item:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
	.tkz-listing-free-data span:nth-child(even) {
		border-right: 0;
	}
	.tkz-listing-free-data span:last-child {
		grid-column: 1 / -1;
		border-right: 0;
		border-bottom: 0;
	}
	.tkz-listing-flow {
		grid-template-columns: 1fr;
	}
	.tkz-listing-flow > div {
		min-height: 0;
		padding: 18px 4px;
		border-right: 0;
		border-bottom: 1px solid #cfc6b6;
	}
	.tkz-listing-flow > div:last-child {
		border-bottom: 0;
	}
	.tkz-listing-flow b {
		margin-bottom: 9px;
	}
	.tkz-listing-sales-cta .tkz-listing-cta-price {
		font-size: 15px;
	}
	.tkz-listing-sales-cta .tkz-listing-cta-price strong {
		display: block;
		margin: 5px 0 0;
		font-size: 29px;
	}
	.tkz-listing-sales-cta .tkz-listing-cta-price span {
		margin-left: 0;
	}
}
/* =========================================================
   AREA LISTING ORDER / FREE EXPOSURE RULE
   1) 該当エリアの殿堂入り
   2) その他エリアの殿堂入り
   3) 該当エリアの無料掲載
========================================================= */
.tax-area .tkz-area-shop-list {
	display: block !important;
}
.tax-area .tkz-area-shop-group {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 34px;
}
.tax-area .tkz-area-shop-group:last-child {
	margin-bottom: 0;
}
.tax-area .tkz-area-shop-group-head {
	grid-column: 1 / -1;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(126,111,81,.28);
}
.tax-area .tkz-area-shop-group-head span {
	display: block;
	margin: 0 0 5px;
	color: #9a7b43;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .16em;
}
.tax-area .tkz-area-shop-group-head h3 {
	margin: 0;
	color: #29261f;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.45;
}
.tax-area .tkz-area-shop-group--outside-paid {
	padding-top: 6px;
}
.tax-area .tkz-area-shop-group--free {
	display: block;
	padding-top: 8px;
}
.tax-area .tkz-area-shop-group--free .tkz-area-shop-group-head {
	margin-bottom: 12px;
}
.tax-area .tkz-area-shop-group--free .tkz-free-shop-row + .tkz-free-shop-row {
	margin-top: 8px;
}
@media (max-width: 768px) {
	.tax-area .tkz-area-shop-group {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 28px;
	}
	.tax-area .tkz-area-shop-group-head {
		grid-column: 1;
		padding-bottom: 11px;
	}
	.tax-area .tkz-area-shop-group-head h3 {
		font-size: 18px;
	}
}
/* =========================================================
   CONTACT / 4 TYPES + SINGLE FILE ATTACHMENT
========================================================= */
.tkz-contact-form-note {
	margin: -4px 0 22px;
	color: #66625a;
	font-size: 17px;
	line-height: 1.8;
}
.tkz-contact-form input[type="file"] {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 8px;
	padding: 12px;
	border: 1px solid #cfc8ba;
	background: #faf8f3;
	color: #29261f;
	font-size: 17px;
	line-height: 1.5;
}
.tkz-contact-file-note {
	display: block;
	margin: 5px 0 8px !important;
	color: #777168;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}
@media (max-width: 768px) {
	.tkz-contact-form-note {
		margin-bottom: 18px;
		font-size: 16px;
	}
	.tkz-contact-form input[type="file"] {
		padding: 10px;
		font-size: 16px;
	}
}
/* =========================================================
   FREE LISTING / MUTUAL LINK REQUIRED
========================================================= */
.tkz-listing-free-mutual {
	margin: 0 0 24px;
	padding: 20px 22px;
	border-top: 3px solid #9a7b43;
	border-bottom: 1px solid #bdb4a4;
	background: #fffdf8;
}
.tkz-listing-free-mutual > span {
	display: block;
	margin: 0 0 6px;
	color: #8b6f32;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: .16em;
}
.tkz-listing-free-mutual > strong {
	display: block;
	margin: 0 0 8px;
	color: #241f17;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.5;
}
.tkz-listing-free-mutual > p {
	margin: 0 !important;
	color: #5f594e;
	font-size: 18px;
	line-height: 1.9;
}
@media (max-width: 768px) {
	.tkz-listing-free-mutual {
		margin-bottom: 20px;
		padding: 17px 16px;
	}
	.tkz-listing-free-mutual > strong {
		font-size: 19px;
	}
	.tkz-listing-free-mutual > p {
		font-size: 17px;
	}
}
/* =========================================================
   個別店舗 / 達人画像 3:4
========================================================= */
.single-shop .tkz-shop-single-master-photo {
	aspect-ratio: 3 / 4;
	overflow: hidden;
}
.single-shop .tkz-shop-single-master-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* =========================================================
   MASTER ARCHIVE / 達人アーカイブ
   達人画像を横3：縦4に統一
========================================================= */
.post-type-archive-master .tkz-master-card-photo {
	aspect-ratio: 3 / 4;
}
.post-type-archive-master .tkz-master-card-photo img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}
/* =========================================================
   全国から探す / 都道府県検索
========================================================= */
/* TOP */
.home .tkz-home-nationwide-section {
	background: #f1ecdf;
	border-top-color: #cfc5b2;
}
.home .tkz-home-nationwide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.home .tkz-home-region-block {
	padding: 18px 18px 16px;
	background: #fbfaf7;
	border: 1px solid #d9d0bf;
}
.home .tkz-home-region-block h3 {
	margin: 0 0 12px !important;
	padding: 0 0 9px !important;
	border: 0 !important;
	border-bottom: 1px solid #d8cbaF !important;
	color: #28241e !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}
.home .tkz-home-prefecture-links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 13px;
}
.home .tkz-home-prefecture-links a {
	position: relative;
	padding-right: 10px;
	color: #5b5449 !important;
	font-size: 16px;
	font-weight: 550;
	line-height: 1.7;
	text-decoration: none !important;
}
.home .tkz-home-prefecture-links a::after {
	content: "›";
	position: absolute;
	right: 0;
	color: #a98a4f;
}
.home .tkz-home-prefecture-links a:hover {
	color: #8b6f32 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}
/* /shop/ */
.post-type-archive-shop .tkz-search-section-nationwide {
	background: #ece6d9;
	border-color: #d0c5b2;
}
.post-type-archive-shop .tkz-search-nationwide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.post-type-archive-shop .tkz-search-region-block {
	padding: 18px;
	background: #f7f3eb;
	border: 1px solid #d4cab9;
}
.post-type-archive-shop .tkz-search-region-block h3 {
	margin: 0 0 12px !important;
	padding: 0 0 9px !important;
	border: 0 !important;
	border-bottom: 1px solid #d9cfbd !important;
	color: #29251f !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}
.post-type-archive-shop .tkz-search-prefecture-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
}
.post-type-archive-shop .tkz-search-prefecture-links a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 7px 9px;
	background: #fffdf8;
	border: 1px solid #ddd4c5;
	color: #3a352d !important;
	text-decoration: none !important;
}
.post-type-archive-shop .tkz-search-prefecture-links a:hover {
	border-color: #a98a4f;
	background: #fff;
}
.post-type-archive-shop .tkz-search-prefecture-links strong {
	font-size: 15px;
	font-weight: 600;
}
.post-type-archive-shop .tkz-search-prefecture-links span {
	color: #9a8d76;
	font-size: 13px;
	white-space: nowrap;
}
/* 都道府県アーカイブ */
.tax-prefecture,
.tax-prefecture .site-content {
	background: #ebe6db;
}
.tax-prefecture .tkz-prefecture-page {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 22px 20px 64px;
	box-sizing: border-box;
}
.tax-prefecture .tkz-prefecture-header {
	position: relative;
	margin: 0 0 18px;
	padding: 46px 44px 43px;
	background: linear-gradient(135deg, #0b0b0c 0%, #151516 72%, #241517 100%);
	border-top: 1px solid #b99a5d;
	border-bottom: 1px solid rgba(185,154,93,.28);
	color: #f4f1ea;
	overflow: hidden;
}
.tax-prefecture .tkz-prefecture-header .tkz-page-eyebrow {
	display: block;
	margin-bottom: 11px;
	color: #bda56f;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .22em;
}
.tax-prefecture .tkz-prefecture-header .tkz-page-title {
	margin: 0 0 13px !important;
	color: #f4f1ea !important;
	font-size: 36px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}
.tax-prefecture .tkz-prefecture-header .tkz-page-lead {
	max-width: 720px;
	margin: 0;
	color: #aaa59b;
	font-size: 18px;
	line-height: 1.9;
}
.tax-prefecture .tkz-prefecture-local-search,
.tax-prefecture .tkz-prefecture-shop-section {
	margin: 0 0 18px;
	padding: 32px 36px;
	background: #f4f1ea;
	border: 1px solid rgba(126,111,81,.22);
}
.tax-prefecture .tkz-prefecture-local-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.tax-prefecture .tkz-prefecture-local-search span,
.tax-prefecture .tkz-prefecture-section-head > span {
	display: block;
	margin-bottom: 7px;
	color: #9d8148;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .2em;
}
.tax-prefecture .tkz-prefecture-local-search strong {
	display: block;
	margin-bottom: 4px;
	color: #29261f;
	font-size: 19px;
}
.tax-prefecture .tkz-prefecture-local-search p,
.tax-prefecture .tkz-prefecture-section-head p {
	margin: 0;
	color: #7b756c;
	font-size: 16px;
	line-height: 1.8;
}
.tax-prefecture .tkz-prefecture-local-search > a {
	flex: 0 0 auto;
	padding: 11px 15px;
	border: 1px solid #b99a5d;
	color: #7d6330 !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
}
.tax-prefecture .tkz-prefecture-section-head {
	margin-bottom: 24px;
}
.tax-prefecture .tkz-prefecture-section-head h2 {
	margin: 0 0 9px !important;
	padding: 0 !important;
	border: 0 !important;
	color: #29261f !important;
	font-size: 27px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
}
.tax-prefecture .tkz-prefecture-shop-list {
	display: grid;
	gap: 18px;
}
.tax-prefecture .tkz-prefecture-empty {
	padding: 22px 0 4px;
	border-top: 1px solid #d8d0c2;
	color: #777067;
}
.tax-prefecture .tkz-prefecture-back {
	padding: 8px 2px 0;
}
.tax-prefecture .tkz-prefecture-back a {
	color: #6f624d !important;
	font-size: 16px;
	text-decoration: none !important;
}
/* 都道府県ページでも殿堂入りカードを既存と同じ表示に統一 */
.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-card-link {
	display: grid !important;
	grid-template-columns: minmax(300px, 40%) minmax(0, 1fr) !important;
	min-height: 310px !important;
	height: auto !important;
}
.tax-prefecture .tkz-paid-shop-card--no-image .tkz-paid-shop-card-link {
	grid-template-columns: 1fr !important;
	min-height: 0 !important;
}
.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-image {
	min-height: 310px !important;
}
.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-image img {
	width: 100% !important;
	height: 100% !important;
	min-height: 310px !important;
	aspect-ratio: auto !important;
	object-fit: cover !important;
}
.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-body {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 30px 34px 28px !important;
}
.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-name {
	margin: 0 0 14px !important;
	color: #211f1b !important;
	font-size: 29px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
}
@media (max-width: 768px) {
	.home .tkz-home-nationwide-grid,
	.post-type-archive-shop .tkz-search-nationwide-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.home .tkz-home-region-block,
	.post-type-archive-shop .tkz-search-region-block {
		padding: 13px 12px 12px;
	}
	.home .tkz-home-region-block h3,
	.post-type-archive-shop .tkz-search-region-block h3 {
		margin-bottom: 9px !important;
		padding-bottom: 7px !important;
		font-size: 16px !important;
	}
	.home .tkz-home-prefecture-links {
		gap: 4px 11px;
	}
	.home .tkz-home-prefecture-links a {
		font-size: 14px;
	}
	.post-type-archive-shop .tkz-search-prefecture-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
	}
	.post-type-archive-shop .tkz-search-prefecture-links a {
		min-height: 35px;
		padding: 6px 7px;
	}
	.post-type-archive-shop .tkz-search-prefecture-links strong {
		font-size: 14px;
	}
	.tax-prefecture .site-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.tax-prefecture .tkz-prefecture-page {
		padding: 0 0 34px;
	}
	.tax-prefecture .tkz-prefecture-header {
		margin-bottom: 10px;
		padding: 27px 18px 26px;
	}
	.tax-prefecture .tkz-prefecture-header .tkz-page-title {
		font-size: 28px !important;
	}
	.tax-prefecture .tkz-prefecture-header .tkz-page-lead {
		font-size: 16px;
	}
	.tax-prefecture .tkz-prefecture-local-search,
	.tax-prefecture .tkz-prefecture-shop-section {
		margin-bottom: 10px;
		padding: 22px 16px;
		border-left: 0;
		border-right: 0;
	}
	.tax-prefecture .tkz-prefecture-local-search {
		display: block;
	}
	.tax-prefecture .tkz-prefecture-local-search > a {
		display: inline-block;
		margin-top: 14px;
	}
	.tax-prefecture .tkz-prefecture-section-head h2 {
		font-size: 21px !important;
	}
	.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-card-link {
		display: block !important;
		min-height: 0 !important;
	}
	.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-image {
		min-height: 0 !important;
	}
	.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-image img {
		height: auto !important;
		min-height: 0 !important;
		aspect-ratio: 16 / 9 !important;
	}
	.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-body {
		padding: 20px 18px 19px !important;
	}
	.tax-prefecture .tkz-paid-shop-card .tkz-paid-shop-name {
		font-size: 22px !important;
	}
	.tax-prefecture .tkz-prefecture-back {
		padding: 6px 16px 0;
	}
}
