
/*====================================
 * Base
=====================================*/
:root {
	--tokyo-colorBg: #050c18;
	--tokyo-colorBg2: rgba(255, 232, 190, 0.22);
	--tokyo-colorMain: #ecc917;
	--tokyo-colorSub: #791a22;
	--tokyo-colorBgSub: #fff;
	--tokyo-colorText: #fff;
	--tokyo-colorText2: #0f0f0f;
}




/*====================================
Price List
=====================================*/
#tokyo .table-wrap {
	width: 100%;
}

#tokyo .price-list {
	width: 100%;
	border: solid 1px #e0e0e0;
}

#tokyo .price-list th,
#tokyo .price-list td {
	padding: 8px 5px;
	font-size: min(3.7vw, var(--fz14));
	font-weight: bold;
	border: solid 1px #e7e7e7;
	text-align: center;
	vertical-align: middle;
}

#tokyo .price-list th {
	background-color: #fff;
	color: var(--tokyo-colorText);
	font-weight: 500;
	width: 14%;
}

#tokyo .price-list .seat-SS {
	color: #009fb9;
	font-weight: bold;
}

#tokyo .price-list .seat-S {
	color: #f59701;
	font-weight: bold;
}

#tokyo .price-list .seat-A {
	color: #45b235;
	font-weight: bold;
}

#tokyo .price-list .seat-PL {
	color: #e70014;
	font-weight: bold;
}

#tokyo .price-list th {
    position:relative;
}

#tokyo .seat-SS::before,
#tokyo .seat-S::before,
#tokyo .seat-A::before,
#tokyo .seat-PL::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:3px;
    height:100%;
}

#tokyo .seat-SS::before {
    background: #009fb9;
}

#tokyo .seat-S::before {
    background: #f59701;
}

#tokyo .seat-A::before {
    background: #45b235;
}

#tokyo .seat-PL::before {
    background: #e70014;
}

#tokyo .price-list td {
	background-color: #ffffff;
	color: var(--tokyo-colorText2);
	font-weight: bold;
	text-align: center;
}

#tokyo .price-list th .tax {
	font-size: var(--fz10);
}

#tokyo .price-list .heading th,
#tokyo .price-list .heading td {
	background-color: var(--tokyo-colorSub);
	color: var(--tokyo-colorText);
	font-weight: 500;
	text-align: center;
	/*white-space: nowrap;*/
}

#tokyo .price-list tbody tr:nth-child(odd) td,
#tokyo .price-list tbody tr:nth-child(odd) th {
    background-color: #fff;
}

#tokyo .price-list tbody tr:nth-child(even) td,
#tokyo .price-list tbody tr:nth-child(even) th {
    background-color: #fffef7;
}

#tokyo .price-list .vertical {
	display: flex;
	justify-content: center;
}
#tokyo .price-list .vertical span {
	white-space: pre;
	writing-mode: vertical-lr;
	text-orientation: upright;
	letter-spacing: 0.5em;
}

@container col-l (max-width: 600px) {
	#tokyo .table-wrap {
		overflow-x: scroll;
		width: calc(100% + 16px);
	}

	#tokyo .table-wrap .price-list {
		width: 100%;
		border: solid 1px #e0e0e0;
		/*white-space: nowrap;*/
		margin-right: 16px;
	}
}

@media screen and (min-width: 600px) {

	#tokyo .price-list th,
	#tokyo .price-list td {
		padding: 8px 20px;
		font-size: var(--fz16);
	}

	#tokyo .price-list th {
		width: 20%;
	}

	#tokyo .price-list th .tax {
		font-size: var(--fz11);
	}

	#tokyo .price-list .heading td {
		width: 45%;
	}
}

/*
@media screen and (max-width: 599px) {

	.price-list th,
	.price-list td {
		font-size: var(--fz11);
	}
}
*/

/* Scroll Hint */
#tokyo .scroll-hint-icon {
	top: 50%;
	transform: translateY(-50%);
	;
}


.list.mdot li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}

.list.mdot li::before {
	content: "・ ";
}

.premium-seat {
	color: #e70014;
}

.premium-box {
	border: solid 1px #e70014;
	padding: 24px;
}

.premium-box .box-title {
	width: fit-content;
	background-color: var(--tokyo-colorMain);
    padding: 2px 16px;
    color: var(--tokyo-colorText2);
    font-weight: bold;
	margin-bottom: 16px;
}

