@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

/*リセット
====================*/
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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
table-layout:auto;
list-style-type: none;
table-layout:auto;
vertical-align: bottom;
-webkit-text-size-adjust: 100%;
}

div, article, aside, details, figcaption, figure, ul, li, footer, header, main, menu, nav, section {
display:block;
margin:0;
padding:0;
box-sizing:border-box;
}
.cf { *zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }


/*全体
====================*/
body {
	-webkit-transition:0.6s;
	transition:0.6s;
	font-size:12px;
	font-family: 'Noto Serif JP', serif;
	line-height:1;
	word-wrap:break-word;
	text-align:left;
	color:#000;
	background:#fff;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
display:none;
}
/*見出しサイズ
====================*/
h1{font-size:28px; font-weight: normal;}
h2{font-size:24px; font-weight: normal;}
h3{font-size:18px; font-weight: normal;}
h4{font-size:14px; font-weight: normal;}
h5{font-size:12px; font-weight: normal;}
h6{font-size:10px; font-weight: normal;}
p {font-size:16px; font-weight: normal;}
/*リンク
====================*/
a{text-decoration:none; color:#000; }
a:hover{opacity:0.8; }
a:active{}
a:visited{}


.inner{
	width:960px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}


.head{
	position: relative;
	width:960px;
	padding:20px 0 10px 150px;
	margin:0 auto 100px;
}
.head h1{
	display: inline-block;
	margin-top:20px;
	margin-bottom:10px;
	font-size:36px;
	letter-spacing: 2px;
}
.head h1 .t1{
	display: block;
	font-size:16px;
	margin-bottom:8px;
}
.head h1 .t2{
	position: relative;
	top:-4px;
	font-size:14px;
	letter-spacing: 0px;
}
.head .logo{
	display: block;
	position: absolute;
	top:18px;
	left:0px;
	width:120px;
	height:120px;
	overflow:hidden;
}
.head .logo img{
	width:100%;
	height: auto;
}
.btn{
	position: fixed;
	top:10px;
	right:10px;
}
.btn a{
	display:block;
	width:100px;
	height:100px;
	box-sizing: border-box;
	padding-top:24px;
	text-align: center;
	font-size:16px;
	line-height: 1.5;
	-webkit-transition:.3s linear;
	transition:.3s linear;
	border-radius: 50%;
	color:#fff;
	background:#a00;
}
.btn a:hover{
	color:#fff;
	background: #700;
}



.cont1{
	position: relative;
	margin-bottom:80px;
}


.cont2{
	margin-bottom:80px;
}
.title{
	position: relative;
	margin-bottom:50px;
	font-size:22px;
	line-height: 1.6;
}

/*.title::before{
	content:'';
	position : absolute ;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 30px 0 0px;
	border-color: #ffa136 transparent transparent transparent;
}*/


.title span {
	display: inline-block;
	position: relative;
}

.title span:after {
    border-top: 1px solid rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.title span:before {
	right: 100%;
}

.story{
	padding-left:30px;
	line-height: 2;
	margin-bottom: 50px;
}
.story span{
	font-weight: bold;
}
.cont1 img{
	float:right;
	display: block;
	width:200px;
	margin-left:30px;
}


.cast_list {
	letter-spacing: -1em;
	word-spacing: 0.1em;
	text-align: center;
}
.cast_list li{
	display: inline-block;
    letter-spacing: normal;
    width:150px;
    margin:10px;
}
.cast_list li.lili{
	display: none;
}
.cast_list li.asd{
	display: none;
}
.cast_list li p{
	font-size:18px;
}
.cast_list li p span{
	font-size:12px;
}

.bon2{
	display: none;
}

.cont3{
	margin-bottom:80px;
}


/*===================================
タブ
===================================*/
.tab{
	overflow:hidden;
	text-align: center;
	margin-bottom: 50px;
}
.tab li{
	display:inline-block;
	width:40%;
	overflow:hidden;
	padding:10px 0px;
	margin:0 2%;
	font-size:16px;
	line-height: 1.6;
	color:#666;
	cursor: pointer;
	background:#eee;	
}
.tab li.select{
	color:#fff !important;
	background:#a00;
}
.content{
	overflow:hidden;
}
.content .ticket_cont{
	overflow:hidden;
	padding:10px;
}
.hide {display:none;}


/*チケット*/
.ticket_cont{
	overflow:hidden;
}
.ticket_cont .box01{
	float:left;
	width:48%;
}
.ticket_cont h2{
	font-size:20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom:20px;
}
.ticket_cont h2 a{
	padding:3px 8px;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0px;
	color:#fff;
	border-radius: 3px;
	background:#a00;
}
.ticket_cont address{
	display: block;
	margin:0 auto;
	box-sizing: border-box;
	font-style: normal;
	line-height: 1.8;
}
.ticket_cont address p{
	font-size:14px;
	font-weight: normal;

}


.ticket_cont .box1 iframe{
	width:100%;
	height:100%;
}


.ticket_cont h3{
	font-size:18px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom:30px;

}
.ticket_cont .box1{
	float:left;
	width:50%;
	padding:30px;
	overflow:hidden;
}
.ticket_cont .box1 h4{
	font-size:18px;
	margin-bottom:10px;
}
.ticket_cont .box1 img{
	width: 100%;
	height:auto;
}
.ticket_cont .box1 p{
	font-size:13px;
	line-height: 1.4;
}

.ticket_cont .box1 table{
	width:100%;
	font-size:16px;
	font-weight: bold;
	line-height: 1.6;
}
.ticket_cont .box1 th{
	width:200px;
	padding:5px 0px;
	vertical-align: top;
}
.ticket_cont .box1 th span{
	font-size:12px;
}
.ticket_cont .box1 td{
	padding:5px 10px;
	vertical-align: top;
}
.ticket_cont .box1 td span{
	display: block;
	font-size:12px;
	font-weight: normal;
}


.ticket_cont .box2{
	clear: both;
	line-height: 1.6;
	padding:30px;
	text-align: center;
}


.ticket_cont .box2 table{
	width:100%;
	font-size:16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	border-collapse: collapse;
}
.ticket_cont .box2 td{
	width: 25%;
	padding:8px;
	box-sizing: border-box;
	border:1px solid #fff;
	vertical-align: middle;
}
.ticket_cont .box2 td.cell1,
.ticket_cont .box2 td.cell3{
	background:#eee;
}
.ticket_cont .box2 td span{
	display: block;
	font-size:12px;
	font-weight: normal;
}


.ticket_cont .box2 .img_box{
	width:100%;
	overflow: hidden;
}
.ticket_cont .box2 .img_box img{
	width:100%;
	height: auto;
}










.ticket_cont .rese_box{
	display: inline-block;
	width:40%;
	margin:0 4%;
}
.ticket_cont .rese_btn{
	display: inline-block;
	width:40%;
	padding:15px 0;
	margin:0 3%;
	text-align: center;
	margin-bottom:30px;
	background:#a00;
	color:#fff;
	font-size:16px;
}
.ticket_cont .box2 p{
	margin-bottom:10px;
}
.box2 .axa5 {
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
}
.box2 .ic1:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    background: url(img/ic_mail.png);
    background-size: contain;
    vertical-align: middle;
}
.box2 .ic2:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    background: url(img/ic_tel.png);
    background-size: contain;
    vertical-align: middle;
}

.sp{
	display: none !important;
}







.foot{
	clear: both;
	padding:10px 0;
	text-align: right;
	color:#fff;
	background:#000;
}
.foot small{
	margin-right: 15px;
}


/*コロナ*/
.cont_corona {
	margin:0 auto 64px;
}
.cont_corona .txt_wrap{
	width: 80%;
	margin:0 auto 64px;
	line-height: 2;
}

.cont_corona .txt_box h3{
	text-align: center;
	margin:0 0 16px;
}
.cont_corona .txt_box h4{
	font-size:16px;
	font-weight: bold;
	margin:16px 0;
}
.cont_corona .txt_box p{
	
}


.cont_corona .img_wrap{
	width:80%;
	margin:0 auto;
}

.cont_corona .img_wrap img{
	width:100%;
	height: 100%;
}

.cont_corona .txt_D{
	text-align: right;
}





