@charset "UTF-8";

#schedule + div table tr:nth-child(1) td {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.widget_shop01 .inner_item_txt {
    display: flex;
    flex-wrap: wrap;
}
.widget_shop01 .inner_item_txt > * {
    width: 100%;
}
.widget_shop01 .inner_item_txt .heading.block_header_4 {
    order: 1;
}
.widget_shop01 .inner_item_txt .heading.block_header_4 h3.h {
    font-family: serif;
}
.widget_shop01 .inner_item_txt dl:nth-of-type(1) {
    order: 3;
}
.widget_shop01 .inner_item_txt dl:nth-of-type(2) {
    order: 4;
}
.widget_shop01 .inner_item_txt dl:nth-of-type(3) {
    order: 5;
}
.widget_shop01 .inner_item_txt dl:nth-of-type(4) {
    order: 6;
}
.widget_shop01 .inner_item_txt dl:nth-of-type(5) {
    order: 7;
}
.widget_shop01 .inner_item_txt dl:nth-of-type(6) {
    order: 2;
    border: none;
}