@charset 'UTF-8';

/* ===== base settings ===== */
html, body {
	width: 100%;
	height: 100%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 85%;
	-webkit-text-size-adjust: 100%;
}

body {

  color: #000;
}
.drawer_wrapper{
  overflow: hidden;
}

img{
  max-width: 100%;
  height: auto;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.is_left{
  float: left;
}
.is_right{
  float: right;
}
ul.msg-area {
  border: 2px solid #ff0000;
  padding: 15px;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: none;
}
ul.msg-area li{
  color: #ff0000;
}
ul.msg-area li a{
  color: #1C85F2;
}
#reservedTimeCheckMsg{
  display: none;
  color: #ff0000;
}
.reserve_box input[type="text"],
.reserve_box input[type="tel"],
.reserve_box textarea {
  font-size: 1.3rem;
  padding: .5em;
}
.reserve_box select {
  font-size: 1.3rem;
  padding: 0 .5em;
}
input[type="text"],
input[type="tel"] {
	width: 100%;
  height: 38px;
}
input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin: 0 0 5px;
	vertical-align: -6px;
}
input[type="radio"] {
	width: 22px;
	height: 22px;
	margin: 0 0 5px;
	vertical-align: -6px;
}
select {
	width: 100%;
	height: 30px;
}
textarea {
	width: 100%;
	height: 80px;
	resize: none;
}

/*girls_type*/
.girls_type,
.girls_kind{
  width: 49%;
  margin: 5px 0.5% 5px;
  display: inline-block;
  line-height: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.type_table td{
  font-size: 12px;
  border: 1px solid #ff2e2e;
  background: #ff2e2e;
  color: #fff;
}
.type_table .no-bg{
  background: none !important;
  border: solid 1px #fff !important;
}
/*header*/
.site_header{
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #b39445;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1rem !important;
}
.head_fixed{
    width: 100%;
    margin: 0 auto;
    /*background: url(../images/header_bg.jpg);*/
    padding: 4px 0;
    background-color: white;
}
.head_fixed.fixed{
  /* width: 100%; */
  margin: -21px auto 0;
  /* position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, .8);
  padding: 11px 0 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4); */
}
.head_fixed ul li{
  float: left;
  margin: 0 2px;
  height: 40px;
  width: auto;
}
.head_fixed ul li.head_home,
.head_fixed ul li.drawer-hamburger{
  width: 40px;
}
.head_fixed ul li.head_home a{
  background: #c90f0f;
  padding: 5px;
}
.head_fixed ul li.head_home a img{
  width: 30px;
}
.head_fixed ul li.head_fu a{
  background: #ff2e2e;
}
.head_fixed ul li.head_fu a img{
  width: 90px;
  padding: 3px;
}
.head_fixed ul li.head_tel{
  background: #ff2e2e;
  padding: 3px;
  width: 130px;
  height: 40px;
  position: relative;
}
.head_fixed ul li.head_tel img{
  width: 125px;
  height: auto;
}
.head_fixed ul li.drawer-hamburger{
  background: #c90f0f;
  padding: 5px;
  box-sizing: border-box;
}
.head_fixed ul li.drawer-hamburger buttone,
.head_fixed ul li.drawer-hamburger buttone img{
  width: 30px;
}
.head_fixed ul li a{
  display: block;
  height: 40px;
  width: auto;
}
.head_fixed ul li.head_tel a{
  position: absolute;
  top: -5px;
}
.p_btn{
  height: 18px;
  line-height: 18px;
  width: 106px;
  background: #ff2e2e;
  border-radius: 0;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.p_btn a{
  color: #fff;
}
.w_btn{
  height: 18px;
  line-height: 18px;
  width: 106px;
  background: #fff;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.w_btn a{
  color: #c90f0f;
}
.img_responsive {
    max-width: 100%;
    height: auto;
}
/*リスト*/
ul[class*="colum"]{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul[class*="colum"] li{
    display: block;
    text-align: center;
    border: 1px solid #ff2e2e;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 23px;
    background: #fff;
}
.colum2 li{
    width: calc(50% - 5px);
    margin-right: 5px;
}
.colum3 li{
    width: calc(33.33% - 4px);
    margin-right: 4px;
    /* height: 289px; */
}
.colum4 li{
    width: calc(25% - 1px);
    margin-right: 1px;
}
.colum5 li{
    width: calc(20% - 5px);
    margin-right: 5px;
}
ul[class*="colum"] li figure a{
  display: block;
}
ul[class*="colum"] li .type_bm{
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  text-align: left;
}
ul[class*="colum"] li .type_bm p{
  width: 28%;
  display: inline-block;
  margin-right: 2%;
  text-align: center;
  color: #fff;
}
ul[class*="colum"] li .type_bm p.icon_new{
  background-color: #c90f0f;
  color:#fff;
}
ul[class*="colum"] li .type_bm p.icon_blog{
  background-color: #213F97;
  width: auto !important;
  min-width: 29%;
  padding-left: 1px;
}
.icon_blog_rank{
  width: 20px;
  color: #fff;
  display: inline-block;
}
.rank1{
  background: url(../images/blog/blog_icon.png) 0 -1px;
}
.rank2{
  background: url(../images/blog/blog_icon.png) 80px -1px;
}
.rank3{
  background: url(../images/blog/blog_icon.png) 60px -1px;
}
.rank4{
  background: url(../images/blog/blog_icon.png) 40px -1px;
}
.rank5{
  background: url(../images/blog/blog_icon.png) 20px -1px;
}
ul[class*="colum"] li .type_bm p.icon_movie{
  background-color: #9E4295;
}
ul[class*="colum"] .list_text p a{
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}
ul[class*="colum"] .list_text .state_go {
    background-color: #ff2e2e;
    line-height: 1.5em;
    color: #fff;
    margin: 0 -1px;
    font-weight: bold;
    font-size: 1.1rem;
	line-height: 18px;
  color: #fff;
  margin: 0 -1px;
  font-weight: bold;
  font-size: 0.9rem;
}
ul[class*="colum"] .list_text .next_schedule{
  line-height: 18px;
  font-size: .9rem;
  margin: 0 auto;
  background: #cecece;
  color: #ffffff;
  border: none;
  font-weight: 100;
}
ul[class*="colum"] .list_text .gbox_icon {
    height: 20px;
    position: relative;
}
ul[class*="colum"] .list_text .gbox_icon img{
  height: 20px;
}
.list_text .state_off {
    background-color: #fff;
    line-height: 18px;
    /* height: 1.5em; */
    color: #fff;
    /* margin: 0 -1px; */
    font-weight: bold;
    font-size: 1.1rem;
}

table{
  width: 100%;
}

/*top*/
.shop_header{
  /*background: url(../images/header_bg.jpg);*/
  padding: 75px 5px 0;
}
.shop_header .shop_info{
  text-align: center;
}
.shop_header .shop_info p {
    color: #BA5050;
    line-height: 1rem;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.shop_header .tel_txt{
  color: #BA5050;
  font-size: 1.4rem;
  font-weight: bold;
  transform: scale( 1, 2.1 );
-moz-transform:    scale( 1, 2.1 );  /* Firefox※ */
-webkit-transform: scale( 1, 2.1 );  /* Chrome,Safari */
-o-transform:      scale( 1, 2.1 );  /* 旧Opera※ */
-ms-transform:     scale( 1, 2.1 );  /* IE */
transform:         scale( 1, 2.1 );  /* CSS3 */
letter-spacing: -1.5px;
text-decoration: none;
}
.arrow_tit{
  background: #ff2e2e;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  margin-bottom: 12.5px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.bar_tit{
  /*background: url(../images/movie_tit.jpg);*/
  background-color: #ffe9db;
  color: #000;
  height: 35px;
  line-height: 35px;
  font-size: 1.4rem;
  margin: 0 5px;
  margin-bottom: 1px;
  text-align: left;
  position: relative;
  font-weight: bold;
  position: relative;
  /*border-bottom: 1px solid #ff2e2e;*/
}
.bar_tit img{
    height: auto;
    padding-right: 5px;
    box-sizing: initial;
    vertical-align: middle;
    z-index: 99;
    float: left;
}
.bar_tit .btn_link,
.arrow_tit .btn_link{
  position: absolute;
  right: 5px;
  height: 28px;
  line-height: 28px;
  color: #c90f0f;
  font-size: .9rem;
  background: rgba(255, 255, 255, .6);
  border-radius: 5px;
  padding: 0 10px;
  margin: 2.5px 0;
  text-decoration: none;
}
.arrow_tit .btn_link{
  height: 25px;
  line-height: 25px;
  background: rgba(255, 255, 255, .7);
}

/*page title*/
.page_title{
  position: relative;
}
.page_title h2 span{
  position: absolute;
  bottom: 22px;
  left: 15px;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 95%;
font-weight: bold;
}
.page_title .title_open{
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -1px;
  left: 23%;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin:0 0;
}
.is_top .wrap .title_open{
  display: none;
}
.page_title .bread_crumb,
.page_title .bread_crumb a{
  color: #ff2e2e;
}
.page_title .bread_crumb{
  position: absolute;
  top: -15px;
  left: 5px;
  display: inline-block;
  font-size: .6rem;
}

/*breadcrumb*/
.bread_crumb li{
  display: inline-block;
}

/*main-contents*/
.main-contents{
  /*background: url(../images/header_bg.jpg);*/
  padding-top: 10px;
}
.is_top.main-contents{
  padding-top: 0;
}

/*ボタンメニュー*/
#btn_menu{
  margin-bottom: 10px;
}
.enq_bnr + #btn_menu{
  margin-right: 5px;
  margin-left: 5px;
}
#btn_menu ul li {
    box-sizing: initial;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    width: 24%;
    margin-right: 1%;
    border: 1px solid;
    border-image: linear-gradient(-1deg, #b39445, #b39445, #fffcf2, #b39445, #b39445);
    border-image-slice: 1;
    background-color: #ffe9db;
}
#btn_menu ul li a{
  display: block;
}
/*
#btn_menu ul li.menu01{
  background: #80321C;
}
#btn_menu ul li.menu02{
  background: #544EA4;
}
#btn_menu ul li.menu03{
  background: #D8B348;
}
#btn_menu ul li.menu04{
  background: #C9579C;
  margin-right: 0;
}*/
/*mainVisual*/
#mainVisual{
  height: 290px;
  position: relative;
  background-size: 75%;
  margin-bottom: 45px;
}
#mainVisual .arrow_tit{
  background: url(../images/pic_tit.jpg);
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 10px;
}
#mainVisual .flex-viewport{
  text-align: center;
}
#mainVisual .slick-slide img{
  margin: 0 auto;
}
#mainVisual .pickup_txt{
  text-align: center;
  padding-bottom: 30px;
}
#mainVisual .slick-dots{
  bottom: -22px;
  z-index: 999;
}
#mainVisual .slick-dotted.slick-slider{
  margin-bottom: 10px;
}
/*#mainVisual .pickup_box{
  background: url(../images/picup_bg.png);
}*/
#mainVisual .slick-dots li{
   width: 10px;
  height: 10px;
  margin: 0 2px;
}
#mainVisual .slick-dots li button{
  background: #B0B0B0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
#mainVisual .slick-dots li.slick-active button{
  background: #FE6C90;
}
#mainVisual .p_btn{
  width: 140px;
  z-index: 9999;
}
#mainVisual .event_img{
  width: 150px;
  height: 33.2px;
  margin: 5px auto 0;
}
/*#mainVisual .p_btn{
  position: absolute;
  bottom: 35px;
  left: 36%;
}*/
/*#mainVisual .slick-next{
  right: 50px;
} */
#mainVisual .slick-next:before,
#mainVisual .slick-prev:before{
  background-size:contain;
  width: 30px;
  height: 30px;
}
#mainVisual .slick-next:before{
  content: url(../images/mainVisual/next.png);
}
#mainVisual .slick-prev{
  left: -100px;
  z-index: 999;
}
#mainVisual .slick-prev:before{
  content: url(../images/mainVisual/prev.png);
}
#mainVisual .flex-control-nav{
  bottom: -35px;
  z-index: 9;
}
#mainVisual .flex-control-paging li a{
  border-radius: 0;
}
.event_img.pickup2000{
  background: url(../images/icon/picup_2000off.png) no-repeat;
  background-size: 100%;
}
.event_img.pickup3000{
  background: url(../images/icon/picup_3000off.png) no-repeat;
  background-size: 100%;
}
.event_img.pickup5000{
  background: url(../images/icon/picup_5000off.png) no-repeat;
  background-size: 100%;
}
.event_img.pickup_event{
  background: url(../images/icon/picup_event.png) no-repeat;
  background-size: 100%;
}
.main_bottom{
  font-size: 0;
  position: relative;
}
.bnr_area{
  padding-bottom: 10px;
}
.bnr_area.enq_bnr{
    position: relative;
}
.bnr_area div{
  width: 48%;
  float: left;
  margin: 0 1%;
  font-size: 0;
}
.bnr_area div a{
  display: block;
}


/*top movie*/
.look_movie{
  clear: both;
  font-size: 0;
  /*background:url(../images/movie_bg.jpg)no-repeat;*/
  width: 97%;
  margin: 0 auto;
  padding: 3px;
  font-size: 0;
  text-align: center;
  background-size: 100%;
  font-size: 0;
  position: relative;
  border: 4px solid;
  border-image: linear-gradient(-1deg, #b39445, #b39445, #fffcf2, #b39445, #b39445);
  border-image-slice: 1;
}
.look_movie iframe{
  width: 100%;
  height: auto;
}
.movie_txt{
  font-size: 15px;
  background: #ff2e2e;
  text-align: center;
  margin: 5px 0 5px;
  color: #fff;
}
.top_movie .bar_tit{
  font-size: 1rem;
  margin-bottom: 0;
  height: fit-content;
}
.movie_film{
  margin-bottom: 5px;
}
.new_input {
  font-family: 'Lora', serif;
  color: #ff0000;
  text-shadow: #FFEB3B 2px 0px, #FFEB3B -2px 0px, #FFEB3B 0px -2px, #FFEB3B 0px 2px, #FFEB3B 2px 2px, #FFEB3B -2px 2px, #FFEB3B 2px -2px, #FFEB3B -2px -2px, #FFEB3B 1px 2px, #FFEB3B -1px 2px, #FFEB3B 1px -2px, #FFEB3B -1px -2px, #FFEB3B 2px 1px, #FFEB3B -2px 1px, #FFEB3B 2px -1px, #FFEB3B -2px -1px;
  font-size: 1rem;
}

.top_movie{
  margin-bottom: 15px;
}
.top_movie .w_btn {
  display: inline-block;
  padding: 0 15px;
  width: auto;
  font-size: initial;
}

/*top 体験入店*/
.top_new{
  padding: 0 0 5px;
}
.top_new .new_price{
  color: #00A0EA;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.top_new .new_price span{
  color: #FE6EA3;
  padding-left: 5px;
  font-weight: bold;
}
.top_new .contents_box.new_girl_box{
  margin: 0 5px 5px;
  background: #fff;
  padding: 10px;
}

.top_new .contents_box.new_girl_box .new_work .new_work{
  display: inline-block;
  font-size: .7rem;
  letter-spacing: -0.05px;
  margin: 2px 5px 0;
  padding: 2px 20px;
}

@-moz-document url-prefix() {
	.top_new .contents_box.new_girl_box .new_work .new_work{
		font-size: 80%;
	}
}
.top_new .contents_box.new_girl_box .new_work .work_on{
  border: 2px solid #c90f0f;
  color: #c90f0f;
}
.top_new .contents_box.new_girl_box .new_work .work_off{
  border: 2px solid #AAAAAA;
  color: #AAAAAA;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.top_new .new_girl_img{
  width: 70px;
}
.top_new .new_girl_img .new_girl_entry{
  text-align: center;
  margin: 5px 0;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;;
  color: #951D1F;
}
.top_new .new_girl_details{
  width: calc(100% - 75px);
  text-align: center;
}
.top_new .new_girl_name{
  background: #ff2e2e;
  /*height: 20px;*/
  line-height: 20px;
  text-decoration: none;
  font-size: 20px;
  padding: 3px;
}
.top_new .new_girl_name a{
  color: #fff;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.top_new .new_girl_size{
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 12.5px;
  padding: 6px 0;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 3px;
}
.top_new .progress > span:before{
  border-radius: 0;
}
.top_new .progress .red{
  border-radius: 0;
}
.top_new .progress .blue{
  border-radius: 0;
}
.top_new .progress{
  border-radius: 0;
}
.top_new .sm_block{
  margin: 3px 0;
}
.top_new .sm_block dt,
.top_new .sm_block dd{
  float: left;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.top_new .sm_block dt{
  width: 20%;
}
.top_new .sm_block dd{
  width: 80%;
}
.progress{
  height: 15px;
}
.progress > span{
  height: 15px;
  line-height: 13px;
}


/*top 媒体情報*/
.top_media{
  background: url(../images/media_bg.png)no-repeat;
  padding: 15px 0 5px;
  background-size: 100%;
  height: 170px;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
  margin: 0 5px;
}
.top_media .media_tit{
  text-align: center;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
  color: #971D1C;
  font-weight: bold;
  font-size: 1.2rem;
}
.top_media ul li{
  margin: 0 0 8px 5px;
  padding: 3px 6px;
  position: relative;
}
.top_media ul li .title_link{
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
}
.top_media .media_img{
  width: 70px;
  display: inline-block;
  float: left;
}
.top_media ul li .media_btn{
  position: absolute;
  bottom: 15px;
  right: 7px;
  width: 125px;
}
.top_media ul li p{
  text-decoration: underline;
  line-height: 1.4rem;
  margin-top: 8px;
}
.top_media .media_right{
  width: calc(100% - 75px);
  display: inline-block;
  float: right;
  padding: 5px 10px 5px 5px;
}


/*footer*/
.footer_wrap {
    background-color: #b39445;
    position: relative;
}

.footer_wrap .pagetop{
  position: absolute;
  right: 15px;
  bottom: 25px;
  z-index: 999;
}
.footer_wrap .btn_home a,
.footer_wrap .pagetop a{
  display: block;
  z-index: 99;
}
.foot_menu{
  padding-top: 5px;
}
.foot_menu_inner{
  padding: 0 5px;
}
.foot_menu .nav_list{
  border-top: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
}
.foot_menu .nav_list li{
  border-bottom:1px solid #000;
  width: 50%;
  float: left;
  position: relative;
}
.foot_menu .nav_list li:nth-child(3){
  width: 100%;
}
.foot_menu .nav_list li::after{
  content: ">";
  position: absolute;
  right: 5px;
  top: 4px;
}
.foot_menu .nav_list li:nth-child(1),
.foot_menu .nav_list li:nth-child(4){
  border-right: 1px solid #000;
}
.foot_menu .menu_header{
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1rem;
}
.foot_menu .nav_list li a{
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  padding: 4px 0;
  display: block;
}
.foot_menu .nav_list li a span{
  padding-right: 10px;
}
.foot_menu .nav_list li a span img{
  width: 20px;
}
.foot_menu .nav_list02{
  margin-top: 10px;
}
.foot_menu .nav_list02 li{
  text-align: center;
  margin-bottom: 5px;
  padding: 4px 0;
}
.foot_menu .nav_list02 li a{
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
.foot_menu .nav_list02 li:nth-child(1){
  background: #c90f0f;
}
.foot_menu .nav_list02 li:nth-child(2){
  background: #c90f0f;
}
.foot_menu .nav_list02 li:nth-child(3){
  background: #c90f0f;
}
.foot_menu .nav_list02 li:nth-child(4){
  background: #c90f0f;
}
.foot_menu .nav_list03 li{
  width: 32%;
  float: left;
  margin: 0 0.5%;
}

footer{
  position: relative;
  height: 100px;
}
footer .right_footer:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 125px solid #737CFD;
  border-left: 225px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .left_footer:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 165px solid #C1E0FF;
  border-right: 310px solid transparent;
  position: absolute;
  left: -70px;
  bottom: 0;
}
footer .footer_bottom{
  position: relative;
  padding-top: 14px;
  text-align: center;
}
footer .footer_bottom a{
  color: #000;
  text-decoration: none;
}
/*ドロワーメニュー*/
.footer_nav{
  display: none;
}

/*グループ一覧*/
.group_inner{
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}

/*タイトル*/
.g_tit{
  background: #434343;
  color: #fff;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 1rem;
}

/*drawer*/
.drawer-hamburger{
      width: 40px;
    padding: 0;
    margin: 0;
    float: left;
    background: none;
    border: none;
    box-shadow: none;
    position: static;
    top: 0;
    left: 0;
}

/*system*/
.fupoint h2{
  color: #fff;
  background: #5f73ff;
  line-height: 2.5em;
  padding-left: 1em;
  font-size: medium;
  margin-top: 1em;
}
.fupoint h4{
  text-align: right;
  font-size: larger;
}
.fupoint h4 a{
  color: #4d6cde;
  text-decoration: none;
  border-bottom: solid #c5a23e;
}
article.container {
  margin: 0 5px;
}
.is_system .play_box ul{
  padding: 0;
}
.is_system .play_box ul li{
  width: 24%;
  float: left;
  text-align: center;
  background-color: #b39445;
  margin-left: 1.3%;
  margin-bottom: 1%;
  padding: 3px 0;
  color: #fff;
  font-size: 1rem;
  line-height: 17px;
}
.is_system .play_box ul li:first-child,
.is_system .play_box ul li:nth-child(5),
.is_system .play_box ul li:nth-child(9){
  margin-left: 0;
}
.is_system .table_wrap{
  width: auto;
  margin: 0 auto;
}
.is_system .system_table,
.is_system .ex_table{
  border-collapse: collapse;
  width: 100%;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.is_system .system_table th,
.is_system .system_table td{
  text-align: center;
  padding: 3px 0;
  font-size: 1rem;
  line-height: 1em;
  background: #fff;
}
.is_system .system_table th{
  background-color: #838383;
  color: #fff;
}
.is_system .system_table td{
  border: 1px solid #b39445;
}
.is_system .system_table td.min{
  background-color: #b39445;
  color: #fff;
}
.is_system .ex_table{
  margin: 15px auto 0;
  border: 1px solid #C0A2C8;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
}
.is_system .ex_table th,
.is_system .ex_table td{
  text-align: center;
  text-align: center;
  padding: 3px 0;
  font-size: 1rem;
  line-height: 1em;
  width: 25%;
}
.is_system .ex_table th{
  background-color: #C0A2C8;
  color: #fff;
}
.is_system .ex_table td{
  border: 1px solid #C0A2C8;
  background: #fff;
}
.is_system .option_table th,
.is_system .option_table td{
  text-align: center;
  text-align: center;
  padding: 3px 0;
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}
.is_system .option_table th{
  background-color: #b39445;
  color: #fff;
}
.is_system .option_table td{
  border: 1px solid #b39445;
  background: #fff;
}
.is_system .option_table tr{
  float: left;
  width: 49%;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 1%;
}
.is_system .option_table tr:nth-child(5n+5){
  margin-right: 0;
}
.is_system .option_table tr.colum1{
  width: 100%;
}
.is_system .system_banner{
  text-align: center;
}
.is_system .system_banner01{
  text-align: center;
  margin-bottom: -20px;
}
.is_system .is_date .date_inner{
  background:url('../images/system/date_bk.png')repeat-y;
  background-size: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.is_system .is_date p:first-child{
  margin-bottom: 15px;
}
.is_system .is_date table{
  width: 100%;
}
.is_system .is_date table tr {
  width: 49%;
}
.is_system .is_date table .date_op{
  background-color: #ffa2c3;
}
.is_system .is_date table .date_op + td{
  border:1px solid #ffa2c3;
}
.is_system .is_cosplay h3{
  position: relative;
}
.is_system .is_cosplay h3 span{
  position: absolute;
  bottom:-27px;
  left:160px;
}
.is_system .is_cosplay input[type="checkbox"]{
  display: none;
}
.is_system .is_cosplay input[type="checkbox"]:checked{
  max-height: 100%;
  opacity: 1;
}
.is_system .is_cosplay.ac-container label{
  position: relative;
  padding: 10px 20px;
  border: 4px solid #21B1E5;
  border-radius: 8px;
  background: #21B1E5;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  letter-spacing: 0.6px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}
.is_system .is_cosplay.ac-container label:after{
  content:"\f067";
  font-family: FontAwesome;
  position:absolute;
  right:20px;
}
.is_system .is_cosplay.ac-container label:hover:after, .ac-container input:checked + label:hover:after{
  position:absolute;
  right:10px;
  top:10px;
}
.is_system .is_cosplay .cosplay_inner{
  max-height: 0;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.is_system .is_cosplay input[type="checkbox"]:checked .cosplay_inner{
  max-height: 100%;
}
.is_system .is_cosplay ul li{
  width:13%;
  float: left;
}
.is_system .is_cosplay ul li:nth-child(7n+1){
  margin-left:0;
}
.is_system .is_cosplay ul li img{
  width:100%;
}
.system .lum-lightbox-inner img{
  width: 450px;
  height: auto;
  top:50px;
}
.is_system .is_delivery{
  padding: 1px 5px;
  margin: 30px 0;
  border: 2px solid #c90f0f;
}
.is_system .is_delivery.system_container h3{
  margin: 10px 5px;
  font-size: 1.2rem;
}
.is_system .is_delivery table th{
  background-color:#c90f0f;
  width:30%;
}
.is_system .is_delivery table td{
  padding:5px;
  background: #fff;
}
.is_system .deli_area .area_name{
  float: left;
  width:30%;
  background-color: #c90f0f;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 1.2rem;
  margin-bottom:0;
}
.is_system .machiawase .deli_area .area_name{
  line-height: 71px;
}

.is_system .deli_area .area_1 .area_name{
  /* １行 */
  height: 24px;
  line-height: 24px;
  /* ４行 */
  height: 147px;
  line-height: 147px;
  /* ６行 */
  height: 179px;
  line-height: 179px;
  /* ２行 */
  height: 55px;
  line-height: 55px;
  border-bottom: solid 1px #fff;
}
.is_system .deli_area .area_2 .area_name{
  height: 179px;
  line-height: 179px;
  border-bottom: solid 1px #fff;
}
.is_system .deli_area .area_3 .area_name{
  height: 147px;
  line-height: 147px;
  border-bottom: solid 1px #fff;
}
.is_system .deli_area .area_4 .area_name{
  height: 55px;
  line-height: 55px;
  border-bottom: solid 1px #fff;
}
.is_system .deli_area .area_5 .area_name{
  height: 55px;
  line-height: 55px;
  border-bottom: solid 1px #fff;
}
.is_system .deli_area .area_6 .area_name{
  height: 55px;
  line-height: 55px;
  border-bottom: solid 1px #fff;
}
.is_system .deli_area .area_7 .area_name{
  height: 86px;
  line-height: 86px;
  border-bottom: solid 1px #fff;
}
.is_system .deli_area .area_list{
  float: left;
  width:70%;
  margin-bottom:0;
}
.is_system .deli_area .area_list li{
  width:49%;
  float: left;
  border:1px solid #fff;
  margin-left: 0.5%;
  margin-right: 0.5%;
  line-height: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  padding:3px 0;
  margin-bottom:7px;
  /*background: #fff;*/
}
.deli_area .area_list li{
background-color:#ffdada;
}
.clearfix .area_1 .area_list li{
background-color:#ee90ad;
}
.clearfix .area_2 .area_list li{
background-color:#d490ee;
}
.clearfix .area_3 .area_list li{
background-color:#90c6ee;
}
.clearfix .area_4 .area_list li{
background-color:#deee90;
}
.clearfix .area_5 .area_list li{
background-color:#d5d20a;
}
.is_system .deli_area .area_list li.area_yk {
    background: #ffd0f4;
}
.is_system .deli_area .area_list li.long,
.is_system .deli_area .area_list li.so_long{
  width:99%;
}
.is_system .credit .system_btn{
  text-align: center;
  margin-top: 10px;
}
.is_system .credit .system_btn a{
  color: #fff;
  background-color:#21B1E5;
  display: inline-block;
  padding: 10px 50px;
  font-weight: bold;
  font-size: 1rem;
}
.is_system .deli_area .area_list li.red{/*無料地区は赤red,1000円からは青blue,高額地区は緑green*/
  background-color:#ffe2f8;
  color:#000000;
  }
.is_system .deli_area .area_list li.blue{/*無料地区は赤red,1000円からは青blue,高額地区は緑green*/
  background-color:#cff1ff;
  color:#000000;
  }
.is_system .deli_area .area_list li.green{/*無料地区は赤red,1000円からは青blue,高額地区は緑green*/
  background-color:#cfffd3;
  color:#000000;
  }


.is_system .coming_bg{
  background:url('../images/system/coming_bg.jpg');
  border: 1px solid #c90f0f;
  margin-bottom:30px;
  margin-top: 70px;
}
.is_system .coming_bg .is_left{
  font-size: 0;
}
.is_system .coming_bg .is_right{
  width:60%;
}
.is_system .coming_bg h4{
  padding-top: 10px;
}
.is_system .coming_bg p{
  font-weight: bold;
}

.is_system .coming_bg p{
  margin-top: 15px;
}
.is_system .credit{
  padding: 0 0 10px;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.is_system .credit p{
  font-weight: bold;
}
.is_system .is_free .free_wrap{
  margin: 0 auto;
  text-align: center;
  position:relative;
}
.system_super_free a,
.system_luxury a{
  text-align: center;
  margin: 0 auto;
  display: block;
}
.is_system .system_super_free .system_table td{
  border: 1px solid #FCC900;
}
.is_system .system_super_free .system_table td.min{
  background:#FCC900;
  color: #000;
}
.is_system .system_komikomi .system_table td{
  border: 1px solid #247D19;
}
.is_system .system_komikomi .system_table td.min{
  background:#247D19;
  color: #fff;
}
.is_system .system_luxury .system_table th{
  background: #8E8AE9;
}
.is_system .system_luxury .system_table td{
  border: 1px solid #915da3;
}
.is_system .system_luxury .system_table td.min{
  background:#915da3;
}
.is_system .system_luxury .child_table{
  width:100%;
}
.is_system .system_luxury p{
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  color: #f00;
  margin: 10px 0;
}
.is_system .system_luxury .ex_table{
  border: none;
  width: 100%;
  margin: 0;
}
.is_system .system_container{
  margin-top: 15px;
}
.is_system .system_container.is_play{
  margin-top: 25px;
}
.is_system .caption{
  border-top: 1px solid #000;
  margin: 5px 5px 0;
  padding-top: 3px;
}
.is_system .drawer-dropdown{
  display: none;
  padding: 0 0 10px;
}
.is_system .open_nav.nav_list{
  padding: 15px 0 0;
}
.is_system .open_nav.nav_list .system_container{
  margin-top: 5px;
}
.is_system .open_nav.nav_list .system_container.is_luxury{
  margin-bottom: 5px;
}
.is_system .close_nav.nav_list{
  padding: 0;
}
.nav_list{
  padding: 15px 0;
}
.is_system .list_bg{
  background: url(../images/system/system_line.jpg);
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
}
.is_system .list_bg a{
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
.is_system .is_point{
  background:#fff;
  padding: 10px 5px;
  margin-bottom: 10px;
}
.is_system .is_point .li_01{
  letter-spacing: -0.5px;
}
.is_system .is_point .li_03{
  margin-top:10px;
}
.is_system .is_point .fu_link{
  text-align: right;
  margin-top: 10px;
}
.nav_list > ul > li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #F6BAC9;
    color: #fff;
    background: url(../images/system/system_line.jpg);
    position: relative;
    font-size: 1rem;
	font-weight: bold;
}
.nav_list > ul.l_hotel > li{
  background: url(../images/system/system_line.jpg);
}
.nav_list > ul > li:after {
    content: "\f18e";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.nav_list > ul > li.active:after{
    content: "\f01a";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.is_system .credit_caution {
  line-height: 1rem;
  margin-bottom: 10px;
}
.is_system .credit_caution dt{
  width: 1em;
  float: left;
}
.is_system .credit_caution dd{
  margin-left: 0.5em;
}
.is_system .credit_flow th{
  width: 25%;
  background: #93BFEC;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.is_system .credit_flow td{
  border: 1px solid #93BFEC;
  background: transparent;
  padding: 5px;
}
.is_system .nav_list > ul > li > a{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.red{
  color: #ff0000;
  font-weight: bold;
}
.blue{
  color: #1C85F2;
  font-weight: bold;
}
/*access*/
.is_access .slick-slide img{
  margin: 0 auto;
}
.is_access .access_select_box{
  margin:10px 0;
}
.is_access .access_select_box ul li{
  width:32%;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.is_access .access_select_box ul li a{
  text-decoration: none;
}
.is_access .access_select_box ul li:nth-child(1){
  border: 2px solid #7fbfff;
}
.is_access .access_select_box ul li:nth-child(1) a{
  color: #7fbfff;
}
.is_access .access_select_box ul li:nth-child(2){
  border: 2px solid #bf7fff;
}
.is_access .access_select_box ul li:nth-child(2) a{
  color:#bf7fff;
}
.is_access .access_select_box ul li:nth-child(3){
  border: 2px solid #7ebd75;
}
.is_access .access_select_box ul li:nth-child(3) a{
  color: #7ebd75;
}
.is_access .access_btn{
  padding: 5px 15px;
  margin: 5px auto;
  width: 95%;
  height: auto;
}
.is_access .demo-wrapper .band{
  background: #fff;
  padding: 5px;
  margin: 5px;
}
.is_access .map_movie_tit{
  background: #999;
  line-height: 20px;
  margin: 5px 0;
}
.is_access .map_movie_tit p{
  color: #fff;
  font-size: 1rem;
  padding: 0 5px;
}
.is_access .movie_list{
  text-align: center;
}
.is_access #add_list{
  background: #fff;
  padding: 5px;
}
.is_access .map_wrap,
.is_access .map_movie_wrap,
.is_access .demo-wrapper{
  margin-bottom: 10px;
}
.is_access .map_link ul li {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.is_access .map_link ul li a{
  font-size: 1rem;
  padding: 5px;
  display: block;
  text-decoration: none;
  position: relative;
}
.is_access .map_link ul li a:after{
  content:">";
  position: absolute;
  right: 5px;
  font-weight: normal;
}
.is_access .map_link ul{
  margin-bottom: 15px;
}
.waiting_place{
  margin-top: .5em;
}
/*在籍*/
.btn_box_2{
  display: block;
	width: 96%;
	margin: 10px auto 6px;
	padding: 8px 0;
	height: 40px;
	text-align: center;
	background: rgb(213,192,214); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,192,214,1) 0%, rgba(206,116,211,1) 51%, rgba(213,192,214,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(213,192,214,1) 0%,rgba(206,116,211,1) 51%,rgba(213,192,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(213,192,214,1) 0%,rgba(206,116,211,1) 51%,rgba(213,192,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c0d6', endColorstr='#d5c0d6',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f4bcf1',GradientType=0 ); /* IE6-9 */
	border-radius: 8px;
	border: solid 1px #CCC;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}

/*出勤*/
.is_schedule .date_select ul{
  text-align: center;
  padding: 5px 0;
}
.is_schedule .date_select ul li {
    display: inline-block;
    width: 24%;
    border: 2px solid #ff2e2e;
    background: #fff;
    text-align: center;
    border-radius: 7px;
    line-height: 19px;
}
.is_schedule .date_select ul li a{
  color: #ff2e2e;
  text-decoration: none;
  display: block;
}
.is_schedule .date_select ul li.active{
  background: #ff2e2e;
}
.is_schedule .date_select ul li.active a{
  color: #fff;
}
.is_schedule .date_select ul li.week_link {
    background: #ffdefb;
    color: #fff;
    border-radius: 10px;
    line-height: 19px;
}
.is_schedule .date_select ul li.week_link a{
    text-decoration: underline;
}
.is_schedule .today_sort ul{
  text-align: center;
}
.is_schedule .today_sort ul li{
  width: 50px;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  font-family:  "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}
.is_schedule .today_sort ul li.all{
  background-color: #e597b2;
}
.is_schedule .today_sort ul li.rank{
  background-color: #5383c3;
}
.is_schedule .today_sort ul li.new{
  background-color: #fabf14;
}
.is_schedule .today_sort ul li.event{
  background-color: #88cb7f;
}
.is_schedule .today_sort ul li span{
  line-height: 45px;
}
.is_schedule #today_girls{
  margin-top: 25px;
}
.is_schedule #girls_all .girls_list ul li{
  padding-bottom: 20px;
  border: none;
  min-height: 315px;
  background: transparent;
}
.is_schedule #girls_all .girls_list ul li .girlsList_wrap{
	height:auto;
  min-height: auto;
	min-height: 295px;
  border:2px solid #ccc;
  background: #fff;
}
.is_schedule #girls_all .girls_list ul li .type_bm{
  top: -16px;
}



/*コスプレ一覧*/
.page_cosplay .cosplay_inner {
  padding-top: 15px;
}
.page_cosplay .cosplay_inner ul li{
  width: 33.3%;
  float: left;
}
.page_cosplay .lum-lightbox-inner img{
  top: 30px;
  left: 12%;
  width: 250px;
  height: auto;
}

/*line*/
.line_wrap{
	background: #fff;
	border: 2px solid #55de08;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1rem;
}
.line_wrap img{
	width:100%;
}
.line_wrap div,
.line_wrap div a{
	font-weight: bold;
}

/*reserve*/
.reserve_text_box {
	margin: 0 0 6px;
	padding: 5px;
	background: rgba(255, 205, 201, .3);
	border: solid 2px #ffc6eb;
}
.reserve_text {
	padding: 6px;
	background: rgba(255, 255, 255, .9);
}
.reserve_bold {
	color: #F00;
	font-weight: bold;
}
.reserve_form_box {
	background: rgba(255, 255, 255, .4);
  margin-top: 15px;
}
.reserve_header{
  padding: 10px 5px;
  font-weight: bold;
  background: #c90f0f;
  color: #fff;
  font-size: 1rem;
}
.reserve_box{
  padding: 10px 5px;
  font-size: 1rem;
}

.hope_time {
	display: inline-block;
	width: 46% !important;
}
.reserve_tel{
  text-align: center;
  padding: 10px;
}
.reserve_btn{
  background-color: #b39445;
  border: 0 none;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 3;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.reserve_btn_box{
  margin-bottom: 10px;
}

/*profile*/
.is_profile .arrow_tit{
  line-height: 20px;
  height: 50px;
  padding: 4px 0;
}
.is_profile .arrow_tit:after{
  top: 50px;
}
.is_profile .prof_img{
  /*background: none;*/
    /*background: url(../images/profile/main_bk.jpg)no-repeat;*/
  /*background-size: 135%;*/
      height: 580px;
}
.is_profile .prof_img section{
  position: relative;
  padding: 30px 0 40px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
.is_profile .prof_img .flexslider{
  width:270px;
  margin: 0 auto;
  border: 0;
}
.is_profile .prof_img .main_deco{
  position: absolute;
  top: 0;
}
.is_profile .main_contorol{
  position: relative;
}
.is_profile .main_contorol img{
  position: absolute;
  right: 2%;
}
.is_profile .flex-control-nav{
  z-index: 99;
  bottom:-35px;
}
.is_profile .flex-control-paging li a{
  background: #969696;
  width: 10px;
  height: 10px;
  border-radius: 0;
}
.is_profile .flex-control-paging li a.flex-active{
background: #b39445;
border-radius: 0;
}
.is_profile .girls-rank{
    text-indent: -9999px;
    width: 100%;
    height: 70px;
}
.is_profile .girls-rank.n_rank{
  height: 0;
}
.is_profile .girls-rank.new_rank{
  background: url(../images/profile/new_rank.png)no-repeat center;
}
.is_profile .girls-rank.s_rank{
  background: url(../images/icon/icon_sss.gif)no-repeat center;
}
.is_profile .girls_type{
  border: 1px solid #E74C1E;
  background: #E74C1E;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.is_profile .today_work{
  margin: 20px 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.is_profile .today_work .is_left{
  width: 40%;
}
.is_profile .today_work .is_right{
  width:60%;
}
.is_profile .girls_work{
  margin-bottom: 0;
  background-color: #ff2e2e;
  color: #fff;
  height: 61px;
  /*line-height: 60px;*/
  padding: 10px 0;
  text-align: center;
  font-size: 0.9rem;
}
.is_profile table{
    border-collapse: collapse;
    border-spacing: 0;
}
.is_profile table.weekly-tb{
  width: 100%;
  table-layout: fixed;
}
.is_profile table.weekly-tb th,
.is_profile table.weekly-tb td{
  width: 33.3%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ff2e2e;
  height: 30px;
  letter-spacing: -1px;
}
.is_profile .prof_inner{
  margin-top: 15px;
}
.is_profile .prof_inner .sm_line{
  margin-bottom: 30px;
}
.is_profile .prof_inner .like_box{
  background: #ffe9db;
  border-radius: 5px;
  padding: 10px 10px 15px;
  margin: 5px 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.is_profile .prof_inner .like_box dl{
  border-bottom: 1px solid #333;
  padding: 8px 0;
}
.is_profile .prof_inner .like_box dt{
  width: 50%;
  float: left;
  color: #c90f0f;
  font-weight: bold;
}
.profile_detail dl:before {
    content: url(../images/profile/qa.png);
    display: table-cell;
    width: 56px;
    vertical-align: middle;
    float: left;
}
.is_profile .prof_inner .o_bg{
  background: #ffe9db;
  padding: 10px 5px;
  /*box-shadow: 5px 5px 5px rgba(0,0,0,0.2);*/
}
.is_profile table#basic-play tr,
.is_profile table#option-play tr,
.is_profile table#date-play tr{
  width: 32%;
  display: inline-block;
  border: 1px solid #eda900;
  margin-right: 2%;
  margin-bottom: 1%;
}
.is_profile table#basic-play tr:nth-child(3n+3),
.is_profile table#option-play tr:nth-child(3n+3){
  margin-right: 0;
}
.is_profile table#basic-play th,
.is_profile table#basic-play td,
.is_profile table#option-play th,
.is_profile table#option-play td,
.is_profile table#date-play th,
.is_profile table#date-play td{
  display: block;
  text-align: center;
  height: 30px;
}
.is_profile table#basic-play th,
.is_profile table#option-play th,
.is_profile table#date-play th{
  background-color: #eda900;
  color: #fff;
  line-height: 30px;
}
.is_profile table#basic-play td,
.is_profile table#option-play td,
.is_profile table#date-play td{
  background-color: #fff;
  color: #eda900;
  font-size: 1.6rem;
}
.is_profile .profile_mg_box dl {
  margin-bottom: 5px;
}
.is_profile .profile_mg_box dl dt{
  display: inline-block;
  float: left;
  width: 10%;
}
.is_profile .profile_mg_box dl dd.progress{
  width: 85%;
  padding-left: 0;
  margin-left: 15px;
  position: relative;
  top: 6px;
  float: left;
  display: inline-block;
}
.is_profile .movie_box{
  margin: 35px -15px;
}
.is_profile .movie_box iframe{
  width: 95%;
  height:200px;
  border: 4px solid #000;
  border-radius: 5px;
}
.is_profile .movie_inner{
  background: transparent;
  text-align: center;
}
.is_profile .movie_inner .girl-movie{
  /*background: url(../images/movie_bg.jpg)no-repeat;*/
  padding: 5px 0 0 0;
  margin: 0px 14px;
  background-size: 100%;
    border: 4px solid;
  border-image: linear-gradient(-1deg, #b39445, #b39445, #fffcf2, #b39445, #b39445);
  border-image-slice: 1;
}
.is_profile .movie_top{
  font-size: 0;
}
.is_profile .more{
  background: #FF6FA2;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
  margin:5px 0;
}
.is_profile .more a{
  color:#fff;
  text-decoration: none;
  display: block;
}
.is_profile .prof_inner .contents_header{
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 2rem;
  background-color: #ffe9db;
  margin-bottom: 0px!important;
}
.is_profile .prof_inner .contents_header img{
  width: 61%;
}
.is_profile .girl-blog{
  text-align: center;
  margin: 40px 0;
}
.is_profile .girl-blog .blog_link{
border: 1px solid #b39445;
background-color: #fff;
color: #b39445;
padding: 10px 20px;
cursor: pointer;
width: 80%;
margin: 20px auto 0;
font-weight: bold;
}
.is_profile .girl-blog .blog_link a{
color: #b39445;
display: block;
text-decoration: none;
font-size: 1rem;
}
.is_profile .girl-blog .blog_link a:after{
content: "\f08e";
padding-left: 10px;
font-family: FontAwesome;
}
.is_profile .girl-blog iframe{
  width: 100%;
}
.is_profile .comment_box {
    /* background: url(../images/profile/comment_bg_top.jpg)no-repeat; */
    background-color: #ffe9db;
    background-size: 100%;
    padding: 80px 0 30px;
    height: 100%;
    border: 1px solid;
    border-image: linear-gradient(-1deg, #b39445, #b39445, #fffcf2, #b39445, #b39445);
    border-image-slice: 1;
}

/*スクロールバー表示させる*/
.is_profile .comment_inner::-webkit-scrollbar{
    width: 15px;
}
.is_profile .comment_inner::-webkit-scrollbar-thumb{
    background: #f5b1aa;
}
.is_profile .comment_inner::-webkit-scrollbar-track-piece:start{
    background: #fdeff2;
}
.is_profile .comment_inner::-webkit-scrollbar-track-piece:end{
    background: #fff;
}


.is_profile .comment_box .contents_header{
  position: relative;
  margin-top: 0;
}
.is_profile .comment_box .contents_header > img{
    position: absolute;
    top: -80px;
    left: 0%;
    width: 363px;
    z-index: 99;
}
.is_profile .comment_box .clip_img{
  position: absolute;
  right: 25px;
  width: 30px;
  top: 12px;
}
.is_profile .prof_review h3 img{
  width: 80%;
}
.is_profile .girl_review{
  margin-bottom: 30px;
  border:2px solid #b39445;
  padding: 5px;
  margin-top: 15px;
  background: #fff;
}

.is_profile .girl_review h3.contents_header{
  margin-top: 0;
  text-align: center;
}
.is_profile .girl_review h3.contents_header img{
  width: 280px;
}
.is_profile .girl_review .user-comment{
  text-align: center;
}
.is_profile .girl_review .user-comment input{
  border:1px solid #E13D44;
  background-color: #E13D44;
  color:#fff;
  padding: 10px 20px;
  cursor: pointer;
}
.is_profile .girl_review .review_inner{
  overflow-x: hidden;
  max-height: 240px;
  margin-bottom: 10px;
}
/*スクロールバー表示させる*/
.is_profile .girl_review .review_inner::-webkit-scrollbar{
width: 15px;
}
.is_profile .girl_review .review_inner::-webkit-scrollbar-thumb{
background: #f5b1aa;
}
.is_profile .girl_review .review_inner::-webkit-scrollbar-track-piece:start{
background: #fdeff2;
}
.is_profile .girl_review .review_inner::-webkit-scrollbar-track-piece:end{
background: #fff;
}
.is_profile .girl_review .review_inner .user-review{
  padding: 10px;
  margin-right: 10px;
}
.is_profile .girl_review .review_inner .user-review:nth-child(odd){
  background: #fafad2;
}
.is_profile .girl_review .review_inner .user-review:nth-child(even){
  /*background: url(../images/header_bg.jpg);*/
}

.is_profile .girl_review .review_inner .user-review img{
  width:39px;
  margin-right: 5px;
  float: left;
}
.is_profile .girl_review .review_inner .user-review p{
  width: calc(100% - 50px);
  float: left;
}
.is_profile .relation_list{
  background: #CF6F73;
  padding: 5px;
  margin: 0 -5px;
}
.is_profile .relation_list h3{
  color: #c90f0f;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.is_profile .relation_list #relation_slider{
  margin-top: 5px;
}
.is_profile .relation_list #relation_slider .slick-initialized .slick-slide{
  margin-bottom: 0;
  width: 125px;
  height: 150px;
}
.is_profile .relation_list #relation_slider .slick-initialized .slick-slide img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.is_profile .kanren_list li img{
width: 100px;
}
 .is_profile .kanren_list li p,
 #relation_slider li p{
  background-color: #000;
  color: #fff;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 20px;
  line-height: 20px;
 }
 .is_profile .reserve_bnr{
   position: relative;
   margin-top: 25px;
 }
  .is_profile .reserve_bnr a.web{
    position: absolute;
    bottom: 4px;
    width: 165px;
    right: 26%;
  }
.is_profile .reserve_bnr .p_bottom{
  position: absolute;
  left: 27%;
  top: 9px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
}
.is_profile .reserve_bnr .p_bottom p{
  font-weight: bold;
}

 /*member*/
.is_member .event ul li img{
  width:100%;
}
.is_member .event ul li:first-child img{
  width:100%;
}
.is_member .translation h3{
  background-color:#ff2e2e;
  color: #fff;
  font-size: 1rem;
  padding: 0 5px;
  margin-bottom: 10px;
}
.is_member .translation h3 + p{
  margin-bottom:15px;
  padding: 0 5px;
}
.is_member .caution{
  border:2px solid #ff2e2e;
  padding: 5px;
  background: #fff;
}
.is_member .caution h3{
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
.is_member .register_box{
  margin-top:30px;
}
.is_member .register_box .btn_form{
  text-align: center;
  padding: 10px 30px;
}
.is_member .register_box #login_btn2 {
    background-color: #b39445;
    border: 2px solid #b39445;
    color: #fff;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 20px;
    background: rgb(213,192,214);
    background: -moz-linear-gradient(top, rgba(255,239,153,1) 0%, rgba(198,168,5,1) 51%, rgba(255,239,153,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,239,153,1) 0%,rgba(198,168,5,1) 51%,rgba(255,239,153,1) 100%);
    background: linear-gradient(to bottom, rgba(255,239,153,1) 0%,rgba(198,168,5,1) 51%,rgba(255,239,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c0d6', endColorstr='#d5c0d6',GradientType=0 );
}
.is_member .register_box .btn_form + p{
  margin: 30px 0;
  border:1px solid #ff2e2e;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  background: #fff;
}

/*ムービー*/
.is_movie .look_movie{
  text-align: center;
  background:url('../images/movie/movie_bk.png')no-repeat center center;
  height:525px;
  width:100%;
  background-size:90%;
  margin-bottom: 20px;
  position: relative;
}
.is_movie .look_movie iframe{
  position: absolute;
  top: 100px;
  left:100px;
}
.is_movie .look_movie video{
  width: auto;
  height: 250px;
}
.is_movie .movie_box{
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  margin: 0 0 2%;
  padding: 0 4px 10px;
  overflow: hidden;
  border: 2px solid #c90f0f;
}
#page-body .is_movie .movie_box h3 {
	font-size: 1.2rem;
	font-weight: bold;
  margin-bottom: 0;
  padding:0 10px;
}
.is_movie .movie_box .movie_name{
  background-color: #ff2e2e;
  margin: 0 -4px;
  padding:0 10px;
	font-size: 1.1rem;
}
.is_movie .movie_box .movie_name a{
  color: #fff;
  text-decoration: underline;
}
.is_movie .movie_detail{
	float: left;
}
.movie_img {
	float: right;
}

.is_movie .movie_detail {
	width: 45%;
	height: 119px;
	margin: 0 1% 0 0;
	padding: 4px 2px;
	overflow: hidden;
}
.movie_img {
	position: relative;
	width: 54%;
	margin: 1% 0 0;
  cursor: pointer;
}
.play_btn {
	position: absolute;
	top: 40px;
	left: 86px;
	width: 40px !important;
	height: 40px !important;
	opacity: .8;
}
.is_movie .shift_box_on {
    width: 48%;
    display: inline-block;
    border: 2px solid #ff2e2e;
    text-align: center;
    color: #ff2e2e;
    margin: 10px 1% 0;
}
.is_movie .shift_box_off{
  width: 48%;
  display: inline-block;
  border: 2px solid #aaa;
  text-align: center;
  color: #aaa;
  margin: 10px 1% 0;
}

/*キャンペーン*/
.is_campaign .campaign_banner{
  background: rgba(255, 255, 255, .7);
  margin-bottom: 10px;
}
.is_campaign .campaign_tit{
  background: #c90f0f;
  color: #fff;
  padding: 5px;
}
.is_campaign .campaign_inner{
  padding: 5px;
}

/*規約*/
/*is_guide*/
.is_guide section{
  margin-bottom:10px;
  background:url('../images/guide/line_dot.png')repeat-x bottom ;
  padding-bottom:20px;
}
.is_guide h3{
  font-size: 1.2rem;
  padding-left:50px;
  line-height: 40px;
  background:url('../images/guide/tit_icn.png')no-repeat;
}
.is_guide section .in_box{
  padding: 0 10px;
}
.is_guide p.border{
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  margin-bottom:10px;
  padding: 5px;
}
.is_guide ul{
  margin-bottom: 10px;
}
.is_guide ul.w_circle li:before,
.is_guide .handicap_box h4:before,
.is_guide .beginner_box h4:before,
.is_guide .retouch_box h4:before{
  content:"◆";
}
.is_guide .handicap_box h4,
.is_guide .beginner_box h4,
.is_guide .retouch_box h4{
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom:10px;
}
.is_guide .handicap_box .inner,
.is_guide .beginner_box .inner,
.is_guide .retouch_box .inner{
  margin-bottom: 20px;
}
.is_guide .handicap_box{
  padding: 5px;
  margin-bottom: 0;
}

/*media*/
.is_media .media_inner{
  padding: 0 0 8px;
}
.is_media .media_inner ul li{
  margin: 0 5px 10px;
  background: rgba(255, 255, 255, .8);
  padding: 5px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  border: 2px solid #c90f0f;
}
.is_media .media_inner ul li .title_link{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
  color: #c90f0f;
}
.is_media .media_inner .media_img{
  width: 70px;
  display: inline-block;
  float: left;
}
.is_media .media_inner .new_content{
  width: calc(100% - 75px);
  display: inline-block;
  float: right;
  padding: 5px 10px 5px 5px;
}

/*問い合わせ*/
.is_contact form{
  background:  rgba(255, 255, 255, .4);
}
.form_menu{
  padding: 10px 5px;
  font-weight: bold;
  background: #c90f0f;
  color: #fff;
  font-size: 1rem;
}
form .contents_box{
  padding: 10px 0;
  font-size: 1rem;
}
.reset_btn{
  background-color: #fff;
  border: 1px solid #b39445;
  border-radius: 2px;
  box-sizing: border-box;
  color: #b39445;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 3;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

/*drawer*/
.drawer-nav .login_btn{
  border:1px solid #ff2e2e;
  color: #000;
  font-size: 1rem;
  width: 100%;
  padding: 5px 0;
  margin: 5px 0 10px;
  text-align: center;
  background: #fff;
}
.drawer--right .drawer-nav{
  z-index: 999;
  padding: 10px 5px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.drawer--right .drawer-nav a{
  text-decoration: none;
}
.drawer-nav li.nav_btn{
  border: none;
}
.drawer-nav .drawer-menu-box > li.nav_btn{
  background: #F3A847;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  padding: 8px 0;
  margin: 0 0 5px;
  text-align: center;
  border: none;
}
.drawer-nav .drawer-menu-box > li.nav_btn a{
  font-size: 1.4rem;
}
.drawer-nav .drawer-menu-box > li.nav_btn:nth-child(1){
  background: #c90f0f;
}
.drawer-nav .drawer-menu-box > li.nav_btn:nth-child(2){
  background: #ff2e2e;
}
.drawer-nav .drawer-menu-box > .nav_btn a{
  color: #fff;
}
.drawer-nav .drawer-menu-box > .nav_btn i.fa{
  color: #fff;
  padding-left: 5px;
}
.drawer-nav .drawer-menu-box > li{
  border-bottom: 1px solid #000;
  padding: 7px 0 7px 10px;
  line-height: 24px;
}
.drawer-nav .drawer-menu-box > li > a{
  color: #000;
  display: block;
  font-size: 1rem;
}
.drawer-nav .drawer-menu-box > li > a > img.d_icon{
  width: 30px;
  padding-right: 5px;
  vertical-align: center;
}
.drawer-nav .sub_nav {
  margin-bottom: 10px;
}
.drawer-nav .sub_nav li a{
  color: #000;
  font-weight: normal;
  display: block;
  padding: 9px 2px;
  font-size: 11px;
}
.drawer-nav .sub_nav li{
  width: 50%;
  float: left;
  border-bottom: 1px solid #000;
  padding: 0;
}
.drawer-nav .sub_nav li:nth-child(even){
  border-left: 1px solid #000;
}
.drawer-nav .login_btn{
  border:1px solid #C979BE;
  color: #000;
  font-size: 1rem;
  width: 100%;
  padding: 5px 0;
  margin: 5px 0 10px;
  text-align: center;
  background: #fff;
}
.drawer-nav .login_btn a{
  color:#000;
  font-weight: normal;
}
.drawer-nav .login_btn img{
  width: 30px;
  vertical-align: bottom;
}
.drawer-nav .close{
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
/*ranking*/
.is_ranking ul[class*="colum"] li{
  background: transparent;
  border: none;
}
.is_ranking .ranking_inner ul li .left_box,
.is_ranking .ranking_inner ul li .right_box{
  float: left;
}
.is_ranking .ranking_inner ul li .left_box{
  width: 170px;
}
.is_ranking .ranking_inner ul li .right_box{
  width: calc(100% - 160px - 10px);
  height: 200px;
  padding-top: 105px;
}
.is_ranking .name{
  font-size: 2rem;
  text-align: center;
}
.is_ranking .ranking_01 .right_box{
  background: url(../images/ranking/rank_1.png)no-repeat top center;
}
.is_ranking .ranking_02 .right_box{
  background: url(../images/ranking/rank_2.png)no-repeat top center;
}
.is_ranking .ranking_03 .right_box{
  background: url(../images/ranking/rank_3.png)no-repeat top center;
}
.is_ranking .ranking_04 .right_box{
  background: url(../images/ranking/rank_4.png)no-repeat top center;
}
.is_ranking .ranking_05 .right_box{
  background: url(../images/ranking/rank_5.png)no-repeat top center;
}
.is_ranking .prof_link{
  background:#ff2e2e;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 5px;
}
.is_ranking .prof_link a{
  color: #fff;
  text-decoration: none;
}


/*ホテルリスト*/
.hotel_tit{
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #fff;
  background-color: #1C85F2;
}
.select_hotel_list {
	width: 80%;
	margin: 10px auto 20px;
	overflow: hidden;
}
.business_hotel, .love_hotel {
	float: left;
	width: 48%;
	text-align: center;
}
.business_hotel {
	margin: 0 2% 0 0;
}
.business_hotel a, .love_hotel a {
	display: block;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 3;
	border: solid 1px #ccc;
}
.business_hotel_tit{
  background: url(../images/guide/business.png);
}
#business_hotel caption{
  border-bottom: 2px solid #1C85F2;
  margin-bottom: 10px;
  border-left: 10px solid #1C85F2;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
#love_hotel caption{
  border-bottom: 2px solid #c90f0f;
  margin-bottom: 10px;
  border-left: 10px solid #c90f0f;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
.is_hotel table.hotel_list{
  border-collapse: collapse;
  border-spacing: 0;
}
.is_hotel table.hotel_list{
  /*border: 1px solid #FF80BF;*/
  margin-bottom: 20px;
  width: 100%;
}
.is_hotel table.hotel_list td,
.is_hotel table.hotel_list th{
border: 1px solid #A6A6A6;
padding: 2px;
background: rgba(255, 255, 255, .7);
}
.is_hotel table.hotel_list th{
  background-color: rgba(254,110,163,0.8);
  text-align: center;
}
.is_hotel table.hotel_list td.head{
    background-color: rgba(254,110,163,0.8);
    color: #fff;
}
.is_hotel table.hotel_list td.business_head{
    background-color: rgba(46,157,207,0.8);
    color: #fff;
}
.is_hotel table.hotel_list .area_tit,
.is_hotel table.hotel_list .area_tit_child{
  text-align: center;
}
.is_hotel table.hotel_list .area_tit{
  background-color: #f3f3f3;
}
.is_hotel table.hotel_list .area_tit_child{
  background-color: #fff;
}
.is_hotel table#business_hotel.hotel_list th{
  background-color: rgba(46,157,207,0.1);
}
.is_hotel .drawer-dropdown{
  margin: 5px 0 10px;
  /*display: none;*/
}
.is_hotel .drawer-dropdown table{
  border-collapse: collapse;
}
.is_hotel .drawer-dropdown table td,
.is_hotel .drawer-dropdown table th{
  background: rgba(255, 255, 255, .7);
  border: 1px solid #FE6EA3;
  padding: 2px;
}
.is_hotel .drawer-dropdown table td.head,
.is_hotel .drawer-dropdown table td.b_head{
  width: 35%;
}
.is_hotel .drawer-dropdown table th{
  background: #FE6EA3;
  color: #fff;
}

.is_hotel .nav_list.business > ul > li{
  background: url(../images/guide/business_line.jpg);
}
.is_hotel .business .drawer-dropdown table th,
.is_hotel .business .drawer-dropdown table td{
  border:1px solid #46A0FF;
  }
.is_hotel .business .drawer-dropdown table td.business_head{
  width: 35%;
}
.is_hotel .business .drawer-dropdown table th{
  background: #46A0FF;
}
.is_hotel h3{
  font-size: 1rem;
  background: #999;
  color: #fff;
  padding: 10px 5px;
}
.is_hotel .nav_list{
  padding: 5px 0 15px;
}

/*グループ店紹介*/
.is_group .group_box,
.is_group .page_group ul li{
  background: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  margin-bottom: 10px;
  padding: 10px;
}
.is_group .group_box:before,
.is_group .page_group ul li:before{
  content:url(../images/group/b_pin.png);
}
.is_group .group_box img,
.is_group .page_group ul li img{
  width:80%;
}
.is_group .group_box table,
.is_group .page_group ul li table{
  text-align: left;
}
.is_group .b_btn{
  text-align: right;
  margin-top: 10px;
}
.is_group .b_btn a{
  padding: 5px 30px;
	background: rgb(169,228,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,228,247,1) 0%, rgba(15,180,231,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(169,228,247,1) 0%,rgba(15,180,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}


/*フッター部分グループ一覧*/
.group_inner ul[class*="colum"] li{
  border: 1px solid #ccc;
  box-shadow: 2px 2px 4px rgba(51,51,51,0.4);
  /* height: 250px;
  margin-right: 1.2%;
  width: 32.5%; */
}
.group_inner ul[class*="colum"] li:nth-child(3n){
  margin-right: 0;
}
.group_inner .sogo ul[class*="colum"] li{
  height: auto;
}
.group_inner ul[class*="colum"] li a{
  text-decoration: none;
}
.group_inner .area_color{
  color: #fff;
}
.group_inner .text_box p{
  color: #000;
  text-decoration: none;
}
.group_inner h4{
  background: #434343;
  color: #fff;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 1rem;
}

/*在籍表*/
.is_girls .colum3 li{
  /* min-height: 250px; */
}

/*トップ出勤情報*/
.top_today .girlsList_wrap{
  margin: 0 0 5px;
  background: #fff;
  padding: 0;
}
.top_today .girls_all_photo{
  width: 70px;
  margin: 0 auto;
}
.top_today .list_text{
  text-align: center;
}
.top_today .list_text .shift_name{
  background: #ff2e2e;
  height: 20px;
  line-height: 20px;
  margin: 0 -1px;
}
.top_today .list_text .shift_name a{
  color: #fff;
  font-weight: bold;
}

.top_today .list_text .state_rest{
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 12.5px;
    padding: 3px 0;
    letter-spacing: 1px;
}
.top_today ul[class*="colum"] .list_text .state_go{
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 18px;
}
.top_today .today_girls{
  margin: -10px 0 5px;
}
.top_today .gbox_icon{
  height: 24px;
  line-height: 24px;
}
.top_today .gbox_icon img{
  height: 20px;
}
.top_today .girls_kind,
.top_today .girls_type{
  margin: 3px 0.5% 0;
  font-size: .6rem;
}
.top_today .colum3 li {
  height: 220px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  background: #fff;
}
.top_schedule{
  margin-bottom: 10px;
}
.top_schedule .top_today{
  margin: 0 5px;
}
.more_btn{
  position: relative;
  text-align: center;
}
.more_btn a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  border: solid 2px #ccc;
  background-color: #fff;
  margin: 0 5px;
  color: #000;
  text-decoration: none;
  font-family: 'MS PGothic',sans-serif;
}
.more_btn a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 11px transparent;
  border-left: solid 14px #ff2e2e;
  right: 0px;
  margin-top: -3px;
}

/*画像サイズ変更*/

.colum3 li{
  /* margin-right: 1.2%;
  width: 32.4%; */
}
.arrow_tit::after{
  right: 46.6%;
}
#mainVisual{
  height: auto;
  margin-bottom: 0;
  background-size: 100%;
}
#mainVisual .pickup_box{
width: 50%;
background: none;
float: left;
text-align: center;
}
#mainVisual .pickup_box.is_width .pickup_img a img{
width: 100%;
height: auto;
}
#mainVisual .pickup_box .pickup_img a img{
width: 95%;
}
#mainVisual .p_btn{
width: 160px;
z-index: 9999;
font-size: 1.2rem;
height: 26px;
line-height: 26px;
margin-top: 10px;
}

#mainVisual .pickup_img{
position: relative;
}
#mainVisual .pickup_img .event_img{
position: absolute;
bottom: 5px;
right: -1%;
width: 195px;
height: 67px;
transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
}
.pickup2000,
.event_img_w.pickup2000_w{
background: url(../images/icon/picup_2000off.png) no-repeat;
background-size: 100%;
}
.pickup3000,
.event_img_w.pickup3000_w{
background: url(../images/icon/picup_3000off.png) no-repeat;
background-size: 100%;
}
.pickup5000,
.event_img_w.pickup5000_w{
background: url(../images/icon/picup_5000off.png) no-repeat;
background-size: 100%;
}
.pickup_event,
.event_img_w.pickup_event_w{
background: url(../images/icon/picup_event.png) no-repeat;
background-size: 100%;
}
#mainVisual .event_img{
width: 160px;
height: 45px;
transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
}
.pickup_img {font-size:0;}
.event_img.event_left{
position: absolute;
bottom: 75px;
right: 50%;
}
.event_img.event_right{
position: absolute;
bottom: 75px;
right: 0%;
}
.w_event{
  position: relative;
}
.event_img_w{
position: absolute;
bottom: 75px;
right: 16%;
width: 250px;
height: 70px;
transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
}

.main_bottom{
font-size: 0;
position: relative;
background: url(../images/pic_up_bg.jpg);
height: 30px;
}
.main_bottom img{
position: absolute;
bottom: 0;
}

.is_profile .prof_img .flexslider{
  background: transparent;
  min-height: 200px;
}
.is_profile .prof_img .flexslider .flex-viewport{
  min-height: 200px;
}
.is_profile .prof_img .bx-wrapper{
  margin: 0 auto;
}
.is_profile .prof_img .bx-wrapper .bx-pager{
  z-index: 999;
}
.is_profile .prof_img .bx-wrapper .bx-controls-auto,
.is_profile .prof_img .bx-wrapper .bx-pager{
  bottom: -10px;
}

.top_today .colum3 li {
  margin-right: 4px;
}
.colum3 li:nth-child(3n){
  margin-right: 0;
}

.is_profile .prof_img .bx-wrapper{
background: transparent;
border: none;
box-shadow: none;
}
.is_profile .prof_img .bx-wrapper img {
max-width: 100%;
max-height: 520px;
width: auto;
margin: 0 auto 15px;
}
.is_profile .prof_img section{
  padding: 0 0 20px;
}
#mainVisual .arrow_tit{
  text-align: center;
}

/*20170526ピックアップ修正*/
#mainVisual .pickup_box .pickup_img a img{
border:3px solid #fff;
}

.is_profile table#basic-play td, .is_profile table#option-play td, .is_profile table#date-play td{
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  line-height: 30px;
}
.is_profile .prof_inner .like_box dl{
  font-size: 1.1rem;
  letter-spacing: -1px;
}
.is_profile table.weekly-tb th, .is_profile table.weekly-tb td{
  line-height:1.2;
}
.is_profile .prof_inner .like_box .profile_detail{
  background:rgba(255, 255, 255, 0.3);
  padding: 5px 10px 5px;
}
.ex_mb15{
  color:#ff2e2e;
  font-size: 18px;
}
/* SMバー変更修正 */

 .is_profile .sm-wrap{
  padding-top: 20px;
}
.is_profile .s_tit,
.is_profile .m_tit{
  display: inline-block;
}
.is_profile .s_tit img,
.is_profile .m_tit img{
  width: 45px;
}
.is_profile .s-number,
.is_profile .m-number{
  display: inline-block;
}
.is_profile .s-number img,
.is_profile .m-number img{
  max-width: 20px;
}
.is_profile .s_left,
.is_profile .m_left{
  text-align: center;
}
.is_profile .s-block,
.is_profile .m-block{
  padding: 10px;
}
.is_profile .s-block img,
.is_profile .m-block img{
  width: 20%;
}
.is_profile .prof_inner .sm_line{
  margin-bottom: 15px;
}

.is_profile .bx-wrapper .bx-prev{
  background: url(../images/icon/arrow_left.png)no-repeat;
  right: 5px;
}
.is_profile .bx-wrapper .bx-next{
  background: url(../images/icon/arrow_right.png)no-repeat;
  right: 0;
}
.is_profile .bx-wrapper .bx-controls-direction a{
  height: 40px;
}

.top_today .colum3 li{
  /* height: 220px;
  min-height: 220px; */
}
.group_inner .text_box p{
  letter-spacing: -.5px;
}
.top_media .media_right{
  height: 100px;
  overflow: scroll;
}


.is_profile .today_work .is_left{
  width: 30%;
}
.is_profile .today_work .is_right{
  width: 70%;
}
.is_profile .girls_work{
  letter-spacing: -0.5px;
}

.is_profile .s-block, .is_profile .m-block{
  padding: 0px;
  float: left;
  width: 60%;
}
.is_profile .s_left, .is_profile .m_left{
  float: left;
  width: 15%;
  text-align: left;
  margin-top: 5px;
}
.is_profile .s-wrap,
.is_profile .m-wrap{
  margin-bottom:15px;
}
.is_profile .s-number, .is_profile .m-number{
  float: left;
  width: 25%;
  text-align: right;
}
.is_profile .s_tit, .is_profile .m_tit{
  margin-top: 8px;
}
/*.is_profile .prof_inner .like_box dd{
  float: left;
  font-weight: bold;
  width: 54%;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.is_profile .prof_inner .like_box dd.size_dd{
  font-family:Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 1rem;
  letter-spacing: -.2px;
}*/

.is_profile .relation_list .swiper-slide{
  margin-bottom: 5px;
  height: auto;
}
.is_profile .relation_list .swiper-slide img{
  /* height: 185px; */
  width: auto;
}
/* .is_profile .relation_list #relation_slider .swiper-container, */
.is_profile .relation_list #relation_slider .swiper-slide{
  height: auto;
  margin-bottom: 5px;
  min-height: auto;
}

.is_profile .relation_list .swiper-slide{
    height: auto;
    min-height: auto;
    width: auto;
}
  .is_profile .relation_list .kanren_list .swiper-slide{
    width: 32.4%;
  }


   /* プロフィール口コミ・店長コメント改修 */
   .is_profile .girl_review .review_inner{
    max-height: 100%;
  }
 .is_profile .girl_review .review_inner .user-review{
   margin-right:0;
   position: relative;
 }
 .is_profile #loadMore{
   text-align: center;
   margin-bottom: 10px;
 }
 .is_profile #loadMore span{
   display: inline-block;
   background: #b7b7b7;
   padding: 10px 30px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   border-radius:5px;
   /* background-image: -webkit-linear-gradient(#8e8e8e 0%, #d0d0d0 100%);
   background-image: linear-gradient(#8e8e8e 0%, #d0d0d0 100%); */
   transition: .4s;
   color:#fff;
 }
 .is_profile .girl_review .review_inner .user-review p.review_more{
   overflow: hidden;
   max-height: 76px;
   cursor: pointer;
 }
 .is_profile .girl_review .review_inner .user-review p.review_more.open{
   overflow: hidden;
   max-height: 100%;
 }
 .is_profile .girl_review .review_inner .user-review p.review_more:after{
  content:" ";
   background: url(../images/profile/icon_right_arrow.png);
   position: absolute;
   right: 10px;
   top: 40px;
   width: 13px;
   height: 26px;
   background-size: contain;
   background-repeat: no-repeat;
 }
 .is_profile .girl_review .review_inner .user-review p.review_more.open:after{
  content:" ";
   background: url(../images/profile/close.png);
   position: absolute;
   right: 10px;
   top: 40px;
   width: 13px;
   height: 26px;
   background-size: contain;
   background-repeat: no-repeat;
 }
 .is_profile .girl_review .review_inner .user-review{
   padding-right: 10px;
 }
.is_profile .comment_inner {
    /* background: url(../images/profile/comment_bg_repeat.jpg)repeat-y; */
    background-size: 100%;
    overflow: hidden;
    padding: 0px 0px 0px 54px;
    height: 100%;
    margin-top: 10px;
}
 .is_profile .comment_inner.more_comme{
   max-height:250px;
   font-size: 18px;
   font-family:"Sawarabi Mincho", serif;
   color: rgb(102, 51, 102);
 }
 .is_profile .comment_inner.more_comme div,
 .is_profile .comment_inner.more_comme div span{
   font-size: 18px;
   font-family:"Sawarabi Mincho", serif!important;
   color: rgb(102, 51, 102);
 }
  .is_profile .comment_more{
    /*background: url(../images/profile/comment_bg_repeat.jpg)repeat-y;*/
    height:60px;
    background-size: 100%;
    padding:10px;
    text-align: center;
    display: none;
    cursor: pointer;
  }
 .is_profile .comment_more p{
   display: inline-block;
   padding: 10px 30px;
   background:#b7b7b7;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   border-radius:5px;
   /* background-image: -webkit-linear-gradient(#8e8e8e 0%, #d0d0d0 100%);
   background-image: linear-gradient(#8e8e8e 0%, #d0d0d0 100%); */
   transition: .4s;
   color:#fff;
 }
 /*
 .is_profile .comment_bottom{
   background: url(../images/profile/comment_bg_bottom.jpg)no-repeat;
   background-size: 100%;
   height: 66px;
 }*/

  /* プロフィール　コメント無料OP表示 */
  .is_profile .comment_inner.more_comme .op_comment{
    font-weight:bold;
    color:#ff0000;
    font-size:1.2rem;
    margin-bottom: 20px;
    font-family:"Sawarabi Mincho", serif;
  }
  .is_profile .comment_inner.more_comme div.profile_experience_2{
    margin: 10px auto;
    border: double #b39445;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #000;
    font-size:0.8em;
  }


  /* システムページ改修 */
.is_system .system_tab li{
  display: inline-block;
  text-align: center;
  padding: 8px 0;
	background: #fff;
	border-bottom: 1px solid #ff2e2e;
	border-right: 1px solid #ff2e2e;
	width: 50%;
	position: relative;
}
.is_system .system_tab li a{
  text-decoration: none;
  color: #ff2e2e;
  font-size: 1rem;
}
.is_system .arrow_tit{
    margin: 15px 0 15px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #dedede;
    background: transparent;
    color: #2A2575;
    text-align: left;
    height:auto;
}
.is_system .arrow_tit span{
border-left: 3px solid #2A2575;
    padding-left: 7px;
    display: inline-block;
    font-weight: bold;
}
  .is_system .arrow_tit span span{
    border:none;
    padding: 0;
    display: inline;
  }
.is_system .system_table th, .is_system .system_table td{
  padding: 8px 0;
}
.is_system .system_table td{
  border:none;
  border-bottom: 1px solid #b39445;
}

  .is_system .system_super_free .system_table td.min,
  .is_system .system_super_free .system_table td{
    border:none;
    border-bottom:1px solid #FCC900;
    background: transparent;
  }

.is_system .system_table, .is_system .ex_table{
  background: rgba(255, 255, 255, 0.8);
  margin: 5px 0;
}
.is_system .system_table td.min{
  background: transparent;
  color: #000;
}
.is_system .system_table th, .is_system .system_table td{
  background: transparent;
  width: 50%;
}

.is_system .system_container{
  padding: 5px;
  /* border-top: 4px solid #2A2576; */
}
.is_system .system_container > div{
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  margin: -5px;
}
.is_system .system_container.is_delivery > div{
  background:none;
}
.is_system .system_table .osussume{
      border: 2px solid #c90f0f;
}
.is_system .system_table .osussume td{
  padding:15px 0;
  /* background: rgba(255, 180, 232, 0.44); */
  color: #ff0000;
}
.is_system .table_wrap{
  position:relative;
}
.is_system .table_wrap .ossusume_img{
  position:absolute;
    width: 57px;
    bottom: 68px;
    left: 6px;
}
  .is_system .system_luxury .system_table th,
  .is_system .system_luxury .system_table td,
  .is_system .system_luxury .system_table td.min{
    width: 33%;
  }
  .is_system .system_luxury .system_table td.min{
    background:transparent;
  }
  .is_system .system_luxury .system_table td{
    border: none;
    border-bottom: 1px solid #915da3;
  }

  .is_system .ex_table th,
  .is_system .ex_table td{
    width: 50%;
    background: transparent;
    color: #000;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #915da3;
    padding: 8px 0;
  }
  .is_system .ex_table{
    border: none;
  }
    .is_system #omakase,
  .is_system #deli,
  .is_system #raiten,
  .is_system #ex,
  .is_system #op,
  .is_system #trans,
  .is_system #credit,
  .is_system #point{
    margin-top:-80px;
    padding:0;
  padding-top:80px;
  }

/* system/index */
 .is_system .system_tab{
     border-top: 1px solid #ff2e2e;
    border-left: 1px solid #ff2e2e;
	font-size: 0;
    text-align: center;
	margin-bottom: 30px;
}
  .is_system .nav_list > ul > li,
  .is_system .list_bg{
    background: #ff2e2e;
    border-bottom: 1px solid #F6BAC9;
  }
.is_system .open_nav.nav_list .system_container{
  margin-bottom: 10px;
}
.is_system .system_tab li a::after{
  
  content: "\f078";
  font-family: FontAwesome;
  /* background: url(../images/system/close_tab_one.png); */
  position: absolute;
  right: 6px;
  font-size: 20px;
  top: 5px;
  width: 20px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.is_system .system_tab li.tab_02{
  border: 5px solid #fcc800;
}

.is_system .table_wrap .osussume td.min::before{
  position: absolute;
  width: 61px;
  bottom: -4px;
  left: 0px;
  content: " ";
  background: url(../images/system/ninki.png);
  font-size: 20px;
  width: 59px;
  height: 58px;
  background-size: contain;
  background-repeat: no-repeat;
}
.is_system .table_wrap .ossusume_img01{
  position: absolute;
    width: 61px;
    bottom: 71px;
    left: 9px;
}
  .is_system .table_wrap .otameshi_img02{
  position: absolute;
    width: 61px;
    bottom: 170px;
    left: 5px;
}
 .is_system .table_wrap .freeop_img01 {
  position: absolute;
    width: 61px;
    bottom: 34px;
    left: 7px;
 }
.is_system .system_table .osussume td.min{
  position:relative;
}

.is_system .nav_list > ul > li + div{
  margin-bottom: 30px;
}
.is_system .system_table td.min.otameshi{
  position: relative;
}
.is_system .system_table td.min.otameshi span{
  position: absolute;
  left: 1.5em;
}
.is_system .nav_list > ul > li .deli_span{
  letter-spacing: -2px;
}
.is_system .open_nav.nav_list{
  padding-top: 10px;
}
.is_system .op_movie{
  text-align: center;
}
.is_system .op_movie .movie_box{
  margin-bottom: 10px;
}


/* header追従改修 */
/* .head_fixed.fixed-コメントアウトmargin以外 */
.main-contents{
  padding-top: 85px;
}
header{
  width: 100%;
  position: fixed;
  margin: 0 auto;
  /*background: url(../images/header_bg.jpg);*/
  z-index: 999;
  box-shadow: 0px 0px 6px grey;
}
.head_fixed{
  position: static;
}


/* peagetop改修 */
.footer_wrap .pagetop{
  position: fixed;
  right: 15px;
  bottom: 67px;
  display: none;
}
.footer_wrap .pagetop a{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgba(0, 24, 150, 0.5);
}
.footer_wrap .pagetop a img{
  width: 19px;
  height: 10px;
  margin-top: 13px;
  margin-left: 10px;
}

.page_title h2 span {
  position: absolute;
  left: 15px;
  display: inline-block;
  color: #c90f0f;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 95%;
  font-weight: bold;
  line-height: 1;
  bottom: 40%;
}
.page_title h2 span .right{
  position: static;
  line-height: 1;
  text-align: right;
}
.page_title .bread_crumb{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width:100%;
}
.bread_crumb li{
  letter-spacing: -1.5px;
}

.page_cosplay .lum-lightbox-inner img{
  top: 96px;
  left:0;
  right: 0%;
  margin: 0 auto;
}
/* プロフィールスライダー拡大修正 */
.is_profile .flexslider{
  background:transparent;
}
.is_profile .flexslider .slides img{
  margin: 0 auto;
}
.is_profile .flex-direction-nav a.flex-next{
  background: rgba(0,0,0,0.15);
  width: 42px;
  height: 42px;
  border-radius: 21px;
  top:50%;
  right: 5px;
}
.is_profile .flex-direction-nav a.flex-next:before{
  content: "\f105";
  color: #FFFFFF;
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  right: 14px;
  line-height: 1.3;
  font-weight: normal;
}
.is_profile .flex-direction-nav a.flex-prev{
  background: rgba(0,0,0,0.3);
  width: 42px;
  height: 42px;
  border-radius: 21px;
  top:50%;
}
.is_profile .flex-direction-nav a.flex-prev:before{
  content: "\f104";
  color: #FFFFFF;
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  left: 14px;
  line-height: 1.3;
  font-weight: normal;
}

.flexslider .slides > li{
  position: relative;
}
.is_profile .prof_img .flexslider{
  width:100%;
}


.is_profile .flex-control-paging li a{
  background: #969696;
  width: 15px;
  height: 15px;
  border-radius: 10px;
}
.is_profile .flex-control-paging li a.flex-active{
background: #000;
border-radius: 10px;
}
.is_profile .prof_img section{
  padding: 0 0 40px;
}
.is_profile .flex-control-nav {
  z-index: 99;
  bottom: -30px;
}

.profile .pswp__img{
  height: auto!important;
}

.is_system .open_nav.nav_list .system_container.is_option{
  padding: 5px 0;
}
.is_system .option_table tr.colum1{
  margin-right: 0;
}
.is_system .system_container > div.mt-10{
  margin: -5px 2px 0;
}

/*コスプレリニューアル*/
.is_cosplay .cosplay_inner ul li{
  margin-bottom: 1%;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  margin-right: 1%;
  width: 32.3%;
}
.is_cosplay .cosplay_inner ul li a{
  display: block;
  font-size: 0;
}

/* プロフィール　欲しがっているOP */
.is_profile .relation_op h3{
  font-size: 1.4rem;
  margin-top: 18px;
  line-height: 1.2;
  text-align: center;
}
.is_profile .relation_op h3 span{
  color: #621c66;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
}
.is_profile .relation_op .op_wrap li{
  width:30%;
  float: left;
  margin-right: 5%;
  position:relative;
}
.is_profile .relation_op .op_wrap li:last-child{
  margin-right:0;
}
.is_profile .relation_op .op_wrap li:before{
  content:"＋";
  width:2%;
  display: block;
  position:absolute;
  left: -20%;
  font-size: 2rem;
  font-weight: bold;
  top:15%;
}
.is_profile .relation_op .op_wrap li:first-child:before{
  content:"";
}
.is_profile .relation_op .op_wrap li span{
  position: absolute;
  color:#fff;
  font-weight:bold;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.is_profile .relation_op .op_border{
  border: 1px solid #9c9c9c;
  border-radius: 5px;
  background:#fff;
}
.is_profile .relation_op .op_border > ul,
.is_profile .relation_op .op_border .op_price{
  padding:5px;
}
.is_profile .relation_op .op_border .op_price{
  border-top:1px solid #9c9c9c;
  font-family:'メイリオ','Meiryo','MS PGothic';
}
.is_profile .relation_op .op_price .is_left{
  width:45%;
  font-size:1.2rem;
}
.is_profile .relation_op .op_price .is_right{
  width:55%;
  font-size:1.2rem;
}
.is_profile .relation_op .op_price .is_right .red{
  color:#ff0000;
}
.is_profile .relation_op .op_price .is_right dt{
  width:60%;
  display:inline-block;
}
.is_profile .relation_op .op_price .is_right dt span{
  font-size:.9rem;
}
.is_profile .relation_op .op_price .is_right dd{
  width:40%;
  display:inline-block;
  text-align: right;
}
.is_profile .relation_op .op_btn{
  width:49%;
  display: inline-block;
  margin-top:5px;
}
.is_profile .relation_op .op_btn a{
  text-align:center;
  background:#b39445;
  color:#fff;
  display:block;
  padding: 5px;
  border-radius: 5px;
  font-size:1rem;
  text-decoration:none;
}
.is_profile .relation_op .op_price .is_right dd.fee_dt{
  width:15%;
}
.is_profile .relation_op .op_price .is_right dd.fee_dd{
  width:85%;
}
.is_system .chui{
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  color: #f00;
  margin: 10px 0;
}

.group_inner .sogo ul[class*="colum"] li{
  min-height: 165px;
}
.group_inner .sogo ul[class*="colum"] li .text_box p{
  font-size: 0.8rem;
}

.is_profile .girl_review .review_inner .user-review .user-name{
  width: 55px;
  display: inline-block;
}
.is_profile .girl_review .review_inner .user-review .user-name span{
  font-weight: bold;
  font-size:1rem;
  color:#424092;
}

/* 画像比率調整 */
.top_today .girls_all_photo{
  width:100%;
  height:auto;
}
.top_today .colum3 li{
  height: auto;
}
.top_today .girlsList_wrap{
  /* padding:0; */
}

.is_schedule #girls_all .girls_list ul li{
  /* height:310px; */
  height:auto;
}
.is_schedule #girls_all .girls_list ul li{
  margin-bottom:0;
  padding-bottom:20px;
}
.girls_all_wrap .colum3 li{
  /* height: 300px; */
}
.girls_type, .girls_kind{
  margin:0 0.5%;
}
.entry_day{
  font-size: 0.8rem;
}
.entry_day img{
  width:12px;
}
ul[class*="colum"] .list_text p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul[class*="colum"] .list_text p.state_off{
  line-height: 18px;
}

.is_schedule ul[class*="colum"] .list_text p.shift_name,
.is_girls ul[class*="colum"] .list_text p.shift_name{
  padding-top: 5px;
}
ul[class*="colum"] .list_text .gbox_icon{
  height: 20px;
}
ul[class*="colum"] li figure a {
  display: block;
  font-size: 0;
}
.list_text .state_off{
  height: 18px;
}
.girls_all_photo img{
  width: 100%;
}




#top_slider{
  padding: 10px 0;
}
.is_top .slick-next{
    /* background: rgba(0,0,0,0.15); */
    width: 30px;
    height: 100%;
    top: 50%;
    z-index: 99;
}
.is_top .slick-next:before{
  content: "";
  background: url(../images/icon/slide_next.png)no-repeat;
  background-position: 50% 50%;
  background-size: 18px auto;
  position: absolute;
  right: 30px;
  line-height: 0;
  font-weight: normal;
  opacity: 1;
  z-index: 9999;
  width: 20px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.is_top .slick-prev{
    /* background: rgba(0,0,0,0.15); */
    width: 30px;
    height: 100%;
    border-radius: 21px;
    top: 50%;
    z-index: 99;
}
.is_top .slick-prev::before{
  content: "";
  background: url(../images/icon/slide_left.png)no-repeat;
  background-position: 50% 50%;
  background-size: 18px auto;
  position: absolute;
  left: 30px;
  line-height: 0;
  font-weight: normal;
  opacity: 1;
  z-index: 9999;
  width: 20px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

#top_slider{
  padding-bottom:0;
  margin-bottom: 15px;
}

.top_today .list_text .shift_name span.name_w,
.is_schedule ul[class*="colum"] .list_text p.shift_name span.name_w,
.is_girls ul[class*="colum"] .list_text p.shift_name span.name_w{
  font-size: 1em;
  overflow: hidden;
}
.top_today .list_text .shift_name span.name_w span,
.top_today .list_text .shift_name .age,
.is_schedule ul[class*="colum"] .list_text p.shift_name span.name_w span,
.is_girls ul[class*="colum"] .list_text p.shift_name span.name_w span,
.is_girls ul[class*="colum"] .list_text p.shift_name span.age,
.is_schedule ul[class*="colum"] .list_text p.shift_name span.age{
  font-size: 0.9em;
  overflow: hidden;
}
.top_today .list_text .shift_name .cut span.name_w,
.is_schedule ul[class*="colum"] .list_text p.shift_name .cut span.name_w,
.is_girls ul[class*="colum"] .list_text p.shift_name .cut span.name_w{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 75%;
  display: inline-block;
}
.top_today .list_text .shift_name .age,
.is_schedule ul[class*="colum"] .list_text p.shift_name .age,
.is_girls ul[class*="colum"] .list_text p.shift_name .age{
    display: inline-block;
    vertical-align: top;
}
.is_schedule ul[class*="colum"] .list_text p.shift_name,
.is_girls ul[class*="colum"] .list_text p.shift_name{
  height:24px;
}
/* メインメニュー 滑りすぎる挙動の解消 */
#nav1 .drawer-menu {
  transition-timing-function: ease !important;
  transform: none !important;
}
/* マナー違反 バナー */
.bnr_caution {
  padding: 0 5px 8px 5px;
}
.bnr_caution img {
  width: 100%;
  height: auto;
}

/* 20190116 動画改修 */
.is_movie .movie_img iframe{
  width: 100%!important;
  height: auto!important;
}

/* 20181219 profile 動画改修 */
.is_profile .girl-movie .mov_frame img{
  width:90%!important;
  height: auto!important;
}
.is_profile .movie_inner .girl-movie .mov_frame img{
  width: 320px!important;
}

/* 20190116 movie 動画改修 */
.movie_img img{
  width: 60% !important;
  margin-left: 45px;
  height: auto!important;
}
.look_movie img{
  width: 345px!important;
  height: auto!important;
}
/*20190315 プレイアイコン*/
.movie_img img.start_btn{
  position: absolute;
  width: 25px!important;
  height: auto;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
/* ネット予約ポイント欄追加 */
.reserve_box input[type="text"].in_point{
  width: auto;
  margin-left: 10px;
}
.bussines_type{
  font-size: .7rem;
}
/*一覧店名*/
.shop_name{
  font-size: 11px;
  width: 115px;
  margin: 0 auto;
}

/* 投票ボタン */
.girlsList_wrap .vote_btn a{
  display: block;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 3px;
  background: #000;
  color: #fff;
  font-size: 1.2em;
  text-decoration: underline;
}
.girlsList_wrap .vote_btn a img{
  width: 1em;
}
.girlsList_wrap .vote_btn a span{
  font-weight: bold;
  padding: 0 3px;
}
.vote {
    position: relative!important;
    top: -34px;
}
.is_profile .prof_img section {
    padding-bottom: 0px;
}
#forclick {
margin-top: 10px;
}
.toggleFirer .ico{
  float: right;
}
/*新着情報START*/
.girls_latest_news{
  background: #fff;
  padding: 2px 5px;
}

.girls_latest_news li{
  margin: 1em 0;
}
.girls_latest_news li a{
  font-size: 12px;
  font-weight: bolder;
  text-decoration: none;
  color: #4285fd;
}
.girls_latest_news .girlNewsImg{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.girls_latest_news .girlNewsImg img{
    width: auto !important;
    margin: -25% 0 0 0 !important;
}
.girls_latest_news .girlNewsTitle{
  position: absolute;
  display: inline;
  left: 5.5em;
  width: 80%;
  border-bottom: dotted 1px #aaa;
}
.newsIcon{
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
}

.newstype1{
  background: no-repeat url(../images/newface.png);
  background-size: 55%;
}
.newstype2{
  background: no-repeat url(../images/revival.png);
  background-size: 55%;
}
.newstype3{
  background: no-repeat url(../images/redbeacon.png);
  background-size: 55%;
}
.newstype4{
  background: no-repeat url(../images/camera.png);
  background-size: 55%;
}

.newstype5{
  background: no-repeat url(../images/kuu.png);
  background-size: 55%;
}

.newstype6{
  background: no-repeat url(../images/movie.png);
  background-size: 55%;
}

.newstype7{
  background: no-repeat url(../images/star.png);
  background-size: 55%;
}

.newstype8{
  background: no-repeat url(../images/heart.png);
  background-size: 55%;
}

.newstype9{
  background: no-repeat url(../images/newface.png);
  background-size: 55%;
}

/*新着情報END*/


/* 新人　スライド*/

  .slder1 .autoplay.slick-initialized.slick-slider.slick-dotted {
    margin-left: 10px;
  }
  .slder.autoplay.slick-initialized.slick-slider.slick-dotted {
    margin-top: 20px;
}
  ul.slick-dots {
    padding-right: 10px !important ;
}

  .slder {
    width: 100%;
  }
  .state_go_1{
    background-color:#fe6ea3 ;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    font-size: 0.9rem;
    width: 200px;
    padding: 5px;
    margin-top: 5px;
   }
   .next_schedule_1{
     line-height: 1.35em;
     font-size: 0.9rem;
     margin: 0 auto;
     background: #cecece;
     border: none;
     font-weight: 100;
     width: 150px;
     padding: 5px;
     margin-top: 5px;
   }
  .slder img {
    margin: auto;
    padding: 10px auto;
    position: relative;
    text-align: center;
    height: 400px;
  }
  .slick-dots li button:before {
    
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\2022';
    opacity: .25;
    margin-right: 100px;
    color: red !important;
    -webkit-font-smoothing: antialiased;
      
  }
  .slick-dots{
    padding-right: 25px !important;
  }
 
  .button { 
    display: none;
    background: #3498db;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 20px;
    text-decoration: none;
    width: 41%;
  }
  .buttons .button {
    background: #FFF;
    color: #3498db;
    float: left;
    margin: 3px;
  }
  .content{
    text-align: center;
    margin-top: 35px;
  }
  .slder .slick-prev::before{
    left: 5px !important;
  }
  
  .slder .slick-next:before,
  .slder .slick-prev::before{
    top: -20%;
  }

/*　END 新人　スライド*/

/*　DELIGHTER　START*/
/* 基本のスタイル */
.delighter {
  transition: all .6s ease-out;
  transform: translateY(20%);
  opacity: 0;
}

/* スタート時のスタイル */
.delighter.started {
  transform: none;
  opacity: 1;
}
/*　DELIGHTER　END*/
.sml-txt{
  font-size: 10px !important;
}


/* ご利用　*/
.is_access .access_flow {
  margin-bottom: 40px;
}
.is_access .access_flow dl{
  margin: 10px 0;
}
.is_access .access_flow dt{
  float: left;
  position: relative;
  display: inline-block;
  padding: 0 13px;
  width: auto;
  min-width: 60px;
  height: 80px;
  color: #F6F6F6;
  line-height: 70px;
  text-align: center;
  background: #35b4ff;
  border-radius: 60%;
  font-size: 1.2rem;
  font-weight: bold;
}

.is_access .access_flow dt:after{
  content:" ";
  display:inline-block;
  width:55px;
  height:35px;
  background:url(../images/icon/arrow03.png)no-repeat;
  background-size:contain;
  vertical-align:middle;
  position: absolute;
  bottom:0;
  right: -5px;
}

.is_access .access_flow dd{
  line-height: 160%;
  float: right;
  width: calc(100% - 95px);
  padding: 10px 5px;
  background: #fffbf0;
  border-radius: 10px;
}
.is_access .access_flow .step_tit{
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ff6b91;
  color: #ff6b91;
  margin-bottom: 10px;
}
.is_access .access_flow dd{
  font-size: .9rem;
}
.is_access .access_flow dd a{
  text-decoration: underline;
}
.is_access .access_flow .step_tit a{
  text-decoration:none;
  color: #ff6b91;
  font-weight: bold;
}


.is_access .access_flow dt:after {
  content: " ";
  display: inline-block;
  width: 55px;
  height: 35px;
  background: url(https://www.feeling-machida.com/sp/images/icon/arrow03.png)no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: -5px;
}

/* END ご利用 */

.memo_font_size{
  font-size: 18px;
}
.kihon_play_memo{
  border: solid 1px #eda900;
  padding: 2px;
  font-size: 18px;
  background: #fff;
}
