@charset "utf-8";
@charset "utf-8";

.editor-link-button:link ,
.editor-link-button:visited {
    border: 1px solid #DF5656;
    border-radius: 23px;
    background: #DF5656;
    color: white;
    position: fixed;
    bottom: 85px;
    right: 5px;
    padding: 9px 17px;
    font-weight: bold;
    z-index: 2;
    display:block;
}
.editor-link-button:link, .editor-link-button:visited{display: none;}
.review-pen .review-pen-button{
    padding: 8px;
    margin-top: 10px;
    margin-left: 25px;
    font-size: 12px;
    width: 80%;
    text-align: center;
    font-weight: bold;
    color: #DF5656;
    border-radius: 32px;
    border: 2px solid #DF5656;
}
.review-pen .review-pen-button img{
    position: relative;
    top: 2px;
    left: -4px;

}
.review-pen{
        padding-bottom: 10px;
    border-bottom: 4px solid #f2f2f2;
}
.review-pen--foot{
    border-top: 4px solid #f2f2f2;
}
/* ↓ 口コミ第２弾 2019/05/23 */
.fixedHeader{
    padding: 6px 5px;
}
.fixedHeader-backButton{
    display: block;
    font-size: 10px;
    line-height: 2.5;
    color: #777;
}
.fixedHeader-backButton>img{
    display: inline-block;
    height: 25px;
}
.user-info{
    height: 40px;
    padding: 10px 10px;
    margin-left: 60px;
}
.user-name{
    display: table;
    color:#777;
    font-weight: bold;
}
.user-icon{
    height: 50px;
    width: 50px;
    position: absolute;
    padding: 0 3px;
}
.user-icon>img{
    display: table;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    position: relative;
    padding: 5px 3px;
}
.user-trophy{
    display: table;
    font-size: 10px;
    color: #FFF;
    background:#DF5656;
    border: 2px solid #DF5656;
    border-radius: 15px;
}
.review-header{
    max-width: 980px;
    position: sticky;
    top: 0;
    left: 260px;
    justify-content: space-between;
    background: #fff;
    z-index: 999;
}
.review-list{
    /* background: #fff; */
    background: #f2f2f2;
}
/* ↑ 口コミ第２弾 2019/05/23 */
.review-box {
    border-top: 7px solid #eeeeee;
    background: #fff;
}
.review-head {
/* ↓ 口コミ第２弾 2019/05/23 */
    padding: 8px 0;
    /* border-bottom: 2px solid #dddddd; */
    border-bottom: 4px solid #F2F2F2;
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-average {
    margin-bottom: 4px;
    text-align: center;
}
.review-average-headding {
    display: inline-block;
    height: 20px;
    vertical-align: bottom;
    font-size: 16px;
    color: #333;
}
.review-average-star {
    position: relative;
    top: -2px;
    display: inline-block;
    height: 20px;
    vertical-align: bottom;
}

.review-average-star-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.review-average-star-icon.star_on {
/* ↓ 口コミ第２弾 2019/05/23 */
/*  background-image: url('/img/shop/review/star_on.png?imgopt=y') */
    background-image: url('/img/shop/review/star-fill.svg')
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-average-star-icon.star_half {
/* ↓ 口コミ第２弾 2019/05/23 */
/*  background-image: url('/img/shop/review/star_half.png?imgopt=y') */
    background-image: url('/img/shop/review/star-half.svg')
/* ↑ 口コミ第２弾 2019/05/23 */
}

.review-average-star-icon.star_off {
/* ↓ 口コミ第２弾 2019/05/23 */
/*  background-image: url('/img/shop/review/star_off.png?imgopt=y') */
    background-image: url('/img/shop/review/star-border.svg')
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-average-points {
    display: inline-block;
    height: 20px;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 700;
    color: #FF9000;
}
.review-total {
    text-align: center;
    font-size: 12px;
/* ↓ 口コミ第２弾 2019/05/23 */
    /* color: #333; */
    color: #595960;
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review_fw_bold {
    font-weight: 700;
}
/* ↓ 口コミ第２弾 2019/05/23 */
/* 口コミ修正 トータル位置変更 SC-hayakawa 2018/12/05 */
/*.review-total {
    text-align: left;
    padding: 4px 16px;
    font-size: 11px;
    background: #f0f0f0;
    border-bottom: 1px solid #DDDDDD;
}*/
/* 口コミ修正 トータル位置変更 SC-hayakawa 2018/12/05 */
/* ↑ 口コミ第２弾 2019/05/23 */

.review-item-content {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* padding: 4px 0; */
    /* border-bottom: 2px solid #ddd; */
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-item-head {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* margin: 0 16px; */
    /* padding: 8px 0; */
    /* border-bottom: 1px dotted #e0e0e0; */
    display: flex;
/* ↓ 口コミ一覧変更 @SMC 2020/03/16 */
    flex-direction: column;
/* ↑ 口コミ一覧変更 @SMC 2020/03/16 */

/* ↑ 口コミ第２弾 2019/05/23 */
}
/* ↓ 口コミ第２弾 2019/05/23 */
.review-item-headsub {
    margin: 0 16px;
    padding: 8px 0;
    border-bottom: 1px dotted #e0e0e0;
}
/* ↑ 口コミ第２弾 2019/05/23 */
.review-item-star {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* padding: 0 5px; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* height: 24px; */
    display: flex;
    padding-right: 4px;
    position: relative;
    left: -2px;
}
.review-average-star-icon.in_item {
    /* width: 16px; */
    width: 18px;
/* ↓ お礼写メ日記改善対応 2021/07/20*/
    /* height: 18px; */
    height: 20px;
/* ↑ お礼写メ日記改善対応 2021/07/20*/
}
/* ↑ 口コミ第２弾 2019/05/23 */
/* タイトルを省略しないよう対応 SC-hayakawa 2018/12/03 */
.review-item-title {
    display: inline-block;
/*    width: -webkit-calc(100% - 110px);*/
/*    width: calc(100% - 110px);*/
/*    height: 16px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
    vertical-align: middle;
/*    white-space: nowrap;*/
/* ↓ 口コミ第２弾 2019/05/23 */
    padding: 15px 15px;
    font-size: 15px;
/* ↑ 口コミ第２弾 2019/05/23 */
    color: #333;
}
/* タイトルを省略しないよう対応 SC-hayakawa 2018/12/03 */

.review-item-author {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* display: inline-block; */
    /* font-size: 12px; */
    /* color: #333; */
    padding: 4px 0;
/*↓ お礼写メ日記改善対応 2021/07/20*/
    /* line-height: 1; */
    display: flex;
/*↑ お礼写メ日記改善対応 2021/07/20*/
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-item-date {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* display: inline-block; */
    /* font-size: 12px; */
    /* color: #333; */
    font-size: 11px;
    color: #949499;
/* ↓ お礼写メ日記改善対応 2021/07/20*/
    margin: 7px 0;
/* ↑ お礼写メ日記改善対応 2021/07/20*/
/* ↑ 口コミ第２弾 2019/05/23 */
}

.review-item-icons {
    margin: 0 16px;
    padding: 4px 0;
}
.review-item-icon {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid;
    border-radius: 16px;
    font-size: 10px;
}
.review-item-icon._reserve {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* color: #ff9000; */
    display: inline-block;
    border: 1px solid;
    padding: 1px 8px;
    border-radius: 16px;
    color: #DF9B56;
    font-size: 10px;
    font-weight: bold;
/* ↓ お礼写メ日記改善対応 2021/07/20*/
    /* position: relative; */
    /* top: -11px; */
/* ↑ お礼写メ日記改善対応 2021/07/20*/
/* ↑ 口コミ第２弾 2019/05/23 */
}

.review-item-post {
    margin: 0 16px;
    padding: 0px 0 4px;
    line-height: 1.5em;
    font-size: 13px;
    color: #333;
    word-wrap: break-word;
}

.review-item-more {
    margin: 0 16px;
    text-align: right;
}
.review-item-moretext {
    position: relative;
    display: inline-block;
    padding: 4px 4px 4px 14px;
    font-size: 12px;
}
.review-item-moretext:link ,
.review-item-moretext:visited {
    color: #1141BD;
}
.review-item-moretext:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    border: 5px solid transparent;
    border-left: 8px solid;
}

/* ↓ 口コミ一覧変更 @SMC 2020/03/16 */
.review-item-girlinfo {
    overflow: hidden;
/* ↓ お礼写メ日記改善対応 2021/07/20*/
    display: flex;
}
/* .review-item-girlinfo.review-item-girlinfo-s{ */
    /* min-height: 40px; */
/* } */
.review-item-girlinfo .img {
    width: 90px;
    height: 90px;
/* ↑ お礼写メ日記改善対応 2021/07/20*/
    margin-right: 5px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    position: relative; /* 限定画像 @SC 2021/04/27 */
}
.review-item-girlinfo .img-s{
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    position: relative; /* 限定画像 @SC 2021/04/27 */
}
.review-item-girlinfo .text {
/* ↓ お礼写メ日記改善対応 2021/07/20*/
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    flex: 1;
/* ↑ お礼写メ日記改善対応 2021/07/20*/
}
.review-item-girlinfo .text p {
    line-height: 1;
    margin: 2px 0;
}
.review-item-girlinfo .text p.girls-name{
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 2px;
    color: #707070;
    padding-top: 0;
    width: calc(100vw - 140px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
p.girls-years{
    font-size: 12px;
    line-height: 1;
    margin: 2px 0;
    color: #60615c;
    float: left;
    margin-right: 5px;
}
p.girls-spec{
    font-size: 12px;
    line-height: 1;
    margin: 2px 0;
    color: #60615c;
}
.more-girlsinfo a{
    font-size: 12px;
    line-height: 1;
    margin: 2px 0;
    color: #1d3994;
}
.review-item-visit {
    font-size: 12px;
    color: #595960;
    overflow: hidden;
    display: flex;
}
/* ↑ 口コミ一覧変更 @SMC 2020/03/16 */

.review-item-useful {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* margin: 0 16px; */
    /* padding: 8px 0; */
    /* font-size: 12px; */
    /* border-top: 1px dotted #e0e0e0; */
    /* color: #333; */
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
/* ↑ 口コミ第２弾 2019/05/23 */
}
/* ↓ 口コミ第２弾 2019/05/23 */
.review-item-button{
    text-align: center;
}
.referto-btn{
    display: inline-block;
    margin: 8px 5px;
    padding: 8px 0;
    width: 95%;
    border: 1px solid #F00;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    color: #f00;
}
.review-item-editButton {
    display: inline-block;
    margin: 8px 5px;
    padding: 8px 0;
    width: 45%;
    border: 1px solid #F00;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    color: #fc8608;
}
.review-item-editButton-bt{
    color: #f00;
}
.review-item-deleteButton {
    display: inline-block;
    margin: 8px 5px;
    padding: 8px 0;
/* ↓ 口コミ第２弾 2019/05/23 */
/*  font-size: 12px; */
/*  border-top: 1px dotted #e0e0e0; */
/*  color: #333; */
    width: 45%;
    color: #fc8608;
/* ↑ 口コミ第２弾 2019/05/23 */
    border: 1px solid #F00;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
}
._wide {
    display: inline-block;
    margin: 8px 5px;
    padding: 8px 0;
    width: 95%;
    border: 1px solid #F00;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    color: #fc8608;
}
.review-item-deleteButton-bt{
    color: #f00;
}
/* ↑ 口コミ第２弾 2019/05/23 */
.review-item-reply {
    margin: 0 16px;
    padding: 16px 0;
/* ↓ 口コミ第２弾 2019/05/23 */
    /* border-top: 3px dotted #e0e0e0; */
    border-top: 2px soild #e0e0e0;
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-item-reply-inner {
    padding: 8px 16px;
/* ↓ 口コミ第２弾 2019/05/23 */
    /* border: 1px solid #aaa; */
    border-top: 2px solid #aaa;
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-item-reply-head {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* font-weight: bold; */
/* ↑ 口コミ第２弾 2019/05/23 */
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #e0e0e0;
}
.review-item-reply-body {
    line-height: 1.8;
    font-size: 13px;
    word-wrap: break-word;
}
.review-pager {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* padding: 8px 0; */
/* ↑ 口コミ第２弾 2019/05/23 */
    background: #F0F0F0;
}
.review-pager-header {
    margin: 0 5px;
    font-size: 10px;
    color: #000;
    line-height: 22px;
}
/* ↓ 口コミ第２弾 2019/05/23 */
/*.review-pager-box {
 *   margin: 4px 16px 0;
}*/
/* ↑ 口コミ第２弾 2019/05/23 */
nav.review-pager-wrap {
    position: relative;
    background: transparent;
}
.review-pager-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.review-pager-item {
    display: block;
    float: left;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
/* ↓ 口コミ第２弾 2019/05/23 */
    /* padding: 0 16px; */
    /* box-shadow: 0 2px 0 #ddd; */
    color: #000;
/* ↑ 口コミ第２弾 2019/05/23 */
    background: #fff;
    font-size: 12px;
}
.review-pager-item._prev,
.review-pager-item._next {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* width: 30%; */
    width: 33%;
    border: 0.5px solid #ccc;
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-pager-item._first,
.review-pager-item._last {
/* ↓ 口コミ第２弾 2019/05/23 */
    /*width: 15%;*/
    width: 17%;
    border: 0.5px solid #ccc;
/* ↑ 口コミ第２弾 2019/05/23 */
}
.review-pager-item._list {
/* ↓ 口コミ第２弾 2019/05/23 */
    /* width: 33%; */
    width: 34%;
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
/* ↑ 口コミ第２弾 2019/05/23 */
}
/* ↓ 口コミ第２弾 2019/05/23 */
 *.review-pager-item:not(:last-child) {
 *   margin-right: 3.3%;
 *}
/* ↑ 口コミ第２弾 2019/05/23 */
.review-pager-item:link,
.review-pager-item:visited {
    color: #555;
}
.review-pager-item._prev:before,
.review-pager-item._next:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
}
.review-pager-item._prev:before{
    left: -5px;
    border-right: 8px solid #555;
}
.review-pager-item._next:after {
    right: -5px;
    border-left: 8px solid #555;
}
/* 口コミ修正 _disable非表示 SC-hayakawa 2018/12/05 */
.review-pager-item._disable,
.review-pager-item._disable:link,
.review-pager-item._disable:visited {
    background: #e0e0e0;
    /* ↓ 口コミ第２弾 2019/05/23 */
    /*opacity: 0;*/
    /* ↑ 口コミ第２弾 2019/05/23 */
}
/* 口コミ修正 _disable非表示 SC-hayakawa 2018/12/05 */
/* ↓ 口コミ第２弾 2019/05/23 */
.review-item-nicknameButton{
    color: #000f
}
.review_fw_bold{
    /* display: inline-block; */
    /* border: 2px solid #ccc; */
    /* border-radius: 5px; */
    /* color: #fff; */
    /* font-size: 5px; */
    /* font-weight: 600; */
    /* background: #ccc; */
    display: inline-block;
    margin-left: 4px;
    padding: 0 4px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background: #BCBCBC;
    min-width: 16px;
    text-align: center;
}
.reference-count{
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #fff;
    font-size: 5px;
    font-weight: 600;
    background: #ccc;
}
.review_bold {
    font-weight: 700;
}
.review-back-button{
    position: relative;
    display: inline-block;
    padding: 10px 10px;
}
.review-back-button-img{
    padding: 3px 7px;
    width: 5px;
    height: 10px;
}
.review-back-icon{
    font-size: 80%;
    padding: 5px;
    font-weight:700;
    color: #000;
}
.review-back-bold{
    font-size: 10px;
    color: #555;
}
.review-item-rate-value{
    padding: 0 10px;
    font-size: 10px;
    color: #e0e0e0;
}
.review-item-date-value{
    padding: 0 50px;
}
.review-item-girl-value{
    padding: 0 10px;
    color: #555;
}
.review-item-shopname-title{
    color: #555;
}
.review-item-girl-photo{
    border-radius: 10px;
    height: 50px;
    width: 50px;
    position: relative;
    padding: 0 3px;
}
.girl-info-th{
    padding: 0 5px;
    text-align: left;
}
.review-item-main{
    padding: 4px 0 2px;
}
.review-item-link{
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    color: #595960;
    display: block;
}
.review-item-rate{
    position: relative;
    flex-wrap: wrap;
/* ↓ お礼写メ日記改善対応 2021/07/20*/
    display: flex;
/* ↑ お礼写メ日記改善対応 2021/07/20*/
}
.total_rate{
    position: relative;
    color: #DF9B56;
    font-weight: bold;
    padding: 0 3px 0;
    display: block;
    height: 22px;
    line-height: 22px;
}
.review-item{
    display: block;
    padding: 8px;
    margin-bottom: 4px;
    background: #FFFFFF;
}
.review-item-reference{
    font-size: 11px;
    color: #595960;
}
.review-item-user{
    margin: 2px 2px 2px 0;
    font-size: 13px;
    font-weight: bold;
    color: #595960;
    position: relative;
/* ↓ お礼写メ日記改善対応 2021/07/20*/
    /* top: -10px; */
    top: -20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 64vw;
/* ↑ お礼写メ日記改善対応 2021/07/20*/
}
.review-de-box{
    border-top: 8px solid #F2F2F2;
    background: #fff;
}
.contents_review{
    background: #f2f2f2;
}
.userHeader{
    position: relative;
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #FFFFFF;
}
.user-name{
    display: table;
    color: #777;
    font-weight: bold;
    font-size: 12px;
}
.review-data{
    padding: 8px 16px;
    margin-bottom: 1px;
    background: #FFFFFF;
}
.review-dataItem{
    display: flex;
    font-size: 11px;
}
.review-dataItem:not(:last-child) {
    margin-bottom: 6px;
}
.review-dataItem>dt{
    width: 100px;
    color: #595960;
}
.review-dataItem>dd{
    width: 100px;
    color: #595960;
}
.review-detail{
    padding: 12px 16px 16px;
    margin-bottom: 4px;
    background: #FFFFFF;
}
.review-rate{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
}
.icon-stars{
    display: flex;
    padding-right: 4px;
}
.icon-visited{
    display: block;
    border: 1px solid;
    padding: 1px 8px;
    border-radius: 16px;
    color: #DF9B56;
    font-size: 10px;
    font-weight: bold;
}
.review-rateDetail{
    display: table;
    padding: 4px 0;
}
.review-rateDetail-item{
    font-size: 10px;
    color: #999;
    margin-right: 2px;
    float: left;
    line-height: 11px;
}
.review-title{
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #13131e;
    margin: 10px 0px 4px;
}
.review-text{
    font-size: 16px;
    line-height: 29px;
    max-height: 87px;
    color: #13131e;
    word-wrap: break-word;
    user-select:none;
    -webkit-user-select:none;
    -ms-user-select: none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    box-sizing: border-box;
}
.review-item-content .load_more{
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
    text-align: right;
    color: var(--linkcolor);
    cursor: pointer;
}
.review-reply{
    margin-bottom: 4px;
    background: #FFFFFF;
}
.reply-head{
    padding: 12px 16px;
    font-size: 14px;
    border-bottom: 1px solid;
    border-color: #F2F2F2;
    color: #13131e;
}
.reply-body{
    padding: 8px 16px 16px;
    font-size: 14px;
    line-height: 1.8;
    color: #13131e;
    word-wrap: break-word;
}
.review-footer{
    display: flex;
    justify-content: space-around;
    padding: 16px 8px;
    margin-bottom: 1px;
    background: #FFFFFF;
}
.button-outline{
    padding: 8px;
    font-size: 12px;
    width: 80%;
    text-align: center;
    font-weight: bold;
    color: #DF5656;
    border-radius: 32px;
    border: 2px solid #DF5656;
}
.reference{
    font-size: 11px;
    color: #595960;
    text-align: center;
    padding: 16px 0 0;
}
.review-item-useful-text{
    padding-left: 150px;
    text-align: center;
}
.review-item-usefulButton{
    padding: 8px;
    margin-top: 10px;
    margin-left: 25px;
    font-size: 12px;
    width: 80%;
    text-align: center;
    font-weight: bold;
    color: #DF5656;
    border-radius: 32px;
    border: 2px solid #DF5656;
}
.review-item-usefulButton-bt{
    color: #DF5656;
}
.reply-store-icon{
    width: 17px;
    position: relative;
    top: 5px;
    margin-left: 4px;
}
.user-name-de{
/* ↓ 口コミ（第３弾） 2019/11/06 */
    /* display: block; */
/* ↑ 口コミ（第３弾） 2019/11/06 */
    /*margin-bottom: 4px;*/
    font-size: 12px;
    font-weight: bold;
    color: #13131e;
/* ↓ 店舗ページお礼写メ日記追加対応 2021/08/25 */
    position: absolute;
    bottom: 33px;
    left: 58px;
    width: 49vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
/* ↑ 店舗ページお礼写メ日記追加対応 2021/08/25 */
}
.review-dataItem .review-girls-linkcolor {
    color: #595960;
}
.review-item-rate-values{
    font-size: 11px;
    color: #949499;
}
#review-item-widen{
    display: block;
/* ↓ お礼写メ日記改善対応 2021/07/20*/
    position: relative;
/*  ↑ お礼写メ日記改善対応 2021/07/20*/
}
/* ↑ 口コミ第２弾 2019/05/23*/
/* ↓ 口コミ（第３弾） 2019/11/06 */
.userpage-link-arrow{
    transform: rotate(180deg);
    float: right;
}
.icon-rank-user{
    height: 25px;
    margin-left: 10px;
}
.icon-rank-user._list{
    margin-top: -3px;
}
.icon-rank-user._detail{
    position: absolute;
    margin-top: -1px;
}
/* ↑ 口コミ（第３弾） 2019/11/06 */
/* ↓ 口コミ（第３弾）追加修正 2019/11/12 */
.cursol {
    position: absolute;
    right: 0;
    transform: rotate(180deg);
}
a.user-head {
    display: inline;
}
/* ↑ 口コミ（第３弾）追加修正 2019/11/12 */
/* ↓ 口コミ女の子絞り込み @SMC 2019/12/10*/
.review-girl-profire-info{
    position: relative;
    padding: 8px 0;
    margin-bottom: 8px;
    background: #FFFFFF;
    height: 81px;
    display: grid;
}
.review-girl-profire-info .img {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 10px;
    margin: 0px 10px;
}
.review-girl-profire-info .img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.review-girl-profire-info .text {
    overflow: hidden;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    margin-right: 9px;
    font-size: 12px;
}
.review-girl-profire-info .text .name {
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.review-girl-profire-info .text .birthday {
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}
.review-girl-profire-info .text .size {
    font-size: 12px;
    line-height: 14px;
}
.review-girl-profire-info .text .catch {
    font-weight: bold;
    color: #555;
    font-size: 12px;
    padding-top: 1px;
}
.review-head .select-girl{
    text-align: center;
    font-size: 14px;
    color: #707070;
    font-weight: bold;
    margin-top: 4px;
    line-height: 24px;
}
.review-head .select-girl select {
    border-radius: 5px;
    margin-left: 2px;
    font-weight: normal;
    width: 187px;
    background-color:#ffffff;
}
.review-girl-profire{
    padding: 8px 0;
    border-bottom: 4px solid #F2F2F2;
    height: 81px;
    display: grid;
}
.review-girl-profire .img {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 10px;
    margin: 0px 10px;
}
.review-girl-profire .img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.review-girl-profire .text {
    overflow: hidden;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    margin-right: 9px;
    font-size: 12px;
}
.review-girl-profire .text .name {
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.review-girl-profire .text .birthday {
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}
.review-girl-profire .text .size {
    font-size: 12px;
    line-height: 14px;
}
.review-girl-profire .text .catch {
    font-weight: bold;
    color: #555;
    font-size: 12px;
    padding-top: 1px;
}
/* ↑ 口コミ女の子絞り込み @SMC 2019/12/10*/

/* ↓ 口コミユーザーボタン詳細  2020/3/23*/
.user-link-btn{
    position: absolute;
    right: 5px;
    margin: 0;
    padding: 4px 0;
    width: 32%;
    font-size: 10px;
    transform: translateY(-50%);
    top: 50%;
    border: 2px solid #4c89dd;
    color: #4c89dd!important;
    text-align: center;
    font-weight: bold;
    border-radius: 32px;
}

.user-prof-btn{
    border: 2px solid #4c89dd!important;
    color: #4c89dd!important;
    padding: 8px;
    margin-top: 10px;
    margin-left: 25px;
    font-size: 12px;
    width: 80%;
    text-align: center;
    font-weight: bold;
    color: #DF5656;
    border-radius: 32px;
    border: 2px solid #DF5656;
}
/* ↑ 口コミユーザーボタン詳細  2020/3/23*/
/* ↓ 口コミ掲載日追加 @SC 2020/05/20 */
.review-item-post-date {
    margin-top: 8px;
    font-size: 11px;
    color: #949499;
}
/* ↑ 口コミ掲載日追加 @SC 2020/05/20 */
/* ↓ 口コミお礼写メ日記追加 2021/06/29 */
.review-data {
    position: relative;
}
.special_thanks_icon{
    position: absolute;
    top: 0;
    right: 2px;
    width: 44px;
}
.special_thanks_icon.review_detail {
    position: absolute;
    top: 7px;
    right: 21px;
    width: 49px;
}
.thanks_diary{
    font-size: 12px;
    background: #FFFFFF;
    padding: 4px 12px 14px 12px;
    margin-bottom: 4px;
}
.thanks_diary a{
    display: block;
}
.thanks_diary_info{
    display: flex;
    border: 2px solid #878787;
    border-radius: 3px;
    color: #222;
}
.thanks_diary_info_img{
    width: 94px;
    height: 94px;
    position: relative;
    margin-right: 0;
    display: flex;
    overflow: hidden;
}
.thanks_diary_img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto!important;
}
.thanks_diary_head_title{
    margin-bottom: 3px;
}
.thanks_diary_info_detail{
/*↓ お礼写メ日記改善対応 2021/07/20*/
    /*margin-left: 10px;*/
    padding: 5px 5px 0 10px;
    font-size: 14px;
    /*height: 85px;*/
    flex: 1;
    color: #000;
    background-color: #FFD5EC;
/*↑ お礼写メ日記改善対応 2021/07/20*/
}
.thanks_diary_post_time,
.thanks_diary_girls_name,
.thanks_diary_title{
/*↓ お礼写メ日記改善対応 2021/07/20*/
    line-height: 1;
    padding-top: 2.5px;
/*↑ お礼写メ日記改善対応 2021/07/20*/
}

/* ↑ 口コミお礼写メ日記追加 2021/06/29 */
/*↓ お礼写メ日記改善対応 2021/07/20*/
.thanks_diary_girls_name{
    font-weight: bold;
}
.thanks_diary_title{
    color: red;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}
.thanks_diary_body{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 4px;
}
.user-data{
    display: flex;
    position: relative;
    top: -20px;
    color: #949499;
    font-size: 10px;
}
.user-dataItem{
    margin-right: 8px;
}
.user-dataItem img{
    width: 14px;
    margin-right: 2px;
    vertical-align: middle;
}
.review-item-user-profile{
    display: flex;
    flex-flow: column;
    position: relative;
    top: 13px;
}
.review-item-author > span:first-child{
    margin-right: 10px;
}
.review-item-author span img{
    width: 34px;
    position: relative;
    top: -4px;
}
div.text span.prof-line {
    border-bottom: 1px dotted #333;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    /* display: inherit; */
    display: block;
}
.shop-name, .shop-data{
    font-size: 11px;
    color: #60615c;
    display: block;
}
.special_thanks_icon.review_list{
    position: absolute;
    width: 74px;
    right: 1px;
    top: -4px;
}
span.girls-name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 2px;
    color: #707070;
    padding-top: 0;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
span.girls-spec{
    display: inline-block;
    line-height: 1;
    margin: 2px 0;
    font-size: 12px;
}
.girl_info_block{
    display: inline-block;
}
@media screen and (max-width: 340px){
    .special_thanks_icon.review_list{
        width: 61px;
        right: -4px;
}
}
/* ↑ お礼写メ日記改善対応 2021/07/20*/
/* ↓ 店舗ページお礼写メ日記追加対応 2021/08/25 */
.user-head .user-info-icon img{
    width: 34px;
    height: 34px;
}
.user-head div.user-profile{
    display: inline;
    color: #949499;
    font-size: 10px;
    position: absolute;
    left: 58px;
    top: 32px;
}
.user-reviews-count img{
    width: 14px;
    margin-right: 2px;
    vertical-align: middle;
}
span.user-reviews-count{
    margin-right: 5px;
}
/* ↑ 店舗ページお礼写メ日記追加対応 2021/08/25 */
/* ↓ ピックアップ口コミ 並び順変更 @SC 2022/06/21 */
.review-item.review-pickup {
    background: #fefae6;
    padding-top: 29px;
}
.review-pickup-text {
    position: absolute;
    left: -8px;
    top: -29px;
    background: #df5656;
    color: #fff;
    font-size:12px;
    font-weight: bold;
    padding: 6px;
    line-height: 1;
    display: inline-block;
}
/* ↑ ピックアップ口コミ 並び順変更 @SC 2022/06/21 */
