@charset 'Shift_JIS';
/* 二重線 */
.commonList01 li {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
}
/* ---------------------------------------
 検索結果大サイズ
 --------------------------------------- */
.commonList01 .box_sl {
    overflow: hidden;
}
.commonList01 .box_sl dt {
    float: left;
    width: 100px;
    height: 133px;
    margin-right: 4px;
}
.commonList01 .box_sl dd {
    overflow: hidden;
}
.commonList01 .box_image {
    width: 100px;
    height: 133px;
    text-align: center;
}
.commonList01 .box_sl img {
    max-width: 100px;
    max-height: 133px;
}
/* リンク
 --------------------------------------- */
.commonList01 .box_sl a {
    position: relative;
    padding: 4px 10px 4px 4px;
}
.commonList01 .newShop a {
    padding: 4px 0;
}
/* 店名
 --------------------------------------- */
.box_sl .shopName {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
}
#kensakuList .shopName {
    display: block;
}
/* 料金 */
.price {
    font-size: 13px;
    margin-bottom: 2px;
}
/* 新検索アイコン
 --------------------------------------- */
.box_icon {
    bottom: 3px;
    z-index: 10;
    width: 100%;
    font-size: 12px;
    margin-top: 1em;
}
.newKensaku > span {
    display: inline-block;
    color: #bbb;
    margin-right: 2px;
    margin-bottom: 1px;
    padding: 2px 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
    border-radius: 2px;
}
.newKensaku .active {
    font-weight: bold;
    color: #0091c5;
    padding: 1px 3px;
    border-width: 2px;
    border-color: #0091c5;
}
/* スグ嬢・金券OK
 --------------------------------------- */
.newKensaku .sugu,
.newKensaku .yg_gt {
    margin-bottom: 0;
    color: #000;
    border-width: 2px 0 0;
    border-color: transparent;
}
.newKensaku .sugu > span,
.newKensaku .yg_gt > span {
    color: #f00;
}
/* 金券OK
 --------------------------------------- */
/* 業種 エリア色指定
 --------------------------------------- */
.shop_type-area {
    font-size: 13px;
    font-weight: normal;
    margin-top: -2px;
    margin-bottom: 0;
}
/* --------------------------------------- */
/* 条件変更ボタン */
.box_search-opt-change {
    text-align: center;
    margin: 2px auto 6px;
}
.box_search-opt-change .btn_link {
    display: block;
    max-width: 600px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    background-color: #0eb81d;
    border-radius: 6px;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.box_search-opt-change .btn_link:not(:hover) {
    box-shadow: 0 3px 0 #154f12;
}
.box_search-opt-change .icon_lupe {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    background-image: url(/sp/st_img/icon_zoom-cdc1bd84496e8e1aef8e5ba4b3cb3bc1.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 22px 22px;
    vertical-align: text-bottom;
}
/* 注目･DX･新着絞り込みボタン用余白 */
.box_search-opt-change + .refinebtn-list {
    margin-top: 10px;
}
/* --------------------------------------- */
/* 注目オススメ */
/* --------------------------------------- */
.commonList01 .recommendShop > a {
    padding: 4px 0;
    background-position: -webkit-calc(100% + 4px) 50%;
    background-position: calc(100% + 4px) 50%;
    background-size: 19px 14px;
}
/* 枠 */
.recommendShop > a {
    border: 4px solid #ffc926;
}
/* オススメ */
.recommendShop:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 258px;
    z-index: 0;
    width: 78px;
    height: 22px;
    margin: auto;
    background-color: #ffc926;
    background-image: url(/sp/st_img/lbl_attention-d5f4e41eb06079bf422817b68c815d49.png);
    background-repeat: no-repeat;
    background-position: center -24px;
    background-size: 78px 47px;
    border: 3px solid #ffc926;
    border-radius: 6px;
    content: '';
}
/* 注目!! */
.recommendShop.super:after {
    height: 47px;
    background-position: center center;
}
@media screen and (max-width: 360px) {
    .recommendShop:after {
        top: auto;
        right: 8px;
        bottom: 8px;
        left: auto;
        width: 54px;
        height: 14px;
        background-position: center -18px;
        background-size: 54px 33px;
    }
    .recommendShop.super:after {
        height: 32px;
    }
}
/* --------------------------------------- */
/* 無料掲載店 */
.commonList01 .box_sl.size-s img {
    max-width: 66px;
    max-height: 88px;
}
.commonList01 .box_sl.size-s dt,
.commonList01 .size-s .box_image {
    width: 66px;
    height: 88px;
}
/* --------------------------------------- */
/* 検索結果 ホスト・キャバ　リンク */
.seo-link_relation_block {
    padding: 0 2px 8px;
    margin: 8px auto;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #c6c6c6;
}
.seo-link_relation {
    padding: 3px;
    border-radius: 6px;
    margin: 0 4px 6px;
    display: block;
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-color: #fffbef;
    box-shadow: 0 3px 0 #d0c7bd;
}
.seo-link_relation:nth-child(odd):last-child {
    flex: 0 47%;
    max-width: 167px
}
@media screen and (min-width: 768px) {
    .seo-link_relation {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 200px !important;
    }
}
@media screen and (max-width: 550px) {
    .seo-link_relation {
        -webkit-flex: 1 0 167px;
        -ms-flex: 1 0 167px;
        flex: 1 0 167px;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 371px) {
    .seo-link_relation {
        -webkit-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
        max-width: 100%;
    }
}
.seo-link_relation .txt {
    font-size: 13px;
    display: block;
    height: 100%;
    width: 130px;
    color: #fff;
    flex: 1 1 auto;
    align-self: center;
    font-weight: bold;
    letter-spacing: -0.02em;
}
.seo-link_relation .cycle {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    background-image: url(/sp/st_img/guidelink-icon-140d6771d95a37d4830c98d63cb05c6d.png);
    -webkit-background-size: 200px;
    -o-background-size: 200px;
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center;
    left: 4px;
    margin: auto;
    flex: 0 0 auto;
}
.seo-link_relation:hover {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    box-shadow: none !important;
}
.seo-link_relation.deri .cycle {
    background-position: -43px 1px;
    -webkit-background-size: 215px;
    -o-background-size: 215px;
    background-size: 215px;
}
.seo-link_relation.pb .cycle {
    background-position: -206px -2px;
}
.seo-link_relation.caba .cycle {
    background-position: -156px 0px;
}
.seo-link_relation.host .cycle {
    background-position: -104px 1px;
}
.seo-link_relation.fu .cycle {
    background-position: 2px 3px;
    -webkit-background-size: 187px;
    -o-background-size: 187px;
    background-size: 187px;
}
.seo-link_relation.deri {
    background-color: #5bbdf7;
}
.seo-link_relation.pb {
    background-color: #9ad639;
}
.seo-link_relation.caba {
    background-color: #ff65ab;
}
.seo-link_relation.host {
    background-color: #252588;
}
.seo-link_relation.fu {
    background-color: #ff4141;
}
.seo-link_relation.deri:not(:hover) {
    box-shadow: 0 3px 0 #377996;
}
.seo-link_relation.pb:not(:hover) {
    box-shadow: 0 3px 0 #689c58;
}
.seo-link_relation.fu:not(:hover) {
    box-shadow: 0 3px 0 #bd3030;
}
.seo-link_relation.caba:not(:hover) {
    box-shadow: 0 3px 0 #bf4a7f;
}
.seo-link_relation.host:not(:hover) {
    box-shadow: 0 3px 0 #7474c1;
}
.seo-link_heading {
    padding: 6px 0 0;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #fff;
    margin-top: -1px;
}
.viewNum + .seo-link_heading {
    margin-top: 0px;
    padding: 14px 0 0;
}
.seo-link_heading p {
    color: #333;
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-shadow: 1px 0 0 #fff;
    padding: 4px 10px;
}
.seo-link_relation .inner {
    display: flex;
    justify-content: center;
    align-content: center;
}