/*各店舗用カスタマイズ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: #FF3300;
    }
    /*SP-ヘッダー部*/
    #area_header {
        border-bottom: 3px double #ccc;
        border-bottom: solid rgb(206, 206, 206) 2px;
        background: #FF3300;
    }
    /*SP-右メニュー*/
    #box_MenuSpPc #menu_MenuSpPc #nav_list .mb_link .txt_link {
        color: #ffffff;
    }
    #box_MenuSpPc #nav_content {
        background: #c52700;
    }
    #box_MenuSpPc #menu_MenuSpPc #nav_list .mb_link {
        border-bottom: 1px solid rgb(243, 243, 243);
        color: #ffffff;
    }
    /*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: 60px;
    }
    .menuSp--infoMenu .box--menuIcon .li--icon .box__txt {
        height: 100%;
    }
    /*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(255, 255, 255);
    }


    /*SP-TOPスライダー画像*/
    .box--slide .slide--main .dots__slide--main li button {
        background: rgb(182, 0, 0);
    }

    /*footer menu*/
    #box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn__link {
        display: block;
        width: 100%;
        line-height: 47px;
        text-align: center;
        color: var(--c_white);
        border-radius: 0px;
        margin: 0px auto;
    }
    #box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn--recruite {
        background-color: #ffffff;
        border: 1px solid var(--c_white);
        color: #333;
    }
    #box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn--tel {
        background-color: #14549d;
        border: 1px solid var(--c_white);
    }
    #box_menu_bottomSp .menu_bottomSp .li--menu_bottomSp a.btn--reserve {
        background-color: #000000;
        border: 1px solid var(--c_white);
    }
    .footer__MenuSp {
        background: #FF3300;
    }
}

