@charset "UTF-8";

/* ------------------------------------
 * base
 * ------------------------------------ */
body {
	color: #585658 !important;
	font: 14px/1.5 メイリオ, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3, HiraKakuPro-W3, sans-serif;
}

body:before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b4f3ff url(../img/bg.jpg) repeat left top;
	content: "";
	z-index: -1;
}
body {
	color: #000000;
	/*font-family: "Yu Mincho", "YuMincho", serif;*/
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}
@media (max-width: 767px) {
	body:before {
		background: #b4f3ff url(../img/bg.jpg) repeat center top;
	}
}
/* ------------------------------------
 * header
 * ------------------------------------ */
header {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
header h1 {
	width: 100%;
	margin: 0 0 1.5em 0;
}
header h1 span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	padding-top: 23.1%;
	background: url(../img/title.jpg) no-repeat center top;
	background-size: contain;
	line-height: 0;
}
@media (max-width: 767px) {
	header {
		width: 100%;
	}
	header h1 {
		width: 100%;
		margin: 0 auto 1.5em;
	}
}

/* ------------------------------------
 * main
 * ------------------------------------ */
main {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	main {
		width: 93%;
		margin: 0 auto;
	}
}
.caption {
	width: 93%;
	margin: 1em auto 0;
}
em {
	color: #ff0000;
}
#content > h2 {
	width: 100%;
	margin-bottom: .3em;
	padding-bottom: .3em;
	border-bottom: solid 1px #3a393a;
	font-size: 120%;
}
.info_area {
	width: 93%;
	margin: 0 auto;
	font-size: 93%;
}
.info_area li {
	margin: 0 auto 1.2em;
}
.info_area li a {
	color: #3a393a;
}
.soldout_icon {
	position: relative;
}
.soldout_icon:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 0;
	padding-top: 23.3%;
	background: url(../img/canceled.svg) no-repeat center center;
	background-size: contain;
	opacity: .8;
	content: "";
	-webkit-transform: translate(-50%, -50%) rotate(-10deg);
	transform: translate(-50%, -50%) rotate(-10deg);
}


/* ------------------------------------
 * schedule
 * ------------------------------------ */
#schedule {
	width: 100%;
	margin: 1.2em auto;
}
#content > h2 {
	width: 100%;
	margin-bottom: .3em;
	padding-bottom: .3em;
	border-bottom: solid 1px #3a393a;
	font-size: 136%;
}
#schedule #scheduleTable > dl > dt {
	width: 100%;
	margin-bottom: .3em;
	padding-bottom: .3em;
	border-bottom: solid 1px #3a393a;
	font-size: 136%;
}
#scheduleTable table {
	width: 100%;
	margin: 1em auto;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
}
#schedule th , #schedule td {
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	font-size: 13px;
}
#schedule th {
	padding: .4em;
	background: #efefef;
	color: #3a393a;
}
#schedule td:not(.multiple_cell) {
	padding: .4em;
	background: #ffffff;
}
#schedule td.multiple_cell > div {
    width: 100%;
    padding: 0.6em 0.4em;
    border-bottom: dotted 1px #3a393a;
    background: #ffffff;
}
#schedule td > div:last-of-type {
	border-bottom: none;
}
#schedule td a {
	color: #3a393a;
}
.cancel td {
	text-decoration: line-through;
}

@media (min-width: 767px) {

#schedule th.open {
    width: 19%;
}

}

@media (max-width: 767px) {
	#schedule {
		margin: 1.5em auto;
	}
	#schedule dl dt {
		width: 100%;
		margin: 0 auto 0;
	}
	#scheduleTable table {
		width: 100%;
		border: none;
	}
	#scheduleTable thead {
		display: none;
	}
	#scheduleTable tr {
		display: block;
		margin-bottom: 1.5em;
		border-top: solid 1px #3a393a;
	}
	#scheduleTable td {
		display: block;
		border-right: solid 1px #3a393a;
		border-left: solid 1px #3a393a;
		border-bottom: none;
		vertical-align: middle;
		font-size: 12px;
	}
	#schedule td:not(.multiple_cell) {
		padding: 0;
		line-height: 1.5;
	}
	#schedule td.multiple_cell > div {
		padding: 5px;
		border-bottom: dotted 1px #3a393a;
	}
	#schedule td > div:last-of-type {
		border-bottom: none;
	}
	#scheduleTable td:first-of-type {
		padding: .4em 0;
		background: #3a393a;
		color: #ffffff;
		font-size: 120%;
	}
	#scheduleTable td:last-of-type {
		border-bottom: solid 1px #3a393a;
	}
	#scheduleTable td:before {
		display: block;
		padding: .4em 0;
		border-top: dotted 1px #3a393a;
		border-bottom: dotted 1px #3a393a;
		background: #f2f2f2;
		color: #3a393a;
	}
	#scheduleTable td:nth-of-type(2):before {
		border-top: none;
		content: "日程";
	}
	#scheduleTable td:nth-of-type(3):before {
		content: "会場";
	}
	#scheduleTable td:nth-of-type(4):before {
		content: "開場/開演";
	}
	#scheduleTable td:nth-of-type(5):before {
		content: "チケット料金(税込)";
	}
	#scheduleTable td:nth-of-type(6):before {
		content: "一般お問合せ";
	}
}

/* ------------------------------------
 * MOVIE Jst player style
 * ------------------------------------ */
#player {
	display: none;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#player > div {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#player iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.eq-header , .video_title , .video_title_text_cover , .video_title_text {
	display: none !important;
}

/* ------------------------------------
 * modal style：fancybox
 * ------------------------------------ */
.fancybox-overlay {
	background: rgba(86,18,17,.4);
}
.fancybox-wrap {
	width: 100% !important;
	margin: 0 auto !important;
	margin-left: -20px !important;
}
.fancybox-skin {
	max-width: 450px;
	margin: 0 auto !important;
	padding: 0px !important;
	border: solid 2px #a67f3b;
	background: rgba(0,0,0,.8);
}
.fancybox-inner {
	width: 100% !important;
	height: auto !important;
	border: solid 1px #ffffff;
}
.fancybox-close {
	top: 0 !important;
	right: 0 !important;
}

@media (max-width: 767px) {
	.fancybox-wrap {
		width: 100%;
	}
}
/* ------------------------------------
 * jquery.dwImageProtector.js：Copy guard
 * ------------------------------------ */
.guard {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

/* ------------------------------------
 * footer
 * ------------------------------------ */
footer {
	margin: 10% auto 1%;
	text-align: center;
}
footer small {
	font-size: 100%;
}