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%;
}
#girl-rating{
    position: relative;
    border-radius: 5px;
    border: solid 1px #b6daec;
}
#girl-rating:nth-child(odd){
    margin: .5em 0 .5em 0;
    position: relative;
    background: #f1f1f1 !important;
}
#girl-rating:nth-child(even){
    background: none !important;
    position: relative;
    background: #fff !important;
}
.break{
    clear: both;
    border-bottom: solid 1px #b9b2b2;
    width: 60%;
    margin: 0 0 1em 0;
}
.rateTitle{
    color:#878a05;
    font-weight:bold;
    position: absolute;
    font-size: 1.1rem;
}
.rateStar{
    color:#ff591c;
}
.ratedGirl{
    color: #7d67c3;
    font-size: 13px;
}
.ratedGirlName{
    font-size: 1.5rem;
}
.ratedGirlName a{
    font-weight: bolder;
    color: #f70adc;
    font-size: 1.1rem;
}
.ratedGirlImg{
    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);
}
.ratedGirlImg img{
    width: auto !important;
    margin: -25% 0 0 0 !important;
}
#rateComment{
    width: 100%;
    clear: both;
}
input[type="checkbox"].on-off:checked + ul{
    height: auto !important;
}
.is_profile .girl_review{
    margin-bottom: 30px;
    border:2px solid #FE6EA3;
    padding: 5px;
    margin-top: 15px;
    background: #fff;
  }
  /*スクロールバー表示させる*/
.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;
}
.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;
 }
 .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;
   }
/* プロフィール口コミ・店長コメント改修 */
.is_profile .girl_review .review_inner{
    max-height: 100%;
  }
 .is_profile .girl_review .review_inner .user-review{
   margin-right:0;
   position: relative;
 }
 .is_profile #loadMore{
   text-align: center;
   margin-bottom: 10px;
 }
 .is_profile #loadMore span{
   display: inline-block;
   background: #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;
 }
 .rated-date, .rated-customer{
     font-size: 0.8rem;
 }


 .cast, .price, .blogranking {
  background-color: #ff66b21f;
  text-align: center;
}


.title-text1 {
  font-weight: 900 !important;
  font-size: 20px !important;
  /* text-decoration: underline 1px white !important; */
  color: #7ddeec !important;
}


.title-text2 {
  font-size: 15px !important;
  color: #f66481 !important;
  font-weight: 900 !important;
  position: relative !important;
  /* bottom: 10px; */
}

.title-underline {
  background-image: linear-gradient(white, white) !important;
  background-position: center !important;
  background-size: 81px 2px !important;
  background-repeat: no-repeat !important;
  padding-bottom: 4px !important;
  position: relative !important;
  bottom: 29px !important;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .title-underline {
    bottom: 35px !important;
  }
}


/* pcvar */
@media screen and (min-width:992px){
    .is_profile .girl_review .review_inner .user-review p.review_more:after{
      display:none!important
    }
    .is_profile .girl_review {
      margin-bottom: 30px;
      border: none!important;
      padding: 5px;
      margin-top: 15px;
      background: #fff;
    }

    #girl-rating {
      position: relative;
      border-radius: 0px;
      border: solid 1px #f0f050;
    }


    .is_profile .girl_review .review_inner .user-review:nth-child(odd) {
      background: #fff!important;
  }
  #girl-rating:nth-child(odd) {
    margin: 0.5em 0 0.5em 0;
    position: relative;
    background: #fff!important;
  }

  .rateTitle {
    color: #878a05;
    font-weight: bold;
    position: absolute;
    font-size: 1.3rem;
  }

  .rated-date, .rated-customer {
    font-size: 1.2rem;
  }

  .ratedGirl {
    color: #7d67c3;
    font-size: 18px;
  }

  .list_select_box {
    position: relative;
    width: 100%;
    margin: 0 0 12px;
    padding: 4px 0;
    overflow: hidden;
    background: none!important;
  }

  .list_select_menu_title {
    display: block;
    margin: 0;
    padding: 10px 21px 5px!important;
    color: #000;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    background: #FE6EA3!important;
    text-align: left;
    height: fit-content;
  }

  input[type="checkbox"].on-off:checked + ul{
    border: 5px solid #FE6EA3;
      padding: 5px;
      padding-top: 16px;
      border-top: none;
      background: none!important;
  }

  .list_select_menu ul {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: -2px 0 0;
    padding: 6px 0 0;
    list-style: none;
    background: none!important;
    overflow: hidden;

  }

  input[type="checkbox"].on-off:checked + ul {
    height: auto;
    display: flex;
    justify-content: left;
    padding-bottom: 10px;
  }

}