@charset "utf-8";
#tabs {
    height: 0;
}

#shell div#guide .guideinner {
    box-shadow: none;
}

.search_result_ranking {
    padding: 10px 10px 10px;
    color: white;
    font-size: 18px;
    background-color: #3b3b3b;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #2f2f2f;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 -4px 0 0 #3B3B3A;
    position: relative;
}

.search_result_title_box {
    padding: 10px 0 5px;
}

.search_result_title.search_title {
    box-shadow: none;
    border: none;
    background-color: #3b3b3b;
    color: white;
    font-weight: normal;
    padding: 12px 15px;
}

.search_result_ranking:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -22px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #3B3B3B;
    z-index: -1;
}

.search_result_ranking .update {
    display: inline-block;
    background: #212121;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 10px;
}

.balloon_box.on .search_result_title.search_title,
.balloon_box:hover .search_result_title.search_title {
    background: #212121;
    box-shadow: 0 0px 1px 1px #000 inset;
}

.search_contents_shell {
    padding-bottom: 10px;
    box-shadow: none;
    background-color: #3b3b3b;
    border-radius: 6px;
}

.search_crown {
    vertical-align: middle;
}

.premiumStar {
    top: 0;
}

.shop_title_gyousyu {
    top: 3px;
}

.balloon_box .balloon {
    transition: .2s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(90deg);
    display: block;
    left: 200px;
    top: -47px;
    pointer-events: none;
}

.balloon_box:hover .balloon {
    opacity: 1;
    left: 175px;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    pointer-events: all;
}


.balloon_box .balloon .balloon_inner {
    background: #666;
    box-shadow: 3px 3px 0 0 #ccc;
    min-height: 130px;
}

.balloon_box .balloon:after {
    text-shadow: none;
    color: #666;
}

.balloon_title {
    background-color: #444;
    color: white;
    border: none;
}

ul.menu_3 li {
    display: inline-block;
    line-height: 2;
    margin-right: 10px;
}

ul.menu_3 li a {
    color: white;
    border: 1px solid #ccc;
    padding: 0px 6px;
    display: block;
    margin: 5px 0px;
    border-radius: 1px;
}

ul.menu_3 li a:hover,
ul.menu_3 li a.on {
    background-color: white;
    color: #666666;
    text-decoration: none;
}

.subh2 {
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}

/* ↓ [ピラミッド検索][ガイド対応][障害対応] @KSOL篠原 2016/05/26 */
div.keyword_search{
    height: 32px;
    width: 234px;
}

div#common-header-wrap {
    box-shadow:none;
/* ↓ ピラミッド検索(ガイドページ) G036対応 ECHO 2016/05/28 */
    /* ランキング天国上部margin削除 SMC金 2016/05/31 */
    /* margin-top: 32px; */
/* ↑ ピラミッド検索(ガイドページ) G036対応 ECHO 2016/05/28 */
}
/* ↑ [ピラミッド検索][ガイド対応][障害対応] @KSOL篠原 2016/05/26 */

/* ↓ ディレクタークーポン対応 2016/11/01 */
.current_coupon{
    color:#ffa500;
}
.director .current_coupon{
    color:#C30327;
}


.coupon_wrap .coupon{
    display: block;
    border: #ffa500 solid 1px;
    padding: 2px;
    height: 33px;
    position:relative;
    color: #333;
}
.director .coupon{
    border: #C30327 solid 1px;
}

.discount_rate {
    background: #ffa500;
    padding: 1px 17px 2px 5px;
    position: relative;
    float: left;
}
.director .discount_rate {
    background: #C30327;
}

.discount_rate span {
    color: #fff;
    display: inline-block;
}
span.discount_rate_num {
    font-size: 20px;
}
span.discount_rate_percent {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 11px;
}
span.discount_rate_off {
    position: absolute;
    bottom: 2px;
    right: 3px;
    font-size: 10px;
}
.coupon_price {
    position: relative;
    bottom: 0px;
    float: left;
    margin-left: 5px;
}
.coupon_price {
    position: relative;
    top: -2px;
    float: left;
    font-size: 15px;
    font-weight: bold;
}
span.coupon_red {
    color: #c00;
    font-size: 25px;
    letter-spacing: -1px;
}
.coupon_excerpt {
    float: left;
    margin-left: 10px;
    width: 200px;
    word-break: break-all;
    overflow: hidden;
    line-height: 15px;
    font-size: 11px;
    margin-top: 2px;
    height: 30px;
}
.coupon_button {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffa500;
    padding: 6px 26px 0px 6px;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    height: 32px;
}
.director .coupon_button {
    background: #C30327;
}

.coupon_button a:link,.coupon_button a:visited {
    color: #fff;
}
.coupon_button:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid #ffffff;
    border-right: 5px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 5px solid transparent;
    transform: rotateZ(-90deg);
    position: absolute;
    right: 1px;
    top: 10px;
}
.shop_image {
    overflow:hidden;
}
.tabs-wrapper {
    height: 213px;
}
ul.shop_icon_list.base_info.clearfix {
    margin-bottom: 10px;
}
/* ↑ ディレクタークーポン対応 2016/11/01 */

/* 予約 */
table.reservation_date {
    border-style: none;
}
tr.reservation_date td {
    width: 64px;
}
tr.reservation_date span {
    border-radius: 3px;
    background-color: #3a3a3a;
    color: #ffffff;
    padding: 0 3px;
}
div.reservation_info {
    border: solid 1px #dddddd;
    background-color:#fff;
}
tr.reservation_kbn td {
    width: 64px;
    border-bottom: solid 1px #dddddd;
}
tr.reservation_kbn td:first-child, tr.reservation_status td:first-child {
    border-left: solid 3px #ffffff;
}
tr.reservation_kbn td, tr.reservation_status td {
    text-align: center;
    border-right: solid 3px #ffffff;
}
tr.reservation_status span {
    border-radius: 2px;
    margin: 3px 0;
    display:inline-block;
    height: 20px;
    width: 100%;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif;
    font-size: 14px;
}
tr.reservation_status span.reservable {
    background-color: #8bc14a;
}
tr.reservation_status a {
    text-decoration:none;
    color: #2b2b2b;
}
.netreservation_box{
    background-color:#e9f7d8;
    border:1px solid #d3e2c1;
    border-radius:5px;
    box-sizing:border-box;
    margin-bottom:5px;
    overflow:hidden;
    padding:5px;
    width:100%;
}
.netreservation_box p.netreservation_head{
    background-color:#8bc14a;
    border-radius:3px;
    color:#fff;
    font-weight:bold;
    margin:0 0 3px;
    padding:5px;
}.netreservation_box{
    background-color:#e9f7d8;
    border:1px solid #d3e2c1;
    border-radius:5px;
    box-sizing:border-box;
    margin-bottom:5px;
    overflow:hidden;
    padding:5px;
    width:100%;
}
.netreservation_box p.netreservation_head{
    background-color:#8bc14a;
    border-radius:3px;
    color:#fff;
    font-weight:bold;
    margin:0 0 3px;
    padding:5px;
}
div.reservation_info{
    background-color:#fff;
}
/* ↓ 口コミ女の子サーチ */
.girl_search_img {
    display: inline-block;
    width: 70px;
    margin-bottom: 10px;
}
.girl_search_text {
    font-size: 13px;
    letter-spacing: 0.1px;
    text-align: left;
}
.girl_search_link {
    text-decoration: none;
    color: #333;
}
.catch_copy {
    background-color: #f0f0f0;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    width: 150px;
}
p.inner_text1,
p.inner_text2 {
    line-height: 23px;
}
p.inner_text2 {
    font-weight: bold;
}
/* ↑ 口コミ女の子サーチ */
