@charset "utf-8";
/* ****************************************************************************
- MEMO -
--------Setting/共通設定--------
________Font Setting/フォント設定________

--------Layout/レイアウト--------
________wrapper________

________article_bgVisual________
________area_header________
________box__row________
________area_main________
________area_ttl________
________area_contents________
________section_main________
________section_profileData________
________section_gravure________
________section_slide________
________section_diary________
________section_review________
________section_movie________
________section_schedule________
________section_sns________
________section_qanda________
________section_OwnerCome________
________section_salesPoint________
________area_footer________

--------Parts/パーツ--------
________wrapper________
________area_header________
________article_mainVisual________
________area_main________
________section_main________
________area_side________
________area_footer________

@media screen and (min-width: 769px) { } 【タブレット縦以上】※breakpoint
*****************************************************************************/

/*________wrapper________*/
/*背景画画像設定*/
.page_fixMainvisual #wrapper:before {
    /* background: url("../image/sp_bg.jpg") center no-repeat;
    background-size: cover; */
    background-color: rgb(255, 255, 255, 1)
}

/*________article_bgVisual________*/

.page_scheduleGirl #article_bgVisual {
    z-index: 0;
    position: fixed;
    top: 0;
}

.page_scheduleGirl #article_bgVisual,
.page_scheduleGirl #article_bgVisual #article_bgVisual--in,
.page_scheduleGirl #article_bgVisual #article_bgVisual--in .box_img,
.page_scheduleGirl #article_bgVisual #article_bgVisual--in .box_img img {
    height: 100vh;
    min-height: 80vh;
    z-index: 0;
}

.page_scheduleGirl #article_bgVisual #article_bgVisual--in .box_img img {
    object-fit: cover;
    object-position: left top;
}

@media only screen and (min-width : 769px) {

    .page_scheduleGirl #article_bgVisual,
    .page_scheduleGirl #article_bgVisual #article_bgVisual--in,
    .page_scheduleGirl #article_bgVisual #article_bgVisual--in .box_img,
    .page_scheduleGirl #article_bgVisual #article_bgVisual--in .box_img img {
        height: 100vh;
        min-height: 600px;
        width: 100%;
    }
}


/*________area_header________*/
@media only screen and (min-width : 769px) {
    .page_scheduleGirl #area_header {
        position: relative;
        opacity: 1;
        background: none;
        border: none;
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px
    }

    .page_scheduleGirl #area_header #area_header--in {
        position: relative;
    }

    .page_scheduleGirl #area_header #logo_home #logo_home--link {
        width: 340px;
    }
}


/*________box__row________*/
.page_scheduleGirl .box_row {
    /* margin-top: 60px; */
    z-index: 2;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .box_row {
        margin-top: 0;
    }
}

.page_scheduleGirl .box_row .box_row--in {
    width: 100%;
    margin: 0 auto 0 auto;
    margin-top: 60px;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .box_row .box_row--in {
        padding-top: 0.5em;
        margin-top: 0;
    }
}


/*________area_main________*/
.page_scheduleGirl #area_main {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl #area_main {
        /* width: 71.4%; */
        width: 100%;
        /* max-width: 1000px; */
        margin-bottom: 2em;
    }
}

.page_scheduleGirl #area_main--in {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl #area_main--in {
        background: rgba(255, 255, 255, 1);
        border-radius: 10px 10px 10px 10px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}


/*________area_ttl________*/
.page_scheduleGirl .area_ttl {
    position: relative;
    z-index: 1;
    width: 100%;
    /* background: rgba(255, 109, 231, 0.5) */
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .area_ttl {
        background: none;
    }
}

.page_scheduleGirl .area_ttl--in {
    position: relative;
    padding-bottom: 0.25em;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .area_ttl--in {
        padding-top: 1em;
    }
}

/*________area_tab________*/
.page_scheduleGirl .area_tab {
    width: 100%;
    /* padding-bottom: 1em; */
    border-bottom: 1px solid rgb(112, 112, 112);
    /* background: rgba(255, 109, 231, 0.5) */
}

.page_scheduleGirl .area_tab--in {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .area_tab {
        background: none;
    }
}

/*タブ　日付でみるor週間でみる*/
.page_scheduleGirl .tab--dayWeek {
    width: 100%;
    max-width: 12em;
    margin: 1em auto 1em auto;
}

.page_scheduleGirl .tab--dayWeek .li {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 0.5em 0.5em;
    border-radius: 0.25em 0.25em;
    cursor: pointer;
}

.page_scheduleGirl .tab--dayWeek .li_day {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page_scheduleGirl .tab--dayWeek .li_week {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page_scheduleGirl .tab--dayWeek .li--on {
    background-color: #545b62;
    border-color: #4e555b;
}

/*表示ボックス　日付でみるand週間でみる*/
.page_scheduleGirl .box_listGirl {
    display: none;
}

.page_scheduleGirl .box_listGirl--now {
    display: block;
}





/*________area_contents________*/



/*________section_main________*/
/*配置順設定*/
.page_scheduleGirl .section_main {
    position: relative;
    width: 100%;
}

.page_scheduleGirl .section_main .section_inner {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

/* @media only screen and (min-width : 769px) {
    .page_scheduleGirl .section_main .section_inner {
        width: 100%;
    }
} */


/*女性一覧*/
.page_scheduleGirl .box_listGirl .list_girl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_scheduleGirl .box_listGirl .list_girl .box_girl {
    position: relative;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .box_listGirl .list_girl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}


.page_scheduleGirl .box_listGirl {
    width: 100%;
}

.page_scheduleGirl .box_listGirl .list_girl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_scheduleGirl .box_listGirl .li_girl {
    margin-bottom: 0.5em;
}

/*写真*/
.page_scheduleGirl .box_listGirl .box_girl--photo {
    position: relative;
}

.page_scheduleGirl .box_listGirl .box_girl--photo .box_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page_scheduleGirl .box_listGirl .box_girl--photo img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

/*アイコン　ランキング*/
.page_scheduleGirl .box_listGirl .list_girl .icon_list--rank {
    position: absolute;
    max-height: none;
    z-index: 999;
    width: 35%;
    max-width: 80px;

    position: absolute;
    right: 2px;
    bottom: 2px;
}

@media only screen and (min-width : 769px) {

    .page_scheduleGirl .box_listGirl .list_girl .icon_list--rank {
        position: absolute;
        left: 10px;
        bottom: 24px;
        margin-left: 0;
        max-height: none;
        z-index: 999;
    }
}

.page_scheduleGirl .box_listGirl .list_girl .icon_list--new {
    display: block;
    position: absolute;
    width: 20%;
    max-width: 15px;
    top: 5px;
    left: 5px;
}

.page_scheduleGirl .box_listGirl .list_girl .icon_list--new img {
    width: 100%;
}

/*テキスト*/
.page_scheduleGirl .box_listGirl .list_girl .box_girl--inf {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgb(255 253 253 / 71%);
    color: var(--c_blk);
    text-align: left;
    padding: 0.25em;
    line-height: 1;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .box_listGirl .list_girl .box_girl--inf {
        background-color: rgb(0, 0, 0, 0.7);
        color: var(--c_white);
    }
}


.page_scheduleGirl .box_listGirl .box_girl--inf .box_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

/*-テキスト-デフォルト-*/
.page_scheduleGirl .box_listGirl .box_girl--inf .txt {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: var(--fs_n);
    line-height: 1.1em;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .box_listGirl .box_girl--inf .txt {
        font-size: var(--fs_s);
        line-height: 1.2em;
    }

    .page_scheduleGirl .box_listGirl .box_girl--inf .txt--name {
        font-size: var(--fs_n);
    }
}

.page_scheduleGirl .box_listGirl .box_girl--inf .txt--name--age {
    display: block;
}



.page_scheduleGirl .box_listGirl .box_girl--inf .txt--name,
.page_scheduleGirl .box_listGirl .box_girl--inf .txt--age {
    display: inline;
}

.page_scheduleGirl .box_listGirl .box_girl--inf .txt--attend {
    color: rgba(128, 128, 253, 1) !important;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: -2;
    order: -2;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .box_listGirl .txt--attend {
        display: block;
        /* color: var(--c_red); */
        color: rgb(255, 255, 255);
        font-size: var(--fs_n);
        text-align: center;
        border-radius: 0.25em;
        border: solid 1px rgba(128, 128, 128, 1);
        padding: 5px;
        margin-bottom: 0.25em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: rgba(128, 128, 253, 1);
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

/*テキストエリア背景画像*/
.page_scheduleGirl .box_listGirl .box_girl--inf.bg_line_00 {
    background: none;
    background-color: rgb(0, 0, 0, 0) !important;
    background: url("../image/parts/bg_line_00.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: top center;
    background-size: cover;
    padding: 3em 0.5em 0.5em 0.5em !important;
}

@media only screen and (min-width : 769px) {
    .page_scheduleGirl .box_listGirl .box_girl--inf.bg_line_00 {
        padding: 4em 0.5em 0.5em 0.5em !important;
    }
}


.page_scheduleGirl .box_listGirl .box_girl--inf.bg_line_00 .box_txt {
    min-height: 2em;
    background: rgba(255, 255, 255, 0.4);
    max-height: 8em;
    overflow: hidden;
}



.page_scheduleGirl .box_listGirl .box_girl--inf.bg_line_00 .txt {
    color: rgb(49, 49, 49);
}


/*アイコン（プロフィールページ掲載内容)*/
.page_scheduleGirl .box_listGirl .box_girl--inf .iconData {
    border: solid 1px #ff0000;
    background: #ffffff;
    line-height: 1.5em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    color: #ff0000;
    /* color: rgba(255, 255, 255); */
    font-size: var(--fs_ss);
    letter-spacing: 0.05em;
    display: inline-block;
}


/*週間で見る*/
.page_scheduleGirl .box_listGirl_week .list_girl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_scheduleGirl .box_listGirl_week .li_girl {
    width: 100%;
    margin-bottom: 10px;
}

.page_scheduleGirl .box_listGirl_week .data--schedulPhoto,
.page_scheduleGirl .box_listGirl_week .data--scheduleWeek {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_scheduleGirl .box_listGirl_week .data--schedulPhoto {
    width: 20%;
}


.page_scheduleGirl .box_listGirl_week .data--scheduleWeek {
    width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page_scheduleGirl .box_listGirl_week .data--schedulPhoto dt {
    width: 100%;
}

.page_scheduleGirl .box_listGirl_week .data--scheduleWeek dd {
    width: 25%;
}

.page_scheduleGirl .box_listGirl_week dt,
.page_scheduleGirl .box_listGirl_week dd {
    box-shadow: 0 0 1px #0000ff;
    text-align: center;
    background: white;
    font-size: var(--fs_s);

    /* width:25%; */

    /* width: 12.5%; */
}

@media only screen and (min-width : 769px) {

    .page_scheduleGirl .box_listGirl_week dt,
    .page_scheduleGirl .box_listGirl_week dd {
        font-size: var(--fs_n);
        /* width: 12.5%; */
    }
}



.page_scheduleGirl .box_listGirl_week .box--pofile,
.page_scheduleGirl .box_listGirl_week .box--day {
    border-bottom: 1px solid #9999ff96;
    background-color: #e4f2fa;

    height: 2em;
    line-height: 1em;
    padding: 0.5em;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    word-break: break-all;

    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.page_scheduleGirl .box_listGirl_week .box--day .txt--sun {
    color: red;
}
.page_scheduleGirl .box_listGirl_week .box--day .txt--sat {
    color: #0073b7;
}

@media only screen and (min-width : 769px) {

    .page_scheduleGirl .box_listGirl_week .box--pofile,
    .page_scheduleGirl .box_listGirl_week .box--day {
        height: 4em;
        height: auto;
        padding: 0;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.page_scheduleGirl .box_listGirl_week .box--img,
.page_scheduleGirl .box_listGirl_week .box--time {
    line-height: 1em;
    /* height: 100%; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.25em;
    padding-right: 0.25em;

    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
}

.page_scheduleGirl .box_listGirl_week .box--img {
    padding: 0;
}

@media only screen and (min-width : 769px) {

    .page_scheduleGirl .box_listGirl_week .box--img,
    .page_scheduleGirl .box_listGirl_week .box--time {
        line-height: 1.25em;
        /* height: 150px; */
        padding: auto;
    }

    .page_scheduleGirl .box_listGirl_week .box--img__in {
        width: 80%;
    }
}