@charset "utf-8";
/* CSS Document */


/* ==========================================================================
theater_page
========================================================================== */

body {
	position:relative;
	overflow-x:hidden;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	background: #000;
	/*background: -moz-linear-gradient(top, rgba(206,220,221,1) 0%, rgba(206,220,221,1) 58%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(206,220,221,1) 0%,rgba(206,220,221,1) 58%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(206,220,221,1) 0%,rgba(206,220,221,1) 58%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedcdd', endColorstr='#fff',GradientType=0 );*/
}

/*body:before {
	content:"";
	position:fixed;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:url(../img/bg.jpg) top center no-repeat;
	background-size:cover;
  font-family: "Noto Sans Japanese";
	z-index:0;
}*/

body .container {
	position:relative;
	width: 96%;
	max-width:1200px;
	margin:0 auto;
  color: #fff;
	z-index:2;
}
h1 {
	font-family: 'Teko', sans-serif;
	font-size: 48px;
	font-weight: 700;
  color: #fff;
	margin: 10px 0 3px 0;
  /*padding: 0 0 5px;*/
	height:48px;
	line-height:48px;
	box-sizing:content-box;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
span {
	color: #e50012;
	font-size: 11px;
	padding: 0 0 0 20px;
	font-style:normal;
}
h1 p {
  float:right;
  width:110px;
	font-size: 14px;
	margin-top:10px;
	text-align: right;
}
h1 p img {
  display:inline-block;
  width:100%;
  margin:-30px 0 5px;
	/*vertical-align:bottom;*/
}

a{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
}

h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
h2 br {
  display:none;
}

@media screen and (max-width: 640px){
  h2 {
    font-size: 18px;
  }
  h2 br {
    display:inline;
  }
}

@media screen and (max-width: 420px){
  h2 {
    font-size: 16px;
  }
}
	  
a:hover{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration:none;
}

a:link { color: rgba(255,255,255,1); text-decoration:none;}
a:visited { color: rgba(228,0,0,1); text-decoration:none;}
a:hover { color: rgba(228,0,0,1); text-decoration:underline; }
a:active { color: rgba(228,0,0,1); text-decoration:none; }

.last {
    border-bottom: 1px solid #000;
}

dl {
	width: 100%;
	/*height: 600px;*/
	padding: 30px 0;
	/*border-top: #CCC solid 1px;*/
	max-width:1200px;
}
dl dt {
	text-align:center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	/*padding: 30px 0 20px 0;*/
}
dl dt span {
	font-size: 20px;
	font-weight: 200;
	display: block;
	padding: 0 0 10px 0;
	float: right;
}
dl dd {
	text-align:center;
	font-size: 20px;
	margin: 0;
	padding: 0 0 40px 0;
	/*border-bottom: #CCC solid 1px;*/
	max-width:1000px;
}
dl dd:last-child {
	border-bottom: none;
}


.am {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    max-width: 1300px;
    /* max-width: 1280px; */
	text-align:center;
}

#container {
	position:relative;
	width:96%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	z-index:100;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#dd333333,EndColorStr=#dd333333);
	background-color: rgba(50, 50, 50, 0.9);
	*/
	*zoom:1;

}

/*h1 {
	border-bottom:5px solid #fff000;
	max-width:1000px;
	margin:0 auto;
}*/

.firstday {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 60px;
}
.firstday .img {
	width: 25%;
	margin: 0;
	animation: spining 5.5s linear infinite;
}
.firstday .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 70%;
}

.firstday .img img {
	display: block;
	width: 80%;
	margin: 0 auto;
	transform: rotate(-5deg);
}

@keyframes spining {
	0% {transform: rotateY(0deg);}
	30% {transform: rotateY(180deg);}
	40% {transform: rotateY(220deg);}
	70% {transform: rotateY(320deg);}
	100% {transform: rotateY(360deg);}
}

.firstday .ttl {
	font-size: 32px;
	font-weight: 700;
	color: #fff100;
}
.firstday .ttl p {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 10px;
	border: 1px solid #fff100;
}
.firstday .ttl span {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 32px;
}
.firstday .tx {
	margin: 20px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	color: #fff;
}
.firstday .tx br {
	display: inline;
}
.firstday .cap {
	font-size: 14px;
	font-weight: 300;
	color: #d6a53a;
}


#btn_close_top {
	position:absolute;
	top:5px;
	right:5px;
	max-width:1000px;
}
#btn_close_btm {
	display:block;
	width:100%;
	max-width:1000px;
	height:40px;
	line-height:40px;
	text-align:center;
	color: #fff;
	background:#000;
	z-index:5000;
}
#btn_close_btm:hover {
	background:#000;
	color:#555;
}

#content {
	width:100%;
	max-width:1200px;
	/*background:#fffc2f;*/
	margin:30px auto 0;
	padding:0 0 1px;
	
}

#caution { 
	width: 825px;
	margin:0 auto;
	padding: 20px 5px 0;
	font-size:10px;
	color: #fff;
	position:relative;
	text-align: right;
	line-height: 1.3;
}
#update {
	font-size:10px;
	text-align:right;
	color: #fff;
	position:absolute;
	top:285px;
	right:10px;
}

#nav {
	clear:both;
	width:100%;
	max-width: 825px;
	text-align:center;
	margin:0 auto 20px;
	color: #fff;
}
#nav a {
	color: #fff;
}
#nav a:hover {
	color:#e50012;
}
.tableWrap {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	/*background: #333;*/
}
table {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	border-collapse:collapse;
	border-top:1px solid rgba(0,0,0,.5);
	border-bottom:1px solid rgba(0,0,0,.5);
	/*border-spacing: 2px;*/
}
/*
table tr:nth-child(odd){
	background:#fffc2f;
	
}
*/



table td{
	border-bottom: 1px solid rgba(0,0,0,.25);
}

/*table tr td:nth-last-of-type(1){
  display:none;
}*/


table tr th,
table tr td {
	padding:5px;
	text-align:center;
	/*white-space:nowrap;*/
	/*letter-spacing:-0.1em;*/
	font-size:100%;
	background: rgba(0,0,0,0.00);
	color: #fff;
}
table tr th {
	color: #fff;
	font-weight:bold;
	background: #222;
	/*border-bottom: 1px solid rgba(255,255,255,.25);*/
}

table tr th.t_area {
	width:8%;
}
table tr th.t_theater {
	width:32%;
}
table tr th.t_date {
	width:21%;
}

table tr th.t_ticket {
	width:10%;
}

table tr th.t_8cam {
	width:29%;
}

table .Prefecture,
table tr.border td{
	border-bottom:1px solid rgba(255,255,255,.4);
}


table tr th.t_area_full {
	background:#222;
	color: #fff;
	font-weight:bold;
	/*border:1px solid #fffc2f;*/
}
table tr th.t_area_full span {
	color:#333;
}

table tr td {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.25);
}

table .Prefecture {
  width:8%;
}
table .t_n {
  width:32%;
  word-break:break-all !important;
  word-wrap: break-word !important;
}
table .t_n a {
  color: #fff;
  word-break:break-all !important;
  word-wrap: break-word !important;
}
table .t_d {
  width:21%;
}

table td a:hover {
	color:#e50012;
}
.star {
  width:10%;
	color: #fff;
	padding:0 !important;
	font-size:14px !important;
}
.note {
  width:30%;
	color: #fff;
  font-size:88%;
  word-break:break-all !important;
  word-wrap: break-word !important;
}


.pagetop {
	display:block;
	height:30px;
	line-height:30px;
	margin:0 0 20px 30px;
	text-align:right;
	font-family: 'Teko', sans-serif;
	font-size: 16px;
	color: #fff !important;
}
.pagetop:hover {
	color:#e50012 !important;
}

#copyright {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:10px 0;
	/*background: #222;*/
	/*color: #fff;*/
	text-align:center;
	/*height:60px;*/
	font-size:10px;
  color:#d6a53a;
}
#copyright p {
	line-height: 1.3;
	margin:0 auto;
}


.banner_img{
	width:100%;
	max-width:1000px;
	margin: 40px auto 0 auto;
	text-align:center;
}

.banner_img02{
	max-width:1000px;
	margin:  0 auto 40px auto;
}

.banner_img03{
	padding: 60px 0 10px;
	margin:  0 auto 10px auto;
}

.tokuten_pc {
	width: 100%;
}

.tokuten_sp{
	display:none;
}


.tikect_img{
	max-width:550px;
	margin:0 auto;
	padding:40px 0 40px 0;
}

/*.caption{
	
}

.caption p{
	line-height:50%;
	font-size:12px;
}

.caption p .align{
	float:right;
}
*/

.chui{
	/*padding:0px 0 5px 40px;*/
	font-size:14px; 
	line-height:1.5em;
	text-align:left;
	color: #fff;
  margin-top:20px;
	margin-bottom:30px;
}

.genzai {
	/*padding:0 45px 0 0;*/
	font-size:14px;
	color: #fff;
	text-align: right;
}

.dboder{
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom:1px solid rgba(0,0,0,.5);
}

.movieticket p{
	line-height:75%;
}

.movieticket p .cp{
	margin:40px 0 0 0 ;
}

.back_button{
	border:1px #fff solid;
	width:20%;
	max-width:150px;
	display:block;
	padding:10px 0;
	margin:0 auto;
	font-family: 'Teko', sans-serif;
  font-size: 18px;
  color: #fff !important;
}

.back_button:hover{
	color: #000 !important;
  text-decoration: none;
	border: 1px solid #000;
  background: #fff;
}

.banner{
	text-align: right;
}

.banner ul{
	margin: 0 auto;
	padding:0;
}


.banner li{
	display: inline-block;
	height: 50px;
}

.banner a img{
	display: block;
	height: 100%;;
	width: auto;
}


@media screen and (max-width:840px){
	.firstday .tx {
		font-size: 18px;
	}
	.firstday .tx br {
		display: none;
	}
}

@media screen and (min-width:760px){
	.aaa{
		display:none;
	}
}

@media (max-width:640px){

	body:before {
		background:url(../img/bg-sp.jpg) top center no-repeat;
	}
	.tokuten_pc{
		display:none;
	}
	
		.tokuten_sp{
		display:block;
		width: 100%;
		margin-left: 0%;
	}
	
	h1 {
		height:auto;
		padding-bottom:0;
	}
	
  h1 p {
    float:none;
		display:block;
		width: 70%;
    max-width:300px;
    margin:0 auto 20px;
    padding:0;
		text-align: center;
  }
  h1 p img {
    margin-top:10px;
  }
	
  body .container {
    width: 100%;
    max-width:1000px;
      padding: 0 5%;
    margin:0 auto;
  }

  .banner{
    text-align: center;
  }

  .banner li{
    height: auto;
    margin: 0 0 10px;
    width:48%;
  }

  .banner a img{
    display: block;
    height: auto;
    width: 100%;
  }
	
	.banner_img{
		width:100%;
	}

}

@media (max-width:520px){
	.firstday {
		justify-content: center;
	}
	
	.firstday .img {
		width: 60%;
		margin: 0 0 20px;
	}
	.firstday .wrap {
		width: 100%;
	}

	
	.firstday .ttl {
		font-size: 26px;
	}
	.firstday .ttl span {
		font-size: 26px;
	}
	.firstday .tx {
		font-size: 17px;
	}

	.firstday .cap {
		font-size: 13px;
	}
}

@media (max-width:480px){
	table {
		font-size:75%;
	}
	
}

@media screen and (max-width: 465px){
	.am {
			text-align: center;
			margin: 0 auto;
			margin-top:0 !important;
			margin-bottom: 20px;
			display: block;
	}
}

@media screen and (max-width: 360px){

	
	.firstday .ttl {
		font-size: 22px;
	}
	.firstday .ttl span {
		font-size: 22px;
	}
	.firstday .tx {
		font-size: 15px;
	}
	.firstday .cap {
		font-size: 12px;
	}	
	
}

/* banner set*/

.bn_set {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
  margin:-70px 0 30px;
	/*text-align: right;*/
}

.bn_set a {
  display:inline-block;
  width:auto;
  margin: 0 3px;
}

.bn_set a:hover {
  opacity:0.5;
}

.bn_set a img {
  display:inline-block;
  height:70px;
  width:auto;
}

/*.bn_set a:nth-of-type(2) img {
  height:68px;
  width:auto;
	border: 1px solid #000;
}*/

.bn_cap {
	margin: 3px 0 10px;
	padding: 0;
	font-size: 11px;
	text-align: right;
}

@media screen and (max-width: 920px){
  .bn_set {
		justify-content: center;
    margin:10px 0 30px;
    /*text-align:center;*/
  }
	.bn_cap {
		text-align: center;
	}
}

@media screen and (max-width: 600px){
	.bn_set {
		display: block;
	}
	.bn_set a {
		display:block;
		width:200px;
		margin:0 auto 10px;
	}
	.bn_set a img {
		display:block;
		height:auto;
		width:200px;
	}
/*	.bn_set a:nth-of-type(2) img {
		height:auto;
		width:198px;
		border: 1px solid #000;
	}*/
}

.for_pc {
  display:block;
  margin-bottom:30px;
}
.for_sp {
  display:none;
}
@media screen and (max-width: 600px){
  .for_pc {
    display:none;
  }
  .for_sp {
    display:block;
    margin-bottom:15px;
  }
}

/* barrier_free */
.barrier_free {
	margin:30px 0;
	padding:5px;
	font-size:15px;
	color:#2B638B;
	/*background:rgba(0,0,0,.25);*/
	background: rgb(161,214,219);
	background: -moz-linear-gradient(left, rgba(255,252,228,1) 0%, rgba(255,252,228,1) 58%, rgba(161,214,219,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,252,228,1) 0%, rgba(255,252,228,1) 58%, rgba(161,214,219,1) 100%);
	background: linear-gradient(to right, rgba(255,252,228,1) 0%,rgba(161,214,219,1) 58%,rgba(161,214,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce4', endColorstr='#a1d6db',GradientType=1 );
}
.barrier_free .inner {
	padding: 20px;
	background:rgba(0,0,0,.75);
}
.barrier_free .ti {
	color:rgba(228,0,115,1.0);
	font-size:17px;
	margin:0 0 0.5em;
}
.barrier_free p {
	text-indent:-1em;
	margin:0 0 0.5em;
	padding-left:1em;
	line-height: 1.65;
}
.barrier_free p a {
	color:#2B638B;
	text-decoration:underline;
}
.barrier_free p .fa {
	margin-left: 1.5em;
	font-size:75%;
}

@media screen and (max-width: 600px){
	.barrier_free {
		font-size:13px;
	}
	.barrier_free .ti {
		font-size:14px;
	}
}

.attention {
  display: block;
  margin: 5% auto;
  padding: 0.5em;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255,255,255.5);
}
.attention br {
  display: none;
}
.attention span {
  margin: 0;
  padding: 0;
  font-size: 70%;
}

@media screen and (max-width: 800px){
  .attention {
    font-size: 3vw;
  }
  .attention br {
    display: inline;
  }
}

@media screen and (max-width: 600px){
  .attention {
    font-size: 4vw;
  }
}


.ticketSet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ticketSet img {
  width: 100%;
}
.ticketSet a,
.ticketSet div {
  display: block;
  width: 48%;
  margin: 2% 1% 0;
}
.ticketSet a:nth-of-type(-n+2){
  margin: 0 1%;
}
.ticketSet a:hover {
  opacity: .5;
}

@media screen and (max-width: 640px){
  .ticketSet a,
  .ticketSet div {
    width: 100%;
  }
}
