@charset "utf-8";

/*STTREAMING*/


#ticket h2 {
	font-size: 140%;
	color: #111;
	padding: 0 5px 0 1.8em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-family: 'Yuji Syuku', serif;
	display: block;
	background-image: url("../img/ico_sakura.png"), url("../img/ico_sakura2.png");
	background-size: contain;
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
}


#main #outline dl:not(.contact),
#ticket p,
#goods p {
	font-size: 140%;
}
@media (max-width:560px) {
	#main #outline .index {
		font-size: 5.5vw;
		padding-left: 0;
		text-align: center;
	}
	#main #outline dl:not(.contact),
	#ticket p,
	#goods p {
		font-size: 3.5vw;
	}
}
#main #outline dl:not(.contact) dt {
	display: block;
	float: left;
}
#main #outline dl:not(.contact) dd {
	margin-bottom: 5px;
	position: relative;
}
#main #outline dl.spec3 {
	margin-bottom: 30px;
}
#main #outline dl.spec3 dt {
	width: 10em;
}
#main #outline dl.spec3 dd {
	padding-left: 10em;
}
#main #outline dl.spec3 dd:not(.nodt)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 8.8em;
	display: block;
	width: .4em;
	height: 100%;
	background-color: #666;
}


#ticket > div {
	margin-bottom: 30px;
}
#ticket > div strong {
	font-size: calc(100 / 140 * 100%);
	display: inline-block;
	width: calc(100% + 10px);
	margin: 10px 0 5px -5px;
	padding: 0 5px;
	background-color: #ccc;
	color: #111;
}
#ticket .bnrlink {
	color: #111;
	font-size: 120%;
	padding: 10px 0;
	border: 1px solid #111;
	background-color: #fff;
	margin-top: 30px;
}
#ticket .imgbox {
	text-align: center;
	padding: 15px 0;
}
#ticket .imgbox img {
	width: 100%;
	max-width: 600px;
}


#linkbox {
}
#linkbox .bnrlink {
	color: #111;
	font-size: 120%;
	padding: 10px 0;
	border: 1px solid #111;
	background-color: #fff;
	margin-bottom: 60px;
}
#linkbox .imgbox {
	text-align: center;
	padding: 15px 0;
}
#linkbox .imgbox img {
	width: 100%;
	max-width: 800px;
}



.attbox {
	border: double 3px #000;
	background-color: #fff;
	padding: 15px;
}
.attbox .attention {
	margin-bottom: 0;
	font-size: 120%;
}