@charset "utf-8";

/* CSS Document */


/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body {
	background-image: url("../image/Login__BG.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color:#000000;
	font-size:18px;
	margin:0;
	height:100%;
	position:relative;
	font-family: "BIZ UDGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	overflow-x:hidden;
}

@media screen and (max-width: 640px) {
	body {
		font-size: 22px;
	}
}

a:link {color:#cf3434; text-decoration:underline;}
a:visited {color:#cf3434; text-decoration:underline;}
a:hover {color:#e59c0e; text-decoration:underline;}

img {
	border:0;
	vertical-align: bottom;
}

/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

#lineup-font-size-sampler { display:none; }

div:after, section:after, article:after, ul:after {
    content: "";
    display: block;
    clear: both;
}

.link a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; }

.under { margin-bottom:30px !important; }
.under-harf { margin-bottom:15px !important; }

.right { float:right; margin-left:30px; margin-bottom:15px; margin-top:5px;}
.left { float:left; margin-right:30px; margin-bottom:15px; margin-top:5px;}

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

.first { padding-top:0 !important; margin-top:0 !important; }
.last { padding-bottom:0 !important; margin-bottom:0 !important; }

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

/*------------------------------------------------------------------------------------------------------------------
　img align for wordpress
-------------------------------------------------------------------------------------------------------------------*/

.aligncenter {
    display: block;
    margin: 0 auto;
	padding-bottom:25px;
	max-width:100%;
}
.alignright { float: right; margin-left:30px; margin-bottom:25px; max-width:100%; }
.alignleft { float: left; margin-right:30px; margin-bottom:25px; max-width:100%; }

.aligncenter img, .alignright img, .alignleft img {
	max-width:100%;
	height:auto;
}

@media screen and (max-width: 1140px) {
	.aligncenter {
		display: block;
		margin: 0 auto;
		padding-bottom:25px;
		max-width:100%;
		text-align:center;
	}
	.alignright { float: none; margin: 0 auto; margin-bottom:0; padding-bottom:25px; max-width:100%; text-align:center; }
	.alignleft { float: none; margin: 0 auto; margin-bottom:0; padding-bottom:25px; max-width:100%; text-align:center; }
}


/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/

#primary {
	width:100%;
	height:100%;
	min-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#primary {
		width: 640px;
		overflow: hidden;
	}
}

article {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	transition:0.3s;
	box-sizing:border-box;
	padding-left: 70px;
	padding-right: 70px;
	max-width: 900px;
}

@media screen and (max-width: 700px) {
	article {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　mainvisual
-------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------
　navi
-------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/

#footer {
	width:100%;
}

.topback a {
	position:absolute;
	top:0;
	right:0;
	background-image:url(../image/footer/topback.png);
	width:100px;
	height:100px;
	display:block;
}


/*------------------------------------------------------------------------------------------------------------------
　additional
-------------------------------------------------------------------------------------------------------------------*/

#contents-primary {
	position:relative;
	padding-top: 50px;
}

#contents {
	position:relative;
}

body#loginok #contents {
	padding-top: 100px;
}

body#loginok2 #contents {
	padding-top: 100px;
}

body#loginok #contents .content {
	margin-bottom: 200px;
}

body#loginok2 #contents .content {
	margin-bottom: 200px;
}

body#entrance #contents {
	width: 100%;
	max-width: 787px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}

/*----------------------------------------------------------------------------
   home
------------------------------------------------------------------------------*/

.login-box {
	width: 580px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
	background-color: #232423;
	border:1px solid #ffffff;
	padding: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.login-box h1 {
	text-align: center;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 26px;
}

.login-box dl dd span {
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding-right: 15px;
	padding-top: 5px;
	float: left;
	width: 150px;
}

@media screen and (max-width: 640px) {
	.login-box dl dd {
		margin-left: 22px;
	}
	.iphone .login-box dl dd {
		margin-left: 12px;
	}
	.login-box dl dd span {
		width: 180px;
	}
}

.login-box input {
	float: left;
	width: 150px;
	padding-top: 8px;
	padding-bottom: 8px;
}

@media screen and (max-width: 640px) {
	.login-box input {
		width: 170px;
	}
	.iphone .login-box input {
		font-size: 14px;
		height: 35px;
	}
}

.login-box .submit-button {
	margin-left: 20px;
	width: 80px;
	height: 38px !important;
	padding: 0;
	text-align: center;
	background-color: #d5d5d5;
	border: 2px solid #cccccc;
	border-radius: 2px;
}

@media screen and (max-width: 640px) {
	.login-box .submit-button {
		height: 42px !important;
		
	}
	.iphone .login-box .submit-button {
		height: 51px !important;
		font-size: 18px;
		font-weight: bold;
		margin-top: 1px;
	}
}

.error {
	color: #ff0000;
	display: block;
	text-align: center;
	font-weight: bold;
}

#contents iframe {
	width: 100%;
	min-height: 450px;
	margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
	#contents iframe {
	min-height: 350px;
	}
}

.movie-time {
	text-align: right;
	margin-bottom: 30px;
}

body#loginok h2 {
	font-size: 32px;
	color: #004f97;
	border-top: 4px solid #004f97;
	border-bottom: 4px solid #004f97;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

body#loginok2 h2 {
	font-size: 32px;
	color: #898989;
	border-top: 4px solid #898989;
	border-bottom: 4px solid #898989;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.subpage .content {
	max-width: 800px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 40px;
}

.subpage .content h2 {
	background-color: #0068b7;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	margin: 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.subpage .content h2 {
		font-size: 24px;
	}
}

.subpage .content h3 {
	border-top: 4px solid #00a0e9;
	border-bottom: 4px solid #00a0e9;
	font-size: 24px;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.subpage .content h3 {
		font-size: 26px;
	}
}

.subpage .content .box {
	border: 2px solid #cccccc;
	padding: 30px;
}

.subpage .content .box p {
	margin: 0;
	padding: 0;	
	padding-bottom: 20px;
}

.subpage .content .box .place-select {
}

.subpage .content .box .place-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 30px);
}

.subpage .content .box .place-select ul li a {
	width: calc(50% - 30px);
	display: block;
	margin-right: 30px;
	float: left;
	background-color: #00a0e9;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	transition: 0.2s;
}

.subpage .content .box .place-select ul li a:hover {
	background-color: #3fc3ff;
}

@media screen and (max-width: 860px) {
	.subpage .content .box .place-select ul {
		width: 100%;
	}
	.subpage .content .box .place-select ul li a {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.subpage .content .box .place-select ul li:last-of-type a {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 640px) {
	.subpage .content .box .place-select ul li a {
		font-size: 22px;
	}
}

.subpage .content .time {
	display: block;
	text-align: right;
}

.subpage .content h4 {
	font-size: 24px;
	display: block;
	text-align: center;
}

.active-hour {
	border-top: 3px solid #c8c8c8;
	border-bottom: 3px solid #c8c8c8;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
}

.active-hour br {
	display: none;
}

@media screen and (max-width: 640px) {
	.active-hour br {
		display: block;
	}
}

video {
	width: 100%;
}