/*** v 內容 ***/
.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .header span {
        font-size: 25px;
        font-weight: bold;
        margin-right: 25px;
    }

    .header img {
        height: auto;
        width: auto;
        height: 80px;
    }

.zone_select, .store_select {
    margin-bottom: 10px;
    position: relative;
}

.zone_select {
    width: 100%;
}

.store_select {
    width: 100%;
}

.store_info_section.open_status .closed_hint {
    display: none;
}
.store_info_section.close_status .time_info {
    display: none;
}

.closed_hint {
    text-align: center;
    font-size: 20px;
    color: #ff1818;
    letter-spacing: 1px;
}

.store_info_item {
    position: relative;
    padding: 7px 0px 7px 35px;
}

    .store_info_item img {
        position: absolute;
        top: 2px;
        left: 0px;
        width: auto;
        height: auto;
        max-height: 30px;
    }

    .store_info_item span {
        display: inline-block;
    }

.store_pos_section {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    margin-top: 10px;
}

/*** v 下方 ***/
.chs_action_btn {
    width: 100%;
    margin-top: 30px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

    .chs_action_btn span {
        font-size: 21px;
        font-weight: bold;
        position: relative;
        top: 5px;
        letter-spacing: 1px;
    }

    .chs_action_btn img {
        max-height: 39px;
        height: auto;
        width: auto;
        vertical-align: middle;
    }

@media (max-width: 767px) {

    /*** v 下方 ***/
    .chs_action_btn {
        position: fixed;
        bottom: 0px;
        left: 0px;
        border: 1px solid #ffc21b;
        background-color: #F8B500;
        color: #ffffff;
        z-index: 99;
        padding: 15px 5px;
    }
}

@media (min-width: 768px) {
    .chs_action_btn {
        position: relative;
        border-radius: 20px;
        border: 1px solid #ffc21b;
        background: linear-gradient(to bottom, #ffc21b, #F8B500);
        color: #ffffff;
        font-weight: bold;
        box-shadow: 0px 2px 3px #ffc21b;
    }
}

@media (min-width: 900px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1500px) {
}
