@charset "UTF-8";
/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul { list-style: none; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link,
a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover,
a:active {
	color: #4D4D4D;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

h1,h2,h3,h4,h5,h6,
dt,dd,li,form,input,select,textarea,
p,address,pre,blockquote,th,td,div {
	font-family: 'Times New Roman', serif;
	font-size: 16px;
	line-height: 1.6;
	color: #111111;
}
img { vertical-align: top; }


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



/* --------------------------------------------------
	#wrapper
-------------------------------------------------- */
#wrapper {
	position: relative;
	padding-top: 166px;
	width: 100%;
}
#wrapper.emergency { padding-top: 194px; }

/* --------------------------------------------------
	.inner
-------------------------------------------------- */
.inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

/* --------------------------------------------------
	#header
-------------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	min-width: 980px;
	background: #fff url("../img/gNav_bg.png") repeat-x center 98px;
	box-shadow: 0 0 3px #333333;
}
#header .inner { height: 166px; }
.emergency #header { background-image: url("../img/gNav_bg2.png"); }
.emergency #header .inner { height: 194px; }
#header #site-title {
	position: absolute;
	left: 0;
	top: 26px;
}

#langselect {
	position: absolute;
	left: 384px;
	top: 74px;
	z-index: 2;
	width: 596px;
	height: 25px;
	background: #EAE4E4;
	border-radius: 5px 5px 0 0;
}
#langselect ul {
	font-size: 0;
	text-align: center;
}
#langselect ul li {
	display: inline;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
}
#langselect ul li a {
	padding: 0 1.3em;
	border-left: 1px solid #333;
	color: #333;
}
#langselect ul li:first-child a { border-left: 0; }
#langselect ul li a:hover { color: #B51D1D; }

#header-sub {
	position: absolute;
	right: 0;
	top: 0;
}
#today {
	display: block;
	width: 596px;
	height: 20px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#today span:before,
#today span:after {
	content: '▼';
	padding: 0 8px;
	font-size: 10px;
	color: #BA0031;
	vertical-align: 2px;
}
#hour {
	position: absolute;
	left: 10px;
	top: 26px;
	width: 120px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
}
#hour span {
	font-size: 16px;
	font-weight: bold;
}
#hour span.error {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}
#hour span.holiday {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4;
}
#header-info {
	position: absolute;
	left: 130px;
	top: 20px;
}
#header-sub .sns {
	position: absolute;
	right: 0;
	top: 33px;
	width: 202px;
}
#header-sub .sns li {
	float: left;
	margin-left: 6px;
}
#header-sub .sns li a:hover { opacity: 0.6; }

#emergency {
	position: absolute;
	left: 0;
	top: 98px;
	height: 28px;
}
#emergency .label {
	position: relative;
	float: left;
	display: inline-block;
	margin-top: 1px;
	padding: 0 10px;
	height: 28px;
	background: -webkit-linear-gradient(left, #333333 30%,#000000 100%);
	background: linear-gradient(to right, #333333 30%,#000000 100%);
	font-size: 12px;
	color: #fff;
	line-height: 28px;
}
#emergency .label:after {
	content: '▶';
	margin-left: 5px;
	color: #BA0031;
}
#emergency .label:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 14px solid #fff;
	border-bottom: 14px solid #fff;
	border-left: 10px solid transparent;
}
#emergency .ticker {
	margin-left: 210px;
	width: 770px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#emergency .ticker ul {
	width: 100%;
	position: relative;
}
#emergency .ticker ul li {
	width: 100%;
	display: none;
	font-size: 12px;
	line-height: 28px;
}
#emergency .ticker ul li,
#emergency .ticker ul li a { color: #BF002F; }


/* --------------------------------------------------
	#gNav
-------------------------------------------------- */
#gNav {
	position: absolute;
	left: 0;
	bottom: 0;
}
#gNav li,
#gNav li a {
	position: relative;
	float: left;
	display: block;
	height: 68px;
}
#gNav li a {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
#gNav li a:hover,
#gNav li.current-menu-item a { background-position: left bottom; }

#gNav li a:hover:after,
#gNav li.current-menu-item a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -5px;
	display: block;
	width: 10px;
	height: 10px;
	background: url("../img/gNav_active.png") no-repeat;
}

#gNav li.nav-about a {
	width: 173px;
	background-image: url("../img/gNav_about.png");
}
#gNav li.nav-dressup a {
	width: 117px;
	background-image: url("../img/gNav_dressup.png");
}
#gNav li.nav-experiences a {
	width: 130px;
	background-image: url("../img/gNav_experiences.png");
}
#gNav li.nav-performances a {
	width: 141px;
	background-image: url("../img/gNav_performances.png");
}
#gNav li.nav-dining a {
	width: 88px;
	background-image: url("../img/gNav_dining.png");
}
#gNav li.nav-amusements a {
	width: 135px;
	background-image: url("../img/gNav_amusements.png");
}
#gNav li.nav-events a {
	width: 86px;
	background-image: url("../img/gNav_events.png");
}
#gNav li.nav-access a {
	width: 110px;
	background-image: url("../img/gNav_access.png");
}

/* --------------------------------------------------
	#sNav
-------------------------------------------------- */
#sNav {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 5px 0 0 0;
	width: 100%;
	height: 40px;
	border-bottom-width: 5px;
	border-style: solid;
	box-shadow: 0 0 3px #333333;
	background: #ffffff;
}
#sNav ul {
	margin: 0 auto;
	width: 980px;
}
#sNav li { margin-right: 40px; }
#sNav li:last-child { margin-right: 0; }
#sNav li,
#sNav li a {
	float: left;
	display: block;
	height: 40px;
}
#sNav li a {
	font-size: 17px;
	line-height: 36px;
	color: #000;
}
#sNav li a:hover { text-decoration: none; }

/* --------------------------------------------------
	.bnr-onlineticket
-------------------------------------------------- */
.bnr-onlineticket {
	position: absolute;
	right: 0;
	top: 240px;
	z-index: 2;
}
.bnr-onlineticket a {
	transition: all .3s ease-in-out;
}
.bnr-onlineticket a:hover {
	opacity: 0.8;
}
.bnr-onlineticket.fixed {
	position: fixed;
	top: 140px;
}

/* --------------------------------------------------
	#mainContents
-------------------------------------------------- */
#mainContents {
	position: relative;
	margin: 0 auto;
	min-width: 980px;
}

/*---------------------------------------------
	#content
-----------------------------------------------*/
#content.hasSNav { padding-top: 50px; }

/* --------------------------------------------------
	#content .title1
-------------------------------------------------- */
#content .title1 {
	margin: 0 0 32px 48px;
	padding: 2px 0 0 25px;
	background: url("../img/title_line.png") no-repeat left top;
}
#content .title1 h1 {
	font-size: 25px;
	font-weight: normal;
}

/* --------------------------------------------------
	#content .title2
-------------------------------------------------- */
#content .title2 {
	margin: 0 0 32px 0;
	padding: 0 0 0 25px;
	background: url("../img/title_line.png") repeat-y left top;
	height: 60px;
}
#content .title2 p {
	margin: 0 0 6px;
	padding-left: 4px;
	font-size: 17px;
}
#content .title2 h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}

/* --------------------------------------------------
	#visual
-------------------------------------------------- */
#visual {
	text-align: center;
	background: url("../img/bg_black.gif") repeat-x center top;
}

/* --------------------------------------------------
	#intro.secondTop
-------------------------------------------------- */
.secondTop {
	position: relative;
	width: 100%;
	background: url("../img/bg_beige.gif") repeat center top;
	overflow: hidden;
}
.secondTop:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: url("../img/shadow_top.png") repeat center top;
}

/* --------------------------------------------------
	#contentsNav
-------------------------------------------------- */
#contentsNav {
	position: relative;
	width: 100%;
	background: url("../img/bg_white.gif") repeat center top;
	overflow: hidden;
}
#contentsNav:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: url("../img/shadow_top.png") repeat center top;
}
#contentsNav .click {
	position: relative;
	margin: 0 auto 38px;
	padding: 18px 20px;
	width: 404px;
	background: url("../img/click_shadow.png") no-repeat center bottom;
	font-size: 20px;
	text-align: center;
}
#contentsNav .click span {
	position: relative;
	top: -2px;
	padding: 0 7px;
	font-size: 16px;
	color: #B7A472;
}

#contentsNav ul { margin-left: 87px; }
#contentsNav li {
	float: left;
	margin-right: 35px;
	display: block;
	width: 245px;
	height: 295px;
}
#contentsNav li h2 {
	margin: 0 2px 14px;
	border-bottom: 1px solid #ccc;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
}
#contentsNav li h2.lowspace { letter-spacing: -0.5px; }
#contentsNav li p {
	margin: 0 2px;
	font-size: 12px;
	line-height: 1.2;
	font-family: Helvetica, Arial, sans-serif;
}
#contentsNav li p span {
	font-weight: bold;
	font-style: italic;
}

/*---------------------------------------------
	.mapBtn
-----------------------------------------------*/
.mapBtn {
	clear: both;
	width: 240px;
	height: 28px;
}
.mapBtn a {
	display: block;
	height: 28px;
	background: #333333;
	border-radius: 14px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}
.mapBtn a span {
	position: relative;
	top: -2px;
	margin: 0 0 0 2px;
	display: inline-block;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	background: #7DAA00;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 20px;
}
.mapBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* --------------------------------------------------
	.innerShadowTop
-------------------------------------------------- */
.innerShadowTop { position: relative; }
.innerShadowTop:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: url("../img/shadow_top.png") repeat center top;
}


/* --------------------------------------------------
	#pagetop
-------------------------------------------------- */
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 68px;
	z-index: 10;
	transition: all .3s ease-in-out;
}
#pagetop a {
	display: block;
	width: 68px;
	height: 220px;
	background: url("../img/pagetop.png") no-repeat left top;
	text-indent: -9999px;
}
#pagetop a:hover { background-position: left bottom; }


/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	padding-top: 20px;
	width: 100%;
	min-width: 980px;
	height: 60px;
	background: #000 url("../img/footer_bg.gif") repeat-x center top;
}
#footer p.copyright {
	text-align: right;
	font-size: 10px;
	line-height: 1;
	color: #fff;
}
#footerNav { float: left; }
#footerNav li {
	float: left;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	line-height: 1;
}
#footerNav li:first-child {
	border-left: 1px solid #ffffff;
}
#footerNav li a {
	padding: 0 1em;
	color: #ffffff;
}
#footerNav li a:hover { color: #C91F1F; }

/* --------------------------------------------------
	#showcase
-------------------------------------------------- */
#awOnePageButton .view-slide { display: none; }
.showcase-load {
	height: 470px;
	overflow: hidden;
}
.showcase-onepage {}
.showcase {
	position: relative;
	margin: auto;
}
.showcase-arrow-previous, .showcase-arrow-next {
	position: absolute;
	background: url('../img/next.png');
	width: 40px;
	height: 40px;
	top: 220px;
	cursor: pointer;
}
.showcase-arrow-previous {
	background: url('../img/prev.png');
	left: -60px;
}
.showcase-arrow-next { right: -56px; }
.showcase-content { text-align: center; }
.showcase-content-wrapper {
	text-align: center;
	height: 470px;
	width: 700px;
	display: table-cell;
	vertical-align: middle;
}
.showcase-onepage .showcase-content { margin-bottom: 10px; }
.showcase-button-wrapper {
	clear: both;
	margin-top: 10px;
	text-align: center;
}
.showcase-button-wrapper span {
	margin-right: 3px;
	padding: 2px 5px 0px 5px;
	cursor: pointer;
	font-size: 12px;
	color: #444444;
}
.showcase-button-wrapper span.active { color: #fff; }
.showcase-thumbnail-wrapper { overflow: hidden; }
.showcase-thumbnail {
	width: 120px;
	height: 90px;
	cursor: pointer;
	border: solid 1px #333;
	position: relative;
}
.showcase-thumbnail-caption {
	position: absolute;
	bottom: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.showcase-thumbnail-content {
	padding: 10px;
	text-align: center;
	padding-top: 25px;
}
.showcase-thumbnail-cover {
	background-image: url(../img/black-opacity-60.png);
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
}
.showcase-thumbnail:hover { border: solid 1px #999; }
.showcase-thumbnail:hover .showcase-thumbnail-cover { display: none; }
.showcase-thumbnail.active { border: solid 1px #999; }
.showcase-thumbnail.active .showcase-thumbnail-cover { display: none; }
.showcase-thumbnail-wrapper-horizontal { padding: 10px; }
.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
	margin-right: 10px;
	width: 116px;
}
.showcase-thumbnail-wrapper-vertical { padding: 10px; }
.showcase-thumbnail-wrapper-vertical .showcase-thumbnail { margin-bottom: 10px; }
.showcase-thumbnail-button-backward,
.showcase-thumbnail-button-forward {
	padding: 7px;
	cursor: pointer;
}
.showcase-thumbnail-button-backward {
	padding-bottom: 0px;
	padding-right: 0px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-image: url(../img/arrows-small.png);
	background-repeat: no-repeat;
	display: block;
	width: 17px;
	height: 17px;
}
.showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
	background-position: 0 -51px;
	margin-left: 55px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical { background-position: -17px -51px; }
.showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
	background-position: 0 -34px;
	margin-left: 55px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical { background-position: -17px -34px; }
.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
	background-position: 0 -17px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal { background-position: -17px -17px; }
.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
	background-position: 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal { background-position: -17px 0; }
	.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span { display: none; }
