@charset "utf-8";
/* CSS Document */
/*----------------
トップページ(SP)
----------------*/
/*メニュー現在地 簡易グレーアウト*/
.gnav_home a:first-of-type{
  pointer-events: none;
  opacity: 0.2;
}

section{
	margin-bottom: 30px;
}

.contArea .main h2{
	margin-bottom: 10px;/*トップページのみ*/
}

/*---------
スライドショー
top_slide
 -slide_items
---------*/
.top_slide{
	text-align: center;
	background: url("../img/header_slide_bg.jpg") repeat-x left -5px;
	width: 640px;
	padding-bottom: 35px;
	margin: 0 auto;
}

ul.slide_items{
	visibility: hidden;
}
ul.slide_items li{
	vertical-align: middle;
	padding: 0;
}
ul.slide_items li img{
	width: 640px;
}

/*スライド下ボタン*/
ul.slick-dots{
	font-size: 0;
	line-height: 0;
}
ul.slick-dots li{
	font-size: 0;
	line-height: 0;
	display: inline-block;
	padding: 0;
	margin: 14px 1px 0 0;
	height: 8px;
}
ul.slick-dots li button{
	font-size: 0;
	line-height: 8px;
	border: none;
	width: 59px;
	background-color: #bfa78a;
	cursor: pointer;
}
ul.slick-dots li.slick-active button{
	background: #000;
}

/*---------
リアルタイム情報
realtime
	-list_realtime
---------*/
.contArea .main .realtime h2{
	margin-bottom: 0;
}

ul.list_realtime li{
	height: 0.8rem;
}
ul.list_realtime li:nth-child(even){
	background-color: #f5f3f0;
}
ul.list_realtime li .date{
	color: #646464;
	font-size: 0.18rem;
	line-height: 0.18rem;
	display: block;
}
ul.list_realtime li .txt{
	color: #333;
	font-size: 0.25rem;
	line-height: 0.25rem;
	margin-top: 7px;
	padding-top: 2px;
	display: block;
	white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
}
ul.list_realtime li a{
	display: block;
	padding: 14px 5px 0 20px;
}

.btn_more{
	margin-top: 20px;
	padding: 0 16px;
}
.btn_more a{
	background: url("../img/btn_and_more.jpg") no-repeat center center #fff;
	border: 1px solid #c3ad95;
	border-radius: 8px;
	width: 100%;
	height: 70px;
	display: block;
}

/*---------
出勤情報
cast_number(topのみ)
list_cast
	-cast_l
	-cast_r
---------*/
.schedule{}

.contArea .main .schedule h2{
	margin-bottom: 0;/*override*/
}

/*人数案内*/
ul.cast_number{
	font-size: 0.21rem;/*21px*/
	display: table;
	margin: 0 auto;
}
ul.cast_number li{
	line-height: 0.3rem;
	display: table-cell;
	height: 0.66rem;
	padding-top: 0.2rem;
}
ul.cast_number li span{
	color: #ad1b23;
	font-weight: bold;
	font-size: 0.3rem;
	margin: 0 8px;
}
/*ここまでtopのみ
-------------------*/

/*list_cast*/
ul.list_cast{
	display: block;
	width: 100%;
	margin-bottom: -10px;
}
ul.list_cast li.cast{
	display: table;
	float: left;
	margin: 0 8px 10px 0;
}

/*----------
左ブロック
cast_l
 -time
 -h3
 -size
 -guide
 -cast_img
 -icon
----------*/
.cast_l{
	font-size: 0.19rem;/*19px*/
	text-align: center;
	width: 285px;
	background-color: #fff;
	border: 10px solid #eee7e0;
	display: table-cell;
	vertical-align: top;
}

/*time*/
.cast_l .time{
	color: #ad1b23;
	text-align: center;
	line-height: 0.38rem;
	padding-left: 0.6rem;
	border-bottom: 1px solid #eee7e0;
	background-color: #fff;
	position: relative;
}
.cast_l .time span{
	color: #fff;
	width: 0.6rem;
	height: 100%;
	display: block;
	background-color: #ad1b23;
	position: absolute;
	top: 0;
	left: 0;
}
/*本日なし*/
.cast_l .time_none{}
.cast_l .time_none span{
	background-color: #eee7e0;
}

.cast_l h3{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.24rem;
	font-weight: normal;
	margin: 15px 0 13px 0;
}
.cast_l h3 .name{
	color: #ad1b23;
}
.cast_l h3 .name a{
	color: inherit;
}

.cast_l .size{
	text-align:center;
	font-size: 0.17rem;/*17px*/
	line-height: 0.17rem;
	margin-bottom: 13px;
}

.cast_l .comment{
	font-size: 0.22rem;
	background-color: #ffffe6;
	line-height: 0.37rem;
	padding-top: 0.03rem;
	border-bottom: 10px solid #eee7e0;
	width: 100%;
	height: 0.37rem;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.cast_l .comment span{
	visibility: hidden;
}

/*キャスト画像*/
.cast_l a.cast_img{
	width: 265px;
	height: 353px;
	display: block;
	overflow: hidden;
	position: relative;
}
.cast_l a.cast_img img{
	height: 353px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/*アイコン*/
.cast_l .icon{
	display: block;
	padding: 12px 0 5px 0;
	background-color: #eee7e0;
	width:100%;
}
.cast_l .icon img{
	width: 130px;
	height: 40px;
	float: left;
	padding-bottom: 5px;
}
.cast_l .icon img:nth-child(odd){
	margin-right: 5px;
}

/*status　4色*/
.cast_l .status{
	color: #fff;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.4rem;
	width: 100%;
	-webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1) inset;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1) inset;
}
/*今すぐ*/
.cast_l .bg_imasugu{
	background-color: #ff6496;
}
.cast_l .bg_before{
  background-color: #ff6414;
}
/*●分待ち*/
.cast_l .bg_wait{
	background-color: #ff6414;
}
/*last*/
.cast_l .bg_last{
	background-color: #ff0014;
}
/*受付終了*/
.cast_l .bg_end{
	background-color: #969696;
}
/*本日なし*/
.cast_l .bg_none{
	background-color: #f4f4f4;
}

/*右ブロック*/
ul.cast_r{
	width:25px;
	min-height: 1em;
	height: 690px;
  overflow-y: hidden;
}
ul.cast_r li{
  color:#fff;
  font-size: 0.13rem;
  line-height:1em;
  text-align:center;
  position:relative;
  padding:25px 0;
  width: 25px;
  margin-top: -25px;
  height: auto;
  overflow: hidden;
}
ul.cast_r li img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
ul.cast_r li:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  border-bottom: 25px solid #fff;
  border-left: 25px solid transparent;
  z-index: 1;
}
ul.cast_r li:after {
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  z-index: 1;
}
ul.cast_r li span{
  width:0.17rem;
  padding-left: 0.04rem;
  padding-right: 0.04rem;
  display: block;
  z-index: 1;
}
ul.cast_r li:first-child span{
  padding-top: 0.5em;
}

/*-----------
順番変更の際は、z-indexも要変更*/
/*今すぐ(1)*/
ul.cast_r li.imasugu{
	z-index: 10;
}
ul.cast_r li.imasugu:before, 
ul.cast_r li.imasugu:after{
  border-color: #ff6496 transparent;
}
ul.cast_r li.imasugu span{
  background-color: #ff6496;
}

/*新人(2)*/
ul.cast_r li.newgirl{
	z-index: 9;
}
ul.cast_r li.newgirl:before, 
ul.cast_r li.newgirl:after{
  border-color: #14c83c transparent;
}
ul.cast_r li.newgirl span{
  background-color: #14c83c;
}

/*人気ランク(3)*/
ul.cast_r li.rank1{
	z-index: 8;
}
ul.cast_r li.rank1:before, 
ul.cast_r li.rank1:after{
  border-color: #D6AB75 transparent;
}
ul.cast_r li.rank1 span{
  background-color: #D6AB75;
}

/*アクセスランク(4)*/
ul.cast_r li.access{
	z-index: 7;
}
ul.cast_r li.access:before, 
ul.cast_r li.access:after{
  border-color: #78C3FE transparent;
}
ul.cast_r li.access span{
  background-color: #78C3FE;
}

/*新人ランク(5)*/
ul.cast_r li.new_rank{
	z-index: 6;
}
ul.cast_r li.new_rank:before, 
ul.cast_r li.new_rank:after{
  border-color: #3fab57 transparent;
}
ul.cast_r li.new_rank span{
  background-color: #3fab57;
}

/*オプション無料(6)*/
ul.cast_r li.op_free{
	z-index: 5;
}
ul.cast_r li.op_free:before, 
ul.cast_r li.op_free:after{
  border-color: #0033FF transparent;
}
ul.cast_r li.op_free span{
	word-wrap: break-word;
  background-color: #0033FF;
}
/*ここまで要変更
-----------*/

/*---------
エテルナシネマ
.movie
 -movie_s
---------*/
.movie_s{
	background: url("../img/bg_movie.jpg") no-repeat left top;
	width: 100%;
	height: 370px;
	padding: 24px 0 0 31px; 
}
.movie_s .movie_area{
	width: 576px;
	height: 324px;
	overflow: hidden;
}

/*---------
グループ店のご紹介
---------*/
.contArea .main .group h2{
	margin-bottom: 20px;/*override*/
}
ul.group_ban{
	width: 100%;
	overflow: hidden;
	margin: 0 0 -16px 26px;
}
ul.group_ban li{
	display: inline-block;
	width: 288px;
	height: 90px;
	margin: 0 16px 16px 0;
}
ul.group_ban li a{
	width: 100%;
	height: 100%;
	display: block;
}

/*---------
求人情報
---------*/
.recruite{}

.ban_recruit_l, 
.ban_recruit_l img{
	width: 100%;
}

/*---------
サイトメニュー
---------*/
.sitemenu{
}
.contArea .main .sitemenu h2{
	margin-bottom: 20px;/*override*/
}
.sitemenu ul.nav{
	margin: 0 0 -10px 10px; 
}
.sitemenu ul.nav li{
	color: #fff;
	font-size: 0.23rem;
	text-align: center;
	line-height: 0.6rem;
	display: inline-block;
	width: 305px;
	margin: 0 10px 10px 0;
}
.sitemenu ul.nav li a{
	color: inherit;
	white-space: nowrap;
	background-color: #bda488;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

/*iframe*/
.top_iframe{
	width: 100%;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 705px;
}