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


/* ==========================================================================
theater_page
========================================================================== */
.last {
    border-bottom: 1px solid #000;
}
body 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;}
	  
body 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
}


body.theater_page {
	position:relative;
	overflow-x:hidden;
	font-family: YakuHanJP, /*"Hiragino Sans", "Hiragino Kaku Gothic ProN", */"Noto Sans JP", Meiryo, sans-serif;
	background: #fff;
	/*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.theater_page:before {
	content:"";
	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.theater_page {
	background:url(../img/bg.jpg) top center no-repeat;
	background-size:cover;
	font-family: 'Noto Sans Japanese', sans-serif;
}*/
body.theater_page .container {
	position:relative;
	width: 96%;
	max-width:1000px;
	margin:0 auto;
	z-index:2;
}
.theater_page h1 {
	/*font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;*/
	font-family: serif;
	font-size: 38px;
	font-weight: 400;
  color: #000;
	margin: 10px 0 10px 0;
  padding: 0 0 5px;
	height:48px;
	line-height:48px;
	box-sizing:content-box;
	border-bottom:1px solid rgba(0,0,0,1);
}
.theater_page span {
	color: #cc7ea6;
	font-size: 11px;
	padding: 0 0 0 20px;
	font-style:normal;
}
.theater_page h1 p {
  float:right;
  width:140px;
	font-size: 14px;
	margin-top:10px;
	text-align: right;
}
.theater_page h1 p img {
  display:inline-block;
  width:100%;
  margin:-20px 0 5px;
	/*vertical-align:bottom;*/
}
.theater_page a {
    color: #000;
}
.theater_page a:hover {
    /*color: #FF0000;*/
}
.theater_page dl {
	width: 100%;
	/*height: 600px;*/
	padding: 30px 0;
	/*border-top: #CCC solid 1px;*/
	max-width:1000px;
}
.theater_page dl dt {
	text-align:center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	/*padding: 30px 0 20px 0;*/
}
.theater_page dl dt span {
	font-size: 20px;
	font-weight: 200;
	display: block;
	padding: 0 0 10px 0;
	float: right;
}
.theater_page dl dd {
	text-align:center;
	font-size: 20px;
	margin: 0;
	padding: 0 0 40px 0;
	/*border-bottom: #CCC dotted 1px;*/
	max-width:1000px;
}
.theater_page 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;
}

body {
	width:100%;
	overflow-x:hidden !important;
}

a:link { color: #0b74a0; text-decoration:none; }
a:visited { color: #0b74a0; text-decoration:none; }
a:hover { color: #0b74a0; text-decoration:underline; }
a:active { color: #0b74a0; text-decoration:none; }

#container {
	position:relative;
	width: 100%;
	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;
}*/


.ticketWrap {
  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: #000;
}
.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: #000;
	background:#000;
	z-index:5000;
}
#btn_close_btm:hover {
	background:#000;
	color:#555;
}

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

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

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



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

/*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: #000;
}
table tr th {
	color: #000;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	background: rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(0,0,0,.35);
}
table tr td.Prefecture {
	/*background: rgba(12,35,111,0.3);*/
	border-bottom: 1px solid rgba(0,0,0,.35);
	/*border:1px dotted #555;*/
	
}
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 tr.dborder,
table tr.dborder td{
	border-bottom:1px solid rgba(0,0,0,.35);
}


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

table tr td {
	color: #000;
	/*border:1px dotted #fffc2f;*/
	/*background:#f4f3ec;*/
	/*background:rgba(0,0,0,1);*/
}

table .Prefecture {
  width:8%;
}
table .t_n {
  width:32%;
  word-break:break-all !important;
  word-wrap: break-word !important;
}
table .t_n a {
  word-break:break-all !important;
  word-wrap: break-word !important;
}
table .t_d {
  width:21%;
}
table td a {
  color: #000;
}
table td a:hover {
	color:#cc7ea6;
}
.star {
  width:10%;
	color: #000;
	padding:0 !important;
	font-size:14px !important;
}
.note {
  width:30%;
	color: #000;
  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: 'Roboto', sans-serif;
	font-size: 85%;
	color: #000 !important;
}
.pagetop:hover {
	color:#0b74a0 !important;
}

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


.banner_img{
	width:100%;
	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:18px;
	text-align:left;
	color: #000;
  margin-top:30px;
	margin-bottom:30px;
}

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

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

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

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

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

.back_button:hover{
	color: #0b74a0 !important;
	border: 1px solid #0b74a0;
}

.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){
	.tokuten_pc{
		display:none;
	}
	
	.tokuten_sp{
		display:block;
		width: 100%;
		margin-left: 0%;
	}
	
	.theater_page h1 {
		height:auto;
		padding-bottom:0;
	}
	
  .theater_page h1 p {
    float:none;
		display:none;
		width: 70%;
    max-width:300px;
    margin:0 auto 20px;
    padding:0;
		text-align: center;
  }
  .theater_page h1 p img {
    margin-top:10px;
  }
	
  body.theater_page .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%;
	}
  
  #nav a {
    padding: 0.25em 0.5em;
  }

}

@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 #fff;
}*/

.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 #fff;
	}*/
}

.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:3px;
	font-size:15px;
	color:#777;
	/*background:rgba(0,0,0,.25);*/
	background: rgb(10,116,158);
  background: -moz-linear-gradient(90deg, rgba(10,116,158,1) 0%, rgba(204,126,165,1) 50%, rgba(10,116,158,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(10,116,158,1) 0%, rgba(204,126,165,1) 50%, rgba(10,116,158,1) 100%);
  background: linear-gradient(90deg, rgba(10,116,158,1) 0%, rgba(204,126,165,1) 50%, rgba(10,116,158,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a749e",endColorstr="#0a749e",GradientType=1);
}
.barrier_free .inner {
	padding: 25px;
	background:rgba(255,255,255,.95);
}
.barrier_free .ti {
	color: #cc7ea5;
	font-size:135%;
  font-weight: 700;
	margin:0 0 0.5em;
  text-align: center;
}
.barrier_free .dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3% 0;
  padding: 10px 0;
  color:#0a749e;
  font-size: 110%;
  text-align: center;
  line-height: 1.75em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.barrier_free .dates br.sp {
  display: none;
}
.barrier_free .dates .hd {
  margin-right: 1em;
}
.barrier_free .dates .hd img {
  display: inline-block;
  width: auto;
  height: 36px;
  margin-right: 0.25em;
}
.barrier_free .dates .bd {
  font-size: 110%;
}
.barrier_free p {
	text-indent:-1em;
	margin:0 0 0.5em;
	padding-left:1em;
	line-height: 1.65;
}
.barrier_free p a {
	color:#0a749e;
	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 .dates br.sp {
    display: inline;
  }
}

@media screen and (max-width: 420px){
	.barrier_free {
		font-size:12px;
	}
  .barrier_free .ti {
    font-size: 4.25vw;
  }
  .barrier_free .dates {
    font-size: 3.75vw;
  }
}

.attention {
  width: 100%;
  padding: 1em 0 0;
  color: #c00;
  text-align: right;
}
.attention br {
  display: none;
}
@media screen and (max-width: 640px){
  .attention {
    text-align: center;
    font-size: 13px;
  }
  .attention br {
    display: inline;
  }
}

