@charset "utf-8";

/*TOP*/
#nav .btnbox {
	position: absolute!important;
}

@media (max-width:1000px) {
	#nav .btnbox {
		right: 0;
		top: calc(500 / 1000 * 100vw - 60px);
	}
	.top2 #nav .btnbox {
		right: 0;
		top: 0;
	}
}
#twitter-widget-0 {
	max-width: 100%!important;
}


@media(max-width:480px) {
	.pconly {display: none;}
}
@media(min-width:481px) {
	.sp480only {display: none;}
}




#header.top {
	background-image: url("../img/header.png?v3");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (min-width:1200px) {
	#header.top {
		background-size: contain;
	}
}
@media (max-width:1199px) {
	#header.top {
		background-size: cover;
	}
}
#header.top .ct {
	padding: 0;
}






#main .attentionbox {
	border: 1px solid #666;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px;
}

#main .attentionbox2 a {
	border: 4px solid red;
	border-radius: 5px;
	background-color: #fff;
	color: red;
	font-weight: 600;
	padding: 10px;
	font-size: 120%;
	text-align: center;
	display: block;
	position: relative;
}
#main .attentionbox2 a span {
	font-size: 80%;
}
#main .attentionbox2 a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '〉';
	font-weight: 600;
}


#main #outline .index {
	font-family: 'Yuji Syuku', serif;
	font-size: 200%;
	margin-bottom: 10px;
	padding-left: 1.8em;
	color: #111;
	border-bottom: 1px solid #ccc;
	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.spec1,
#main #outline dl.spec2,
#main #outline dl.spec3 {
	margin-bottom: 30px;
}
#main #outline dl.spec1 dt {
	width: 8em;/*4em;*/
}
#main #outline dl.spec1 dd {
	padding-left: 8em;/*4em;*/
}
#main #outline dl.spec2 dt {
	width: 8em;
}
#main #outline dl.spec2 dd {
	padding-left: 8em;
}
#main #outline dl.spec3 dt {
	width: 9em;
}
#main #outline dl.spec3 dd {
	padding-left: 9em;
}
#main #outline dl dd.nodt {
	padding-left: 0;
}
#main #outline dl.spec1 dd:not(.nodt)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 6.8em;/*3.8em;*/
	display: block;
	width: .4em;
	height: 100%;
	background-color: #666;
}
#main #outline dl.spec2 dd:not(.nodt)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 6.8em;
	display: block;
	width: .4em;
	height: 100%;
	background-color: #666;
}
#main #outline dl.spec3 dd:not(.nodt)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 7.8em;
	display: block;
	width: .4em;
	height: 100%;
	background-color: #666;
}
#main #outline .attention {
	font-size: 70%;
}
#main #outline dl.spec2 dd p:not(.right) {
	display: block;
	padding-left: 1em;
	margin-bottom: 1em;
}
#main .index_s {
	background-color: #eee;
	margin-bottom: 5px;
	padding-left: 5px;
}
@media(max-width:480px) {
	#main #contact dl.contact dt {
		display: block;
		font-weight: 600;
		border-bottom: 1px solid #aaa;
		padding-left: 5px;
	}
	#main #contact dl.contact dd {
		padding: 5px 5px 10px 15px;
	}
}
@media(min-width:481px) {
	#main #contact dl.contact > div {
		display: flex;
		justify-content: space-between;
		padding: 5px 10px;
		border-bottom: 1px dotted #ccc;
	}
	#main #contact dl.contact dt {}
	#main #contact dl.contact dd {text-align: right;}
}
#main #newsbox {
	padding: 10px;
	border: 1px solid #333;
	border-radius: 3px;
	background-color: #fff;
}
#main #newsbox dl {
	width: 100%;
	margin: 0 auto 10px;
	padding: 5px;
}
#main #newsbox dl dt {
	display: block;
	float: left;
	width: 7em;
	padding-left: 5px;
}
#main #newsbox dl dd {
	padding-left: 7em;
	padding-right: 5px;
	margin-bottom: 5px;
	position: relative;
}
#main #newsbox a.bnrlink {
	background-color: #111;
	color: #fff;
	max-width: 400px;
}
#main #twbox {
	background-color: #1d9bf0;
	padding: 10px;
}
#main #twbox .tw {
	width: 100%;
	margin: 0 auto 10px;
	background-color: #fff;
	padding: 5px;
}
#main #twbox a.bnrlink {
	background-color: #fff;
	color: #1d9bf0;
	max-width: 400px;
}



#ticket {
	margin-bottom: 60px;
}
#ticket p {
	display: block;
	padding: 0 10px;
	margin-bottom: 10px;
}
#ticket p strong {
	display: inline-block;
	width: calc(100% + 10px);
	margin: 10px 0 5px -5px;
	padding: 0 5px;
	background-color: #ccc;
	color: #111;
	font-size: 90%;
	font-weight: 400;
}
#ticket .out {
	position: relative;
}
#ticket .out::after {
	position: absolute;
	left: 0;
	top: 0;
	content: 'SOLD OUT';
	color: #fff;
	width: 100%;
	height: calc(100% + 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 400%;
	z-index: 1;
	background-color: rgba(0,0,0,.6);
}
#ticket .bnrlink {
	color: #111;
	font-size: 120%;
	padding: 10px 0;
	border: 1px solid #111;
	background-color: #fff;
}




#goods {
	margin-bottom: 60px;
}
#goods p {
	display: block;
	padding: 0 10px;
	margin-bottom: 10px;
}
#goods p strong {
	display: inline-block;
	width: calc(100% + 10px);
	margin: 10px 0 5px -5px;
	padding: 0 5px;
	background-color: #ccc;
	color: #111;
	font-size: 90%;
	font-weight: 400;
}
#goods .bnrlink {
	color: #111;
	font-size: 120%;
	padding: 10px 0;
	border: 1px solid #111;
	background-color: #fff;
}
#goods .imgbox {
	padding: 10px;
	margin-bottom: 15px;
}





#test {
	text-align: center;
	margin-bottom: 60px;
}
#test img {
	width: 100%;
	max-width: 800px;
}
#test table {
	margin: 0 auto;
}