@charset "utf-8";




.price_page .wrap {
    width: 80%;
    margin: auto;
}

.price_page dl {
    margin-bottom: 15px;
}

.price_page dt,
.price_page dd {
    padding: 1em;
}

.price_page dt {
    width: 12em;
    text-align: center;
    font-size: 1.25rem;
}

.price_page dd {
    width: calc(100% - 16em);
}

.price_page dd span.ball {
    font-size: 1.35rem;
    margin: 0 1em;
}

.price_page .weekday,
#top_price .weekday {
    background: #B6D6DB;
}

.price_page .holiday,
#top_price .holiday {
    background: #FFC0BE;
}

.price_page .box04 dt,
.price_page .box04 dd {
    padding: 1em;
}

.price_page .box04 dt {
    width: 44%;
    background: #D9D9DA;
    font-size: 1rem;
    font-weight: bold;
}

.price_page .box04 dd:nth-of-type(1) {
    width: 36%;
    background: #e6e6e7;
    text-align: center;
}

.price_page .box04 dd:nth-of-type(2) {
    width: 20%;
    text-align: center;
    background: #fafaff;
}



@media (max-width: 599px) {

    .price_page .wrap {
        width: 90%;
    }

    .price_page dt,
    .price_page dd,
    .price_page .box04 dt,
    .price_page .box04 dd:nth-of-type(1),
    .price_page .box04 dd:nth-of-type(2) {
        width: 100%;
    }

    .price_page dt {
        border-bottom: 1px dashed #fff;
        text-align: center;
        font-size: 1.125rem;
    }

    .price_page dd {
        text-align: center;
    }

    .price_page dd span.ball {
        font-size: 1.25rem;
        margin: 0 .5em;
    }

    .price_page .box03 dd span {
        text-align: left;
    }

}

.price_list {
    margin: 0 0 3em;
}

.price_list h3 {
    font-size: 1.3em;
    text-align: left;
    border-bottom: dotted 2px;
    font-weight: bold;
}