@charset 'UTF-8';

/* ===== base settings ===== */
html, body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	/* font-size: 85%; */
	-webkit-text-size-adjust: 100%;
}

body {

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

a {
	color: #3399FF;
	font-weight: bold;
	text-decoration: underline;
}
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;
}
.reserve_box input[type="text"],
.reserve_box input[type="tel"],
.reserve_box textarea {
  font-size: 1rem;
  padding: .5em;
}
.reserve_box select {
  font-size: 1rem;
    /* padding: 0.5em; */
    width: 100%!important;
    height: 30px;
    margin: 0;
    float: unset;
}
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: 41%;
    margin-left: 6%;
    /* justify-content: flex-end; */
    height: 30px;
    text-align: left!important;
    float: left;
}

textarea {
	width: 100%;
	height: 80px;
	resize: none;
}

/*girls_type*/
.girls_type,
.girls_kind{
  width: 49%;
  margin: 5px 0.5% 5px;
  display: inline-block;
  border-radius: 8px;
  line-height: 1.2rem;
}
.girls_type{
  border: 2px solid #2CB3EB;
  color: #2CB3EB;
}
.girls_kind{
  border: 2px solid #FF66B2;
  color: #FF66B2;
}
/*header*/
.site_header{
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #FF66B2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.head_fixed{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px 0;
}
.head_fixed.fixed{
  width: 100%;
  margin: -21px auto 0;
  position: fixed;
  z-index: 999;
  background-color: rgba(255, 255, 255, .8);
  padding: 6px 0;
}
.head_fixed ul li{
  float: left;
  padding: 0 3px;
}
.head_fixed ul li a{
  display: block;
}
.head_fixed ul li:nth-child(1) a{
  background: url('../images/home_menu.png') 0px;
  padding-left: 40px;
  height: 40px;
}
.head_fixed ul li.head_fu{
  height: 40px;
  background: #F3A847;
  border-radius: 5px;
  line-height: 40px;
}
.head_fixed ul li.head_fu img{
  width: 88px;
  height: auto;
  padding: 3px 0;
}
.head_fixed ul li.head_tel{
  padding: 3px;
  width: 130px;
  height: 40px;
  background: #5DADE2;
  position: relative;
  border-radius: 5px;
  margin-left: 3px;
}
.head_fixed ul li.head_tel a{
    position: absolute;
    top: -3px;
}
.head_fixed ul li.head_tel a img{
  width: 125px;
  height: auto;
}

.head_fixed ul li img{
  height: 40px;
  width: auto;
}
.p_btn{
  height: 18px;
  line-height: 18px;
  width: 106px;
  background: #FF66B2;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.p_btn a{
  color: #fff;
}
.w_btn{
  height: 18px;
  line-height: 18px;
  width: 106px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.w_btn a{
  color: #FF66B2;
}
.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 #fe6ea3;
    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: 0px 2px;
    /* height: 317px; */
}
.colum4 li{
    width: calc(25% - 7px);
    margin-right: 7px;
}
.colum5 li{
    width: calc(20% - 5px);
    margin-right: 5px;
}
ul[class*="colum"] li figure a{
  display: block;
  font-size: 0;
}
ul[class*="colum"] li .type_bm{
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  text-align: left;
  font-size: 11px;
}
ul[class*="colum"] li .type_bm p{
  width: 28%;
  display: inline-block;
  margin-right: 1%;
  text-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  z-index: -1;
}
ul[class*="colum"] li .type_bm p.icon_new{
  background-color: #35B4FF;
  color:#fff;
}
ul[class*="colum"] li .type_bm p.icon_blog{
  background-color: #ffa3b6;
  width: auto !important;
  min-width: 29%;
  padding-left: 1px;
}
.icon_blog_rank{
  width: 20px;
  color: #fff;
  display: inline-block;
}
.icon_blog_hallfame{
  width: 40% !important;
  background: #e6d5bf;
  color: chocolate;
}
.hallfame{
  background: url(../images/blog/hallfame.png) 2px -2px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    float: left;
  float: left;
}
.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: #f5e4b0;
}
ul[class*="colum"] .list_text p {
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
}
ul[class*="colum"] .list_text .state_go {
    background-color: #fe6ea3;
    line-height: 1.5em;
    color: #fff;
    margin: 0 -1px;
    font-weight: bold;
    font-size: 0.8rem !important;
}
ul[class*="colum"] .list_text .next_schedule{
  line-height: 1.35em;
  font-size: .9rem;
  margin: 0 auto;
  background: #cecece;
  color: #ffffff;
  border: none;
  font-weight: 100;
}
.girls_all_wrap ul[class*="colum"] .list_text .state_go{
  line-height: 18px;
}
ul[class*="colum"] .list_text .gbox_icon {
    height: 25px;
    position: relative;
}
ul[class*="colum"] .list_text .gbox_icon img{
  height: 20px;
}
.list_text .state_off {
    background-color: #fff;
    line-height: 18px;
    height: 18px;
    color: #fff;
    /* margin: 0 -1px; */
    font-weight: bold;
    font-size: 1.1rem;
    height: 18px;
}

table{
  width: 100%;
}

/*top*/
.shop_header{
  /* background: url(../images/header_bg.jpg); */
  padding: 0 10px;
}
.shop_header .shop_info{
  text-align: center;
}
.shop_header .shop_info p{
  color: #5DADE2;
  line-height: 1rem;
}
.shop_header .tel_txt{
  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: #463279;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-size: 1.2rem;
  margin-bottom: 12.5px;
  text-align: center;
  position: relative;
}
.arrow_tit::after{
  content: '';
  width: 0;
	height: 0;
	border: 13px solid transparent;
	border-top: 13px solid #463279;
  position: absolute;
  right: 47%;
  top: 25px;
}

/*page title*/
.page_title{
  position: relative;
}
.page_title h2 span{
  position: absolute;
  bottom: 37px;
  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: #fff;
}
.page_title .bread_crumb{
  position: absolute;
  bottom: 12px;
  left: 15px;
  display: inline-block;
  font-size: .6rem;
}

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

/*mainVisual*/
#mainVisual{
  background: url(../images/picup_bg.png);
  height: 290px;
  position: relative;
}
#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;
  background: url(../images/picup_bg.png);
}
#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{
  font-size: 1.2rem;
  font-weight: bold;
  color: #f70000;
}
/*#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: 999;
}
.main_bottom{
  font-size: 0;
  position: relative;
}
article #girlsList{
  background: url(../images/w_bg.jpg);
}
.bnr_area{
  padding-bottom: 15px;
  background: url(../images/w_bg.jpg);
}
.bnr_area.enq_bnr{
    background: url(../images/p_bg.jpg);
    position: relative;
}
.bnr_area div{
  width: 48%;
  float: left;
  margin: 0 1%;
}

/*top movie*/
.look_movie{
  /*padding:0 0 5px;*/
  font-size: 0;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.look_movie img.start_btn{
  position: absolute;
  width: 25px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.look_movie a img{
  width:auto!important;
  height: 170px!important;
}
/* .look_movie video{
  background: #000;
} */
.movie_txt{
  font-size: 15px;
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
  border-radius: 10px;
  margin: 5px 5px 10px;
}
.movie_film{
  margin-bottom: 5px;
}

.top_movie{
  background: url(../images/p_bg.jpg);
  padding:0 0 10px;
}
.top_movie .bar_tit{
  text-align: center;
}
.top_movie .w_btn{
  display: inline-block;
  padding: 0 15px;
  width:auto;
}
.new_input {
  margin-right: 5px;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  padding-bottom: 5px;
}
.new_input img{
  height: 40px;
}
.txt_update{
  font-size:0.8em;
}
/*top 体験入店*/
.top_new{
  background: url(../images/w_bg.jpg);
  padding: 0 0 8px;
}
.top_new .new_price{
  color: #00A0EA;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.top_new .new_price span{
  color: #FF66B2;
  padding-left: 5px;
  font-weight: bold;
}
.top_new .contents_box.new_girl_box{
  margin: 0 15px 8px;
  border: 1px solid #333;
  box-shadow: 1px 2px 2px rgba(51,51,51,0.4);
  background: #fff;
  padding: 3px 6px;
}

.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 #FE6EA3;
  color: #FE6EA3;
}
.top_new .contents_box.new_girl_box .new_work .work_off{
  border: 2px solid #AAAAAA;
  color: #AAAAAA;
}
.top_new .new_girl_img{
  width: 70px;
}
.top_new .new_girl_img .new_girl_entry{
  text-align: center;
  margin: 5px 0;
}
.top_new .new_girl_details{
  width: calc(100% - 75px);
  text-align: center;
}
.top_new .new_girl_name{
  background: #7D7D7D;
  height: 20px;
  line-height: 20px;
}
.top_new .new_girl_name a{
  color: #fff;
}
.top_new .new_girl_size{
  color: #00A0EA;
  border-bottom: 1px dotted #333;
  line-height: 12.5px;
  padding: 3px 0;
}
.top_new .sm_block{
  margin: 3px 0;
}
.top_new .sm_block dt,
.top_new .sm_block dd{
  float: left;
}
.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/w_bg.jpg);
  padding: 0 0 8px;
}
.top_media ul li{
  margin: 0 0 8px 5px;
  background: url(../images/media_bk.png)no-repeat;
  padding: 3px 6px;
  position: relative;
  background-size: 100%;
  height: 160px;
}
.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 .new_content{
  width: calc(100% - 75px);
  display: inline-block;
  float: right;
  padding: 5px 10px 5px 5px;
}


/*footer*/
.footer_wrap{
  padding-top: 30px;
  position: relative;
}
.footer_wrap .btn_home{
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 999;
}

.footer_wrap .btn_home a{
  display: block;
  z-index: 99;
}
.foot_menu{
  background: url(../images/w_bg.jpg);
  padding-top: 30px;
}
.foot_menu_inner{
  padding: 0 5px;
  background: url(../images/footer/foot_menu_bg.png) transparent;
  background-size: 100%;
}
.foot_menu .nav_list{
  border-top: 1px solid #333;
  padding-top: 0;
}
.foot_menu .nav_list li{
  border-bottom:1px solid #333;
  width: 50%;
  float: left;
  position: relative;
}
.foot_menu .nav_list li:nth-child(5){
  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(3),
.foot_menu .nav_list li:nth-child(6),
.foot_menu .nav_list li:nth-child(8){
  border-right: 1px solid #333;
}
.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: #333;
  font-size: 1.2rem;
  padding: 4px 0;
  font-weight: normal;
  display: block;
}
.foot_menu .nav_list li a span{
  padding-right: 22px;
  background: url(../images/footer/drawer_icon.png);
}
.foot_menu .nav_list li:nth-child(1) a span{
  background-position: 0px;
}
.foot_menu .nav_list li:nth-child(2) a span{
  background-position: -20px;
}
.foot_menu .nav_list li:nth-child(3) a span{
  background-position: -40px;
}
.foot_menu .nav_list li:nth-child(4) a span{
  background-position: -60px;
}
.foot_menu .nav_list li:nth-child(5) a span{
  background-position: -80px;
}
.foot_menu .nav_list li:nth-child(6) a span{
  background-position: -100px;
}
.foot_menu .nav_list li:nth-child(7) a span{
  background-position: -120px;
}
.foot_menu .nav_list li:nth-child(8) a span{
  background-position: -140px;
}
.foot_menu .nav_list li:nth-child(9) a span{
  background-position: -160px;
}
.foot_menu .nav_list02{
  margin-top: 10px;
}
.foot_menu .nav_list02 li{
  text-align: center;
  margin-bottom: 5px;
  line-height: 3.5em;
  border-radius: 5px;
}
.foot_menu .nav_list02 li a{
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
.foot_menu .nav_list02 li:nth-child(1){
  background: #0CC09B;
}
.foot_menu .nav_list02 li:nth-child(2){
  background: #F83A9C;
}
.foot_menu .nav_list02 li:nth-child(3){
  background: #04D718;
}
.foot_menu .nav_list03 li{
  width: 32%;
  float: left;
  margin: 0 0.5%;
}

/* footer{
  background-color: #ffa7a5;
  position: relative;
  height: 100px;
} */
footer .right_footer:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 125px solid #FE7774;
  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 #FFC0DA;
  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: #333;
  text-decoration: none;
  font-weight: normal;
}
/*ドロワーメニュー*/
.footer_nav{
  display: none;
}

/*グループ一覧*/
.group_inner{
  background: url(../images/picup_bg.png);
}

/*タイトル*/
.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;
}

.drawer-hamburger button{
  background: url(../images/home_menu.png) -40px !important;
  height: 40px;
}

/*下層ページ共通*/
.article-container{
  background: url(../images/w_bg.jpg);
  padding: 10px 5px 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;
}
.is_system .play_box ul{
  padding: 0 5px;
}
.is_system .play_box ul li{
  width: 24%;
  float: left;
  text-align: center;
  background-color: #FE6EA3;
  margin-left: 1.3%;
  border-radius: 8px;
  margin-bottom: 1%;
  padding: 3px 0;
  color: #fff;
  font-size: 1rem;
}
.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 5px; */
}
.is_system .system_table,
.is_system .ex_table{
  border-collapse: collapse;
  width: 100%;
}
.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 #FE6EA3;
  border-right: none;
  border-left: none;
}
.is_system .system_table td.min{
  /* background-color: #FE6EA3; */
  /* color: #FE6EA3; */
}


.is_system .system_table .osusume {
  position: relative; /* 親要素に relative を指定 */
  
}

.is_system .system_table .osusume td.min {
  position: relative; /* tdにrelativeを指定して、疑似要素がこの要素に対して相対的に配置される */
  padding-left: 18%;
  
}
.is_system .system_table .osusume td.ryoukin {
  padding-left: 19%;
  
}

.is_system .system_table .osusume td.min::before {
  content: " "; /* 疑似要素を表示するための空のコンテンツ */
  position: absolute;
  width: 59px; /* 59pxの幅を使用 */
  height: 58px;
  bottom: -4px;
  left: 0px;
  background: url(../images/system/ninki.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.is_system .ex_table{
  margin: 15px auto 0;
  border: 1px solid #ffa2c3;
  border-radius: 20px;
  width: 100%;
}
.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: #ffa2c3;
  color: #fff;
  width: 50%;
}
.is_system .ex_table td{
  border: 1px solid #ffa2c3;
  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: #FE6EA3;
  color: #fff;
}
.is_system .option_table h6{
  text-align: center;
  padding: 3px 0;
  font-size: 1rem;
  line-height: 1.2em;
  background-color: #FE6EA3;
  color: #fff;
  margin: 0;
}
.option_price{
  background-color: #fff !important;
  color: rgb(51, 51, 51) !important;
}
.is_system div.option_table {
  border: 1px solid #FE6EA3;
  padding: 0;
    width: 49%;
    margin: 0.5%;
}
.opt-table h6{
  font-size: 1rem !important;
}
.is_system .col-12.option_table {
  width: 99%;
}
.is_system .option_table td{
  border: 1px solid #FE6EA3;
  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{
  background: #fff;
  padding: 1px 5px;
  margin: 30px 0;
  border: 2px solid #ff735c;
}
.is_system .is_delivery.system_container h3{
  margin: 15px 5px;
}
.is_system .is_delivery table th{
  background-color:#FE6EA3;
  width:30%;
}
.is_system .is_delivery table td{
  padding:5px;
  background: #fff;
}
.is_system .deli_area .area_name{
  float: left;
  width:27%;
  margin-right: 1%;
  background-color: #ff735c;
  color: #fff;
  text-align: center;
  line-height: 61px;
  font-size: 1.1rem;
  margin-bottom:10px;
}

.is_system .deli_area .area_5 .area_name,
.is_system .deli_area .area_6 .area_name{
  height: 148px;
  line-height: 148px;
}
.is_system .deli_area .area_1 .area_name{
  height:179px;
  line-height: 179px;
}
.is_system .deli_area .area_2 .area_name{
  height:118px;
  line-height: 118px;
}
.is_system .deli_area .area_3 .area_name{
  height: 180px;
  line-height: 180px;
}
.is_system .deli_area .area_4 .area_name{
  height: 117px;
  line-height: 117px;
}
.is_system .deli_area .area_7 .area_name{
  height: 86px;
  line-height: 86px;
}
.is_system .deli_area .area_list{
  float: left;
  width:72%;
  margin-bottom:10px;
}
.is_system .deli_area .area_list li{
  width:49%;
  float: left;
  /* border:1px solid #574d47; */
  /* border:1px solid #565250; */
  margin:0 0.5%;
  line-height: 1.2rem;
  text-align: center;
  font-size: 1.2rem;
  padding:4px 0;
  margin-bottom:7px;
  background: #fff;
}
.is_system .deli_area .area_list li.area_yk{
  background: #ffd0d7;
}
.is_system .deli_area .area_list li.area_kawa{
  background: #cff1ff;
}
.is_system .deli_area .area_list li.area_other{
  background: #cfffd3;
}
.is_system .deli_area .area_list li.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 .coming_bg{
  background:url('../images/system/coming_bg.jpg');
  border: 1px solid #FE6EA3;
  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:10px 5px;
}
.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 #ffdc00;
  border-right: none;
  border-left: none;
}
.is_system .system_super_free .system_table td.min{
  /* background:#ffdc00; */
  color: #333;
}
.is_system .system_luxury .system_table td{
  border: 1px solid #915da3;
  border-right: none;
  border-left: none;
}
.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: 1em; */
}
.is_system .system_container.is_play{
  /* margin-top: 25px; */
}
.is_system .caption{
  border-top: 1px dotted #333;
  margin: 5px 5px 0;
  padding-top: 3px;
}
.is_system .drawer-dropdown{
  display: none;
  padding: 0 0 10px;
}
.nav_list{
  padding: 15px 0;
}
.is_system .list_bg{
  background: url(../images/system/system_line.jpg);
  margin: -15px 0;
  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;
}
.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); */
  background-color: #BEE5ED;
  position: relative;
  font-size: 1rem;
}
.nav_list > ul > li.blue-li{
  /* background-color: #bde6ec; */
  /* color: grey !important; */
}

.nav_list > ul > li:after{
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 20px;
}
.nav_list > ul > li.active:after{
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 20px;
}
.nav_list > ul > li.no-icon:after{
  content: "";
}
.nav_list > ul > li.no-icon.active:after{
  content: "";
}
.is_system .credit_caution {
  line-height: 1rem;
}
.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: #463279;
  color: #fff;
  text-align: center;
}
.is_system .credit_flow td{
  border: 1px solid #463279;
  background: #fff;
  padding: 5px;
}
.is_system .nav_list > ul > li > a{
  color: grey;
  text-decoration: none;
  font-weight: normal;
  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;
  font-size: 12px;
}
.is_system .point_list.active + .drawer-dropdown{
  display: block;
}

.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;
}

/*在籍*/
.btn_box_2{
  display: block;
	width: 96%;
	margin: 10px auto 6px;
	padding: 8px 0;
	height: 40px;
	text-align: center;
	background: rgb(254,252,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(244,188,241,1) 0%, rgba(255,104,249,1) 51%, rgba(244,188,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(244,188,241,1) 0%,rgba(255,104,249,1) 51%,rgba(244,188,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(244,188,241,1) 0%,rgba(255,104,249,1) 51%,rgba(244,188,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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 div.row{
  text-align: center;
  padding: 0;
    display: flex;
    justify-content: center;
}
.is_schedule .date_select div.row div{
  /* display: inline-table; */
  vertical-align: bottom;
  width: 23%;
  border: 2px solid #FE6EA3;
  /* background: #fff; */
  text-align: center;
  border-radius: 7px;
  margin: 0 0.5%;
  display: flex;
	align-items: center;
	justify-content: center;
  background: #ffe0eb;
}
.is_schedule .date_select div.row div a{
  color: #FE6EA3 !important;
  text-decoration: none;
  display: block;
}
.is_schedule .date_select div.row div.active{
  background: #FE6EA3;
}
.is_schedule .date_select div.row div.active a{
  color: #fff !important;
}
.is_schedule .date_select div.row div.week_link{
  background:#ffe0eb;
    color: #fff;
    border-radius: 10px;
    line-height: 19px;
}
.is_schedule .date_select div.row div.week_link a{
    text-decoration: underline;
}
.is_schedule .today_sort div.row{
  /* text-align: center; */
  display: flex;
	align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-top: 5px;
}
.is_schedule .today_sort div.row div {
  width: 50px;
  display: inline-block;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: -2px 5px 0 6px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  padding: 0!important;
  cursor: pointer;
}
.is_schedule .today_sort div.row div.all{
  background-color: #ff70a5;
}
.is_schedule .today_sort div.row div.rank{
  background-color: #82cdc9;
}
.is_schedule .today_sort div.row div.new{
  background-color: #ffba2e;
}
.is_schedule .today_sort div.row div.event{
  background-color: #8aca98;
}
.is_schedule .today_sort div.row div span{
  line-height: 45px;
}
.is_schedule #today_girls{
  /* margin-top: 25px; */
}
.is_schedule #girls_all .girls_list ul{
  padding: 0;
}
.is_schedule #girls_all .girls_list ul li{
  padding-bottom: 20px;
  border: none;
  height: 330px;
  background: transparent;
}
.is_schedule #girls_all .girls_list ul li .girlsList_wrap{
  border:1px solid #fe6ea3;
  background: #fff;
}
.is_schedule #girls_all .girls_list ul li .type_bm{
  top: -16px;
}
.is_schedule #girls_all .today_shift_photo{
  margin-bottom: 0;
}


/*コスプレ一覧*/
.is_cosplay .cosplay_inner {
  padding-top: 15px;
}
.is_cosplay .cosplay_inner ul li{
  margin-bottom: 1%;
  box-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
  margin-right: 1%;
  width: 32.3%;
}
.is_cosplay .lum-lightbox-inner img{
  top: 74px;
  left: 8%;
}

/*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;
}
.line_wrap div a,.reserve_mail a{
  color: #3399FF !important;
}
/*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: #FF66B2;
  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: #5DADE2;
  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{
  margin-bottom: 30px;
}
.is_profile .prof_img section{
  background: url(../images/profile/main_bk.jpg);
  position: relative;
  padding: 30px 0 40px;
  /* box-shadow: 3px 3px 3px rgba(0,0,0,0.4); */
}
.is_profile .prof_img .flexslider{
  width:300px;
  margin: 0 auto;
}
.is_profile .prof_img .main_deco{
  position: absolute;
  top: 0;
}

.is_profile .main_contorol img{
  position: absolute;
  right: 2%;
}
.is_profile .flex-control-nav{
  z-index: 99;
}
.is_profile .flex-control-paging li a{
  background: #969696;
  width: 15px;
  height: 15px;
}
.is_profile .flex-control-paging li a.flex-active{
  background: #333;
}
.is_profile .name-size{
  font-size: 7vw;
    font-weight: 900;
    letter-spacing: 2px
}
.is_profile .event-name-size{
  font-size: 1.5rem !important;
}
.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; */
  background-size: 100%;
}
.is_profile .girls-rank.s_rank{
  /* background: url(../images/profile/s_rank.png)no-repeat center;
  background-size: 100%; */
  text-align: center;
}

.is_profile .taiken {
  font-size: 6.7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}


.is_profile .taiken1{
  font-weight: 600;
  color: #a1f6bb;
}
.is_profile .taiken2{
  font-weight: 600;
  color: #c3f7c1;
}
.is_profile .taiken3{
  font-weight: 600;
  color: #e1f7c1;
}
.is_profile .taiken4{
  font-weight: 600;
  color: #f6f7c1;
}
.is_profile .taiken5{
  font-weight: 600;
  color: #fffdda;
}
.is_profile .newface1{
  font-weight: 600;
  color: #c6dfb9;
}
.is_profile .newface2{
  font-weight: 600;
  color: #fcff00;
}
.is_profile .princess{
  /* font-size: 1.5rem; */
  font-weight: 600;
  color: #ff268a;
}
.is_profile .s_rank1{  
  font-size: 4.5vw;
  font-weight: 600;
  color: #bde6ec;
}
.is_profile .s_rank2{
  font-size: 8.5vw;
    font-weight: 900;
    color: #ffeb3b;
}
.is_profile .girls_type{
  border: 1px solid #89C997;
  background: #89C997;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.is_profile .today_work{
  /* margin: 20px 0; */
  /* box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 40%); */
  width: 100%;

}
.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: #FE6EA3;
  color: #fff;
  height: 61px;
  /*line-height: 60px;*/
  padding: 10px 0;
  text-align: center;
  font-size: 0.9rem;
}
.is_profile .is_right{
  border-right: solid 5px #ccc;
}
@media screen and (min-width:992px){
.girls_latest_news li {
  margin: 6% 0;
  display: block;
}
}

.is_profile table{
    border-collapse: separate;
    border-spacing: 2px;
    caption-side: top;
    /* margin: 20px 0;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 40%); */

    margin-bottom: 0.5rem;
}
.is_profile caption{
  font-size: 1.5rem;
  padding: 0;
  border-bottom: solid 2px #80808047;
  margin-bottom: 2px;
  height: 30px;
}
.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 #666; */
  height: 40px;
  letter-spacing: -1px;
}
.is_profile table.weekly-tb th{
  background-color: #EFEBD8;
  width: 19%!important;
}
.is_profile table.weekly-tb td{
  background-color: #EEEEEE;
}
.is_profile .prof_inner{
  margin-top: 35px;
}
.is_profile .prof_inner .sm_line{
  margin-bottom: 30px;
}
.is_profile .prof_inner .like_box{
  background: #fff;
  border-radius: 5px;
  padding: 0 5px;
  margin: 5px 0;
}
.is_profile .prof_inner .like_box dl{
  border-bottom: 1px solid #FE6EA3;
  padding: 8px 0;
}
.is_profile .prof_inner .like_box dt{
  width: 50%;
  float: left;
  color: #FE6EA3;
}
.is_profile .prof_inner .like_box dd{
  width: 50%;
  float: left;
}
.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 #666;
  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: #bde6ec;
  color: #000000;
  border-bottom: 1px solid #666;
}
.is_profile table#option-play th{
  background-color: #fcabd2;
  overflow: hidden;

}
.is_profile table#option-play th.rank_love{
  overflow: hidden;
}
.is_profile table#basic-play td,
.is_profile table#option-play td,
.is_profile table#date-play td{
  background-color: #fff;
}
.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:300px;
}
.is_profile .movie_inner{
  background: #fff;
  text-align: center;
}
.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: 15px;
}
.is_profile .prof_inner .contents_header + img{
  margin-bottom: 5px;
}
.is_profile .girl-blog{
  text-align: center;
  margin: 40px 0;
}
.is_profile .girl-blog .blog_link{
border: 1px solid #FE6EA3;
background-color: #fff;
color: #FE6EA3;
padding: 10px 20px;
border-radius: 10px;
cursor: pointer;
width: 80%;
margin: 20px auto 0;
}
.is_profile .girl-blog .blog_link a{
  color: #FE6EA3;
  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_top .top_wid iframe,
.is_profile .girl-blog iframe{
  width: 100%!important;
}
.is_profile .comment_box{
  height: 400px;
  background: url(../images/profile/comment_bg.png)no-repeat;
  /* padding: 30px 5px; */
  background-size:100%;
  position: relative;
}
.is_profile .comment_inner{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 360px;
  background: url(../images/profile/comment_inner.png)no-repeat;
  /* padding: 15px 10px 0; */
}
h1.text-start{
  margin-bottom: 0;
    font-weight: 600;
    font-size: 1.5rem;
}
.is_profile p.text-center{
  font-size: 2rem;
  padding: 0.5rem;
}
.is_profile .profile-reserve-content{
  text-align: center;
}
.is_profile .profile-reserve.right-button,
.op_link .right-button{
  padding-right: 15px;
  padding-left: 2px;
}
.is_profile .profile-reserve.left-button,
.op_link .left-button{
  padding-left: 15px;
  padding-right: 2px;
}
.op_link .right-button{
  padding-right: 10px
}
.op_link .left-button{
  padding-left: 10px;
}
.is_profile .profile-reserve a{
  text-align: center;
    background: #FE6EA3;
    color: #fff !important;
    display: block;
    padding: 5px;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;

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


.is_profile .comment_box .contents_header{
  position: relative;
}
.is_profile .comment_box .contents_header > img{
  /* position: absolute;
  top: -40px;
  left: 19%;
  width: 190px;
  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 #FE6EA3;
  padding: 5px;
  margin-top: 15px;
  background: #fff;
}
.is_profile .girl_review h3.contents_header{
  margin-top: 0;
  text-align: center;
}
.is_profile .girl_review .user-comment{
  text-align: center;
}
.is_profile .girl_review .user-comment input{
  border:1px solid #FE6EA3;
  background-color: #FE6EA3;
  color:#fff;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
}
.is_profile .girl_review .review_inner{
  overflow-x: hidden;
  max-height: 240px;
  margin-bottom: 15px;
}

/*スクロールバー表示させる*/
.is_profile .girl_review .review_inner::-webkit-scrollbar{
    width: 15px;
}
.is_profile .girl_review .review_inner::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
}
.is_profile .girl_review .review_inner::-webkit-scrollbar-track-piece:start{
    background: #fff;
}
.is_profile .girl_review .review_inner::-webkit-scrollbar-track-piece:end{
    background: #fff;
}

.is_profile .girl_review .review_inner .user-review{
  margin-bottom: 15px;
  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 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: #FE6EA3;
  padding: 5px;
}
.is_profile .relation_list h3{
  background: #fff;
  color: #FE6EA3;
  text-align: center;
  font-size: 0.8em;
  padding: 5px 0;
}
.is_profile .relation_list #relation_slider{
  margin-top: 5px;
}
.is_profile .relation_list #relation_slider .slick-initialized .slick-slide{
  margin-bottom: 0;
}
.is_profile .relation_list #relation_slider .slick-initialized .slick-slide img{
  height: 150px;
  width: 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;
 }
 #relation_slider li p{
  margin: 0;
  font-size: 12px;
 }
 .is_profile .reserve_bnr{
   position: relative;
   margin-top: 25px;
 }
  .is_profile .reserve_bnr a.web{
    position: absolute;
    bottom: 7px;
    width: 165px;
    right: 26%;
  }
   .is_profile .reserve_bnr .p_bottom{
     position: absolute;
    left: 27%;
    top: 5px;
    font-size: 1rem;
    line-height: 1.2rem;
   }
   .profile_name{
    background-color: #f66481;
    color: white;
    font-size: 7vw;
    text-align: center;
    padding: 5px 0;
    width: 98%;
}
.main-contents.is_profile{
  margin-top: 10px;
}
 /*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:#FE6EA3;
  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 #FE6EA3;
  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:#FE6EA3;
  border:1px solid #FE6EA3;
  color:#fff;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 4vw;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FE6EA3), color-stop(0.50, #ff5594), color-stop(0.50, #ff0d66), color-stop(1.00, #ffa7b0));
  background: -webkit-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
  background: -moz-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
  background: -o-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
  background: -ms-linear-gradient(top, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
  background: linear-gradient(to bottom, #FE6EA3 0%, #ff5594 50%, #ff0d66 50%, #ffa7b0 100%);
}
.is_member .register_box .btn_form + p{
  margin: 30px 0;
  background:url('../images/system/coming_bg.jpg');
  border:1px solid #FE6EA3;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

/*ムービー*/
.is_movie {
  /* background-color: #fdcfdf; */
}
.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; */
  padding: 0;
  border: 2px solid #fbabd0;
  margin-bottom: 1em;
}
#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: #fbabd0;
  padding: 5px;
  font-size: 1.1rem;
  margin: 0;
}
.is_movie .movie_box .movie_name a{
  color: #fff !important;
  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%; */
  padding: 5px;
  cursor: pointer;
}
.play_btn {
	position: absolute;
	top: 40px;
	left: 86px;
	width: 40px !important;
	height: 40px !important;
	opacity: .8;
  padding: 5px !important;
}
.is_movie .shift_box_on{
  width: 48%;
  display: inline-block;
  border: 2px solid #FE6EA3;
  text-align: center;
  color: #FE6EA3;
  /* margin: 10px 1% 0; */
  margin: 0 1%;
  font-size: 12px;
  padding: 5px !important;
}


/*キャンペーン*/
.is_campaign .campaign_banner{
  background: rgba(255, 255, 255, .7);
  margin-bottom: 10px;
}
.is_campaign .campaign_tit{
  background: #fbb0d0;
  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{
  background: url(../images/w_bg.jpg);
  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 #FE6EA3;
}
.is_media .media_inner ul li .title_link{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
  color: #FE6EA3;
}
.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: #FF66B2;
  color: #fff;
  font-size: 1rem;
}
form .contents_box{
  padding: 10px 0;
  font-size: 1rem;
}
.reset_btn{
  background-color: #fff;
  border: 1px solid #5DADE2;
  border-radius: 2px;
  box-sizing: border-box;
  color: #5DADE2;
  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--right .drawer-nav{
  z-index: 999;
  background: #F5F5F5;
  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 > ul > li.nav_btn{
  background: #5DADE2;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  padding: 8px 0;
  margin: 0 0 5px;
  text-align: center;
  border-radius: 5px;
  border: none;
}
.drawer-nav .drawer-menu-box > ul > li.nav_btn a{
  color: #fff;
}
.drawer-nav .drawer-menu-box > ul > li.nav_btn i.fa{
  color: #fff;
  padding-left: 5px;
}
.drawer-nav .drawer-menu-box > ul > li{
  border-bottom: 1px solid #333;
  padding: 7px 0 7px 10px;
  line-height: 24px;
}
.drawer-nav .drawer-menu-box > ul > li > a{
  color: #000;
  display: block;
  font-size: 1rem;
}
.drawer-nav .drawer-menu-box > ul > li > a span:nth-child(1){
  background: url(../images/icon/drawer/right_menu_icons.png);
  padding-right: 25px;
  line-height: 25px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(3) a span:nth-child(1){
  background-position: 0px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(4) a span:nth-child(1){
  background-position: -25px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(5) a span:nth-child(1){
  background-position: -50px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(6) a span:nth-child(1){
  background-position: -375px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(7) a span:nth-child(1){
  background-position: -75px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(8) a span:nth-child(1){
  background-position: -100px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(9) a span:nth-child(1){
  background-position: -125px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(10) a span:nth-child(1){
  background-position: -150px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(11) a span:nth-child(1){
  background-position: -175px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(12) a span:nth-child(1){
  background-position: -200px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(13) a span:nth-child(1){
  background-position: -225px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(14) a span:nth-child(1){
  background-position: -250px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(15) a span:nth-child(1){
  background-position: -275px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(16) a span:nth-child(1){
  background-position: -300px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(17) a span:nth-child(1){
  background-position: -325px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(19) a span:nth-child(1){
  background-position: -350px;
}
.drawer-nav .drawer-menu-box > ul > li:nth-child(20) a span:nth-child(1){
  background-position: -225px;
}
.d_link{
  margin-left: 1em;
}
.drawer-nav .sub_nav {
  margin-bottom: 10px;
}
.drawer-nav .sub_nav li a{
  color: #333;
  font-weight: normal;
  display: block;
  padding: 9px 2px;
  font-size: 11px;
}
.drawer-nav .sub_nav li{
  width: 50%;
  float: left;
  border-bottom: 1px solid #333;
  padding: 0;
}
.drawer-nav .sub_nav li:nth-child(even){
  border-left: 1px solid #333;
}
.drawer-nav .login_btn{
  border:1px solid #5DADE2;
  color: #333;
  font-size: 1rem;
  width: 100%;
  padding: 5px 0;
  margin: 5px 0 10px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
.drawer-nav .login_btn a{
  color:#333;
  font-weight: normal;
}
.drawer-nav .login_btn img{
  width: 30px;
  vertical-align: bottom;
}

/*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:#5DADE2;
  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: #333;
	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 #FE6EA3;
  margin-bottom: 10px;
  border-left: 10px solid #FE6EA3;
  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{
  display: none;
  margin: 5px 0 10px;
}
.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 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 #5DADE2;
}
.is_hotel .business .drawer-dropdown table th{
  background: #5DADE2;
}
.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: #333;
  text-decoration: none;
}
.group_inner h4{
  background: #434343;
  color: #fff;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 1rem;
}

/*トップ出勤情報*/
.top_today {
  margin: 0 5px;
}
.top_today .girlsList_wrap{
  margin: 0 auto;
  background: #fff;
  padding: 3px 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: #7D7D7D;
  height: 20px;
  line-height: 20px;
  margin: 0 -1px;
}
.top_today .list_text .shift_name a{
  color: #fff;
}

.top_today .list_text .state_rest{
    color: #FE6EA3;
    border-bottom: 1px dotted #333;
    line-height: 12.5px;
    padding: 3px 0;
    font-size: .6rem;
}
.top_today .list_text .state_go{
  color: #FE6EA3;
  font-weight: bold;
}
.top_schedule {
 background: url(../images/w_bg.jpg);
 padding-bottom: 10px;
}
.top_today .colum3 li {
  height: 245px;
  margin-bottom: 5px;
  width: 32.4%;
}
.top_today .colum3 li:nth-child(3),
.top_today .colum3 li:nth-child(6){
  margin-right: 0;
}
.top_today .girls_kind,
.top_today .girls_type{
  margin: 3px 0.5% 0;
  font-size: .6rem;
}
.top_today .comment_girls_all{
  height: 17px;
  line-height: 17px;
}
.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 1px #FE6EA3;
  background-color: #fff;
  margin: 0 5px;
  text-decoration: none;
  font-family: 'MS PGothic',sans-serif;
  color: #000;
}
.more_btn a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 11px transparent;
  border-left: solid 14px #fe6ea3;
  right: 0px;
  margin-top: -5px;
}

/*横画像対応*/
#mainVisual{
  background: url(../images/picup_bg.jpg);
}
.colum3 li{
  /* margin-right: 1.2%;
  width: 32.5%;
  height: 320px; */
}
.arrow_tit::after{
  right: 46.6%;
}
#mainVisual{
  height: auto;
}
#mainVisual .pickup_box{
width: 50%;
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%;
border-radius: 5px;
}
#mainVisual .p_btn{
width: 150px;	width: 140px;
z-index: 9999;	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%;
}*/
.event_img{
width: 200px;
height: 70px;
width: 195px;
height: 67px;
transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
}
.pickup_img {font-size:0;}
.event_img.event_left{
position: absolute;
width:50%;
bottom: 75px;
right: 48%;
}
.event_img.event_right{
position: absolute;
width:50%;
bottom: 75px;
right: 0%;
}
.event_img_w{
width: 200px;
height: 70px;
position: absolute;
bottom: 76px;
right: 9%;
width: 280px;
height: 92px;
transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
}

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

.is_profile .prof_img .flexslider{
  background: transparent;
  min-height: 200px;
  border: none;
}
.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: -40px;
}

.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 table{
  text-align: left;

}
.is_profile .sat{
  color: deepskyblue;
}
.is_profile .sun{
  color: red;
}
.is_profile .display-6{
  font-size: 1rem ;
    font-weight: 600 !important;
}
.is_profile h2{
  font-size: 1rem;
  font-weight: 600;
  padding: 2px;
}
/*アクセスページ矢印*/

.slick-next{
  right:0;
  top: 40%;
}
.slick-next:before{
  content: url(../images/access/zoom_right.png);
}
.slick-prev{
  left: 0;
  top: 40%;
}
.slick-prev:before{
  content: url(../images/access/zoom_left.png);
}
.slick-prev,
.slick-next{
  height: 100%;
  width: 40px;
}
.slick-prev {
  z-index: 1;
}

.map_wrap{
  margin-bottom: 30px;
}

.foot_menu .nav_list02 li:nth-child(4){
  background: #00bcd4;
}

.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;
  font-size: 1.4rem;
}
.is_profile table#basic-play th, .is_profile table#option-play th, .is_profile table#date-play th{
  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;
}


/* 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: 35px;
}
.is_profile .s-girls,
.is_profile .m-girls{
  display: inline-block;
  font-size: 0;
}
.is_profile .s-girls img,
.is_profile .m-girls img{
  max-height: 27px;
  margin-right: 1px;
}
.is_profile .s_right,
.is_profile .m_right{
  text-align: right;
  width: 40%;
  float: right;
  margin-top: 12px;
  padding-right: 10px;
}
.is_profile .s-block,
.is_profile .m-block{
  padding: 0;
  width: 60%;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.is_profile .s-block img,
.is_profile .m-block img{
  width: 19.5%;
  margin-right: .5%;
}
.is_profile .prof_inner .sm_line{
  margin-bottom: 30px;
}

.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;
}

.is_profile .s-wrap,
.is_profile .m-wrap{
  margin-bottom:10px;
}

.is_profile .today_work .is_left{
  width: 30%;
}
.is_profile .today_work .is_right{
  width: 100%;
}
.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;
}
.is_profile .relation_list{
  /* margin: 0 -5px; */
}


   /* プロフィール口コミ・店長コメント改修 */
   .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 input[type="submit"]{
  border: none;
   display: inline-block;
   background: #5DADE2;
   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: 20px;
   margin-bottom:0;
 }
 .is_profile .comment_box{
   background: url(../images/profile/comment_bg_top.png)no-repeat;
   background-size: 100%;
   /* padding: 26px 0 30px; */
   height:100%;
 }
 .is_profile .comment_inner{
   background: url(../images/profile/comment_bg_repeat.jpg)repeat-y;
   background-size: 100%;
   overflow: hidden;
   padding: 10px 5px 10px;
   height:100%;
 }
 .is_profile .comment_inner.more_comme{
   max-height:315px;
   font-size: 18px;
   font-weight: bold;
   color: #FE6EA3;
   }
   .is_profile .comment_inner.more_comme div,
   .is_profile .comment_inner.more_comme div span{
     font-size: 18px;
     font-weight: bold;
     color: #FE6EA3;
   }
   .is_profile .comment_inner .inner_txt{
    background: url(../images/profile/comment_inner.png);
    /* padding: 10px; */
   }
   .is_profile .comment_inner.more_comme .inner_txt{
  max-height: 250px;
  overflow: hidden;
  background: url(../images/profile/comment_inner.png);
  padding: 10px;
 }
 .is_profile .comment_more{
   /* background: url(../images/profile/comment_bg_repeat.png)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:#5DADE2;
   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;
 }

/* プロフィール　Aバック以上コメント */
.is_profile .comment_inner.more_comme div.a_girl{
  font-weight:bold;
  color:#ff0000;
  font-size:1rem;
  margin-bottom: 20px;
}
.is_profile .comment_inner.more_comme div span.p_txt{
  color: #FE6EA3;
  display: block;
  text-align: center;
  line-height: 1.3;
  padding: 10px;
  border: 2px solid #FE6EA3;
  width: 80%;
  margin: 5px auto;
  background: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
.p_txt .p_tit{
  font-size:1.4rem;
  font-weight:bold;
}

.lum-lightbox-inner img{
  top: 40px;
  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;
  /* display: none; */
}
.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%;
  /* display: none; */
}
.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;
}
.is_profile .flex-control-nav {
  z-index: 8;
  /* bottom: -38px; */
  bottom: -30px;
}
.is_profile .comment_inner.more_comme div.profile_experience_2{
  margin: 10px auto;
  border: double #FE6EA3;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size:15px;
  font-weight:normal;
  color: #000;
  }

.is_profile .comment_inner div.op_comment {
    font-weight: normal;
    color: #ffffff;
    margin-bottom:15px;
    background: #ff5555;
    margin-top: 15px;
    text-align: center;
    font-size: 0.8em;
}
.is_profile .comment_inner div.op_comment span{
      font-weight: bold;
      font-size: 1.2em;
      color: #fff;
}

/* 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, 0, 0, 0.5);
}
.footer_wrap .pagetop a img{
  width: 19px;
  height: 10px;
  margin-top: 13px;
  margin-left: 10px;
}
.main-contents{
  /* padding-top: 85px; */
}
.is_top.main-contents{
  padding-top:0;
}
header{
  width: 100%;
  position: fixed;
  margin: 0 auto;
  /* background: url(../images/header_bg.jpg); */
  z-index: 999;
}
.head_fixed{
  position: static;
  padding: 5px 0 0;
}
.shop_header{
  padding:70px 5px 0;
  padding-left:0;
}

.is_system .tit_com{
  font-weight: bold;
  padding:5px;
}
.is_access .tit_com{
  font-weight: bold;
  padding:5px 0;
  color:#FF4545;
}

.is_system #trans{
  margin-top:-80px;
  padding:0;
padding-top:80px;
}

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

/*コスプレリニューアル*/
.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;
}

/* システム改修 */
.is_system .system_tab{
  /* font-size: 0; */
  text-align: center;
}
.is_system .system_tab div{
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 49%;
  margin: 0.5%;
}

.is_system .system_tab li{
  width: 48%;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #fff;
  /* padding: 8px 0; */
  margin: 0.5%;
  position: relative;
  height: 35px;
  line-height: 30px;
}
.is_system .system_tab div a{
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  
}
.is_system .system_tab{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
    padding-top: 1.5rem;
}
.is_system .system_tab li{
  background: #fff;
      border-bottom: 1px solid #463279;
    border-right: 1px solid #463279;
    /* width: 50%; */
}
  .is_system .system_tab li a{
    font-size: 14px;
    color: #000000;
    text-decoration: none;
  }
  /* .is_system .nav_list > ul > li,
  .is_system .list_bg{
    border-bottom: 1px solid #DBB0CE;
  } */
.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: 10px;
    font-size: 1rem;
    top: 0;
    /* width: 20px;
    height: 18px; */
    /* background-size: contain;
    background-repeat: no-repeat; */
    color: #463279;
}
.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 .four_tit{
  background: #f66481;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-align: center;
}
.is_system .nav_list > ul.pink-ul{
    background-color: #bce6eb;
}
.is_system .nav_list > ul.blue-ul{
  background-color: #fdcfdf ;
}
.is_system .nav_list > ul > li{
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  position: relative;
  font-size: 1rem;
  margin: 5px 0 0;
}
.arrow_tit{
  height: 40px;
  line-height: 40px;
}
.arrow_tit::after{
  top: 40px;
}
.is_system .system_table th, .is_system .system_table td{
  padding: 8px 0;
}
.is_system .ex_table th, .is_system .ex_table td{
  padding: 8px 0;
}
.is_system .system_container > div {

  margin-bottom: 0;
}
.is_system .system_container.is_delivery > div{
  padding-top: 5px;
  margin-top: 0;
}
.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 #ffa2c3;
  padding: 8px 0;
}
.is_system .ex_table{
  margin-top: 0;
  border:none;
}
.info_box,
.is_system .system_container > div.info_box {
  /* padding: 10px; */
  /* background: rgba(255, 255, 255, 0.8); */
  /* background: url(../images/system/date_bk.png)repeat-y; */
  /* background-size: 100%; */
  font-size: 1rem;
  /* border: 1px solid #838383; */
  margin:10px 0 0;
}
.is_system .system_container > div.info_box .info_inner,
.info_box .info_inner{
  background: rgba(255, 255, 255, 0.6);
  padding: 8px;
  border-radius: 15px;
  border: solid 2px #00bcd4;
}
.is_system .system_luxury .child_table,
.is_system .ex_table{
  background: #fff;
  border-radius: 0;
}
.is_system .system_luxury .ex_table{
  border-radius: 0;
}
.is_system .system_luxury .ex_table th,
.is_system .system_luxury .ex_table td{
  border-bottom: 1px solid #915da3;
}
.is_system .system_container.is_play{
  background: #fff;
}
.is_system .credit{
  /* background: #fff; */
}
.is_system .list_bg{
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  margin:0;
}
.is_system .nav_list{
  padding: 0;
  /* background-image: linear-gradient(to bottom, #bde6ec 80%,#ff66b21f 20%); */
}
.is_system .chui{
  text-align: right;
  font-size: 1rem;
  font-weight: bold;
  color: #f00;
  margin: 10px 0;
}
.is_system .chui a{
  text-align:right;
}

/* .is_system #box_free,
.is_system #box_raiten,
.is_system #box_deli,
.is_system #credit,
.is_system #box_ex,
.is_system #trans,
.is_system #point{
  margin-top:-80px;
  padding:0;
padding-top:80px;
} */

.is_system .system_tab .tab_01,
.is_system .tab_content .wrap_01{
  border: 3px #ffc000 solid;
}
.is_system .system_tab .tab_02,
.is_system .tab_content .wrap_02{
  border: 3px #50b9ff solid;
  /* margin-right: 0; */
}
.is_system .system_tab .tab_03,
.is_system .tab_content .wrap_03{
  border: 3px #FE6EA3 solid;
}
.is_system .system_tab .tab_04,
.is_system .tab_content .wrap_04{
  border: 3px #8f35fc solid;
  /* margin-right: 0; */
}
.is_system .system_tab .tab_05,
.is_system .tab_content .wrap_05{
  border: 3px #01B901 solid;
  /* margin-right: 0; */
}
.is_system .system_tab .tab_06,
.is_system .tab_content .wrap_06{
  border: 3px #FE6EA3 solid;
  /* margin-right: 0; */
}

.is_system .system_tab div a{
  color:#000;
}
.is_system .system_tab div a:after{
  color:#463279;
}

.is_top .top_bnrarea a{
  display: block;
  font-size: 0;
}

/* プロフィール　欲しがっているOP */
.is_profile .relation_op{
  /* margin-bottom: 30px; */
}
.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: #ff9ebf;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
}
.is_profile .relation_op .op_wrap li{
  width:30%;
  float: left;
  margin-right: 4%;
  position:relative;
}
.is_profile .relation_op .op_wrap li:nth-child(3){
  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{
  color:#000;
  left: 0;
  bottom: -30px;
  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 li{
  width: 100%;
}
.is_profile .relation_op .op_border > ul,
.is_profile .relation_op .op_border .op_price{
  padding:5px 0 20px;
}
.is_profile .relation_op .op_border > ul{
  padding: 15px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.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:#FE6EA3;
  color:#fff !important;
  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_profile .relation_op .op_wrap li.cos_txt{
  font-size: .8rem;
  width: 100%;
  float: none;
  clear: both;
  text-align: right;
  top: 15px;
  right: 5px;
}
.is_profile .relation_op .op_wrap li.cos_txt::before{
  content: '';
}
.is_profile .relation_op .op_wrap li.cos_txt span{
  font-size: 1rem;
  font-weight: bold;
  color: #ff0000;
  position: static;
  display: inline;
}

.group_inner .sogo ul[class*="colum"] li{
  min-height: 165px;
}
.group_inner .sogo ul[class*="colum"] li .text_box p{
  font-size: 0.8rem;
  letter-spacing: -.5px;
}
.is_profile .girl_review .review_inner .user-review .user-name{
  width: 90px;
  display: inline-block;
}
.is_profile .girl_review .review_inner .user-review .user-name span{
  font-weight: bold;
  font-size:1rem;
  color:#5DADE2;
}

.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: 285px; */
  height: auto;
  padding-bottom: 5px !important;
}
.girls_type, .girls_kind{
  margin:0 0.5%;
}
.entry_day{
  color: #213F97;
    font-weight: bold;
    text-align: right;
    padding-right: 3px;
    font-size: 0.8rem;
    padding-bottom: 0;
    height: 20px;
    line-height: 20px;
}
.entry_day img{
  width:12px;
}
ul[class*="colum"] .list_text p{
  line-height: 14px;
  margin: 0!important;
}
ul[class*="colum"] .list_text p.state_off{
  line-height: 18px;
}
.girls_all_photo img, .today_shift_photo img{
  width: 100%;
}

/* トップスライダー */
#top_slider{
  padding: 10px 0;
  background: url(../images/w_bg.jpg);
}
.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/slick_slide_btn.png) -20px 0px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  line-height: 0;
  font-weight: normal;
  opacity: 1;
  z-index: 9999;
  width: 20px;
  height: 100%;
  top: 60%;
  bottom: 0;
  margin: auto;
}

.is_top .pickup_box .slick-next:before{
  right: 0;
  bottom: 18%;
}
.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/slick_slide_btn.png) 0px 0px;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  line-height: 0;
  font-weight: normal;
  opacity: 1;
  z-index: 9999;
  width: 20px;
  height: 100%;
  top: 60%;
  bottom: 0;
  margin: auto;
}
#mainVisual .pickup_box .slick-prev{
  left: 0;
}
.is_top .pickup_box .slick-prev::before{
  left: 0;
  bottom: 18%;
}

#top_slider{
  padding-bottom:0;
}

.is_profile .main_contorol{
  position: relative;
  padding-top: 40px;
}
.is_profile .flex-control-nav{
  bottom:-5%;
}
/* アクセス */
.is_access .flex-direction-nav a.flex-prev {
  background: rgba(0,0,0,0.3);
  width: 42px;
  height: 42px;
  border-radius: 21px;
  top: 50%;
}
.is_access .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;
}
.is_access .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_access .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_access .flex-control-nav {
  display: none;
}
.is_access .map_wrap,
.is_access .map_movie_wrap,
.is_access .access-wrapper,
.is_access .flexslider {
  margin-bottom: 0;
}
.is_access .access-wrapper {
  padding: 1rem 0;
}
.is_access figure.list > figcaption {
  font-size: 1rem;
  padding: .5rem .25rem .25rem .25rem;
}
#contents-body div.main-contents.is_access div.pswp__caption {
  bottom: 90px;
}
#contents-body div.main-contents.is_access div.pswp__caption .pswp__caption__center {
  text-align: center;
}
.is_access .pswp__button--arrow--left,
.is_access .pswp__button--arrow--right {
    visibility: visible !important;
}
/* メインメニュー 滑りすぎる挙動の解消 */
#nav1 .drawer-menu {
  transition-timing-function: ease !important;
  transform: none !important;
}
/* マナー違反 バナー */
.bnr_caution {
  padding: 0 5px 8px 5px;
  background: url(../images/w_bg.jpg);
}
.bnr_caution img {
  width: 100%;
  height: auto;
}

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

/* 20200322 profile 動画改修 */
.is_profile .girl-movie .mov_frame video{
  width:90%!important;
  height: auto!important;
}

/* 20190116 movie 動画改修 */
.movie_img img{
  width:100%!important;
  height: auto!important;
}
.look_movie a img{
  width: 345px!important;
  height: 220px !important;
}
.look_movie{
  /*padding:0 16 5px;*/
  margin-left: auto;
  padding: 0 35px !important;
  font-size: 0;
  width: 100%;
  position: relative;
}
.look_movie img.start_btn{
  position: absolute;
  width: 25px!important;
  height: auto!important;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.mov_frame{
  padding-left: 0px !important;
padding-right: 0px !important;
position: relative;
}
.is_profile .movie_inner .girl-movie .mov_frame img.start_btn{
position: absolute;
width: 25px!important;
height: auto;
top: 15px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 1;
}
.movie_img{
position: relative;
}
.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;
}
/*プリンセス 開始*/
.princess_intro{
  background-image: url(../images/princess/intro_bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
.princess_intro_gif{
  background-image: url(../images/princess/intro_anime.gif);
  background-repeat:no-repeat;
  background-size:contain; ;
  background-position: bottom 50% left 0px;

}
.princess_contents{
  width: 100%;
}
.princess_title01{
width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}
.princess_banner img{
  width: 100%;
}
.princess_text01{
  font-size: 10px;
  font-family: "A-OTF Maru Folk Pro";
  color: rgba( 45, 34, 24, 0.851 );
  line-height: 1.533;
  text-align: center;
  padding-bottom:20px;
  -moz-transform: matrix( 1.11019929660023,0,0,1.11065088757396,0,0);
  -webkit-transform: matrix( 1.11019929660023,0,0,1.11065088757396,0,0);
  -ms-transform: matrix( 1.11019929660023,0,0,1.11065088757396,0,0);
/*  position: absolute;
  left: 842.384px;
  top: 714.199px;
  z-index: 28;*/
}
.princess_text01 p{
  padding: 0 20px;
}
.princess_text01_bold{
font-weight: bold;
color: #4c433a;
}
.princess_text01_red{
font-weight: bold;
color: #f54a4a;
}
/*プリンセス 終了*/
.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;
}
.toggleFirer .ico{
  float: right;
}
/*新着情報START*/
.girls_latest_news{
  background: #fff;
  padding: 2px 5px;
}

.girls_latest_news li{
  margin: 1.5em 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: 22px;
}
/* 新着情報のアイコン */
.newstype1{
  background: no-repeat url(../images/newface.png);
  background-size: 70%;
}
.newstype2{
  background: no-repeat url(../images/revival.png);
  background-size: 70%;
}
.newstype3 {
  background: no-repeat url(../images/redbeacon.png);
  background-size: 100%;
}

.newstype4{
  background: no-repeat url(../images/camera.png);
  background-size: 70%;
}

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

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

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

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

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



/* 新人　スライド*/
@media(max-width:420px){
  .slder.autoplay.slick-initialized.slick-slider.slick-dotted {
    margin-left: 2px;
  }
  ul.slick-dots {
    padding-right: 20px !important;
}
.look_movie{
  margin-left: auto;
}

}
@media(max-width:380px){
  .slder.autoplay.slick-initialized.slick-slider.slick-dotted {
    margin-left: 5px;
    width: 100%;
    padding: 2px auto;
}
 ul.slick-dots {
  padding-right: 20px !important;
}
.slder img {
  padding-right: 10px;
}
.look_movie{
  /*padding:0 16 5px;*/
  margin-left: auto;
  padding: 0 35px !important;
  font-size: 0;
  width: 100%;
  position: relative;
}
.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;
 }
 .content{
    text-align: center;
    margin-top: 30px;
    
  }
}
@media(max-width: 770px){
  .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: 30px;
    
  }
  .slder .slick-prev::before{
    left: 5px !important;
  }
  
}

/*　END 新人　スライド*/

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

/* スタート時のスタイル */
.delighter.started {
  transform: none;
  opacity: 1;
}
/*　DELIGHTER　END*/


.select_button select {
    border: solid 1px #CCC!important;
    border-radius: 10px;
    margin: 0 1%;
    float: unset;
    width: 45%;
}


.autocomplete {
    display: inline-block;
    width: 100%;
    /* padding: 10px 5px 10px 5px; */
    padding: 0;
    /* background: #D2D2D2; */
    font-size: 1rem;
    position: relative;
}
.autocomplete-items{
  text-align: left;
  padding: 5px;
  /* position: absolute; */
  /* z-index: 100; */
  background: #fff;
  border-radius: 0 0 10px 10px;
  /* width: 100%;
  left: auto; */
  border-top: none;
}
/* .container{
  position: relative;
  width: 100%;
  height: 100%;
} */
p.comment_girls_all {
  margin: 0!important;
}

p.shift_name {
  margin: 0!important;
}

p.state_rest {
  margin: 0!important;
}

p.type_2 {
  margin: 0!important;
}

p.type_1 {
  margin: 0!important;
}

p.state_off {
  margin: 0!important;
}




/* input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
}
.sp-mode,
.ipad-mode{
  background-color: rgb(255, 255, 204);
  padding: 5px 0px;
  border-top: solid #FF66B2;
  border-bottom: solid #FF66B2;
  margin-bottom: 10px;
} */

.title-text1{
  font-weight: 900;
  font-size: 20px;
  /* text-decoration: underline 1px white !important; */
  color: #7ddeec !important;
  /* safari browser 対応 */
  /* -webkit-text-decoration-line: underline !important;
    -webkit-text-decoration-color: white !important;
    -webkit-text-decoration-style: solid !important;
    -webkit-text-decoration-thickness: 1px !important; */
}

.title-text2{
  font-size: 15px;
  color: #f66481;
  font-weight: 900;
  position: relative;
  /* bottom: 10px; */
}
.schedule-text2{
  font-size: 20px;
}
.title-underline {
  background-image: linear-gradient(white, white);
  background-position: center;
  background-size: 66px 2px;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  position: relative;
  bottom: 28px;
}
.title-underline2{
  background-image: linear-gradient(white, white);
  background-position: center;
  background-size: 66px 2px;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  /* position: relative;
  bottom: 0px; */
}

.cast, .price, .blogranking{
  background-color: #ff66b21f;
  text-align: center;
  
}
.movie, .schedule{
  background-color: #ff66b21f;
  text-align: center;
}
.blogranking2{
  background-color: #ebffff;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: rgb(249 161 200);
    text-shadow: 1px 1px 2px rgb(165 69 110);
}
.schedule{
  /* padding-bottom: 25px; */
}
.date_select{
  margin-bottom: 20px;
}
.cast-text3{
  border: solid #ccc;
  padding: 10px 5px;
  margin: 10px;
  background-color: white;
}
.cast-text3 h2{
  font-weight: 900;
}
.cast-text3 p{
  font-size: 14px;
}
.search-content{
  /* margin-bottom: 5px; */
  text-align: center;
}
.inner_txt{
  text-align: center;
  font-weight: 600;
}

.contents_box{
  text-align: center;
  padding: 0 10px;
  /* margin-top: 1rem; */
}
.txt_freeword_content{
  width: 95%;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 5px;
  background: #D2D2D2;
}
.list_select_menu{
  padding: 0 1em;
}
.select_button_right{
  /* flex-flow: column;
  margin-top: 2px; */
}
.is_profile .relation_list a{
  text-decoration: none !important;
}
@media screen and ( min-width:768px) {
  .is_profile .event-name-size{
    font-size: 2.5rem !important;
  }
  .is_profile .name-size{
    font-size: 3rem;
  }
  .is_profile .s_rank1{
    font-size: 2rem;
  }
  .is_profile .s_rank2{
    font-size: 3rem;
  }
  .is_system .system_tab li a{
    font-size: 1rem;
  }
  .is_system .system_tab li a::after{
    font-size: 1.8rem;
  }
  .is_system .cosplay-content div.col-4{
    margin: 0.75% !important;
  }
  /* .title-contain{
    margin-top: 40px;  
  } */
  .cast-text3{
    margin: 10px 50px;

  }
  .select_label_nobg{
    width: 100%;
  }
  .select_label_nobg select{
    width: 43%;
  }
  .txt_freeword_content{
    width: 90%;
    margin: 0 5%;
  }
  .is_system .nav_list > ul > li{
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
  }
  .is_system .system_tab li{
    height: 45px;
    line-height: 40px;
    font-size: 1rem;
  }
  .cast-text1, .price-text1{
    text-decoration: underline 3px white;
    font-size: 50px;
  }
  .cast-text2, .price-text2{
    font-size: 35px;
  }
  .is_system .four_tit{
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
  }
  .credit_flow div.col-9{
    width: 72% !important;
  }
  .is_system .option_table h6{
    height: 30px;
    line-height: 25px;
    font-size: 1.2rem;
  }
  .is_profile .profile-reserve a{
    font-size: 1.5em;
  }
  .fa-2x{
    font-size: 3em;
  }
  .is_profile table.weekly-tb th, .is_profile table.weekly-tb td{
    font-size: 1.5em;
  }
  .is_profile h2{
    font-size: 1.75em;
  }
  .is_profile .relation_op .op_btn a{
    font-size: 1.5em;
  }
  .is_profile #loadMore span{
    font-size: 1.5em;
  }
  .is_profile .girl_review .user-comment input{
    font-size: 1.5em;
  }
  .is_profile .relation_list h3{
    font-size: 1.5em;
  }
  .is_profile .kanren_list li p, #relation_slider li p{
    font-size: 1.5em;

  }
  .is_profile .relation_op h3{
    font-size: 2rem;
  }
  .is_profile table#basic-play th,
  .is_profile table#option-play th,
  .is_profile table#date-play th{
  font-size: 1.5em;
  }
  .footer-text{
    font-size: 1.25em;
  }
  .title-underline{
    /* bottom: 10px !important; */
  }
  .title-text1{
    font-size: 45px;
  }
  .title-text2{
    font-size: 30px;
  }
  .ranking-content img, .ranking img{
    width: 100%;
  }
  .side_ranking{
    height: 1000px !important;
  }
  .girl-num-info{
    font-size: 1.5rem !important;
  }
  .girl-num-name{
    font-size: 1.75rem!important;
  }
}
figure.girls_all_photo {
  margin-bottom: 0!important;
}

tr:first-child th {
  border-top-left-radius: 0.5rem!important;
}


tr:last-child th {
  border-bottom-left-radius: 0.5rem!important;
}

tr:first-child td {
  border-top-right-radius: 0.5rem!important;
}


tr:last-child td {
  border-bottom-right-radius: 0.5rem!important;
}
.play_box_value div{
  text-align: center;
    background-color: #FE6EA3;
    border-radius: 8px;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
    width: 24%;
    margin: 0.5%;
}
.info_inner p, .caption p{
  margin: 0;
}
.is_system tr:first-child th{
  border-top-left-radius: 0 !important;
}
.play-table{
  text-align: center;
}
.play-table div{
  border-bottom: 1px solid #ffa2c3;
  font-size: 1rem;
  padding: 8px 0;
}
.play-table div:nth-child(7),.play-table div:nth-child(8){
  border-bottom: none;
}
.play-table-left,.ex_table-left{
  font-weight: 700;
}
.drawer-content section{
  display: block;
  padding-top: 140px!important;
  margin-top: -140px!important;
}
.drawer-div{
  background-color: white;
  padding: 1em 0;
}
div#txt_freewordautocomplete-list div{
  border-bottom: solid 1px #d4d4d4;
  margin: 0.5rem 0 1rem 0;
}

.search-content input[type="text"]{
  border: solid 1px #ccc;
  background-color: #f1f1f1;
  /* padding: 5px; */
}
div.ex_table{
  text-align: center;
}
.ex_table div{
  border-bottom: 1px solid #915da3;
  font-size: 1rem;
  padding: 8px 0;
}
.credit_flow .row{
  justify-content: center;
}
.credit_flow div.col-3{
  background: #FF6B91;
  display: flex;
	align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  /* margin-left: 0.25em; */
  margin-bottom: 0.5%;
}
.credit_flow div.col-9{
  border: 1px solid #FF6B91;
  background: #fff;
  padding: 5px;
  width: 69%;
  margin-left: 0.5%;
  margin-bottom: 0.5%;
}
.is_system .cosplay-content div.col-4{
  box-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
  padding: 0;
  margin: 0.5%;
  width: 31.3%;
}
.is_system .info_box{
  padding: 0 10px;
}
.side_ranking{
  background: url(../images/sidenav/ranking/ranking_bk.jpg) no-repeat;
  background-size: 100%;
  height: 620px;
  position: relative;
}
.box-ranking .side_ranking li.ranking{
  position: absolute;
}
.box-ranking .side_ranking .ranking_01{
  right: 4%;
    top: 1%;
    -webkit-transform: rotate(7deg);
}
.box-ranking .side_ranking .ranking_02{
  top: 29%;
  left: 4%;
  -webkit-transform: rotate(-6deg);
}
.box-ranking .side_ranking li.ranking_03{
  top: 34%;
    right: 4%;
    -webkit-transform: rotate(5deg);
}
.box-ranking .side_ranking .ranking_04{
  top: 62%;
  left: 6%;
  -webkit-transform: rotate(-7deg);
}
.box-ranking .side_ranking .ranking_05{
  right: 4%;
  top: 67%;
  -webkit-transform: rotate(6deg);
}
.top5-ranking .row div{
  display: flex;
	align-items: center;
  justify-content: center;
  padding: 0;
}
.top5-text1{
  color: #f66481;
  font-size: 13px;
}
.top5-text2{
  font-size: 2rem;
    -webkit-text-stroke: 1px #f66481;
    -webkit-text-fill-color: white;
    font-weight: 900;
}
.top5-text3{
  color: purple;
  border: solid 1px purple;
}
.top5-text3-1{
  font-size: 10px;
  text-align: right;
}
.top5-text3-1-1{
  font-size: 15px;
}
.top5-text3-2{
  font-size: 1.25rem;
  font-weight: 600;
}
.girl-num{
  font-size: 4rem;
    -webkit-text-stroke: 1px #ffeb3b;
    -webkit-text-fill-color: white;
    font-weight: 900;
    text-shadow: 1px 1px 10px #ffeb3b;
}
.girl-num45{
  font-size: 4rem;
  -webkit-text-stroke: 1px #607d8b;
  -webkit-text-fill-color: white;
  text-shadow: 1px 1px 10px #607d8b;
  font-weight: 900;

}
.girl-num-name, .girl-num-info{
  font-size: 0.8rem;
  font-weight: bolder;
    /* -webkit-text-stroke: 1px #f66481;
    -webkit-text-fill-color: white;
    text-shadow: 1px 1px 10px #f66481; */
}
.girl-num-name{
  font-size: 1.1rem;
}
.top1-ranking{
  padding: 10px 0;
}
.top5-girl-container{
  position: relative;
  padding: 0 0 20px 0;
}
.top5-girl-content{
  background-color: #d3eef1;
  color:#009688;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  
}
.blog-rank-txt1{
  color: orange;
}
.blog-rank-txt2{
  color: white;
  text-shadow: 1px 1px #e2b087, -1px 1px #e2b087, -1px -1px #e2b087, 1px -1px #e2b087, 1px 0px #e2b087, 0px 1px #e2b087, -1px 0px #e2b087, 0px -1px #e2b087;
  font-size: 20px;
  font-weight: 900;
}
.ranking-bg{
  background: url(../images/sidenav/ranking/ranking-bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.newface-campaign{
  padding: 10px 20px;
    background-color: #bce6eb;
}
.movie_box h3{
  font-size: 13px;
    padding: 2px;
    margin: 0;
}.is_movie .movie-content{
  padding: 5px;
}
.list_select_box{
  padding: 2px 0;
    background: #FF66B2;
}
.list_select_menu{
  background: #FFFFCC;
}
.list_select_menu form{
  /* display: flex;
	align-items: center;
  justify-content: center; */
  padding: 0 0 20px 0;
}
.is_schedule .date_select div#girls_all div.row div:nth-child(1){
  border-color: #FE6EA3 !important;
}
.is_schedule .date_select div#girls_all div.row div:nth-child(2){
  border-color: #8aca98 !important;
}
.is_schedule .date_select div#girls_all div.row div:nth-child(3){
  border-color: #82cdc9 !important;
}
.is_schedule .date_select div#girls_all div.row div:nth-child(4){
  border-color: #ffba2e !important;
}
.prof-pic-left, .prof-pic-right{
  position: absolute;
  width: 8.5%;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0.5;
  z-index: 6;
}
.prof-pic-right{
  right:0;
}
.profile-swiper .swiper-wrapper{
  padding: 0;
}
.prof_img .swiper-pagination-bullets{
  bottom: 0;
  /* background-color: #EEEEEE; */
  padding: 15px 0;
  z-index: 7;
}
.prof_img .swiper-slide{
  text-align: center;
}
.prof_img .swiper-pagination-bullets .swiper-pagination-bullet{
  background: black;
}
.prof_img img{
  width: 100% !important;
}
.title-underline-2 {
  background-image: linear-gradient(white, white);
  background-position: center;
  background-size: 181px 2px;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  position: relative;
  bottom: 12px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
 /* 最小幅641pxおよび最大幅1024px、タブレット専用のスタイル */
 .movie_box h3 {
  font-size: calc(1.3rem + .6vw);
  padding: 2px;
  margin: 0;
}

.is_movie .movie_box .movie_name a {
  color: #fff !important;
  font-size: calc(1.5rem + .6vw);
  text-decoration: underline;
}
.movie_detail p {
  font-size: 1.2rem!important;
}
.is_schedule .today_sort div.row div {
  width: 60px;
  display: inline-block;
  text-align: center;
  border: 8px solid #fff;
  border-radius: 50%;
  margin: -2px 5px 0 6px;
  height: 61px;
  color: #fff;
  font-size: 15px;
  padding: 0!important;
  cursor: pointer;
}

}
 
@media only screen and (max-width: 40em) { 
   /* 最大幅640px、スマホ専用のスタイル */
   .col-3.hvr-grow a {
    font-size: 14px!important;
  }
  
  .col-3.week_link a {
    font-size: 12px!important;
  }

  .font-size10px {
    font-size: 0.5rem !important;
  }
}


select#arrivedTimeTo {
    width: 46%!important;
}

select#arrivedTimeFrom {
  width: 46%!important;
}

/* ガールズページのPC版*/
@media screen and (min-width:992px){
    .list_select_menu, .list_select_box{
      background: none !important;
  }
  .txt_freeword_content{
      background: none !important;
      border: none !important;
  }
  .search-content input[type="text"]{
      background: white !important;
      border-radius: 5px !important;
      font-weight: 600 !important;
      text-align: center;
  }
  .select_button select{
      border-radius: 5px !important;
  }
  .select_label_nobg select{
      font-weight: 500;
      background: white;
  }
  .txt_freeword_content{
      margin: 0 !important;
  }

  .girls_latest_news li a{
      font-size: 0.8vw !important;
  }
  .girls_latest_news .girlNewsTitle{
      width: 89% !important;
      left: 2.5em !important;
  }
  .girls_latest_news .girlNewsTitle, .girls_latest_news .girlNewsImg{
      /* margin-left: 5%; */
  }
  .news-date{
      font-size: 0.5vw;
  }
  ul[class*="colum"] li{
      width: 23% !important;
      margin: 2% 1% !important;
  }
  ul[class*="colum"] .list_text p a{
    color: #212529;
    text-decoration: none;
    font-weight: 900;
  }
  .list_text{
    margin-top: 10px;
  }
  .bottom-line {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .state_go2{
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 10%;
    background-color: #fdcfdf;
    border-radius: 25px;
    color: white;
    font-size: 1.2vw;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
/* /ガールズページのPC版 */

/* access */
@media screen and (min-width:992px){
  .arrow_tit.pc-bg-sky-pink {
    background: #f66481!important;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    margin-bottom: 12.5px;
    text-align: center;
    position: relative;
}

.arrow_tit.pc-bg-sky-pink::after {
  content: '';
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-top: 13px solid #f66481;
  position: absolute;
  right: 47%;
  top: 40px;
}
  
}

/* access */

/* ranking */

.font-size1vw {
    font-size: 0.9vw;
}


/* pc.reserve */
@media screen and (min-width:992px){
  .line_wrap div a, .reserve_mail a{
    color:#000!important;
  }
  .fupoint h4 a{
    border: none;
    color: black;
  }
  .pc-red{
    color: red!important;
  }
  .pc-black{
    color: black!important;
  }
  .reserve_box {
    padding: 10px 5px;
    font-size: 1rem;
    padding: 20px 15px;
    border: 1px solid #FE6EA3;
    margin-bottom: 1vh;
}
  input[type="text"] {
    height: 30px;
  }

  input[type="text"], input[type="tel"] {
    width: 20%;
    /* height: 38px; */
  }
  input {
    font-size: 16px;
  }

  .reserve_box select {
    font-size: 1rem;
    /* padding: 0.5em; */
    width: 16%!important;
    height: 30px;
    margin: 0;
    float: unset;
}
select#arrivedTimeFrom {
  width: 16%!important;
}
select#arrivedTimeTo {
  width: 16%!important;
}
input#txtAddress {
  width: 54%;
}
input.reserve_btn{
  -webkit-appearance: none;
  padding: 5px 14px;
    background: #ED5687;
    color: #FFF;
    border: 1px solid #ED5687;
    width: 24%;
    cursor: pointer;
}
/*  pc-campaign*/
.pc-display-flex{
  display: flex;
}
.pc-campaign_comment{
  font-size: 1.2vw;
  padding-left: 1vw;
  width: 71%;
}
/*  pc-campaign*/

/* guide */
.pc-hoteles-list{
  text-align: center;
  font-size: 1.5vw!important;
  background: #777373!important;
}
.pc-button-pink{
  color: #fff;
  background-color: #FD9DFE;
  border-color: #d640d8;
  font-size: 1vw;
  font-weight: 600;
  padding-right: 0;
  padding-left: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* padding: 0.375rem 0.75rem; */
  font-size: 1rem;
  border-radius: 0.25rem;
}
/* //guide */
.guide_hotel_list li {
  margin: 5px 5px 5px 0;
    padding: 5px 0px 5px 0px;
    width: 11.7vw;
    display: inline-block;
    background-color: #fd9dff;
    border: solid 1px;
    border-radius: 5px;
    text-align: center;
    color: #ff7cd8;
    font-size: 10px;
    font-size: 0.9vw!important;
  
}

.guide_hotel_list li a {
  text-decoration: none!important;
}

.guide_hotel_list {
  margin: 2px auto;
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
}
.business_guide_hotel_list {
  margin: 2px auto;
  position: relative;
  padding: 10px;
  border-radius: 5px;
}

.business_guide_hotel_list li {
  margin: 5px 5px 5px 0;
  padding: 5px;
  width: 154px;
  display: inline-block;
  background-color: #309dcf;
  border: solid 1px;
  border-radius: 5px;
  text-align: center;
  color: #214DF3;
  font-size: 10px;
}
}


/* pc-共通 */
@media screen and (min-width:992px){

 

	.more_btn a {
    width: 100%;
	  display: block;
	  font-size: 16px;
	  font-weight: bold;
	  text-align: center;
	  padding: 15px 0;
	  border: solid 1px #FE6EA3;
	  background-color: #fff;
	  margin: 0;
	  text-decoration: none;
	  font-family: 'MS PGothic',sans-serif;
	  color: #000;
	}
	.girls_latest_news .girlNewsImg{
		/* float: left; */
		display: inline-block;
		position: relative;
		/* width: 55px;
		height: 55px; */
		width: 33px;
		height: 34px;
		overflow: hidden;
		border-radius: 50%;
		box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 30%);
	}
	
  }


  h4.kihon_play_text{
font-size: 13px!important;
  }


  .is_movie .shift_box_off{
    border: 2px solid #aaa;
    text-align: center;
    color: #aaa;
    width: 48%;
    margin: 0 1%;
    padding: 5px;
    font-size: 12px;
  }

  @media (min-width: 992px){
    .is_movie .shift_box_off {
      border: 2px solid #aaa;
      text-align: center;
      color: #aaa;
      width: 48%;
      margin: 0 1%;
      padding: 0;
      font-size: 0.5vw;

  }
  
  

  .is_movie .shift_box_on {
    width: 48%;
    display: inline-block;
    border: 2px solid #FE6EA3;
    text-align: center;
    color: #FE6EA3;
    /* margin: 10px 1% 0; */
    margin: 0 1%;
    font-size: 0.5vw;
    padding: 0px !important;
  }

  .pc-next_working_date_state{
    font-size: 1.1vw;
    /* padding: 6px; */
    margin-left: 2%;
    width: 97%;
    background-color: #cecece;
  }

  .lum-next-button {
    right: 200px;
  }
  .lum-previous-button {
    left: 200px;
  }
}
@media all and (max-width: 992px) {

  .sp-mail-form{
    font-size: 3.47vw;
  }
  .font-size1vw {
    font-size: 3.9vw;
  }
  

}
@media all and (min-width: 1024px) {


    
  

}



@media screen and (min-width: 992px){
   .pc-font-size-news-title{
    font-size: 10px !important;
}
}

.grecaptcha-badge { visibility: hidden; }



.is_profile .en-name-size {
  font-size: 4vw;
  font-weight: 900;
  letter-spacing: 0px;
}

@media screen and (max-width: 991px){
/* //guide */
.guide_hotel_list li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    width: 154px;
    display: inline-block;
    background-color: #fd9dff;
    border: solid 1px;
    border-radius: 5px;
    text-align: center;
    color: #ff7cd8;
    font-size: 11px;
  
}

.guide_hotel_list li a {
  text-decoration: none!important;
  color:#FFF
}

.guide_hotel_list {
  margin: 2px auto;
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
.business_guide_hotel_list {
  margin: 2px auto;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.business_guide_hotel_list li {
    margin: 5px 5px 5px 0;
    padding: 5px;
    width: 154px;
    display: inline-block;
    background-color: #309dcf;
    border: solid 1px;
    border-radius: 5px;
    text-align: center;
    color: #214DF3;
    font-size: 11px;
}
}