@charset "Shift_JIS";
/*
 Theme Name: GeneratePress Child
 Template: generatepress
 Version: 1.0
*/


/* =========================================================
   全国手コキ風俗大図鑁E
   店EペEジ専用チEイン
========================================================= */

:root {
	--tkz-black: #111111;
	--tkz-black2: #1a1a1a;

	--tkz-gold: #c9a34e;
	--tkz-gold-light: #e4c675;

	--tkz-red: #a71720;
	--tkz-red-light: #c72932;

	--tkz-gray: #f4f4f4;
	--tkz-border: #dedede;
	--tkz-text: #222222;
}


/* =========================================================
   店EペEジ
========================================================= */

.tkz-shop-page {
	background: #ffffff;
	color: var(--tkz-text);
	overflow: hidden;
	box-shadow: 0 3px 15px rgba(0,0,0,.08);
}


/* =========================================================
   店EペEジ上部
========================================================= */

.tkz-shop-header {
	background:
		linear-gradient(
			135deg,
			#111111 0%,
			#1a1a1a 68%,
			#281414 100%
		);

	color: #ffffff;

	padding: 28px 30px 24px;

	border-top: 4px solid var(--tkz-gold);
}


/* 店E吁E*/

.tkz-shop-title {
	color: #ffffff !important;

	font-size: 32px !important;
	font-weight: 800 !important;

	line-height: 1.3 !important;

	margin: 4px 0 11px !important;
	padding: 0 !important;
}


/* エリア */

.tkz-shop-area {
	color: #dddddd;

	font-size: 14px;

	margin-bottom: 9px;
}

.tkz-separator {
	color: #777777;
}


/* =========================================================
   殿堂Eり筁E
========================================================= */

.tkz-awards {
	margin-bottom: 6px;
}

.tkz-award {
	display: inline-block;

	background:
		linear-gradient(
			135deg,
			#ecd177,
			#b58a2e
		);

	color: #151515;

	font-size: 12px;
	font-weight: 800;

	padding: 5px 10px;
	margin: 2px 4px 2px 0;

	border-radius: 20px;
}


/* =========================================================
   ジャンル
========================================================= */

.tkz-genres {
	margin-top: 6px;
}

.tkz-genres span {
	display: inline-block;

	background: var(--tkz-red);
	color: #ffffff;

	font-size: 13px;
	font-weight: 700;

	padding: 5px 10px;

	margin: 3px 4px 3px 0;

	border-radius: 4px;
}


/* =========================================================
   店E画僁E
========================================================= */

.tkz-shop-main-image {
	width: 100%;
	margin: 0;
	padding: 0;

	background: #111111;
}

.tkz-shop-main-image img {
	display: block;

	width: 100%;
	height: auto;

	margin: 0;
}


/* =========================================================
   見EぁE
========================================================= */

.tkz-shop-page h2 {
	position: relative;

	color: #171717 !important;

	font-size: 22px !important;
	font-weight: 800 !important;

	line-height: 1.4 !important;

	margin: 0 0 18px !important;

	padding: 0 0 0 15px !important;
}

.tkz-shop-page h2::before {
	content: "";

	position: absolute;

	left: 0;
	top: 2px;
	bottom: 2px;

	width: 5px;

	background: var(--tkz-red);
}


/* =========================================================
   セクション
========================================================= */

.tkz-section {
	padding: 25px 30px;

	border-bottom: 1px solid #eeeeee;
}

.tkz-text {
	font-size: 16px;

	line-height: 1.9;
}

.tkz-text p:last-child {
	margin-bottom: 0;
}


/* =========================================================
   基本惁E
========================================================= */

.tkz-basic-info {
	padding: 25px 30px;

	border-bottom: 1px solid #eeeeee;
}

.tkz-info-table {
	width: 100%;

	margin: 0;

	border-collapse: collapse;
}

.tkz-info-table th,
.tkz-info-table td {
	padding: 13px 15px;

	border: 1px solid var(--tkz-border);

	vertical-align: middle;
}

.tkz-info-table th {
	width: 28%;

	background: var(--tkz-gray);

	color: #333333;

	font-weight: 700;
}


/* =========================================================
   公式サイトE電話
========================================================= */

.tkz-shop-actions {
	display: flex;

	gap: 12px;

	padding: 0 30px 28px;

	border-bottom: 1px solid #eeeeee;
}

.tkz-btn {
	display: flex;

	flex: 1;

	align-items: center;
	justify-content: center;

	min-height: 52px;

	padding: 8px 15px;

	border-radius: 6px;

	text-align: center;

	text-decoration: none !important;

	font-size: 16px;
	font-weight: 800;

	transition: .2s ease;
}


/* 公弁E*/

.tkz-btn-official {
	background: var(--tkz-red);

	color: #ffffff !important;
}

.tkz-btn-official:hover {
	background: var(--tkz-red-light);

	color: #ffffff !important;
}


/* 電話 */

.tkz-btn-phone {
	background: #171717;

	color: var(--tkz-gold-light) !important;

	border: 1px solid var(--tkz-gold);
}

.tkz-btn-phone:hover {
	background: #242424;

	color: var(--tkz-gold-light) !important;
}


/* =========================================================
   対応Eレイ
========================================================= */

.tkz-play-tags {
	display: flex;

	flex-wrap: wrap;

	gap: 7px;
}

.tkz-play-tags a {
	display: inline-block;

	background: #171717;

	color: var(--tkz-gold-light) !important;

	border: 1px solid #3e3e3e;

	text-decoration: none !important;

	font-size: 13px;
	font-weight: 700;

	padding: 7px 11px;

	border-radius: 5px;
}

.tkz-play-tags a:hover {
	background: #292929;
}


/* =========================================================
   店E特徴タグ
========================================================= */

.tkz-feature-tags {
	display: flex;

	flex-wrap: wrap;

	gap: 7px;
}

.tkz-feature-tags span {
	display: inline-block;

	background: #fff8df;

	color: #664c14;

	border: 1px solid #d8bd74;

	font-size: 13px;
	font-weight: 700;

	padding: 7px 11px;

	border-radius: 5px;
}


/* =========================================================
   求人
========================================================= */

.tkz-recruit-box {
	background: #fff2f5;

	border: 1px solid #efc3cc;
	border-left: 5px solid #d85a74;

	padding: 19px 20px;

	border-radius: 6px;
}

.tkz-recruit-box a {
	color: #b41d40 !important;

	font-weight: 800;

	text-decoration: none;
}


/* =========================================================
   惁E確認日
========================================================= */

.tkz-last-checked {
	color: #777777;

	font-size: 12px;

	text-align: right;

	padding: 14px 30px 20px;
}


/* =========================================================
   スマEトフォン
========================================================= */

@media (max-width: 768px) {

	.single-shop .site-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.single-shop #primary {
		width: 100% !important;
	}

	.tkz-shop-page {
		box-shadow: none;
	}


	/* 店E上部 */

	.tkz-shop-header {
		padding: 20px 17px 18px;
	}

	.tkz-shop-title {
		font-size: 26px !important;
	}


	/* 本斁E*/

	.tkz-section,
	.tkz-basic-info {
		padding: 21px 17px;
	}

	.tkz-shop-page h2 {
		font-size: 20px !important;

		margin-bottom: 15px !important;
	}

	.tkz-text {
		font-size: 15px;
	}


	/* 基本惁E */

	.tkz-info-table th,
	.tkz-info-table td {
		padding: 11px 10px;

		font-size: 14px;
	}

	.tkz-info-table th {
		width: 34%;
	}


	/* ボタン */

	.tkz-shop-actions {
		padding: 0 17px 22px;

		gap: 8px;
	}

	.tkz-btn {
		min-height: 50px;

		font-size: 14px;

		padding: 7px 8px;
	}


	/* タグ */

	.tkz-play-tags {
		gap: 6px;
	}

	.tkz-play-tags a {
		font-size: 12px;

		padding: 7px 9px;
	}


	/* 更新日 */

	.tkz-last-checked {
		padding: 11px 17px 18px;
	}

}

/* =========================================================
   X܌y[W /shop/ p
   ʓX܃y[Wɂ͉eȂ
========================================================= */

.post-type-archive-shop .tkz-search-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}


/* y[W㕔 */

.post-type-archive-shop .tkz-search-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 70%,
		#2a1414 100%
	);
	color: #fff;
	padding: 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 25px;
}

.post-type-archive-shop .tkz-search-header h1 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 10px;
}

.post-type-archive-shop .tkz-search-header p {
	margin: 0;
	color: #ddd;
}


/* eubN */

.post-type-archive-shop .tkz-search-section {
	background: #fff;
	padding: 25px;
	margin-bottom: 22px;
	border: 1px solid #e3e3e3;
}

.post-type-archive-shop .tkz-search-section h2 {
	font-size: 22px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}


/* GAEWEvC */

.post-type-archive-shop .tkz-search-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.post-type-archive-shop .tkz-search-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f6f6f6;
	border: 1px solid #ddd;
	padding: 12px 13px;
	color: #222;
	text-decoration: none;
	border-radius: 5px;
}

.post-type-archive-shop .tkz-search-links a:hover {
	border-color: #c9a34e;
	background: #fffaf0;
}

.post-type-archive-shop .tkz-search-links a strong {
	font-size: 14px;
}

.post-type-archive-shop .tkz-search-links a span {
	font-size: 11px;
	color: #888;
}


/* vC */

.post-type-archive-shop .tkz-play-search-links a {
	background: #191919;
	border-color: #333;
	color: #e4c675;
}

.post-type-archive-shop .tkz-play-search-links a strong {
	color: #e4c675;
}

.post-type-archive-shop .tkz-play-search-links a span {
	color: #aaa;
}

.post-type-archive-shop .tkz-play-search-links a:hover {
	background: #292929;
	border-color: #c9a34e;
}


/* =========================================================
   X܈ꗗ
========================================================= */

.post-type-archive-shop .tkz-shop-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.post-type-archive-shop .tkz-shop-card {
	border: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
	border-radius: 7px;
}

.post-type-archive-shop .tkz-shop-card-link {
	display: block;
	color: #222;
	text-decoration: none;
	height: 100%;
}

.post-type-archive-shop .tkz-shop-card-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.post-type-archive-shop .tkz-shop-card-body {
	padding: 17px;
}

.post-type-archive-shop .tkz-shop-card h3 {
	font-size: 20px;
	margin: 0 0 7px;
	color: #171717;
}

.post-type-archive-shop .tkz-card-area {
	font-size: 13px;
	font-weight: 700;
	color: #876b2d;
	margin-bottom: 8px;
}


/* W */

.post-type-archive-shop .tkz-card-genres span {
	display: inline-block;
	background: #a71720;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 3px;
	margin: 2px 3px 3px 0;
}


/* vC */

.post-type-archive-shop .tkz-card-plays {
	margin-top: 7px;
}

.post-type-archive-shop .tkz-card-plays span {
	display: inline-block;
	background: #191919;
	color: #e4c675;
	font-size: 10px;
	padding: 4px 7px;
	border-radius: 3px;
	margin: 2px 3px 2px 0;
}


/* =========================================================
   X}z
========================================================= */

@media (max-width: 768px) {

	.post-type-archive-shop .tkz-search-page {
		padding: 0 0 35px;
	}

	.post-type-archive-shop .tkz-search-header {
		padding: 22px 17px;
		margin-bottom: 15px;
	}

	.post-type-archive-shop .tkz-search-header h1 {
		font-size: 25px;
	}

	.post-type-archive-shop .tkz-search-section {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}

	.post-type-archive-shop .tkz-search-section h2 {
		font-size: 20px;
	}

	.post-type-archive-shop .tkz-search-links {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.post-type-archive-shop .tkz-search-links a {
		padding: 11px 10px;
	}

	.post-type-archive-shop .tkz-shop-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.post-type-archive-shop .tkz-shop-card-image img {
		height: auto;
	}

}

/* =========================================================
   GAy[Wp
    taxonomy-area.php ̂
========================================================= */

.tax-area .tkz-area-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}


/* =========================================================
   GAy[W㕔
========================================================= */

.tax-area .tkz-area-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 70%,
		#2a1414 100%
	);
	color: #fff;
	padding: 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}

.tax-area .tkz-area-label {
	display: inline-block;
	color: #e4c675;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}

.tax-area .tkz-area-header h1 {
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 10px;
}

.tax-area .tkz-area-header p {
	color: #ddd;
	line-height: 1.8;
	margin: 0;
}


/* =========================================================
   qGA
========================================================= */

.tax-area .tkz-area-children {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
	margin-bottom: 22px;
}

.tax-area .tkz-area-children h2,
.tax-area .tkz-area-shop-section > h2 {
	font-size: 22px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}

.tax-area .tkz-area-child-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.tax-area .tkz-area-child-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 12px 13px;
	color: #222;
	text-decoration: none;
}

.tax-area .tkz-area-child-links a:hover {
	background: #fffaf0;
	border-color: #c9a34e;
}

.tax-area .tkz-area-child-links strong {
	font-size: 14px;
}

.tax-area .tkz-area-child-links span {
	font-size: 11px;
	color: #888;
}


/* =========================================================
   fړX
========================================================= */

.tax-area .tkz-area-shop-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
}

.tax-area .tkz-area-shop-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.tax-area .tkz-area-shop-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
}

.tax-area .tkz-area-shop-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}

.tax-area .tkz-area-shop-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.tax-area .tkz-area-shop-body {
	padding: 17px;
}

.tax-area .tkz-area-shop-body h3 {
	color: #171717;
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 9px;
}


/* W */

.tax-area .tkz-area-genres {
	margin-bottom: 10px;
}

.tax-area .tkz-area-genres span {
	display: inline-block;
	background: #a71720;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}


/* Ew */

.tax-area .tkz-area-price,
.tax-area .tkz-area-station {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 5px;
}

.tax-area .tkz-area-price strong,
.tax-area .tkz-area-station strong {
	display: inline-block;
	min-width: 62px;
	color: #8a6c29;
	margin-right: 5px;
}


/* =========================================================
   X}z
========================================================= */

@media (max-width: 768px) {

	.tax-area .tkz-area-page {
		padding: 0 0 35px;
	}

	.tax-area .tkz-area-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}

	.tax-area .tkz-area-header h1 {
		font-size: 25px;
	}

	.tax-area .tkz-area-header p {
		font-size: 14px;
	}

	.tax-area .tkz-area-children,
	.tax-area .tkz-area-shop-section {
		padding: 20px 15px;
		margin-bottom: 14px;
		border-left: 0;
		border-right: 0;
	}

	.tax-area .tkz-area-children h2,
	.tax-area .tkz-area-shop-section > h2 {
		font-size: 20px;
	}

	.tax-area .tkz-area-child-links {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.tax-area .tkz-area-child-links a {
		padding: 11px 10px;
	}

	.tax-area .tkz-area-shop-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tax-area .tkz-area-shop-image img {
		height: auto;
	}

	.tax-area .tkz-area-shop-body {
		padding: 15px;
	}

	.tax-area .tkz-area-shop-body h3 {
		font-size: 19px;
	}

}

/* =========================================================
   Wy[Wp
    taxonomy-genre.php ̂
========================================================= */

.tax-genre .tkz-genre-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}


/* =========================================================
   Wy[W㕔
========================================================= */

.tax-genre .tkz-genre-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 70%,
		#2a1414 100%
	);
	color: #fff;
	padding: 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}

.tax-genre .tkz-genre-label {
	display: inline-block;
	color: #e4c675;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}

.tax-genre .tkz-genre-header h1 {
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 10px;
}

.tax-genre .tkz-genre-header p {
	color: #ddd;
	line-height: 1.8;
	margin: 0;
}


/* =========================================================
   fړX
========================================================= */

.tax-genre .tkz-genre-shop-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
}

.tax-genre .tkz-genre-shop-section > h2 {
	font-size: 22px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}

.tax-genre .tkz-genre-shop-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}


/* =========================================================
   X܃J[h
========================================================= */

.tax-genre .tkz-genre-shop-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
}

.tax-genre .tkz-genre-shop-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}

.tax-genre .tkz-genre-shop-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.tax-genre .tkz-genre-shop-body {
	padding: 17px;
}

.tax-genre .tkz-genre-shop-body h3 {
	color: #171717;
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 7px;
}


/* GA */

.tax-genre .tkz-genre-area {
	color: #8a6b29;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}


/* W^O */

.tax-genre .tkz-genre-tags {
	margin-bottom: 7px;
}

.tax-genre .tkz-genre-tags span {
	display: inline-block;
	background: #a71720;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}


/* vC^O */

.tax-genre .tkz-genre-plays {
	margin: 6px 0 8px;
}

.tax-genre .tkz-genre-plays span {
	display: inline-block;
	background: #191919;
	color: #e4c675;
	font-size: 10px;
	padding: 4px 7px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}


/* EŊw */

.tax-genre .tkz-genre-price,
.tax-genre .tkz-genre-station {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 5px;
}

.tax-genre .tkz-genre-price strong,
.tax-genre .tkz-genre-station strong {
	display: inline-block;
	min-width: 62px;
	color: #8a6c29;
	margin-right: 5px;
}


/* =========================================================
   X}z
========================================================= */

@media (max-width: 768px) {

	.tax-genre .tkz-genre-page {
		padding: 0 0 35px;
	}

	.tax-genre .tkz-genre-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}

	.tax-genre .tkz-genre-header h1 {
		font-size: 25px;
	}

	.tax-genre .tkz-genre-header p {
		font-size: 14px;
	}

	.tax-genre .tkz-genre-shop-section {
		padding: 20px 15px;
		border-left: 0;
		border-right: 0;
	}

	.tax-genre .tkz-genre-shop-section > h2 {
		font-size: 20px;
	}

	.tax-genre .tkz-genre-shop-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tax-genre .tkz-genre-shop-image img {
		height: auto;
	}

	.tax-genre .tkz-genre-shop-body {
		padding: 15px;
	}

	.tax-genre .tkz-genre-shop-body h3 {
		font-size: 19px;
	}

}

/* =========================================================
   vCy[Wp
    taxonomy-play.php ̂
========================================================= */

.tax-play .tkz-play-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 50px;
}


/* =========================================================
   vCy[W㕔
========================================================= */

.tax-play .tkz-play-header {
	background: linear-gradient(
		135deg,
		#111 0%,
		#1b1b1b 70%,
		#2a1414 100%
	);
	color: #fff;
	padding: 30px;
	border-top: 4px solid #c9a34e;
	margin-bottom: 22px;
}

.tax-play .tkz-play-label {
	display: inline-block;
	color: #e4c675;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}

.tax-play .tkz-play-header h1 {
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 10px;
}

.tax-play .tkz-play-header p {
	color: #ddd;
	line-height: 1.8;
	margin: 0;
}


/* =========================================================
   fړX
========================================================= */

.tax-play .tkz-play-shop-section {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 25px;
}

.tax-play .tkz-play-shop-section > h2 {
	font-size: 22px;
	margin: 0 0 18px;
	padding-left: 12px;
	border-left: 5px solid #a71720;
}

.tax-play .tkz-play-shop-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}


/* =========================================================
   X܃J[h
========================================================= */

.tax-play .tkz-play-shop-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	overflow: hidden;
}

.tax-play .tkz-play-shop-card > a {
	display: block;
	height: 100%;
	color: #222;
	text-decoration: none;
}

.tax-play .tkz-play-shop-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.tax-play .tkz-play-shop-body {
	padding: 17px;
}

.tax-play .tkz-play-shop-body h3 {
	color: #171717;
	font-size: 20px;
	line-height: 1.35;
	margin: 0 0 7px;
}


/* GA */

.tax-play .tkz-play-area {
	color: #8a6b29;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}


/* W */

.tax-play .tkz-play-genres {
	margin-bottom: 7px;
}

.tax-play .tkz-play-genres span {
	display: inline-block;
	background: #a71720;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}


/* vC^O */

.tax-play .tkz-play-tags {
	margin: 6px 0 8px;
}

.tax-play .tkz-play-tags span {
	display: inline-block;
	background: #191919;
	color: #e4c675;
	font-size: 10px;
	padding: 4px 7px;
	margin: 2px 3px 2px 0;
	border-radius: 3px;
}


/* EŊw */

.tax-play .tkz-play-price,
.tax-play .tkz-play-station {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 5px;
}

.tax-play .tkz-play-price strong,
.tax-play .tkz-play-station strong {
	display: inline-block;
	min-width: 62px;
	color: #8a6c29;
	margin-right: 5px;
}


/* =========================================================
   X}z
========================================================= */

@media (max-width: 768px) {

	.tax-play .tkz-play-page {
		padding: 0 0 35px;
	}

	.tax-play .tkz-play-header {
		padding: 22px 17px;
		margin-bottom: 14px;
	}

	.tax-play .tkz-play-header h1 {
		font-size: 25px;
	}

	.tax-play .tkz-play-header p {
		font-size: 14px;
	}

	.tax-play .tkz-play-shop-section {
		padding: 20px 15px;
		border-left: 0;
		border-right: 0;
	}

	.tax-play .tkz-play-shop-section > h2 {
		font-size: 20px;
	}

	.tax-play .tkz-play-shop-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tax-play .tkz-play-shop-image img {
		height: auto;
	}

	.tax-play .tkz-play-shop-body {
		padding: 15px;
	}

	.tax-play .tkz-play-shop-body h3 {
		font-size: 19px;
	}

}