@charset "UTF-8";

/* ================
article__header
================ */

.article__header {
    margin: 80px 3%;
}

.pagetopic__sub {
    color: var(--primary-orange);
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.pagetopic {
    color: #000;
    text-align: center;
    font-size: 4.5rem;
}

.pagecopy {
    color: var(--primary-black);
    text-align: center;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.9;
    margin-top: 20px;
}

/* article_header sp */
@media screen and (max-width: 768px) {
    .article__header {
        margin: 40px 8%;
    }

    .pagetopic__sub {
        font-size: 1.4rem;
    }

    .pagetopic {
        color: #000;
        text-align: center;
        font-size: 3.2rem;
    }

    .pagecopy {
        font-size: 1.4rem;
        line-height: 1.7;
    }
}

/* sp 768px */

/* ================
fee
================ */

.section__fee {
    margin: 80px 3%;
}

.info__fee {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
}

.fee__list {
    width: 500px;
    height: 442px;
    background-color: var(--primary-white);
    border-radius: 40px;
    border: 2px solid var(--primary-black);
    box-shadow: 10px 10px 0px 0px var(--primary-black);
    text-align: center;
    position: relative;
}

.fee__list::before {
    content: '';
    background-color: var(--primary-orange);
    width: 390px;
    height: 17px;
    position: absolute;
    left: 55px;
    top: -2px;
}


.fee_contents {
    margin: 47px 40px 30px;
}

.fee__title {
    color: var(--primary-orange);
    text-align: center;
    font-size: 2.8rem;
}

.fee__explain {
    color: var(--primary-black);
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--primary-black);
}

.fee__text {
    margin-top: 18px;
}

.fee__day {
    display: inline-block;
    text-align: left;
    color: var(--primary-black);
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 0 10%;
    position: relative;
}

.fee__day span {
    margin-left: 7px; 
}

.fee__day::before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/timeIcon.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 10%;
}

.fee__game {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.fee__count {
    display: inline-block;
    color: var(--primary-black);
    font-size: 2.3rem;
    line-height: 100%;
}

.fee__fee {
    display: inline-block;
    margin-left: 10px;
    color: var(--primary-black);
    font-size: 5.8rem;
    font-weight: 900;
    line-height: 100%;
}

.fee__fee span {
    color: var(--primary-black);
    font-size: 3rem;
    line-height: 100%;
    vertical-align: 0.1em;
}

.fee__note {
    color: var(--primary-black);
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 15px;
}

.fee__attention {
    color: var(--primary-orange);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
}

/* article_header sp */
@media screen and (max-width: 768px){

    .section__fee {
        margin: 40px auto;
    }

    .info__fee {
        margin: 0 8%;
        gap: 30px;
    }

    .fee__list {
        min-width: 315px;
        width: 84%;
        height: auto;
        box-shadow: 6px 6px 0px 0px var(--primary-black);
    }

    .fee__list::before {
        max-width: 200px;
        width: 63%;
        height: 10px;
        left: 50%;
        transform: translate(-50%,0);
    }

    .fee_contents {
        margin: 28px 7% 30px;
    }

    .fee__title {
        font-size: 2rem;
    }
    
    .fee__explain {
        font-size: 1.4rem;
        margin-top: 10px;
        padding-bottom: 13px;
    }

    .fee__text {
        margin-top: 15px;
    }

    .fee__day {
        margin: 0 0 0 5%;
        display: inline-block;
        text-align: left;
        font-size: 1.4rem;
    }

    .fee__day::before {
        /* width: 20x; */
        height: 20px;
        left: -30px;
        top: 5%;
    }

    .fee__count {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .fee__game {
        margin-top: 6px;
    }

    .fee__fee {
        font-size: 4.3rem;
    }

    .fee__fee span {
        font-size: 2rem;
    }

    .fee__note {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 10px;
    }

    .fee__attention {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}
/* sp 768px */

/* ================
fee02
================ */

.fee__weekdays {
    display: inline-block;
    padding: 2px 0;
    margin-bottom: 8px;
    width: 214px;
    margin-top: 15px;
    color: var(--primary-black);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: var(--primary-maincolor);
    border-radius: 20px;
}

.fee__miniCount {
    display: inline-block;
    color: var(--primary-black);
    text-align: center;
    font-size: 2.2rem;
    line-height: 100%;
    margin-right: 10px;
}

.fee__gameWeekdays {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-black);
}

.fee__miniFee {
    display: inline-block;
    color: var(--primary-black);
    text-align: center;
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 100%;
}

.fee__miniFee span {
    color: var(--primary-black);
    font-size: 1.7rem;
    line-height: 100%;
    vertical-align: 0.2em;
}

/* fee02 sp */
@media screen and (max-width: 768px){

    .fee__weekdays {
        padding: 2px 0;
        margin-bottom: 5px;
        font-size: 1.6rem;
        border-radius: 20px;
    }

    .fee__miniCount {
        font-size: 1.6rem;
    }

    .fee__miniFee {
        font-size: 3.6rem;
    }

    .fee__miniFee span {
        vertical-align: 0.1em;
    }
    
}
/* sp 768px */

/* ================
fee03
================ */

.fee__list--long {
    height: 524px;
}

.fee__gest {
    margin-top: 15px;
}

.fee__note--free {
    color: var(--primary-black);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
}

.fee__freegame {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.fee__freegame .fee__gameWeekdays:last-of-type {
    margin-left: 30px;
}

/* fee03 sp */
@media screen and (max-width: 768px){

    .fee__list--long {
        height: auto;
    }

    .fee__gest {
        margin-top: 10px;
    }

    .fee__note--free {
        margin-top: 5px;
        font-size: 1.4rem;
    }

    .fee__freegame {
        display: block;
        margin-top: 5px;
    }

    .fee__freegame .fee__gameWeekdays:last-of-type {
        margin: 5px 0 0 0;
    }
    
}
/* sp 768px */

/* ================
fee04
================ */

.fee__floar {
    margin-top: 10px;
}

/* fee03 sp */
@media screen and (max-width: 768px){
    .fee__gameMini .fee__miniCount:first-of-type {
        vertical-align: 5px;
    }
}

/* sp 768px */

/* ================
fee05
================ */
.fee__great {
    color: var(--primary-black);
    text-align: center;
    font-size: 2rem;
}

/* fee03 sp */
@media screen and (max-width: 768px){
    .fee__great {
        font-size: 1.6rem;
    }

    .fee__gameMini {
        margin-top: 5px;
    }
}

/* ================
syestem
================ */

/* .section__system {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px 3%;
} */