@charset "UTF-8";

/* 営業・料金のCSS */

.time_inner {
    margin-right: 3rem;
    text-align: left;
}

.time_title {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #055d8b;
    margin-bottom: 2rem;
}

.time_text {
    font-weight: bold;
    font-size: 24px;
}

.timetext_box {
    line-height: 3rem;
}

.timetext_box span {
    font-size: small;
}

.price_title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
    letter-spacing: 0.08em;
}

.price_table {
    width: 100%;
    margin-bottom: 20px;
}

.price_head,
.price_body {
    padding: 20px;
    border: 1px solid #eee;
    text-align: center;
}

.price_head {
    background-color: #d6e8fa;
}

.shop_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #fff;
}

.shop_text p {
    color: #fff;
    font-size: 2rem;
}

.calender img {
    width: 650px;
    max-width: 100%;
}

@media screen and (max-width: 599px) {

    th,
    td {
        display: block;
    }

    .time_inner {
        margin-right: 0;
        margin-bottom: 2rem;
    }
}