@charset "utf-8";

/* initialization
------------------------------*/
a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,tfoot,thead,time,tr,th,td,ul,var,video {margin: 0; padding: 0; outline: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {display: block;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;} address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;}
body {line-height: 1; -webkit-text-size-adjust: 100%; font-size: small;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
del {text-decoration: line-through;} ins {background-color: #ff9; color: #000; text-decoration: none;} mark {background-color: #ff0; color: #000;}
table {border-collapse: collapse; border-spacing: 0;} caption,th {text-align: left;} fieldset,img {border: 0; vertical-align: top;} img {-ms-interpolation-mode: bicubic;} ol,ul {list-style: none;}
input, textarea, select {font-family: inherit; font-weight: inherit;} label{cursor: pointer;} hr {display: block; height: 1px; border: 0; border-top: 1px solid #000;} h1,h2,h3,h4,h5,h6 {font-size: 100%;}

/* clearfix */
.clearfix {zoom: 1;}
.clearfix:after {content: ""; display: block; clear: both;}

/* リンク */
a:link, a:active, a:visited {text-decoration: underline; color: #0000ff;}
a:hover, a:focus {text-decoration: underline; color: #ff0000;}
a:hover img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
}
a:hover img.effect {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all .4s;
	box-shadow: 0 0 5px #333;
	zoom: 1;
}

/* 値指定 */
html {
	height: 100%;
}
body {
	height: 100%;
	background: #fff;
	line-height: 1.7;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, 'MS PGothic', sans-serif;
	font-size: 87.5%;
	color: #000;
}
main {
	min-width: 1257px;
}
img {
	max-width: 100%;
	height: auto;
}

/* ヘッダー
------------------------------*/
header#pagetop.global .logo h1 a:last-child img {
	padding-top: 0;
}
/* メイン
------------------------------*/
main {
	position: relative;
}
.container {
	width: 80%;
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	height: 100%;
	min-height: 100%;
	padding: 10px 0 0 210px;
	margin: 0 auto;
	float: left;
	position: relative;
	z-index: 1;
}
	.container header {}
		.container header .banner {
			max-width: 1200px;
			min-width: 1048px;
			margin: 0 auto;
		}
			.container header .banner .inner {
				width: 1048px;
				line-height: 0;
				letter-spacing: -0.4em;
				margin: 0 auto;
			}
				.container header .banner .inner .login {
					display: inline-block;
					width: 138px;
					height: 88px;
					border: 1px solid #ccc;
					letter-spacing: normal;
					margin: 0 8px 10px 10px;
				}
				.container header .banner .inner .businessHours {
					display: inline-block;
					width: 138px;
					height: 88px;
					border: 1px solid #ccc;
					letter-spacing: normal;
					margin: 0 0 10px 0;
				}
					.container header .banner .inner .login a {
						display: table-cell;
						width: 138px;
						height: 88px;
						text-align: center;
						vertical-align: middle;
					}
					.container header .banner .inner .businessHours a {
						display: table-cell;
						width: 138px;
						height: 88px;
						text-align: center;
						vertical-align: middle;
					}
					.container header .banner .inner .login a:hover,
					.container header .banner .inner .businessHours a:hover {
						-webkit-transition: opacity 0.2s ease-out;
						-moz-transition: opacity 0.2s ease-out;
						-o-transition: opacity 0.2s ease-out;
						-ms-transition: opacity 0.2s ease-out;
						transition: opacity 0.2s ease-out;
						opacity: 0.7;
						filter: alpha(opacity=70);
						transition: all .4s;
						box-shadow: 0 0 5px #333;
						zoom: 1;
					}
						.container header .banner .inner .login a img,
						.container header .banner .inner .businessHours a img {
							vertical-align: middle;
						}
				.container header .banner .inner .userInfo {
					display: inline-block;
					width: 140px;
					height: 90px;
					border: none;
					line-height: 1.7;
					vertical-align: top;
					letter-spacing: normal;
					margin: 0 10px 10px 10px;
				}
					.container header .banner .inner .userInfo .name {
						display: block;
						font-size: 79%;
						margin: 10px 0 5px;
					}
						.container header .banner .inner .userInfo .name a {
							color: #000;
							font-size: 109%;
							font-weight: bold;
							text-decoration: none;
							margin: 0 3px 0 0;
						}
						.container header .banner .inner .userInfo .name a:hover {
							color: #888;
							text-decoration: none;
						}
					.container header .banner .inner .userInfo .point {
						display: block;
						font-size: 79%;
						font-weight: bold;
					}
						.container header .banner .inner .userInfo .point span {
							display: block;
							color: #459561;
							font-size: 125%;
							font-weight: bold;
							margin: 0 3px;
						}
				.container header .banner .inner .headerBanner {
					display: inline-block;
					letter-spacing: normal;
					vertical-align: top;
					margin: 0 0 10px 22px;
				}
		.container header #siteMenu {
			min-width: 1048px;
			background: #f0f0f0;
		}
			.container header #siteMenu ul {
				width: 100%;
				max-width: 1200px;
				min-width: 1048px;
				margin: 0 auto;
			}
				.container header #siteMenu ul li {
					width: 16.65%;
					float: left;
				}
					.container header #siteMenu ul li a {
						display: block;
						border-bottom: 3px solid #f0f0f0;
						color: #020202;
						font-weight: bold;
						text-align: center;
						text-decoration: none;
						padding: 15px 0 12px;
					}
					.container header #siteMenu ul li a.active {
						border-bottom: 3px solid #0c985b;
						pointer-events: none;
					}
					.container header #siteMenu ul li a:hover {
						transition: all .6s;
						border-bottom: 3px solid #0c985b;
					}
	.container .wrapper {
		min-width: 1048px;
		padding: 0 0 389px;
	}


/* フッター
------------------------------*/
footer.global {
	width: 80%;
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	height: 389px;
	position: absolute;
	bottom: 0;
}
	footer.global .footerBanner {
		width: 1048px;
		text-align: center;
		margin: 0 auto 22px;
	}
	footer.global .topBtn {
		width: 100%;
		min-width: 1048px;
		background: #252625;
	}
		footer.global .topBtn a {
			display: block;
			width: 100%;
			height: 32px;
			color: #fff;
			text-align: center;
			padding: 15px 0;
		}
	footer.global .footerMenu {
		width: 100%;
		background: #404240;
	}
		footer.global .footerMenu ul {
			max-width: 1200px;
			min-width: 1048px;
			height: 24px;
			background: #404240;
			text-align: center;
			letter-spacing: -.40em;
			padding: 50px 0 45px;
			margin: 0 auto;
		}
			footer.global .footerMenu ul li {
				display: inline-block;
				border-right: 1px solid #cfcfcf;
				letter-spacing: normal;
				padding: 0 15px;
			}
			footer.global .footerMenu ul li:last-child {
				border-right: none;
				padding: 0 0 0 15px;
			}
			footer.global .footerMenu ul li:first-child {
				padding: 0 15px 0 0;
			}
				footer.global .footerMenu ul li a {
					color: #fff;
					text-decoration: none;
				}
				footer.global .footerMenu ul li a:hover {
					-webkit-transition: opacity 0.2s ease-out;
					-moz-transition: opacity 0.2s ease-out;
					-o-transition: opacity 0.2s ease-out;
					-ms-transition: opacity 0.2s ease-out;
					transition: opacity 0.2s ease-out;
					opacity: 0.7;
					filter: alpha(opacity=70);
					zoom: 1;
				}
		footer.global .footerMenu .copyright {
			width: 100%;
			min-width: 1048px;
			border-top: 1px solid #6c6e6c;
			height: 21px;
			background: #404240;
			color: #cfcfcf;
			text-align: center;
			font-size: 86%;
			padding: 8px 0;
		}
#modeBanner {
	width: 80%;
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px);
	background: #404240;
	text-align: center;
	padding-left: 210px;
	margin: 0 auto;
	float: left;
	position: relative;
	z-index: 1;
}


/* 営業時間モーダル
------------------------------*/
#hoursModal .wrap {
	width: 760px;
	max-height: 80vh;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border: 1px solid #e1e0e0;
	z-index: 9999;
	display: none;
}
	#hoursModal .wrap h1 {
		background: #373737;
		color: #fff;
		line-height: 56px;
		text-align: center;
		font-size: 143%;
		margin: 0;
	}
	#hoursModal .wrap .scroll {
		height: 90%;
		max-height: calc(80vh - 56px);
		overflow: auto;
	}
				#hoursModal .wrap .scroll .text {
					margin: 30px;
				}
					#hoursModal .wrap .scroll .text p {
						line-height: 2;
						padding: 0 15px;
					}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	opacity: 0.8;
	width: 200%;
	height: 200%;
}


/* 施設画像モーダル
------------------------------*/
#theaterImgModal {}
	#theaterImgModal .wrap {
		display: none;
		width: 670px;
		height: 372px;
		background: #fff;
		border: 1px solid #e1e0e0;
		text-align: center;
		padding: 20px 20px 80px;
		margin: auto;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 300;
	}
		#theaterImgModal .wrap .inner {
			display: table;
			width: 100%;
			position: relative;
		}
			#theaterImgModal .wrap .inner #imgDisp {
				display: table-cell;
				height: 372px;
				vertical-align: middle;
				cursor: pointer;
			}
				#theaterImgModal .wrap .inner #imgDisp img {
					max-height: 372px;
				}


/* サイドメニュー
------------------------------*/
.new img {
	padding-top: 5px;
	margin-left: 10px;
}


/* 広告
------------------------------*/
.md_tripleBanner .tieupBanner:before,
.md_sideBanner .tieupBanner:before {
	display: block;
	content: '\30BF\30A4\30A2\30C3\30D7';
	width: 100%;
	background: #999999;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	padding: 3px 0 2px;
}
.md_tripleBanner .prBanner:before,
.md_sideBanner .prBanner:before {
	display: block;
	content: 'PR';
	width: 100%;
	background: #999999;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	padding: 3px 0 2px;
}
.md_tripleBanner .tieupBanner.vertical:before,
.md_tripleBanner .prBanner.vertical:before,
.md_sideBanner .tieupBanner.vertical:before,
.md_sideBanner .prBanner.vertical:before {
	display: none;
}
.md_tripleBanner .tieupBanner.vertical a,
.md_tripleBanner .prBanner.vertical a,
.md_sideBanner .tieupBanner.vertical a,
.md_sideBanner .prBanner.vertical a {
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.md_tripleBanner .tieupBanner.vertical a:before,
.md_sideBanner .tieupBanner.vertical a:before {
	display: inline-block;
	content: '\30BF\30A4\30A2\30C3\30D7';
	width: 90px;
	background: #999999;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	padding: 2px 0 0;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 38px;
	left: -52px;
}
.md_tripleBanner .prBanner.vertical a:before,
.md_sideBanner .prBanner.vertical a:before {
	display: inline-block;
	content: 'PR';
	width: 90px;
	background: #999999;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	padding: 2px 0 0;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 38px;
	left: -52px;
}

/* フッター上シングルバナー */
.md_singleBanner .tieupBanner {
	position: relative;
}
.md_singleBanner .tieupBanner:before {
	display: inline-block;
	content: '\003C\0020\30BF\30A4\30A2\30C3\30D7\0020\003E';
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
}
.md_singleBanner .prBanner:before {
	display: inline-block;
	content: '\003C\0020\0050\0052\0020\003E';
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
}

/* ヘッダーバナー */
.headerBanner {
	display: inline-block;
	text-decoration: none;
}
.headerBanner .tieupBanner,
.headerBanner .prBanner {
	display: block;
	text-decoration: none;
	position: relative;
}
.headerBanner .tieupBanner:before {
	display: inline-block;
	content: '\30BF\30A4\30A2\30C3\30D7';
	width: 90px;
	background: #999999;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	padding: 2px 0 0;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 38px;
	left: -52px;
}
.headerBanner .prBanner:before {
	display: inline-block;
	content: 'PR';
	width: 90px;
	background: #999999;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	padding: 2px 0 0;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 38px;
	left: -52px;
}

/* YouTube
------------------------------*/
.youtube{
  position:relative;
}
.youtube > div {
	position:relative;
	height:0;
	padding-bottom:56.25%;
	top:50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.youtube > div iframe{
	position:absolute;
	width:100%;
	height:	100%;
	left:0;
	top:0;
}