@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
html { line-height: 1; }


ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: top; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
.cf {  *zoom: 1;}
.cf:after { content: ""; display: table; clear: both; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000000;
	color: #000000;
	font-size: 0.9em;
	line-height: 2em;
}
#page {
	background-image: url(../images/movie_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

header, footer, section { display: block; }
img {
	height: auto;
}

.pc {display:block;}
.sp {display:none;}
.left{float:left;}
a {
	color: #EC4F00;
	text-decoration: underline;
}
a:hover{
	color: #000000;
}
a img:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
     transition: 0.3s ease-in-out;  
}


.inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 10px 0;
	line-height: 1;
	z-index: 999;
	background-color: #000000;
	-webkit-box-shadow: 0px 2px 4px #070707;
	box-shadow: 0px 2px 4px #070707;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {


}
#global-nav ul {
	list-style: none;
	font-size: 14px;
}
#global-nav li {
	/* [disabled]float: left; */
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-weight: bold;
}
#global-nav li.twitter a  {
	text-indent: -9999px;
	background-image: url(../images/nav_twitter.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	padding: 0;
	display: block;
	margin-right: 15px;
	background-position: center center;
	background-size: 28px auto;
}
#global-nav li.fb a  {
	text-indent: -9999px;
	background-image: url(../images/nav_fb.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	padding: 0;
	display: block;
	background-position: center center;
	background-size: 28px auto;
}

#global-nav ul li a {
	padding: 0 45px;
}
#global-nav ul li a:hover {
	color: #EC4F00;
}
#global-nav ul li a.current {
	color: #EC4F00;
}

 
/* Fixed */
#top-head.fixed {
	margin: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	/* [disabled]height: 55px; */
	background: #fff;
	background-color: #000000;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
 
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#top-head #global-nav li .twitter a {
	width: 28px;
	height: 28px;
	display: block;
}

#top h1 img {
	width: 100%;
	padding: 45px 0 0 0;
	height: auto;
	margin: 0 auto;
	max-width: 1920px;

}
#top h2 img {
	margin: 0 auto 20px;
	display: block;
}

#social-button {
	margin: 20px auto;
	width: 210px;
	line-height: 0;
}
#social-button ul {
	display: table;
}

#social-button li {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}

#social-button li:first-child  {
	padding: 0;
	display: table-cell;
}
#news {
	padding: 50px 0;
}
section h1      {
	text-align: center;
	font-size: 50px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	color: #FFFFFF;
	margin: 0 0 20px;
	line-height: 60px;
	text-shadow: 1px 1px 5px #000000;
	letter-spacing: 3px;

}
#news .inner .blog {
	background : #5E6A9C;
	padding: 30px;
	background-color: rgba(156,130,94,0.50);
	margin-bottom: 30px;
}
#news .blog .blog_box {
	background-color: #FFFFFF;
}
#news .blog .blog_box .blog_list {
	overflow: auto;
	height: 270px;
}

#news .blog .blog_box .blog_list li {
	margin: 5px 10px;
	padding: 10px;
	border-bottom: 1px dotted #B3B3B3;
	color: #000000;
}
#news .blog .blog_box .blog_list li .date80 {
	font-size: 12px;
	line-height: 25px;

}
#news .blog .blog_box .blog_list li img {
	display: none;
}
#news .blog_box p {
	padding: 10px 20px;
	text-align: right;
}
#news .inner .fb_tl {
	width: 480px;
	height: 350px;
	margin: 0 20px 0 0;
	float: left;
}
#news .inner .twitter_tl {
	width: 480px;
	height: 350px;
	float: left;
}
#about {
	padding: 50px 0;
}
#about .introduction {
	padding: 30px 40px;
	background-color: hsla(0,0%,100%,0.80);
	-webkit-box-shadow: 2px 2px 4px hsla(0,0%,3%,1.00);
	box-shadow: 2px 2px 4px hsla(0,0%,3%,1.00);
	margin: 0 auto 50px;
	overflow: hidden;
	width: 900px;
}
#about .story {
	padding: 30px 40px;
	background-color: hsla(0,0%,100%,0.80);
	-webkit-box-shadow: 2px 2px 4px hsla(0,0%,0%,1.00);
	box-shadow: 2px 2px 4px hsla(0,0%,0%,1.00);
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
	background-image: url(../images/about_img02.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#about h2  {
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	color: #8C4434;
	font-size: 30px;
	padding: 0 0 20px;
	font-weight: bold;
}
#about h3  {
	font-size: 20px;
	color: #816800;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	line-height: 35px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
#about .introduction .text {
	width: 450px;
	padding: 20px 0;
	font-size: 15px;
	float: left;
}
#about .story .text {
	width: 460px;
	margin: 0 20px 0 0;
	font-size: 15px;
}
#about .introduction .photo {
	width: 450px;
	text-align: center;
	float: left;
}

#about .story .photo {
	margin: 30px 0 0;
	text-align: center;
}
#cast {
	padding: 50px 0;
}
#cast .inner  {
	width: 985px;
}

#cast .cast_box  {
	background-color: hsla(0,0%,100%,0.80);
	-webkit-box-shadow: 2px 2px 4px hsla(0,0%,3%,1.00);
	margin: 0 50px 30px 0;
	box-shadow: 2px 2px 4px hsla(0,0%,3%,1.00);
	overflow: hidden;
	width: 295px;
	float: left;
	height: 323px;
}
#cast .cast_box:nth-child(3n) {
	margin: 0 0 30px 0;
	float: left;
}
.no_img {
	float: left;
	margin: 203px auto 0;
	text-align: center;
	padding: 10px;
	width: 275px;
}

#cast .cast_box .photo img {
	display: block;
	margin: 0 auto;
}
#cast .cast_box .text {
	display: block;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	height: 100px;
}
#cast .cast_box h2 {
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}
#cast .cast_box  h2 .small  {
	font-size: 14px;
}
#cast .prf_btn a {
	text-decoration: none;
	color: #533B2F;
	border-radius: 5px;
	display: block;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	background-color: #C9AC95;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
	position: relative;
	transition: all .3s;
}
#cast .prf_btn a:after {
	position: absolute;
	top: 50%;
	right: .3em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #533B2F;
	transition: all .3s;
}
#cast .prf_btn a:hover {
	background-color: #87776B;
	color: #FFFFFF;
}
.remodal .photo  {
	width: auto;
	margin: 0 auto 15px;
	display: block;
	max-width: 295px;
	height: auto;
}
.remodal h2  {
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	margin: 0 0 10px;
	font-size: 25px;
	color: #000000;
	line-height: 30px;
	text-align: center;
}
.remodal  h2 .small   {
	font-size: 20px;
}
.remodal .text {
	overflow: auto;
	max-height: 250px;
	text-align: left;
	color: #000000;
}
#staff {
	padding: 50px 0;
}
#staff .box {
	padding: 30px 40px;
	background-color: hsla(0,0%,100%,0.80);
	-webkit-box-shadow: 2px 2px 4px hsla(0,0%,3%,1.00);
	box-shadow: 2px 2px 4px hsla(0,0%,3%,1.00);
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
}
#staff .staff_prf {
	margin: 0 0 40px;
	overflow: hidden;
}
#staff .staff_prf h2 {
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size: 28px;
	line-height: 40px;
}
#staff h2 .small    {
	font-size: 17px;
}
#staff .photo  {
	margin: 0 25px 0 0;
	float: left;
	-webkit-box-shadow: 1px 1px 4px hsla(34,11%,57%,1.00);
	box-shadow: 1px 1px 4px hsla(34,11%,57%,1.00);
	width: 178px;
	height: 178px;
}
#staff .photo img  {
	width: 100%;
	height: auto;

}
#staff .content_wrap,.content_wrap2 {
	float: left;
	margin: 0 0 15px;
	width: 695px;

}
#staff .text {
	float: left;
	width: 695px;

}

#staff #tab,#tab2 {
	display: table;
	margin: 30px auto 0;
	border-collapse: separate;
	border-spacing: 10px 10px;
	clear: left;
}

#staff li {
	list-style: none;
	cursor: pointer;
	background-color: #D17727;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px;
	display: table-cell;
	color: #FFFFFF;
}
#staff li.select {
	background-color: #FFFFFF;
	color: #e61c15;
	font-weight: bold;
	margin: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#staff .disnon {
  display: none;
}
#staff .billing {
	font-size: 14px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	line-height: 21px;
	text-align: center;
}
#staff .billing .big {
	font-size: 18px;
	line-height: 35px;
}
#staff .release {
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #D17727;
	color: #E73D3F;
	clear: left;
}
#movie {
	padding: 50px 0;
}
#movie .inner {
	width: 788px;
}
#movie .movie_wrap {
	float: left;

}
#movie .disnon  {
	display: none;
}
#movie #movie_tab {
	display: table;
	margin: 30px auto 0;
	border-collapse: separate;
	border-spacing: 10px 10px;
	clear: left;
}
#movie #movie_tab li {
	list-style: none;
	cursor: pointer;
	background-color: #b3b3b3;
	width: 200px;
	height: 40px;
	text-align: center;
	margin: 0 10px;
	vertical-align: middle;
	display: table-cell;
	color: #FFFFFF;
	border-bottom: 5px solid #A68142;
	background-image: url(../images/movie_select.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	font-weight: bold;
}
#movie #movie_tab li.select {
	background-color: #FFF;
	color: #000;
	margin: 20px;
	display: table-cell;
	border: none;
	vertical-align: middle;
	background-image: url(../images/movie_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}



#theater {
	padding: 60px  0 50px;
}
#theater .ticket_info {
	padding: 30px 40px;
	background-color: hsla(0,0%,100%,0.80);
	-webkit-box-shadow: 2px 2px 4px hsla(0,0%,3%,1.00);
	margin: 0 auto 30px;
	box-shadow: 2px 2px 4px hsla(0,0%,3%,1.00);
	overflow: hidden;
	width: 900px;
}
.ticket_info h2 {
	font-size: 30px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	color: #8C4434;
	font-weight: bold;
	margin-bottom: 10px;
}
.ticket_info h3 {
	font-size: 20px;
	color: #816800;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 35px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
.ticket_info .photo {
	margin: 0 10px 0 0;
	width: 220px;
	float: left;
}
.ticket_info .text  {
	font-weight: bold;
	line-height: 25px;
	font-size: 12px;
	/* [disabled]margin-right: 10px; */
	float: left;
	width: 295px;
}
.ticket_info .small  {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	float: left;
	width: 375px;
}

#theater .theater_list {
	margin: 0 auto 20px;
	width: 980px;
}
#theater .theater_list th {
	background-color: #deb500;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CDC5AD;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
#theater .theater_list .table01 {
	text-align: center;

}
#theater .theater_list .table02 {
	text-align: center;
}
#theater .theater_list .table04 {
	text-align: center;
}

#theater .theater_list td {
	padding: 10px;
	border: 1px solid #808080;
	background-color: #e6e6e6;
}
#theater .info {
	color: #FFFFFF;
	text-align: right;
}

#bnr_area {
	margin: 0 auto;
	width: 682px;
}
#bnr_area ul {


}
#bnr_area li {
	display: inline-block;
	margin: 0 auto;
	padding: 0 10px 10px;
	text-align: center;
}
#bnr_area li:nth-child(3n)  {
	margin-right: 0px;
}
footer {
	text-align: center;
	color: #E8E0BC;
	padding: 30px 5px;
	font-size: 0.75em;
	line-height: 2em;
}
#top .bnr {
	margin: 0 auto 20px;
	width: 682px;
}
#top .bnr img {
}





@media screen and (max-width: 768px){
.pc{display:none;}
.sp{display:block;}
#sp_sns {
	overflow: hidden;
	position: fixed;
	width: 65px;
	top: 9px;
	left: 10px;
}
#sp_sns li.twitter a  {
	text-indent: -9999px;
	background-image: url(../images/nav_twitter.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	padding: 0;
	margin-right: 5px;
	background-position: center center;
	display: block;
	float: left;
	background-size: 28px auto;
}
#sp_sns li.fb a  {
	text-indent: -9999px;
	background-image: url(../images/nav_fb.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	padding: 0;
	display: block;
	background-position: center center;
	float: left;
	background-size: 28px auto;
}

#social-button {
	padding: 10px 0;
  }
img {
	padding: 10px 0;
	display: block;
	width: 100%;
	height: auto;
}
#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head .inner {
	margin: 0;
}

#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background-color: #000000;
	width: 100%;
	height: 45px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -510px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
list-style: none;
position: static;
right: 0;
bottom: 0;
font-size: 14px;
display: block;
}
#global-nav ul li {
float: none;
position: static;
display: block;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
	background-size: 0px auto;
}

#nav-toggle {
	display: block;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}
#global-nav li.twitter  {
	background-image: url(../images/nav_twitter.png);
	background-repeat: no-repeat;
	display: none;
	background-position: center center;
}
#global-nav li.fb  {
	background-repeat: no-repeat;
	display: none;
}
#top h1 img {
	width: 100%;
	padding: 45px 0 0 0;
	height: auto;
	margin: 0 auto;

}
h1 img    {
	margin: 0 auto 30px;
	width: 50%;
}
.inner {
	margin: 0 10px;
	overflow: hidden;
	width: auto;
}
#news .inner .blog {
	padding: 10px;
	margin-bottom: 30px;
}
#news .inner .fb_tl {
	width: auto;
	margin: 0 0 20px;
	float: none;
}
#news .inner .twitter_tl {
	width: auto;
	float: none;
}
#about {
	padding: 50px 10px;
	width: auto;
}

#about .introduction {
	padding: 20px;
	margin: 0 auto 50px;
	overflow: hidden;
	width: auto;
}
#about h2 {
	font-size: 150%;
	padding: 0 0 10px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	width: auto;
}
#about h3 {
	font-size: 110%;
	color: #816800;
	margin: 0 0 20px;
	line-height: 30px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
#about .introduction .text {
	width: auto;
	float: none;
	padding: 10px 0;
	font-size: 15px;
}
#about .introduction .photo {
	width: 100%;
	float: none;
}
#about .introduction .photo img {
	width: auto;
	float: none;
	margin: 0 auto;
	padding: 0;
	display: block;
	max-width: 100%;
}

#about .story {
	padding: 20px;
	margin: 0;
	width: auto;
	float: none;
	background-image: none;
}
#about .story .text {
	width: auto;
	margin: 0;
	font-size: 15px;
}
#cast {
	padding: 50px 0;
	width: auto;
}
#cast .inner {
	margin: 0;
	width: auto;

}


#cast .cast_box .photo img {
	width: 100%;
	margin: 0 auto;
	display: block;
	float: none;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 4px hsla(34,11%,57%,1.00);
	padding: 0;
	box-shadow: 1px 1px 4px hsla(34,11%,57%,1.00);
	max-width: 295px;
}
#cast .cast_box:nth-child(3n) {
	margin: 0 10px 20px;
	width: auto;
	padding: 20px;
	float: none;
	overflow: hidden;
}
#cast .cast_box {
	padding: 20px;
	margin: 0 10px 20px;
	overflow: hidden;
	width: auto;
	float: none;
	height: auto;
}
#cast .cast_box .text {
	padding: 25px 0 0;
	float: left;
	height: auto;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	display: block;
}

#staff .box {
	padding: 20px;
	margin: 0 10px;
	width: auto;
}
#staff .photo {
	margin: 0 auto 20px;
	float: none;
	-webkit-box-shadow: 1px 1px 4px hsla(34,11%,57%,1.00);
	box-shadow: 1px 1px 4px hsla(34,11%,57%,1.00);
	width: auto;
	height: auto;
	padding: 0;
	max-width: 300px;
}
#staff .photo img {
	padding: 0;
}
#staff .content_wrap , .content_wrap2 {
	float: none;
	margin: 0;
	width: auto;

}
#staff .staff_prf  h2  {
	margin: 10px 0;
}

#staff #tab, #tab2 {
	display: none;

}
#staff .disnon {
	display: block;
}
#staff .box .staff_prf {
	margin: 30px 0;
}
#staff .text {
	float: none;
	width: auto;

}
#staff .billing .big {
	font-size: 16px;
	line-height: 35px;
}
#staff .billing {
	font-size: 13px;
	line-height: 21px;
	clear: none;
}
#movie .inner {
	width: auto;
}
#movie .youtube {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
}
#movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#theater {
	padding: 50px 0;
}
#theater .theater_list {
	margin: 0 0 20px;
	width: 100%;
}
#bnr_area {
	margin: 0 10px;
	width: auto;

}
#bnr_area ul {
	width: auto;
	text-align: center;

}

#bnr_area li {
	display: inline-block;
	width: 45%;
	margin: 0 auto;
	padding: 0 5px 5px;
	text-align: center;
}
#bnr_area li img {
	padding: 0;
	max-width: 204px;
	display: inline;
}

#bnr_area li:nth-child(3n) {
	/* [disabled]margin: 0 2%; */
	/* [disabled]display: inline-block; */
	/* [disabled]width: 45%; */
}
#bnr_area li:nth-child(2n) {


}
#movie #movie_tab {
	display: none;

}
#movie .movie_wrap {
	float: none;

}
#movie .disnon {
	display: block;
	margin-top: 20px;
}
section h1 {
	text-align: center;
	font-size: 30px;
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	color: #FFFFFF;
	margin: 0 0 20px;
	line-height: 40px;
	text-shadow: 1px 1px 5px #000000;
	letter-spacing: 3px;

}
#theater .theater_list .table01 {
	display: none;

}
#theater tbody th  {
	font-size: 12px;
	line-height: 1.5em;
}
#theater tbody tr td {
	font-size: 12px;
	line-height: 1.5em;
}
#theater .ticket_info {
	padding: 20px;
	background-color: hsla(0,0%,100%,0.80);
	margin: 0 auto 50px;
	overflow: hidden;
	width: auto;
}
.ticket_info .photo {
	float: none;
	margin: 0 auto 0;
	width: auto;
	max-width: 100%;
}
.ticket_info h2 {
	padding: 0 0 10px;
	overflow: hidden;
	width: auto;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.ticket_info .text  {
	width: auto;
	float: none;
}
.ticket_info .text a img {
	width: auto;
}
.ticket_info .small {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	float: left;
	width: auto;
}
#top .bnr {
	margin: 0 10px 10px;
	width: auto;
}













}
