/*各店舗用カスタマイズCSS*/
@charset "UTF-8";
body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif!important;
}

/*PC-SP-写メ日記丸解除*/
.box_listDiary .list_diary .box_diary--photo .box_img {
    border-radius: unset;
}
/*写メ日記*/
.page_diary_list .main_diary .list_diary .box_diary--photo .box_img {
    border-radius: unset;
}

/*SP-PC ENTERボタン装飾*/
.page_enter .box_area_main--in .list_bt .li_bt {
    border-radius: 0;
    box-shadow: none;
}
.page_enter .box_area_main--in .list_bt .li_btLeave,
.page_enter .box_area_main--in .list_bt .li_btEnter {
    background: #fff;
    border: none;
}
.page_enter .box_area_main--in .list_bt .li_btLeave .txt .txt_jp,
.page_enter .box_area_main--in .list_bt .li_btEnter .txt .txt_jp {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.page_enter .box_area_main--in .list_bt .li_btEnter .txt_en {
    font-family: Georgia;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 30px;
    color: #03a9f4;
}
.page_enter .box_area_main--in .list_bt .li_btLeave .txt_en {
    font-family: Georgia;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 30px;
}
/*写メ日記list装飾*/
.page_diary_list .main_diary .list_diary .li_diary:nth-child(2n) {
    background: #e4e4e4a6;
}

@media only screen and (min-width : 769px) {
    /*見出し帯装飾*/
    .ttl_section .box_txt {
        color: var(--c_pink);
    }

    .ttl_section .ttl_line {
        background: -moz-linear-gradient(top, rgb(252, 181, 201) 0%, rgb(253, 120, 165) 51%, rgb(253,130, 171) 98%, rgb(253, 114, 161) 100%);
        background: -webkit-linear-gradient(top, rgb(252, 181, 201) 0%, rgb(253, 120, 165) 51%, rgb(253,130, 171) 98%, rgb(253, 114, 161) 100%);
        background: linear-gradient(to bottom, rgb(201, 63, 226,  67%) 0%, rgb(253, 119, 165) 51%, rgb(222, 49, 177) 98%, rgb(253, 110, 159) 100%);
    }

    /*ENTER装飾*/
    .page_enter .box_area_main--in .list_bt .li_btLeave .txt_en,
    .page_enter .box_area_main--in .list_bt .li_btEnter .txt_en {
        font-size: 1.9rem;
        line-height: 54px;
    }

}

/*SPエリア*/
@media only screen and (max-width : 768px) {
    /*SP-TOPエリア削除によるマージン調整*/
    #article_mainSlide {
        margin-top: 60px;
    }

    /*SP-見出し装飾*/
    .ttl_section {
        background: #2d2d2d;
    }
    /*SP-ヘッダー部*/
    #area_header {
        border-bottom: 3px double #ccc;
        border-bottom: solid rgb(206, 206, 206) 2px;
        background: #ffffff;
    }
    /*SP-右メニュー*/
    #box_MenuSpPc #menu_MenuSpPc #nav_list .mb_link .txt_link {
        color: #333;
    }
    #box_MenuSpPc #nav_content {
        background: #ffffff;
    }
    #box_MenuSpPc #menu_MenuSpPc #nav_list .mb_link {
        border-bottom: 1px solid rgb(146 146 146);
        color: #868686;
    }
    /*SP-ranking*/
    .section--rank .btnCom--link {
        background: #929292;
    }
    
    /*SP-プロフィール*/
    #box_ttl_profile .list_box .li_box--data .txt--name {
        color: unset;
    }
    #box_ttl_profile .list_box .li_box--data .txt {
        font-size: unset;
    }
    .page_profile .section_profileData .list_profileData .ttl, .page_profile .section_profileData .list_profileData .txt {
        font-size: unset;
    }
    .page_profile .box_schedule .data--scheduleWeek li .txt {
        font-size: unset;
    }
    .girls-q {
        font-size: unset;
    }
    .page_profile .box_salesP .li_salesP .box--txt {
        width: auto;
        padding: 0.5em;
        font-size: unset;
    }
    /*SP-TOPアイコンメニュー*/
    .menuSp--infoMenu .box--menuIcon .li--icon {
        margin-bottom: 0.1em;
    }
    .menuSp--infoMenu .box--menuIcon .li--icon>a {
        padding-top: 90px;
        background: #2d2d2d;
    }
    .menuSp--infoMenu .box--menuIcon .li--icon .box__txt {
        height: 100%;
    }
    /* サブ非表示（1行）時もタイル内で縦位置が破綻しないよう調整（色・背景はこの店舗既定のまま） */
    .menuSp--infoMenu .box--menuIcon .li--icon .txt--main {
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
    }
    .menuSp--infoMenu .box--menuIcon .li--icon .txt--main.is-multiline {
        top: 50%;
        margin-top: 0;
        transform: translateY(-50%);
    }
    /*SP-ttl装飾変更*/
    .ttl_section .ttl_txt {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 70%;
    }
    /*Sp-Footer求人装飾*/
    #box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn--map {
        background-color: #e91e63;
    }
    #btn_MenuSpPc .box_line .list_line .line {
        background: rgb(109, 109, 109);
    }

    /*SP-TOPスライダー画像（ドット色はヘッダーラインと同系のグレーで統一） */
    .box--slide .slide--main .dots__slide--main li button {
        background: rgb(109, 109, 109);
    }

    /* footer メニュー：ボタン形状・配置のみ（背景色・文字色は共通CSSのまま） */
    #box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn__link {
        display: block;
        width: 100%;
        line-height: 47px;
        text-align: center;
        border-radius: 0px;
        margin: 0px auto;
    }
    #article_bgVisual,
    .page_listGirl #article_bgVisual {
        width: 100%;
    }
}

/* 背景画像上の白半透明（style_all_new.css と同等／west-com と同様に店舗CSSで明示） */
#article_mainVisual .box_mainVisual .box_mainVisual--in::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#article_bgVisual--in .box_img picture::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* SPのみ：ヘッダー帯が白のため MAP（アイコン + 文言）を #333 に（共通の #fff は !important なし／読込順で上書き） */
@media only screen and (max-width: 768px) {
    .header_map_link_sp,
    .header_map_link_sp:hover,
    .header_map_link_sp:active {
        color: #333;
    }
    .lang_icon.header_map_icon {
        color: #333;
    }
    /* .lang_text 単体指定（共通CSSの #fff）より具体性を上げる */
    .lang_icon.header_map_icon .lang_text {
        color: #333;
    }
}

