@charset "UTF-8";

/* CSS Document */

/* RESET */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}	
header, section, nav, aside, footer,
h1, h2, h3, h4, ul, ol, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dd, dt {
	text-indent: 0;
	list-style-position: outside;
	list-style: none;
}
img {
	vertical-align: bottom;
}

/* BASE */

body {
	background: #EEE;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #b90000;
}
a,
a img,
a div,
a span,
a:after,
a p:after,
dt {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* LAYOUT */

/* #header, #slider, #banner, #footer, */
.container {
	width: 100%;
	min-width: 960px;
}

/* .header, .flexslider, .banner, .footer,
#news, #whats, #movies, #theaters, #price, #caution, */
.box {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

section.box {
	padding-top: 100px;
}
/*section.box:before {
	content: "";
	display: block;
	width: 90px;
	height: 10px;
	margin: 0 auto;
	background: #ccc;
	margin-bottom: 30px;
}*/
.contents {
	overflow: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}

.label {
    background: #333;
    color: #fff;
    margin-left: 5px;
    padding: 0px 15px;
    font-size: 18px;
    vertical-align: middle;
	white-space: nowrap;
}
.notice {
	color: #999;
	text-align: center;
	font-size: 14px;
}
.notice a {
	color: #999;
	text-decoration: underline;
}

/* VIDEO FIX */

.video {
	position: relative;
}
.layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	z-index: 10;
	background: url(/img/4dx/video_btn.png) no-repeat center;
}
.layer.playing {
	background: none;
}

/* HEADER */

#gheader {
	background: #333;
	height: 55px;
}
#gheader a {
	float: left;
	margin: 10px;
	line-height: 0;
}

#header {
	background: #fff;
	background: rgba(255,255,255,0.9);
	height: 70px;
	border-bottom: 5px #b90000 solid;
}
.m_fixed {
	position: fixed;
	top: 0;
	z-index: 20;
}
/*#header h1,
#header nav,
#header nav ul,
#header nav ul li {
	display: inline;
}*/
#header {
}
#header h1,
#header nav,
#header nav ul li {
	float: left;
}
#header h1 {
	margin: 18px 30px 0 90px;
	/*margin: 15px 30px 0 10px; */
}
#header h1 img {
	display: block;
	/*vertical-align: baseline;*/
}
#header nav ul {
}
#header nav ul li {
	font-size: 14px;
	font-weight: bold;
}
#header nav ul li a {
	display: block;
	height: 65px;
	padding: 22px 10px 0;
}
#header nav ul li a:hover {
	background: #b90000;
	color: #fff;
}

/* SLIDER */

#slider {
	background: #fff;
	padding: 30px 0 20px 0;
}

/* SLIDE BANNER

#slide-banner {
	width: 640px;
	height: 320px;
	overflow: hidden;
	background: #333;
} */

/* 4DX LOGO */

#logo-4dx {
    background: #fff;
    padding-bottom: 20px;
}
#logo-4dx ul {
	overflow: auto;
	width: 820px;
	margin: 0 auto;
}

#logo-4dx ul li {
	float: left;
	padding: 10px 30px;
	border-right: solid #333333 1px;
}
#logo-4dx ul li:last-of-type {
	border: none;
}
#logo-4dx ul li a:hover {
	opacity: 0.8;
}

/* MINI BANNER */

#banner {
	background: #222;
}
#banner .box {
}
#banner ul {
	text-align: center;
	padding: 15px 0;
}
#banner ul li {
	display: inline;
	margin: 0 5px;
}

/* TITLE */

section h2 {
	display: inline;
	font-size: 35px;
}
p.more {
	display: inline;
	font-size: 16px;
	margin-left: 1em;
}

/* NEWS */

#news ul {
	background: #fff;
	padding: 30px;
}
#news ul li {
	line-height: 2.5;
}
#news ul li time {
	color: #b90000;
	margin-right: 1em;
	font-weight: bold;
}

/* WHATS */
#screen h3,
#screenx h3,
#whats h3 {
	color: #b90000;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
#screen .contents, 
#screenx .contents, 
#whats .contents {
  margin-bottom: 40px;
}
#screen .contents p,
#screenx .contents p,
#whats .contents p {
	margin-top: 0;
	font-size: 15px;
	line-height: 2;
}
#screen .contents .left,
#screenx .contents .left,
#whats .contents .left {
	width: 500px;
}
#whats ul {
	overflow: auto;
}
#whats ul li {
	float: left;
	width: 225px;
	height: 200px;
	border: #999 8px solid;
	background: #fff;
	margin: 0 20px 20px 0;
	padding-top: 15px;
	color: #666;
	text-align: center;
}
#whats ul li:nth-child(4n) {
	margin-right: 0;
}
#whats ul li img {
	/* float: left; */
	margin: 10px;
	max-height: 80%;
}
/*#whats ul li div {
	float: left;
}*/
#whats ul li h4 {
	font-size: 18px;
}
#whats ul li p {
	/*word-break: break-all;*/
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

/* VIDEO-CHAPTER */

#whats .video {
	line-height: 0;
}
#whats .chapter {
	background: #222;
	padding: 8px 0;
}
#whats .chapter ol {
	display: table;
	width: 100%;
}
#whats .chapter ol li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: #666 1px solid;
}
#whats .chapter ol li:last-child {
	border: none;
}
#whats .chapter ol li figure {
	margin: 0 auto;
	width: 86px;
	height: 60px;
	background: #fff;
	cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#whats .chapter ol li figure:hover {
	background: #f8c548;
	/*background: #b90000;*/
}
#whats .chapter ol li img {
	/*display: block;*/
}

/* YOUTUBE */

#screen .video,
#screenx .video {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

#screen .video iframe,
#screenx .video iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* MOVIES */

#movies ul {
	background: #fff;
	padding: 30px;
	overflow: auto;
}
#movies ul li {
	/*margin-bottom: 50px;*/
	clear: both;
	padding-top: 50px;
}
#movies ul li:first-child {
	padding-top: 20px;
}
#movies ul li h3 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
}
#movies ul li h3 time {
	color: #b90000;
	font-size: 18px;
	margin-right: 1em;
}
#movies ul li img {
	float: left;
	margin-right: 30px;
}
#movies ul li dl {
	font-size: 14px;
	line-height: 2;
}
#movies ul li dl dt {
	float: left;
	font-weight: bold;
}
#movies ul li p {
	font-size: 14px;
	line-height: 2;
}
#movies ul li small {
	color: #ccc;
	font-size: 12px;
}
#movies ul li a,
#theaters ul li a {
	display: block;
	background: #b90000;
	color: #fff;
	overflow: auto;
	padding: 8px;
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
}
#movies ul li a:hover,
#theaters ul li a:hover {
	opacity: 0.7;
}

/* THEATERS */

#theaters ul {
	background: #fff;
	padding: 30px;
	overflow: auto;
}
#theaters ul li {
	/*margin-bottom: 50px;*/
	clear: both; /*20150825追加*/
	padding-top: 50px; /*20150825追加*/
}
#theaters ul li>div {
	overflow: auto;
}
#theaters ul li h3 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
}
#theaters ul li img {
	float: left;
	margin-right: 30px;
}
#theaters ul li p {
	margin-top: 0;
	font-size: 14px;
	line-height: 2;
}
#theaters ul li .red{
    font-weight: bold;
	color: #b90000;
}

#theaters ul li dl {
  border: 3px solid #eee;
  padding: 10px;
  overflow: auto;
  font-size: 14px;
  line-height: 2;
}
#theaters ul li dl dt {
color: #aad32e;
font-weight: bold;
}
#theaters ul li a {
	background: #aad32e;
}
	
/* PRICE */

#price .price-table {
	background: #fff;
	padding: 50px 100px;
}
#price dl dt {
	width: 100%;
	background: #333;
	color: #fff;
	height: 100px;
	margin-bottom: 25px;
	cursor: pointer;
	position: relative;
}
#price dl dt:hover {
	opacity: 0.9;
}
#price dl dt::before,
#price dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
}
#price dl dt::before {
    right: 36px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    -webkit-border-radius: 20px;
    border-radius: 18px;
    background: #fff;
}
#price dl dt::after {
    right: 46px;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    border-top: solid 5px #333;
    border-right: solid 5px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#price dl dt.open::after {
    margin-top: -5px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
#price dl dt h3 {
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: 50%;
	line-height: 0;
	font-weight: normal;
}
#price dl dt span {
	font-size: 20px;
	position: absolute;
	right: 100px;
	top: 50%;
	line-height: 0;
}
#price dl dd {
	margin-top: -10px;
}
#price table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
#price tr {
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#price tr:first-child {
	border-bottom: 1px solid #333;
}
#price tr:first-child td {
	font-weight: bold;
	color: #b90000;
	/*font-size: 80%;*/
	line-height: 1.2;
	white-space: nowrap;
}
#price th {
	text-align: left;
	padding: 20px;
	width: 70%;
}
#price th strong {
	font-weight: normal;
	color: #09F;
}
#price tr:first-child th {
	font-size: 20px;
	padding: 10px;
}
#price td {
	text-align: center;
	width: 15%;
}
#price small {
	font-weight: normal;
}
#price .notes {
	color: #999;
	font-size: 11px;
	margin-top: 50px;
}

/* CAUTION */

#caution ul {
}
#caution ul li {
	background: #fff;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
#caution ul li figure,
#caution ul li div {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
#caution ul li strong {
	font-weight: normal;
	color: #c00;
}

/* FOOTER */

#totop {	
	position: fixed;
	line-height: 0;
	right: 50px;
	bottom: 30px;
	font-size: 50px;
	opacity: 0.5;
	display: none;
}
#footer {
	background: #FFF;
	overflow: auto;
	clear: both;
	height: 80px;
	line-height: 80px;
	margin-top: 100px;
}
#footer img {
	/*float: left;*/
	vertical-align: middle;
}

#footer small {
	float: right;
}

/* AD-BANNER */

.ad-banner-top {
	clear: both;
	padding: 0px;
	padding-bottom: 20px;
	text-align: center;
}
.ad-banner {
	clear: both;
	padding: 30px;
	padding-bottom: 20px;
	text-align: center;
	min-width: 960px;
}
.ad-banner-m {
	clear: both;
	padding: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.ad-square {
	margin: 20px 0;
}

/* RESPONSIVE */

.only-sp,
.only-sp-device {
	display: none;
}

@media only screen and (max-device-width: 1024px) {

	.only-sp-device {
		display: block;
	}
	.only-pc-device {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	
	.only-sp {
		display: block;
	}
	.only-pc {
		display: none;
	}
	
	/* AD */
	
	.ad-banner-top,
	.ad-banner-m,
	.ad-banner,
	.ad-square {
		display: none;
	}
	.ad-banner-sp {
		text-align: center;
		margin: 10px 0 10px 0;
		/*margin-bottom: 5px;*/
	}
	/*.ad-banner-sp iframe {
		vertical-align: bottom;
	}*/
	/*body {
		padding-bottom: 66px;
	}*//* AD over-lay */

	/* RESET */
	
	html{
		font-size: 62.5%;
	}
	body{
		font-size: 1.4rem;
	}
	
	img,
	video {
		max-width: 100%;
		height: auto;
	}
	
	/* BASE */
	
	.label {
		font-size: 1.2rem;
		padding: 2px 10px;
		font-weight: bold;
	}
	/* LAYOUT */
	
	section.box {
		padding: 50px 15px 0;
	}
	
	section.box:before {
		margin-bottom: 20px;
		width: 50px;
		height: 5px;
	}
	
	/* #header, #slider, #banner, #footer, */
	.container {
		min-width: 100%;
		max-width: 100%;
	}
	
	/* .header, .flexslider, .banner, .footer,
	#news, #whats, #movies, #theaters, #price, #caution, */
	.box {
		width: 100%;
	}
	
	/* HEADER */
	#gheader {
		display: none;
	}
	#header {
		height: 60px;
		border-bottom: 3px #b90000 solid;
		position: fixed;
		z-index: 20;
	}
	#header h1 {
		/*float: none; */
		margin: 15px 0 0 15px;
		width: 140px;
		height: auto;
	}
	#header nav {
		/*background: rgba(255,255,255,0.9);*/
		background: rgba(0,0,0,0.8);
		position: fixed;
		top: 60px;
	}
	#header nav ul li a {
		height: auto;
		padding: 15px;
		color: #fff;
	}
	#header i {
		font-size: 32px;
		position: fixed;
		top: 14px;
		right: 14px;
		color: #333;
	}
	/*#header nav ul,
	#header nav ul li {
		display: none;
	}*/
	
	/* SLIDER */
	
	#slider {
		padding: 60px 0 10px 0;
	}
	
	#whats .contents .left {
		width: 100%;
	}
	
	/* 4DX LOGO */
	
	#logo-4dx {
		padding-bottom: 10px;
	}
	#logo-4dx ul {
		width: 100%;
		text-align: center;
	}
	#logo-4dx ul li {
		padding: 10px;
		float: none;
		display: inline-block;
	}
	#logo-4dx ul li img {
		height: 20px;
		width: auto;
	}
	
	/* MINI BANNER */
	#banner ul {
		padding: 5px 0;
	}
	#banner ul li {
		display: block;
		margin: 10px 0;
	}
	
	/* TITLE */	
	section h2 {
		font-size: 2rem;
	}
	
	p.more {
		font-size: 1rem;
	}
	
	/* NEWS */
	#news ul {
		padding: 15px;
	}
	#news ul li {
		line-height: 2;
	}
	#news ul li a {
		display: block;
	}
	
	/* WHATS */
	#whats h3 {
		font-size: 2rem;
	}
	#whats .contents p {
		font-size: 1.2rem;
	}
	#whats ul li {
		width: 48%;
		height: 150px;
		border: #999 4px solid;
		margin: 0;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	#whats ul li:nth-child(odd) {
		margin-right: 4%;
	}
	#whats ul li img {
		width: 50%;
	}
	#whats ul li h4 {
		font-size: 1.2rem;
		/*margin-top: 8%;*/
	}
	#whats ul li p {
		font-size: 1rem;
		clear: both;
		/*padding: 10px 0 0 10px;*/
	}
	
	/* MOVIES */

	#movies ul {
		padding: 15px;
	}
	#movies ul li:first-child {
		padding-top: 0;
	}
	#movies ul li h3 {
	  font-size: 1.6rem;
	}
	#movies ul li h3 time {
	  font-size: 1.4rem;
	  display: block;
	}
	#movies ul li img {
	  float: none;
	  margin-right: 0;
	}
	#movies ul li dl,
	#movies ul li p {
	  font-size: 1.2rem;
	  line-height: 1.8;
	}
	#movies ul li small {
	  font-size: 1rem;
	}
	#movies ul li a, #theaters ul li a {
	  font-size: 1.8rem;
	}
	
	/* TEATERS */
	
	#theaters ul {
	  padding: 15px;
	}
	#theaters ul li:first-of-type {
    padding: 0;
	}
	#theaters ul li img {
		float: none;
	  margin-right: 0;
	  margin-bottom: 10px;
	}
	#theaters ul li h3 {
	  font-size: 2rem;
    margin-bottom: 1rem;
	}
	#theaters ul li p {
	  margin-top: 0;
	  font-size: 1.2rem;
	  line-height: normal;
	}
	#theaters ul li dl {
	  font-size: 1rem;
	}
	#theaters ul li dl dt {
	}

	/* PRICE */
	#price .price-table {
	  padding: 15px;
	}
	#price dl dt {
	  padding: 1.5rem;
	  font-size: 1.6rem;
    height: auto;
    margin-bottom: 15px;
	}
	#price dl dt h3 {
	  position: relative;
    font-size: 2rem;
    left: inherit;
    top: inherit;
    line-height: normal;
	}
	#price dl dt span {
	  position: relative;
	  font-size: 1.4rem;
    right: inherit;
    top: inherit;
    line-height: normal;
	}
	#price dl dt::before {
    right: 20px;
	}
	#price dl dt::after {
    right: 31px;
	}
	#price dl dd {
    margin-top: 0;
    margin-bottom: 50px;
}
	#price table {
		font-size: 1.2rem;
		margin-bottom: 30px;
	}
	#price th {
	  padding: 10px;
	  padding-left: 0;
	  width: 60%;
	}
	#price tr:first-child th {
	  font-size: 1.4rem;
	  padding: 0;
	}
	#price tr:first-child td {
		white-space: normal;
  	  font-size: 1.2rem;
	}
	#price td {
	  width: 20%;
	}
	
	#price .notes {
	  font-size: 1rem;
    margin-top: 30px;
	}
	
	/* CAUTION */
	#caution ul li {
	  margin-bottom: 10px;
	}
	#caution ul li figure {
		padding: 10px;
		width: 40%;
	}
	#caution ul li div {
		padding: 10px;
		padding-left: 0;
		font-size: 1rem;
	}
	
	/* TOTOP */
	#totop {
	  right: 10px;
	  bottom: 65px;
	}
	
	/* FOOTER */
	#footer {
	  height: 92px;
	  line-height: 38px;
	  margin-top: 50px;
	  padding-top: 15px;
	  text-align: center;
	}
	#footer small {
	  float: none;
	  display: block;
	  font-size: 1rem;
	}
}