.guide_container img {
    width: auto;
    max-width: 600px;
}

.guide_heading {
    font-size: 2.2rem;
    padding-bottom: 3.2rem;
}

.guide_section:not(:last-child) {
    padding-bottom: 6rem;
}

.guide_section + .guide_section {
    padding-top: 4rem;
}

.guide_section_tr + .guide_section_tr {
    padding-top: 4rem;
}

.guide_section_tr .guide_section_td:not(:last-child) {
    padding-bottom: 3.2rem;
}

.guide_section_th {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    border-left: #EFECDC 8px solid;
    padding-left: 1.2rem;
    margin-bottom: 1.6rem;
}

.guide_section_td {
    font-size: 1.5rem;
    line-height: 1.8;
}

.guide_section_td_inner + .guide_section_td_inner {
    padding-top: 2.8rem;
}

.guide_section_komidashi {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: .8rem;
}

.guide_shipping_table {
    width: 100%;
}

.guide_shipping_table,
.guide_shipping_table tr,
.guide_shipping_table th,
.guide_shipping_table td {
    border: 2px solid #fff;
    border-collapse: collapse;
    padding: 0.5rem 1rem;
}

.guide_shipping_table th,
.guide_shipping_table td:not(:last-child) {
    background-color: rgba(232, 232, 232, 1);
}

.guide_shipping_table tr td:last-child {
    background-color: rgba(232, 232, 232, .5);
    min-width: 10rem;
}

.guide_section_td ul {
    margin-left: 2rem;
    list-style-type: disc;
}

.guide_container .calendar_main{
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 2.8rem;
}

.guide_container .tbl_calendar{
    width: 40%;
}


/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


@media screen and (max-width: 767px) {
    .guide_container img {
        max-width: 100%;
    }

    .guide_heading {
        font-size: 2rem;
        padding-bottom: 2.8rem;
    }

    .guide_section:not(:last-child) {
        padding-bottom: 4rem;
    }

    .guide_section + .guide_section {
        padding-top: 2.8rem;
    }

    .guide_section_tr + .guide_section_tr {
        padding-top: 3.2rem;
    }

    .guide_section_th {
        font-size: 1.7rem;
    }

    .guide_section_td {
        font-size: 1.4rem;
    }

    .guide_section_komidashi {
        font-size: 1.5rem;
    }

    .guide_shipping_table,
    .guide_shipping_table tr,
    .guide_shipping_table th,
    .guide_shipping_table td {
        padding: .4rem .6rem;
    }

    .guide_shipping_table tr td:last-child {
        background-color: rgba(232, 232, 232, .5);
        min-width: 9rem;
    }
    
    .guide_container .tbl_calendar{
        width: 80%;
    }


}
