@charset "UTF-8";

/*---------------------------------

Reset

---------------------------------*/
body {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
li {
	list-style-type: none;
}

/*---------------------------------

Base

---------------------------------*/
body {
	/*background: #fe9a6a;*/
	font-family: sans-serif;
	font-size: 14px;
	letter-spacing: 0.2pt;
}
a {
	text-decoration: none;
}
a:hover {
	
}
a[href^="tel:"] {
	cursor: default;
	color: #000;
}
img {
	vertical-align: bottom;
}
/*---------------------------------

Header

---------------------------------*/
#header {
	max-width: 960px;;
	margin: 0 auto;
}
#header .maeuri {
	position: relative;
}
#header .maeuri img {
	width: 100%;
	height: auto;
}
#header .caution {
	font-size: 12px;
	line-height: 1.6em;
	padding: 10px 25px;
	letter-spacing: 0.6pt;
	border-bottom: solid 1px #FFF;
	margin: 0 25px 10px;
}
#header .caution.max480 {
	max-width: 480px;
	margin: 0 auto 10px;
}
#header .info {
	background: #FFF;
}
#header .note {
	font-size: 12px;
	line-height: 1.8em;
	padding: 20px 25px;
	letter-spacing: 0.6pt;
}
#header .note .moviename {
	margin-bottom: 8px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
}
#header .note .onscreen {
	text-align: center;
}


#header h1,
#header #tokuten {
	font-size: 0;
	line-height: 1;
}
#header #tokuten {
	position: relative;
	text-indent: -9999px;
	width: 640px;
	height: 237px;
	margin: 0 auto;
	background: url(../theater_header2.png) no-repeat left top;
}
#header .freearea {
	text-align: center;
	margin: 20px;
}
#header .mvtk-widget {
	text-align: center;
}
#header .mvtk-widget div {
	width: 100%!important;
	box-sizing: border-box;
	margin: 1em auto;
}
#header .vf {
	text-align: left;
	border: solid 1px #CCC;
	padding: 20px;
	margin: 20px;
	font-size: 13px;
	line-height: 1.6em;
}
#header .banner {
	position: absolute;
	top: 225px;
	left: 50%;
	margin-left: 100px;
	z-index: 1;
}
#header .banner a:hover {
	opacity: 0.8;
}
#header .banners {
	width: 440px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#header .banners li {
	width: 50%;
}
#header .banners li a {
	width: 200px;
	margin: 0 auto;
	display: block;
}
#header .banners li a:hover {
	opacity: 0.8;
}
#header .banners li a img {
	width: 100%!important;
	height: auto;
}

#header .banners-after {
	font-size: 14px;
	line-height: 1.6em;
	padding: 20px 25px;
	text-align: center;
	letter-spacing: 0.6pt;
}

/*---------------------------------

Area Btns

---------------------------------*/
.areabtns {
	max-width: 960px;
	padding: 20px 25px;
	margin: 30px auto;
	box-sizing: border-box;
}
.areabtns p {
	margin-bottom: 5px;
	font-weight: 700;
}
.areabtns ul {
	text-align: center;
	padding: 10px 0;
}
.areabtns li {
	display: inline;
	padding: 0 8px;
}
.areabtns li a {
	background: #FFF;
	border-radius: 4px;
	padding: 4px 8px;
}

#theaters {
	max-width: 960px;
	margin: 0 auto;
}
.info {
	max-width: 960px;
	margin: 0 auto 5px;
	font-size: 11px;
	text-align: right;
}

.area-title {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	background: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.block {
	margin-bottom: 10px;
}

.index,
.theater {
	background: #FFF;
}
.theater {
	border-bottom: solid 1px #CCC;
}
.index:after,
.theater:after {
	content: "";
	clear: both;
	height: 0;
  display: block;
  visibility: hidden;
}
.index ul {
	background: #CCC;
	border-right: solid 1px #FFF;
	overflow: hidden;
}
.index li,
.theater li {
	float: left;
	padding: 8px 4px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	box-sizing: border-box;
}
.index li {
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
.theater li {
	background: #FFF;
}
li.pref {
	width: 12%;
}
li.theater-name {
	width: 38%;
}
li.theater-tel {
	width: 18%;
}
li.schedule {
	width: 17%;
}
li.option {
	width: 15%;
}
.theater li.option {
	/*text-align: left;*/
}
li.option2 {
	width: 16%;
}
.type3 li.pref {
	width: 11%;
}
.type3 li.theater-name {
	width: 24%!important;
}
.type3 li.theater-tel {
	width: 16%;
}
.theater li.theater-name {
	text-align: left;
}

.btn-pagetop {
	padding: 0;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 30px;
}
.btn-pagetop a {
	display: block;
	float: right;
	background: #CCC;
	padding: 4px 8px;
	border-radius: 3px;
	color: #000;
}

.comingsoon {
	width: 300px;
	margin: 30px auto;
	padding: 60px 0;
	text-align: center;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-sizing: border-box;
}

.align-center {
	text-align: center;
}

#footer {
	overflow: hidden;
}
#footer .copyright {
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing: 0.075em;
	box-sizing: border-box;
	padding: 0 8px 8px;
}
#footer #powered {
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing: 0.4pt;
	box-sizing: border-box;
	padding: 0 8px 8px;
}
@media screen and (max-width:840px) {
* {
	box-sizing: border-box;
}
	/*---------------------------------

	Header

	---------------------------------*/
	#header {
		width: 100%;
	}
	#header .caution {
		font-size: 10px;
		line-height: 1.4em;
		padding: 10px;
		border-bottom: solid 1px #FFF;
		margin: 0 0 10px;
	}
	#header .caution img {
		width: 100%!important;
		height: auto;
	}
	#header .note {
		padding: 10px;
	}
	#header .note .moviename {
		font-size: 14px;
		line-height: 1.7em;
	}
	#header .note .onscreen {
		text-align: center;
	}
	#header .freearea img {
		width: 100%!important;
		height: auto!important;
	}
	#header .banners {
		width: auto;
		margin: 0 40px;
		justify-content: space-between;
	}
	#header .banners li {
		width: 50%;
		box-sizing: border-box;
	}
	#header .banners li:nth-child(2n-1) {
		padding-right: 5px;	
	}
	#header .banners li:nth-child(2n) {
		padding-left: 5px;	
	}
	#header .banners li a {
		width: 100%;
	}
	#header .banners li a:hover {
		opacity: 1;
	}
	#header .banners li a img {
		width: 100%!important;
		height: auto;
	}
	
	/*---------------------------------

	Area Btns

	---------------------------------*/
	.areabtns {
		width: 100%;
		padding: 10px;
		margin: 30px auto 10px;
		box-sizing: border-box;
	}
	.areabtns p {
		margin-bottom: 10px;
	}
	.areabtns ul {
		border-top: none;
		border-bottom: none;
		text-align: center;
		padding: 0;
	}
	.areabtns li {
		display: block;
		padding: 7px 10px;
	}

	/*---------------------------------

	Theater's Table

	---------------------------------*/
	#theaters {
		width: 100%;
	}
	.info {
		width: 100%;
		padding: 0 5px;
		margin: 0 auto 5px;
	}
	.block {
		
	}
	.theater {
		
	}
	.index li,
	.theater li {
		padding: 4px;
	}
	.theater li.pref,
	.theater li.theater-name {
		padding-bottom: 0;
	}
	.index li {
		font-size: 11px;
	}
	li.pref {
		width: 24%;
	}
	li.theater-name {
		width: 76%!important;
	}
	li.theater-tel {
		width: 35%;
	}
	li.schedule {
		width: 35%;
	}
	li.option {
		width: 30%;
	}
	li.option2 {
		width: 100%;
	}
	.type3 li.pref {
		width: 24%!important;
	}
	.type3 li.theater-name {
		width: 76%!important;
	}
	.type3 li.theater-tel {
		width: 35%!important;
	}
	
	li.theater-tel,
	li.option2 {
		clear: left;
	}
}