@charset "shift_jis";

.naireNumber {
	color:#000;
	margin-top:-90px;
	font-size:65px;
	font-family: arial;
	position: absolute;
	top: 158px;
	left: 38%;
	right: 38%;
}

.naireName {
	color:#000;
	margin-top:-10px;
	font-size:15px;
	display: inline-block;
	position: absolute;
	left: 50%;
	width: 10em;
	top: 160px;
	margin-left: -5em;
}

.goods_vpass_zaseki {
	font-weight: normal;
}

.goods_sub_select_val {
	color: #0066b3;
	text-align: left;
}

.goods_sub_name {
	width: 150px;
	text-align: left;
	float: left;
	padding: 2px 15px;
}

.zaseki_title {
	font-weight: bold;
}

.goods_sub_title {
	text-align: left;
	padding: 2px 15px;
}

.goods_buttom_line {
	border-bottom: solid 1px #ccc;
}
.goods_buttom_line_min {
	border-bottom: solid 1px #ccc;
	width: 50%;
	text-align: center;
	margin: 11px auto;
}

.flex2 {
    display: flex;
    justify-content: flex-start;
}

.goods_btn_main {
	display: block;
	width: 39%;
	height: auto;
	margin: 3px auto;
	background: #BBBBBB;
	border-radius: 20px;
	box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.25em;
	padding: 11px;
	margin-bottom: 6px;
	cursor: pointer;
}

.goods_btn_main_add {
	display: block;
	width: 39%;
	height: auto;
	margin: 3px auto;
	background: #0066b3;
	border-radius: 20px;
	box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.25em;
	padding: 11px;
	margin-bottom: 6px;
	cursor: pointer;
}

.goods_btn_main_add.hidden {
	display: none;
}

.goods_btn_main.cursornone {
	cursor: context-menu;
}

.season_seat_sub_tbl{
	margin: 10px auto;
	padding-right: 20px;
}

.seat_btn_img.chk_hidden{
	cursor: context-menu;
}

@media screen and (min-width: 768px){
	.seat_btn_img{
	    width: 100%;
	    max-width: 17px;
	}
	.popup td a {
		position: relative;
	}
	.popup td a > span {
		background: #444444;
		position: absolute;
		bottom: 50px;
		left: -81px;
		visibility: hidden;
		opacity: 0;
		padding: 7px 5px 6px;
		font-size: 11px;
		border-radius: 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		line-height: 1.3;
		transition: all 0.2s linear 0s;
		z-index: 10000;
		color: #ffffff;
		text-align: center;
		width: 160px;
		max-width: 160px;
	}
	.popup td a:hover > span {
		visibility: visible;
		opacity: 1;
		position: absolute;
		bottom: 28px;
	}
	.popup td a span:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 8px solid #444444;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		position: absolute;
		left: 80px;
		bottom: -8px;
	}
	.vpass_img {
		width: 55%;
		margin: 0 auto;
	}
}

.seasonAttention {
	color:red;
}