@charset "utf-8";
/******************* CSS Reset ************************/
html, body, div, span, applet, object,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 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family:Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*"ヒラギノ明朝 ProN W6", "Droid Sans", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@media screen and (max-device-width: 1024px){
	img{vertical-align: bottom;}
}

/********* aタグ設定 *********/
a, a:link,
a:visited,
a:active{
	text-decoration: none;
	color: #fff;
}
a:hover{
	text-decoration:none;
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter:alpha( opacity=75 );
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:focus {
	outline:none;
}
/********* ClearFix *********/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}
/********* img関係 *********/
img{
	width: 100%;
	height: auto;
}
fieldset, img{
	border:0;
}

/*************** 共通コンテンツ ***************/
body, html{
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}
body:before{
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background:url(../images/bk_image.png) no-repeat center center;
	background-size: cover;
	background-image: #000;
	content: "";
	z-index: -1;
}
article{
	width: 98%;
	margin: 60px auto 0;
	/*padding-top: 2%; */	/* 上部打ち消し用 */
}
.cd-fixed-bg{
	width: 96%;
	height: 100%;
	margin: 2% auto 4%;
	padding: 2% 2% 6% 2%;
	color: #fff;
	background-color: rgba(71,71,71,0.85);
	position: relative;
}
#tk_tel{text-align:right;}
#tk_tel img{
	width:50%;
	margin-bottom: 5%;
}
.cd-fixed-bg .dv{
	width: 80%;
	height: auto;
	margin: 10% auto;
}
#adrs{margin: 1% auto;}
#adrs address{
	display: block;
	width: 100%;
	padding: 0.4% 0.2% 0.4% 0;
	text-align: center;
	font-size: 0.7rem;
	font-style: normal;
	color: #ccc;
}
#scrolltop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 2%;
	right: 2%;
}
#scrolltop img{
	width: 80%;
}
p.icon_m{
	width: 12%;
	margin: 8% auto 4%;
}
/*** youtube ***/
.cd-fixed-bg .ytb{
	width: 90%;
	margin: 4px auto;
	padding-top: 56.25%;/*16：9なら56.25%・4：3なら75%*/
	position: relative;
}
.cd-fixed-bg .ytb iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*************** top ***************/
.cd-fixed-bg h1{
	height: 8%;
	margin: 20px auto;
	font-size: 1.6rem;
	text-align: center;
}
.cd-fixed-bg h1 span{
	font-size: 1rem;
	line-height: 1.8rem;
	height: 1.8rem;
	display: block;
}
.cd-fixed-bg h2,
.cd-fixed-bg h3{
	margin: 3% 0 0 4%;
	font-size: 1.32rem;
	text-align: center;
}
.cd-fixed-bg h4{
	margin: 6% auto;
}
.switch {
	visibility: hidden;
}
.cd-fixed-bg .h2{
	margin: 4% 0 1%;
	font-size: 1.2rem;
}
.cd-fixed-bg .ld_txt{
	line-height: 1.4rem;
	font-size: 1rem;
}
.cntnt_txt{
	border-top: 1px solid #999;
	width: 100%;
	margin: 2% auto;
	padding: 4% 0;
	line-height: normal;
}
.cntnt_txt h1{
	margin: 0;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
}
/*.cntnt_txt > div{
	margin-left: 2%;
}*/
.cntnt_txt div h2{
	margin: 0.8% 0;
	text-align: left;
	font-size: 1.2rem;
}
.icondiv{margin-bottom:2%;}
.cntnt_txt p{ font-size: 1rem;}
div > p.prmn_icon{
	width:40.68%;
	height: auto;
	margin: 1% 0;
	float: left;
}
div > p.amici_icon{
	width:21.6%;
	height: 24px;
	margin: 1% 0 2% 4%;
	float: left;
}
.cntnt_txt .atn_txt{ font-size: 0.9rem;}
.cntnt_txt div a{text-decoration: underline;}
.cntnt_txt p.top_tcktbtn{
	width: 92%;
	padding:2% 4%;
	line-height:1.2rem;
	border: 1px solid #f00;
}
.cntnt_txt div p.top_tcktbtn a{font-size: 0.9rem;}


/*************** cast ***************/

/*** modal ***/
.modal{display:none;}
.modalBody{
	width: 84%;
	height: auto;
	position: fixed;
	left: 6%;
	top: 10%;
	z-index:1000;
	padding: 2%;
	line-height: normal;
	color:#fff;
	background: #515151;
	margin: 0 !important;
}
.modalBody h1{
	margin: 1% 0;
	font-size: 16px;
	text-align: left;
}
.modalBK{
	height:100%;
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:999;
	background:#000;
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter:alpha( opacity=75 );
}
.btns{ cursor: pointer}
.close{
	text-align: right;
	cursor: pointer;
}
p.btns:hover{
	text-decoration:none;
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter:alpha( opacity=75 );
}
p.btns img:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
p.btns:focus{ outline:none;}
.clm_1,
.clm_2_1st,
.clm_2{
	width: 98%;
	margin: 10% auto;
	border-bottom: 1px solid #ccc;
}
table td{
	vertical-align: middle;
	text-align: center;
	font-size: 1rem;
}
.clm_1{ margin-top: 10%;}
.sprvsr{
	width: 48%;
	padding-bottom: 12%;
	padding-left: 10%;
	font-size: 1.3rem;
	text-align: center;
}
.sprvsr_nm{
	width: 48%;
	padding-right: 10%;
	padding-bottom: 12%;
	font-size: 1.3rem;
	text-align: center;
}
/* 公演監督img有版 .sprvsr_img{ width: 33%; padding-left: 2%; padding-bottom: 4%; text-align: left;} .sprvsr_img img{ width: 110px;}*/
.cndctr{
	width: 20%;
	text-align: right;
	padding-right: 5%;
	padding-bottom: 20%;
	font-size: 1rem;
}
.cndctr_img, .cst_img{ width: 28%;}
.cndctr_img img{ width: 74%;}
.cst_img img{ width: 42%;}
.clm_1 .cst_img img{ width: 20%;}
.cndctr_nm, .cst_nm{ padding: 1% 0;}
.cndctr_prf, .cst_prf{ padding-top: 1%; padding-bottom: 10%;}
.cndctr_prf img{ width: 44%;}
.clm_1 .cst_prf img{ width: 14%;}
.cst_prf img{ width: 26%;}
.cst_ttl{
	padding: 0% 0% 4%;
	font-size: 1.3rem;
}
.data{ padding: 1% 0; font-size: 1.2rem;}
.coro, .orch{
	display: block;
	padding: 0% 0% 4%;
	font-size: 1.2rem;
}
.orch{	padding: 0% 0% 10%;}

/*************** opus ***************/
.cd-fixed-bg > h1.ops_h1{ font-size: 1.6rem;}
.cd-fixed-bg > .ops_inf{ margin: 8% auto 2%; line-height: normal;}
.cd-fixed-bg > .ops_inf p{
	font-size: 1.2rem;
	line-height: 2rem;
	text-align: center;
}
.cd-fixed-bg > .ops_txt{
	margin: 0 2%;
	line-height: 1.9rem;
	font-size: 1.16rem;
}

/*************** ticket ***************/
.cd-fixed-bg .prc{
	padding: 6% 0;
	border-bottom: 1px solid #ccc;
}
.cd-fixed-bg section:last-child{
	border-bottom: none;
}
span.tckt_status{
	width: 94%;
	display: block;
	margin: 0.8% 0%;
	padding: 1% 2%;
	text-align: center;
	font-size: 1.1rem;
	background-color: #00f;
}
.prc .flt_l{
	height:8%;
	margin: 0 0 4% 0;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
}
.tckt_cntnt_flt{
	margin-left: 2%;
}
h2.pfrm_dt {
	margin: 4% 0 2% 0;
	text-align: left;
	font-size: 1.4rem;
}
.prc_ul:after{
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.prc_ul li{
	margin: 0 8% 4% 0%;
	float: left;
	line-height: 1.4rem;
	font-size: 1.2rem;
	font-family: "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	list-style-type: none;
}
.prc_ul li del{
	line-height: 1.4rem;
	font-size: 1.2rem;
	font-family: "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
section.prc .prc_ul li span{
	padding: 1px 2px 2px 1px;
	font-size: 1rem;
	background-color: #fff;
	color: #000;
	font-family: "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.txt_s{
	margin: 1% 0 6%;
	line-height: normal;
}
p.yng {margin-top: 1%;}
p.yng img{ width: 60%;}
.othr_pln{
	width: 90%;
	margin-top: 1%;
	padding:4%;
	line-height: normal;
	font-size: 1rem;
	font-family: "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	border: 1px solid #aaa;
}
.othr_pln b {
	font-family: "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", "Osaka－等幅", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #ff0;
	font-weight: normal;
}
ul.t_get{ margin: 0;} 
li.li_l {
	width: 30%;
	margin: 0 4% 4% 0;
	float: left;
}
li.li_r{
	width: 64%;
	margin: 0 0 4% 0;
	float: left;
}
li.li_r img{
	width: 90%;
	vertical-align: middle;
}
li.li_in{
	width: 100%;
	margin: 0 auto 6%;
	padding: 0 0 4%;
	font-size: 1rem;
	line-height: 1.6rem;
	border-bottom: 1px dotted #ccc;
}
li.li_in a{
	font-size: 1rem;
	text-decoration: underline;
}
tckt_cntnt_flt{
}
.tckt_cntnt_flt .tckt_p,
.tckt_cntnt_flt .tckt_p a{
	margin: 2% 0;
	font-size: 1rem;
	line-height: 1.6rem;
}
.tckt_cntnt_flt .tckt_p a{ text-decoration: underline;}
.plc_sheet{width: 20%;margin: 2% 0 2%;}
.ggmap{
	position: relative;
	margin: 2% auto;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed{
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




