@charset "utf-8";
* {
	box-sizing: border-box;
}

body {
	background-color: #FEE101;
	padding: 2%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #333;
	line-height: 1.8;
}

.tkt-wrap {
	width: 80%;
	max-width: 800px;
	margin: auto;
	padding: 0 clamp(12px, 3vw, 28px);
	box-sizing: border-box;
}

.tkt-content {
	background-color: #FFF292 !important;
	padding: clamp(1.75rem, 4.5vw, 2.75rem) clamp(1.35rem, 4vw, 2.5rem);
}

.tkt-page-title {
	text-align: center;
}

.tkt-page-title h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.45;
}

.tkt-lead {
	margin: 50px auto;
	text-align: center;
}

.tkt-lead p,
.tkt-lead-line {
	margin: 0;
	font-size: 1.25rem;
	font-weight: bold;
}

.tkt-lead-line {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
}

@media screen and (min-width: 501px) {
	.tkt-lead-line {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.65rem;
	}
}

.tkt-lead-date {
	display: inline-block;
}

.tkt-content .tkt-link {
	color: #2a6b55;
	text-decoration: none;
	border-bottom: 1px solid rgba(26, 93, 72, 0.35);
	transition: color 0.15s ease, border-color 0.15s ease;
}

.tkt-content .tkt-link:visited {
	color: #2a6b55;
}

.tkt-content .tkt-link:hover {
	color: #1a5d48;
	border-bottom-color: rgba(26, 93, 72, 0.75);
}

.tkt-content .tkt-link:focus-visible {
	outline: 2px solid #1a5d48;
	outline-offset: 3px;
	border-bottom-color: #1a5d48;
}

.tkt-section-heading {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 2em 0 0.75em;
	padding-bottom: 0.25em;
	border-bottom: 2px solid #1a5d48;
	color: #1a5d48;
}

.tkt-sub-heading {
	font-weight: bold;
	margin: 1.25em 0 0.5em;
	font-size: 1rem;
}

.tkt-schedule-note {
	margin: 0.5em 0 1em;
	font-size: 0.95rem;
}

.tkt-schedule-table-wrap {
	overflow-x: auto;
	margin: 1.25em 0 1.75em;
}

.tkt-schedule-card {
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid rgba(26, 93, 72, 0.25);
	background: #fffef8;
	overflow: hidden;
}

.tkt-schedule-tbl {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	font-size: 0.95rem;
}

.tkt-schedule-tbl th,
.tkt-schedule-tbl td {
	border: 1px solid rgba(26, 93, 72, 0.14);
	padding: 0.65rem 0.5rem;
	text-align: center;
	vertical-align: middle;
}

.tkt-schedule-tbl thead th {
	background: linear-gradient(165deg, #1a5d48 0%, #247a5f 100%);
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.04em;
	font-size: 0.88rem;
	border: 1px solid #0f3d2e;
	box-shadow: none;
}

.tkt-schedule-tbl thead th:nth-child(n + 3) {
	background: linear-gradient(165deg, #165040 0%, #1f6b52 100%);
	font-variant-numeric: tabular-nums;
}

.tkt-schedule-tbl tbody tr:nth-child(even) td {
	background-color: rgba(255, 255, 255, 0.55);
}

.tkt-schedule-tbl tbody tr:nth-child(odd) td {
	background-color: rgba(255, 255, 255, 0.25);
}

.tkt-schedule-tbl .tkt-row-sat td:first-child,
.tkt-schedule-tbl .tkt-row-sat td:nth-child(2) {
	background-color: #d4ecf4 !important;
}

.tkt-schedule-tbl .tkt-row-sat td:nth-child(n + 3) {
	background-color: #e8f6fa !important;
}

.tkt-schedule-tbl .tkt-row-sun td:first-child,
.tkt-schedule-tbl .tkt-row-sun td:nth-child(2) {
	background-color: #f5dede !important;
}

.tkt-schedule-tbl .tkt-row-sun td:nth-child(n + 3) {
	background-color: #fceeee !important;
}

.tkt-mark {
	display: inline-block;
	color: #1a5d48;
	font-size: 2rem;
	line-height: 1;
	vertical-align: middle;
}

.tkt-price-block {
	margin: 0.5em 0 1.5em;
}

.tkt-notice-lead {
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #c00000;
	text-underline-offset: 3px;
	margin: 1em 0;
}

.tkt-ticket-links {
	margin: 0.85em 0 0.25em;
}

.tkt-playguide-btns {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
	margin: 0.85em 0 0;
}

.tkt-ticket-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 2.75rem;
	padding: 0.65rem 1.15rem;
	font-size: 0.95rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.03em;
	line-height: 1.35;
	text-align: center;
	background: linear-gradient(165deg, #1a5d48 0%, #247a5f 55%, #1f6b52 100%);
	border: 2px solid #fff;
	box-shadow:
		0 0 0 2px #1a5d48,
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.tkt-ticket-btn:hover {
	opacity: 0.92;
	color: #fff;
	transform: translateY(1px);
	box-shadow:
		0 0 0 2px #1a5d48,
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.tkt-ticket-btn:focus-visible {
	outline: 2px solid #1a5d48;
	outline-offset: 3px;
}

.tkt-playguide-btns .tkt-ticket-btn {
	width: 230px;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.tkt-vendor-list {
	margin: 1.5em 0;
}

.tkt-vendor-list p {
	margin: 0.4em 0;
}

.tkt-note-small {
	font-size: 0.9rem;
	margin: 0.75em 0;
}

.tkt-attention-box {
	border: solid 1px #333;
	margin: 2em 0 1em;
	padding: 0;
}

.tkt-attention-box .tkt-attention-title {
	margin: 0;
	padding: 0.75rem 1rem;
	font-weight: bold;
	font-size: 1.05rem;
	border-bottom: solid 1px #333;
	background-color: rgba(255, 255, 255, 0.5);
}

.tkt-attention-box ul {
	margin: 0;
	padding: 0.75rem 1rem 0.75rem 1.25rem;
	list-style: none;
}

.tkt-attention-box li {
	margin: 0.65em 0;
	padding-left: 0;
	text-indent: -1em;
	padding-left: 1em;
}

.tkt-back-top {
	text-align: center;
	margin: 2.5em 0 1em;
}

.tkt-back-top a {
	color: #1a5d48;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	.tkt-wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}

	.tkt-page-title h1 {
		font-size: 1.3rem;
	}

	.tkt-lead {
		margin: 30px auto;
	}

	.tkt-schedule-tbl {
		font-size: 0.85rem;
	}

	.tkt-schedule-tbl th,
	.tkt-schedule-tbl td {
		padding: 0.5rem 0.3rem;
	}
}

@media screen and (max-width: 375px) {
	body {
		padding: 0.45rem;
		line-height: 1.65;
	}

	.tkt-wrap {
		padding: 0 4px;
	}

	.tkt-content {
		padding: 0.85rem 0.45rem;
	}

	.tkt-page-title h1 {
		font-size: 1.08rem;
		line-height: 1.4;
	}

	.tkt-lead {
		margin: 1.25rem auto;
	}

	.tkt-lead p {
		font-size: 0.95rem;
	}

	.tkt-section-heading {
		font-size: 0.95rem;
		margin: 1.35em 0 0.5em;
	}

	.tkt-sub-heading,
	.tkt-schedule-note {
		font-size: 0.88rem;
	}

	.tkt-schedule-table-wrap {
		margin: 1em 0 1.25em;
	}

	.tkt-schedule-tbl {
		font-size: 0.72rem;
	}

	.tkt-schedule-tbl th,
	.tkt-schedule-tbl td {
		padding: 0.35rem 0.12rem;
	}

	.tkt-schedule-tbl thead th {
		font-size: 0.68rem;
		letter-spacing: 0;
	}

	.tkt-mark {
		font-size: 1.25rem;
	}

	.tkt-notice-lead {
		font-size: 0.88rem;
		margin: 0.85em 0;
	}

	.tkt-ticket-links {
		margin: 0.65em 0 0.2em;
	}

	.tkt-ticket-btn {
		min-height: 2.45rem;
		padding: 0.5rem 0.65rem;
		font-size: 0.82rem;
		letter-spacing: 0.02em;
		border: 2px solid #fff;
		box-shadow:
			0 0 0 2px #1a5d48,
			inset 0 1px 0 rgba(255, 255, 255, 0.2);
	}

	.tkt-playguide-btns {
		gap: 0.5rem;
	}

	.tkt-playguide-btns .tkt-ticket-btn {
		width: 180px;
	}

	.tkt-note-small {
		font-size: 0.82rem;
		margin: 0.55em 0;
	}

	.tkt-vendor-list {
		margin: 1.1em 0;
	}

	.tkt-vendor-list p {
		font-size: 0.88rem;
	}

	.tkt-attention-box {
		margin: 1.35em 0 0.85em;
	}

	.tkt-attention-box .tkt-attention-title {
		font-size: 0.95rem;
		padding: 0.5rem 0.65rem;
	}

	.tkt-attention-box ul {
		padding: 0.5rem 0.5rem 0.5rem 0.85rem;
	}

	.tkt-attention-box li {
		font-size: 0.82rem;
		margin: 0.5em 0;
		text-indent: -0.75em;
		padding-left: 0.75em;
	}

	.tkt-back-top {
		margin: 1.75em 0 0.85em;
		font-size: 0.9rem;
	}
}

/* さらに狭い幅：余白だけ追加で詰める */
@media screen and (max-width: 300px) {
	body {
		padding: 0.3rem;
	}

	.tkt-wrap {
		padding: 0 2px;
	}

	.tkt-content {
		padding: 0.65rem 0.3rem;
	}

	.tkt-schedule-tbl {
		font-size: 0.68rem;
	}

	.tkt-schedule-tbl th,
	.tkt-schedule-tbl td {
		padding: 0.3rem 0.08rem;
	}
}
