@charset "UTF-8";
/* CSS Document */
/* =======================
 common
 =========================*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: bottom;
}

/* clear fix
---------------------------*/
.clearfix:after{
content: ".";  /* 新しい要素を作る */
display: block;  /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}
.clearfix{
min-height: 1px;
}
body{
  font-family: -apple-system, BlinkMacSystemFont ,"Helvetica Neue" , "Yu Gothic" , YuGothic ,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial , "メイリオ" , Meiryo , verdana, sans-serif;
color: #222;
font-size: 100%;
line-height: 1.3;
background-color:#fff
}
body {
    position: relative;
    left: 0;
    overflow-x: hidden;
}
ul {
  list-style-type: none;
}
a:link, a:visited {
	color: #44c5f2;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #eb1908;
}
a:hover img {
  opacity: 0.7;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}
.c01 {
  color: #e6016b;
}
.center {
  text-align: center;
}
#container {
  display: flex;
  justify-content: space-between;
}
#sidebar {
  flex-basis: 23%;
  background: #fff;
}
#mainContent {
  flex-basis: 77%;
  background: #ffffff;
}
.section:nth-child(2) {
  padding-top: 50px;
}
.section h3 {
  /*padding-top: 50px; */
}
/* =======================
 enter
=========================*/
.enter h1 {
    text-align: center;
    background: #f00;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    /*  padding: 10px 0; */
}
.enter #imageArea {
  background-image: url(../images/entrance/bg_enter.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
body:not(.enter) #imageArea {
  background-image: none;
}


#select {
  max-width: 1000px;
  margin: 0 auto;
}
#btns {
  padding-top: 55%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#btn_enter a {
  height: 61px;
	width: 253px;
	display: block;
  margin-right: 20px;
	background-image: url(../images/entrance/btn_enter.png);
	background-repeat: no-repeat;

}
#slash {
  font-size: 30px;
  color: #BDBDBD;
  font-weight: bold;
}
#btn_enter a:hover {
	background-position: 0 -61px;
}
#btn_leave a {
  margin-left: 20px;
	height: 40px;
	width: 153px;
	display: block;
	background-image: url(../images/entrance/btn_leave.png);
	background-repeat: no-repeat;
}
.bnr {
  margin-top: 20px;
  width: 50%;
}
#catch p {
  font-size: 12px;
  width: 53%;
  margin: 70px 0 10px 0;
}
#sp_disp {
  display: block;
}
#bnrArea ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bnrArea ul li {
  padding: 10px;
  flex-basis: 50%;
}
/* =======================
 header
=========================*/
#header {
  background-image: url(../images/bg_header.jpg);
  background-position: center top;
}
#h1Area {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
#header_logo {
  text-align: center;
}
#header_logo img {
  width: 841px;
}
/* =======================
 navigation
=========================*/
#slide_menu{
    position: fixed;
    top: 0;
    left: -10rem;
    width: 10rem;
    height: 100%;
}
.fixed {
    overflow: auto;
    height: 100%;
}
.drawer-hamburger {
  display: none;
}
.btn-tel {
  display:none;
}
.btn-line {
  display:none;
}
#globalNavi {
  background: #fff;
}
.gNavi_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#globalNavi ul {
  display: flex;
  justify-content: space-between;
}
#globalNavi ul li {
  flex-basis: 16.67%;
}
#globalNavi ul li a:hover  img {
  -webkit-transform: translate(0px,-10px);
  -moz-transform: translate(0px,-10px);
  -ms-transform: translate(0px,-10px);
  -o-transform: translate(0px,-10px);
  transform: translate(0px,-10px);
}
nav#slide_menu ul li a {
	overflow: hidden;
	display: block;
	height: 0px;
	padding-top: 81px;
  background-repeat: no-repeat;
  background-image: url(../images/navigation/btn_top.png);
  background-position: top left;
}
nav#slide_menu ul li:nth-child(1) a {
	background-image: url(../images/navigation/btn_top.png);
  background-position: top left;
}
nav#slide_menu ul li:nth-child(1) a.active ,
nav#slide_menu ul li:nth-child(1):hover a{
  background-position: bottom left;
  position: relative;
}
nav#slide_menu ul li:nth-child(2) a {
  background-image: url(../images/navigation/btn_schedule.png);
  background-position: top left;
}
nav#slide_menu ul li:nth-child(2) a.active ,
nav#slide_menu ul li:nth-child(2):hover a {
  background-position: bottom left;
  position: relative;
}
nav#slide_menu ul li:nth-child(3) a {
  background-image: url(../images/navigation/btn_cast.png);
  background-position: top left;
}
nav#slide_menu ul li:nth-child(3) a.active ,
nav#slide_menu ul li:nth-child(3):hover a {
  background-position: bottom left;
  position: relative;
}
nav#slide_menu ul li:nth-child(4) a {
  background-image: url(../images/navigation/btn_system.png);
  background-position: top left;
}
nav#slide_menu ul li:nth-child(4) a.active ,
nav#slide_menu ul li:nth-child(4):hover a {
  background-position: bottom left;
  position: relative;
}
nav#slide_menu ul li:nth-child(5) a {
  background-image: url(../images/navigation/btn_access.png);
  background-position: top left;
}
nav#slide_menu ul li:nth-child(5) a.active ,
nav#slide_menu ul li:nth-child(5):hover a {
  background-position: bottom left;
  position: relative;
}
nav#slide_menu ul li:nth-child(6) a {
  background-image: url(../images/navigation/btn_recruit.png);
  background-position: top left;
}
nav#slide_menu ul li:nth-child(6) a.active ,
nav#slide_menu ul li:nth-child(6):hover a {
  background-position: bottom left;
  position: relative;
}
nav#slide_menu ul li:nth-child(1) a.active:before ,
nav#slide_menu ul li:nth-child(2) a.active:before ,
nav#slide_menu ul li:nth-child(3) a.active:before ,
nav#slide_menu ul li:nth-child(4) a.active:before ,
nav#slide_menu ul li:nth-child(5) a.active:before ,
nav#slide_menu ul li:nth-child(6) a.active:before {

  background-color: rgba(0,0,0,0.7);
	/* どの範囲に重ねるかを指定 */
	 position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
#button {
  display: none;
}
/* =======================

=========================*/
#outer{
background:url(../images/top/back.jpg);
}
#bannerArea {
  padding-top:60px;
}
/* =======================
 在籍一覧
 =========================*/
#schedule .girls,
#newface-contents .girls,
.allGirls {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 max-width: 740px;
 margin: 0 40px;
}
#schedule .girls li,
#newface-contents .girls li ,
.allGirls li {
position: relative;
flex-basis: 23%;
border:solid 1px #c7206f;
text-align:center;
margin: 1%;
margin-bottom: 10px;
font-size: 12px;
padding-top: 1px;
}
.allGirls li .mark {
position: absolute;
top: 54%;
right: -7px;
width: 50%;
}
#schedule .girls li .leaf,
#newface-contents li .girls,
.allGirls li .leaf {
position: absolute;
bottom: 20%;
right: 0px;
width: 15%;
}
.allGirls li .cast_comment {
  padding: 5px 3px;
  font-size: 10px;
  text-align: left;
  height:30px;
  overflow: hidden;
}
.small a {
  padding-top: 3px;
  display: block;
  text-align: right;
  font-size: 10px;
  color:#0F3;
}
/* =======================
 出勤表
=========================*/
#schedule .girls {
  margin: 0;
}
#schedule .girls li .mark {
position: absolute;
top: 61%;
right: 4px;
width: 50%;
}
#schedule .girls li .leaf {
position: absolute;
bottom: 13%;
right: 0px;
width: 15%;
}
#schedule_info {
    text-align: left;
    font-size: 14px;
    color: #32a0ff;
    padding-left: 10px;
}
/* =======================
 キャストプロフィール
 =========================*/
 #cast_profile {
   padding: 0 15px;
 }
#profile {
  display: flex;
  justify-content: space-between;
}
#profLeft {
  flex-basis:43%;
}
#profRight {
  width: 56%;
}

#cast_profile h2 {
  padding-top: 20px;
  padding-left: 8px;
  font-size: 26px;
  border-bottom: 1px dashed #e6016b;
  margin-bottom: 10px;
  position: relative;
}
.today {
  font-size: 10px;
  background: #e6176a;
  color: yellow;
  padding: 2px;
}
.style {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  padding-left: 10px;
}
.title_h {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ff7eac;
  margin-bottom: 3px;
}
.title_h:before {
  content: '■';
  margin-right: 3px;
  color: #e6016b;
}
#scedule_box {
  margin : 20px 0;
}
#scedule_box table {
  width: 100%;
}
#scedule_box table th,
#scedule_box table td {
border:solid 1px #fa006d;
text-align:center;
font-size: 10px;
}
#scedule_box table th {
  background: #fa006d;
  color: #fff;
}
#scedule_box table th.sat {
  background: #3295fe;
}
#scedule_box table th.sun {
  background: #fa0036;
}
.character {
    padding: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chara1 {
    background: #c7206f;
    font-size: 10px;
    color: #fff;
    flex-basis: 48%;
    padding: 2px;
    text-align: center;
}
#profRight > div.character > div:nth-child(3) {
  background: #fff;
}
#profRight > div.character > .chara1 {
    flex-basis: 33%;
}

/* =======================
 料金システム
 =========================*/
#price_list p {
color:#999;
text-align:left;
font-size:12px;
padding-left: 20px;
}
#price_list ul {
margin:10px 0 20px 0;
}
#price_list ul li{
float:left;
width:115px;
text-align:center;
margin-left:9px;
}
#price_list ul li p {
color: #fff;
font-size: 15px;
font-weight: bold;
margin-bottom: 4px;
padding: 5px 0 3px 0;
text-align: center;
border-radius:5px;
}
#campaign li p{
background: #FF9BFF;
}
#basic li p {
background:#9c081e;
}

#sentai li p {
background:#59C5FF;
}
#rankou li p {
background:#FF3399;
}

.option li p {
background:#FF9955;
}
#course li p {
background:#00E064;
}
#extention li p {
background:#999999;
}
/* =======================
 遊び方
 =========================*/
#how {
  padding: 10px;
  text-align: center;
}
.play h4{
  padding: 30px 0 10px;
}
#request {
  width: 30%;
  margin: 0 auto;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}
#ban {
  width: 57%;
  margin: 0 auto;
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
}

/* =======================
 アクセス
=========================*/
#intro {
  text-align: center;
  margin-bottom: 20px;

}
.hotellist {
  display: flex;
  padding: 15px;
}
#others {
  margin-top: 100px;
}
.info {
  flex-basis: 50%;
  padding-right:20px;
  align-items: center;
}
.info p {
  font-size: 14px;
}
.info a.tel {
  pointer-events: none;
}
.shop_name {
    font-size: 17px;
    margin-bottom: 20px;
    background: #fffff;
    padding: 0;
}
.map {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.map > iframe {
  width: 100%;
}

.map .place {
  flex-basis: 80%;
  padding-bottom: 20px;
}
.map .price {
  flex-basis: 20%;
}
/* =======================
 求人
 =========================*/
 .job {
	 margin: 10px auto;
 }
 .job table {
	 width: 100%;
	 margin: 0 auto;
	 text-align: left;
	 margin-bottom: 20px;
}
.job table th{
padding: 10px 0 10px 25px;
background-image: url(../img/list_008_d-trans.png);
background-repeat: no-repeat;
background-position: 0 9px;
width: 30%;
}
.job table td {
	padding: 10px;
}

.job table tr{
	border-bottom: 1px solid #ccc;
}
.job table tr:last-child{
	border-bottom: none;
}
.kasen {
    background: linear-gradient(transparent 70%, #66ccff 90%);
}
/* =======================
 footer
=========================*/
#footer {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  background-color:#ff7bac
}

#footer img {
  width: 220px;
}
address {
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #fff;
}
/* =======================
 footer_ad_box
 =========================*/
 #modal-content {
 width: 230px ;
 margin: 0 ;
 background: #fff ;
 position: fixed ;
 bottom:50px;
 right: 0;
 display: none ;
 z-index: 100 ;
 color: #fff;
 border: 4px solid #795547;
}
#inner-content {
 position: relative;
 border-bottom: 10px;
 height: 230px;
 overflow: hidden;
}
.fa-close {
 position: absolute;
 top: 0;
 right: 0;
}

.button-link {
 color: #000 ;
 font-size: 2em;

}

.button-link:hover {
 cursor: pointer ;
}
#modal-close > i {
 z-index:105;
}
#inside {
 position: absolute;
 bottom: 0;
 background: rgba(0, 0, 0, 0.7);
 padding: 2px;
 width: 100%;
 line-height: 1;
}
#inside h3 {
 font-size: 20px;
}
#modal-content img {
 position: absolute;
   top: 66%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 100%;
   height: auto;
}
#details {
 line-height: 1.4;
 background: #fff;
 color: #e91e63;
 padding: 5px;
 font-size: 12px;
}
#details a {
 color: #e91e63;
}
.marker01 {
 padding: 0px 3px;
 border-radius: 3px;
 background: #2196F7;
 color: #fff;
 font-size: 12px;
}
.marker02 {
 padding: 0px 3px;
 border-radius: 3px;
 background: #16e22a;
 color: #fff;
 font-size: 12px;
}
#price {
 font-size: 20px;
 color: red;
}
#timer {
 text-align: center;
 line-height: 1.5;
 background: #000;
 padding: 5px;
}
#timer #cd > h4 {
 margin: 10px 0 0 0!important;
 line-height: 1!important;
}
#TimeLeft {
 font-size: 1.5em;
 font-weight: bold;
}
