@charset "UTF-8";

.pc {
    display: block;
}

.sp {
    display: none;
}

/* ==============================================================
 price_タイトルアコーディオン
================================================================= */
.price_open.ac_ttl {
    position: relative;
    max-width: 300px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    margin: 1em auto;
    cursor: pointer;
}

.price_open.ac_ttl span {
    position: relative;
    display: inline-block;
    padding: 0.4em 0;
}

.price_open.ac_ttl span::before {
    position: absolute;
    content: "";
    right: -26px;
    top: 30%;
    transform: translate(10px, 10px);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
    transition: all 0.5s ease;
}

.price_open.ac_ttl.is-open span::before {
    transform: translateY(45%) rotate(-45deg);
}

/* ==============================================================
 price
================================================================= */

.balutao_price .price_table_area {
    margin-bottom: 40px;
}

.balutao_price .price_title {
    color: #fff;
}

.balutao_price .price_table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    border-radius: 0 0 4px 4px;
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
}

.balutao_price .price_table .price_title {
    font-size: 1.7rem;
    line-height: 1.3;
}

.balutao_price .price_table tbody {
    background: #fff;
    border: 1px solid #eaeaea;
}

.balutao_price .price_table .price {
    padding: 10px 0;
}

.balutao_price .price_table tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}

.balutao_price .price_table th,
.balutao_price .price_table td {
    text-align: center;
    font-weight: bold;
}

.balutao_price .price_table .attribute {
    font-size: 14px;
    padding: 6px 0;
    color: #333;
}

.balutao_price .price_table .price_width {
    width: 14%;
}

.balutao_price .price_table .wd {
    background-color: #fffab7;
    width: 10%;
}

.balutao_price .price_table .hd {
    background-color: #ffe2b7;
}

.balutao_price .price_table .bgHdp {
    /* background-color: #fff9f2; */
}

.balutao_price .price_table .price {
    font-size: 16px;
    width: 14%;
}

.balutao_price .price_table .weekHead {
    background-color: #ff98d4 !important;
}

.balutao_price .price_table .rowsHead {
    border-bottom: 2px solid #fff;
}

.balutao_price .price_table .bgHdp {
    background-color: transparent;
}

.balutao_price .s_table .drink-suggest {
    display: block;
    color: #fff;
    background-color: #7c6387;
    text-align: center;
}

.balutao_price .n_table .drink-suggest {
    display: block;
    color: #fff;
    background-color: #1795e9;
    text-align: center;
}

.balutao_price .s_table .price_table {
    border: 2px solid #7c6387;
    border-top: 0;
}

.balutao_price .n_table .price_table {
    border: 2px solid #1795e9;
    border-top: 0;
}

/* .balutao_price .s_table .price_name {
  background-color: var(--main-color);
} */
.balutao_price .s_table .price_time {
    color: #7c6387;
}

.balutao_price .s_table .attribute {
    background-color: #cdb6d6;
}

.balutao_price #Stime .price_title {
    background-color: #7c6387;
}

.balutao_price #Ntime .price_title {
    background-color: #1795e9;
}

.balutao_price .n_table .price_time {
    color: #1795e9;
}

.balutao_price .n_table .attribute {
    background-color: #c8e4f7;
}

.balutao_price table.drink_table .drink_name {
    position: relative;
    background-image: url(/shop/img/shop/bg_stripe_wh.svg);
}

.balutao_price table.drink_table .attribute {
    background-color: #e5e5e5;
}

.balutao_price table.drink_table .wd {
    background-color: #eec87b;
}

.balutao_price table.drink_table .hd {
    background-color: #f0ad9c;
}

.balutao_price table.drink_table .price {
    font-size: 1.6rem;
}

.balutao_price table.drink_table .weekHead {
    background-color: #ff98d4 !important;
}

.balutao_price table.drink_table .rowsHead {
    border-bottom: 2px solid #fff;
}

.balutao_price .fontPrice {
    display: inline-block;
    margin-left: 2px;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
}

.balutao_price .pricetable__wrapper,
.balutao_price .pricetable__wrapper--pressed {
    width: 100%;
}

.balutao_price .pricetable__wrapper--pressed {
    position: relative;
}

.balutao_price .pricetable__header {
    background: #fff;
    margin: 0;
    padding: 0.5em 1em;
    position: relative;
}

.balutao_price #Stime .pricetable__header {
    border: 2px solid #7c6387;
    border-bottom: 0;
    background-color: #fff;
    color: #7c6387;
    border-radius: 0;
}

.balutao_price #Ntime .pricetable__header {
    border: 2px solid #1795e9;
    border-bottom: 0;
    background-color: #fff;
    color: #1795e9;
}

.balutao_price .pricetimeW {
    font-size: 14px;
}

.balutao_price .pricetable__header .js-icon {
    margin-left: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.balutao_price .pricetable__header--smaller,
.balutao_price .pricetable__header .js-icon {
    display: inline-block;
    font-size: 75%;
    font-weight: 400;
    margin-left: 8px;
}

@media screen and (max-width: 568px) {
    .balutao_price .price_table .wd {
        background-color: #fffab7;
        color: #000;
    }
}

@media screen and (max-width: 979px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .balutao_price .price_table .btw,
    .balutao_price .price_table .price,
    .balutao_price .drink_table .btw {
        height: inherit;
        line-height: 1.2;
    }

    .balutao_price .price_table_area {
        margin-bottom: 1em;
    }

    .balutao_price .price_table th,
    .balutao_price .price_table td,
    .balutao_price .price_table .rowsHead,
    .balutao_price .drink_table th,
    .balutao_price .drink_table td,
    .balutao_price .drink_table .rowsHead {
        border: 1px solid #ccc;
    }
}

/* ------------------------------------------------------------ */
/* アコーディオン */
/* ------------------------------------------------------------ */
.ac_cnt {
    display: none;
}