/*----------TICKET------------*/




#ticket_box{
	padding-top:30px;
	padding-bottom: 90px;
	background-image: url(../images/pre_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-size: auto 100%;
}



#ticket_box h3{
	color: #fffb26;
	font-size: 35pt;
	font-weight: 900;
	text-align: center;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.8);
	margin-top: 0;
	margin-bottom: 30px;
}

.ticket_btnbox{
	width: 878px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 0px;
}

.ticket_btnbox img{
	margin-bottom: 50px;
}

.ticket_txtbox{
	width: 1160px;
	color: #672f02;
	background-color: #f9efe2;
	box-shadow: 9px 9px 0px 0px rgba(0,0,0,0.3);
	margin: 0 auto 70px;
	padding: 50px 50px;
	text-align: center;
	font-size: 14pt;
	font-weight: 700;
	line-height: 2em;
}

h4{
	color: #910101;
	font-size: 26pt;
	font-weight: 700;
	text-align: center;
	text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.6em;
}

.ticket_card,
.ticket_memo{
	margin: 0 20px;
}

h5{
	background: linear-gradient(transparent 60%, #fffa26 0%);
/*	display: table;*/
	display: inline-block;
	text-align: center;
	font-size: 18pt;
	font-weight: 700;
	padding: 0 30px 3px;
	margin: 0 auto;
		margin-bottom: 10px;
}

a.ext_link{
	color: #fffa26;
	background-color: #910101;
	padding: 2px 28px;
	display: inline-block;
	margin-top: 10px;
}

#ticket_box ul{
    list-style: none;
	padding: 0;
	margin-top: 30px;
	font-size: 80%;
	line-height: 1.7em;
}

#ticket_box li{
	padding-left:1em;
	text-indent:-1em;
}





@media screen and (max-width: 767px) {

	#ticket_box {
		padding-top: 33px;
		padding-bottom: 80px;
		background-image: url(../images/pre_bg_sp.jpg);
		background-position: center top;
		background-size: auto 100%;
	}
	
	#ticket_box h3{
		margin-bottom: 40px;
	}
	
	.ticket_btnbox{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.ticket_btnbox a{
		display: inline-block;
		width: 48%;
	}

	.ticket_btnbox img{
		width: 100%;
		height: auto;
		margin: 0 0 3%;
	}
	
	.ticket_txtbox{
		width: 100%;
		box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.3);
		margin: 0 auto 30px;
		padding: 20px 20px;
		font-size: 14pt;
		line-height: 1.7em;
	}

	h4{
		font-size: 20pt;
		text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
		line-height: 1.4em;

	}

	
	.ticket_card{
		width: 28%;
		height: auto;
		margin: 0 3%;
	}
	.ticket_memo{
		width: 48%;
		height: auto;
		margin: 0 3%;
	}
	
	h5{
		font-size: 18pt;
		font-weight: 700;
		padding: 0 30px 3px;
		margin-bottom: 10px;
	}
	
	a.theater_link{
		padding: 2px 28px;
	}
	
	#ticket_box ul{
		margin-top: 30px;
		text-align: left;
	}
	
	.ticket_goods{
		width: 90%;
		height: auto;
	}
	
	
	
	



}


