/*** 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;
}

.ready_hint{
    color: #1b1b1b;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
}

.zone_select, .store_select {
    margin-bottom: 10px;
    position: relative;
}
.zone_select{
    width: 100%;
}
.store_select{
    width: 100%;
}

.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 #000000;
        background-color: #000000;
        color: #ffffff;
        z-index: 99;
        padding: 15px 5px;
    }
}

@media (min-width: 768px){
    .chs_action_btn{
        position: relative;
        border-radius: 20px;
        border: 1px solid #6a6a6a;
        background: linear-gradient(to bottom, #6a6a6a, #161616);
        color: #ffffff;
        font-weight: bold;
        box-shadow: 0px 2px 3px #6a6a6a;
    }
}

@media (min-width: 900px){
}

@media (min-width: 1200px){
}

@media (min-width: 1500px){
}

