/* ##### GENERAL CLASS ##### */
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}


body {
	line-height: 1.4;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #333;
	min-width: 1000px;
	_display: inline;
	_zoom:1;}
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:focus {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
iframe {
	border: 0;
}
p {
	margin: 0;
}
.no-margin{ margin:0;}

h1, h2, h3, h4, h5, h6, .section-title, .form-group label {
	margin: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.4;
}

.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}

.tc {
	text-align: center !important;
}



blockquote {
	border-color: #dedede;
}
/* -----------------------------------------------------------------------------
** clearfix
----------------------------------------------------------------------------- */
.clearfix {
	overflow: hidden;
	}
	
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	}
/*\*/
* html .clearfix {
	height: 1em;
	overflow: visible;
	}
/**/



/* nav
----------------------------------------------------------*/
#header nav {
	padding: 0;
	width: 100%;
}
#header nav ul {
	width: 810px;
	margin: 0 auto;
}
#header nav ul li {
	padding: 0 15px 0 7px;
	background: url(../img/menu_line.png) right top no-repeat;
	background-size: 18px auto;
	background-size: 8px 20px;
	height: 25px;
	display: inline-block;
	*display: inline;  
  *zoom: 1;
}
#header nav ul li:first-child {
	padding-left: 0;
}
#header nav ul li:last-child {
	padding-right: 0;
	background: none;
}
#header nav ul li img {
	height: 19px;
	vertical-align: top;
}
#header nav ul li a:hover img {
	opacity: 0.6;
}


/* footer
----------------------------------------------------------*/
#footer {
	font-size: 75%;
	text-align: center;
	padding: 12px;
	margin: 0 auto;
	background: #000;
	color: #FFF;
	
}
#footer .pagetop {
	padding-bottom: 20px;
}
#footer .pagetop a {
	font-size: 80%;
}
#footer a:link,
#footer a:visited {
	color: #FFF !important;
}


/* social
----------------------------------------------------------*/
.social {
	width: 280px;
	height: 62px;
	margin: 0 auto;
	padding-top: 30px;	
	text-align: center;
	position: relative;
	overflow: visible;
}
.social div.facebook {
	float: left;
	width: 150px;
	margin-right: 20px;
	overflow: visible;
}
.social div.twitter {
	float: left;
	width: 110px;
	overflow: visible;
	padding-top: 1px;
}
/*facebookのコメントが切れるので対処*/
.social div.facebook iframe,
.social .fb-like iframe,
.social .item-facebook-like iframe {
max-width: none !important;/*こちらを優先*/
z-index: 9999;
}

p.caution {
	font-size: 90%;
	margin-top: 2px;
}

p.pagetop {
	margin-top: 20px;
}
p.pagetop a {
	text-decoration: none;
	font-size: 60%;
}
p.pagetop a:hover {
	background: #0071a8;
	color: #FFF;
	padding: 1px 4px;
}

.box {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(../img/bg01.png) center top no-repeat;
}
.bg01 {
	background: #fcc000;
}
.bg02 {
	background: #000 url(../img/bg02.jpg) center top repeat;
	color: #FFF;
}
.bg03 {
	background: #eeeeee;
}

img {
	vertical-align: bottom;
}
p.pmc {
	padding: 15px 0;
}
#header {
	padding: 960px 0 20px;
}
#header p {
	margin-top: 20px;
}

p.line {
	color: #CCC;
}

h2 {
	padding: 40px 10px;
	line-height: 1;
	text-align: center;
}
table {
	margin: 0 auto;
}

#story {
	padding: 40px 15px 0;
}
#story h2 {
	padding: 0;
}
#story p.txt {
	margin: 30px auto 0;
	width: 760px;
	padding: 0 0 50px 180px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	background: url(../img/pic_01.png) left bottom no-repeat;
}


#cast {
	padding-bottom: 50px;
}
#cast table {
	width: 780px;
}
#cast table th,
#cast table td {
	padding: 5px 0;
	vertical-align: top;
	line-height: 1.8;
}
#cast table th {
	text-align: right;
	padding-right: 15px;
	white-space: nowrap;
}
#cast table tr.cast th,
#cast table tr.cast td {
	padding-bottom: 15px;
}
#cast table tr.staff th,
#cast table tr.staff td {
	border-top: 2px solid #CCC;
	padding-top: 15px;
}







#schedule {
	padding-bottom: 40px;
}
#schedule p.date {
	font-weight: bold;
	font-size: 150%;
}
#schedule table  {
	font-size: 120%;
}
#schedule table th {
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}
#schedule table td {
	letter-spacing: 1px;
}
#schedule table td.year {
	padding-top: 30px;
}
#schedule table td.date {
	text-align: left;
}
#schedule table td span {
	font-size: 85%;
}
#schedule p.txt01 {
	font-weight: bold;
	font-size: 170%;
}
#schedule p.txt02 {
	line-height: 1.6;
}
div.caution {
	width: 520px;
	text-align: left;
	margin: 0 auto;
}
p.caution {
	line-height: 1.6;
	text-indent: -1em;
	margin-left: 1em;
}





#ticket {
	padding-bottom: 50px;
}
#ticket h2 {
	padding-bottom: 20px;
}
#ticket table {
	font-weight: bold;
	width: 430px;
}
#ticket table th {
	text-align: right;
	white-space: nowrap;
}
#ticket table th,
#ticket table td {
	font-size: 150%;
	padding: 5px 0;
}
#ticket table td span {
	font-size: 80%;
}
#ticket table tr.gentei th,
#ticket table tr.gentei td {
	padding-bottom: 0px;
}
#ticket table tr.line th,
#ticket table tr.line td {
	border-top: 2px solid #CCC;
	padding-top: 15px;
}
#ticket p.hatsubai {
	font-size: 150%;
	font-weight: bold;
}

#ticket div.txt01 {
	width: 500px;
	margin: 0 auto;
}
#ticket p.goods {
	font-size: 80%;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.6;
}





.corich p {
	font-size: 80%;
}



#access {
	padding-bottom: 50px;
}
#access p.txt {
	font-size: 150%;
	letter-spacing: 1px;
}
#access p.txt span {
	font-size: 75%;
}
#access .map {
	margin-top: 10px;
}



#contact {
	padding-bottom: 40px;
}
#contact p {
	font-size: 125%;
	line-height: 2;
}
#contact p span {
	font-size: 130%;
	font-weight: bold;
}
#contact p.caution {
	font-size: 100%;
	line-height: 1.6;
}


.news {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #DDD;
	padding: 10px;
	font-size: 90%;
}

.red {
	font-size: 130%;
	color: #F00;
	font-weight: bold;
}

.bg04 {
	background: #fff100;
}
.goods .box {
	text-align: center;
	padding-bottom: 60px;
}
.goods p,
.goods h2 {
	margin-top: 50px;
}
.goods p.btn {
	margin-top: 20px;
}
.goods p.btn a:hover {
	opacity: 0.6;
}



.btngoods {
	position: absolute;
	top: -260px;
	right: 100px;
}
.box {
	position: relative;
}

