@charset "utf-8";
/* CSS Document */

.girlList {
    display: flex;
    flex-wrap: wrap;
}
.girlList .girlListItem {
}
.girlList .girlLink {
    display: block;
    position: relative;
}
.girlList .girlImage {
    object-fit: cover;
}

/* 即嬢 */
.girlList .todayFlagBox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.girlList .todayFlag {
    color: #fff;
    text-align: center;
}
.girlList .active {
}
/* 即嬢 待機中 */
.girlList .todayFlag.waiting {
    background: var(--mainColor08);
}
/* 即嬢 接客中 */
.girlList .todayFlag.warking {
    background: var(--secondaryColor09);
}

.girlList .girlData {
    font-family: 'Josefin Sans', 'Kiwi Maru', serif;
}
.girlList .girlName {
    color: var(--textColor);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.girlList .girlSize {
    font-family: var(--fontEn);
    color: var(--textColor);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*出勤で使用*/
.girlList .girlSchedule {
    color: #fff;
    text-align: center;
    background: var(--secondaryColor);
    border-radius: 100px;
}

/*即嬢で使用*/
.girlList .girlSokuhime {
    text-align: center;
    background: #ffead5;
}

/*新人で使用*/
.girlList .girlDate {
    color: #fff;
    text-align: center;
    background: var(--secondaryColor);
    border-radius: 100px;
}

.girlList .girlSokuhime span {
}
.girlList .girlData_flagBox {
}


@media screen and (min-width: 768px) {
    .girlList .girlListItem {
        width: 234px;
        margin: 0 5px 22px;
    }
    .girlList .girlLink {
        margin-bottom: 6px;
    }
    .girlList .girlImage {
        width: 234px;
        height: 312px;
    }

    /* 即嬢 */
    .girlList .todayFlagBox {
    }
    .girlList .todayFlag {
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0;
    }
    .girlList .active {
    }
    /* 即嬢 待機中 */
    .girlList .todayFlag.waiting {
    }
    /* 即嬢 接客中 */
    .girlList .todayFlag.warking {
    }

    .girlList .girlData {
        margin: 0 2px 5px;
    }
    .girlList .girlName {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 4px;
        padding: 0 2px;
    }
    .girlList .girlSize {
        font-size: 16px;
        line-height: 1.2;
    }

    /*出勤で使用*/
    .girlList .girlSchedule {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 30px;
        font-size: 18px;
        margin: 3px auto 0;
    }

    /*即嬢で使用*/
    .girlList .girlSokuhime {
        font-size: 18px;
        padding: 2px 0;
    }

    /*新人で使用*/
    .girlList .girlDate {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 30px;
        font-size: 18px;
        margin: 0 auto;
    }

    .girlList .girlSokuhime span {
    }
    .girlList .girlData_flagBox {
        display: flex;
        justify-content: center;
        height: 40px;
    }
    .girlList .girlData_flagBox .flag {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 1.05;
        font-weight: 300;
        margin: 0 1px;
        padding-top: 3px;
    }
    .girlList .girlData_flagBox .flag .tracking {
        letter-spacing: -0.225em;
    }
}

@media all and (max-width: 767px) {
    .girlList .girlListItem {
        width: 32.66%;
        margin-bottom: 6%;
    }
    .girlList .girlListItem:nth-child(3n+2) {
        margin-right: 1%;
        margin-left: 1%;
    }
    .girlList .girlLink {
        margin-bottom: 1.5vw;
    }
    .girlList .girlImage {
        display: block;
        width: 31.2vw;
        height: 41.6vw;
        margin: auto;
    }

    /* 即嬢 */
    .girlList .todayFlagBox {
    }
    .girlList .todayFlag {
        font-size: 2.67vw;
        font-weight: bold;
        padding: 0.5vw 0;
    }
    .girlList .active {
    }
    /* 即嬢 待機中 */
    .girlList .todayFlag.waiting {
    }
    /* 即嬢 接客中 */
    .girlList .todayFlag.warking {
    }

    .girlList .girlData {
        margin-bottom: 1.0vw;
    }
    .girlList .girlName {
        font-size: 3.5vw;
        line-height: 1.2;
        margin-bottom: 0.25vw;
        padding: 0 0.5vw;
    }
    .girlList .girlSize {
        font-size: 2.5vw;
        line-height: 1.2;
        margin-bottom: 1vw;
    }

    /*出勤で使用*/
    .girlList .girlSchedule {
        font-size: 3vw;
        line-height: 1.2;
        margin: 0 0.5vw;
        padding: 0.75vw 0;
    }

    /*即嬢で使用*/
    .girlList .girlSokuhime {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 7.5vw;
        font-size: 3vw;
        line-height: 1.2;
        margin: 0 0.5vw;
    }

    /*新人で使用*/
    .girlList .girlDate {
        font-size: 3vw;
        line-height: 1.2;
        margin: 0 0.5vw;
        padding: 0.75vw 0;
    }

    .girlList .girlSokuhime span {
        display: block;
    }
    .girlList .girlData_flagBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .girlList .girlData_flagBox .flag {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 7.0vw;
        height: 6.0vw;
        font-size: 2.25vw;
        font-weight: 400;
        line-height: 1.1;
        margin: 0 0.1vw 1%;
        padding-top: 0.5vw;
    }
    .girlList .girlData_flagBox .flag:nth-child(3n+2) {
        margin-right: 1%;
        margin-left: 1%;
    }
    .girlList .girlData_flagBox .flag .tracking {
        letter-spacing: -0.15em;
    }
}
