@CHARSET "UTF-8";

/* ↓コンテンツ改修 @KSOL 2012/08/03 新規作成 */
.bottomspace {
	margin-bottom: 5px;
}

.waitbackground {
	background: url(../../img/icon/contents/girllist_timebg.gif) no-repeat;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 2px;
	height: 16px;
	width: 80px;
}

img.sorticon {
	margin-bottom: 2px;
    margin-right: 3px;
}
/* ↑コンテンツ改修 @KSOL 2012/08/03 新規作成 */

/* ↓[ピラミッド検索]ガイドページ対応 2016/05/31 */
h2 {
    font-size: 18px;
    font-weight: bold;
    display: inline;
    background: #ff71bc;
    padding: 5px 60px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

#sokuhime {
    position: relative;
}

.listBanner {
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
}

.select_body {
    display: inline-block;
    width: 200px;
}

.select_body dl dt,
.select_body dl dd {
    display: inline-block;
}


/*
 * ul.sokuhime_list
 ************************************************************************************************/

ul.sokuhime_list li {
    width: 320px;
    height: 170px;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    /* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-739 @SMC朴 2016/05/26 */
    /* margin-left: 10px; */
    margin-left:5px;
    /* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-739 @SMC朴 2016/05/26 */
}

ul.sokuhime_list li:nth-child(3n+1) {
    /* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-739 @SMC朴 2016/05/26 */
	/* margin-left: 0; */
	margin-left: 5px;
	/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-739 @SMC朴 2016/05/26 */
}

.marquee_mess3 {
    color: #FF3300;
    height: 22px;
    position: relative;
    margin: 10px 0 8px 0;
/* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-996 2016/05/26 */
/*  background: url(/img/icon/icon_businessman.svg) no-repeat; */
/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-996 2016/05/26 */
}
/* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-996 2016/05/26 */
.marquee_mess3 img[src$=".svg"] {
    width: 22px;
    display: inline-block;
}
/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-996 2016/05/26 */

.marquee_mess3:after {
    position: absolute;
    border-width: 10px 12px 10px 0px;
    border-style: solid;
    display: block;
    width: 0;
    border-color: rgba(255, 36, 36, 0) #F0F0F0 transparent;
    content: "";
/* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-996 2016/05/26 */
/*  top: 0px; */
    top: 1px;
/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-996 2016/05/26 */
    left: 24px;
}

.marquee_mess3 marquee {
    margin: 2px 0 0 36px;
    width: 258px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    background-color: #F0F0F0;
    border-radius: 0 18px 18px 0;
    padding: 0 10px;
    position: relative;
}

.marquee_mess3_no_comment {
    height: 40px;
}

.girl_body {
    height: 130px;
}

.girl_body div.girl_photo {
    padding: 3px;
    border: 1px solid #ccc;
    text-align: center;
    height: 120px;
    width: 90px;
    float: left;
    padding: 3px;
}
.girl_body div.girl_photo>p{
    overflow: hidden;
    height: 115px;

}
.girl_body div.girl_photo img {
    height: auto;
    width: 90px;
}

.girl_body .girl_right {
    float: left;
    width: 205px;
    margin-left: 10px;
}

.girl_right--border {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.girl_right--border.sokutime {
    margin-bottom: 5px;
}

.shop_area {
    font-size: 10px;
}

.icon_genre {
    height: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 4px;
}

.list_banner {
    clear: both;
    text-align: center;
    margin: 10px 0 20px;
}

.marquee {
    width: 260px;
    padding: 2px 10px;
    overflow: hidden;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    position: relative;
/* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-996 2016/05/26 */
/*  margin: 0px 0px 5px 36px; */
    margin: 1px 0px 0px 10px;
    display: inline-block;
/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-996 2016/05/26 */
    border-radius: 0 15px 15px 0;
}

.marquee p:after {
    content: "";
    white-space: nowrap;
    padding-right: 50px;
}

.marquee p {
    margin: 0;
    padding-left: 250px;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation-name: marquee;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: marquee;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: marquee;
    -ms-animation-timing-function: linear;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: marquee;
    -o-animation-timing-function: linear;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate(0%);
    }
    99%,
    to {
        -webkit-transform: translate(-100%);
    }
}

@-moz-keyframes marquee {
    from {
        -moz-transform: translate(0%);
    }
    99%,
    to {
        -moz-transform: translate(-100%);
    }
}

@-ms-keyframes marquee {
    from {
        -ms-transform: translate(0%);
    }
    99%,
    to {
        -ms-transform: translate(-100%);
    }
}

@-o-keyframes marquee {
    from {
        -o-transform: translate(0%);
    }
    99%,
    to {
        -o-transform: translate(-100%);
    }
}

@keyframes marquee {
    from {
        transform: translate(0%);
    }
    99%,
    to {
        transform: translate(-100%);
    }
}

.cond_plus_btn {
    /* position: absolute; */
    top: 0;
    right: 0;
}

.cond_plus_btn span {
    background-color: #3F91DB;
    display: inline-block;
    width: 20px;
    border-radius: 15px;
    height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight: bold;
}
/* ↑[ピラミッド検索]ガイドページ対応 2016/05/31 */
.zero{
    padding: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #F9F9F9;
    margin-top: 20px;
    width: 80%;
    margin: 20px auto 0;
    border: 1px solid #eee;
}
/* ↓[H]即ヒメと予約の連携（1次） 2019/04/16 */

.reservation_search {
    margin: 16px 0;
    padding: 16px 40px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.reservation_search_title {
    margin-bottom: 12px;
    padding-left: 24px;
    font-size: 16px;
    font-weight: bold;
    background: url(/img/icon/calendar_icon.png?imgopt=y&dw=20) no-repeat;
    background-size: 20px;
    color: #333;
}
.reservation_search_content {
    display: flex;
    justify-content: space-between;
}
.reservation_search_content>a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #5487ff
;
}
.reservation_search_content>.reservation_search_clock {
    background: url(/img/icon/icon_o_solid.png?imgopt=y) no-repeat;
    background-size: 18px;
    background-position: left center;
    padding-left: 22px;
}
.reservation_search_content>a>span {
    font-size: 12px;
}
/* ↑[H]即ヒメと予約の連携（1次） 2019/04/16 */
/* ↓[H]フレーム画像追加対応 2022/10/18 */
.partner-frame{
    width: 100%; height: 5%;
}
.partner-frame img{
    max-width: 100%; animation: 3s ease-in-out infinite party;
}
@keyframes party {
    to{ filter: hue-rotate(360deg);}
}
.posr ul.sokuhime_list li {
 height: auto;
 vertical-align: middle;
}

/* ↑[H]フレーム画像追加対応 2022/10/18 */