body {
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sp { display: none !important;}
.pc { display: block !important;}


.bg-yellow {
	background-color: #ffd6a1;
}

.module {
	padding: 70px 0;
}
.module-title {
	margin-bottom: 30px;
	font-size: 60px;
}
.bg-gradient::before {
	background: none;
}
.navbar-transparent {
	background-color: rgba(10, 10, 10, 0.9);
	padding: 0;
}
.navbar-brand {
	padding: 5px 15px;
}
.navbar-custom {
	font-size: 14px;
}
.navbar-custom .navbar-brand {
	font-size: 14px;
}
.mainbg {
	background-color: #000;
}
.home-section {
	background-color: #000;
	margin-top: 50px;
	padding-bottom: 30px;
}
.home-section .caption-content img {
	max-width: 90%;
	height: auto;
}
.btn { font-size: 16px; }
.btn.btn-border-d {
	background-color: #000;
	color: #FFF;
}
.btn.btn-border-d:hover {
	opacity: .8;
}


h3 {
	font-size: 40px;
}
p.lead {
	font-size: 20px;
}

#story {
	color: #000;
}
#story .nav-tabs {
	text-align: center;
	border-bottom: 0;
}
#story .nav-tabs > li > a {
	color: #000;
	background-color: rgba(243,243,243,0.3);
}
#story .nav-tabs > li > a:hover {
	color: #666;
	background-color: rgba(243,243,243,0.6);
}
#story .nav-tabs > li.active > a {
	color: #000;
	background-color: rgba(243,243,243,0.6);
}

#story .nav-tabs > li {
	float: none;
	display: inline-block;
	font-size: 26px;
	margin-bottom: 0;
}
.nav-tabs > li a,
.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border: 0 !important;
}
#story .tab-content {
	font-size: 20px;
	padding: 20px;
	background-color: rgba(243,243,243,0.6);
	border-top: 0;
}
#story .tab-content .tab-pane {
	padding: 0;
}


#cast p {
	font-size: 2em;
}
#cast ul {
	margin-bottom: 1em;
	text-align: center;
	padding-left: 0;

}
#cast ul li {
	font-size: 2.2em;
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.1;
	vertical-align: top;
}
#cast ul.guest li {
	font-size: 2.2em;
}
#cast ul.guest li.block {
	display: block;
}
#cast span {
	font-size: .7em;
}
#cast h3 {
	text-align: center;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 10px;
}
#cast h3 span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	font-size: .7em;
}
#cast a {
	display: inline-block;
	color: #FFF;
	font-size: .9em;
	background: #ff8400;
	margin-top: 15px;
	padding: 15px 30px;
	border-radius: 8px;
}
#cast .staff_txt {
	font-size: 1.6em;
}




	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.125);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.025);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #000000;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(255, 255, 255, 0.125);
		}

		table tfoot {
			border-top: solid 2px rgba(255, 255, 255, 0.125);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.125);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	#schedule,
	#schedule h2 {
		color: #FFF !important;
	}
	#schedule p.date {
		text-align: center;
		font-size: 2.5em;
	}
	#schedule p.date span {
		display: block;
		font-size: .7em;
		line-height: 1.5;
	}
	#schedule table {
		position:relative;
		border-collapse: separate;
		border-spacing: 0;
		border-bottom: 1px solid #666;
		table-layout: fixed;
		margin-bottom: 1em;
	}
	#schedule table th,
	#schedule table td {
		text-align: center;
		padding: 10px;
		border-left: 1px solid #666;
		vertical-align: middle;
		line-height: 1.3;
		font-size: 1.4em;
	}
	#schedule table tr th:last-child,
	#schedule table tr td:last-child {
		border-right: 1px solid #666;
	}
	#schedule table th {
		background-color: rgba(30, 30, 30, 0.6);
		color: #FFF;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	#schedule table tr.time td {
		border-bottom: 1px dashed #666 !important;
	}
	#schedule table tr.caution td {
		font-size: 85%;
		color: #666;
		padding: 5px;
	}
	#schedule table tr.time td span,
	#schedule table tr.caution td span {
		color: #e42222;
	}
	#schedule table tr.guest td span {
		font-size: .7em;
		display: inline-block;
		margin-bottom: 8px;
	}
	#schedule .information {
		margin-top: 30px;
		font-size: 1.3em;
	}
	#schedule .information span {
	}
	#schedule .information ul {
		margin-top: 15px;
	}
	#schedule .information ul,
	#schedule .information ul li {
		padding-left: 0;
		list-style: none;
	}
	#schedule .information ul li:before {
		content: "○";
	}



	#ticket {
		word-break: break-all;
	}
	#ticket h3.zaseki span {
		border-bottom: 0;
		font-size: 90%;
	}
	#ticket p.price {
		font-size: 2em;
		margin-bottom: 0;
		padding-bottom: 0;
		line-height: 1.4;
	}
	#ticket p.txt {
		padding-bottom: 0;
	}
	#ticket p.price span {
		font-size: 1.5em;
	}
	#ticket .features article {
		margin-top: 0;
	}
	#ticket .caution {
		font-size: 1.2em;
	}
	#ticket .price_left,
	#ticket .price_right {
		display: inline-block;
		width: 45%;
		vertical-align: top;
	}
	#ticket .price_left {
		margin-right: 5%;
	}

	#ticket p.date {
		text-align: center;
		font-size: 2.5em;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#ticket p {
		padding-bottom: 15px;
	}
	#ticket dl {
		width: 740px;
		margin: 0 auto 10px;
		font-size: 1.5em;
	}
	#ticket dl dt {
		width: 180px;
		float: left;
		margin-bottom: 0;
	}
	#ticket dl dd {
		padding-left: 180px;
		margin-left: 0;
	}
	#ticket a {
		text-decoration: underline;
	}
	#ticket a:hover {
		text-decoration: none;
	}
	#ticket .umekomi {
		width: 560px;
		margin: 0 auto;
	}
	#ticket .umekomi p {
		margin-bottom: 0;
		padding-bottom: 0;
	}

#access {
	background: url(../img/bg_access.jpg) center top repeat;
	background-size: cover;
	color: #FFF !important;
}
#access h2 {
	color: #FFF !important;
}
#access h3 {
	text-shadow:0px 0px 5px #000000,0px 0px 5px #000000;
}
#access p {
	font-size: 1.5em;
	text-shadow:0px 0px 5px #000000,0px 0px 5px #000000;
}
#access .map {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
#access .map iframe {
	width: 100%;
	height: 300px;
}
#faq h3 {
	font-size: 24px;
	font-weight: bold;
}
#faq p {
	font-size: 20px;
	margin-bottom: 40px;
}

#contact {
	background: #000;
	color: #FFF !important;
}
#contact h2,
#contact a {
	color: #FFF !important;
}
#contact p {
	font-size: 2em;
}

@media (max-width: 990px) {
	.col-sm-8 {
			width: 90%;
			margin-left: 5%;
	}
}
@media (max-width: 768px) {

	.pc { display: none !important; }
	.sp { display: block !important; }

	.col-sm-8 {
			width: 100%;
			margin-left: 0;
	}
	.module {
		padding: 35px 0;
	}
	.module-title {
		margin-bottom: 15px;
	}
	#story .tab-content {
		font-size: 1.3em;
	}
	#cast ul li,
	#cast ul.guest li {
		font-size: 1.8em;
	}
	#cast .staff_txt {
		font-size: 1.2em;
	}
	#schedule {
		background-image: url(../img/bg_schedule_sp.jpg) !important;
	}
	#schedule .date {
		line-height: 1.4;
	}
	#schedule .date span {
		margin-top: 15px;
	}
	#schedule table th,
	#schedule table td {
		display: block;
	}
	#schedule table td {
		line-height: 1.5;
	}
	#schedule table td:nth-child(3) {
		border-top: 1px dotted #666;
	}
	#schedule table td span {
		font-size:.8em;
	}
	#ticket .price_left,
	#ticket .price_right {
		width: 100%;
	}
	#ticket .price_left {
		margin-right: 0;
	}
	#ticket p.price {
		text-align: center;
	}
	#ticket dl {
		width: 100%;
	}
	#ticket dl dt {
		width: 100%;
		float: none;
	}
	#ticket dl dd {
		padding-left: 0;
	}
	#ticket .umekomi {
		width: 100%;
		-webkit-overflow-scrolling: touch;
    overflow: auto;
	}
	#ticket .umekomi iframe {
		width: 540px;
	}


}


#gp h1 {
	padding: 30px 0 0;
}
#gp .line {
	padding: 30px;
	text-align: center;
}

#gp a.btn {
	color: #FFF;
	background: #a27d39;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 80px;
	text-decoration: none;
	border: 3px solid #a27d39;
	border-radius: 10px;
	transform: 0.2s;
}
#gp a.btn:hover {
	color: #a27d39;
	background: #FFF;
	border: 3px solid #a27d39;
}













