@charset "UTF-8";

.Container,
.SearchBar,
.SearchTag {
	max-width: 1340px;
}


/* 背景・テキストカラー */
#contentsBEM__vStyle {
	position: relative;
	font-size: 13px;
	background-color: #212121;
	background-attachment: fixed;
	color: #FFF;
}

/* 背景明度などの調整 */
/* 
#contentsBEM__vStyle .contentsBody {
	background: rgba(0,0,0,0.2);
}
*/

/* SECTION */
#contentsBEM__vStyle .contentsBody section {
	margin:40px 0 0 0;
}
#contentsBEM__vStyle .contentsBody section:first-child {
	margin:0;
}

	@media screen and (max-width: 1023px) {
		#contentsBEM__vStyle .contentsBody section {
			margin:40px 0 0 0;
		}
	}
/*#contentsBEM__vStyle .contentsBody section:nth-child(even) {
	background-color: rgba(255,255,255,0.26);
}*/


/* Utility Class */
#contentsBEM__vStyle *,
#contentsBEM__vStyle *::before,
#contentsBEM__vStyle *::after {
	box-sizing: border-box;
}

#contentsBEM__vStyle .tL {text-align:left !important;}
#contentsBEM__vStyle .tR {text-align:right !important;}
#contentsBEM__vStyle .tC {text-align:center !important;}
#contentsBEM__vStyle .fL {float:left !important;}
#contentsBEM__vStyle .fR {float:right !important;}

#contentsBEM__vStyle .mbS {margin-bottom:8px !important;}
#contentsBEM__vStyle .mbM {margin-bottom:16px !important;}
#contentsBEM__vStyle .mbL {margin-bottom:24px !important;}

#contentsBEM__vStyle .mb00 {margin-bottom:0 !important;}
#contentsBEM__vStyle .mb05 {margin-bottom:5px !important;}
#contentsBEM__vStyle .mb10 {margin-bottom:10px !important;}
#contentsBEM__vStyle .mb15 {margin-bottom:15px !important;}
#contentsBEM__vStyle .mb20 {margin-bottom:20px !important;}
#contentsBEM__vStyle .mb30 {margin-bottom:30px !important;}
#contentsBEM__vStyle .mb40 {margin-bottom:40px !important;}

#contentsBEM__vStyle .fz10 {font-size:10px !important;}
#contentsBEM__vStyle .fz11 {font-size:11px !important;}
#contentsBEM__vStyle .fz12 {font-size:12px !important;}
#contentsBEM__vStyle .fz13 {font-size:13px !important;}
#contentsBEM__vStyle .fz14 {font-size:14px !important;}
#contentsBEM__vStyle .fz15 {font-size:15px !important;}
#contentsBEM__vStyle .fz16 {font-size:16px !important;}
#contentsBEM__vStyle .fz18 {font-size:18px !important;}
#contentsBEM__vStyle .fz20 {font-size:20px !important;}
#contentsBEM__vStyle .fz22 {font-size:20px !important;}
#contentsBEM__vStyle .fz24 {font-size:20px !important;}
#contentsBEM__vStyle .fwBold {font-weight:bold !important;}
#contentsBEM__vStyle .fwNormal {font-weight:normal !important;}
#contentsBEM__vStyle .red01 {color:#f44336 !important;}
#contentsBEM__vStyle .black01 {color:#212121 !important;}
#contentsBEM__vStyle .gray01 {color:#666 !important;}

#contentsBEM__vStyle img {
	max-width: 100%;
	display:inline;
	vertical-align: middle;
}

#contentsBEM__vStyle a:link,
#contentsBEM__vStyle a:visited,
#contentsBEM__vStyle a:hover,
#contentsBEM__vStyle a:active {
	color:#0074be;
}
#contentsBEM__vStyle a:hover {
	opacity: 0.8;
}

#contentsBEM__vStyle strong,
#contentsBEM__vStyle b {
	font-weight: bold;
}

#contentsBEM__vStyle .underLine {
	text-decoration: underline;
}

#contentsBEM__vStyle a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
}

@media screen and (max-width: 1023px) {
	#contentsBEM__vStyle a[href*="tel:"] {
		pointer-events: auto;
		cursor: auto;
	}
}

/* マテリアルアイコン */
/* Material icons setting */
#contentsBEM__vStyle .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
  
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
  
	/* Support for IE. */
	font-feature-settings: 'liga';
  }
/* Rules for sizing the icon. */
#contentsBEM__vStyle .material-icons.md-18 { font-size: 18px; }
#contentsBEM__vStyle .material-icons.md-24 { font-size: 24px; }
#contentsBEM__vStyle .material-icons.md-36 { font-size: 36px; }
#contentsBEM__vStyle .material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
#contentsBEM__vStyle .material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
#contentsBEM__vStyle .material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
#contentsBEM__vStyle .material-icons.md-light { color: rgba(255, 255, 255, 1); }
#contentsBEM__vStyle .material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* 注釈のインデント */
#contentsBEM__vStyle .note li {
	text-indent: -1.0em;
	padding-left: 1.0em;
}


/* =============================================================================
   コンテンツ
   ========================================================================== */
#contentsBEM__vStyle .titleWrap {
	background: rgba(0,0,0,0.26);

}
	.titleWrap-inner {
		max-width: 1340px;
		margin:0 auto;
		padding:32px 70px;
		overflow: hidden;
	}
		.titleWrap h1.heading01 {
			font-size: 32px;
			font-weight: bold;
			border-bottom: solid 1px rgba(255,255,255,0.26);
			padding: 0 0 8px 0;
			margin: 0 0 8px 0;
		}


	@media screen and (max-width: 1023px) {
		.titleWrap-inner  {
			width: 100%;
		}
		.titleWrap h1.heading01 {
			font-size: 24px;
		}
	}
@media screen and (max-width: 768px) {
	.titleWrap-inner  {
		padding: 24px;
	}
}

#contentsBEM__vStyle .schedule {
	position: relative;
	font-size: 13px;
	text-indent: 1.5em;
}
#contentsBEM__vStyle .schedule:before {
	position: absolute;
	content:"\e8b5";
	font-family: 'Material Icons';
	color: #FFF;
	display: inline;
	top: 0;
	left: -1.5em;
}

@media screen and (max-width: 768px) {
	#contentsBEM__vStyle .schedule {

	}
}


/* タブ 
======================================== */
#contentsBEM__vStyle .tab-area {
	background-color: #FFF;
	padding-bottom: 24px;
}
#contentsBEM__vStyle .tab-wrap {
	border-bottom:4px solid #000;
}
#contentsBEM__vStyle .tab-wrap .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1340px;
	padding: 0 70px 0 70px;
	margin: 0 auto;
}
#contentsBEM__vStyle .tab-wrap .tab > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(50% - 2px);
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 24px 0px;
	box-sizing: border-box;
	border-radius: 8px 8px 0 0;
	line-height: 1.5;
}
#contentsBEM__vStyle .tab-wrap .tab a {
	background-color: #fff;
	text-decoration: none;
	color: #212121;
	border-top: solid 1px #212121;
	border-right: solid 1px #212121;
	border-bottom: none;
	border-left: solid 1px #212121;
	margin-top: 16px;
	padding: 16px 0;
	transition:all 0.2s ease;
}
#contentsBEM__vStyle .tab-wrap .tab a:hover {
	margin-top: 0;
	padding: 24px 0;
	opacity: 1.0;
}
#contentsBEM__vStyle .tab-wrap .tab p {
	position: relative;
	background-color: #212121;
	color: #fff;
	padding: 24px 0;
	border-top: solid 1px transparent;
}
#contentsBEM__vStyle .tab-wrap .tab p:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #212121 transparent transparent transparent;
	z-index: 0;
}
@media screen and (max-width: 768px) {
	#contentsBEM__vStyle .tab-area {
		padding-bottom: 16px;
	}
	#contentsBEM__vStyle .tab-wrap {
		border-bottom: 2px solid #000;
	}
	#contentsBEM__vStyle .tab-wrap .tab {
		padding: 0 24px 0 24px;
	}
	#contentsBEM__vStyle .tab-wrap .tab > * {
		font-size: 14px;
		padding: 8px 0;
	}
	#contentsBEM__vStyle .tab-wrap .tab a {
		padding: 8px 0;
		margin-top: 8px;
	}
	#contentsBEM__vStyle .tab-wrap .tab a:hover {
		padding: 12px 0;
	}
	#contentsBEM__vStyle .tab-wrap .tab p {
		padding: 16px 0;
	}
}
@media screen and (max-width: 374px) {
	#contentsBEM__vStyle .tab-wrap .tab > * {
		font-size: 12px;
	}
}


/* メインヴィジュアル */
#contentsBEM__vStyle .mainvisual {
	text-align:center;
	background:#e7ecf0;
}

/* ナビゲーション 
======================================== */
#contentsBEM__vStyle nav .ankerlink {
	overflow-x: auto;
    white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(97, 97, 97, 0.8);
	text-align: center;	
}
#contentsBEM__vStyle .ankerlink li {
	display: inline-block;
}
#contentsBEM__vStyle .ankerlink li a {
	color: #fff;
	font-size: 16px;
	padding: 1.0em;
	display: block;
}
#contentsBEM__vStyle .ankerlink li a:hover {
	text-decoration: underline;
}

/* ナビゲーションを固定 for jQuery */
#contentsBEM__vStyle .is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
@media screen and (max-width: 1023px) {
	#contentsBEM__vStyle .ankerlink li a {
		font-size: 14px;
	}
}

/* カラム 
======================================== */
#contentsBEM__vStyle .columnWrapper {
	max-width: 1340px;
	margin: 0 auto;
	padding: 32px 70px 32px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* メインカラム */
#contentsBEM__vStyle .main-column {
	width: calc(100% - 300px - 40px);
	background: rgba(0,0,0,0.26);
	padding: 40px;
}


/* サブカラム */
#contentsBEM__vStyle .sub-column {
	width: 300px;
	color: #eee;
}
#contentsBEM__vStyle .contentsBody .sub-column section {
	margin: 0 0 40px 0;	
}

@media screen and (max-width: 1023px) {
	#contentsBEM__vStyle .columnWrapper {
		max-width: 100%;
		/*padding: 24px 24px 0 24px;*/
		padding: 0;
		flex-wrap: wrap;
	}
	/* メインカラム */
	#contentsBEM__vStyle .main-column {
		width: 100%;
		padding: 40px 70px;
	}

	/* サブカラム */
	#contentsBEM__vStyle .sub-column {
		width: 100%;
		padding: 24px 70px 0 70px;
	}
}

@media screen and (max-width: 768px) {
	/* メインカラム */
	#contentsBEM__vStyle .main-column {
		padding: 24px 0 ;
	}
	/* サブカラム */
	#contentsBEM__vStyle .sub-column {
		padding: 24px 0 0 0;
	}
}

/* =============================================================================
Animate
========================================================================== */
#contentsBEM__vStyle .animated {
	opacity: 0;
}
/* =============================================================================
   PC/SP 表示出し分け
   ========================================================================== */
#contentsBEM__vStyle .pc_inline {display:inline;}
#contentsBEM__vStyle .pc_block {display:block;}
#contentsBEM__vStyle .sp_inline,.sp_block{display:none;}

@media screen and (max-width: 1023px) {
	#contentsBEM__vStyle .pc_inline,.pc_block {display:none;}
	#contentsBEM__vStyle .sp_inline {display:inline;}
	#contentsBEM__vStyle .sp_block {display:block;}
}


/* 上映劇場 */
.oparation-contents table th, .oparation-contents .scrollable_table table.table-normal th,
.oparation-contents table td, .oparation-contents .scrollable_table table.table-normal td{
	text-align:center;
}
.oparation-contents table th, .oparation-contents .scrollable_table table.table-normal th.tbleft,
.oparation-contents table td, .oparation-contents .scrollable_table table.table-normal td.tbleft{
	text-align:left;
}
@media screen and (max-width: 768px) {
	.oparation-contents table th, .oparation-contents .scrollable_table table.table-normal th,
	.oparation-contents table td, .oparation-contents .scrollable_table table.table-normal td{
		font-size:12px;
		-webkit-text-size-adjust: 100%;
		padding:4px ;
	}
	.oparation-contents table th, .oparation-contents .scrollable_table table.table-normal th.txtc,
	.oparation-contents table td, .oparation-contents .scrollable_table table.table-normal td.txtc{
	}
}


#contentsBEM__vStyle.type01 .main-column section:not(.intro) .lt-basic-container-heading h2:after {
	/* background: linear-gradient(to right, #dd9008, #dd5308) !important; */
	background: #FFF !important;
}

#contentsBEM__vStyle section.caution .oparation-contents ul.text_list-nostyle,
#contentsBEM__vStyle section.caution .oparation-contents ul.text_list-circle {
	border: none!important;
}

#contentsBEM__vStyle .scroll-hint-icon{
	top:60px!important;
}
#contentsBEM__vStyle .main-column section.caution .oparation-contents h3{
	/*padding-top:30px;*/
	margin:0 0 12px 0;
}