@charset "UTF-8";

/* --------------------------------------- */
/* basic */
/* --------------------------------------- */
/* 総合点 */
.rv_t_score {
    display: flex;
    align-items: center;
}

.score_graph {
    position: relative;
    width: 90px;
    height: 1.2em;
    font-size: 1.2em;
    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 {
    text-align: right;
    line-height: 1em;
}

/* 点数 */
.score_ave .num,
.socre_cate .num {
    font-weight: bold;
}

.rv_t_score .num {
    color: #FF9442;
}

/* 個別評価 */
.rv_i_score {
    font-size: 11px;
}

/* --------------------------------------- */
/* いいね */
.rv_fav {
    position: relative;
    display: inline-block;
    min-width: 80px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    color: inherit;
    margin-right: 4px;
    padding: 0 2px 0 20px;
    border: 1px solid #ea3548;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
}

/* アイコン */
.rv_fav::before,
.box_favbtn .btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 1em;
    font-family: 'icomoon';
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1em;
    margin: auto 0;
    content: '\e916';
}

.rv_fav::before {
    left: 4px;
    font-size: 1.2em;
    color: #ea3548;
}

.box_favbtn .btn::before {
    font-size: 1.3em;
    color: inherit;
}

/* --------------------------------------- */
/* 返信あり */
.rv_reply {
    position: relative;
    display: inline-block;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    color: #034b68;
    margin-left: 2px;
    padding: 0 4px 0 16px;
    background-color: #ddf5ff;
    vertical-align: middle;
}

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

.list_rv .link_detail {
    display: block;
    color: #444;
    padding: 8px;
    font-size: 14px;
}

.list_rv .shop_review_detail {
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    align-self: flex-start;
}

.shop_review_detail .fl_base {
    justify-content: flex-start;
}

/* ユーザー名 */
.list_rv .user_data {
    font-size: 0.9em;
    position: relative;
    padding-left: 20px;
}

.list_rv .user_data .icon {
    font-size: 1.8em;
    position: absolute;
    top: -4px;
    left: -2px;
    opacity:0.6;
}

.list_rv .fl_rv {
    align-items: flex-start;
    flex-wrap: nowrap;
}

.list_rv .user_data + .fl_rv {
    margin-top: 6px;
}

.list_rv .fl_rv + .rv_title {
    margin-top: 6px;
}

/* 得点 */
.list_rv .score_ave {
    margin-right: 6px;
    font-size: 1.2em;
}

.list_rv .rv_i_score {
    font-size: 0;
}

.list_rv .socre_cate {
    font-size: 10px;
    display: inline-block;
}

/* 返信あり */
.list_rv .rv_reply {
    height: 16px;
    line-height: 16px;
}

.list_rv .sub_txt {
    color: inherit;
    opacity: 0.8;
}

/* --------------------------------------- */
/* アイテム情報 */
.rv_photo {
    margin-right: 6px;
}

.rv_photo.fl_inner {
    flex: 0 0 auto;
}

.girl_photo,
.shop_photo {
    position: relative;
    width: 110px;
    margin: auto;
    overflow: hidden;
}

.girl_photo {
    height: 110px;
}

.shop_photo {
    height: 70px;
    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 {
    color: #800;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#shopDX .rv_item_data .rv_girl_name {
    color: inherit;
}

.rv_item_data .age {
    margin-right: 8px;
}

/* --------------------------------------- */
/* 料金 */
.breakdown {
    font-size: 12px;
    color: #555;
}

/* --------------------------------------- */
/* 利用サービス */
/* 区切り記号 */
.rv_dcontent .separator:after {
    content: '、';
}

.rv_dcontent .separator:last-of-type:after {
    content: '';
}

/* --------------------------------------- */
/* 返信 */
.box_reply {
    border: 1px solid #708bcc;
    border-radius: 2px;
    background-color: #ddf5ff;
}

.box_reply .title {
    padding: 4px 6px;
    font-weight: bold;
    color: #034b68;
    border-bottom: 1px dashed #708bcc;
}

.box_reply .msg {
    padding: 6px 10px;
}

/* --------------------------------------- */
/* 店舗情報 */
.rv_shop_data {
    margin-top: 2px;
    font-size: 12px;
}

.rv_shop_data .rv_shop_name {
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rv_shop_data .gyosyu {
    font-size: 0.9em;
}

/* --------------------------------------- */
.list_rv .sub_txt {
    font-size: 0.9em;
}

/* --------------------------------------- */
/* 口コミタイトル */
.list_rv .rv_title {
    color: #3469e5;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.2em;
}

/*総評抜粋 */
.list_rv .rv_comment {
    font-size: 0.86em;
}

/* 訪問日 */
.rv_date {
    font-size: 0.86em;
}

.list_rv .post_info {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    align-items: flex-end;
}

/* --------------------------------------- */
/* 不掲載の口コミ一覧 */
/* --------------------------------------- */
.rv_post_date {
    font-size: 0.86em;
    margin: 2px 0;
    letter-spacing: 1px;
}

/* 理由 */
.box_reason {
    padding: 6px 8px;
    background-color: #eee;
    border-radius: 2px;
}

.box_reason .title {
    font-weight: bold;
}

/* 非公開項目 */
.rv_dhead.notpost {
    border-color: #ccc;
}

.rv_dhead.notpost,
.rv_dhead.notpost + .rv_dcontent {
    font-size: 0.9em;
    color: #555;
}

.rv_dhead.notpost + .rv_dcontent.price .lbl {
    color: #6c6c6c;
}

/* 一覧からのリンク */
.link_small {
    display: block;
    font-size: 0.8em;
    color: #0080de;
    padding: 8px;
    text-decoration: underline;
}

/* --------------------------------------- */
/* 他の口コミ */
/* --------------------------------------- */
.list_rv.short {
    margin: 2px 10px;
    border: 1px solid #708bcc;
    border-radius: 2px;
}

/* 見出し */
.list_rv.short .title {
    padding: 4px 8px;
    font-weight: bold;
    color: #fff;
    background-color: #708bcc;
}

.list_rv.short .arrow_icon {
    display: block;
    padding: 4px 26px 2px 4px;
    font-size: 14px;
}

.list_rv.short .read_more .arrow_icon {
    padding: 8px 30px 8px 8px;
    text-align: right;
}

.list_rv.short .rv_fav {
    min-width: 40px;
    text-align: right;
    vertical-align: top;
    color: #333;
}

/* --------------------------------------- */
/* 口コミ投稿ボタン */
/* --------------------------------------- */
.add_rv_link {
    text-align: center;
    margin: 10px;
}

.rv_shop_menu .btn_link,
.add_rv_link .btn_link {
    max-width: 400px;
    height: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    margin: auto;
    background-color: #00b4fc;
}

.rv_shop_menu .btn_link {
    font-size: 16px;
}

.rv_shop_menu .btn_link:not(:hover),
.add_rv_link .btn_link:not(:hover) {
    box-shadow: 0 3px 0 #0065a6;
}

/* --------------------------------------- */
/* TOPでの表示 */
/* --------------------------------------- */
.menu_review .link_detail {
    font-size: 12px;
}

.menu_review .user_data .icon {
    font-size: 1.6em;
    top: -1px;
    left: -2px;
}

.menu_review .user_data {
    padding-left: 16px;
}

.menu_review .user_data + .fl_base {
    align-items: center;
}

.menu_review .rv_t_score {
    margin-top: 2px;
    font-size: 14px;
}

.menu_review .rv_title {
    font-size: 1.26em;
}

.menu_review .rv_girl_name,
.menu_review .rv_shop_name {
    font-weight: normal;
}

/* --------------------------------------- */
/* 口コミ詳細 */
/* --------------------------------------- */
.box_review {
    margin-bottom: 10px;
    padding: 8px 10px;
    font-size: 14px;
    border-width: 3px 0;
    border-style: double;
    border-color: #708bcc;
}

.box_review .post_info.fl_base {
    margin-bottom: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.box_review .rv_date {
    margin: auto 4px;
}

.box_review .user_name {
    margin-bottom: 4px;
}

.box_review .user_name .icon {
    font-size: 1.3em;
    color: #969696;
}

.box_review .rv_title {
    margin: 2px 0;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    background-color: #ddfcff;
}

.box_score .fl_base {
    justify-content: center;
    padding: 4px;
}

.box_score .score_graph,
.box_score .score_graph .star {
    width: 155px;
    height: 32px;
}

.box_score .score_graph .star::before,
.box_score .score_graph .lost::before {
    font-size: 30px;
}

.box_score .score_ave {
    width: 40px;
    padding-top: 2px;
    font-size: 24px;
}

/* 個別評価 */
.box_score .rv_i_score {
    font-size: 11px;
}

.box_score .socre_cate {
    display: inline-block;
}

.box_score .socre_cate:not(:first-child) {
    padding-left: 3px;
}

.box_score .socre_cate + .socre_cate {
    border-left: 1px dotted #8ba9bc;
}

.box_score .socre_cate .num {
    margin-left: 2px;
    font-size: 1.1em;
    color: #FF9442;
}

.box_score {
    text-align: center;
}

/* 内容 */
.box_review .rv_dhead {
    height: 24px;
    margin: 4px 0;
    padding-left: 6px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    vertical-align: bottom;
    color: #0065a6;
    border-bottom: 1px dotted #708bcc;
    border-left: 8px solid #0065a6;
}

.box_review .rv_dcontent {
    margin-bottom: 10px;
    padding: 2px;
}

.rv_dcontent.girl .girl_link {
    text-decoration: underline;
    color: #0080de;
}

.rv_dcontent .girl_photo {
    width: 100px;
    height: 100px;
}

/* --------------------------------------- */
/* アイテム下層口コミ */
/* --------------------------------------- */
#shopDefault h2.item_hl_review,
#shopDX h2.item_hl_review {
    height: 38px;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    color: #fff;
    margin: 0;
    padding: 0 10px;
    background: #ff4141;
    border: none;
    vertical-align: top;
    text-shadow: none;
}

.item_hl_review + .box_review {
    border-top: none;
}

.box_pager {
    border-top: 1px solid #cecece;
    background-color: #f7f7f7;
}

.review_list_count {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 14px;
    background-color: #d6d6d6;
    border-width: 1px 0;
    text-align: center;
    color: #000;
}

/* --------------------------------------- */
/* いいねボタン */
/* --------------------------------------- */
/* いいねボタン枠(下部) */
.box_favbtn {
    padding: 6px 0 0;
    text-align: right;
}

/* 返信無い時は上部に区切り線 */
.detail-review + .box_favbtn {
    border-top: 1px dotted #708bcc;
}

.box_favbtn .pop,
.box_favbtn .btn {
    vertical-align: middle;
}

/* ふきだし */
.box_favbtn .pop {
    padding: 4px 10px;
    font-size: 10px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.box_favbtn .pop > span {
    font-weight: bold;
    color: #ea3548;
}

.box_favbtn .pop:after,
.box_favbtn .pop:before {
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    border-style: solid;
    border-color: transparent;
}

.box_favbtn .pop:after {
    z-index: 1;
    right: -12px;
    border-width: 3px 6px 3px 6px;
    border-left-color: #fff;
}

.box_favbtn .pop:before {
    z-index: 0;
    right: -14px;
    border-width: 4px 7px 4px 7px;
    border-left-color: #ccc;
}

/* ボタン */
.box_favbtn .btn {
    width: auto;
    height: 30px;
    margin-left: 4px;
    padding-right: 12px;
    padding-left: 26px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    display: inline-block;
    color: #fff;
    border: 0 none;
    border-radius: 30px;
    outline: none;
    background-color: #ff99b5;
    -webkit-appearance: none;
}

.box_favbtn .btn::before {
    width: 14px;
    height: 14px;
    left: 8px;
}

.box_favbtn .btn:not(.done) {
    box-shadow: 0 3px 0 #c6476b;
}

.box_favbtn .btn:not(.done):before {
    filter: brightness(5);
}

/* --------------------------------------- */
/* 店TOPでの表示 */
/* --------------------------------------- */
.content_pickup .girl_photo,
.content_pickup .shop_photo {
    width: 80px;
}

.content_pickup .girl_photo {
    height: 80px;
}

.content_pickup .shop_photo {
    height: 50px;
}

.rv_shop_menu {
    display: block;
    font-size: 14px;
    padding: 8px;
    border-top: 1px solid #a0a0a0;
    text-align: center;
}

.shop_info .rv_shop_menu.arrow_icon {
    padding-left: 0;
}

.content_pickup .rv_fav {
    background-color: rgba(255, 255, 255, 0.9);
    color: #444;
}

.content_pickup .list_rv .link_detail {
    color: inherit;
}

#shopmenu + .rv_shop_menu {
    border-top: 1px solid #a0a0a0;
}

.rv_shop_menu .fl_inner {
    flex: 0 0 auto;
}

.rv_shop_menu .lbl {
    position: relative;
    height: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    text-align: left;
    margin-right: 16px;
    padding-right: 8px;
    padding-left: 12px;
    background-color: #ff42a0;
    box-sizing: border-box;
}

.rv_shop_menu .lbl::after,
.rv_shop_menu .lbl::before {
    position: absolute;
    right: -10px;
    z-index: 1;
    border-style: solid;
    border-color: transparent;
    content: '';
}

.rv_shop_menu .lbl::after {
    top: 0;
    border-width: 12px 10px 0 0;
    border-top-color: #ff42a0;
}

.rv_shop_menu .lbl::before {
    bottom: 0;
    border-width: 0 10px 12px 0;
    border-bottom-color: #ff42a0;
}

.content_pickup .rv_t_score {
    padding: 1px 5px 1px 0;
}

#shopDX .content_pickup .rv_t_score {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    padding-left: 2px;
}

.content_pickup .score_ave {
    margin-right: 0;
}

.rv_shop_menu .score_graph {
    font-size: 20px;
    width: 106px;
    height: 22px;
}

.rv_shop_menu .score_ave.num {
    font-size: 20px;
    font-weight: bold;
}

.content_pickup .user_name {
    margin-left: 0;
    padding-top: 2px;
    align-self: center;
}

.content_pickup .post_num {
    margin-left: 2px;
}

@media screen and (max-width: 320px) {
    .rv_shop_menu .lbl {
        font-size: 12px;
    }

    .rv_shop_menu .score_graph {
        font-size: 16px;
        width: 86px;
        height: 16px;
    }

    .rv_shop_menu .score_ave.num {
        font-size: 14px;
    }
}

/* --------------------------------------- */
/* 未投稿 */
.first_review .fl_base {
    padding: 6px 0;
}

.rv_shop_menu.first_review .add_rv_link {
    min-width: 140px;
    margin: 0 6px 2px;
    flex: 1 0 auto;
}

.rv_shop_menu.first_review .btn_link {
    max-width: 240px;
    font-size: 16px;
    padding: 0 10px;
}

@media screen and (max-width: 320px) {
    .hidden-s {
        display: none;
    }

    .rv_shop_menu.first_review .score_ave .num {
        color: #888;
    }
}

@media screen and (min-width: 480px) {
    .rv_shop_menu.first_review .add_rv_link {
        margin: 0 14px 2px;
        flex: 0 0 auto;
    }

    .rv_shop_menu.first_review .btn_link {
        width: 240px;
    }
}

/* 注意書き */
.box_review .box_attention {
    font-size: 12px;
    background-color: #ffdbe3;
    border-radius: 2px;
}

.box_review .box_attention .hl {
    font-size: 1.1em;
    font-weight: bold;
    color: #f00;
    padding: 6px 8px 0;
    letter-spacing: 1px;
}

.box_review .box_attention .txt_info {
    line-height: 1.6;
    padding: 2px 8px;
}

.box_review .box_attention .link_gp {
    color: #0087db;
    text-decoration: underline;
}

/* --------------------------------------- */
/* アイテムページ */
/* --------------------------------------- */
.girl_review {
    color: #444;
}

.mainarea .girl_review .hl {
    margin: 0;
    padding: 6px 10px 7px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 0 none;
}

.girl_review .read_more {
    border-top: 1px solid #ccc;
}

.girl_review .arrow_icon {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding: 8px 28px 8px 8px;
}

.girl_review .arrow_icon::after {
    right: 8px;
}

/* 口コミ0件 */
.review_none.msg {
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    padding: 0 10px;
}

.review_balloon {
    position: fixed;
    bottom: 60px;
    right: -150px;
}

.review_balloon img {
    max-width: 50%
}

.fuwafuwa {
    animation: fuwafuwa 3s infinite linear alternate;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }

    50% {
        transform: translate(0, -5px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0)rotate(5deg);
    }
}

/* --------------------------------------- */
/* マイページ：口コミ管理 */
/* --------------------------------------- */
.review_setting {
    margin-top: -2px;
    background-color: #fff;
}

.other_review {
    text-align: right;
    margin: 4px;
}

.review_setting .link_gp {
    color: #09f;
    padding: 2px;
    text-decoration: underline;
}

.review_setting .hl {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px;
    background-color: #d7f8f8;
}

.review_setting .hl + .viewNum {
    border-top: 0;
}

.review_setting .review_info {
    font-size: 13px;
    padding: 6px 10px;
}

.review_setting .lbl_search {
    font-weight: bold;
    color: #0084cd;
    margin-top: 4px;
    margin-bottom: -2px;
    padding: 0 8px;
}

.review_setting .btn_link {
    width: 300px;
    font-weight: bold;
    color: #0084cd;
    margin: 4px auto 10px;
    padding: 8px;
    background-color: #ddd;
    box-sizing: border-box;
}

.review_setting .btn_link:not(:hover) {
    box-shadow: 0 3px 0 #777;
}

/* 注釈 */
.review_setting .txt_info {
    font-size: 0.86em;
    color: #333;
    padding: 4px;
    background-color: #eee;
}

/* --------------------------------------- */
/* 口コミ投稿 */
/* --------------------------------------- */
.post-review .rv_dcontent {
    margin-bottom: 20px;
}

/* 注釈 */
.post-review .notice {
    margin-top: 2px;
    font-size: 0.9em;
    color: #555;
}

.post-review .caution {
    margin-top: 2px;
    padding-left: 1em;
    font-weight: bold;
    text-indent: -1em;
    color: #f03;
}

/* 注釈：文字数制限 */
.post-review .caution.over {
    font-weight: normal;
    text-align: right;
    color: #203366;
}

/* 必須アイコン */
.post-review .icon_required {
    margin-left: 4px;
    padding: 2px 4px;
    font-size: 0.8em;
    line-height: 1em;
    display: inline-block;
    vertical-align: text-top;
    color: #fff;
    border-radius: 2px;
    background-color: #ff0004;
}

/* お店ページへのリンク */
.post-review .link_anotherw {
    text-decoration: underline;
    color: #0d69e5;
}

/* --------------------------------------- */
/* 入力項目 */
/* --------------------------------------- */
.post-review .form-parts,
.post-review .btn_post {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.post-review .form-parts[type='number']::-webkit-outer-spin-button,
.post-review .form-parts[type='number']::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.post-review .form-parts[type='number'] {
    -moz-appearance: textfield;
}

.form-parts:-ms-input-placeholder {
    color: #999;
}

.form-parts {
    width: auto;
    max-width: 100%;
    height: 40px;
    margin: 2px;
    padding: 6px;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.5;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
}

.post-review select.form-parts {
    padding-right: 30px;
    background-image: url(/sp/st_img/rv_sl_arrow-0c82db8cca7521459d95756f274e7bae.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 6px) center;
    background-size: 10px;
}

.box_review select.form-parts::-ms-expand {
    display: none;
}

.rv_dcontent.selected {
    pointer-events: none;
}

.rv_dcontent .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.rv_dcontent .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.rv_dcontent .select2-container .select2-selection--single {
    height: 40px;
}

/* 入力エラー */
.form-parts.input_error {
    border-color: #ff007f;
    background-color: #ffe5e8;
}

.box_review .lbl {
    margin: 4px;
    display: inline-block;
}

label > .ckb,
label > .rdb {
    vertical-align: middle;
}

.input_error + .select2-container .select2-selection--single {
    border-color: #ff007f;
    background-color: #ffe5e8;
}

/* --------------------------------------- */
/* 規約 */
.box_post {
    text-align: center;
}

.box_post .txt_info {
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 0.9em;
    line-height: 1.6;
    text-align: left;
    border: 1px dotted #708bcc;
}

.box_post .list {
    margin-left: 20px;
    font-weight: bold;
    list-style: circle;
    color: #555;
}

/* ボタン：確認・修正 */
.btn_post {
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 6px;
    background-color: #00ceaf;
    box-shadow: 0 3px 0 #2b6058;
}

.box_post .btn_post {
    width: 100%;
    max-width: 400px;
    height: 40px;
    margin: 2px auto 10px;
    font-size: 1.24em;
    line-height: 40px;
    -webkit-appearance: none;
}

/* ボタン：送信 */
.box_post .btn_post.comp {
    background-color: #f0435a;
    box-shadow: 0 3px 0 #a40e13;
}

/* ボタン押下時 */
.btn_post:hover,
.btn_post.active {
    cursor: default;
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    box-shadow: none;
}

/* エラーメッセージ */
.txt_errormsg {
    margin: 0 -10px;
    padding: 10px;
    font-weight: bold;
    display: none;
    color: #f00;
    background-color: #ffe5e8;
}

/* --------------------------------------- */
/* 評価 */
.box_score_slider {
    max-width: 400px;
}

.box_score_slider p {
    line-height: 28px;
}

.score_frame {
    padding: 2px;
    margin-top: 4px;
}

.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 {
    margin-left: 10px;
    background-color: #fff;
    padding: 2px 16px;
    border-radius: 10px;
    font-size: 18px;
    vertical-align: top;
}

.evaluation:empty {
    padding: 0;
}

.evaluation.empty::before {
    content: '評価を設定してください';
    color: #888;
    padding: 0 10px;
    font-size: 12px;
}

@media screen and (max-width: 360px) {
    .evaluation {
        font-size: 16px;
    }

    .evaluation.empty::before {
        content: '評価未設定';
    }
}

/* 得点表示 */
.txt_score {
    width: 36px;
    font-size: 1.4em;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    opacity: 1;
    color: #ff42a0;
}

/* スライダー本体 */
.box_review .ui-slider {
    height: 24px;
    margin: 4px 20px 12px;
    position: relative;
    text-align: left;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background-color: #FFC642;
}

.box_review .ui-slider.input_error {
    border-color: #ff007f;
}

.box_review .input_error .ui-widget-header {
    background-color: #ffe5e8;
}

.box_review .ui-slider::before,
.box_review .ui-slider::after {
    width: 20px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    background-image: url(/sp/st_img/rv_sl_arrow-0c82db8cca7521459d95756f274e7bae.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.box_review .ui-slider::before {
    left: -20px;
    transform: rotate(90deg);
}

.box_review .ui-slider::after {
    right: -20px;
    transform: rotate(-90deg);
}

/* 得点つまみ */
.box_review .ui-slider .ui-slider-handle {
    width: 32px;
    height: 32px;
    font-weight: normal;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    color: #454545;
    border: 1px solid #8c9ca5;
    border-radius: 32px;
    background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%);
    background: linear-gradient(to bottom, #ccc 0%, #eee 100%);
    background-color: #fff;
    box-shadow: 0 1px 1px #fff inset;
    -ms-touch-action: none;
    touch-action: none;
}

/* つまみの位置 */
.box_review .ui-slider-handle {
    margin: auto 0 auto -16px;
    top: 0;
    bottom: 0;
}

.box_review .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 10px;
}

/* 隠し色 */
.box_review .ui-widget-header {
    border-radius: 2px;
    background-color: #fbfbfb;
}

.box_review .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.box_review .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.box_review .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* --------------------------------------- */
.txar {
    text-align: right;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w160 {
    width: 160px;
}

.w300 {
    width: 300px;
}

.wmax {
    width: 100%;
    max-width: 100%;
}

.h60 {
    height: 60px;
}

.h100 {
    height: 100px;
}

/* --------------------------------------- */
/* エリア版 */
/* --------------------------------------- */
.local_area .list_rv .link_detail {
    color: inherit;
}

.local_area .list_rv .rv_title {
    color: #ff0;
}

.local_area .rv_girl_name {
    color: #ff5790;
}

/* --------------------------------------- */
/* 求人リンク */
/* --------------------------------------- */
.box_pr {
    max-width: 480px;
    margin: 10px;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
}

@media screen and (min-width: 480px) {
    .box_pr {
        margin: 10px auto;
    }
}

.box_pr.job_w {
    border-color: #ff76ac;
}

.box_pr.job_m {
    border-color: #77f;
}

/* 見出し */
.box_pr .hl_title {
    padding: 2px 6px;
    font-size: 1.1em;
    color: #fff;
}

.box_pr.job_w .hl_title {
    background-color: #ff76ac;
}

.box_pr.job_m .hl_title {
    background-color: #77f;
}

/* DX求人バナー */
.ratio_jobdx:before {
    padding-top: 43.1%;
    display: block;
    content: '';
}

.box_pr .img_banner {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* PRテキスト */
.box_pr .txt_PR {
    padding: 4px 26px 4px 6px;
    font-weight: bold;
}