@charset "UTF-8";

/* CSS Document */

/* RESET */

header, section, nav, aside, footer,
h1, h2, h3, h4, ul, li, dl, dd {
	margin: 0;
	padding: 0;
}

ul, li, dl, dd {
	text-indent: 0;
	list-style-position: outside;
	list-style: none;
}

img, video {
	vertical-align: bottom;
}
/* BASE */

body {
	background: #EEE;
	color: #555;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	/* font-size: 14px; */
	line-height: 1.7;
	/*min-width: 970px;*/
}

a {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #4DA7D8;
}

/* a span, */
a,
a img,
a div,
a span,
a:after,
a p:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header, #footer {
	width: 100%;
	min-width: 960px;
}

#top, #global, #contents, #pagetop, #sitemap {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.main {
	width: 640px;
	float: left;
}
.side {
	width: 300px;
	float: left;
}

/* EMERGENCY */

#emergency {
	background: #555;
	overflow: auto;
	min-width: 960px;
}
.emergency-item {
	width: 940px;
	margin: 10px auto;
	background: #fff;
	text-align: center;
	padding: 10px;
	position: relative;
}
.emergency-item a:hover {
	color: #555;
}
.emergency-item .emergency-icon {
	vertical-align: text-top;
}
.emergency-item strong {
    line-height: 2.4;
}
.emergency-item p {
	width: 640px;
	margin: 5px auto;
	text-align: left;
	font-size: 80%;
}
.emergency-close {
	cursor: pointer;
	display: inline-block;
	padding: 25px 0;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
}
.emergency-close::before,
.emergency-close::after {
display: block;
content: "";
width: 30px;
height: 1px;
background: #555;
}
.emergency-close::before {
transform: rotate(-45deg);
}
.emergency-close::after {
transform: rotate(45deg);
}

/* HEADER */

#header {
	background: #333;
	margin-bottom: 30px;
}

#top {
	height: 55px;
}

#top h1 {
	float: left;
	margin: 10px;
	margin-left: 5px;
	color: #FFF;
	font-size: 100%;/* bugfix */
}
#top small {
	color: #CCC;
}

#top h1 a:hover img {
	/* opacity: 0.8; */
}

#shoulder {
	float: right;
	margin: 10px 0;
	/* display: none; javascript */
}
#shoulder noscript {
	color: #666;
	font-size: 80%;
}
#shoulder select {
	margin-top: 5px;
}

/* NAVI */

#global {
	overflow: hidden;
}
#global ul {
	width: 966px;
	height: 125px;
	background: url(/img/navi_bg.png) no-repeat;
	margin-bottom: 20px;
}

#global ul li {
	float: left;
	display: block;
	width: 156px;
	margin-right: 5px;
	/* border: 1px dotted #CCCCCC; */
}
#global ul li a {
	display: block;
	height: 115px;
	position: relative;
}

#global ul li a:hover img {
	opacity: 0;
}

@media screen {
body.home #global .home img,
body.nowshowing #global .nowshowing img,
body.comingsoon #global .comingsoon img,
body.events #global .events img,
body.service #global .service img,
body.tickets #global .tickets img {
	opacity: 0;
}
}

body.home #global .home a:after,
body.nowshowing #global .nowshowing a:after,
body.comingsoon #global .comingsoon a:after,
body.events #global .events a:after,
body.service #global .service a:after,
body.tickets #global .tickets a:after {
	content: '';
	display: block;
	position: absolute;
	border-right: 6px solid #EEE;
	border-left: 6px solid #EEE;
	bottom: -10px;
	left: 72px;
	height: 0;
}
body.home #global .home a:after {
	border-top: 10px solid #4DA7D8;
}
body.nowshowing #global .nowshowing a:after {
	border-top: 10px solid #298698;
}
body.comingsoon #global .comingsoon a:after {
	border-top: 10px solid #E46E5C;
}
body.events #global .events a:after {
	border-top: 10px solid #F1BD32;
}
body.service #global .service a:after {
	border-top: 10px solid #EC93B6;
}
body.tickets #global .tickets a:after {
	border-top: 10px solid #4C4C4C;
}


/* PAGE TITLE */

/* #contents hgroup {
	border-bottom: 3px solid #666;
	margin-bottom: 30px;
}

#contents hgroup h2 {
	font-size: 1em;
	font-weight: normal;
	color: #999;
} */

#title {
	/* border-bottom: 3px solid #666; */
	margin-bottom: 20px;
}

#title h1 {
	display: inline;
	font-weight: normal;
	margin-right: 20px;
}
#title p {
	display: inline;
	color: #999;
	margin: 0;
	font-family: 'Monda', sans-serif;
	vertical-align: middle;
}
#title a:hover p {
	color: #4DA7D8;
}

/* THEATRES */

#theatres {
	background: #4DA7D8;
	color: #FFF;
	padding: 20px 0 20px 20px;
	margin-bottom: 20px;
}

#theatres h2 {
	margin-bottom: 30px;
}

#theatres a {
	color: #FFF;
	display: block;
	/* width: 100%; */
}
#theatres a:hover {
	color: #FF8B60;
}

#theatres dl {
	clear: both;
	margin-bottom: 0;
}
#theatres dl dt {
	clear: both;
	float: left;
	width: 45px;
	/* font-size: 15px; */
	line-height: 220%;
}
#theatres dl dd {
	float: left;
	/* display: block; */
	width: 233px;
	margin-bottom: 10px;
	border-left: 1px solid #FFF;
	overflow: hidden;
}
#theatres dl dd ul {
	/*border: 1px dotted #CCCCCC; */
	
}
#theatres dl dd ul li {
	float: left;
	min-width: 100px;
	max-width: 233px;
	padding-left: 15px;
	/*padding-bottom: 20px;
	display: block;
	margin-left: 30px;*/
	/*list-style: disc;
	_list-style: none;
	list-style-position: inside;*/
	/* width: 100px;
	text-indent: 2em; */
	white-space: nowrap;
	/* border: 1px dotted #CCCCCC;*/
	line-height: 220%;
}
/*#theatres dl dd ul li:before {
	content: "・";
	display: block;
	float: left;
}*/


/* SLIDE BANNER */

#slide-banner {
	width: 640px;
	height: 320px;
	overflow: hidden;
	background: #333;
}

/* CONTENTS HEADER  */

/* #contents header h2 {
	margin-bottom: 20px;
} */

/* MORE */

#contents header a {
	display: block;
}
#contents header h2 {
	float: left;
}

#contents header .more {
	float: right;
	margin: 0;
}

#contents header .more:after {
	content: ">";
	background: #4DA7D8;
	color: #FFF;
	/* font-weight: bold; */
	padding: 2px 6px;
	margin-left: 10px;
}
#contents header a:hover .more:after {
	opacity: 0.8;
}

/* PICKUP / LINKS */

#pickup,
#links {
	clear: both;
	background: #FFF;
	margin-bottom: 20px;
	padding: 20px 0 20px 20px;
	/* padding-top: 30px; */
}

#pickup h2,
#links h2 {
	margin-bottom: 30px;
}

#pickup li,
#links li {
	float: left;
	margin-right: 13px;
	margin-bottom: 15px;
}

/* MOVIES COPYRIGHTS */

#movies-copy {
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px;
	line-height: 1;
}
#movies-copy small {
	color: #999;
	font-size: 70%;
}

/* AD-BANNER */

.ad-banner-top {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 20px;
	text-align: center;
}
.ad-banner {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.ad-banner-m {
	clear: both;
	padding: 30px 0;
	margin-bottom: 20px;
	text-align: center;
}
.ad-square {
	margin: 20px 0;
}

/* FOOTER */

#pagetop {
	text-align: right;
	font-size: 90%;
	font-family: 'Monda', sans-serif;
	margin-bottom: 10px;
}

#pagetop a:after {
	content: "^";
	background: #333;
	color: #FFF;
	/* font-weight: bold; */
	padding: 2px 6px 0 6px;
	margin-left: 10px;
	margin-right: 5px;
	vertical-align:sub;
}
#pagetop a:hover:after {
	opacity: 0.8;
}

#footer {
	background: #FFF;
	clear: both;
}

#sitemap {
	padding: 30px 0;
}

#sitemap-logo {
	font-size: 85%;
	margin-bottom: 30px;
}
#sitemap-logo .theatre-select {
	margin-top: 20px;
	width: 150px;/*new*/
	margin: 0 10px;
}
#sitemap dl {
	float: left;
	width: 310px;
	padding-left: 9px;
	border-left: 1px solid #CCC;
	line-height: 180%;
}
#sitemap dl dt {
	font-weight: bold;
}
#sitemap dl dd {
	font-size: 85%;
}
#sitemap dl dd:before {
	content: "・";
}
#footer-sub {
	clear: both;
	/*color: #FFF;*/
	background: #bbb;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
/*#footer-sub a {
	color: #FFF;
}*/
	
#footer-bottom {
	clear: both;
	color: #FFF;
	background: #333;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
/*#footer-bottom small {
	line-height: 50px;
}*/

#bottom {
	clear: both;
	color: #FFF;
	background: #333;
	text-align: center;
	height: 45px;
}
#bottom small {
	line-height: 50px;
}

/* clearfix */

#top:after,
#theatres:after,
#theatres dl dd:after,
#pickup:after,
#links:after,
#sitemap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/* RESPONSIVE */

.only-sp,
.only-sp-device {
	display: none;
}

/* CLS対策 20250206 */
#sp_all_header {
  min-height: 100px;
}
#pc_all_header {
  min-height: 90px;
}

@media only screen and (max-width: 480px) {
	
	.only-sp {
		display: block;
	}
	.only-pc {
		display: none;
	}
	
	/* AD */
	
	.ad-banner-top,
	.ad-banner-m,
	.ad-banner,
	.ad-square {
		display: none;
	}
	.ad-banner-sp {
		text-align: center;
		margin-bottom: 5px;
	}
	/*.ad-banner-sp iframe {
		vertical-align: bottom;
	}*/

	/* RESET */
	
	html {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	*, *:before, *:after {
		box-sizing: inherit;
		-webkit-box-sizing: inherit;
		-moz-box-sizing: inherit;
	}
	/*body {
		min-width: auto;
	}*/
	img, video {
		max-width: 100%;
		height: auto;
	} 
	select {
		margin-bottom: 0.5em;
	}
	
	/* BASE */
	
	#header, #footer {
		width: 100%;
		min-width: 100%;
	}
	
	#top, #global, #contents, #pagetop, #sitemap {
		width: 100%;
		overflow: auto;
		/*margin: 0 auto;
		clear: both;*/
	}
	
	.main, .wide {
		width: 100%;
		/*float: left;*/
	}
	.side {
		width: 100%;
		/*float: left;*/
	}
	
	/* EMERGENCY */

	#emergency {
		padding: 0 10px;
		min-width: 100%;
	}
	.emergency-item {
		width: 100%;
		padding: 10px 15px;
		text-align: left;
	}
	.emergency-item strong {
		line-height: 2;
		font-size: 90%;
		width: 90%;
		display: block;
	}
	.emergency-item p {
		width: 90%;
		margin: 0;
	}
	.emergency-close {
		right: 15px;
	}

	/* HEADER */
	
	#header {
		/*background: #333;*/
		margin-bottom: 0;
	}
	
	#top {
		height: auto;
		overflow: auto;
	}
	
	#top h1 {
		float: none;
		/*margin: 10px;
		margin-left: 5px;
		color: #FFF;
		font-size: 100%;*/
		text-align: center;
	}
	
	#shoulder {
		display: none;
	}
	
	/* NAVI */
	
	#global ul {
		width: 100%;
		height: auto;
		/*background: url(/img/navi_bg.png) no-repeat; */
		margin-bottom: 5px;
		background-size: 120%;
		background-position: top right;
		overflow: auto;
	}
	
	#global ul li:first-child {
		display: none;
	}
	
	#global ul li {
		width: 20%;
		margin-right: 0;
		/*float: left;
		display: block;*/
	}
	#global ul li a {
		height: auto;
		/*display: block;
		position: relative;*/
	}
	#global ul li img {
		width:100%;
	}
	body.home #global .home a:after,
	body.nowshowing #global .nowshowing a:after,
	body.comingsoon #global .comingsoon a:after,
	body.events #global .events a:after,
	body.service #global .service a:after,
	body.tickets #global .tickets a:after {
		border-top: none;
	}
	
	/* TITLE */
	
	#title {
		margin: 5px;
	}
	#title h1 {
		font-size: 1.3rem;
		margin-right: 0;
	}
	#title p {
		display: none;
	}
	
	/* SLIDE BANNER */
	
	#slide-banner {
		width: 100%;
		height: auto;
		/*overflow: hidden;
		background: #333;*/
	}
	.flexslider .slides img {
		height: auto;
	}
	#slide-banner, #imax-video {
	  margin-bottom: 20px;
	}
	
	
	/* PICKUP / LINKS */
	
	#pickup,
	#links {
		padding-left: 5px;
		padding-right: 0;
    	margin-bottom: 5px;
	}
	#pickup li,
	#links li {
		clear: none;
		float: left;
		width: 50%;
		padding-right: 5px;
		margin-right: 0;
	}
	/*#campaigns li:nth-child(n+7) {
		display: none;
	}*/
	#pickup li img,
	#links li img {
		width: 100%;
		height: auto;
	}
	#pickup li h3,
	#links li h3 {
		display: none;
	}
	
	/* COPYRIGHT */
	
	#movies-copy {
    	margin-bottom: 5px;
	}
	#movies-copy small {
		font-size: 0.5rem;
		line-height: 0.8;
	}
	
	/* FOOTER */
	
	#pagetop {
		display: none;
		position: fixed;
		bottom: 75px;
		right: 10px;
		width: 35px;
		opacity: 0.8;
	}

	#pagetop a {
		font-size: 0;
		color: transparent;
		display: block;
		width: 32px;
		height: 32px;
		background: url(/img/arrow-144-64.png);
		background-size: 32px 32px;
	}
	#pagetop a:after{
		display: none;
	}

	#sitemap-logo {
	  margin: 0 20px 10px;
	}
	#sitemap-logo .theatre-select {
		margin: 10px 0;
		display: block;
	}
	#sitemap dl {
		width: 90%;
		padding-left: 20px;
		border: none;
	}
	#footer-sub {
		padding: 0 10px;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#footer-sub small {
		white-space: nowrap;
	}
}