@charset "utf-8";
/*リセット*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
 input, textarea, {
 margin: 0;
 padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
img{ 
	border:0;
	max-width: 100%;
	height: auto;
}
/*end_リセット*/


body{
	text-align:center;
	font-size:14px;
	line-height:1.6;
	color:#FFFFFF;
	/*background:url(../image/common/bg.jpg) no-repeat center top #000000;*/
	background:url(../image/common/body_bg.jpg) repeat center top #000000;
	background-attachment: fixed;
	font-family:Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {color:#999999;}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
small{
	font-size:12px;
}

/*clearfix*/
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
} 

h1{
	background:rgba(0,0,0,0.60);
	padding:5px 0;
}
.open_time{
	text-align: center;
	margin:80px auto 0;
}
.open_time span{
	font-size: 20px;
	padding: 5px 20px;
	font-weight: bolder;
	background-color: rgba(252,1,255,0.65);
	border-radius: 5px;
}
.open_time span small{
	letter-spacing: 0.06em;
	margin-right: 0.8em;
	font-weight: bolder;
}
h2{
	margin:-60px auto -60px;/*OPEN消したら数値変更*/
	max-width: 1100px;
}

.authentication{
	width:716px;
	margin:0 auto 50px;
	background:url(../image/index/r18.png) no-repeat center 50px;
}
.enter,.exit{
	width:324px;
	text-align:center;
}
.enter{
	float:left;
}
.exit{
	float:right;
}
.r18{
	clear:both;
}


/*他サイト読み込み*/
.read_site{
	max-width: 702px;
	margin: 0 auto 80px;
}
.fujoho_custom_banner,.ranking_deli{
	float: left;	
}


/*メルマガ募集*/
.mailmagazine{
	width:800px;
	height:110px;
	padding-top:190px;
	margin:0 auto 50px;
	background:url(../image/index/mail_mg.png) no-repeat center top rgba(0,0,0,0.70);
	position:relative;
}
.mg_entryadd{
	font-weight:bolder;
	font-size:26px;
	margin-bottom:24px;
}
.mg_qr{
	position:absolute;
	width:132px;
	height:132px;
	top:70px;
	right:49px;
}
.mg_add{
	font-weight:bolder;
	color:#FF00AA;
	margin:0 5px;
}


/*求人バナー*/
.bnr_recruit{
	width:800px;
	margin:0 auto 50px;
}
.bnr_recruit li{
	width:380px;
}
.cast_recruit{
	float:left;
}
.staff_recruit{
	float:right;
}

/*----------footer----------*/
.footer{
	background:rgba(0,0,0,0.70);
	padding:20px 0;
	font-size:12px;
}
.c_footer_navi{
	margin-bottom:10px;
}
.c_footer_navi li{
	display:inline-block;
	margin:0 5px;
}

/*リンクバナー*/
.link{
	width:100%;
	padding:15px 0;
}
.link ul{
	width:980px;
	padding:15px 0px 5px 20px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}
.link li{
	font-size:10px;
	text-align:center;
	margin-top:15px;
	margin-right:20px;
}