@charset "UTF-8";

/*
 * clearfix
 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
}

.clearfix:after {
  clear: both;
}

body {
	background: #FFF;
}

#page {
background: #fff;
}

/*-- localHeader --*/
#localHeader {
	text-align: center;
	background: #fff100;
}
#localHeader h1 {
	padding-top: 30px;
}

#localHeader .localHdLinks {
  margin: 12px auto;
  text-align: center;
  position:absolute;
  right:8px;
}

#localHeader .localHdLinks li {
  display: inline-block;
  margin: 0 3px;
}

/*-- lolcalNav --*/
.lolcalNav {
	background: #fff100;
}
.localNavBtn a {
	display: block;
	height: 34px;
	background: #000 url(../../img/common/btn_menu.png) no-repeat 50% 50%;
	-webkit-background-size: 69px auto;
	     -o-background-size: 69px auto;
	        background-size: 69px auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.localNav.open .localNavBtn a {
	background-image: url(../../img/common/btn_menu_open.png);
}
.gnav01 {
}
.gnav01 ul li {
	border-top: 2px solid #000;
}
.gnav01 ul li:first-child {
	border-top: none;
}
.gnav01 ul li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-size: 15px;
}
.gnav02 {
}
.gnav02 .gnav02Head {
	background: #000;
	text-align: center;
	padding: 7px 0 8px;
	font-size: 0;
}
.gnav02 ul li {
	border-top: 2px solid #000;
}
.gnav02 ul li:first-child {
	border-top: none;
}
.gnav02 ul li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-size: 15px;
}
.gnav03 {
	border-bottom: 2px solid #000;
}
.gnav03 ul li {
	float: left;
	width: 50%;
	border-top: 2px solid #000;
}
.gnav03 ul li:first-child {
	/*border-top: none;*/
}
.gnav03 ul li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-size: 15px;
	border-right: 2px solid #000;
}
.gnav03 ul li:nth-child(2n) a {
	border-right: none;
}

.localFooter {
	margin-top: 35px;
	background: #FFF100;
	text-align: center;
}

/*-- contents --*/
#contents {
	padding-top: 20px;
	padding-bottom: 30px;
}
#contents.contents-type02 {
	background: #000;
	color: #FFF;
}

.specialContentsHd {
	text-align: center;
	margin-bottom: 20px;
}

.specialContentsHd-text {
	margin: 10px;
}

.specialContentsBlock01 {}
.specialContentsBlock02 {
	 padding: 0 35px;
	/*background: url(../../img/common/theater_01.jpg) no-repeat 100% 0;*/
}
.specialContentsBlock03 { padding: 0 35px; }
.specialContentsBlock04 {
	/* background: url(../../img/common/machiaruki_01.png) no-repeat 100% 0; */
}
.specialContentsBlock05 { padding: 0 28px; }

/*-- index --*/
body.index {
	background: #fff100;
}
body.index #page {
	background: #fff100;
}
.indexNav01 {
	margin-top: 15px;
}
.indexNav01 ul {
	display: table;
	width: 100%;
}
.indexNav01 ul li {
	display: table-cell;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.indexNav01 ul li:nth-child(1) { width: 30%; }
.indexNav01 ul li:nth-child(2) {
	width: 45%;
	padding: 0 4px;
}
.indexNav01 ul li:nth-child(3) { width: 25%; }
.indexNav01 ul li a {
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #000;
	color: #FFF100;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
	font-size: 11px;
	letter-spacing: -0.01em;
}

.indexNav02 {
	border: 2px solid #000;
	margin-top: 15px;
}
.indexNav02Head {
	padding: 4px 0;
	background: url(../../img/common/pat01.png);
	-webkit-background-size: 2px auto;
	     -o-background-size: 2px auto;
	        background-size: 2px auto;
	border-bottom: 2px solid #000;
	text-align: center;
	font-size: 0;
}
.indexNav02 ul {
	display: table;
	width: 100%;
}
.indexNav02 ul li {
	display: table-cell;
	width: 33%;
	text-align: center;
	white-space: nowrap;
}
.indexNav02 ul li:nth-child(1),
.indexNav02 ul li:nth-child(2) {
	border-right: 2px solid #000;
}
.indexNav02 ul li a {
	display: block;
	position: relative;
	height: 100%;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	/*-webkit-box-sizing: border-box;*/
	   /*-moz-box-sizing: border-box;*/
	        /*box-sizing: border-box;*/
	line-height: 1.2;
	letter-spacing: -0.01em;
}
.indexNav02 ul li a:after {
	content:'';
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background: url(../../img/common/bit01.png) no-repeat 0 0;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
}
.indexNav03 {
	margin-top: 14px;
}
.indexNav03 ul {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
}
.indexNav03 ul li {
	float: left;
	width: 50%;
}
.indexNav03 ul li a {
	display: block;
	padding: 7px 0 7px 25px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	background: url(../../img/common/bit01.png) no-repeat 10px center;
	-webkit-background-size: 10px auto;
	     -o-background-size: 10px auto;
	        background-size: 10px auto;
	font-weight: bold;
}

/*-- list --*/
/*-- specialContentsList01 --*/
.specialContentsList01 {
	padding: 0 35px;
}
.specialContentsList01 li {
	margin-top: 30px;
}
.specialContentsList01 li:nth-child(1){
	margin-top: 0;
}
.specialContentsList01 li .list-item01 {
	color: #00A0E9;
	font-size: 10px;
}
.specialContentsList01 li .list-item01 strong {
	font-size: 14px;
}
.specialContentsList01 li .list-item01 .ico {
	float: right;
}
.specialContentsList01 li .list-item00 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}
.specialContentsList01 li .list-item00_02 {
	/*margin-top: 5px;*/
	font-size: 11px;
}
.specialContentsList01 li .list-item02 {
	text-align: center;
	margin-top: 8px;
}
.specialContentsList01 li .list-item02 img {
	border: 1px solid #ccecfb;
}
.specialContentsList01 li .list-item03 {
	margin-top: 13px;
	color: #00A0E9;
	font-weight: bold;
}
.specialContentsList01 li .list-item04 {
	margin-top: 10px;
	padding-left: 13px;
	border-left: 1px solid #00A0E9;
	line-height: 1.8;
}

/*-- specialContentsList02 --*/
.specialContentsList02 {
	padding: 0 35px;
}
.specialContentsList02 li {
	margin-top: 30px;
}
.specialContentsList02 li:nth-child(1){
	margin-top: 0;
}
.specialContentsList02 li .list-item01 {
	margin-top: 8px;
	text-align: center;
}
.specialContentsList02 li .list-item01 img {
	border: 1px solid #ccefea;
}
.specialContentsList02 li .list-item02 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
.specialContentsList02 li .list-item03 {
	margin-top: 20px;
	color: #00b097;
}
.specialContentsList02 li .list-item03 strong {
	font-weight: bold;
}
.specialContentsList02 li .list-item04 {
	margin-top: 10px;
	padding-left: 13px;
	border-left: 1px solid #00b097;
	line-height: 1.8;
}

/*-- specialContentsList03 --*/
.specialContentsList03 {
	padding: 0 35px;
}
.specialContentsList03 li {
	margin-top: 30px;
}
.specialContentsList03 li:nth-child(1){
	margin-top: 0;
}
.specialContentsList03 li .list-item00 {
	text-align: center;
}
.specialContentsList03 li .list-item01 {
	margin-top: 8px;
	text-align: center;
}
.specialContentsList03 li .list-item01 img {
	border: 1px solid #e5cfe6;
}
.specialContentsList03 li .list-item01 .badge01 {
	display: block;
	background: #7f1084;
	padding: 3px;
	color: #FFF;
}
.specialContentsList03 li .list-item02 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
.specialContentsList03 li .list-item03 {
	margin-top: 20px;
	color: #7f1084;
}
.specialContentsList03 li .list-item03 strong {
	font-weight: bold;
}
.specialContentsList03 li .list-item04 {
	margin-top: 10px;
	padding-left: 13px;
	border-left: 1px solid #7f1084;
	line-height: 1.8;
}

/*-- specialContentsList04 --*/
.specialContentsList04 {
	padding: 0 35px;
}
.specialContentsList04 li {
	margin-top: 30px;
}
.specialContentsList04 li:nth-child(1){
	margin-top: 0;
}
.specialContentsList04 li .list-item01 {
	position: relative;
	text-align: center;
	margin-top: 8px;
}
.specialContentsList04 li .list-item01 img {
	border: 1px solid #facce5;
}
.specialContentsList04 li .list-item01 .badge01 {
	display: block;
	background: #e4007f;
	padding: 3px;
	color: #FFF;
}
.specialContentsList04 li .list-item02 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
.specialContentsList04 li .list-item03 {
	margin-top: 20px;
	color: #e4007f;
}
.specialContentsList04 li .list-item03 strong {
	font-weight: bold;
}
.specialContentsList04 li .list-item04 {
	margin-top: 10px;
	padding-left: 13px;
	border-left: 1px solid #e4007f;
	line-height: 1.8;
}


/*-- theater --*/
.theater-ttl {
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.1;
}
.theater-catch {
	font-weight: bold;
	margin-top: 5px;
	line-height: 1.1;
}
.theater-name {
	margin-top: 8px;
}
.theater-intro {
	margin-top: 10px;
	padding-left: 10px;
	border-left: 2px solid #FDD000;
	border-left: 2px solid rgba(253,208,0,0.4);
	line-height: 1.6;
}
.theater-tb01 {
	margin-top: 18px;
	color: #FDD000;
	/*font-weight: bold;*/
	/*font-size: 14px;*/
}
.theater-tb01 th,.theater-tb01 td {
	vertical-align: top;
}
.theater-caution {
	margin-top: 10px;
	color: #FDD000;
}
.theater-bottom {
	margin-top: 20px;
	color: #FDD000;
}
.theater-bottom-left,
.theater-bottom-right {
	/*float: left;*/
	/*width: 420px;*/
	padding: 5px 0;
}
.theater-bottom-right {
	/*float: right;*/
	/*width: 435px;*/
	/*padding: 5px 0 5px 40px;*/
	/*border-left: 1px solid #FDD000;*/
	/*border-left: 1px solid rgba(253,208,0,0.4);*/

}
.theater-bottom-hd {
	display: inline-block;
	font-weight: bold;
	border: 1px solid #FDD000;
	padding: 5px 8px;
	margin-bottom: 10px;
}

.theater-schedule {
	color:#FDD000;
	font-size:13px;
	margin-top:35px;
	border: 1px solid #FDD000;
	width:100%;
}

.theater-schedule tr {
	border: 1px solid #FDD000;
}

.theater-schedule tr th,
.theater-schedule tr td{
	border-right: 1px solid #FDD000;
	padding:4px;
}

.theater-schedule tr th {
	color:#000000;
	background:rgba(253,208,0,1);
	font-weight:bold;
	text-align:left;
	padding: 8px;
}

.theater-schedule tr th::before{
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-top-color: #000000;
  width: 0;
  height: 0;
  top: 3px;
}

.theater-schedule tr.open th::before{
  content: '';
  position: relative;
  float: right;
  border: 8px solid transparent;
  border-bottom-color: #000000;
  width: 0;
  height: 0;
  top: -3px;
}

.theater-schedule tr{
	display:none;
}

.theater-schedule tr:first-child{
	display:table-row;
}

.theater-schedule tr td:first-child{
	width:45px;
}

.theater-schedule .time {
	border-right:1px dotted #FDD000;
}

.theater-link {
	margin-top: 30px;
	color: #000000;
}
.theater-link-left {
	padding: 5px 0;
}
.theater-link-right {
	padding: 5px 0;

}
.theater-link-btn {
	font-weight: bold;
	background: #FDD000;
	padding: 6px 5px;
	text-align:center;
	margin-bottom: 10px;
	font-size:1.2em;
}

.theater-link a{
	color:#000000;
	font-weight:bold;
	padding-top: 11px;
}

.theater-artist {
	margin-top:40px;
	color: #FDD000;
}

.theater-artist a {
	color:#FDD000;
}

.theater-artist h4{
	border: 1px solid #FDD000;
	padding: 5px 8px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:15px;
}

.theater-artist .theater-artist01 {
	margin-bottom:10px;
}

.theater-artist .theater-artist02 {
	border-top: 1px solid #FDD000;
	padding-top:30px;
}

.theater-artist p {
	margin-top:10px;
}

.theater-artist-ttl {
	font-size:14px;
	font-weight:bold;
}

.theater-artist-left {
	float: left;
	width:60%;
}

.theater-artist-right {
	float:right;
}

.momose {
	margin-top: 40px;
}
.momoseHead {
	min-height: 58px;
	padding: 5px 0 5px 66px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(../../img/common/theater_02.jpg) no-repeat 0 center;
	-webkit-background-size: 58px auto;
	     -o-background-size: 58px auto;
	        background-size: 58px auto;
	font-size: 16px;
	letter-spacing: -1px;
}
.round01 {
	margin-top: 20px;
	padding: 12px 0;
  border: 1px solid  #FFF;
  -webkit-border-radius: 10px;
          border-radius: 10px;
	text-align: center;
	font-size: 14px;
}
.round01 span {
	font-size: 12px;
}

/*-- markets --*/
.colMk { color: #6FBA2C; }
.mk-hd {
}
.mk-hd-ttl {
	text-align: center;
}
.mk-hd-ttl img {
	border: 1px solid #e2f1d5;
}
.mk-article {
	margin-top: 45px;
}
.mk-article-ttl {
	font-weight: bold;
	font-size: 14px;
}
.mk-article-lead {
	font-weight: bold;
}
.mk-article-body {
	margin-top: 12px;
	padding-left: 12px;
	border-left: 1px solid #6FBA2C;
}
.mk-article-list {
	margin-top: 20px;
	color: #6FBA2C;
}

.list-caution {
	margin-top: 5px;
	font-size: 11px;
	color: #666;
}
.colMa { color: #00B097; }
.colCf { color: #7f1084; }
.colWS { color: #E4007F; }
.colSt { color: #00A0E9; }
.fs14 {  font-size: 14px; }

.navi_attention {
	text-align:center;
	font-weight:bold;
	padding:10px 5px;
	color:#000000;
	background: #FFFFFF;
	border: 2px solid #000000;
	text-decoration:underline;
}

.navi_attention a{
	text-decoration:underline;
}



/*  ex-classes
------------------------------------------------------------*/
/*-- display --*/
.dn { display: none; }
.db { display: block; }
.di { display: inline; }
.dib { display: inline-block; }
/*-- fonts --*/
.fwN { font-weight: normal; }
.fwB { font-weight: bold; }
.fz08 { font-size: 67%; }
.fz09 { font-size: 75%; }
.fz10 { font-size: 83%; }
.fz11 { font-size: 92%; }
.fz12 { font-size: 100%; }
.fz13 { font-size: 108%; }
.fz14 { font-size: 117%; }
.fz15 { font-size: 125%; }
.fz16 { font-size: 133%; }
/*-- position --*/
.posR { position: relative; }
.posA { position: absolute; }
/*-- border --*/
.bd { border: 1px solid #000; }
.bdt { border-top: 1px solid #000; }
.bdr { border-right: 1px solid #000; }
.bdb { border-bottom: 1px solid #000; }
.bdl { border-left: 1px solid #000; }
.bdN { border: none; }
.bdtN { border-top: none; }
.bdrN { border-right: none; }
.bdbN { border-bottom: none; }
.bdlN { border-left: none; }
/*-- text-align --*/
.taC { text-align: center; }
.taL { text-align: left; }
.taR { text-align: right; }
/*-- float --*/
.flR { float: right; }
.flL { float: left; }
.flN { float: none; }
.lfBox { overflow: hidden; }
/*-- margin --*/
.mc { margin: 0 auto; }
.m00 { margin: 0 !important; }
.m05 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.m50 { margin: 50px !important; }
.mta { margin-top: auto; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mra { margin-right: auto; }
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mba { margin-bottom: auto; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mla { margin-left: auto; }
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
/*-- padding --*/
.p00 { padding: 0 !important; }
.p05 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.p50 { padding: 50px !important; }
.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
