.del_tit01 .icon_cal {
    display: inline-block;
    width: 1em;
    font-size: inherit;
    vertical-align: -0.2em
}

.txt_com01 .search {
    color: #720000
}

.txt_com01 .search::after {
    display: inline-block;
    width: 1em;
    aspect-ratio: 1/1;
    content: "";
    background: url(/images2026/common/icon_search_akacha.svg) center center/contain no-repeat;
    margin-left: .5em;
    vertical-align: -0.1em
}

.del_tabbtn_area {
    width: 100%;
    max-width: 785px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px
}

@media screen and (max-width: 767px) {
    .del_tabbtn_area {
        margin-bottom: 25px;
        display: block
    }
}

.del_tabbtn_area .del_tabbtn_wrap {
    width: 100%;
    box-sizing: border-box;
    border-right: dotted 4px #f9e99a;
    padding-right: 40px
}

@media screen and (max-width: 767px) {
    .del_tabbtn_area .del_tabbtn_wrap {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
        padding-right: 0px;
        border-right: none;
        border-bottom: dotted 2px #f9e99a;
        margin-bottom: 20px
    }
}

.del_tabbtn_area .del_tabbtn_wrap:last-child {
    border: none;
    padding-right: 0px;
    padding-left: 40px
}

@media screen and (max-width: 767px) {
    .del_tabbtn_area .del_tabbtn_wrap:last-child {
        padding-bottom: 0px;
        padding-left: 0px
    }
}

.del_tabbtn_area .del_tabbtn_wrap h4 {
    text-align: center;
    color: #ae1e24;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .del_tabbtn_area .del_tabbtn_wrap h4 {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.del_tabbtn_area .del_tabbtn_wrap h4::before {
    display: inline-block;
    content: "";
    width: 1.95em;
    aspect-ratio: 43/26;
    background: url(/images2026/common/bg_tit01.webp) center center/contain no-repeat;
    margin-right: .54em;
    vertical-align: -0.1em
}

.del_tabbtn_area .del_tabbtn_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.del_tabbtn_area .del_tabbtn_wrap ul li {
    width: 22.85%;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    background-color: #fdf8d9;
    border-radius: 5px;
    color: #720000;
    padding: 10px 0px;
    margin-right: 10px
}

@media screen and (max-width: 767px) {
    .del_tabbtn_area .del_tabbtn_wrap ul li {
        font-size: 12px
    }
}

.del_tabbtn_area .del_tabbtn_wrap ul li strong {
    font-size: 1.3em;
    display: block
}

.del_tabbtn_area .del_tabbtn_wrap ul li.cur {
    background-color: #ae1e24;
    color: #fff
}

.del_tabbtn_area .del_tabbtn_wrap ul li.none {
    background-color: #ccc;
    color: #999;
    cursor: default
}

.del_tabbtn_area .del_tabbtn_wrap ul li:nth-last-child(1) {
    margin-right: 0px
}

.deli_com {
    display: none;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto
}

.deli_com .deli_com_in {
    border: solid 24px #fdf8d9;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 30px
}

@media screen and (max-width: 1024px) {
    .deli_com .deli_com_in {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .deli_com .deli_com_in {
        margin-bottom: 15px;
        border-width: 12px;
        border-radius: 0px;
        border-right: none;
        border-left: none
    }
}

.deli_com.cur {
    display: block
}

.deli_com .tit01 {
    color: #ae1e24;
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .deli_com .tit01 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.deli_com .tit01 .sub {
    font-size: .5em;
    color: #720000;
    font-weight: 700;
    display: block
}

.deli_com .tit01 .wrap {
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    display: inline-block
}

.deli_com .tit01 .tit_img {
    width: 2.81em;
    position: absolute;
    left: calc(100% + .5em);
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .deli_com .tit01 .tit_img {
        position: static;
        transform: translate(0);
        display: block;
        margin: 0px auto
    }
}

.about_cal_area {
    margin-bottom: 65px
}

@media screen and (max-width: 767px) {
    .about_cal_area {
        margin-bottom: 30px
    }
}

.about_cal_area .about_cal_area_in {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 25px 35px;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 820px) {
    .about_cal_area .about_cal_area_in {
        padding: 10px;
        margin-bottom: 10px
    }
}

.about_cal_area .about_cal_area_in .txtBox01 {
    width: 43.79%
}

@media screen and (max-width: 820px) {
    .about_cal_area .about_cal_area_in .txtBox01 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px
    }
}

.about_cal_area .about_cal_area_in .txtBox01 .tit02 {
    font-size: 20px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    color: #a78536;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .about_cal_area .about_cal_area_in .txtBox01 .tit02 {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.about_cal_area .about_cal_area_in .txtBox01 dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #720000
}

@media screen and (max-width: 767px) {
    .about_cal_area .about_cal_area_in .txtBox01 dl {
        font-size: 13px
    }
}

.about_cal_area .about_cal_area_in .txtBox01 dl dt,
.about_cal_area .about_cal_area_in .txtBox01 dl dd {
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {

    .about_cal_area .about_cal_area_in .txtBox01 dl dt,
    .about_cal_area .about_cal_area_in .txtBox01 dl dd {
        margin-bottom: 0px
    }
}

@media screen and (max-width: 375px) {

    .about_cal_area .about_cal_area_in .txtBox01 dl dt,
    .about_cal_area .about_cal_area_in .txtBox01 dl dd {
        font-size: 11px
    }
}

.about_cal_area .about_cal_area_in .txtBox01 dl dt {
    width: 4.28em
}

.about_cal_area .about_cal_area_in .txtBox01 dl dt .icon {
    display: inline-block;
    width: 2.14em
}

.about_cal_area .about_cal_area_in .txtBox01 dl dt .icon.i {
    width: 1.92em
}

.about_cal_area .about_cal_area_in .txtBox01 dl dd {
    width: calc(100% - 4.28em)
}

.about_cal_area .about_cal_area_in .txtBox01 dl dd i {
    color: #ae1e24
}

.about_cal_area .about_cal_area_in .txtBox01 dl dd i.i {
    color: #019eac
}

.about_cal_area .about_cal_area_in .txtBox01 dl dd .cap {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.28em;
    color: #019eac
}

@media screen and (max-width: 375px) {
    .about_cal_area .about_cal_area_in .txtBox01 dl dd .cap {
        font-size: 13px
    }
}

.about_cal_area .about_cal_area_in .sample {
    width: 15.68%;
    box-sizing: border-box;
    background-color: #fff;
    border: solid 1px #ebd064;
    padding: 15px 5px;
    text-align: center;
    color: #720000;
    font-size: 16px
}

@media screen and (max-width: 820px) {
    .about_cal_area .about_cal_area_in .sample {
        width: 38%
    }
}

@media screen and (max-width: 767px) {
    .about_cal_area .about_cal_area_in .sample {
        font-size: 14px;
        padding: 5px
    }
}

.about_cal_area .about_cal_area_in .fukidashi {
    width: 36.33%;
    box-sizing: border-box;
    border: solid 1px #ebd064;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px
}

@media screen and (max-width: 820px) {
    .about_cal_area .about_cal_area_in .fukidashi {
        width: 57%
    }
}

@media screen and (max-width: 767px) {
    .about_cal_area .about_cal_area_in .fukidashi {
        padding: 10px
    }
}

.about_cal_area .about_cal_area_in .fukidashi::after,
.about_cal_area .about_cal_area_in .fukidashi::before {
    border: solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 100%;
    top: 50%
}

.about_cal_area .about_cal_area_in .fukidashi::after {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 0px;
    border-right-width: 8px;
    margin-top: -3px;
    border-right-color: #fff
}

.about_cal_area .about_cal_area_in .fukidashi::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 0px;
    border-right-width: 10px;
    margin-top: -5px;
    margin-right: 0px;
    border-right-color: #ebd064
}

.about_cal_area .about_cal_area_in .fukidashi .txt01 {
    font-size: 14px;
    font-weight: bold;
    font-weight: 700;
    color: #a78536;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .about_cal_area .about_cal_area_in .fukidashi .txt01 {
        font-size: 13px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 375px) {
    .about_cal_area .about_cal_area_in .fukidashi .txt01 {
        font-size: 12px
    }
}

.about_cal_area .about_cal_area_in .fukidashi dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 5px 0px
}

@media screen and (max-width: 820px) {
    .about_cal_area .about_cal_area_in .fukidashi dl {
        font-size: 12px
    }
}

@media screen and (max-width: 375px) {
    .about_cal_area .about_cal_area_in .fukidashi dl {
        font-size: 10px
    }
}

.about_cal_area .about_cal_area_in .fukidashi dl dt {
    font-weight: bold;
    font-weight: 700;
    color: #ae1e24;
    width: 6.07em
}

@media screen and (max-width: 767px) {
    .about_cal_area .about_cal_area_in .fukidashi dl dt {
        width: 4.07em
    }
}

.about_cal_area .about_cal_area_in .fukidashi dl dt.i {
    color: #019eac
}

.about_cal_area .about_cal_area_in .fukidashi dl dd {
    width: calc(100% - 6.07em);
    box-sizing: border-box;
    padding-left: 1em;
    text-indent: -1em;
    color: #733d09
}

@media screen and (max-width: 767px) {
    .about_cal_area .about_cal_area_in .fukidashi dl dd {
        width: calc(100% - 4.07em)
    }
}

.table-calendar__status {
    font-size: 14px;
    color: #720000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #faf8ed;
    border-radius: 6px;
    line-height: 1.3;
    padding: 5px 0px;
    margin-top: 5px;
    text-align: left
}

@media screen and (max-width: 820px) {
    .table-calendar__status {
        font-size: 11px;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .table-calendar__status {
        padding: 4px 0px;
        letter-spacing: -1px
    }
}

.table-calendar__status i {
    color: #ae1e24;
    margin-left: .2em
}

.table-calendar__status i.i {
    color: #019eac
}

.table-calendar__status::before {
    display: block;
    content: "";
    width: 1.42em;
    aspect-ratio: 20/14;
    background: url(/images2026/delivery/icon_deli.svg) center center/contain no-repeat;
    margin-right: .35em;
    flex-shrink: 0
}

@media screen and (max-width: 820px) {
    .table-calendar__status::before {
        width: 100%;
        max-width: 100%;
        height: 1em;
        aspect-ratio: none;
        margin: 0px auto;
        margin-bottom: 5px
    }
}

.table-calendar__status+.table-calendar__status::before {
    background-image: url(/images2026/delivery/icon_shop.svg);
    width: 1.21em;
    aspect-ratio: 17/16
}

@media screen and (max-width: 820px) {
    .table-calendar__status+.table-calendar__status::before {
        width: 100%;
        max-width: 100%;
        height: 1.14em;
        aspect-ratio: none
    }
}

.calendar__item {
    display: none
}

.calendar__item.cur {
    display: block
}

.tit_cal {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .tit_cal {
        margin-bottom: 15px
    }
}

.tit_cal span {
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .tit_cal span {
        font-size: 16px
    }
}

.tit_cal span strong {
    font-size: 1.45em;
    font-weight: 700;
    vertical-align: -0.1em
}

.tit_cal .ill_txt {
    display: none;
    color: #ae1e24;
    font-size: 13px;
    font-weight: bold;
    font-weight: 700;
    border: 1px solid #ae1e24;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 3px
}

@media screen and (max-width: 767px) {
    .tit_cal .ill_txt {
        font-size: 12px;
        padding: 5px 10px
    }
}

.tit_cal .ill_txt a {
    color: #ae1e24;
    text-decoration: underline;
    display: inline
}

.calendar__table {
    font-size: 17px;
    border-right: 1px solid #ebd064;
    border-top: 1px solid #ebd064;
    border-radius: 10px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .calendar__table {
        font-size: 15px;
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
        border-radius: 0px
    }
}

.calendar__table thead tr:nth-child(1) th:nth-child(1) {
    border-top-left-radius: 10px
}

@media screen and (max-width: 767px) {
    .calendar__table thead tr:nth-child(1) th:nth-child(1) {
        border-top-left-radius: 0px
    }
}

.calendar__table thead tr:nth-child(1) th:last-child {
    border-top-right-radius: 10px
}

@media screen and (max-width: 767px) {
    .calendar__table thead tr:nth-child(1) th:last-child {
        border-top-right-radius: 0px
    }
}

.calendar__table tbody tr:last-child td:nth-child(1) {
    border-bottom-left-radius: 10px
}

@media screen and (max-width: 767px) {
    .calendar__table tbody tr:last-child td:nth-child(1) {
        border-bottom-left-radius: 0px
    }
}

.calendar__table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px
}

@media screen and (max-width: 767px) {
    .calendar__table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 0px
    }
}

.calendar__table th,
.calendar__table td {
    padding: 15px 5px;
    box-sizing: border-box;
    color: #720000;
    line-height: 1.3;
    text-align: center;
    border-left: 1px solid #ebd064;
    border-bottom: 1px solid #ebd064;
    width: 14.2857142857%
}

@media screen and (max-width: 820px) {

    .calendar__table th,
    .calendar__table td {
        padding: 5px 2px
    }
}

.calendar__table th {
    background-color: #fcf4c6;
    font-weight: 500
}

.calendar__table td {
    background-color: #fff;
    font-weight: 500
}

.calendar__table tr td:nth-child(1),
.calendar__table .holiday {
    background-color: #fff1f1
}

.calendar__table tr td:nth-child(1) .table-calendar__status:nth-child(1),
.calendar__table .holiday .table-calendar__status:nth-child(1) {
    background-color: #fff
}

.calendar__table tr td:nth-last-child(1) {
    background-color: #e5f5f8
}

.calendar__table tr td:nth-last-child(1) .table-calendar__status:nth-child(1) {
    background-color: #fff
}

.cap_del01 a {
    display: inline;
    color: #ae1e24;
    text-decoration: underline
}

.cap_del01 strong {
    color: #ae1e24;
    font-weight: 500
}

.mb70 {
    margin-bottom: 70px
}

@media screen and (max-width: 767px) {
    .mb70 {
        margin-bottom: 35px
    }
}