@charset "utf-8";
html,
body {
    font-family: 'メイリオ', Helvetica, Arial, sans-serif;
    color: #444;
    position: relative;
    -webkit-text-size-adjust: 100%;
}
a:hover{
    text-decoration: none;
}

#bodywrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

img {
    max-width: 100%;
}

.half {
    float: left;
    width: 50%;
    padding: 10px 10px 8px;
    box-sizing: border-box;
}

.line01 {
    border-bottom: 1px solid #f0f0f0;
    height: 1px;
}

.tgt {
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 12px;
    left: 80px;
}

.tgt span {
    display: none;
    float: left;
}

.tgt span.cur {
    display: block;
}

a.blue {
    color: #3366cc;
}


/*
 * ヘッダー
 ************************************************************************************************/

.headerFixed {
    border-bottom: none;
    box-shadow: none;
    position: relative;
    top: 0px;
/* ↓ [ピラミッド検索][ガイド対応][障害対応] 2016/05/26 */
    height:47px;
    /*height:55px;*/
    overflow: hidden;
/* ↑ [ピラミッド検索][ガイド対応][障害対応] 2016/05/26 */
}

.headerFixed.sticky {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    box-shadow: 0 0 2px #333;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height:40px;
}

.headerFixed.sticky {
    background: rgba(255, 255, 255, 1);
}

.headerFixed.sticky #header .headerLeft .logo_left {
    display: none;
}

.headerFixed.sticky #header .headerLeft img {
    height: 30px;
}

.headerFixed.sticky .hamburger p {
    display: none;
}
.headerFixed.sticky .user {
    display: none;
}

.headerFixed #header .headerRightFloat {
    float: left;
}
.headerFixed #header .headerRightFloat:after{
    clear: both;
}

.headerFixed #header .headerRightLogin .hamburger {
    position: relative;
    width: 44px;
    top: 8px;
}
.headerFixed.sticky #header .headerRightLogin .hamburger{
    top:8px;
}


.hamburger p {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0px;
    right: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    text-align: center;
    font-weight: bold;
}

div.close-up td.list-txt .link_text{
    line-height:14px !important;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 25px;
    height: 18px;
    margin: 0 auto 3px;
    text-align: left;
    left: -10px;
    ;
}

.menu-trigger:before {
    /*    content: "●";
    position: absolute;
    top: -13px;
    right: -5px;
    color: #DD0000;
    font-size: 25px;
    z-index: 1;*/
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    color: #DD0000;
    font-size: 25px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: #DD0000;
    border-radius: 50%;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #484e5c;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 8px;
}

.menu-trigger span:nth-of-type(3) {
    top: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.headbanner {
    position: relative;
    background-color: white;
    padding-bottom: 2.5px;
}

.logo_left {
    float: left;
    width: 40px;
    vertical-align: middle;
    height: 40px;
    /*overflow-y: hidden;*/
    padding: 3px 3px 3px 0px;
}
.header_bn img {

    border-radius: 50%;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

/* ↓ [ピラミッド検索][ガイド対応][障害対応]GUIDE-822 @KSOL篠原 2016/05/26 */
.headerFixed #header .headerLeft .logo a {
    display: inline-block;
}

div.logo p {
    display:inline-block;
    max-width:112px;
    line-height: 1;
    vertical-align:bottom;
/*	position:absolute;
	bottom:7px;
	left:81px;
	width:50px;*/
}
nav.sticky #header .headerLeft .logo a p{
	bottom:2px;
}
div.logo span.logoarea {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 1.1;
}
/* ↑ [ピラミッド検索][ガイド対応][障害対応]GUIDE-822 @KSOL篠原 2016/05/26 */

/*
 * パンくずリスト
 ************************************************************************************************/

.topic_path_wrap {
    width: 100%;
    overflow: hidden;
}

ul.topic_path {
    list-style: none;
    display: inline-table;
    width: 200%;
    background-color: #3EA1FF;
    padding: 3px 0;
    position: relative;
    margin-bottom: 5px;
}

ul.topic_path li {
    display: inline;
    float: left;
}

ul.topic_path li a {
    display: block;
    float: left;
    height: 30px;
    background: #e4ecf8;
    padding: 0px 5px 0 18px;
    position: relative;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    margin: 0 3px 0 0;
    line-height: 30px;
    color: #000;
}

ul.topic_path li a:after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #e4ecf8;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1;
}

ul.topic_path li a:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #3EA1FF;
    position: absolute;
    left: 0px;
    top: 0;
}

ul.topic_path li:first-child a {
    padding: 0 0px;
}

ul.topic_path li:first-child a:before {
    display: none;
}

ul.topic_path li:last-child a {
    background-color: #3EA1FF;
    padding-left: 15px;
    color: #fff;
}

ul.topic_path li:last-child a:after {
    display: none;
}


/*
 * ガイドぺージ
 ************************************************************************************************/

.headerTitle {
    display: table;
    width: 100%;
/*
    background: -moz-linear-gradient(top, #3EA1FF, #0185FF);
    background: -webkit-gradient(linear, center top, center bottom, from(#3EA1FF), to(#0185FF));
    background: linear-gradient(top, #3EA1FF, #0185FF);
*/
    /*background-color: #5984d0;*/
    background-color:#5984d0;
    height: 30px;
}

.headerTitle.closeupTitle {
    background: -moz-linear-gradient(center top, #525252, #3C3C3C);
    background: -webkit-gradient(linear, center top, center bottom, from(#525252), to(#3C3C3C));
}

.headerTitle.girlsTitle {
/*
    background: -moz-linear-gradient(top center, #ed87b9 0, #e54794 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#ed87b9), to(#e54794));
    background: linear-gradient(top center, #ed87b9 0, #e54794 100%);
*/
    background:#e58bc7 none repeat scroll 0 0;
}

.headerTitle.mensTitle {
/*
    background-color: #518482;
    background: -moz-linear-gradient(top center, #518482 0%, #116c70 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(#518482), to(#116c70));
    background: linear-gradient(top center, #518482 0%, #116c70 100%);
*/
    background:#2a898d none repeat scroll 0 0;
}

.headerTitle h2 {
    font-size: 13px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}

.headerTitle .headerTitleMore {
    font-size: 12px;
    float: right;
    margin-right: 10px;
    font-weight: normal;
    line-height: 30px;
}

.headerTitle .headerTitleMore a {
    color: white;
}

.headerTitle .headerTitleMore a span {
    margin-left: 10px;
}

ul#home {
    padding-top: 0;
}

#guide {
    font-size: 14px;
    position: relative;
/* ↓ [ピラミッド検索][ガイド対応][障害対応] 2016/05/26 */
    overflow: hidden;
/* ↑ [ピラミッド検索][ガイド対応][障害対応] 2016/05/26 */
}

#guide img {
    vertical-align: middle;
}

/* #↓　[画面改修]　タブ用class追加 @末永 2018/06/08 # */
/* タブメニュー */
#guide .contents .tabmenu {
    display: table;
    width: 100%;
    border-top: 2px solid #f0f0f0;
}

#guide .contents .tabmenu .tabmenu_li{
    display: table-cell;
    width: 50% !important;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

#guide .contents .tabmenu .tabmenu_li:first-child{
    border-right: 2px solid #f0f0f0;
}

#guide .contents .tabmenu .tab_active{
    background-color: #fff !important;
    border-bottom: none !important;
}

#guide .search {
    border-top: none !important;
    background-color: #fff !important;
}
/* #↑　[画面改修]　タブ用class追加 @末永 ,2018/06/08 # */
/* #↓　[画面改修]　求人ボタン用class追加 @末永 2018/06/08 # */
/* 求人ボタン */
.search_job_contents {
    background: #fff;
}
#guide .contents .search_job_contents .job_link_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    align-items: stretch;
}
#guide .contents .search_job_contents .job_link_wrap a{
  width: 29%;
  margin: 0 2%;
  padding: 16px 1%;
  text-align: center;
  box-shadow: 0 2px 0px #aaa ;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-sizing: border-box;
  color: #444;
  word-break: break-all;
  background-color: #ffffff;
}
.job_link_wrap>a>img {
    height: 32px;
    width: auto;
    margin-bottom: 5px;
}
#guide .contents .search_job_contents .job_link_wrap a p{
  font-weight: 700;
  font-size: 12px;
    line-height: 1.25em;
}

#guide .contents .search_job_contents .job_link_wrap a p .small{
  font-size: 11px;
  font-weight: 400;
}
.job_link_dx {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
#guide .contents .search_job_contents .job_link_wrap .nightsbtn_show{
    display: block;
}

#guide .contents .search_job_contents .job_link_wrap .nightsbtn_hide{
    display: none;
}

/* #↑　[画面改修]　求人ボタン用class追加 @末永 2018/06/08 # */

/* 検索 */

#guide>li.contents {
    position: relative;
    top: 0px;
}

#guide>li.contents:after {
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff;
    z-index: -1;
}

#guide .search {
    width: 100%;
    padding: 4px 10px 0;
    margin: 0px auto;
    box-sizing: border-box;
    /* ↓ [画面改修] タブ表示追加に伴いborder削除 2018/06/08 */
    /* border-top: 1px solid #f0f0f0; */
    /* ↑ [画面改修] タブ表示追加に伴いborder削除 2018/06/08 */
}

#guide > .contents > ul > li > .search{
    background:#fafafa;
}

#guide .search #sch-container {
    -webkit-appearance: none;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    border-color: #5984d0;
    background: #fff;
    height: 34px;
    padding-right: 35px;
    padding-left: 10px;
    position: relative;
    margin: 3px 0 0 0;
}

#guide .search #sch-container #sch-submit-btn {
    background-image: url(//img.cityheaven.net/img/button/search.png?imgopt=y);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px;
    border: none;
    color: #FFF;
    display: block;
    font-size: 0px;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0px;
    text-align: center;
/* ↓Googleカスタム検索 2016/07/27 中央センタリング */
/*    top: -1px; */
    top: 0px;
/* ↑Googleカスタム検索 2016/07/27 */
    width: 35px;
}

#guide .search #sch-container #search-ipt {
    background: 0 0;
    border-radius: 12px;
    border: 0;
    color: #000;
    display: table-cell;
    font-size: 95%;
    height: 35px;
    padding-left: 4px;
    margin-left: 62px;
    width: 90%;
}

#guide .search #sch-container img#jackword-close-btn {
    position: absolute;
    top: 8px;
    right: 35px;
    width: 18px;
    height: 18px;
}

#guide .search #sch-container #sch-submit-btn input {
    background: 0 0;
    border: 0;
    display: block;
    height: 34px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 35px;
}

#guide .search_menu {
    margin: 0px auto;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 10px 8px;
    background: #fafafa;
    position: relative;
    overflow: hidden;
}

#guide .search_menu .search_menu_box {
    position: relative;
    float: left;
    width: 32%;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 2px #aaa;
    border-radius: 3px;
    color: #444;
    margin-right: 2%;
    word-break: break-all;
    padding: 4px 0 4px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.6);
    /*-moz-animation: anime1 .8s ease-in-out .0s forwards;
    -webkit-animation: anime1 .8s ease-in-out .0s forwards;
    -o-animation: anime1 .8s ease-in-out .0s forwards;
    animation: anime1 .8s ease-in-out .0s forwards;*/
}

#guide .search_menu .search_menu_box:last-child {
    margin-right: 0%;
}

#guide .search_menu .search_menu_box a {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;
    display: flex;*/
    height: 72px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    color: #444;
    line-height: 1.2;
    /*flex-direction: column;
    -webkit-flex-direction: column;*/
}

#guide .search_menu .search_menu_box a p{
    font-size:14px;
}
#guide .search_menu .search_menu_box a img{
margin: auto;
display: block;
width: 35px;
height: 35px;
}
#guide .search_menu .search_menu_box span.small {
    font-size: 11px;
    font-weight: normal;
}

#guide .hotelmap {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#guide .designation{
    padding: 15px 10px;
}

.b_textlink{
    color:#333;
    border-bottom: 1px solid #F0F0F0;
}

/*一発検索*/

#guide .search_variaus {
    position: relative;
    height: 110px;
    overflow: hidden;
}

#guide .search_variaus9 {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    font-size: 0;
    width: 100%;
}

#guide .search_variaus9.search_variaus9--add {
    /* width: 95vw;
   width : -webkit-calc(100vw - 20px) ;
   width : calc(100wv - 20px) ;*/
    width: 100%;
}

#guide .search_variaus9 .one_third {
    display: inline-block;
    margin: 0;
    width: 33.33%;
    vertical-align: top;
}

#guide .search_variaus9.search_variaus9--add .one_third {
    width: 30%;
}

#guide .search_variaus9 .one_third a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
    color: #444;
    font-weight: 700;
    box-sizing: border-box;
    overflow: hidden;
}

#guide .search_variaus9 .one_third a:first-child {
    border-top: 1px solid #f0f0f0;
}

#guide .one_third a.num1 {
    box-shadow: 5px 0 0 0 #80CBC4 inset;
}

#guide .one_third a.num2 {
    box-shadow: 5px 0 0 0 #FFE082 inset;
}

#guide .one_third a.num3 {
    box-shadow: 5px 0 0 0 #F48FB1 inset;
}

#guide .one_third a.num4 {
    box-shadow: 5px 0 0 0 #CE93D8 inset;
}

#guide .one_third a.num5 {
    box-shadow: 5px 0 0 0 #81D4FA inset;
}

#guide .one_third a.num6 {
    box-shadow: 5px 0 0 0 #90A4AE inset;
}

#guide .one_third a.num7 {
    box-shadow: 5px 0 0 0 #BCAAA4 inset;
}

#guide .one_third a.num8 {
    box-shadow: 5px 0 0 0 #FFCC80 inset;
}

#guide .one_third a.num9 {
    box-shadow: 5px 0 0 0 #81C784 inset;
}
.search_variaus_a {
    background-color: #f7f7f7;
    padding: 10px 10px 5px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    max-height: 58px;
    overflow: hidden;
}

.search_variaus_a.search_variaus_a--expand {
    max-height: inherit;
}

.search_variaus_a a {
    display: inline-block;
    white-space: nowrap;
    height: 12px;
    min-width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    padding: 5px;
    margin: 0 4px 8px 0px;
    background: -moz-linear-gradient(top, #454545 0%, #545454);
    background: -webkit-gradient( linear, left top, left bottom, from(#454545), to(#545454));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.search_variaus_a .check_word {
    display: inline-block;
    font-size: 12px;
    padding: 4px 2px 4px 22px;
    background-image: url(//img.cityheaven.net/img/icon/icon_c_up.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.search_variaus_a.search_variaus_a--expand .check_word {
    background-image: url(//img.cityheaven.net/img/icon/icon_c_down.svg);
}

.search_variaus_b {
    padding: 0 10px;
}

#guide .notfound {
    font-weight: bold;
    text-align: center;
    margin: 15px;
}

.showselectlist{
    padding-right:10px;
    background: url(//img.cityheaven.net/img/button/smartphone/menu_menu2.png?imgopt=y) 0 0 no-repeat;
    background-size:11px;
    background-position:25px;
}

.showselectlist-lot{
    padding-right:13px;
    background: url(//img.cityheaven.net/img/button/smartphone/menu_menu2.png?imgopt=y) 0 0 no-repeat;
    background-size:11px;
    background-position:35px;
}
/* ↓Googleカスタム検索 2016/07/27 */
.showselectlist-lot.wrd{
    background-position:66px;
}
/* ↑Googleカスタム検索 2016/07/27 */
/* end 検索 */


/* start 予約検索 */

.search_reserve {
    padding-top: 8px;
    border-top: 1px solid #F0F0F0;
}

.search_reserve .search_reserve_title {
    padding: 2px 30px;
    font-weight: bold;
    background-image: url(../img/icon_calender.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
}

.search_reserve .search_reserve_tab {}

.search_reserve .search_reserve_tab a {
    display: inline-block;
    background-color: #EFEFEF;
    margin-right: 5px;
    padding: 4px 10px 2px;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    width: 50px;
    text-align: center;
}

.search_reserve .search_reserve_tab a.on {
    background-color: #77B8DF;
    color: white;
    font-weight: bold;
}

.search_reserve .reserve_list {
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 140px;
    height: 85px;
    position: relative;
    padding-right: 30%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.search_reserve .reserve_list li {
    display: block;
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

.search_reserve .reserve_list li a {
    background-color: #FFFFFF;
    border: solid 2px #77b8df;
    border-radius: 5px;
    color: #665555;
    display: block;
    padding: 8px 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
}

.search_reserve .reserve_list li a span {
    font-size: 13px;
    font-weight: bold;
    color: #77b8df;
    padding-right: 4px;
}


/* end 予約検索 */

.text_recu {
    position: relative;
    top: -1px;
}

#guide .contents>ul>li {
    width: 100%;
    background: white;
    position: relative;
}

#guide .contents>ul>li.bgc_t {
    background-color: transparent;
}

#guide .center_text {
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    padding: 10px 0 8px;
}

#guide .center_text a {
    color: #444;
}

#guide .half+.half {
    border-left: 1px solid #f0f0f0;
    box-sizing: border-box;
}

#guide .expose_menu_wrap {
    white-space: nowrap;
    align-items: center;
    background: #f0f4f7;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 1px 0 #e1e5e8 inset;
    position: relative;
}

#guide .expose_menu {
    overflow: hidden;
}

#guide .expose_menu li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

#guide .expose_menu li a {
    display: inline-block;
    text-align: center;
    padding: 15px 8px 15px 9px;
    color: #484e5d;
}

#guide .expose_menu li a.pr30 {
    padding-right: 30px;
}

#guide .expose_menu li a.active {
    background-color: transparent;
    color: #1D92FF;
    box-shadow: 0 -3px 0 0px #1D92FF inset;
}

#guide .expose_menu.closeup li a {
    padding: 10px 10px 11px 9px;
}

#guide .expose_menu.closeup li a.active {
    background-color: #f36874;
    color: white;
    box-shadow: none;
}

#guide .expose_menu li:not(:first-child) a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 2rem;
    margin-top: -1rem;
    content: '';
    pointer-events: none;
    background-color: #e1e5e8;
}


/*ランキングメニュー*/

#guide .ranking_menu {
    box-sizing: border-box;
	width:98%;
	margin:0 1%;
	overflow:hidden;
	display:table;
}

#guide .ranking_menu li {
    font-size: 10px;
    display: table-cell;
    width: 14%;
    box-sizing: border-box;
	margin-right:1%;
}


#guide .ranking_menu li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #999;
}
#guide .ranking_menu li a#rankingTab6{
	letter-spacing:-2px;
}
#guide .ranking_menu li a.active {
    background-color: none;
    color: #444;
    box-shadow: 0 -3px 0 0px #1D92FF inset;
    font-weight: bold;
}

.rankingcontents {
    display: none;
    position: relative;
}


/* .bookmark */

/* ↓ [ピラミッド検索][ガイド対応][障害対応] 2016/05/26 */
/* #guide .bookmark { */
#guide .contents .bookmark {
/* ↑ [ピラミッド検索][ガイド対応][障害対応] 2016/05/26 */
    background-image: url(/img/bookmark.png?imgopt=y);
    background-size: 100%;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    line-height: 1.2rem;
    z-index: 11;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    position: fixed;
    text-align: justify;
    width: 200px;
    height: 110px;
    visibility: hidden;
}

#guide .bookmark img {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 3px;
}

#guide .bookmark .batsu {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background: white;
    text-align: center;
    line-height: 22px;
    border-radius: 5px;
    font-size: 22px;
    color: #F9EBEB;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/*自社スライドバナー*/
#ownbnner{
    position: relative;
}
#ownbnner .flex-prev {
    background: url(//img.cityheaven.net/img/guide/btnPrev.png?imgopt=y) 50% 50% no-repeat rgba(0, 0, 0, 0.6);
    z-index: 4;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    display: block;
    top: 50%;
    width: 22px;
    height: 40px;
    opacity: 0.8;
    position: absolute;
    margin-top: -20px;
    left: 5px;
}

#ownbnner .flex-next {
    background: url(//img.cityheaven.net/img/guide/btnNext.png?imgopt=y) 50% 50% no-repeat rgba(0, 0, 0, 0.6);
    z-index: 4;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    display: block;
    top: 50%;
    width: 22px;
    height: 40px;
    opacity: 0.8;
    position: absolute;
    margin-top: -20px;
    right: 5px;
}

/* slide */


/*
.slide {
    position: relative;
}

.slide_prev {
    position: absolute;
    top: 35%;
    left: 5px;
    width: 25px;
    z-index: 1;
}

.slide_next {
    position: absolute;
    top: 35%;
    right: 5px;
    z-index: 1;
}*/

a.slider-nav.prev {
    background: url(/img/button/smartphone/btnPrev.png?imgopt=y) 50% 50% no-repeat rgba(0, 0, 0, 0.6);
    left: 5px;
}

.slider-nav.next {
    background: url(/img/button/smartphone/btnNext.png?imgopt=y) 50% 50% no-repeat rgba(0, 0, 0, 0.6);
    right: 5px;
}

a.slider-nav {
    z-index: 1;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    display: block;
    top: 50%;
    width: 22px;
    height: 40px;
    opacity: 0.8;
    position: absolute;
    margin-top: -20px;
}


/**/

.link_list {
    border-bottom: 1px solid #F0F0F0;
    padding: 2px 0;
    position: relative;
}
#topic_h{
    border-bottom:none;
}
#topic_h_after{
    border-bottom:none;
}
.link_list li:after {
    content: "";
    clear: both;
    display: block;
}

.link_list .link_item {
    display: table;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.link_list .link_item a {
    /* android img not display SMC_KIM 20160606 */
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    /* display: flex; */
    display: flex;
    /* android img not display SMC_KIM 20160606 */
    width: 100%;
}

.link_list .link_item .link_img {
    overflow: hidden;
    vertical-align: middle;
    float: left;
    margin: 4px 0px 4px 10px;
}

.link_list li .link_item.link_item__border {
    border-bottom: 1px solid #F0F0F0;
}

.link_list li:last-of-type .link_item .link_text,
.link_list li .link_item.link_item__border .link_text {
    border-bottom: none;
}

.link_list .link_item .link_text {
    /*display: table-cell;*/
    /* android img not display SMC_KIM 20160606 */
    display: table-cell;
    /* android img not display SMC_KIM 20160606 */
    font-size: 15px;
    color: #444;
    text-align: justify;
    width: 100%;
    overflow: hidden;
    padding-right: 10px;
    border-bottom: 1px solid #F0F0F0;
    padding-left: 10px;
    position: relative;
    line-height:18px;
    font-weight: bold;
    flex: 1;
    /* android img not display SMC_KIM 20160606 */
    vertical-align: middle;
    /* android img not display SMC_KIM 20160606 */
}

.link_list .link_item .link_text>p {
    font-size: 11px;
    margin-top: 0px;
    color: #999;
    font-weight: normal;
/* ↓男性求人の表示内容変更対応 2017/09/26 */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
/* ↑男性求人の表示内容変更対応 2017/09/26 */
}

/*今日の風俗ニュース*/

.link_list.news .link_item .link_img {
    width: 52px;
    height: 52px;
    overflow: hidden;
}

/*↓(ニュース文字制限)*/
.link_list.news .link_item .link_text {
    padding: 11px 10px 11px 10px;
    width: calc(100vw - 62px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
ul.link_list.news li .link_item a .link_text time.date{
	margin-top:4px;
}
/*
ul.link_list.news li .link_item a .link_text time.date span.icon_new{
	padding:1px 5px;
}
ul.link_list.news li .link_item a .link_text time.date span.icon_member{
	padding:1px 5px;
}
*/
ul.news > li >.link_item > a > .link_text{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 275px;
    float: left;
}
@media screen and (min-width: 0px) and (max-width: 320px) {
	ul.news > li >.link_item > a > .link_text{
		width:230px;
	}
	.link_list.news .link_item .link_text{
		padding: 12px 18px 12px 10px;
	}
}
/*↑(ニュース文字制限)*/
.link_list.news .news_category {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    z-index: 1;
    background: white;
    text-align: left;
    line-height: 1rem;
}

.link_list.news .news_category a {
    color: #1242C0;
    padding-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    display: table;
    width: 100%;
}

.link_list.news .news_category a+a {
    padding-top: 20px;
}


/*今日の風俗ニュース*/

.link_list.pickup .link_item .link_img {
    width: 96px;
    height: 96px;
}

.link_list.pickup .link_item .link_text {
    font-size: 14px;
    vertical-align: top;
    padding-top: 8px;
    flex: 1;
}

.link_list.pickup .link_item .link_text>p {
    margin-top: 8px
}

/* ↓ガイド（ガイドトップ直送便表示対応）2016/08/04 */
/* 直送便 */
.category-icon {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 3px 0;
    border: 1px solid;
    border-radius: 3px;
    font-size: 10px;
    margin-bottom: 2px;
    line-height: 12px;
    min-width: 65px;
}

.link_list.tyokusou .link_item .link_img {
    width: 52px;
    height: 52px;
    margin: 8px 0 8px 10px;
}

.link_list.tyokusou .link_item .link_text {
    vertical-align: top;
    padding: 8px 10px 0 10px;
}

.link_list.tyokusou .link_item .link_text .tyokusou_time {
    margin-left: 4px;
}

.link_list.tyokusou .link_item .link_text .tyokusou_category {
    margin-bottom: 4px;
}

.link_list.tyokusou .link_item .link_text .tyokusou_text {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    line-height: 16px;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link_list.tyokusou .link_item .link_text .tyokusou_shopname {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ↑ガイド（ガイドトップ直送便表示対応）2016/08/04 */

/*即ヒメ*/

.link_list.sokuhime .link_item .link_img {
    width: 88px;
    height: 88px;
}

.link_list.sokuhime .link_item .link_text {
    vertical-align: top;
    padding: 0 10px;
    width: calc(100vw - 118px);
	height:96px;
}

.link_list.sokuhime .link_item .link_text .soku_time {
    color: #F44336;
    font-size: 12px;
    margin-top: 0;
    padding: 2px 0;
}

.link_list.sokuhime .link_item .link_text .soku_time marquee {
    marquee-direction: right;
}

.link_list.sokuhime .link_item .link_text .soku_text {
    font-weight: normal;
    font-size: 13px;
    color: #444;
    line-height: 1em;
}

.link_list.sokuhime .link_item .link_text .girl_name {
    font-size: 15px;
    color: #444;
    padding: 8px 0 2px;
    font-weight: bold;
}

.marquee {
    width: 100%;
    padding: 2px 10px;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    box-sizing: border-box;
    color: #444;
}

.marquee p:after {
    content: "";
    white-space: nowrap;
    padding-right: 50px;
}

.marquee p {
    margin: 0;
    padding-left: 100%;
    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%);
    }
}


/*パララックス*/

#para {
    width: 100%;
    position: relative;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}

#para .para_img {
    background: url(//img.cityheaven.net/img/adbanner2/adsv0000639606.jpg?update_time=20151225114059&imgopt=y) no-repeat center bottom #fff;
    background-size: 100% auto;
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    bottom: 0;
    box-sizing: border-box;
}
ul.link_list.pickup li .link_item a .link_text{
	height:96px;
}
ul.link_list.sokuhime li .link_item a .link_text{
	height:96px;
}
ul.link_list.syame li .link_item a .link_text{
	height:88px;
}
#topic_h li .link_item a .link_text{
	height:60px;
}
ul.link_list.genrepart li .link_item a .link_text{
	height:50px;
}
ul.link_list.girlsContent li .link_item a .link_text{
	height:60px;
	padding:7px;
}
ul.link_list.mensContent li .link_item a .link_text{
	height:60px;
	padding:7px;
}
ul.link_list.newface li .link_item a .link_text{
	padding-top:4px;
	height:92px;
}
.link_list.ipangenre .link_item a .link_text{
	height:55px!important;
}
/* 写メラー */

.symer {
    background-image: url(//img.cityheaven.net/img/icon/bg_syamer.jpg?imgopt=y);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 50px;
    padding: 8px 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
}

.symer .symer_title {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    padding: 10px 0 10px 25px;
}

.symer .symer_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.symer .syame_text {
    font-size: 15px;
    line-height: 1.4rem;
}

.symer .syame_text .girl_name {
    font-size: 12px;
    margin-top: 8px;
}


/* 写メ日記 */

.link_list.syame .link_item {}

.link_list.syame .link_item .link_img {
    width: 88px;
    height: 88px;
    margin: 4px 0 4px 10px;
    background: #f9f9f9;;
}

.link_list.syame .link_item .link_text {
    font-size: 14px;
    padding: 4px 0px 4px 10px;
    flex: 1;
	height:88px;
}

.link_list.syame .link_item .link_text>p.syame_text {
    font-size: 15px;
    font-weight: bold;
    color: #444;
    padding: 4px 0 10px;
}
.link_list.syame .link_item .link_text>p.syame_text time.date{
    display: inline;
}
.link_list.syame .link_item .girl_box {
    margin-bottom: 4px;
}

.link_list.syame .link_item .girl_box .girl_box_img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.link_list.syame .link_item .girl_box .girl_box_text {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
    color: #666;
}

.first_syame {
    width: 100%;
    max-height: 180px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.first_syame img {
    width: 100%;
}


/* ランキング */

.link_list.ranking .link_item .link_img {
    width: 52px;
    height: 52px;
}

#rankingcontent01 .link_list.ranking .link_item .link_img ,
#rankingcontent02 .link_list.ranking .link_item .link_img ,
#rankingcontent03 .link_list.ranking .link_item .link_img ,
#rankingcontent04 .link_list.ranking .link_item .link_img {
	margin-top:0;
	margin-bottom:0;
}
#rankingcontent05 .link_list.ranking .link_item .link_img {
    width: 60px;
    height: 45px;
}

ul.link_list.ranking li .link_item a .link_text {
	height:52px;
}
#rankingcontent01 .link_list.ranking .link_item .link_text ,
#rankingcontent02 .link_list.ranking .link_item .link_text ,
#rankingcontent03 .link_list.ranking .link_item .link_text ,
#rankingcontent04 .link_list.ranking .link_item .link_text {
	height:46px;
	padding-top:6px;
}
#rankingcontent05 .link_list.ranking .link_item .link_text {
	height:50px;
	padding-top:4px;
}

/*ニューフェイス*/
ul.link_list.newface li .link_item .link_text{
	padding-top:4px;
	height:92px;
}
ul.link_list.newface li .link_item .link_text p.girl_name{
	margin-top:5px;
}
ul.link_list.newface li .link_item .link_text p:last-child{
	margin-top:5px;
}
.link_list.newface .link_item .link_img {
    width: 88px;
    height: 88px;
}

.link_list.newface .link_item .link_text {
    font-size: 14px;
    margin-top: 0;
    flex: 1;
}

.link_list.newface .link_item .link_text .in_time {
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    color: #444;
    background-image: url(/img/icon/icon_004.png?imgopt=y);
    background-repeat: no-repeat;
    background-position: right;
    display: inline;
    padding-right: 15px;
    background-size: 13px;
}

.link_list.newface .link_item .link_text .soku_text {
    font-weight: normal;
    font-size: 14px;
    color: #444;
}

.link_list.newface .link_item .link_text .girl_name {
    font-size: 15px;
    color: #444;
    font-weight: bold;
    padding: 2px 0;
}


/* 全国の顔出し新人娘を紹介 */

.link_list.newall {}

.link_list.newall .sub_title {
    padding: 5px 10px 2px;
    font-size: 13px;
}

.link_list.newall .link_item .link_img {
    width: 80px;
    height: 80px;
}

.link_list.newall .link_item .link_text {
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}

.link_list.newall .link_item .link_text .soku_text {
    font-weight: bold;
    font-size: 14px;
    color: #444;
}

.link_list.newall .link_item .link_text .girl_name {
    font-size: 14px;
    color: #444;
}


/* 話題のH特集 */

.link_list.topic_h .link_item .link_img {
    width: 52px;
    height: 52px;
}
.link_list.topic_h.topic_h .link_item.link_item--small .link_img{
    width: 40px;
    height: 40px;
}
.link_list.topic_h .link_item .link_text {
    padding: 10px 10px 8px;
    font-weight: bold;
    box-sizing: border-box;
    width: calc(100vw - 62px);
}

.link_list.topic_h .link_item .link_text .small {
    font-size: 12px;
    color: #999;
}
ul.link_list.topic_h  li .link_item a .link_text{
	height:60px;
}

/* ジャンル別ヘブン*/
.link_list.genrepart{
        border-bottom: none;
}
.link_list.genrepart .item,
.link_list.genrepart .link_item{
    border-bottom: 1px solid #F0F0F0;
}

.link_list.genrepart .item .img ,
.link_list.genrepart .link_item .link_img {
    width: 40px;
    height: 40px;
}

.link_list.genrepart .item .text ,
.link_list.genrepart .link_item .link_text {
    padding: 10px 10px 8px;
    font-weight: bold;
    box-sizing: border-box;
    width: calc(100vw - 50px);
}

.link_list.genrepart .item .text .small ,
.link_list.genrepart .link_item .link_text .small {
    font-size: 14px;
}

/* クローズアップ */

.link_list.closeup .link_item .link_img {
    width: 80px;
    height: 80px;
}

.link_list.closeup .link_item .link_text {
    font-weight: bold;
    padding: 8px 10px 8px 10px;
}

.link_list.closeup .link_item .link_text>p {
    line-height: 1rem;
}


/* ガールズ ・メンズ */

.link_list.girlsContent li .link_item.link_item__border {
    border-color: #ECDBE7;
}

.link_list.girlsContent .link_item .link_img,
.link_list.mensContent .link_item .link_img {
    width: 50px;
    height: 50px;
}

.link_list.girlsContent .link_item .link_text {
    border-color: #ECDBE7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    width: calc(100vw - 62px);
}
ul.link_list.girlsContent li:nth-of-type(5){
	border-bottom:1px solid #ecdbe7;
}
ul.link_list.girlsContent li:nth-of-type(5) .link_item a .link_text{
	border-bottom:0;
}
ul.girlsContent > li >.link_item > a > .link_text,ul.mensContent > li >.link_item > a > .link_text{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 275px;
    float: left;
	padding-right:15px;
}
@media screen and (min-width: 0px) and (max-width: 320px) {
	ul.girlsContent > li >.link_item > a > .link_text,ul.mensContent > li >.link_item > a > .link_text{
		    width: 235px;
	}
}

.link_list.mensContent .link_item .link_text {
    border-color: #D2ECE3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    width: calc(100vw - 62px);
}

.link_list.girlsContent {
    background-color: #ffedf9;
}

.link_list.mensContent {
    background-color: #ecfdf7;
}

#huchi {
    background-repeat: no-repeat;
    background-position: bottom 45px right 0px;
    position: relative;
    top: 5px;
    background-size: 135px;
}

#huchi .FlexBox__item.img {
    width: 55%;
    height: auto;
    text-align: right;
}

#huchi .FlexBox__item.text {
    width: 45%;
    background-repeat: no-repeat;
    background-position: bottom 54px left 2px;
    position: relative;
}

#huchi .comment {
    bottom: 15px;
    position: absolute;
    left: 5px;
}

.link_list.girlsContent .search_variaus_b {
    text-align: center;
    margin: 10px 0;
}

.link_list.girlsContent .search_variaus_b .search_variaus_b_innter a {
    display: inline-block;
    min-width: 50px;
    border-radius: 15px;
    border: 1px solid #ED86B9;
    padding: 6px 12px;
    background: white;
    text-align: center;
    margin: 5px 2px 0px 2px;
    color: #ED86B9;
}

.adv {
    font-size: 12px;
    color: #ccc;
    font-weight: normal;
    padding-top: 1px;
	padding-bottom:1px;
}

.adv.mt00 {
    margin-top: 0;
}

.heaven_adv {
    display: block;
    padding: 15px 10px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
}

.heaven_adv.noborder {
    border: none;
}

.heaven_adv p {
    font-size: 15px;
    line-height: 1.3rem;
    color: #444;
    padding-top: 5px;
}

.heaven_adv img {
    width: 100%;
}

.heaven_adv img.svg_hot {
    position: relative;
    top: -1px;
    width: 35px;
    left: 5px;
}


/**/

.bannerPop {
    padding: 10px;
    text-align: center;
}

.ad_link {
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 15px;
    color: #1242c0;
    font-size: 15px;
}


/**/

.sub_title {
    color: #999;
    font-weight: bold;
    padding: 15px 10px 4px;
    font-size: 15px;
}

a.footer_more {
    display: block;
    padding: 15px 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #F0F4F7;
    font-weight: bold;
    background-image: url(/img/icon/arrow_gray.png?imgopt=y);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 10px;
    border-bottom: 20px;
    box-shadow: 0 0 0 1px #E1E5E8;
}

a.footer_more.under {
    background-image: url(/img/icon/arrow_gray.png?imgopt=y);
    background-size:10px;
}

.icon_rank {
    position: relative;
    top: -2px;
    margin-right: 2px;
}


div.close-up td.list-txt{
    font-size:15px;
}

/* メニューを切り替える*/

.clone.floating {
    position: fixed;
    top: 40px;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.9);
    z-index: 5!important;
    max-width: 100vw !important;
    overflow: hidden !important;
    box-shadow: 0 1px 1px #333;
    border-top:3px solid #5984d0;
}
.girlsTitle.clone.floating{
    border-top:3px solid #e58bc7;
}
.mensTitle.clone.floating{
    border-top:3px solid #2a898d;
}
.clone.floating h2,
.clone.floating .headerTitleMore a {
    color: #333;
}


/* 一般広告 */

#ippan {
    text-align: center;
    width: 100%;
    padding: 0 10px 10px;
    box-sizing: border-box;
}


/*animation*/

@-webkit-keyframes anime1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3000px);
    }
    60% {
        -webkit-transform: translateY(-100px);
    }
    80% {
        -webkit-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes anime1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    60% {
        -moz-transform: translateY(-30px);
    }
    80% {
        -moz-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes anime1 {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    60% {
        -o-transform: translateY(-30px);
    }
    80% {
        -o-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes anime1 {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#search_guide {
    /*-moz-animation: anime5 .8s ease-in-out 1.0s forwards, anime5_2 5s ease-in-out 2s infinite;
    -webkit-animation: anime5 .8s ease-in-out 1.0s forwards, anime5_2 5s ease-in-out 2s infinite;
    -o-animation: anime5 .8s ease-in-out 1.0s forwards, anime5_2 5s ease-in-out 2s infinite;
    animation: anime5 .8s ease-in-out 1.0s forwards, anime5_2 5s ease-in-out 2s infinite;
    opacity: 0;*/
}

#search_point {
/*    -moz-animation: anime5 .8s ease-in-out 1.2s forwards, anime5_2 5s ease-in-out 2s infinite;
    -webkit-animation: anime5 .8s ease-in-out 1.2s forwards, anime5_2 5s ease-in-out 2s infinite;
    -o-animation: anime5 .8s ease-in-out 1.2s forwards, anime5_2 5s ease-in-out 2s infinite;
    animation: anime5 .8s ease-in-out 1.2s forwards, anime5_2 5s ease-in-out 2s infinite;
    opacity: 0;*/
}

#search_girls {
/*    -moz-animation: anime5 .8s ease-in-out 1.4s forwards, anime5_2 5s ease-in-out 2s infinite;
    -webkit-animation: anime5 .8s ease-in-out 1.4s forwards, anime5_2 5s ease-in-out 2s infinite;
    -o-animation: anime5 .8s ease-in-out 1.4s forwards, anime5_2 5s ease-in-out 2s infinite;
    animation: anime5 .8s ease-in-out 1.4s forwards, anime5_2 5s ease-in-out 2s infinite;
    opacity: 0;*/
}

#svglogo {
    -moz-animation: anime4 .8s ease-in-out .4s forwards;
    -webkit-animation: anime4 .8s ease-in-out .4s forwards;
    -o-animation: anime4 .8s ease-in-out .4s forwards;
    animation: anime4 .8s ease-in-out .4s forwards;
    opacity: 0;
    padding-top:5px;
    height: 30px;
}

@-webkit-keyframes anime2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes anime2 {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes anime2 {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes anime2 {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes anime3 {
    0% {
        opacity: 0;
        left: -50px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes anime3 {
    0% {
        opacity: 0;
        left: -50px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes anime3 {
    0% {
        opacity: 0;
        left: -50px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes anime3 {
    0% {
        opacity: 0;
        left: -50px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes anime4 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes anime4 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes anime4 {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes anime4 {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes anime5 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes anime5 {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }
    50% {
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes anime5 {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }
    50% {
        -o-transform: scale(1.05);
    }
    70% {
        -o-transform: scale(.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes anime5 {
    0% {
        opacity: 0;
        transform: scale(.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes anime5_2 {
    0% {
        -webkit-transform: scale(1);
    }
    86% {
        -webkit-transform: scale(1);
    }
    90% {
        -webkit-transform: scale(.8);
    }
    94% {
        -webkit-transform: scale(1.05);
    }
    98% {
        -webkit-transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes anime5_2 {
    0% {
        -moz-transform: scale(1);
    }
    86% {
        -moz-transform: scale(1);
    }
    90% {
        -moz-transform: scale(.8);
    }
    94% {
        -moz-transform: scale(1.05);
    }
    98% {
        -moz-transform: scale(.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes anime5_2 {
    0% {
        -o-transform: scale(1);
    }
    86% {
        -o-transform: scale(1);
    }
    90% {
        -o-transform: scale(.8);
    }
    94% {
        -o-transform: scale(1.05);
    }
    98% {
        -o-transform: scale(.9);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes anime5_2 {
    0% {
        transform: scale(1);
    }
    86% {
        transform: scale(1);
    }
    90% {
        transform: scale(.8);
    }
    94% {
        transform: scale(1.05);
    }
    98% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

#guide .search_menu::before {
    /*    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300%;
    height: 50px;
    opacity: 0;
    background: url(../img/adsv0000641766.gif) no-repeat top left;
    -webkit-animation: wave1 4.8s ease-in-out 0.1s infinite;
    background-position: 50px 50px; */
}

@-webkit-keyframes wave1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

/* 写メ日記表示画像関連 */
.new-arrive-photo {
    width: 108px;
    height: 108px;
}

.diary-news-photo {
    width: 100px;
    height: 60px;
}

.viewarea {
    width: 100%;
    overflow: hidden;
}
/*フローティングバナー*/
div#diaryfooter{
    z-index: 10;
    background-color: rgba(0,0,0,0.4);
}
/*↓[ピラミッド検索][ガイド対応]マイアルバム最新写メ日記対応 2016/08/02 */

.myAlbumDiary{
    border-top:1px solid #999;
    padding:0;
    line-height:1;
}
.myAlbumDiary .headerTitle{
    padding:0px;
    padding-top:2px;
    color:black;
    background:none;
}
.myAlbumDiary .headerTitle h2{
    padding-left:5px;
    font-size:14px;
    color:black;
    font-weight:700;
}
.myAlbumDiary .headerTitle .headerTitleMore{
    margin-right:5px;
}
.myAlbumDiary .headerTitle .headerTitleMore div{
    color:#555;
}
.myAlbumDiary .headerTitle .headerTitleMore div span{
    margin-left:2px
}
.myAlbumDiary .detial .viewport {
    overflow:hidden;
}
.myAlbumDiary .item {
    width:285px;
    margin:0;
    text-align:center;
    padding:0;
    float:left;
    color:#666;
}
.myAlbumDiary div.detial_list{
    float:left;
    font-size:12px;
    margin:1%;
    margin-right:0px;
    margin-bottom:15px;
    text-aligin:center;
    width:49%
}
.myAlbumDiary .myDiaryImg{
    overflow:hidden;
    position:relative;
}
.myAlbumDiary .myDiaryImg .myDiaryTxt{
    padding:2px 0;
    color:#fff;
    position:absolute;
    width:100%;
    bottom:0;
    background-color:rgba(0,0,0,0.6);
    text-align:left;
    line-height:14px
}
.myAlbumDiary .myDiaryImg .myDiaryTxt div{
    padding:0 5px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-family:helvetica,arial,sans-serif;
}

/*↑[ピラミッド検索][ガイド対応]マイアルバム最新写メ日記対応 2016/08/02 */
//↓[ピラミッド検索]ヘッダ・URL切り替え対応 @SMC 2016/05/26
.headerFixed #header .headerRightFloat {
    float: left;
    text-align: right;
}

.headerFixed #header .headerRightLogin .myHeaven a img {
	height: 17px;
	position: relative;
	top: 5px;
	vertical-align: baseline;
}

.headerFixed #header .headerRightLogin {
/*
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#fff));
*/
}

.headerFixed #header .headerRightLogin li {
	text-align: right;
	margin-top:-2px;
}
//↑[ピラミッド検索]ヘッダ・URL切り替え対応 @SMC 2016/05/26
/* propaganda
---------------*/
li.propaganda{
	width:100%;
}
li.propaganda a{
	display:block;
	border-top:3px solid #d9dde3;
	background-color:#d9dde3;
}
li.propaganda a:first-child{
	border-top:0;
}
li.propaganda a:last-child{
	padding-bottom:6px;
}
li.propaganda a ul.box{
	overflow:hidden;
	width:100%;
	background:#fff url("//img.cityheaven.net/img/icon/icon_arrow_666.png?imgopt=y") no-repeat scroll;
	background-position:right 8px center;
	height:60px;
	background-size:12px auto;
}
li.propaganda a ul.box li.iconImg{
	width:70px;
	float:left;
	border-left:8px solid #fc0;
}
li.propaganda a ul.box li.iconImg.red{
	border-left:8px solid #f00;
}
li.propaganda a ul.box li.iconImg img{
	margin:4px 0 4px 8px;
	width:52px;
}
li.propaganda a ul.box li.rightText{
	margin-left:75px;
	padding-right:25px;
}
li.propaganda a ul.box li.rightText h3{
	color:#FF3300;
	font-weight:bold;
	font-size:19px;
	margin-top:13px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
li.propaganda a ul.box li.rightText p{
	font-size:10px;
	margin-top:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/* ↓ ネット予約検索機能追加 2016/11/18 */
/************************/
/*      ネット予約      */
/************************/
#reserve_search_wrap {
    background-color: #d9dde3;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2) inset;
    color: #313131;
}
#reserve_search_tab {
    margin-bottom: -3px;
}
#reserve_search_tab li {
    background: rgba(248,209,140,0.5);
    font-size: 10px;
    border-top: solid 3px #f69814;
    border-left: solid 3px #f69814;
    border-right: solid 3px #f69814;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    padding: 10px;
    float: left;
}
#reserve_search_tab li.tab_top {
    background: orange;
    color: #fff;
    background: url(/img/button/smartphone/yoyakubutton_back.gif?imgopt=y);
    background-size: 20px;
}
#reserve_search_tab li.tab_shop,
#reserve_search_tab li.tab_girls {
    line-height: 20px;
    margin: 0 0 0 -3px;
    font-weight: bold;
    cursor: pointer;
}
#reserve_search_tab li.tab_shop img,
#reserve_search_tab li.tab_girls img {
    width: 20px;
    height: 20px;
    float: none;
    margin: -3px 2px 0 0px;
}
#girl_reserve,
#shop_reserve {
    display: none;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 3px #f69814;
    padding: 10px;
    text-align: center;
}
#girl_reserve.select,
#shop_reserve.select {
    display: block;
}
#reserve_search_tab:after,
#reserve_search_wrap .reserve_btn_list:after {
    clear: both;
    height: 0px;
    visibility: hidden;
    display: block;
    content: ".";
}
#reserve_search_wrap .title {
    font-weight: bold;
    font-size: 11px;
}
#reserve_search_wrap .title img {
    width: 25px;
    height: 25px;
    float: none;
    margin-top: -3px;
}
#reserve_search_wrap .title .main {
    font-size: 14px;
    vertical-align: middle;
}
#reserve_search_tab li.tab_shop:hover,
#reserve_search_tab li.tab_girls:hover {
    background: #fff;
}
#reserve_search_tab li.select {
    background: #fff;
    cursor: auto;
}
#reserve_search_wrap .reserve_btn_list {
    font-size: 11px;
    width: 273px;
    margin: 0 auto;
}
#reserve_search_wrap .reserve_btn_list li {
    background: #f69814;
    border-radius: 5px;
    padding: 15px 25px;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#reserve_search_wrap .reserve_btn_list li a {
    color: #fff;
}
#reserve_search_wrap .reserve_btn_list li b {
    font-size: 14px;
}
#reserve_search_wrap .reserve_btn_list li .day {
    font-size: 10px;
    letter-spacing: -1px;
}
#reserve_search_wrap p.search_link {
    position: initial;
    border: solid 2px #f69814;
    border-radius: 5px;
    padding: 12px 10px 11px 10px;
    display: block;
    margin: 5px auto 5px;
    font-size: 11px;
}
/* ↑ ネット予約検索機能追加 2016/11/18 */

/* 女の子一覧系ページデザイン統一 */
p.girls-name {
    width: 65vw;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2%;
    color: #1242c0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-content-age {
    margin-right: 8px;
}
.girls-genre-item{
    padding-top: 2%;
}
.girl-genre-icon {
    display: inline-block;
    margin: 0 2px 2px 0;
    padding: 1px 3px 0 2px;
    border: 1px solid currentColor;
    border-radius: 2px;
    font-size: 10px;
    line-height: 16px;
    color: #ffa500;
}
.girl-genre-icon.m-rank-num{
    margin-right: -2px;
}
p.girls-shop {
    padding-top: 4%;
    font-size: 10px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
p.girls-genre {
    padding-top: 2%;
    font-size: 10px;
    color: #969696;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* ↓ 予約チャット連携 2018/03/29 */
.chat-badge-g {
    color: #DD0000;
    background: #DD0000;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    display: inline-block;
}

.menu-trigger-chat {
    top: 4px;
    right: 7px;
    position: absolute;
    color: #fff;
    font-size: 10px;
    z-index: 10;
    width: 15px;
    height: 15px;
    background: #DD0000;
    border-radius: 50%;
    line-height: 1.5em;
    text-align: center;
}
/* ↑ 予約チャット連携 2018/03/29 */

/* start AI追加改修 */


/* end   AI追加改修 */
