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

/* ==========================================================================
theater_page
========================================================================== */
.last {
	border-bottom: 1px solid #fff;
}

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: "Zen Kaku Gothic Antique", serif;
	font-weight: 500;
	font-style: normal;
	/* font-family: "Noto Serif", "Noto Serif JP", serif; */
	background-color: #FFFFFF;
	color: #221711;
	/*background: -moz-linear-gradient(top, rgba(206,220,221,1) 0%, rgba(206,220,221,1) 58%, rgba(20,20,20,1) 100%);
	background: -webkit-linear-gradient(top, rgba(206,220,221,1) 0%,rgba(206,220,221,1) 58%,rgba(20,20,20,1) 100%);
	background: linear-gradient(to bottom, rgba(206,220,221,1) 0%,rgba(206,220,221,1) 58%,rgba(20,20,20,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedcdd', endColorstr='#fff',GradientType=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: 1200px;
	margin: 0 auto;
	z-index: 2;
}

.theater_page h1 {
	font-family: "Poppins", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 38px;
	/* font-weight: 700; */
	color: #E674AA;
	margin: 10px 0 5px 0;
	padding: 0 0 5px;
	height: 48px;
	line-height: 48px;
	box-sizing: content-box;
	border-bottom: 1px solid #E674AA;
}

.theater_page span {
	font-family: "Zen Kaku Gothic Antique", serif;
	font-weight: 700;
	font-style: normal;
	color: #E674AA;
	font-size: 11px;
	padding: 0 0 0 20px;
	font-style: normal;
}

.theater_page h1 p {
	float: right;
	width: 160px;
	font-size: 0;
	margin-top: 0;
	text-align: right;
}

.theater_page h1 p img {
	display: inline-block;
	width: 100%;
	margin-top: -10px;
	/*vertical-align:bottom;*/
}

.theater_page a {
	color: #B4121D;
}

.theater_page a:hover {
	/*color: #FF0000;*/
}

.theater_page dl {
	width: 100%;
	/*height: 600px;*/
	padding: 30px 0;
	/*border-top: #CCC solid 1px;*/
	max-width: 1200px;
}

.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: 1200px;
}

.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: #585858;
	text-decoration: none;
}

a:visited {
	color: #585858;
	text-decoration: none;
}

a:hover {
	color: #D50006;
	text-decoration: underline;
}

a:active {
	color: #D50006;
	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 #cc0765;
	max-width:1200px;
	margin:0 auto;
}*/


.ticketWrap {
	max-width: 1200px;
	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: 1200px;
}

#btn_close_btm {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #fff;
	z-index: 5000;
}

#btn_close_btm:hover {
	background: #fff;
	color: #555;
}

#content {
	width: 100%;
	max-width: 1200px;
	/*background:#fffc2f;*/
	margin: 45px 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: #585858;
}

#nav a {
	display: inline-block;
	color: #585858;
}

#nav a:hover {
	color: #D50006;
}

.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 #E674AA;
	border-bottom: 1px solid #E674AA;
	/*border-spacing: 2px;*/
}

/*
table tr:nth-child(odd){
	background:#fffc2f;
	
}
*/



table td {
	border-bottom: 1px solid rgba(230, 116, 170, .3);
}

/*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(230, 116, 170, 0.00);
	color: #221711;
}

table tr th {
	color: #fff;
	font-weight: bold;
	background: #E674AA;
	border-bottom: 1px solid rgba(230, 116, 170, 1);
}

table tr td.Prefecture {
	/*background: rgba(12,35,111,0.3);*/
	border-bottom: 1px solid rgba(230, 116, 170, 1);
	/*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(230, 116, 170, 1);
}


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

table tr th.t_area_full span {
	color: #585858;
}

table tr td {
	color: #585858;
	/*border:1px dotted #fffc2f;*/
	/*background:#f4f3ec;*/
	/*background:rgba(255,255,255,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: #fff;
}
table td a:hover {
	color:#fff;
}*/
.star {
	width: 10%;
	color: #D50006;
	padding: 0 !important;
	font-size: 14px !important;
}

.note {
	width: 30%;
	color: #585858;
	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: "Barlow", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 85%;
	color: #585858 !important;
}

.pagetop:hover {
	color: #E674AA !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: #585858;


}

#copyright p {
	line-height: 1.3;
	margin: 0 auto;
}


.banner_img {
	width: 100%;
	margin: 40px auto 0 auto;
	text-align: center;
	/*background: rgba(20,20,20,.8);*/
}

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

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

.tokuten_pc {
	width: 100%;
}

.tokuten_sp {
	display: none;
}

.banner_img img {
	width: 100%;
	margin: 0 auto;
}


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

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

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

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

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

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

.back_button {
	border: 1px #585858 solid;
	font-family: "Barlow", serif;
	font-weight: 700;
	font-style: normal;
	width: 20%;
	max-width: 150px;
	display: block;
	padding: 10px 0;
	margin: 0 auto;
	/* font-family: "Noto Serif"; */
	letter-spacing: 0.06em;
	color: #585858 !important;
	box-shadow: 0 3px 12px rgba(20, 7, 0, 0.06);
}

.back_button:hover {
	border-color: #E674AA;
	color: #E674AA !important;
	/* background-color: #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) {
	.tokuten_pc {
		display: none;
	}

	.tokuten_sp {
		display: block;
		width: 100%;
		margin-left: 0%;
	}

	.chui {
		margin-top: 30px;
	}

	.theater_page h1 {
		height: auto;
		padding-bottom: 0;
	}

	.theater_page h1 p {
		float: none;
		/*display:none;*/
		width: 60%;
		margin: 30px auto 40px;
		padding: 0;
		text-align: center;
	}

	.theater_page h1 p img {
		margin-top: 10px;
	}

	body.theater_page .container {
		width: 100%;
		max-width: 1200px;
		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: -80px 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: 5px;
	font-size: 15px;
	color: #666;
	background: rgb(235, 109, 42);
	background: -moz-linear-gradient(90deg, rgba(20, 20, 20, 0.7917542016806722) 0%, rgba(255, 238, 195, 0.8785889355742297) 35%, rgba(254, 230, 186, 0.8785889355742297) 65%, rgba(20, 20, 20, 0.7945553221288515) 100%);
	background: -webkit-linear-gradient(90deg, rgba(20, 20, 20, 0.7917542016806722) 0%, rgba(255, 238, 195, 0.8785889355742297) 35%, rgba(254, 230, 186, 0.8785889355742297) 65%, rgba(20, 20, 20, 0.7945553221288515) 100%);
	background: linear-gradient(90deg, rgba(20, 20, 20, 0.7917542016806722) 0%, rgba(255, 238, 195, 0.8785889355742297) 35%, rgba(254, 230, 186, 0.8785889355742297) 65%, rgba(20, 20, 20, 0.7945553221288515) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
}

.barrier_free .inner {
	padding: 20px;
	background: rgba(20, 20, 20, .85);
}

.barrier_free .ti {
	color: #fff;
	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: #fff;
	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 {
	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;
	}
}


.ticket_txt {
	margin: 30px 0 0;
	padding: 20px 0;
	font-family: "Noto Serif JP";
	font-size: 32px;
	text-align: center;
	font-feature-settings: "palt";
	border-top: 1px solid rgba(20, 20, 20, .25);
	border-bottom: 1px solid rgba(20, 20, 20, .25);
}

.ticket_txt span {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: "Noto Serif JP";
	font-feature-settings: "palt";
}

.ticket_txt .kakaku {
	display: inline;
	font-size: 42px;
}

.ticket_txt .en {
	display: inline;
	font-size: 28px;
}

.ticket_txt .zei {
	display: inline;
	font-size: 20px;
}

.ticket_txt .yori {
	display: inline;
	font-size: 22px;
}

@media screen and (max-width: 1000px) {
	.ticket_txt {
		font-size: 28px;
	}

	.ticket_txt .kakaku {
		display: inline;
		font-size: 36px;
	}

	.ticket_txt .en {
		display: inline;
		font-size: 22px;
	}

	.ticket_txt .zei {
		display: inline;
		font-size: 16px;
	}

	.ticket_txt .yori {
		display: inline;
		font-size: 20px;
	}
}

@media screen and (max-width: 420px) {
	.ticket_txt {
		font-size: 22px;
	}

	.ticket_txt .kakaku {
		display: inline;
		font-size: 30px;
	}

	.ticket_txt .en {
		display: inline;
		font-size: 18px;
	}

	.ticket_txt .zei {
		display: inline;
		font-size: 14px;
	}

	.ticket_txt .yori {
		display: inline;
		font-size: 16px;
	}
}

/* widget */
.mvtkWidget {
	width: 100%;
	margin: 0 0 80px 0;
	padding: 40px 0 40px 0;
	/*border-top: 2px dotted #aaa;*/
	border-bottom: 2px dotted #aaa;
}

.mvtkWidget .catch {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 1.75em;
}

.mvtkWidget .catch i {
	font-size: 120%;
}

.mvtkWidget .catch img {
	width: 100%;
}

.mvtkWidget .caption {
	max-width: 840px;
	margin: 0 auto;
	padding: 5px 20px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
	color: #f35;
}

.mvtkWidget .caption p {
	/*width: 38%;
  margin-left: 62%;
  text-align: center;*/
	text-align: left;
}

#mvtk-widgets-container {
	margin: 0 auto;
	max-width: 840px;
}

#mvtk-widgets-container iframe {
	display: block;
	margin: 0 auto;
}

.mvtkWrap {
	/*margin: 80px 0 0;*/
	margin: 40px 0 0;
}

/*@media screen and (max-width: 1000px){
  .mvtkWidget {
    padding: 40px 0 20vw;
  }
}*/

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

	.mvtkWidget .catch {
		font-size: 3.65vw;
		line-height: 1.5em;
	}

	.mvtkWidget .caption p {
		width: 100%;
		margin: 0;
	}
}

.bnr-item {
	width: 44%;
	margin: 0 auto;
}

.bnr-img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.majorBnrWrap {
	width: 100%;
	margin: 0 auto 60px;
}

.majorBnr {
	display: block;
	width: 100%;
	max-width: 840px;
	margin: 0 auto 0;
}

.bnr-img img {
	width: 100%;
}

@media screen and (min-width: 769px) {

	.bnr {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		width: 70%;
	}

}

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

	.bnr-item {
		margin-bottom: 6vw;
		width: 91.2%;
	}

	.bnr-item:last-child {
		margin-bottom: 0;
	}

}

/* card caution */
.cardCaution {
	margin-top: -1em;
	font-size: 14px;
	text-align: right;
}

@media screen and (max-width: 800px) {
	.cardCaution {
		margin-top: 0;
		font-size: 11px;
	}
}