@charset "UTF-8";

/* bxslider */
.bx-wrapper{position:relative;margin:0 auto 60px;padding:0;*zoom:1}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;left:-5px;background:#fff;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;height:100%;width:100%;position:absolute;top:0;left:0;z-index:1}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block;*zoom:1;*display:inline}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-prev{left:10px}.bx-wrapper .bx-next{right:10px}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-1pc;outline:0;width:2pc;height:2pc;text-indent:-9999px;z-index:2}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}

html{line-height:1.15;-webkit-text-size-adjust:100%}*,body{margin:0}h1{font-size:2em}h1,h2,h3,h4,h5{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent;text-decoration: none;}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;vertical-align: bottom;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}ul{padding: 0;list-style: none}em{font-style: normal}

body:after {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(255, 0, 0, 0.7);
	color: #fff;
	z-index: 9;
}




/**==============================================**/
/*
/*	共通
/*
/**==============================================**/

html,
body {}

body {
	color: #231815;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	opacity: 0;

	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	line-height: 1;
}

.over-wrap {
	overflow-x: hidden;
	width: 100%;
}

a {
	color: #231815;
}

.clear {
	clear: both;
	margin: 0px;
}

.cf:before,
.cf:after {
	display: table;
	content: "";
}

.cf:after {
	clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.cf {
	*zoom: 1;
}

.lf {
	float: left;
}

.rg {
	float: right;
}

.hide-text {
	display: block;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
}

.uapc .hide-text {
	font: 1em/24px a !important;
}

.min {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	body .min {
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Roboto Slab", Garamond, "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
}

/* menu-btn */
.menu-btn {
	position: fixed;
	right: 0;
	top: 0;
	padding: 0;
	cursor: pointer;
	z-index: 101;
	background: rgba(238, 239, 239, .8);
	border: 0;
}

.menu-btn.open {
	background: rgba(238, 239, 239, 1);
}

.menu-btn div {
	position: absolute;
	top: 12px;
	left: 10px;
}

.menu-btn span {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background: #601B32;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-btn span:nth-child(1) {
	top: 0;
}

.menu-btn span:nth-child(2) {
	top: 11px;
}

.menu-btn span:nth-child(3) {
	top: 22px;
}

.menu-btn.open span:nth-child(2) {
	opacity: 0;
}

.menu-btn.open span:nth-child(1) {
	top: 12px;
	left: -3px;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	width: 36px;
}

.menu-btn.open span:nth-child(3) {
	top: 12px;
	left: -3px;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	width: 36px;
}

.menu-btn {
	right: 10px;
	top: -100px;
	width: 66px;
	height: 66px;
	opacity: 0;
}

.menu-btn div {
	top: 17px;
	left: 15px;
}

.menu-btn span {
	height: 6px;
	width: 35px;
}

.menu-btn span:nth-child(1) {
	top: 0;
}

.menu-btn span:nth-child(2) {
	top: 13px;
}

.menu-btn span:nth-child(3) {
	top: 26px;
}

.menu-btn.open span:nth-child(2) {
	opacity: 0;
}

.menu-btn.open span:nth-child(1) {
	top: 13px;
	left: -1px;
	width: 36px;
}

.menu-btn.open span:nth-child(3) {
	top: 13px;
	left: -1px;
	width: 36px;
}

/* slide bars */
[canvas=container],
[off-canvas],
body,
html {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body,
html {
	width: 100%;
	height: auto
}

[canvas] {
	z-index: 1
}

[canvas=container] {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	background-color: #fff;
	-webkit-overflow-scrolling: touch
}

[canvas=container]:after,
[canvas=container]:before {
	clear: both;
	content: '';
	display: table
}

[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
	color: #fff;
	-webkit-overflow-scrolling: touch
}

[off-canvas*=top] {
	width: 100%;
	height: 255px;
	top: 0
}

[off-canvas*=right] {
	width: 255px;
	height: auto;
	top: 90px;
	right: 0
}

[off-canvas*=bottom] {
	width: 100%;
	height: 255px;
	bottom: 0
}

[off-canvas*=left] {
	width: 255px;
	height: 100%;
	top: 0;
	left: 0
}

[off-canvas*=reveal] {
	z-index: 0
}

[off-canvas*=push] {
	z-index: 1
}

[off-canvas*=overlay] {
	z-index: 2
}

[off-canvas*=shift] {
	z-index: 0
}

[canvas],
[off-canvas] {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-backface-visibility: hidden
}

[off-canvas*=shift][off-canvas*=top] {
	-webkit-transform: translate(0px, 50%);
	transform: translate(0px, 50%)
}

[off-canvas*=shift][off-canvas*=right] {
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px)
}

[off-canvas*=shift][off-canvas*=bottom] {
	-webkit-transform: translate(0px, -50%);
	transform: translate(0px, -50%)
}

[off-canvas*=shift][off-canvas*=left] {
	-webkit-transform: translate(50%, 0px);
	transform: translate(50%, 0px)
}

.sub-nav {
	display: block;
}

/* nav サイド */
div.side-nav-wrap {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

nav.sidenav {}

.sidenav ul.nav {
	margin: 0;
}

.sidenav .nav li.sub-nav {
	display: none;
}

.sidenav .nav li.sub {}

.sidenav .nav li.sub div {
	overflow: hidden;
	height: 0;
	/*
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
*/
}

.sidenav .nav li.sub div.active {
	height: auto;
}

.sidenav .sub li {}

.sidenav .sub li a {
	display: block;
	padding-left: 35px;
	width: 100%;
	height: 50px;
	background-image: url(../img/common/arrow_r.svg);
	background-position: 18px 50%;
	background-size: auto 20%;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 50px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.sidenav .nav > li > a,
.sidenav .nav > li > span {
	color: #231815;
	display: block;
	box-sizing: border-box;
	padding-left: 35px;
	width: 100%;
	height: 50px;
	background-image: url(../img/common/arrow_r.svg);
	background-position: 13px 50%;
	background-size: auto 32%;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 50px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.sidenav .nav > li a:hover,
.sidenav .nav > li > span:hover {
	background-color: #EEEFEF;
	background-position: 15px 50%;
}

.sidenav .nav li:nth-child(6) li {
	float: left;
	width: 50%;
}

.sidenav .nav li:nth-child(6) li a {
	box-sizing: border-box;
	width: 100%;
}



.sidenav ul.social-nav {
	float: right;
	margin: 20px 10px 0;
}

.sidenav .social-nav li {
	float: left;
}

.sidenav .social-nav li a {
	display: block;
	width: 50px;
	height: 50px;
}

.sidenav .social-nav li:nth-child(1) a {
	background: url(../img/common/social-01.svg) 50% 50% no-repeat;
}

.sidenav .social-nav li:nth-child(2) a {
	background: url(../img/common/social-02.svg) 50% 50% no-repeat;
}

.sidenav .social-nav li a:hover {
	opacity: .8;
}

.sidenav .social-nav li a img {
	width: 100%;
}



div.overlay-bg {
	opacity: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.container.open .overlay-bg {
	opacity: 1;
	display: block;
}

/* header */
header#header {
	border-bottom: 1px solid #050000;
}

#header div.head {
	margin: 0 auto;
}

.head-rg span {
	display: block;
}

.head h1 a img,
.head-rg p img,
.head-rg span img {
	width: 100%;
	height: auto;
}


/* 重要なお知らせ */
div.emergency-wrap {
	/*	border: 2px solid #601B32;*/
	background: #601B32;
}

.emergency-wrap a {
	color: #fff;
	font-weight: bold;
}



/* ad-info */
div.ad-info {
	padding: 3%;
	background: url(../img/common/ad-info_bg.gif) repeat;
}

.ad-info h1 {
	background: url(../img/common/ad-info-headd.svg) 0 50% no-repeat;
}

ul.ad-list {}

/*
.ad-list li {
	width: 49%;
	float: left;
	margin-bottom: 2%;
}
.ad-list li:nth-child(even) {
	float: right;
}
*/
.ad-list li a img {
	width: 100%;
}





/* footer */
footer {}

footer ul.foot-nav {
	display: none !important;
}










/* bx-slider */
div.bx-wrapper {
	margin: auto;
}

.bx-wrapper .bx-viewport {
	left: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	transform: translateZ(0px) !important;
}

.bx-wrapper .bx-prev {
	left: 0;
}

.bx-prev:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/arrow_w-lf.svg) 50% 50% no-repeat;
	content: "";
}

.bx-wrapper .bx-next {
	right: 0;
}

.bx-next:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/arrow_w-rg.svg) 50% 50% no-repeat;
	content: "";
}








/* page-top */
.page-top {
	right: 0;
	position: fixed;
	z-index: 10000;
	overflow: hidden;
	margin: 0;
	background: #EEEFEF;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	opacity: 0.5;

	-o-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

.page-top a {
	width: 50px;
	height: 50px;
	display: block;
	background: #EEEFEF;
	background: url(../img/common/arrow_page-top.svg) 50% 50% no-repeat;
	color: #FFF;
}

.page-top:hover {
	opacity: 1;
}



#inline-content img {
	width: 100%;
	height: auto;
}




/**==============================================**/
/**==============================================**/
/*
/*			sp 〜 sp-l tab
/*
/*			〜736px
/*
/**==============================================**/
/**==============================================**/
@media all and (max-width:736px) {

	body,
	html {
		width: 100%;
		overflow-x: hidden
	}

	html {
		font-size: 62.5%;
	}

	body,
	.over-wrap {
		width: 100%;
		font-size: 1.0rem;
	}

	.sp,
	.sp.tab {
		display: block !important;
	}

	.tab,
	.pc {
		display: none !important;
	}

	.menu-btn {
		width: 50px;
		height: 50px;
		top: 1% !important;
		opacity: .7 !important;
		right: 0 !important;
	}

	.menu-btn.open {
		opacity: 1 !important;
	}

	.menu-btn div {
		position: absolute;
		top: 10px;
		left: 8px;
	}

	[off-canvas*="right"] {
		width: 98%;
		height: auto;
		top: 63px;
		right: 0;
	}

	.social-nav {}

	.social-nav li {
		width: 50%;
		float: left;
	}

	.sidenav .nav li.sub div {
		display: none;
		height: auto;
	}

	/* header */
	header#header {
		padding: 2% 0;
	}

	#header div.head {}

	.head p.head-cap {
		font-size: 1.3rem;
		padding: 0 60px 1.5% 2%;
		line-height: 1.4;
	}

	.head h1 {
		width: 60%;
		margin-left: 2%;
	}

	div.head-rg p {
		display: none;
	}

	.head-rg span {
		width: 50%;
		margin: 2% 0 0 12%;
	}


	/* 重要なお知らせ */
	div.emergency-wrap {
		margin-top: 5%;
		padding: 3% 2%;
		line-height: 1.4;
		margin-bottom: -2%;
	}

	.emergency-wrap a {
		font-size: 2rem;
	}




	/* cinema-slider */
	div.cinema-slider {
		padding: 10% 2%;
		margin-bottom: 5%;
	}

	div.nextweek-inner {
		margin: 6% auto;
		width: 94%;
		line-height: 1;
	}

	.nextweek-inner h1 {
		margin: 0;
		font-size: 2rem;
	}

	.nextweek-inner a {
		display: block;
		float: right;
		padding-right: 25px;
		background: url(../img/common/arrow_r.svg) 98% 50% no-repeat;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.cs-wrap {
		margin: auto;
	}

	.cs-wrap .wrap a {
		display: block;
	}

	.cs-wrap .title-wrap {
		padding: 8px 2% 5px;
		width: 96%;
		line-height: 1;
	}

	.cs-wrap .wrap div.img-wrap {
		position: relative;
	}

	.cs-wrap .wrap div.img-wrap:before {
		content: "";
		display: block;
		padding-top: 141.4%;
	}

	.cs-wrap .wrap div.img-wrap img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.title-wrap span.date {
		display: block;
		margin: 0 0 5px;
		font-size: 1.4rem;
	}

	.title-wrap h1 {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.title-wrap h1 span.sub-title {
		font-size: 1.3rem;
		padding-left: .5em;
		display: inline;
	}

	.title-wrap span.rating {}

	.cinema-slider .bx-controls {
		position: absolute;
		left: -50%;
		right: -50%;
		margin: auto;
		top: 30%;
		max-width: 112%;
	}

	.cinema-slider .info {
		opacity: 0;
		position: absolute;
		bottom: 102%;
		right: -20%;
		left: -20%;
		;
		margin: auto;
		line-height: 1.4;
		background: rgba(0, 0, 0, .8);
		height: 100%;
	}

	.cinema-slider div.mix:hover .info {
		opacity: 1;
	}

	.cinema-slider .bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 47%;
		z-index: 9;
		margin-top: -13px;
		width: 36px;
		height: 36px;
		outline: 0;
		background: #601B32;
		text-indent: -9999px;
		opacity: 1;
	}

	.bx-wrapper .bx-controls-direction a:hover {
		opacity: .7;
	}





	div.ad-info {
		margin: auto;
		padding: 8% 3%;
		width: 94%;
	}

	.ad-info h1 {
		margin: 0 auto 5%;
		width: 98%;
	}

	.ad-list li {
		width: 49%;
		float: left;
		margin-bottom: 2%;
	}

	.ad-list li:nth-child(even) {
		float: right;
	}




	/* cinema-info */
	div.cinema-info {
		margin: auto;
		padding: 8% 3%;
		width: 94%;
	}

	.cinema-info h1 {
		margin: 0 auto 5%;
		width: 100%;
		background: url(../img/common/c-info-headd.svg) 0 50% no-repeat;
	}

	.cinema-info ul.c-info-list {
		width: 100%;
		margin: 0 auto;
	}

	.c-info-list li {
		width: 48%;
		float: left;
		margin: 0 auto 4%;
	}

	.c-info-list li:nth-child(even) {
		float: right;
	}

	.c-info-list li a {
		display: block;
	}

	.c-info-list li a img {
		width: 100%;
		height: auto;
	}



	footer {}

	div.footer {
		padding: 8% 2%;
		background: #9F9FA0;
	}

	.footer ul.foot-nav {
		display: block;
		margin: 0 auto 3%;
		width: 98%;
	}

	.foot-nav li {
		margin-bottom: 1%;
	}

	.foot-nav li a {
		color: #fff;
		font-size: 1.4rem;
	}

	.foot-nav li a:hover {
		text-decoration: underline;
	}

	.footer p.copy {
		margin: 7% auto 0;
		width: 98%;
		color: #fff;
		text-align: center;
		font-size: 1.2rem;
	}



	/* sns-wrap */
	div.sns-wrap {
		margin-top: 2em;
	}






}




/**==============================================**/
/**==============================================**/
/*
/*			sp-l 〜 tab
/*
/*			737px〜959px
/*
/**==============================================**/
/**==============================================**/

@media print,
screen and (min-width: 737px) and (max-width: 959px) {

	body,
	html {
		width: 100%;
	}

	html {
		height: 100%
	}

	.tab,
	.sp.tab,
	.tab.pc {
		display: block !important;
	}

	.sp,
	.pc {
		display: none !important;
	}

	.menu-btn {
		width: 60px;
		height: 60px;
		top: 0 !important;
		opacity: .7 !important;
		right: 0 !important;
	}

	.menu-btn.open {
		opacity: 1 !important;
	}




	header#header {
		padding: 1.5% 0;
	}

	#header div.head {
		width: 96%;
		max-width: 1228px;
	}

	.head p.head-cap {
		margin-bottom: 1%;
		font-size: 13px;
	}

	.head h1 {
		width: 33.3%;
		float: left;
	}

	.head div.head-rg {
		width: 27.93%;
		float: right;
		margin-right: 60px;
	}

	.head-rg span {
		width: 86%;
		display: block;
		margin-top: 3%;
		margin-left: 14%;
	}


	/* 重要なお知らせ */
	div.emergency-wrap {
		margin-top: 10%;
		padding: 1.4% 2%;
		line-height: 1.4;
	}

	.emergency-wrap a {
		font-size: 20px;
	}



	/* header-nav-wrap */



	/* sidenav */
	.sidenav .nav li.sub div {
		display: none;
		height: auto;
	}


	/* cinema-slider */
	div.cinema-slider {
		margin-bottom: 8%;
		padding: 0 3%;
	}

	div.nextweek-inner {
		margin: 0 auto 4%;
		width: 96%;
		line-height: 1;
	}

	.nextweek-inner h1 {
		float: left;
		margin: 0;
		font-size: 20px;
	}

	.nextweek-inner a {
		display: block;
		float: right;
		padding-right: 25px;
		background: url(../img/common/arrow_r.svg) 98% 50% no-repeat;
		font-size: 15px;
		line-height: 20px;
		-webkit-transition-duration: .1s;
		-moz-transition-duration: .1s;
		-ms-transition-duration: .1s;
		-o-transition-duration: .1s;
		transition-duration: .1s;
	}

	.nextweek-inner a:hover {
		background-position: 100% 50% !important;
	}

	.cs-wrap {
		margin: auto;
	}

	.cs-wrap .wrap a {
		display: block;
	}

	.cs-wrap .title-wrap {
		padding: 8px 2% 5px;
		width: 96%;
		line-height: 1;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}

	.cs-wrap .wrap a:hover .title-wrap {
		background: #000;
		color: #fff;
	}

	.cs-wrap .wrap div.img-wrap {
		position: relative;
	}

	.cs-wrap .wrap div.img-wrap:before {
		content: "";
		display: block;
		padding-top: 141.4%;
	}

	.cs-wrap .wrap div.img-wrap img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.title-wrap span.date {
		display: block;
		margin: 0 0 5px;
	}

	.cs-wrap .title-wrap h1 {
		margin: 0;
		font-size: 14px;
		line-height: 21px;
	}

	.cs-wrap .title-wrap h1 span.sub-title {
		font-size: 13px;
		padding-left: 10px;
		display: inline;
	}

	.cs-wrap .title-wrap span.rating {}




	.cinema-slider .bx-controls {
		position: absolute;
		left: -50%;
		right: -50%;
		margin: auto;
		top: 115px;
		max-width: 108%;
	}

	.cinema-slider .info {
		opacity: 0;
		position: absolute;
		bottom: 102%;
		right: -20%;
		left: -20%;
		;
		margin: auto;
		line-height: 1.4;
		background: rgba(0, 0, 0, .8);
		height: 100%;
	}

	.cinema-slider div.mix:hover .info {
		opacity: 1;
	}

	.cinema-slider .bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 47%;
		z-index: 9;
		margin-top: -13px;
		width: 36px;
		height: 36px;
		outline: 0;
		background: #601B32;
		text-indent: -9999px;
		opacity: 1;
	}

	.bx-wrapper .bx-controls-direction a:hover {
		opacity: .7;
	}









	/* ad-info */
	div.ad-info {
		padding: 5% 0;
	}

	.ad-info h1 {
		margin: 0 auto 2.5%;
		max-width: 94%;
	}

	ul.ad-list {
		margin: auto;
		max-width: 98%;
	}

	.ad-list li {
		width: 22%;
		float: left;
		margin: 0 1.5% 2%;
	}



	/* cinema-info */
	div.cinema-info {
		margin: auto;
		padding: 5% 0;
		width: 96%;
	}

	.cinema-info h1 {
		margin: 0 auto 2.5%;
		width: 98%;
		background: url(../img/common/c-info-headd.svg) 0 50% no-repeat;
	}

	.cinema-info ul.c-info-list {
		float: right;
	}

	.c-info-list li {
		float: left;
		width: 22%;
		margin: 0 1.5% 2%;
	}

	.c-info-list li a {
		display: block;
	}

	.c-info-list li a img {
		width: 100%;
		max-height: 51px;
	}



	footer {}

	div.footer {
		padding: 2%;
		background: #9F9FA0;
	}

	.footer ul.foot-nav {
		display: block;
		margin: 0 auto 3%;
		width: 98%;
	}

	.foot-nav li {
		margin-bottom: 1%;
	}

	.foot-nav li a {
		color: #fff;
		font-size: 15px;
	}

	.foot-nav li a:hover {
		text-decoration: underline;
	}

	.footer p.copy {
		margin: 0 auto;
		width: 98%;
		color: #fff;
		text-align: right;
		font-size: 14px;
	}



	/* sns-wrap */
	div.sns-wrap {
		margin-top: 50px;
	}





}












/**==============================================**/
/**==============================================**/
/*
/*			PC
/*
/*			960px〜
/*
/**==============================================**/
/**==============================================**/
@media print,
screen and (min-width:960px) {

	.sp,
	.sp.tab {
		display: none !important;
	}

	.tab,
	.pc {
		display: block !important;
	}

	header#header {
		padding: 4.5% 0 4%;
	}

	#header div.head {
		width: 96%;
		max-width: 1228px;
		position: relative;
	}

	.head p.head-cap {
		font-size: 14px;
		position: absolute;
		bottom: 120%;
		left: 0;
	}

	.head h1 {
		width: 22.3%;
		float: left;
	}

	.head div.head-rg {
		width: 16.93%;
		float: right;
	}

	.head-rg span {
		width: 86%;
		display: block;
		margin-top: 5%;
		margin-left: 14%;
	}


	/* 重要なお知らせ */
	div.emergency-wrap {
		position: absolute;
		top: -16%;
		right: 18%;
		max-width: 39%;
		padding: 1.4% 2%;
		line-height: 1.4;
	}

	.emergency-wrap a {
		font-size: 18px;
	}



	/* header-nav-wrap */
	div.header-nav-wrap {
		max-width: 1300px;
		margin: auto;
	}

	nav.headernav {
		margin: 0 auto 0;
		max-width: 1264px;
		width: 100%;
		max-height: 72px;
	}

	.headernav ul.nav {
		margin: 0;
		width: 100%;
	}

	.headernav .nav > li {
		float: left;
		width: 13.4%;
	}

	.headernav .nav > li > a {
		position: relative;
		overflow: hidden;
		display: block;
		box-sizing: border-box;
		width: 100%;
		text-decoration: none;
		-webkit-transition-duration: .1s;
		-moz-transition-duration: .1s;
		-ms-transition-duration: .1s;
		-o-transition-duration: .1s;
		transition-duration: .1s;
		font-size: 12px;
	}

	.headernav .nav > li:nth-child(-n+7) > a:before {
		content: "";
		padding-top: 42.5%;
		display: block;
	}

	.headernav .nav > li:nth-child(1) > a:before {
		padding-top: 71.2%;
	}

	.headernav .nav > li > a span {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.headernav .nav > li:nth-child(-n+7) > a:hover:after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 0;
		left: 0;
		right: 0;
		border-bottom: 3px solid #601B32;
	}

	.headernav .nav li.sub {
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
		position: relative;
	}

	.headernav .nav li.sub div {
		background: #fff;
		width: 120%;
		overflow: hidden;
		margin-left: -10%;
		height: 0;
		position: absolute;
		z-index: 9;
	}

	.headernav .nav li.sub:hover div {
		height: auto;
		-webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.3);
	}

	.headernav .nav li.sub div a {
		height: 60px;
		display: block;
		text-align: center;
		line-height: 60px;
		box-sizing: border-box;
		border: 0;
		-webkit-transition-duration: .1s;
		-moz-transition-duration: .1s;
		-ms-transition-duration: .1s;
		-o-transition-duration: .1s;
		transition-duration: .1s;
		font-size: 12px;
	}

	.headernav .nav li.sub div a:hover {
		border-bottom: 3px solid #601B32;
	}

	.headernav .nav li:nth-child(3).sub li.sub li {
		width: 50%;
		float: left;
	}

	.headernav .nav li:nth-child(3).sub li.sub li a {
		font-size: 16px;
	}

	.headernav ul.social-nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 144px;
	}

	.headernav .nav > li:nth-child(1) {
		width: 8%;
	}

	.headernav li:nth-child(n+8) {
		width: 5.7%;
	}

	.headernav li:nth-child(n+8) a {
		display: block;
		width: 100%;
		max-width: 72px;
		max-height: 72px;
	}

	.headernav li:nth-child(8) {
		margin-left: .2%;
	}

	.headernav li:nth-child(8) a {
		background: url(../img/common/social-01.svg) 50% 50% no-repeat;
	}

	.headernav li:nth-child(9) a {
		background: url(../img/common/social-02.svg) 50% 50% no-repeat;
	}

	.headernav li:nth-child(n+8) a {
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}

	.headernav li:nth-child(n+8) a:hover {
		opacity: .8;
	}

	.headernav li:nth-child(n+8) a img {
		width: 100%;
		height: auto;
	}



	.uapc .menu-btn.close:hover span:nth-child(1) {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
	}

	.uapc .menu-btn.close:hover span:nth-child(3) {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
	}

	.uapc .menu-btn.close:hover span:nth-child(1) {
		top: 22px;
		left: -6px;
		width: 30px;
	}

	.uapc .menu-btn.close:hover span:nth-child(3) {
		top: 4px;
		left: -6px;
		width: 30px;
	}



	/* side */
	.sidenav .nav li.sub div {
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}

	.sidenav .nav li.sub:hover div {
		height: 150px;
	}



	/* cinema-slider */
	div.cinema-slider {
		margin-bottom: 50px;
	}

	div.nextweek-inner {
		margin: 65px auto 40px;
		max-width: 1156px;
		line-height: 1;
	}

	.nextweek-inner h1 {
		float: left;
		margin: 0;
		font-size: 20px;
	}

	.nextweek-inner a {
		display: block;
		float: right;
		padding-right: 25px;
		background: url(../img/common/arrow_r.svg) 98% 50% no-repeat;
		font-size: 15px;
		line-height: 20px;
		-webkit-transition-duration: .1s;
		-moz-transition-duration: .1s;
		-ms-transition-duration: .1s;
		-o-transition-duration: .1s;
		transition-duration: .1s;
	}

	.nextweek-inner a:hover {
		background-position: 100% 50% !important;
	}

	.cs-wrap {
		margin: auto;
	}

	.cs-wrap .wrap a {
		display: block;
	}

	.cs-wrap .title-wrap {
		padding: 8px 2% 5px;
		width: 96%;
		line-height: 1;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}

	.cs-wrap .wrap a:hover .title-wrap {
		background: #000;
		color: #fff;
	}

	.cs-wrap .wrap div.img-wrap {
		position: relative;
	}

	.cs-wrap .wrap div.img-wrap:before {
		content: "";
		display: block;
		padding-top: 141.4%;
	}

	.cs-wrap .wrap div.img-wrap img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.title-wrap span.date {
		display: block;
		margin: 0 0 5px;
	}

	.cs-wrap .title-wrap h1 {
		margin: 0;
		font-size: 14px;
		line-height: 21px;
		border-bottom: 0;
	}

	.cs-wrap .title-wrap h1 span.sub-title {
		font-size: 13px;
		padding-left: 10px;
		display: inline;
	}

	.title-wrap span.rating {}

	.cinema-slider .bx-controls {
		position: absolute;
		left: -50%;
		right: -50%;
		margin: auto;
		top: 115px;
		max-width: 1300px;
		width: 200%;
	}

	.cinema-slider .info {
		opacity: 0;
		position: absolute;
		bottom: 102%;
		right: -20%;
		left: -20%;
		;
		margin: auto;
		line-height: 1.4;
		background: rgba(0, 0, 0, .8);
		height: 100%;
	}

	.cinema-slider div.mix:hover .info {
		opacity: 1;
	}

	.cinema-slider .bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 47%;
		z-index: 9;
		margin-top: -13px;
		width: 36px;
		height: 36px;
		outline: 0;
		background: #601B32;
		text-indent: -9999px;
		opacity: 1;
	}

	.bx-wrapper .bx-controls-direction a:hover {
		opacity: .7;
	}









	/* ad-info */
	div.ad-info {
		padding: 30px 0 38px;
	}

	.ad-info h1 {
		margin: 0 auto 18px;
		max-width: 1156px;
		height: 14px;
	}

	ul.ad-list {
		margin: auto;
		max-width: 1156px;
	}

	.ad-list li {
		width: 49%;
		float: left;
		margin: 0 .5% !important;
		width: 15.6%;
		background: #000;
	}

	.ad-list li:nth-child(-n+6) {
		margin-bottom: 1% !important;
	}

	.ad-list li a {
		display: block;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}

	.ad-list li a:hover {
		opacity: .8;
	}

	.ad-list li a img {
		width: 100%;
		height: auto;
	}

	.ad-list li {}

	/*
	.ad-list li:nth-child(even) {
		float: right;
	}
*/





	/* cinema-info */
	div.cinema-info {
		margin: auto;
		padding: 25px 0;
		max-width: 1156px;
	}

	.cinema-info h1 {
		float: left;
		margin: 0;
		max-width: 156px;
		height: auto;
		background: url(../img/common/c-info-headd.svg) 0 50% no-repeat;
	}

	.cinema-info ul.c-info-list {
		float: right;
	}

	.c-info-list li {
		float: left;
		margin-left: 29px;
		background: #000;
	}

	.c-info-list li a {
		display: block;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-ms-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s;
	}

	.c-info-list li a:hover {
		opacity: .8;
	}

	.c-info-list li a img {
		width: auto;
		height: 51px;
	}


	footer {}

	div.footer {
		padding: 40px 0 37px;
		background: #9F9FA0;
	}

	.footer ul.foot-nav {
		display: block;
		margin: 0 auto 65px;
		max-width: 1156px;
	}

	.foot-nav li {
		float: left;
		margin-right: 25px;
	}

	.foot-nav li a {
		color: #fff;
		font-size: 14px;
	}

	.foot-nav li a:hover {
		text-decoration: underline;
	}

	.footer p.copy {
		margin: 0 auto;
		max-width: 1156px;
		color: #fff;
		text-align: right;
		font-size: 13px;
	}

	.page-top {
		right: 36px;
	}

	.page-top a {
		width: 66px;
		height: 66px;
	}




	/* sns-wrap */
	div.sns-wrap {
		margin-top: 50px;
	}


	#inline-content p a {
		color: #fff;
		background: #601B32;
		width: 40%;
		font-size: 18px;
		padding: 14px 0;
		display: block;
		margin: 10px auto 0;
		text-align: center;
		border-radius: 8px;
	}




}






/**==============================================**/
/**==============================================**/
/*
/*
/*			PC 〜 1050px 以上 
/*
/*
/**==============================================**/
/**==============================================**/

@media print,
screen and (min-width: 1050px) {

	/* header */
	.headernav .nav > li > a {
		font-size: 14px;
	}

	.headernav .nav li.sub div a {
		font-size: 14px;
	}














}

@media print {

	body {
		width: 1300px !important;
	}

	header,
	.header-nav-wrap,
	.menu-btn,
	.ad-info,
	.cinema-info,
	.foot-nav,
	.page-top {
		display: none !important;
	}



	.c-info-list li {
		background: none !important;
	}



}














