@charset 'UTF-8';
/* --------------------------------------- */
/* 口コミ */
/* --------------------------------------- */
/* 総合点 */
.box_score {
  align-items: center;
}
.rv_t_score {
  display: flex;
  align-items: center;
}
.score_graph {
  position: relative;
  width: 130px;
  height: 26px;
  font-size: 25px;
  overflow: hidden;
  box-sizing: border-box;
}
.score_graph .star {
  width: 100%;
  height: 100%;
}
/* 星 */
.score_graph .star::before, .score_graph .lost::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-family: 'icomoon';
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  content: '\e92f\e92f\e92f\e92f\e92f';
  letter-spacing: 1px;
}
/* 得点分 */
.score_graph .star {
  display: block;
}
.score_graph .star::before {
  z-index: 98;
  color: #ffc642;
  text-shadow: 0 1px 0 #a59a92;
}
/* 失点分 */
.score_graph .lost {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  display: block;
  height: 100%;
  overflow: hidden;
}
.score_graph .lost::before {
  color: #ccc;
}
.score_graph.sc00 .lost {
  width: 100%;
}
.score_graph.sc01 .lost {
  width: 98%;
}
.score_graph.sc02 .lost {
  width: 96%;
}
.score_graph.sc03 .lost {
  width: 94%;
}
.score_graph.sc04 .lost {
  width: 92%;
}
.score_graph.sc05 .lost {
  width: 90%;
}
.score_graph.sc06 .lost {
  width: 88%;
}
.score_graph.sc07 .lost {
  width: 86%;
}
.score_graph.sc08 .lost {
  width: 84%;
}
.score_graph.sc09 .lost {
  width: 82%;
}
.score_graph.sc10 .lost {
  width: 80%;
}
.score_graph.sc11 .lost {
  width: 78%;
}
.score_graph.sc12 .lost {
  width: 76%;
}
.score_graph.sc13 .lost {
  width: 74%;
}
.score_graph.sc14 .lost {
  width: 72%;
}
.score_graph.sc15 .lost {
  width: 70%;
}
.score_graph.sc16 .lost {
  width: 68%;
}
.score_graph.sc17 .lost {
  width: 66%;
}
.score_graph.sc18 .lost {
  width: 64%;
}
.score_graph.sc19 .lost {
  width: 62%;
}
.score_graph.sc20 .lost {
  width: 60%;
}
.score_graph.sc21 .lost {
  width: 58%;
}
.score_graph.sc22 .lost {
  width: 56%;
}
.score_graph.sc23 .lost {
  width: 54%;
}
.score_graph.sc24 .lost {
  width: 52%;
}
.score_graph.sc25 .lost {
  width: 50%;
}
.score_graph.sc26 .lost {
  width: 48%;
}
.score_graph.sc27 .lost {
  width: 46%;
}
.score_graph.sc28 .lost {
  width: 44%;
}
.score_graph.sc29 .lost {
  width: 42%;
}
.score_graph.sc30 .lost {
  width: 40%;
}
.score_graph.sc31 .lost {
  width: 38%;
}
.score_graph.sc32 .lost {
  width: 36%;
}
.score_graph.sc33 .lost {
  width: 34%;
}
.score_graph.sc34 .lost {
  width: 32%;
}
.score_graph.sc35 .lost {
  width: 30%;
}
.score_graph.sc36 .lost {
  width: 28%;
}
.score_graph.sc37 .lost {
  width: 26%;
}
.score_graph.sc38 .lost {
  width: 24%;
}
.score_graph.sc39 .lost {
  width: 22%;
}
.score_graph.sc40 .lost {
  width: 20%;
}
.score_graph.sc41 .lost {
  width: 18%;
}
.score_graph.sc42 .lost {
  width: 16%;
}
.score_graph.sc43 .lost {
  width: 14%;
}
.score_graph.sc44 .lost {
  width: 12%;
}
.score_graph.sc45 .lost {
  width: 10%;
}
.score_graph.sc46 .lost {
  width: 8%;
}
.score_graph.sc47 .lost {
  width: 6%;
}
.score_graph.sc48 .lost {
  width: 4%;
}
.score_graph.sc49 .lost {
  width: 2%;
}
.score_graph.sc50 .lost {
  width: 0;
}
.score_ave {
  height: 24px;
  font-size: 26px;
  line-height: 1em;
  text-align: right;
  margin-right: 10px;
  margin-left: 2px;
}
/* 点数 */
.score_ave .num, .socre_cate .num, .score .num {
  font-family: Arial, Helvetica, 'sans-serif';
  font-weight: bold;
}
.rv_t_score .num, .score .num {
  color: #ff9442;
}
/* 個別評価 */
.rv_i_score {
  font-size: 0;
  margin-right: 6px;
}
.socre_cate {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
}
.socre_cate:not(:first-child) {
  padding-left: 6px;
}
.socre_cate + .socre_cate {
  margin-left: 7px;
  border-left: 1px dotted #8ba9bc;
}
.socre_cate .num {
  font-size: 1.1em;
  color: #ff9442;
  margin-left: 2px;
}
/* --------------------------------------- */
/* 口コミ一覧 */
/* --------------------------------------- */
.list_rv .shop_review_detail + .fl_rv {
  margin-top: 4px;
}
.list_rv .shop_review_detail .box_score {
  margin-bottom: 6px;
}
/* ユーザー名 */
.list_rv .user_data {
  position: relative;
  font-size: 0.9em;
  margin-bottom: 6px;
  padding-left: 26px;
  line-height: 22px;
  display: flex;
}
.list_rv .user_data .icon {
  position: absolute;
  top: -4px;
  left: -2px;
  font-size: 25px;
  color: #969696;
}
/* --------------------------------------- */
/* 返信あり */
.rv_reply {
  position: relative;
  display: inline-block;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #034b68;
  margin-left: 4px;
  padding: 0 4px 0 20px;
  background-color: #ddf5ff;
  vertical-align: middle;
  align-self: center;
}
.rv_reply::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  height: 1em;
  font-family: 'icomoon';
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1em;
  color: inherit;
  margin: auto 0;
  content: '\e96a';
}
/* --------------------------------------- */
.list_rv .fl_rv {
  align-items: flex-start;
}
.list_rv .sub_txt, .rv_detail .sub_txt {
  font-size: 0.9em;
  color: #6f6f6f;
}
/* --------------------------------------- */
/* 口コミタイトル */
.list_rv .rv_title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
/*総評抜粋 */
.list_rv .rv_comment {
  position: relative;
  font-size: 0.86em;
  line-height: 1.6;
  margin: 2px auto 8px;
  padding: 10px 12px;
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  letter-spacing: -0.2px;
  word-break: break-all;
}
/* 詳しく見る */
.list_rv .continue {
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.list_rv .continue::before {
  content: '>>';
}
/* --------------------------------------- */
/* アイテム情報 */
.rv_photo {
  margin-right: 10px;
}
.rv_photo.fl_inner {
  flex: 0 0 auto;
}
.rv_photo .girl_photo, .rv_photo .shop_photo {
  position: relative;
  display: block;
  width: 80px;
  margin: auto;
  overflow: hidden;
}
.rv_photo .girl_photo {
  height: 80px;
}
.rv_photo .shop_photo {
  height: 50px;
  background-color: #c8f7eb;
}
.rv_photo .thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  flex: 1;
}
.rv_photo .thumb[src*='noimage'] {
  bottom: 0;
}
.rv_item_data {
  margin-top: 2px;
}
.rv_item_data .rv_girl_name {
  font-weight: bold;
  color: #ec407a;
  vertical-align: middle;
}
/* --------------------------------------- */
/* 店舗情報 */
.rv_shop_data {
  font-size: 12px;
  margin-top: 2px;
}
.rv_shop_data .rv_shop_name {
  font-weight: bold;
  color: inherit;
}
.rv_shop_data .place {
  display: block;
}
.rv_pickup .fl_base + .rv_shop_data {
  margin-top: 8px;
}
/* --------------------------------------- */
/* 投稿情報 */
.list_rv .post_info {
  font-size: 14px;
  margin-top: 10px;
}
.list_rv .post_info.fl_base {
  justify-content: space-between;
  align-items: flex-end;
}
/* --------------------------------------- */
/* いいね */
.rv_fav {
  position: relative;
  display: inline-block;
  height: 24px;
  font-size: 0.9em;
  line-height: 24px;
  color: inherit;
  padding: 0 8px 0 22px;
  border: 1px solid #ea3548;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: middle;
}
/* アイコン */
.rv_fav::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  display: block;
  height: 1em;
  font-family: 'icomoon';
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1em;
  color: #ea3548;
  margin: auto 0;
  content: '\e916';
}
.rv_fav .num {
  font-weight: bold;
}
/* --------------------------------------- */
/* 訪問日 */
.rv_date {
  height: 18px;
  line-height: 22px;
}
/* --------------------------------------- */
/* 口コミピックアップ */
/* --------------------------------------- */
.rv_pickup .list_rv {
  margin-top: 10px;
  padding: 5px;
}
.rv_pickup .list_rv .elm {
  padding: 14px;
}
.rv_pickup .list_rv .elm:not(:first-child) {
  margin-top: 6px;
}
.rv_pickup .list_rv .score_graph {
  width: 105px;
  height: 20px;
  font-size: 20px;
}
.rv_pickup .list_rv .score_ave {
  height: 18px;
  font-size: 20px;
}
.rv_pickup .list_rv .socre_cate {
  font-size: 13px;
  line-height: 20px;
}
.shop_common .hl_rv_sub {
  font-size: 1em;
  color: #3c3c3c;
  margin-bottom: 10px;
  padding: 6px 20px;
  background-color: #ececec;
}
.shop_common .hl_rv_sub + .box_score {
  margin-top: 10px;
}
.shop_common .box_score + .hl_rv_sub {
  margin-top: 30px;
}
.rv_pickup .rv_item_data {
  line-height: 1;
  margin-top: 8px;
}
.rv_pickup .spec {
  display: inline-block;
  margin-top: 6px;
}
.rv_pickup .place {
  display: inline-block;
}
.rv_pickup .fl_inner > .fl_base {
  align-items: flex-start;
}
/* --------------------------------------- */
/* 口コミピックアップ：各版TOP */
/* --------------------------------------- */
.top_block .rv_photo .girl_photo, .top_block .rv_photo .shop_photo {
  width: 110px;
}
.top_block .rv_photo .girl_photo {
  height: 110px;
}
.top_block .rv_photo .shop_photo {
  height: 72px;
}
/* --------------------------------------- */
/* 口コミ：店下層 */
/* --------------------------------------- */
.shop_common .rv_comment .continue {
  position: static;
  display: block;
  text-align: right;
}
.shop_content .rv_pickup .rv_title {
  font-size: 16px;
}
/* 口コミ投稿ボタン */
.add_rv_link {
  height: 55px;
  text-align: center;
  margin: 20px auto;
}
.add_rv_link .btn {
  display: inline-block;
  width: 300px;
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  margin: auto;
  background-color: #e74b41;
  border-radius: 6px;
}
.add_rv_link .btn:hover {
  text-decoration: none;
}
.add_rv_link .btn:not(:active) {
  box-shadow: 0 3px 0 #af2117;
}
.add_rv_link .btn:active {
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}
.add_rv_link .icon_post {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../images/common/icon_post-1aa6a72d1e5d2e4b889cac0824dd6851.png);
  background-repeat: no-repeat;
  background-size: 16px;
  vertical-align: middle;
}
/* --------------------------------------- */
/* 店下層：口コミ詳細 */
.shop_review > .ttl {
  margin-bottom: 20px;
  background-image: url(../images/fuzoku/shop/syukkin/ico_04-f6f16406f309945ab244d1357930c604.png);
  background-repeat: no-repeat;
}
.rv_detail .post_info.fl_base {
  font-size: 14px;
  margin-bottom: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.rv_detail .post_info .fl_main {
  min-width: 1px;
  flex: 1 1 auto;
}
.rv_detail .post_info .fl_inner {
  flex: 0 1 auto;
}
.rv_detail .rv_date {
  margin-right: 10px;
  margin-left: 10px;
  align-self: center;
}
.shop_common .rv_detail .box_score {
  margin: 8px auto 18px;
  align-items: flex-end;
}
.rv_detail .score_graph {
  width: 145px;
  font-size: 28px;
}
.rv_detail .score_ave {
  font-size: 30px;
}
.rv_detail .hl_rv {
  font-size: 22px;
  text-align: left;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
}
.detail-review {
  margin-top: 26px;
}
.rv_dhead {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #005fc0;
  margin-top: 10px;
  padding-left: 12px;
  border-left: 5px solid #4b69c5;
  background-color: #f2f6fc;
}
.rv_dcontent {
  margin: 6px 16px 20px;
}
/*店舗からの返信*/
.rv_detail .box_reply {
  background-color: #ddf5ff;
  border: 2px solid #708bcc;
}
.rv_detail .box_reply .ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #0065a6;
  padding: 12px 16px;
  background: none;
  border-bottom: 1px dashed #1373e6;
}
.rv_detail .box_reply .txt {
  padding: 16px;
  word-break: break-word;
}
/* いいね数 */
.rv_detail .box_favbtn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 14px 0 40px;
  justify-content: flex-end;
  align-items: center;
}
.rv_detail .box_favbtn .pop {
  position: relative;
  font-size: 12px;
  margin-right: 9px;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.rv_detail .box_favbtn .pop::before, .rv_detail .box_favbtn .pop::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent;
  content: '';
}
.rv_detail .box_favbtn .pop::before {
  right: -14px;
  z-index: 0;
  border-width: 4px 7px 4px 7px;
  border-left-color: #ccc;
}
.rv_detail .box_favbtn .pop::after {
  right: -12px;
  z-index: 1;
  border-width: 3px 6px 3px 6px;
  border-left-color: #fff;
}
.rv_detail .box_favbtn .pop span {
  color: #eb3e50;
}
/* 口コミいいねボタン */
.rv_favbtn {
  position: relative;
  display: inline-block;
  width: auto;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 32px;
  background-color: #ff99b5;
  border: 0 none;
  border-radius: 30px;
  outline: none;
  -webkit-appearance: none;
}
.box_favbtn .rv_favbtn {
  color: #fff;
  text-decoration: none;
}
.rv_favbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: block;
  height: 1em;
  font-family: 'icomoon';
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
  color: inherit;
  margin: auto 0;
  content: '\e916';
}
.rv_favbtn:not(.done) {
  cursor: pointer;
  box-shadow: 0 3px 0 #c6476b;
}
.rv_favbtn.done::before {
  color: #e93547;
}
/* --------------------------------------- */
/* 口コミ：アイテム下層 */
/* --------------------------------------- */
.girl_common .rv_pickup {
  margin-top: 20px;
}
.girl_common .rv_pickup .list_rv {
  margin-top: 0;
}
.girl_common .rv_pickup .elm {
  padding: 4px 0 0;
}
.shop_common .item_review {
  margin-top: 10px;
  margin-bottom: 10px;
}
.girl_common .rv_pickup .box_score {
  align-items: end;
}
.item_review .list_rv {
  margin-top: 20px;
}
.girl_common .rv_pickup .rv_comment {
  border: none;
  padding: 0;
  margin-top: 4px;
  background-color: transparent;
}
/* 口コミ0件 */
.review_none.msg {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  padding: 0 10px;
}
/* --------------------------------------- */
/* 口コミ投稿 */
/* --------------------------------------- */
/* 評価 */
.box_score_slider {
  max-width: 400px;
}
/* 得点表示 */
.box_score_slider p {
  line-height: 30px;
}
.box_score_slider .lbl {
  display: inline-block;
  width: 4em;
  margin: 4px;
}
.box_score_slider .txt_score {
  display: inline-block;
  width: 50px;
  font-size: 1.4em;
  font-weight: bold;
  color: #ff9442;
  text-align: center;
  border: none;
  opacity: 1;
  vertical-align: baseline;
  outline: none;
}
.score_frame {
  margin-top: 4px;
  padding: 2px;
}
.score_frame .txt_lbl {
  font-weight: bold;
  padding-left: 6px;
}
.score_frame.girl .txt_lbl {
  color: #56001c;
}
.score_frame.girl {
  background-color: #ffeff5;
}
.score_frame.shop .txt_lbl {
  color: #112c5e;
}
.score_frame.shop {
  background-color: #effbff;
}
.evaluation {
  font-size: 18px;
  margin-left: 10px;
  padding: 2px 16px;
  background-color: #fff;
  border-radius: 10px;
  vertical-align: top;
}
.evaluation:empty {
  padding: 0;
}
.evaluation.empty::before {
  font-size: 12px;
  color: #888;
  padding: 0 10px;
  content: '評価を設定してください';
}
/* スライダー本体 */
.box_score_slider .ui-slider {
  position: relative;
  height: 24px;
  text-align: left;
  margin: 4px 20px 12px;
  background-color: #ffc642;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}
.box_score_slider .ui-slider::before, .box_score_slider .ui-slider::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url(../images/pages/before-bg/rv_sl_arrow-0c82db8cca7521459d95756f274e7bae.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 10px;
  background-size: 10px;
  content: '';
}
.box_score_slider .ui-slider::before {
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box_score_slider .ui-slider::after {
  right: -20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* 得点つまみ */
.box_score_slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
  font-weight: normal;
  color: #454545;
  background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%);
  background: linear-gradient(to bottom, #ccc 0%, #eee 100%);
  background-color: #fff;
  border: 1px solid #8c9ca5;
  border-radius: 32px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 1px 1px #fff inset;
  -ms-touch-action: none;
  touch-action: none;
}
/* つまみの位置 */
.box_score_slider .ui-slider-handle {
  top: 0;
  bottom: 0;
  margin: auto 0 auto -16px;
}
.box_score_slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 10px;
}
/* 隠し色 */
.box_score_slider .ui-widget-header {
  background-color: #fbfbfb;
  border-radius: 2px;
}
.box_score_slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.box_score_slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.box_score_slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
/* 口コミ入力欄 */
.shop_review .form-parts {
  height: 36px;
  font-size: 14px;
  padding: 6px;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
}
.shop_review .form-parts[type=date] {
  position: relative;
  font-family: inherit;
}
.shop_review .form-parts[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.shop_review input.form-parts {
  height: 36px;
}
/* 口コミ投稿：女の子選択 */
.girl_select {
  width: 60% !important;
}
.shop_review .select2-selection--single {
  height: 36px !important;
}
.shop_review .select2-selection__rendered {
  line-height: 36px !important;
}
.shop_review .select2-selection__arrow {
  height: 36px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 1em;
}
.form-parts.input_error + .select2 .select2-selection--single {
  background-color: #ffe5e8;
  border-color: #ff007f;
}
/* 入力エラー */
.shop_review .form-parts.input_error {
  border-color: #ff007f;
}
.box_score_slider .ui-slider.input_error {
  border: 1px solid #ff007f;
}
.box_score_slider .ui-slider.input_error .ui-widget-header {
  background-color: #ffe5e8;
}
.shop_review .form-parts[type=date].input_error:valid {
  background-color: transparent;
  border-color: #ccc;
}