@charset "utf-8";

/*開発のGLOBAL.CSSより取得 START*/
* {
    margin : 0;
    padding : 0;
    font :Verdana,Arial,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

* html {
    border-style : none;
}

@media screen and (max-device-width: 1024px) {
}

input:focus, select:focus, textarea:focus {
    background : #f5f5f5;
}

input {
    padding : 1px;
}

input.login, input.logout, input.member, input.submit, input.search {
    border : none;
}

/* ___________________________________________________________ anchor */

a {
    color : #1d3994;
    text-decoration : none;
}

a:link {
}

a:visited {
}

a:hover {
    text-decoration : underline;
}

a:active {
}

p {
    padding : 0;
    line-height : 1.35;
}

ul {
    list-style : none;
}

/* ___________________________________________________________ image */

img {
    vertical-align : bottom;
    border : none;
}

/* ___________________________________________________________ rule,clearfix */

.topheader {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #3e8bff;
    position: fixed;
    top:0;
    left:0;
    z-index: 3;
    height: 32px;
    width: 100%;
}

* html div.topheader {
    position: absolute;
}

.topheaderbox {
    line-height: 40px;
    margin: 0 auto;
    width: 990px;
    color: #FFF;
    padding: 0 5px;
}

.topheaderbox a{
    color: #1d3994;
    line-height: 32px;
}

.topheader .float-l{
    float: left;
    line-height: 32px;
	margin-top:2px;
}
/*
.topheader .float-r{
    float: right;
    line-height: 40px;
	margin-top:2px;
}
*/
ul.site_menu li{
    display: inline;
}

/* ___________________________________________________________ box */


div#global, div#shell {
    margin : 0 auto;
    width : 990px;
    font-size : 1.2em;
    text-align : left;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    padding-top: 5px; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
}

div#footer {
    margin : 25px auto 0 auto;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    padding : 17px 0 0 0; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    font-size : 1.0em;
    text-align : center;
    width : 990px;
    clear: both;
}

* html div#footer {
    font-size : 0.9em;
}

div#header ul li, div#footer ul li {
    display : inline;
}

@media screen and (max-width:1225px){
}

/* =====================================================================
    header
====================================================================== */

p#logo, div#logo, div#global_center, div#global_center2, p#pr {
    float:left;
}

div#global_center {
    overflow : visible;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    padding : 3px 0 0 5px; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    width : 255px;
}

div#logo {
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    margin : 0 10px 0 0; */
/*    padding : 3px 0 0 0; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    width: 335px;
    height : 60px;
    font-size: 12px;
}

* html div#logo {
    margin : 0 0 0 5px;
}

@media screen and (max-width:1225px){
}

div#header_login {
    float: right;
    text-align: right;
    font-size: 12px;
}

div#header_login h5, div#header_login a {
    text-align: right;
}

div.keyword_search{
    height: 32px;
    width: 234px;
    font-size: 12px;
    padding: 4px 4px 2px 4px;
    background: #f0f0f0;
    border-radius: 2px;
}

@media screen and (max-width:1225px){
div.keyword_search{
    height:21px;
    width:360px;
    font-size: 12px;
    padding-top: 0px;
}
}
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
.thiscount li {
    padding: 0 15px;
}
.thiscount li:first-child{
	padding:0 14px 0 15px;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
.thiscount ul{
	line-height:31px;
}
div#global_right h1{
	font-weight:normal;
}
/* =====================================================================
    shell
====================================================================== */

div#main {
    float : left;
    width : 720px;
}

/* ___________________________________________________________ topic path */

ul.topic_path {
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    margin : 5px 0 11px 15px; */
    margin : 0 0 5px;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    font-size : 10px;
    clear: both;
	line-height:26px;
}
.thiscount{
	line-height:26px;
}
* html ul.topic_path {
    font-size : 9px;
}

*+html ul.topic_path {
    font-size : 9px;
}

ul.topic_path li {
    display : inline;
}
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
ul.topic_path li:not(:last-child)::after {
    content: ">";
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

/* =====================================================================
    footer
====================================================================== */

div#footer ul, div#footer address, div#footer p, div#footer div#end {
    margin : 0 auto;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    padding : 0 0 3px 25px; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    text-align : left;
    font-size:10px;
}

* html div#footer ul {
    margin : 0 0 0 25px;
    padding : 0;
}

* html div#footer p, *+html div#footer p, *+html div#footer div#end {
    font-size : 0.9em;
}

div#footer ul li {
    font-size:12px;
}

@media screen and (max-width:1225px){
}

@media screen and (min-width: 600px) and (max-width: 1225px) {
}

/* =====================================================================
    head.cssから追加
====================================================================== */
.red {
    color: red;
}

.c_black {
    color: #333;
}

#shell img,
.topheader img {
    max-width: 100%;
}

.FlexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.FlexBox--justify {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.FlexBox__item {
    display: block;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    width: 75%;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

}

.fz13 {
    font-size: 13px;
}

/** header */
div#global {
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    height: auto; */
    height: 84px;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
}

.topheader .site_menu {
    font-size: 12px;
}

.topheader .float-l>.site_menu>li,
.topheader .float-r .site_menu>li {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	line-height:32px;
}

.site_menu.area_map {
    vertical-align: middle;
}

.site_menu.area_map li {
    position: relative;
    text-align: center;
    padding: 0 3px 0 4px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.site_menu.area_map li:first-child {
    padding-left: 0;
}

.site_menu.area_map li:not(:first-child):before {
    width: 1px;
    height: 12px;
    content: " ";
    background-color: #999;
    position: absolute;
    left: 0;
    top: 4px;
}

.site_menu.area_map li a {
    height: 21px;
    line-height: 21px;
    padding: 0px 4px;
    display: block;
}

ul#navigation li.on,
ul#navigation li:hover {
    background-color: #3E8BFF;
    position: relative;
}

ul#navigation li.on:not(:first-child):after,
ul#navigation li:not(:first-child):hover:after {
    content: "";
    position: absolute;
    right: 0;
    border-width: 7px 7px 0px 0px;
    border-style: solid;
    background: #F9F9F9;
    display: block;
    width: 0;
    bottom: 0;
    border-color: #3475d6 #F9F9F9 #3E8BFF #3E8BFF;
}

ul#navigation li a:hover {
    color: #1d3994;
}

ul#navigation li.on a,
ul#navigation li:hover a:hover {
    color: white;
}

div.keyword_search form {
    position: relative;
    width: 100%;
    height: 30px;
    background: -webkit-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    background: -moz-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    background: -ms-repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    -webkit-appearance: none;
    border-radius: 0 2px 2px 0;
}

div.keyword_search input[type="image"] {
    border: none;
    padding: 0;
    position: absolute;
    left: 204px;
    top: 0px;
    height: 30px;
    width: 30px;
    background-image: url(/img/icon/search03.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 2px 2px 0;
    background-size: 12px auto;
    z-index: 1;
}

div.keyword_search input[type="image"]:after {
    content: " ";
    width: 30px;
    height: 30px;
    background: repeating-linear-gradient(0deg, #31aede, #37b6eb 90%, #37b6eb 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

div#header_login h5,
div#header_login a.myh {
    color: red;
    font-size: 17px;
    font-weight: bold;
    background-image: url(/img/icon/iconBtnBig06.gif);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 27px auto;
    padding-left: 28px;
    display: inline-block;
    vertical-align: middle;
	line-height:20px;
	padding-top:1px;
}

/* =====================================================================
    fotter.cssから追加
====================================================================== */
.fottermenu {
    overflow: hidden;
    height: auto;
    border-bottom: 1px solid #999;
    margin-bottom: 6px;
}
#ritSpecialContents {
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    margin: 0 0 3px; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    text-align: left;
    font-size: 100%;
    float: right;
    width: 860px;
}
.fotterlogo {
    float: left;
    width: 130px;
    padding-top: 27px;
}
.ritfootTtl {
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    padding: 7px;
}
.ritFootBox {
    clear: both;
    overflow: hidden;
    padding: 5px 0 0 0;
}
#ritSpecialContents .ritSpCntMainCtg dl {
    overflow: hidden;
    padding-left: 7px;
    position: relative;
}
#ritSpecialContents .ritSpCntMainCtg dl dt {
    float: left;
    font-weight: bold;
    padding-right: 5px;
    font-size: 12px;
    width: 100px;
}
#ritSpecialContents .ritSpCntMainCtg dl dt.heaven {
    color: #06F;
}

#ritSpecialContents .ritSpCntMainCtg dl dt.etc {
    color: #000;
}
#ritSpecialContents .ritSpCntMainCtg dl dd {
    float: left;
    width: 83%;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    border-left: 1px solid #06F; */
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
}
#ritSpecialContents .ritSpCntMainCtg li {
    float: left;
    padding-bottom: 7px;
    padding-right: 10px;
}

#ritSpecialContents a {
    white-space: nowrap;
    color: #000;
    text-decoration: none;
}
#ritSpecialContents a:hover {
    text-decoration: underline;
}
/*開発のGLOBAL.CSSより取得 END*/


/*開発のCUSTOM.CSSより取得 START*/
/*
 * header
 ************************************************************************************************/

div#common-header-wrap {
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    margin-top: 40px; */
    margin-top: 32px;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    background-position: center bottom;
    background-repeat: repeat-x;
    border-bottom: 2px solid #3F91DB;
    margin-bottom: 5px;
    box-shadow: 0 0 2px #999;
}

#global {
    height: 75px;
}

.site_menu {
    font-size: 12px;
}

.site_menu a {
    text-decoration: none;
}

.site_menu a:hover {
    text-decoration: underline;
}

.headernenreicheck_rightbox {
    margin-top: 4px;
}

.headernenreicheck_rightbox a {
    color: #000;
}

ul#area_link li {
    display: inline;
}

ul#pulldown-menu li {
    display: inline-block;
    padding-right: 20px;
    background-image: url(/img/icon/white.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

ul#pulldown-menu li>a {
    padding-left: 15px;
}

ul#pulldown-menu {
    padding: 10px 0;
    font-weight: bold;
}

ul#pulldown-menu li ul {
    display: none;
}

ul#navigation {
    width: 100%;
}

ul#navigation li {
    display: block;
    margin: 0 2px 0px 0px;
/* ↓[ピラミッド検索] 2016/05/31 */
/*
    background: url(/img/icon/header/navi.png) no-repeat top;
    text-align: center;
*/
/* ↑[ピラミッド検索] 2016/05/31 */
    float: left;
}

ul#navigation li a {
    display: block;
/* ↓[ピラミッド検索] 2016/05/31 */
/*
    background: url(/img/icon/header/navi.png) no-repeat top;
    color: #666666;
    line-height: 30px;
    width: 88px;
*/
/* ↑[ピラミッド検索] 2016/05/31 */
    height: 32px;
    text-decoration: none;
}

ul#navigation li a:hover {
    background-position: 0 -32px;
    color: #ffffff;
}

ul.topic_path>li{
    display: inline;
}

input#keyword {
    font-size: 11px;
    padding: 1px 5px;
    box-sizing: border-box;
    border-color: #999;
}

div.keyword_search {
    padding-top: 5px;
}

input.search {
    width: auto;
    height: 100%;
}

/* end header */

/*
 * utilty
 ************************************************************************************************/

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
#shell:before,
#shell:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

#shell:after,
.clearfix:after {
    clear: both;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

.text-right {
    text-align: right;
}

.mb05 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt05 {
    margin-top: 5px;
}

.mt20 {
    margin-top: 20px;
}

.mr05 {
    margin-right: 5px;
}

.p15 {
    padding: 15px;
}
.contents-visibility-hidden {
    visibility: hidden;
    height: 0;
}
.contents-display-none {
    display: none;
}

/*
 * #shell
 ************************************************************************************************/
*,
body {
    font-family: Verdana, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-height: 1.5;
    font-size: 10px;
}

#shell {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
    width: 990px;
    font-size: 1.2em;
    text-align: left;
}

#shell div#main {
    float: right;
    width: 790px;
/* ↓女の子ランキングソート上位表示機能 2016/11/10 */
    /*overflow: hidden;*/
    overflow: visible;
/* ↑女の子ランキングソート上位表示機能 2016/11/10 */
}

#shell div#guide {
    float: left;
    position: relative;
    z-index: 1;
    width: 180px;
}
/* end #shell */

/*
 * #main
 ************************************************************************************************/

@keyframes blink {
    50% {
        opacity: 1;
    }
}

@keyframes bulge {
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}


/**/

div.check-group p {
    display: inline-block;
    margin-bottom: 5px;
    padding: 1px;
    float: left;
    border-radius: 20px;
    margin-right: 5px;
    color: #666;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    position: relative;
    font-size: 12px;
}

#content {
    border-radius: 0 2px 2px 2px;
    /*padding: 0px 0 20px;*/
    position: relative;
}

.page-count {
    padding: 15px 0 0;
    float: left;
    font-size: 13px;
}

.page-count strong {
    font-size: 1.2em;
    font-weight: bold;
}

.page-count strong.red {
    font-size: 1.5em;
    color: #000;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

.search_name {
    padding: 15px 20px;
    font-size: 25px;
    box-shadow: 0 -4px 0 0px #f0f0f0;
    border-top: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    position: relative;
}

.search_name h2 {
    font-size: 18px;
    font-weight: bold;
}
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
.search_name h2 p span {
    font-weight: bold;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/* end #main */

/*
 * #guide
 ************************************************************************************************/

#shell div#guide .guideinner {
    background-color: #f0f0f0;
    box-shadow: 0 0 0px 5px #f0f0f0;
    border-radius: 10px;
}

.search_contents_shell {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px #e0e0e0;
}

.search_contents_shell.search_contents_shell_last {
    margin-bottom: 0px;
}

.search_result {
    border-radius: 10px 10px 0 0;
    padding: 15px 10px 5px;
/* ↓ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
/*    border-bottom: 1px solid #eee;*/
/* ↑ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
}

.shop_count {
    font-size: 30px;
    text-align: right;
    color: red;
    font-weight: bold;
}

.sub_count {
    padding: 10px 0 0;
    font-size: 12px;
    text-align: center;
    /*↓1次リリース専用↓*/
/* ↓ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
    /* border-top: 1px solid #e0e0e0;*/
/* ↑ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
    /*↑1次リリース専用↑*/
}

.sub_count .shop_count {
    font-size: 20px;
    text-align: center;
}

/* ↓ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
.real_box {
    border-bottom: 1px solid #eee;
    text-align: center;
}

#realCountGyoshu {
    color: red;
    font-size: 10px;
}
/* ↑ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */

.search_result_title {
    padding: 15px 10px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.search_result_title.search_title {
    background-color: #fbfbfb;
    box-shadow: 3px 0 0px 0px #E443CB inset;
    padding: 8px 30px 8px 15px;
    background-image: url(/img/icon/icon_arrow_left.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 10px;
    font-size: 13px;
}

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*.search_result_title.search_title.st2 { */
/*    padding-left: 20px; */
/*}*/

.st1.search_title.search_result_title {
    padding-left: 8px;
}
.st2.search_title.search_result_title {
    padding-left: 12px;
}
.st3.search_title.search_result_title {
    padding-left: 16px;
}
.st4.search_title.search_result_title {
    padding-left: 20px;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

.search_result_title .large {
    font-size: 16px;
    font-weight: bold;
}

.balloon_box {
    position: relative;
}

.balloon_box .balloon {
    position: absolute;
    top: -50px;
    line-height: 1;
    left: 175px;
    opacity: 0;
    transition: .3s;
    z-index: 1;
    display: none;
}

.balloon_box .balloon:after {
    content: "▲";
    position: absolute;
    display: block;
    left: -11px;
    bottom: auto;
    top: 64px;
    text-shadow: 0px 0px #eee, 0px -2px #eee;
    color: white;
    transform: rotate(-90deg);
    font-size: 30px;
    width: 20px;
    height: 15px;
    ;
}

.balloon_box:hover .balloon {
    opacity: 1;
    display: block;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

.balloon_box .balloon .balloon_inner {
/* ↓ 保守 [H][ガイド]業種・ジャンルの追加変更対応 2017/03/06 */
/*    width: 750px; */
    width: 910px;
/* ↑ 保守 [H][ガイド]業種・ジャンルの追加変更対応 2017/03/06 */
    margin-left: 15px;
    background-color: #fff;
    box-shadow: 0 0px 0 1px #eee;
    border-radius: 5px;
}

.balloon_box .balloon .balloon_inner .balloon_scroll {
    max-height: 600px;
    overflow-y: auto;
    padding: 10px;
}

.balloon_title {
    background-color: #FBFBFB;
    border-radius: 5px 5px 0 0;
    color: #000000;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-weight: bold;
}

.check_list_type {
    padding: 15px;
    font-size: 13px;
}

.check_list_type .this {
	border-radius: 10px;
	color: white;
	padding-right: 5px;
	box-shadow: -5px 0px 0px 0px #3f91db;
	background-color: rgb(63, 145, 219);
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
	/*white-space: nowrap;*/
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
}

.balloon_title_sub {
    padding: 5px 0px 5px;
    margin: 10px 10px 0;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01*/
    /*border: 1px solid #ddd;*/
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01*/
    border-radius: 5px;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01*/
    /*background-color: #fbfbfb;*/
    /*font-weight: bold;*/
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01*/
}

.gyoutai_list .search_result_title.search_title {
    font-weight: 100;
    font-size: 11px;
}


/* end #guide */


/* ballon */

.search_contents_shell input[type=radio],
.search_contents_shell input[type=checkbox] {
    display: none;
}

/*↓ ピラミッド検索（女の子検索）3次対応 2016/06/01*/
.rt_disable {
    color: #bbbbbb;
    text-decoration: none;
}

.a_disable {
    color: #bbbbbb;
    text-decoration: none;
}

.btn_disable {
    color: #bbbbbb;
    text-decoration: none;
}

.ab_disable {
    color: #bbbbbb;
    text-decoration: none;
}
/*↑ ピラミッド検索（女の子検索）3次対応 2016/06/01*/

.search_contents_shell.radio,
.search_contents_shell .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0px 2px 0;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0px 1px 44px;
}

.search_contents_shell .radio:after,
.search_contents_shell .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    content: '';
    border: 2px solid #bbb;
    background-color: #fff;
    z-index: 200;
}

.search_contents_shell .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 201;
}

li.balloon_list {
    display: inline-block;
    width: 32%;
    text-align: left;
    font-size: 13px;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01*/
    vertical-align: top;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01*/
}

.bbox {
    padding: 0px 10px;
}

#job1 {
    padding: 10px 14px 10px;
    box-sizing: border-box;
}

#job1 li.balloon_list {
    width: 160px;
    box-sizing: border-box;
}

#job1 li.balloon_list label {
    margin-bottom: 12px;
    color: #999;
    margin: 0 0 5px;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    /*display: block;*/
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
}
#job1 li.balloon_list:first-of-type a,
#job1 li.balloon_list:nth-of-type(3) a{
	font-weight: bold;
    display: block;
    float: left;
    width: 76px;
}
#job1 li.balloon_list:first-of-type label,
#job1 li.balloon_list:nth-of-type(3) label{
	font-size: 12px;
    float: left;
    top: 6px;
}
#job1 li.balloon_list label a {}
#job1 li.balloon_list:first-of-type{
	width:150px;
}
#job1 li.balloon_list:nth-of-type(3){
	width:180px;
}

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*.sel1 {}*/
.sel1 {
    padding: 10px;
}

ul {
    list-style: none;
}

.clearfix::before {
    display: table; content: " ";
}

.areaSelectionList li:first-child {
    width: 105px;
    font-weight: bold;
    margin-right: 15px;
    border-right-color: rgb(238, 238, 238);
    border-right-width: 1px;
    border-right-style: solid;
}

.areaSelectionList li {
    width: 70px;
    padding-bottom: 5px;
    float: left;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

div.dotted {
    height: 1px;
    border-top: 1px dotted #E0E0E0;
    margin-bottom: 15px;
}


/* end ballon */

.search_btn {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #FFDA2F, #FFB100);
    background-image: linear-gradient(to bottom, #FFDA2F, #FFB100);
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    margin: 8px 8px 4px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #e0e0e0;
    text-shadow: 1px 1px 3px rgba(10, 10, 10, 0.5);
    box-shadow: 0 0 8px 0px inset;
}

.search_btn:hover {
    background-color: #4092dc;
    color: white;
    box-shadow: none;
}

.remove_date_cond {
    margin-left: 20px;
    color: #0f56ff;
    text-decoration: underline;
    display: none;
}

#dl_byReserve {
    margin: 10px;
}

#dl_byReserve p {
    display: inline-block;
    width: 67%;
    vertical-align: middle;
}

#dl_byReserve p.dl_byReserve_titile {
    width: 30%;
}

#dl_byReserve p input {
    font-size: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
/* ↓ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
/*    padding: 0px 10px;*/
    padding: 0px 6px;
/* ↑ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
}

/* ↓ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
#dl_byReserve p input:placeholder-shown {
    color: #000;
}

#dl_byReserve p input::-webkit-input-placeholder {
    color: #000;
}

#dl_byReserve p input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

#dl_byReserve p input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

#dl_byReserve p input:-ms-input-placeholder {
    color: #000;
}
/* ↑ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */

#dl_byReserve p select {
    font-size: 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px 6px 4px 6px;
    display: block;
    width: 100%;
    height: 30px;
}

/*
 * navi
 ************************************************************************************************/

.shop_nav_list {
    padding: 15px 0 10px;
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
}

.shop_nav_list a,
.shop_nav_list strong {
    display: inline-block;
    padding: 5px 5px;
    margin: 0;
}

.shop_nav_list a {
    box-shadow: 0px 0px 0px 1px #ccc inset;
    background-color: white;
	min-width:25px;
}

.shop_nav_list a:hover {
    /*background-image:*/
}

.shop_nav_list a.prev {
    background: none;
    /*width: 80px;*/
    box-shadow: none;
}

.shop_nav_list a.next {
    /*width: 80px;*/
    box-shadow: none;
    background: none;
}

.shop_nav_list a.next img {
    width: 20px;
}


/*
 * footer
 ************************************************************************************************/

.fottermenu .fotterlogo {
    padding-top: 0;
}

/*
 * calender
 ************************************************************************************************/

.ui-datepicker {
    width: 400px;
    text-align: center;
    background: #fff;
    margin: 0 0 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 8px 1px #e0e0e0;
    margin-top: 5px;
}
/*開発のCUSTOM.CSSより取得 END*/

/*左カラム*/
.ui-datepicker {
    font-size: 140%;
}
/*
.search_result_title.search_title {
    box-shadow: 3px 0 0px 0px #E443CB inset;
}*/

.search_contents_shell input[type=checkbox][data-select="1"] + .checkbox::before {
    opacity: 1;
}

.search_contents_shell input[type=checkbox][data-id="1"] + .checkbox::before {
    opacity: 0;
}

.balloon_list {
    width:100%;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    /*margin-bottom:0px;*/
    margin-bottom:10px;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
}

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
li.balloon_list.play {
    margin-bottom: 0px;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

.transmission:hover {
    opacity: 0.7;
}

table.net-order {
    width: 100%;
}

input.net-check2 {
    display: block !important;
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
    -o-appearance: radio;
}

td.checktext {
    font-size: 14px;
    text-align: center;
}

td.back_pink {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 0px;
    background-image: url(/img/girlsearch/back_pink.png?imgopt=y);
    background-repeat: no-repeat;
    background-position: 0px;
}

/* ↓ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */
.net_checkbox {
    margin: 0 37px 3px -9px !important;
}

#realPlay {
    padding: 0px 5px 5px;
    font-size: 10px;
    display: block;
    color: red;
}
/* ↑ ＰＣお店・女の子検索画面への予約検索条件追加 2017/05/16 */

#bustnames {
    font-size: 11px;
    font-weight: 100;
    border-bottom: 0px solid #e0e0e0;
    cursor: pointer;
}

ul.bust-list {
    background-image: url(/img/girlsearch/sidebar.png?imgopt=y), url(/img/girlsearch/icon_arrow_left.svg) !important;
    background-position: 40% 29%, 90% 29% !important;
    background-size: 110px 5px, 10px !important;
}

li.b-list {
    float: left;
    font-size: 33px;
    font-weight: bold;
    margin-top: 4px;
}

li.b-list2 {
    float: left;
}

.search_result_title .text{
    width: 150px;
    font-size: 11px;
    margin-left: 2px;
}
/*アコーディオン*/

#menu_box {
    margin: 0;
    border-bottom: #e5e4e6 1px solid;
    border-right: #e5e4e6 1px solid;
    border-left: #e5e4e6 1px solid;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.menu li {
    width: 185px;
    /*メニューの幅*/
    position: relative;
    height: 30px;
    /*メニューの高さ*/
}

.menu li a {
    text-decoration: none;
    color: #993300;
    font-size: 12px;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #000000;
    padding: 12px 30px 0px 0px;
}

.menu li a.away-go {
    box-shadow: 3px 0 0px 0px #E443CB inset;
}

.menu li ul {
    margin: 0;
    padding: 0;
}

.menu li ul li {}

.menu li ul li a {
    color: #000000;
}

.menu .drop_4row:hover {
    /*サブメニューが4つのとき*/
    height: 270px;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/*    display: inline-block;*/
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
}

.menu .drop_4row.drop_open {
    height: 270px;
}

.menu .drop_4row_disable {
    background-color: #ccc;
}

.dl_byReserve_disable {
    background-color: #ccc;
}

.menu * {
    /*アニメーション*/
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

input.accordion {
    margin-top: 10px;
    margin-right: 10px;
}

/*右カラム*/

.check-group label {
    padding: 1px 8px;
    border-radius: 20px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.check-group label.cond-hover {
    border-color: rgb(64, 146, 220);
    color: rgb(64, 146, 220);
    text-decoration: line-through;
}

.check-group .cond-remove {
    border-radius: 50%;
    font-size: 12px;
    width: 17px;
    height: 17px;
    top: -5px;
    left: -5px;
    text-align: center;
    color: white;
    position: absolute;
    box-shadow: 0px 0px 0px 3px #f9f9f9;
    background-color: rgb(64, 146, 220);
}

img.type-girls {
    width: 100%;
    margin-bottom: 3px;
    max-height: 245px;
}

span.pink-stick {
    font-size: 17px;
    font-weight: bold;
    box-shadow: 5px 0 0px 0px #E443CB inset;
}

div.check-group {
    margin-top: 11px;
}

img.ico-direction {
    margin-bottom: 11px;
    margin-left: 11px;
}

img.ico-direction1 {
    margin-bottom: 20px;
/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    /*margin-right: 2px;*/
    margin-right: -2px;
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
    margin-left: 5px;
}

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
img.ico-direction1_1 {
    margin-bottom: 20px;
    margin-right: 2px;
    margin-left: 5px;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
img.ico-direction2 {
    margin-bottom: 20px;
    margin-right: 2px;
    margin-left: 5px;
}

ul.narrowing .order .ico-direction--active {
    position: relative;
}

ul.narrowing .order .ico-direction--active:after {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0px;
    background-color: rgba(142,142,142,0.4);
    content: "";
    border-radius: 50%;
    right: 2px;
    z-index: 0;
    left: 5px;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

ul.narrowing .order {
    position: relative;
    float: left;
    height: 48px;
    line-height: 50px;
    text-decoration: none;
/* ↓ 入店日ソート対応 @ECHO 2016/06/09 */
/*    width: 150px; */
/* ↓ Dailyランキング対応_対象の店舗ランクのみランキング順位付けで表示する @ 2020/01/16 */
/*    width: 145px;*/
    width: 133px;
/* ↑ Dailyランキング対応_対象の店舗ランクのみランキング順位付けで表示する @ 2020/01/16 */
/* ↑ 入店日ソート対応 @ECHO 2016/06/09 */
    font-size: 1.2em;
    box-shadow: 0px 0 0 rgba(0, 0, 0, .2);
    color: #333;
    border-top: 1px solid #ddd;
}

li.three-or-five {
    padding-top: 13px;
    text-align: right;
    border-top: 1px solid #ddd;
    display: block;
}

span.check_play {
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
}

img.on-tab {}

img.on-tab:hover {
    opacity: 0.7;
}

ul.girls-lists {
    /*margin-bottom: 35px;*/
    background-color: #fff;
}

/*ul.girls-lists.girls-lists--big {*/
/*    margin: 0 15px;*/
/*}*/

/*ul.girls-lists.size-variable:not(.girls-lists--big) li.girls-list[id]:nth-of-type(5n) {
    margin-right: 0;
}*/

li.girls-list {
    margin-right: 12px;
    width: 145px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
}

ul.girls-lists.girls-lists--big li.girls-list[id] {
    border: 1px solid #fff;
    margin-right: 39px;
    width: 222px;
    position: relative;
}

ul.girls-lists.girls-lists--big li.girls-list[id]:nth-of-type(3n) {
    margin-right: 0
}

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
.icon_rank span {
    top: 6px;
    left: 6px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    position: absolute;
    display: block;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    font-family: helvetica;
    color: #333;
    background-color: #cfcfcf;
    font-weight: bold;
	z-index:1;
}

.icon_rank span.icon_rank--1 {
    background: #FFC107;
    color: #fff;
}

.icon_rank span.icon_rank--2 {
    background: #778696;
    color: #fff;
}

.icon_rank span.icon_rank--3 {
    background: #967777;
    color: #fff;
}
/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */

li.girls-list .shopimg {
    display: block;
    height: 245px;
/* ↓ 女の子ランキングソート上位表示機能 2016/11/10 */
    position: relative;
/* ↑ 女の子ランキングソート上位表示機能 2016/11/10 */
}

li.girls-list .shopimg span.soku {
    font-size: 10px;
    position: absolute;
    /* ↓ 女の子PRフレーム 2022/10/18 */
    /* top: 5px; */
    top: 16px;
    /* ↑ 女の子PRフレーム 2022/10/18 */
    color: #ffffff;
    display: block;
    background: #333;
    padding: 3px 4px;
    opacity: 0.7;
    right: 0px;
}

li.girls-list .shopimg:hover span.soku {
    background-color: #cc0000;
}

li.girls-list .shopimg span.fukidashi {
    display: none;
    opacity: 0;
    position: absolute;
    width: 80px;
    height: 70px;
    text-align: center;
    color: #cc0000;
    padding: 30px 20px 0;
    z-index: 1;
    line-height: 160%;
    top: -80px;
    right: -10px;
}

/* ↓ 入店日ソート対応 @ECHO 2016/06/15 */
li.girls-list .shopimg span.entrydate {
    font-size: 10px;
    position: absolute;
    top: 167px;
    color: #ffffff;
    display: block;
    background: #333;
    padding: 3px 8px;
    opacity: 0.7;
}

li.girls-list .shopimg:hover span.entrydate {
    background-color: #cc0000;
}
/* ↑ 入店日ソート対応 @ECHO 2016/06/15 */

li.girls-list .shopimg span.fukidashi.pattern_1 {
    background-image: url(/img/girlsearch/fuki01.png?imgopt=y);
    color: #f96e85;
}

li.girls-list .shopimg span.fukidashi.pattern_2 {
    background-image: url(/img/girlsearch/fuki02.png?imgopt=y);
    color: #ffa10f;
}

li.girls-list .shopimg span.fukidashi.pattern_3 {
    background-image: url(/img/girlsearch/fuki03.png?imgopt=y);
    color: #49c237;
}

li.girls-list>p {
    font-size: 10px;
    line-height: 1.35;
}

li.girls-list>p.icon_genre {
    font-size: 0px;
}

li.girls-list .girlname {
    font-size: 11px;
}

li.girls-list .girlname a {
    font-size: 14px;
    padding-right: 4px;
}

li.girls-list p.girlstyle {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 11px;
}

li.girls-list p.shopname {
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	clear:both;
}

li.girls-list p.shopbiz_area {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li.girls-list p.girls-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
}

li.girls-list p.girls-price .time_to {
    margin: 0 -2px;
}

/* ↓ 女の子検索上位、認証マークの追加 @SC 2024/02/06 */
.icon_girlmark {
    width: 17px;
    margin-bottom: 1.5px;
}
/* ↑ 女の子検索上位、認証マークの追加 @SC 2024/02/06 */

.icon_newface {
    float: right;
    width: 18px;
}

.icon_genre {
    transform-origin: left top;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    width: 165px;
    ;
}

span.genre {
    font-size: 9px;
    border: 1px solid #FFA500;
    color: #FFA500;
    border-radius: 2px;
    margin-right: 2px;
    padding-right: 2px;
    padding-left: 2px;
}

span.genre.kana {
    letter-spacing: -2px;
}

span.genre.gravure {
    color: #fff;
    background-color: #FFA500;
}

span.genre.no-genre {
    border: 1px solid #ccc;
    color: #ccc;
}

.net-btn,
.net-btn2 {
    text-align: center;
    margin-top: 5px;
}

span.messa{
	margin-left:-2%;
}

.net-btn a.reserve {
    background-color: #ffa5a5;
    color: #fff;
    padding: 4px 15px;
    border-radius: 2px;
    display: block;
    font-size: 10px;
    box-shadow: 2px 1px 0 0 #D69292;
    float: left;
}

.girls-lists--big .net-btn a.reserve {
    padding: 4px 55px;
}

.net-btn a.recu {
    display: block;
    position: relative;
    top: -4px;
    float: right;
}

img.slide-prev {
    position: absolute;
    top: 140px;
    left: -10px;
}

img.slide-prev:hover {
    opacity: 0.7;
}

img.slide-next {
    position: absolute;
    right: -5px;
    top: 140px;
}

img.slide-next:hover {
    opacity: 0.7;
}

.recommend {
    position: relative;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
/* ↓ 女の子ランキングソート上位表示機能 2016/11/10 */
    overflow: hidden;
/* ↑ 女の子ランキングソート上位表示機能 2016/11/10 */
}

.recommend h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.recommend ul.girls-lists {
    margin-bottom: 0;
}

.recommend ul.girls-lists li.girls-list .shopimg {
	height: auto;
}
/*↑mock追加↑*/

/* ↓ 女の子ランキングソート上位表示機能 2016/11/10 */

.maingirl {
    position: relative;
}

.more_girl {
    position: absolute;
    bottom: 5px;
    border-radius: 10px;
    background-color: #fe7e01;
    font-size: 10px;
    color: white;
    padding: 0px 6px 0px 8px;
    right: 0;
    background-image: url(../images/icon_hand.svgz);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 9px;
}

.girls-list:hover .more_girl {
    display: none;
}

.subgirl {
    position: absolute;
    top: -35px;
    right: -10px;
    width: 140px;
    height: 480px;
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 2;
    padding: 35px 160px 0 10px;
    display: none;
    overflow: hidden;
    z-index:100;
}

.ribon span {
    position: absolute;
    display: inline-block;
    left: -25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    background: #d93131;
    width: 70px;
    padding: 3px 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    color: white;
    font-size: 11px;
}

.subgirl_name {
    /* ↓ 女の子検索上位、認証マークの追加 @SC 2024/02/06 */
    /* padding: 4px 5px 3px; */
    padding: 4px 5px 3px 3px;
    /* ↑ 女の子検索上位、認証マークの追加 @SC 2024/02/06 */
    border-right: 1px solid #eee;
    box-sizing: border-box;
    width: 96px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    color: #333;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.girls-lists--big .subgirl {
    padding-right: 238px;
    height:515px;
}

.girls-list:hover .subgirl {
    display: block;
}

.girls-list:hover .maingirl {
    z-index: 110;
}

/* ↑ 女の子ランキングソート上位表示機能 2016/11/10 */

/* 女の子関連サーチ */
.recommend .slides > li {
    margin-bottom: 12px;
    margin-right: 15px;
    width: 145px;
}
.recommend:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
    top: 155px;
}
.recommend .flex-direction-nav .flex-prev{
    background:url(/img/girlsearch/ico_prev.png?imgopt=y) no-repeat left;
    top: 155px;
}
.recommend:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.recommend .flex-direction-nav .flex-next{
    background:url(/img/girlsearch/ico_next.png?imgopt=y) no-repeat left;
    top: 155px;
}
.recommend:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
    top: 155px;
}
.recommend:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.recommend.mt20 .flex-direction-nav .flex-prev{
    top: 195px;
}

.recommend.mt20:hover .flex-direction-nav .flex-prev {
    top: 195px;
}

.recommend.mt20 .flex-direction-nav .flex-next{
    top: 195px;
}

.recommend.mt20:hover .flex-direction-nav .flex-next {
    top: 195px;
}

/* ↓ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
/* headerに関してcustom.cssの内容を取り込み */
p.local_city {
    float: left;
    padding: 0;
}

p.local_city a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffda2f, #ffb100) repeat scroll 0 0;
    border: 1px solid #ffc458;
    border-radius: 2px;
    color: white;
    display: block;
    font-size: 11px;
    margin-left: 5px;
    padding: 2px 0;
    text-align: center;
    width: 70px;
}

#left_area_business-hotel {
    width: 100px;
}
/* 全国版対応 */
div#global.top{
    height: 84px;
}

/* ↑ ピラミッド検索（女の子検索）3次対応 2016/06/01 */
div#global .FlexBox--middle .FlexBox__item ul.near{
	margin-top:-1px;
	height:18px;
	line-height:18px;
}
div#global .FlexBox--middle .FlexBox__item ul.near li{
	padding-right:5px;
	margin-top:-1px;
}
.area_mapsub_outer{
	z-index:5!important;
}
/* balloonColor
----------------*/
.balloon_box:hover p.search_title{
	background-color:#1d3994;
	color:#fff;
	background-image: url("/img/icon/icon_arrow_left_w.svg");
	box-shadow:3px 0 0 0 #fff inset;
}
.balloon_box .balloon::after{
	content:none;
}
.balloon_box .balloon{
	left:180px;
}

.balloon_box .balloon .balloon_inner{
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.4);
	border:4px solid #1d3994;
	margin-left:0px;
}
.balloon_title{
	border-bottom:1px solid #1d3994;
	background-color:#fff;
}
ul.areaSelectionList li{
	position:relative;
}
.check_list_type ul.areaSelectionList li a.this{
	background-color:#1d3994;
	padding:0 7px;
	box-shadow:none;
	position:absolute;
	left:-7px;
}
.transmission:hover {
    opacity: 1;
}
#menu_box ul.menu li.drop_4row a.away-go{
	background: url("//www.cityheaven.net/img/girlsearch/ico_directiondown.png?imgopt=y") no-repeat;
	background-position:126px 10px;
}
#menu_box ul.menu li.drop_4row:hover a.away-go{
	color:#fff;
	background:#1d3994 url("//www.cityheaven.net/img/girlsearch/ico_directiondown_w.png?imgopt=y") no-repeat scroll 126px 10px;
}
/*icon*/
.balloon_box p.search_title{
	background-color:#ffeff4;

}
.st2.search_title.search_result_title{
	padding:8px 30px 8px 12px;
	height:20px;
	line-height:20px;
}
.balloon_box p.search_title svg.icon_point_in{
	vertical-align:middle;
}
.balloon_box .my_svg path.color{
	fill:#3F91DB;
}
.balloon_box .my_svg path.colorNone{
	fill:none;
}
.balloon_box:hover .my_svg path{
    color: #fff;
    fill: currentColor;
}
.balloon_box:hover .my_svg path.colorNone{
	fill:none;
}
.balloon_box:hover .my_svg path:nth-of-type(1){
    color: #fff;
    fill: currentColor;
}
.balloon_box:hover .my_svg path:nth-of-type(2){
	fill:none;
}
/**/
.search_contents_shell_last.search_contents_shell .gyoutai_list .balloon_box p.search_title{
	background-color:rgb(251, 251, 251);
}
.search_contents_shell_last.search_contents_shell .gyoutai_list .balloon_box:hover p.search_title{
	background-color:#1d3994;
}

#header_login .site_menu{
	line-height:32px;
}
/* ↓girlname
---------------*/
ul.girls-lists.size-variable li.girls-list p.girlname{
	overflow:hidden;
	width:145px;
    line-height: 21px;
}
ul.girls-lists.size-variable li.girls-list p.girlname a{
	float:left;
	height:21px;
	max-width:85px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
ul.girls-lists.size-variable li.girls-list p.girlname span{
	line-height:21px;
	float:left;
	width:35px;
}
ul.girls-lists.size-variable.girls-lists--big li.girls-list p.girlname{
	width:224px;
}
ul.girls-lists.size-variable.girls-lists--big li.girls-list p.girlname a{
	max-width:154px;
}
/* ↓ Dailyランキング対応 @ 2019/12/19 */
ul.narrowing .order.raking_daily {
    width: 193px;
}
.wrap-mosiac {
    -ms-filter: blur(10px);
    filter: blur(10px);
    pointer-events: none;
    user-select: none;
}
.login-window {
    position: absolute;
    /* ↓ デイリーランキング対応 @SC 2023/12/06 */
    /* top: 50%; */
	top: 260px;
	/* ↑ デイリーランキング対応 @SC 2023/12/06 */    
    width: 75%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    /* ↓ デイリーランキング対応 @SC 2023/12/06 */
    /* padding: 16px; */
    padding: 27px 16px;
    /* ↑ デイリーランキング対応 @SC 2023/12/06 */    
    text-align: center;
    border-radius: 6px;
    border: solid 1px #dfa217;
    z-index: 1;
    margin: 0 auto;
}
.pop-text {
    margin-bottom: 21px;
    white-space: pre-wrap;
    line-height: 1.5;
    color: #c89112;
    font-size: 16px;
}

.login-Button {
    width: 100%;
    background: #dfa217;
    /* ↓ デイリーランキング対応 @SC 2023/12/06 */
    /* padding: 14px 90px; */
    padding: 14px 101px;
    /* ↑ デイリーランキング対応 @SC 2023/12/06 */
    margin-bottom: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
.login-registration {
    text-decoration: underline;
    color: darkblue;
    /* ↓ デイリーランキング対応 @SC 2023/12/06 */
    font-size: 16px;
    /* ↑ デイリーランキング対応 @SC 2023/12/06 */    
}
.wrap-kari{
    position:relative;
}
.login-Button-text {
    margin-bottom: 24px;
}
ul.narrowing .order.dairy {
    width: 193px;
}
.wrap-overlay {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 16px;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
}
.girls-list.clicked {
    display: none;
}
.rank_icon--pic {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 34px;
    line-height: 24px;
    width: 34px;
    z-index: 1;
}
div.weeklyRanking {
    width: 40%;
    float: right;
    top: -45px;
    position: relative;
    height: 0px;
    margin-right: 30px;
}
div.weeklyRanking a:hover{
	color:#37b6eb;
}
div.weekelyRankingBtn {
    text-align: center;
    text-decoration: none;
    border: 1px solid #37b6eb;
    border-radius: 5px;
    font-size: 14px;
    height: 28px;
    padding-top: 10px;
}
span.weekelyRankingTxt {
    color: #37b6eb;
}
/* ↑ Dailyランキング対応 @ 2019/12/19 */
/* ↓ Dailyランキング対応_追加対応 @ 2019/12/19 */
p.icon_rank span {
    top: 0px;
    left: 0px;
    border-radius: 5%;
    height: initial;
    width: 26px;
    line-height: 26px;
    border: #211f1f33 2px solid;
    background: linear-gradient(to bottom, #FFF, #e8e7e0 40%, rgb(222, 213, 213) 51%, #e8e7e0 60%, #FFF);
    background: -moz-linear-gradient(to bottom, #FFF, #e8e7e0 40%, rgb(222, 213, 213) 51%, #e8e7e0 60%, #FFF);
    background: -webkit-linear-gradient(to bottom, #FFF, #e8e7e0 40%, rgb(222, 213, 213) 51%, #e8e7e0 60%, #FFF);
}
/* ↑ Dailyランキング対応_追加対応 @ 2019/12/19 */
/* ↓ 女の子検索デザイン変更 2020/05/27 */
.review_cnt_area .count_area-kuchikomi,
.review_cnt_area .count_area-kuchikomi_count {
    /*color: #000;*/
}
.review_cnt_area .count_area-kuchikomi_count {
    font-size: 11px;
}
.review_cnt_area .count_area-kuchikomi_icon {
    width: 17px;
}
.review_cnt_area {
    /*margin-top: 3px;*/
}
.main_shopname {
    font-weight: bold;
}
.main_icon_genre {
    display: inline-block;
}
.main_girlListFooter {
    text-align: center;
}
.main_girlListFooter a.main_girlListFooter-reserve {
    display: block;
    width: 100%;
    font-size: 11px;
    background: #ffc012;
    padding: 0;
    font-weight: bold;
    color: #fff;
    float: left;
    border-radius: 3px;
    margin-right: 0;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}
.main_girlListFooter a.main_girlListFooter-reserve img{
    vertical-align: middle;
    margin-right: 5px;
}
li.main_girls-list {
    width: 185px;
}
li.main_girls-list:nth-of-type(4n) {
    margin-right: 0;
}
ul.girls-lists.size-variable li.girls-list p.girlname a.keep-btn {
    display: block;
    width: 33px;
    height: 28px;
    font-size: 10px;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    text-align: center;
    padding: 0;
}
.keep-btn.m-align-t {
    top: 5px;
}
#shell img.keep-btn-icon {
    width: 24px;
    float: none;
    margin: 0;
}
ul.girls-lists.size-variable li.girls-list p.girlname span.keep-btn-text {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-weight: 700;
    color: #888;
    font-size: 10px;
    line-height: 10px;
}
.main_girls-list img.type-girls {
    object-fit: cover;
}
.main_icon_genre .icon_newface {
    float: left;
    margin-right: 2px;
    margin-top: -2px;
}
i.fa.fa-calendar {
    float: none;
    font-size: 18px;
    margin-right: 5px;
}
.main_girlListFooter-keep {
    display: inline-block;
    position: absolute;
    right: -6px;
    top: 245px;
}
.main_girlListFooter-keep .girlListFooter-keep {
    padding: 0;
    text-align: center;
    transform: scale(0.7);
    text-decoration: none;
    padding: 0 6px;
    border: 1px solid #9f9f9f;
    color: #9f9f9f;
}
.main_girlListFooter-keep .girlListFooter-keep.is-active {
    color: #9f9f9f;
    background: none;
    border: 1px solid #9f9f9f;
    background: url('//img.cityheaven.net/img/icon/keep/icon-star-n.png') 10px 0;
    background-size: 23px 23px;
    background-repeat: no-repeat;
    transition: all 0s ease-out;
}
#shell .main_girlListFooter-keep img.keep-btn-icon {
    width: 24px;
}
ul.girls-lists.size-variable li.main_girls-list p.girlname {
    margin-top: 5px;
}
/* ↓ ミスヘブン絞り込み機能 @  2020/06/02 */
.missheaven {
    margin-top: 8px;
    margin-bottom: 8px;
}
/* ↓ ミスヘブンタグリンク変更 @sc  2021/04/28 */
.missheaven_inner {
    display: inline;
    /*position: absolute;*/
    width: calc(100% - 50px);
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    /* float: right; */
    font-size: 11px;
    font-weight: bold;
    color: #3a5e7f;
    vertical-align: super;
}
.missheaven_inner a:hover {
    text-decoration: none;
}
/* ↑ ミミスヘブンタグリンク変更 @sc  2021/04/28 */
/* ↑ ミスヘブン絞り込み機能 @  2020/06/02 */
/* ↑ 女の子検索デザイン変更 2020/05/27 */
/* ↓ 飲み屋業種追加対応 2020/07/01 */
.tab_menu {
    display: flex;
    align-items: flex-end;
    border-bottom: 3px solid #1d3994;
    margin-top: 7px;
    margin-bottom: 2px;
}
.tab_menu_title {
    padding: 2px 2px 0 2px;
    color: #fff;
    cursor: pointer;
    padding: 0px 11px;
    z-index: 0;
    position: relative;
    min-width: 117px;
    text-align: center;
}

.tab_menu_title.tab-selected {
    border-bottom: 0;
    color: #1d3994;
    z-index: 1;
    position: relative;
}
.tab_menu_name {
    padding: 0 5px;
    line-height: 34px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    top: 3px;
    text-align: center;
}
.menu_name_smal {
    font-size: 10px;
    font-weight: bold;
}
.tab-selected::after {
    background: #fff!important;
    z-index: 0 !important;
    border: 3px solid #1d3994;
    border-bottom: 0!important;
    margin-bottom: -1px;
}
.tab_menu_title::after {
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(20px) rotateX(5deg) translateZ(-2px);
    transform: perspective(20px) rotateX(5deg) translateZ(-2px);
    background: #d7d7d7;
    margin-left: 3px;
    border-bottom: 1px solid #1d3994;
}
.tab_menu_text {
    padding-left: 26px;
    font-size: 12px;
}
/*second btn*/
.second_tab_contents{
    display: flex;
    margin-bottom: 9px;
}
.second_tab_heaven{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    width: 33%;
    color: #333;;
    text-align: center;
    background-color: #f0f0f0;;
    padding: 5px 0;
}
.second_tab_cabaret{
    width: 67%;
    cursor: pointer;
    color: #333;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 5px 1px;
}
.second_tab_contents .tab-selected{
    background-color: #d5d5d5;
    color: #333;
    cursor: default;
}
.second_tab_text{
    padding: 4px 16px;
    font-size: 9px;
    text-indent: -1em;
}
.second_tab_cond{
    font-weight: bold;
}
/* ↑ 飲み屋業種追加対応 2020/07/01 */
/* ↓ ガールズ連携（検索、キテネ対応） @ 2021/06/29 */
.main_girlListFooter_recruit {
    font-size: 11px;
    width: 185px;
}

.main_girlListFooter_recruit a {
    color: #F69;
}
/* ↑ ガールズ連携（検索、キテネ対応） @ 2021/06/29 */
/* ↓ [H]店舗女の子検索結果へのデイリーランキング表示 2022/03/28 */
.dailyranking-girl-parts {
    border-radius: 2px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 4px 0 25px;
}
.dailyranking-title {
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
}
.ranking-list {
    display: flex;
    padding: 0 0 10px;
}
.ranking-item {
    width: 31%;
}
.ranking-item:not(:last-child) {
    margin-right: 1.2vw;
}
.ranking-item .ranking-girl-link {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
}
.ranking-item .ranking-girl .limit-profile-icon{
    z-index: 1;
    position: absolute;
    width: 17px !important;
    top: 25px !important;
    left: 5px !important;
}
.ranking-item .ranking-girl::before{
    display: block;
    content: '';
    padding-top: 100%;
}
.ranking-item .ranking-girl .ranking-girl-pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.ranking-item .ranking-icon {
    position: absolute;
    width: 17%;
    top: 0px;
    left: 1px;
}
.ranking-item .ranking-girl-info {
    position: absolute;
    left: -2px;
    bottom: 0;
    color: white;
    text-shadow: 1px 1px 5px black;
    padding: 5%;
    height: 90%;
    width: 92%;
    background: linear-gradient(0deg, rgba(0,0,0,.4), rgba(0,0,0,0) 60%);
    border-radius: 3px;
}
.ranking-item .ranking-girl-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
}
.ranking-item .ranking-shop-business {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    font-size: 10px;
    position: absolute;
    bottom: 2px;
}
.dailyranking-more {
    font-size: 11px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 10px;
}
/* ↑ [H]店舗女の子検索結果へのデイリーランキング表示 2022/03/28 */
/* ↓ 女の子PRフレーム 2022/10/18 */
.pr-frame {
    position: absolute;
    top: -3px;
    z-index: 1;
}

.pr-frame img {
    width: 100%;
    animation: 3s ease-in-out infinite party;
}

.pr-frame-lower {
    bottom: -13px;
    top: auto;
}

@keyframes party {
    to { filter: hue-rotate(360deg); }  
}
/* ↑ 女の子PRフレーム 2022/10/18 */
/* ↓ 女の子検索 100名店アイコン追加 2023/09/07 */
.special-icons{
    height: 18px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.special-icons img{
    height: 100%;
}
/* ↑ 女の子検索 100名店アイコン追加 2023/09/07 */