.after::after{
    content: '';
    display: block;
    clear: both;
}
#shoplist .info::after,
#shoplist::after{
        content: '';
    display: block;
    clear: both;
}
#shoplist{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1002px;
    margin: 55px auto;
    z-index: 10;/*opacity: 0;*/
}
#shoplist .info{
width: 100%;
    display: block;
    margin-bottom: 50px;
    position: relative;opacity: 0;
}

#shoplist .info .index {
    color: #a1a1a1;
    float: right;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
#shoplist .info .name ,.name_mobile .name{
    font-size: 22px;
    display: block;
    font-weight: 500;
    position: relative;
    float: left;
    width: 160px;
    padding-top: 25px;    line-height: 32px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.41);
}
#shoplist .info .name::before,.name_mobile .name::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: black;
    -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    -ms-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}

#shoplist .shoplist_next{
    display: block;
    position: relative;
    margin: 50px auto 100px;
    text-align: center;
    font-size: 15px;
}
#shoplist .shoplist_next .button.back{
            color: #920783;
    background-color: white;
    border: 1px solid #920783;
    display: inline-block;
}
#shoplist .shoplist_next .button{
    display: inline-block;
    border: 1px solid #920783;
    margin: 0 2px;
        width: 280px;
    height: 46px;
    font-size: 15px;cursor: pointer;
    color: white;
    text-align: center;
    line-height: 46px;
    background-color: #920783;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#shoplist .shoplist_next .memo{
        display: block;
    position: relative;
    margin-top: 30px;
}
#shoplist .shoplist_next .memo a{
        color: #920783;
    position: relative;
    border-bottom: 1px solid #920783;
}



#shoplist.bonus .info{
    float: left;
    width: 185px;
}
#shoplist .bonus_left{
    display: block;
    width: 170px;
    margin-top: 75px;
    float: left;
    border: 1px solid black;
    position: relative;
}
#shoplist .bonus_left::after{
content: '';
    background-image: url(../images/arrow_r.png);
    width: 10px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -5px;
}
#gift.bonus {
    display: block;
    float: right;
    width: 740px;
    margin-top: 0;opacity: 0;
}
#shoplist .shoplist_next{
        float: right;
    width: 100%;
}

#shoplist .bonus_left label{
    font-size: 16px;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid black;
}
#shoplist .bonus_left .box{
        font-size: 26px;
    display: block;
    text-align: right;
    padding: 20px;
    position: relative;padding-bottom: 8px;
}
#shoplist .bonus_left .box div{
display: block;
    margin-bottom: 13px;
    position: relative;
}
#shoplist .bonus_left .box div::after{
    content: '點';
    font-size: 16px;
    display: inline-block;
    margin-left: 7px;
}
#shoplist .bonus_left .box .all{

}
#shoplist .bonus_left .box .use{
    color: #920783;
}
#shoplist .bonus_left .box .use::before{
    content: '';
    background-color: black;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -11px;
}
#shoplist .bonus_left .box::before{
content: '';
    background-color: #920783;
    width: 8px;
    height: 2px;
    position: absolute;
    left: 24px;
    top: 73px;
}

#shoplist .bonus_left .box .final{
        padding-top: 8px;
}
#shoplist .bonus_left span{
    font-size: 13px;
    display: block;
    position: relative;
    color: #a1a1a1;
    text-align: center;
    padding-bottom: 17px;
}


/*bonus*/
#shoplist.bonus #gift .gift_box .box_content .right{
    margin-right: 0;
    width: 160px;
}

#shoplist.bonus  #gift .gift_box .box_content .gift_line{
    margin-right: 0;    width: 310px;    margin-bottom: 50px;
}
#shoplist.bonus  #gift .gift_box .box_content .gift_line.active .img{
    border: 2px solid #920783;
}

#shoplist.bonus  #gift .gift_box .box_content .bx_bonus .gift_line:last-child{
    margin-bottom: 0;
}

#shoplist.bonus #gift .gift_box .memo{

}

#shoplist.bonus #gift .gift_box .memo .next_box,
#shoplist.bonus .use_bonus .next_box{
    position: relative;
    width: 100%;    right: 0;
    display: inline-block;
    text-align: center;
    margin-top: 60px;
}

#shoplist.bonus #gift .gift_box .memo .price{
    color: black;
}
#shoplist.bonus #gift .gift_box .memo .price div{
display: inline-block;
}

#shoplist.bonus #gift .gift_box .memo .next_box .button,
#shoplist.bonus .use_bonus .button{
    height: 40px;
    line-height: 40px;
}
#shoplist.bonus #gift .gift_box .memo .next_box .button.disabled,
#shoplist.bonus .use_bonus .button.disabled{
border-color: gray;
    background-color: #f5f5f5;
    color: gray;
	cursor: auto;
}

#shoplist.bonus #gift .gift_box .page_num{
    position: absolute;
    right: 70px;
    color: #9f9f9f;
    font-size: 13px;
    letter-spacing: 9px;
    text-align: center;
    width: 80px;
    top: 24px;
}
#shoplist.bonus #gift .gift_box .page_num span{

}
#shoplist.bonus #gift .gift_box .page_num .all{
    color: black;
}

#shoplist.bonus #gift .bx-wrapper .bx-controls-direction a{
    width: 40px;
    height: 40px;
    top: auto;
    margin: 0;
    background-repeat: no-repeat;
}
#shoplist.bonus #gift .bx-wrapper .bx-next{
background-image: url(../images/shop_next.png);
}
#shoplist.bonus #gift .bx-wrapper .bx-prev{
background-image: url(../images/shop_prev.png);
}
#shoplist.bonus #gift .bx-wrapper .bx-controls-direction a.disabled{

}
#shoplist.bonus #gift .bx-controls-direction{
    width: 160px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: -108px;
}
#shoplist.bonus #gift .bx-wrapper .bx-pager{
    opacity: 0;visibility: hidden;
}
#shoplist.bonus .info .index{
    display: none;
}
#shoplist.bonus .shoplist_next{
    width: 740px;
    margin-top: 85px;
    margin-bottom: 30px;
}
.name_mobile.bonus{
    display: none;
}
.name_mobile.data .name{
    display: none;
}
.name_mobile.data .index{
    font-size: 12px;
    color: #a1a1a1;
    position: absolute;
    right: 7.5%;
}
.name_mobile.data{

}
.use_bonus{
    display: block;
    float: right;
    width: 740px;
    margin-top: 90px;
    background-color: #fafafa;
    border: 1px solid #cacaca;
    position: relative;
    font-size: 16px;
}
.use_bonus::before{
content: '';
    position: absolute;
    top: -44px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #cacaca;
}
.use_bonus .gift_box{
    display: inline-block;
    position: relative;
    margin-top: 28px;
    border-bottom: 1px solid #cacaca;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 28px;
}
.use_bonus .gift_box.disabled::after{
    content: '';
	background-color: rgba(255,255,255,0.5);
    display: block;
    clear: both;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.use_bonus .gift_box > .label{
        padding: 0;
    display: inline-block;width: 100%;
}
.use_bonus .gift_box > .label span{
        float: left;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #bcbcbc;
}
.use_bonus .gift_box > .label .memo{
        float: left;
    margin-left: 20px;
    margin-top: 3px;
}
.use_bonus .gift_box > .label > label{
    float: left;
    width: calc(100% - 145px);
    padding-left: 30px;margin-top: 8px;
}
.use_bonus .gift_box > .label .checkbox{
    float: left;
    height: 23px;
}

.use_bonus .gift_box input[type="checkbox"] {
    display:none;
}

.use_bonus .gift_box input[type="checkbox"] + label {
    display: block;
    width: 100%;
    height: 100%;
}

.use_bonus .gift_box input[type="checkbox"] + label span {
display: inline-block;
    width: 100%;
    height: 22Px;
    margin: 0;
    vertical-align: middle;
    background: url(../images/radio.png) 2px top no-repeat;
    cursor: pointer;
    top: 28px;border: 0;
}

.use_bonus .gift_box input[type="checkbox"]:checked + label span {
     background: url(../images/radio.png) 2px -21px no-repeat;
}


.use_bonus .next_box .button.cancle{
        color: #920783;
    background-color: #fafafa;
    border: 1px solid #920783;
    display: inline-block;
}
.use_bonus .next_box .button {
    display: inline-block;
    border: 1px solid #920783;
    margin: 0 2px;
    width: 160px;
    height: 46px;
    font-size: 15px;
    cursor: pointer;
    color: white;
    text-align: center;
    line-height: 46px;
    background-color: #920783;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#shoplist.bonus .use_bonus .next_box{
        margin-top: 20px;
    margin-bottom: 20px;
}



/*data*/

#shoplist.data{

}
#shoplist.data .info{
        display: block;
    margin-bottom: 90px;
}
#shoplist.data .info .name{
        line-height: 30px;
}
#shoplist.data .info .infobox{
        float: right;
    width: 75%;
    border: 1px solid black;
    font-size: 16px;
    color: #464646;
}
#shoplist.data .info .infobox .box{

}
#shoplist.data .info .infobox .box .line{
    display: block;
    border-bottom: 1px solid black;
    padding: 20px 30px 45px;
    position: relative;

}
#shoplist.data .info .infobox .box .line.receive{
    height: 94px;
    border-bottom: 1px solid #c6c6c6;
    padding: 38px 30px;
}
#shoplist.data .info .infobox .box .line .title{
        float: left;
    font-weight: bold;
    width: 15%;
    display: block;    color: black;
    position: relative;
}
#shoplist.data .info .infobox .box .line label{
        float: left;
    width: 110px;
    position: relative;    font-size: 15px;
}
#shoplist.data .info .infobox .box .line label .memo{
        float: left;
    margin-top: 3px;
}
#shoplist.data .info .infobox .box .line label .radio{
        float: left;
    width: 30px;
}
#shoplist.data .info input[type="radio"] {
    display:none;
}

#shoplist.data .info input[type="radio"] + label {
    display: block;
    width: 100%;
    height: 100%;
}

#shoplist.data .info input[type="radio"] + label span {
display: inline-block;
    width: 100%;
    height: 22Px;
    margin: 0;
    vertical-align: middle;
    background: url(../images/radio.png) 2px top no-repeat;
    cursor: pointer;
    top: 28px;border: 0;
}

#shoplist.data .info input[type="radio"]:checked + label span {
     background: url(../images/radio.png) 2px -21px no-repeat;
}

#shoplist.data .info .infobox .box .line .times{
    float: right;
    font-size: 15px;
    width: 216px;
    border-left: 1px solid #767676;
    padding-left: 27px;
    line-height: 30px;
    color: gray;
    position: relative;
    top: -19px;
}

#shoplist.data .info .infobox .box .line .times div{
float: left;
    color: black;
    margin-right: 20px;
    font-weight: bold;
}
#shoplist.data .info .infobox .box .line.last{
    border-bottom: 0;
}
#shoplist.data .info .infobox .jump{
    float: right;
    color: #010101;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 22px;
}
#shoplist.data .info .infobox .box .line .fee{
    font-size: 18px;
    color: #920783;
    float: left;
    margin-top: 20px;
}
#shoplist.data .info .infobox .box .line .fee b{
    font-weight: 400;
    display: inline-block;
    margin-left: 33px;
}
#shoplist.data .info .infobox .box .line .fee b:after{
    content: '元';

}

#shoplist.data .info .infobox .box .line .left{
    float: left;
    width: 64%;
}
#shoplist.data .info .infobox .box .line .left .info_line{
    display: block;
    margin-top: 12px;
}
#shoplist.data .info .infobox .box .line .left .info_line .title{
    width: 23%;
    font-size: 15px;    margin-top: 14px;
}
#shoplist.data .info .infobox .box .line .left .info_line .field{
    float: right;
    width: 77%;
    position: relative;    font-size: 15px;
}
#shoplist.data .info .infobox .box .line .left .info_line .field.addr{
  margin-top: 14px;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox{
    border: 0;
    border-bottom: 1px solid #cccccc;
    height: 30px;    background-color: transparent;
    display: inline-block;outline: 0;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.long_inputbox{
    width: 100%;
    margin-top: 10px;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.short_inputbox{
float: left;
    margin-top: 12px;
    width: 100px;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.short2_inputbox{
float: left;
    margin-top: 12px;
    margin-left: 20px;
    width: 100px;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.taketime_inputbox{
    font-size: 15px;
    height: 40px;
    float: right;
    width: 47%;
}

#shoplist.data .info .infobox .box .line .left .info_line span.floor{
    float: left;
    margin-top: 24px;
    font-size: 15px;
    margin-left: 7px;
}
#shoplist.data .info .infobox .box .line .left .info_line span.text{
    float: left;
    margin-top: 14px;
    font-size: 15px;
    margin-left: 7px;
}
#shoplist.data .info .infobox .box .line .left .info_line .field .ela{
    margin-top: 20px;
    width: auto;
    margin-left: 25px;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.s_inputbox {
float: left;
    width: 53px;
    text-align: center;
    font-size: 15px;
    margin-top: 4px;
    height: 35px;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.s_inputboxx {
float: left;
    width: 45px;
    text-align: center;
    font-size: 15px;
    margin-top: 4px;
    height: 35px;
}
#shoplist.data .info .infobox .box .line .left .info_line .field .tip{
    color: #767676;
    font-size: 13px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
#shoplist.data .info .infobox .box .line .left .info_line .field .time_memo{
    display: block;
    font-size: 13px;
    color: #767676;
    float: left;
    width: 100%;
    margin-top: 11px;
    line-height: 21px;
    margin-bottom: 10px;
}
#shoplist.data .info .infobox .box .line .left .long_memo{
    color: #767676;
    font-size: 13px;
    float: left;
    margin-top: 35px;
    width: 100%;     line-height: 20px;
}


#shoplist.data .info .infobox .box .line .styled-select select {
    background: transparent;
    width: 100%;
    padding: 0;
    line-height: 1;    FONT-SIZE: 14PX;
    color: #404040;
    border: 0;
    border-radius: 0;
    height: 100%;outline: 0;
    -webkit-appearance: none;
-moz-appearance: none; appearance: none;
}
#shoplist.data .info .infobox .box .line .styled-select {
    width: 47%;
    height: 40px;
    overflow: hidden;
    background: url(../images/select.png) no-repeat 97%;
    border: 0;
    background-size: 20px;
    border-bottom: 1px solid #ccc;
    float: left;
    margin-right: 9px;
}

#shoplist.data .info .infobox .box .line .left .info_line .styled-select:nth-child(2){
    margin-right: 0;
    float: right;
}

#shoplist.data .info .infobox .box .line .right{
    float: right;
    display: block;
    margin-top: 17px;
}
#shoplist.data .info .infobox .box .line .right .map{
        width: 217px;
    height: 322px;
    display: block;
    border: 1px solid #cacaca;
    background-repeat: no-repeat;
    background-position: center;
}


#shoplist.data .info .infobox.pay .box .line.last{
    padding-top: 35px;
}
#shoplist.data .info .infobox.pay .box .line .styled-select{
    float: left;
    width: 130px;
    margin-right: 23px;
}
#shoplist.data .info .infobox.pay .box .line .title{
    margin-top: 13px;
}

#shoplist.data .info .infobox.pay .box .memo{
        display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #767676;    line-height: 23px;
    margin-top: 34px;
}


#shoplist.data .info .infobox.pay .box .jump{
        position: absolute;
    right: 30px;
}

#shoplist.data .info.info_long .name{
        position: relative;
    z-index: 3;
}
#shoplist.data .info.info_long .must{
    z-index: 3;
    font-size: 15px;
    color: #767676;
    position: absolute;
    right: 0;
}
#shoplist.data .info.info_long{
    padding: 80px 0;
}
#shoplist.data .info.info_long .infobox{
    border: 0;
    z-index: 2;
    position: relative;
}
#shoplist.data .info.info_long::before{
    content: '';
    background-color: #fafafa;
    position: fixed;
    width: 100vw;
    left: 50%;
    height: 100%;
    margin-left: -50vw;
    top: 0;z-index: 1;
}
#shoplist.data .info.info_long .infobox .top_info{
    font-size: 15px;
    display: block;
    color: #767676;
    position: relative;
    line-height: 26px;
    margin-bottom: 70px;
}
#shoplist.data .info.info_long .infobox .box .line{
    padding: 0;
    border-bottom: 0;
}

#shoplist.data .info.info_long .infobox .box .line.two_line{

}
#shoplist.data .info.info_long .infobox .box .line label{
float: left;
    width: 45%;
    margin-bottom: 15px;
}
#shoplist.data .info.info_long .infobox .box .line.two_line label:nth-child(1){

}
#shoplist.data .info.info_long .infobox .box .line.two_line label:nth-child(2){
    float: right;
}
#shoplist.data .info.info_long .infobox .box .line label span{
    float: left;
    width: 27%;
    line-height: 35px;
}
#shoplist.data .info.info_long .infobox .box .line  .inputbox{
        background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid gray;
    width: 73%;
    outline: 0;
    height: 35px;
    font-size: 15px;
    color: #767676;
}

#shoplist.data .info.info_long .infobox .box .line.addr_line{
    height: 50px;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line > span{
    float: left;margin-top: 11px;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field{
    float: right;
    width: 88%;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field .styled-select{
    float: left;
    width: 158px;
    margin-right: 25px;
    border-bottom: 1px solid gray;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field .long_inputbox{
    float: left;
    width: 295px;
    height: 40px;
}



#shoplist.data .info.info_long .infobox .box .line.recipe_line{
    height: 50px;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line > span{
    float: left;margin-top: 11px;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line .field{
    float: right;
    width: 88%;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line .field .styled-select{
    float: left;    margin-bottom: 8px;
    width: 158px;
    margin-right: 25px;
    border-bottom: 1px solid gray;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line .field .long_inputbox{
    float: left;
    width: 160px;
    height: 40px;    border-bottom: 0;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line label{
    width: 214px;border-bottom: 1px solid gray;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line .memo{
    DISPLAY: BLOCK;
    width: 100%;
    float: left;
    font-size: 15px;
    color: #920783;
    margin-top: 12px;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line .three{
DISPLAY: BLOCK;
    width: 100%;
    float: left;
    font-size: 15px;
    padding-right: 400px;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line label span{
    width: 20%;
    margin-top: 6px;
}


#shoplist.data .info.info_long.recive_data::before{
    background: white;
}


#shoplist.data .info.info_long::before{
    display: none;
}



#shoplist.data .info.info_long.recive_data{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 35px;
}

#shoplist.data .info.info_long.recive_data .same_{

}

#shoplist.data .info.info_long.recive_data .same_ .checkbox{
    float: left;
    width: 28px;
    position: relative;
    top: -4px;
}

#shoplist.data .info.info_long.recive_data .same_{
    z-index: 5;
    position: absolute;
    left: 0;
    top: 91px;
    font-size: 15px;
    color: #920783;
    width: 140px;
}
#shoplist.data .info.info_long.recive_data .same_ input[type="checkbox"] {
    display:none;
}

#shoplist.data .info.info_long.recive_data .same_ input[type="checkbox"] + label {
    display: block;
    width: 100%;
    height: 100%;
}

#shoplist.data .info.info_long.recive_data .same_ input[type="checkbox"] + label span {
display: inline-block;
    width: 100%;
    height: 22Px;
    margin: 0;
    vertical-align: middle;
    background: url(../images/radio.png) 2px top no-repeat;
    cursor: pointer;
    top: 28px;border: 0;
}

#shoplist.data .info.info_long.recive_data .same_ input[type="checkbox"]:checked + label span {
     background: url(../images/radio.png) 2px -21px no-repeat;
}
#shoplist.data .info.info_long.recive_data .save_{
    display: block;
    float: left;
    font-size: 15px;
    width: 100%;
    margin-top: 20px;
}

#shoplist.data .info.info_long.recive_data .save_ .checkbox{
        float: left;
    width: 28px;
    position: relative;
    top: -4px;    margin-right: 7px;
}
#shoplist.data .info.info_long.recive_data .save_ input[type="checkbox"] {
    display:none;
}

#shoplist.data .info.info_long.recive_data .save_ input[type="checkbox"] + label {
    display: block;
    width: 100%;
    height: 100%;
}

#shoplist.data .info.info_long.recive_data .save_ input[type="checkbox"] + label span {
display: inline-block;
    width: 100%;
    height: 22Px;
    margin: 0;
    vertical-align: middle;
    background: url(../images/ckeckbox_n.png) 0px no-repeat;
    cursor: pointer;
    top: 28px;border: 0;
}

#shoplist.data .info.info_long.recive_data .save_ input[type="checkbox"]:checked + label span {
     background: url(../images/ckeckbox.png) 0px no-repeat;
}

#shoplist .shoplist_next.third_step{
    margin-bottom: 30px;
}
#shoplist .shoplist_next.third_step .button{
        width: 500px;
}
#shoplist .shoplist_next.third_step .otherlink{
        display: block;
    margin-top: 29px;
    font-size: 14px;
    color: #767676;
}
#shoplist .shoplist_next.third_step .otherlink a{
        display: inline-block;
    padding: 0 27px;
    border-right: 1px solid #c6c6c6;
}

#shoplist .shoplist_next.third_step .otherlink a:last-child{
    border-right:0;
}

#self{
    display: none;
}
#out{
    display: block;
}

/*FINALLIST*/
#food_list.final_list .head_title span:nth-child(1){
        width: 23%;
}
#food_list.final_list .head_title span:nth-child(2), #food_list.final_list .food_line .box:nth-child(3){
    width: 30%;
}
#food_list.final_list .head_title span:nth-child(3), #food_list.final_list .food_line .box:nth-child(4){
width: 17%;
}
#food_list.final_list .head_title span:nth-child(4), #food_list.final_list .food_line .box:nth-child(5){
    width: 15%;
}
#food_list.final_list .head_title span:nth-child(5){
    width: 15%;
}
#food_list.final_list .food_line .box:nth-child(2){
        width: 17%;
}

#food_list.final_list .final_down{
    display: block;
    margin-top: 60px;
    position: relative;
}
#food_list .final_down .bonus_down{
    float: left;width: 320px;
}
#food_list .final_down .bonus_down .box{
    float: left;
    width: 320px;
    border: 1px solid #b4b4b4;
    padding: 23px 17px;
    line-height: 20px;
    font-size: 15px;
}
#food_list .final_down .bonus_down .bonus{
    display: block;
    margin-bottom: 8px;
}
#food_list .final_down .bonus_down b{
    color: #920783;
}
#food_list .final_down .bonus_down b::after{
    content: '點';color: black;    margin-left: 6px;
}
#food_list .final_down .bonus_down .bonus.new_{
    border-top: 1px solid #dadada;
    padding-top: 10px;
    margin-top: 11px;
}
#food_list .final_down .bonus_memo{
    display: inline-block;
    color: #920783;
    font-size: 14px;
    margin-top: 11px;
}
#food_list .final_down .end_sum{
    float: right;
    width: 300px;
    position: relative;
    display: block;
}

#food_list .final_down .end_sum .low{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 4px 0px;
}
#food_list .final_down .end_sum .low span{
        float: left;
    width: 55%;
}
#food_list .final_down .end_sum .low a{

}
#food_list .final_down .end_sum .low div{
        float: right;
    width: 40%;
    text-align: right;
}
#food_list .final_down .end_sum .low div b{
    font-weight: 400;color: #920783;
}
#food_list .final_down .end_sum .low div b::after{
    content: '元';    margin-left: 10px;color: black;
}
#food_list .final_down .end_sum .low.allprice,
#food_list .final_down .end_sum .low.discount{
    border-bottom: 1px solid black;
border-bottom: 1px solid black;
    padding-bottom: 12px;
    margin-top: 3px;

}
#food_list .final_down .end_sum .low.allprice span,
#food_list .final_down .end_sum .low.discount span{
       float: left;
    width: 66%;
    text-align: center;font-size: 15px;
}
#food_list .final_down .end_sum .low.allprice div,
#food_list .final_down .end_sum .low.discount div{
    float: left;
    font-size: 16px;
    width: 34%;
    text-align: right;
}

#food_list .final_down .end_sum .low.discount b::after{
    content: '折';    margin-left: 10px;
}
#food_list .final_down .end_sum .low.allsum{
    border-top: 2px solid #676767;
    margin-top: 14px;
    padding-top: 17px;
}
#food_list .final_down .end_sum .low.allsum b{
    color: #920783;font-size: 24px;
}
#food_list .final_down .end_sum .low.allsum b::after{
    font-size: 16px;color: black;
}


#food_list .final_down .end_sum .low a{
color: #979797;
    font-size: 13px;
    margin-left: 8px;
    position: relative;
    letter-spacing: 0;

}
#food_list .final_down .end_sum .low a::after{
    content: '';
    position: absolute;
    background-color: #a5a5a5;
    width: 54px;
    height: 1px;
    bottom: -1px;
    left: 50%;
    margin-left: -27px;
}


#food_list .final_down .end_sum .discount_box{
    display: block;
    border-bottom: 1px solid black;
    margin-bottom: 16px;
    padding-bottom: 5px;
}
#food_list .final_down .end_sum .discount_box .discount_percent{

}
#food_list .final_down .end_sum .discount_box .discount_dollar{

}
#food_list .final_down .end_sum .low.discount{
    border-bottom: 0;
}

#food_list .final_down .end_sum .discount_box span,
#food_list .final_down .end_sum .discount_box span,
#food_list .final_down .end_sum .discount_box span{
float: left;
    width: 66%;
    text-align: center;
    font-size: 15px;
}
#food_list .final_down .end_sum .discount_box .low div{
    float: left;
    font-size: 16px;
    width: 34%;
    text-align: right;
}
#food_list .final_down .end_sum .discount_box .low{
display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    padding-bottom: 0;
}

#food_list .final_down .end_sum .discount_box .sp_discount span,
#food_list .final_down .end_sum .discount_box .sp_discount div b,
#food_list .final_down .end_sum .discount_box .sp_discount div b::after{
    color: #f67f00;
}

#food_list .final_down .end_sum .discount_box .sp_discount.discount_percent div b::after{
    content: '折'
}
#food_list .final_down .end_sum .discount_box .sp_discount.discount_dollar div b::after{
    content: '元'
}

#food_list.final_list .bonus_area{
    border-top: 1px solid #5d5959;
    position: relative;
    display: block;
    top: -1px;
    border-bottom: 1px solid #5d5959;
}


#shoplist.data.end_data{
 display: inline-block;
    padding-top: 115px;position: relative;
}
#shoplist.data.end_data:after{
        content: '';
    background-color: #fafafa;
    position: absolute;
    width: 100vw;
    left: 50%;
    height: 100%;
    margin-left: -50vw;
    top: 0;
    z-index: 1;
}
#shoplist.data.end_data .info .infobox .box .line .times{
    top: -37px;
}

#shoplist.data.end_data .info{
    z-index: 3;
    padding-top: 0;
}
#shoplist.data.end_data .info .infobox .box .line .left .info_line .title{
    margin-top: 0;
}
#shoplist.data.end_data .info .infobox .box .line .left .info_line{
    line-height: 25px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 13px;
}
#shoplist.data.end_data .info .infobox .box .line .left .info_line .field{

}
#shoplist.data.end_data .info .infobox .box .line.out_take{
    border-bottom: 0;
}
#shoplist.data.end_data .info .infobox .box .line .left .info_line:last-child{
    border-bottom: 0;
}

#shoplist.data.end_data .info .infobox .box .line .left{
    margin: 20px 0;
}

#shoplist.data.end_data .info.info_long .title{
    float: right;
    width: 75%;
    font-size: 18px;
    color: #920783;
    margin-bottom: 40px;
}
#shoplist.data.end_data .info.info_long::before{
display: none;
}

#shoplist.data.end_data .info.info_long .infobox .box .line label{
    line-height: 15px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 16px;
    margin-bottom: 21px; width: 46%;

}
#shoplist.data.end_data .info.info_long .infobox .box .line label span{
    line-height: 15px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line label .text{
    float: left;
    width: 73%;    color: #767676;
}

#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line{
    border-bottom: 1px solid #d6d6d6;
    height: auto;
    padding-bottom: 22px;
}

#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line span{
    margin-top: 0;
    width: 13%;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line .text{
    float: left;
    width: 87%;
    font-size: 15px;
    color: #767676;
}


#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line span{
    margin-top: 0;
    width: 13%;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text{
    float: left;
    width: 87%;
    font-size: 15px;
    color: #767676;
}

#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line{
    margin-top: 21px;
}


#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text{

}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .ticket{

}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .ticket div{
float: left;
    margin-right: 25px;
    border-right: 1px solid #cccccc;
    padding-right: 25px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .ticket div:last-child{
    border: 0;
    margin-right: 0;
    padding-right: 0;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .ticket span{
    color: black;
    margin-right: 10px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .memo{
    color: #767676;
    margin-top: 27px;
}

#shoplist.data.end_data .info.info_long .infobox {
margin-bottom: 50px;
    border-bottom: 1px solid #920783;
    padding-bottom: 40px;
}


#shoplist.data.end_data .info.info_long .infobox.last{
border-bottom: 0;    margin-bottom: 0px;
}


#shoplist.data.end_data .info.info_long .infobox .box .line label.last{
    border-bottom: 0;
}


#print{
        position: relative;
    display: block;
    border: 1px solid #920783;
    z-index: 5;
    background-color: transparent;
    margin: 0 auto;
    width: 500px;
    color: #920783;
    height: 41px;
    font-size: 15px;
    margin-bottom: 65px;cursor: pointer;
    border-radius: 0;
    box-shadow: 0;outline: 0;
        -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#shoplist.data.end_data .info.info_long {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*end*/

#shoplist.thank_end{
    margin-bottom: 0;    width: 680px;
}
#shoplist.thank_end #shoplist.data.end_data{
    margin-bottom: 0;
}
#shoplist.thank_end #shoplist.data.end_data .send_mobile{
    display: none;
}
#shoplist.thank_end .text{
    display: block;
    width: 100%;
    float: left;
    margin-top: 69px;
    font-size: 14px;
    color: #767676;
    line-height: 27px;
    border-bottom: 1px solid black;
    padding-bottom: 50px;
}
#shoplist.thank_end .text .thank{
        float: left;
    width: 56%;
    display: block;
    position: relative;
}
#shoplist.thank_end .text .phone{
float: right;
    width: 130px;
    border-left: 1px solid #d2d2d2;
    padding-left: 29px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
#shoplist.thank_end .text .phone .img{

}
#shoplist.thank_end .text .phone .img img{

}
#shoplist.thank_end .text .phone span{
    font-size: 14px;
    color: #920783;
    border-bottom: 1px solid #920783;
    display: block;
    padding-bottom: 2px;
    margin-bottom: 12px;
}
#shoplist.thank_end .text .phone a{
        font-size: 14px;
    color: black;
    font-weight: bold;
    letter-spacing: 0;
}

#shoplist .shoplist_next.third_step .button{

}
#shoplist.thank_end .shoplist_next{
margin-top: 0;
}
#shoplist.thank_end .shoplist_next a{
    width: 49%;
}


/*add_food*/
#add_food{
    display: block;
    color: #920783;
    border-bottom: 1px solid #920783;
    text-align: center;
    padding: 41px 0px;
    cursor: pointer;
    font-size: 15px;
}

#add_food .button{
    display: inline-block;
    position: relative;
    line-height: 50px;
}
#add_food .button::before{
    content: '';
    display: block;
    background-image: url(../images/plus.png);
    float: left;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 14px;
            -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}


/*account_info*/

.rule_block{

}
.rule_block .block > label{
        width: 190px;
}
.rule_block .rule{
        font-size: 14px;
    display: inline-block;
    margin-top: 50px;
    line-height: 24px;width: 100%;
}
.rule_block .button{

}



.rule_block{
    display: block;
    width: 989px;
    position: relative;
    padding: 100px ;
}
.jump_info .block{
    display: block;
    position: relative;
}
.jump_info .block > label{
    font-size: 28px;
    display: block;
    float: left;
    width: 190px;
    border-top: 3px solid black;
    padding-top: 20px;
}
.jump_close{
     background-image: url(../images/close2.jpg);
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;opacity: 1;
        -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.jump_info .button{
    display: block;
    float: left;
    margin-top: 55px;
    left: 50%;
    position: relative;
    margin-left: -175px;
    width: 350px;
    background-color: #920784;
    color: white;
    height: 50px;
    text-align: center;
    line-height: 50px;
}












@media only screen and (min-width: 1025px) {

#shoplist .shoplist_next .button:hover{
        background-color: #fcb823;
        border-color: #fcb823;
}
#shoplist .shoplist_next .button.back:hover{
        background-color: #920783;
    border: 1px solid #920783;
    color: white;
}
.use_bonus .next_box .button.cancle:hover {
    background-color: #920783;
    border: 1px solid #920783;
    color: white;
}
.use_bonus .next_box .button:hover {
    background-color: #fcb823;
    border-color: #fcb823;
}
#print:hover{
    background-color: #920783;
    border: 1px solid #920783;
    color: white;
}

#add_food:hover .button::before{
margin-right: 4px;
}


}

@media only screen and (max-width: 1024px) {

#content{
    opacity: 1;
}
#shoplist .info{
width: 85%;
    margin: 50px auto 40px;
}

#shoplist.bonus{
    width: 85%;
}
#shoplist.bonus .info{
    margin-top: 0;
}
.name_mobile.bonus .index{
    color: #a1a1a1;
    display: block;
    float: right;
    margin-top: 10px;
    font-size: 12px;
}
.name_mobile.bonus{
    display: block;
    width: 85%;
    margin: 55px auto 30px;
    height: 55px;
    position: relative;
}
#shoplist.bonus .info .name{
    display: none;
}
#shoplist .bonus_left{
    margin-top: 0;
}
#gift.bonus{
        width: calc(100% - 216px);    margin-bottom: 0;
}
.use_bonus{
         width: calc(100% - 216px);    margin-top: 35px;
}
.use_bonus::before{
    display: none;
}
#gift .gift_box .label span{
width: 100%;
    border: 0;
    padding-bottom: 0;
    padding-left: 29px;
}
#gift .gift_box .label div{
    width: 100%;    padding-top: 14px;
}


#shoplist.bonus  #gift .gift_box .box_content .gift_line{
    border-bottom: 0;
    width: 100%;
    margin-bottom: 45px;
    height: auto;
}

#shoplist.bonus #gift .gift_box .box_content .right .numbox{
position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#shoplist.bonus #gift .gift_box .box_content .img{
    margin-top: 0;
}
#shoplist.bonus #gift .gift_box .box_content .right {
    margin-right: 0;
    width: calc(100% - 145px);
    height: 75px;
}

#shoplist.bonus #gift .gift_box .box_content .right .much{
    width: auto;
    position: absolute;
    left: 0;
    bottom: 5px;
}
#shoplist.bonus #gift .gift_box .box_content .right .name{
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
}
#shoplist.bonus #gift .gift_box .box_content .gift_line .checkbox_box{
        height: 75px;
}

#shoplist.bonus #gift .gift_box .memo .price{
position: relative;
    left: 15px;
    width: 100%;
    top: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 80px;
}
#shoplist.bonus #gift .gift_box .box_content{
    min-height: 280px;
}

#shoplist.bonus #gift .bx-controls-direction{
    right: auto;
    left: 20px;
    bottom: -125px;
}
#shoplist.bonus #gift .gift_box .page_num{
        right: auto;
    left: 81px;
    top: 36px;
}
#gift .gift_box .memo .price .price2{
    color: black;
}

#shoplist.bonus #gift .gift_box .memo{
    height: auto;
}
#shoplist.bonus #gift .gift_box .memo .next_box{
    left: 0;
    margin-bottom: 9px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.use_bonus .gift_box > .label span{
width: 100%;
border: 0;
}
.use_bonus .gift_box > .label > label{
    padding-left: 0;
    width: 100%;
    margin-top: 14px;
}

.use_bonus .gift_box > .label .memo{
    margin-left: 18px;
    width: calc(100% - 42px);
    line-height: 27px;
}
.use_bonus .gift_box > .label .checkbox{
        margin-top: 6px;
}
#shoplist.bonus .shoplist_next{
    width: 100%;
}
.use_bonus .gift_box{
    padding-left: 32px;
    padding-right: 20px;
    padding-bottom: 27px;

}

#shoplist.data .info .infobox{
    width: 100%;
    margin-top: 40px;
}
#shoplist.data .info .infobox .box .line .right{
    display: none;
}
#shoplist.data .info .infobox .box .line .times{
    border-left: 0;
}
#shoplist.data .info .infobox .box .line .left{
    width: 80%;float: left: ;
}
#shoplist.data .info{
    margin-bottom: 70px;
}

#shoplist.data .info.info_long .infobox .box .line.addr_line .field{
    width: 85%;
    float: right;
}
#shoplist.data .info.info_long .infobox .box .line label span{
    width: 33%;
}
#shoplist.data .info.info_long .infobox .box .line  .inputbox{
    width: 67%;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line{
        height: auto;
    margin-bottom: 20px;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field .long_inputbox{
    width: 342px;    margin-top: 8px;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line .field{
        width: 85%;
}
#shoplist.data .info.info_long.recive_data .same_{
    left: auto;
    right: 0;
    top: 29px;
    text-align: right;
    width: 130px;

}
#shoplist.data .info.info_long .infobox{
    width: 100%;
}




#food_list.final_list .head_title span:nth-child(1){
    width: 51%;    font-size: 0;
}

#food_list.final_list .head_title span:nth-child(2){
     width: 49%;    font-size: 0;
}
#food_list.final_list .food_line .box.typebox{
        width: 24%;
}

#food_list.final_list .food_line .box:nth-child(3){
    width: 45%;
}
#food_list.final_list .food_line .box:nth-child(4){
    width: 25%;
}

#food_list.final_list .food_line .box:nth-child(5){
    width: 23%;
}
#shoplist.end .info{
    margin-bottom: 0;
}


#food_list .final_down .bonus_down .box{
    width: 250px;
}
#food_list .final_down .bonus_down b{
    display: block;
}

#food_list .final_down .bonus_down .bonus.new_{
width: 150px;
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#food_list .final_down .bonus_down .bonus{
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#food_list .final_down .bonus_down .bonus.new_ b{
    display: inline-block;
}
#food_list .final_down .bonus_memo{
    margin-top: 32px;
    margin-bottom: 24px;
}

#shoplist.end #shoplist.data.end_data{
        padding-top: 0;
}
#shoplist.data.end_data .info.info_long .infobox .box .line label{
    border-bottom: 0;
    margin-bottom: 27px;
    padding-bottom: 0;
}
#shoplist.data.end_data .info.info_long .infobox .box .line label .text{
    width: 67%;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 12px;
    min-height: 26px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line{
    border-bottom: 0;
}

#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line .text{
    width: 67%;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 12px;
    min-height: 26px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line span,
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line span{
    width: 15%;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text{
    width: 80%;
}
#shoplist.data.end_data .info.info_long .title{
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

#print{
    display: none;
}

#shoplist.end #shoplist.data.end_data .send_mobile{
    position: relative;
    display: block;
    border: 1px solid #920783;
    z-index: 5;
    background-color: transparent;
    margin: 0 auto;
    width: 75%;
    color: #920783;
    height: 41px;
    font-size: 15px;
    margin-bottom: 65px;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    text-align: center;
    line-height: 40px;
}



#food_list .final_down .bonus_down{
    width: 280px;
}

#shoplist.thank_end .text{
    border-bottom: 0;
}

#shoplist.thank_end .shoplist_next a{
    width: 52%;
    margin-bottom: 20px;
}

#shoplist.thank_end{
    width: 100%;
}
#shoplist.thank_end .text .thank{
    width: 63%;
}




.rule_block{
    width: 100%; padding: 100px 50px;

}









}




@media only screen and (max-width: 720px) {
#shoplist.bonus .info{
    width: 100%;
}
#shoplist .bonus_left{
    width: 100%;
}
#shoplist .bonus_left::after{
    display: none;
}
#shoplist .bonus_left span{
    text-align: left;
    padding-left: 20px;
    padding-bottom: 20px;
}
#gift.bonus{
    width: 100%;
}
.use_bonus{
    width: 100%;
}

#shoplist.bonus #gift .bx-controls-direction{
    left: 50%;
    margin-left: -80px;
}
#shoplist.bonus #gift .gift_box .page_num{
        left: 50%;
    margin-left: -36px;
}

#shoplist.bonus #gift .gift_box .memo .price{
    text-align: center;
}
#shoplist.data .info .infobox .box .line .left{
    width: 100%;
}
#shoplist.data .info .infobox .box .line .times,#shoplist.data.end_data .info .infobox .box .line .times{
        position: absolute;
    right: 24px;
    top: 18px;
}


#shoplist.thank_end .shoplist_next{
    margin-bottom: 50px;
}


}




@media only screen and (max-width: 700px) {
#shoplist .info{
    width: 90%;
}


#shoplist .shoplist_next{
    width: 90%;
    margin-bottom: 0;    float: none;
}

#shoplist .shoplist_next .button{
    width: 220px;
}

#shoplist.bonus .shoplist_next{
    display: inline-block;    margin-top: 20px;    margin-bottom: 0;
}

#food_list.final_list .food_line .box:nth-child(6){
    width: 30%;
}
#food_list.final_list .food_line .box:nth-child(5){
    width: 30%;
}
#food_list .final_down .end_sum{
    width: 100%;
}

#food_list .final_down{
    margin-top: 35px;
}
#food_list .final_down .end_sum .low.allprice span, #food_list .final_down .end_sum .low.discount span{
    text-align: left;
}
#food_list .final_down .end_sum .discount_box .sp_discount span, #food_list .final_down .end_sum .discount_box .sp_discount div b, #food_list .final_down .end_sum .discount_box .sp_discount div b::after{
      text-align: left;
}
#food_list .final_down .bonus_down{
        width: 100%;
    margin-top: 40px;
}
#food_list .final_down .bonus_down .box{
    width: 100%;
}
#food_list .final_down .bonus_down b{
    display: inline-block;
}
#food_list .final_down .bonus_down .bonus{
        border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 12px;
}

#food_list .final_down .bonus_down .bonus.new_{
        width: 100%;
    border-top: 1px solid #cccaca;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}





}


@media only screen and (max-width: 600px) {

.name_mobile.bonus .index{
    display: block;
    width: 100%;
    margin-top: 32px;
}
.name_mobile.bonus{
        height: 100px;
    margin-bottom: 0;
}
#shoplist.bonus{
        margin-top: 16px;
        width: 100%;
        padding: 0 25px;
}

#shoplist.bonus #gift .gift_box .label span{
    padding-left: 20px;
}

#shoplist.bonus .info{
    margin-bottom: 27px;
}

#shoplist.bonus #gift .bx-controls-direction,#shoplist.bonus #gift .gift_box .page_num{
    display: none;
}


#shoplist.bonus #gift .gift_box .memo .price{
        left: auto;
    text-align: left;
    margin-top: 0;
}
#shoplist.bonus #gift .gift_box .memo .next_box{
    bottom: auto;
    margin-top: 35px;
}
#shoplist.bonus #gift .bx-wrapper .bx-pager{
    visibility: visible;
    opacity: 1;    bottom: -75px;
}
#shoplist.bonus .bx-wrapper .bx-pager .bx-pager-item{
    width: 30px;
}
#shoplist.bonus .bx-wrapper .bx-pager.bx-default-pager a{
    box-shadow: 1px 1px 1px rgba(52, 52, 52, 0.46) inset;
    width: 10px;
    height: 10px;
}
#shoplist.bonus #gift .gift_box .box_content{
        padding-bottom: 86px;
}
#shoplist .shoplist_next .button.back{
    margin-bottom: 10px;
}
#shoplist.data .info .infobox .box .line .times{
        margin-left: 0;
    right: auto;
    left: 30px;
    padding-left: 0;
    top: 24px;
}
#shoplist.data .info .infobox .box .line.receive{
        padding-top: 115px;
    height: auto;    border-bottom: 0;    padding-bottom: 0;
}

#shoplist.data .info .infobox .box .line .title{
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 17px;
}
#shoplist.data .info .infobox .box .line .title::after{
    content: '';
    background: black;
    width: 85vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -3vw;
}
#shoplist.data .info .infobox .box .line > label{
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 13px;
    margin-bottom: 15px;
}

#shoplist.data .info .infobox .box .line .left .info_line .title{
    width: 100%;font-size: 17px;
}

#shoplist.data .info .infobox .box .line .left .info_line .field{
    width: 100% ;border-bottom: 1px solid #a4a4a4;
}
#shoplist.data .info .infobox .box .line .left .info_line{
    margin-top: 25px;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.s_inputbox{
    border-bottom: 0;
    margin-top: 0;
    height: 50px;
    text-align: left;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.s_inputboxx{
    width: 25px;
    border-bottom: 0;
    margin-top: 0;
    height: 50px;
    text-align: left;
}
#shoplist.data .info .infobox .box .line .left .info_line.addr .field{
    border-bottom: 0;
}
#shoplist.data .info .infobox .box .line .left .info_line .field .tip{
    float: right;
    margin-top: 18px;
}
#shoplist.data .info .infobox .box .line.price{
    border: 2px solid #920783;
}
#shoplist.data .info .infobox .box .line .fee{
     width: 100%;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 24px;
}
#shoplist.data .info .infobox .jump{
        float: left;
}
#shoplist.data .info .infobox.pay .box .jump{
    right: auto;
    left: 31px;
    top: 214px;
    margin-top: 0;
}
#shoplist.data .info .infobox.pay .box .line .styled-select{
    width: 100%;
    margin-right: 0;
}

#shoplist.data .info .infobox.pay .box .line .title{
    margin-top: 0;
}
#shoplist.data .info .infobox.pay .box .memo{
    margin-top: 85px;
}
#shoplist.data .info.info_long::before{
    display: none;
}
#shoplist.data .info.info_long{
    padding-top: 0;    margin-bottom: 0;
}
#shoplist.data .info.info_long .must{
        left: 0;
    right: auto;
    top: 180px;
}

#shoplist.data .info.info_long .infobox .box .line label{
padding-bottom: 0;    width: 100%;border-bottom: 1px solid #a4a4a4;
}
#shoplist.data .info .infobox .box .line .styled-select{
    height: 50px;
}
#shoplist.data .info.info_long .infobox .box .line  .inputbox{
    border-bottom: 0;
}

#shoplist.data .info.info_long .infobox .box .line  .inputbox{
    height: 40px;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field .styled-select{
    width: 100%;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field{
    width: 100%;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field .long_inputbox{
        width: 100%;
    border-bottom: 1px solid #a4a4a4;
}

#shoplist .shoplist_next.third_step .button{
    width: 90%;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field .styled-select{
        border-bottom: 1px solid #a4a4a4;
}
#shoplist.data .info.info_long .infobox .box .line.addr_line .field .styled-select.ss_field{
width: 100%;
}

#shoplist.data .info.info_long .infobox .box .line.recipe_line .field{
    width: 100%;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line .field .styled-select{
    width: 100%;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line .three{
    padding-right: 0;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line label{
    width: 100%;
}
#shoplist.data .info.info_long .infobox .box .line.recipe_line label span{
    margin-top: 0;
}

#shoplist.data .info.info_long.recive_data .same_{
        right: auto;
    left: 0;
    top: 85px;
}
#shoplist.data .info.info_long.recive_data .infobox{
    margin-top: 95px;
}

#shoplist.end #shoplist.data.end_data{
        border-top: 2px solid black;
}

#shoplist.data.end_data .info .infobox .box .line .memo{
float: left;
    font-size: 15px;
    color: #767676;
}
#shoplist.data.end_data .info .infobox .box .line .left{
    margin-top: 0;    margin-bottom: 0;
}

#shoplist.data.end_data .info .infobox .box .line .left .info_line{
    border-bottom: 0;
}
#shoplist.data .info .infobox .box .line .left .info_line .field{
    border-bottom: 0;
}

#shoplist.data.end_data .info.info_long .infobox .box .line label{
    width: 100%;    border-bottom: 1px solid #a7a7a7;
        margin-bottom: 21px;
    padding-bottom: 7px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line label .text,
#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line .text{
    border-bottom: 0;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line{
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 0;
    line-height: 21px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line .text{
    float: right;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text{
    float: left;
    width: 100%;
    margin-top: 6px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .ticket {
    display: inline-block;
    width: 100%;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .ticket div{
    width: 100%;
    border-bottom: 1px solid #a7a7a7;
    padding: 18px 0;border-right: 0;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .ticket div:last-child,
#shoplist.data.end_data .info.info_long .infobox .box .line label.last{
    border-bottom:1px solid #a7a7a7;
}
#shoplist.data.end_data .info.info_long .infobox{
        margin-bottom: 30px;
    border-bottom: 0;
    padding-bottom: 40px;
}
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line .text .memo{
        color: #920783;
}



#food_list.final_list .head_title span:nth-child(1){
    width: 100%;
}
#food_list.final_list .food_line .box.typebox,#food_list.final_list .food_line .box:nth-child(4){
    display: none;
}
#food_list.final_list .food_line .box:nth-child(5){
    right: auto;
    left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 8px;
    text-align: left;
}
#food_list.final_list .food_line .box:nth-child(6){
    right: 0;
    width: 36%;
    TEXT-ALIGN: LEFT;
}
#food_list.final_list .food_line .box .num::before{
    width: auto;
}
#food_list .food_line .box .num div{
    float: left;
    margin-left: 13px;
}
#food_list .end_memo{
    margin-bottom: 50px;
}

#shoplist.data.end_data .info{
    padding-top: 20px;
}

#shoplist.data.end_data .info.info_long .infobox .box .line.addr_line span,
#shoplist.data.end_data .info.info_long .infobox .box .line.recipe_line span{
    width: 28%;
}
#shoplist.end #shoplist.data.end_data .send_mobile{
    margin-bottom: 45px;
}

.jump_info .button{
     width: 100%;
    left: auto;
    margin-left: auto;
}



}

@media only screen and (max-width: 500px) {
.rule_block {
    padding: 90px 25px 50px;
}

#shoplist .shoplist_next .button.back {
    position: absolute;
    width: 100%;
    top: 55px;
}
#shoplist .shoplist_next .button{
    width: 100%;
}
#shoplist .shoplist_next{
    height: 160px;    margin-top: 0;
}

#shoplist .shoplist_next .memo{
    position: absolute;
    width: 80%;
    text-align: left;
    bottom: 0;
    line-height: 20px;
}

#shoplist .info {
    width: 100%;    padding: 0 33px;
    margin-bottom: 20px;
}
#shoplist .info .index{
    float: left;
    width: 100%;
    margin-top: 35px;
}


#gift .gift_box .memo .next_box .button{
    width: 100%;
}
.use_bonus .next_box .button {
    border: 1px solid #343434;
    background-color: #343434;
    width: 100%;
}
.use_bonus .next_box .button.cancle {
    color: #343434;
    border: 1px solid #343434;
    position: absolute;
    top: 52px; width: 100%;
    left: 0%;
}
#shoplist.bonus .use_bonus .next_box{
    height: 93px;
    width: calc(100% - 44px);
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.use_bonus .gift_box{
        padding-left: 22px;
    padding-right: 8px;
    padding-bottom: 27px;
    margin-top: 12px;
}

.use_bonus .gift_box > .label .memo{
        font-size: 14px;
    color: #767676;
    line-height: 20px;
    margin-left: 15px;
}

.use_bonus .gift_box > .label .checkbox {
    margin-top: 4px;
}

#shoplist.bonus .shoplist_next .memo{
    font-size: 14px;
    width: 80%;
}
#shoplist.bonus{
    margin-bottom: 30px;
}

#shoplist.bonus #gift .gift_box .box_content .right .numbox{
      position: relative;
    margin-top: 0;
    margin-bottom: 5px;
}
#shoplist.bonus #gift .gift_box .box_content .right{
        width: calc(100% - 109px);
}

#shoplist.bonus #gift .gift_box .box_content .right .much{
    position: relative;
    border-top: 1px solid #cacaca;
    bottom: auto;
    margin-top: 0;
    padding-top: 6px;
}

#shoplist.bonus #gift .gift_box .box_content .right .name{
    border-bottom: 0;
}
#shoplist.bonus #gift .gift_box .box_content .img {
    margin-top: 11px;
}
#shoplist.bonus  #gift .gift_box .box_content .gift_line{
        padding-bottom: 20px;
    margin-bottom: 10px;
}
#shoplist.bonus #gift .gift_box .box_content .gift_line .checkbox_box {
    height: 50px;
}
#shoplist.bonus .info{
    padding: 0;
}

#shoplist .bonus_left label{
    width: 93%;
    display: block;
    float: none;
    margin: 0 auto;
    text-align: left;
    padding-left: 10px;
}
.name_mobile.data{
    display: none;
}
#shoplist.data .info{
padding: 0 25px;
}
#shoplist.data .info .infobox .box .line.receive{
       padding: 130px 20px 0px;
}
#shoplist.data .info .infobox .box .line .times{
    left: 25px;
}

#shoplist.data .info .infobox .box .line .title::after{
        width: calc(100vw - 74px);
    left: -9px;
}


#shoplist.data .info .infobox .box .line{
    padding-left: 20px;
    padding-right: 20px;
}

#shoplist.data .info .infobox .box .line .styled-select{
    width: 100%;
    margin-right: 0;
}

#shoplist.data .info .infobox .box .line .left .info_line .inputbox.short_inputbox{
    width: 89%;
}
#shoplist.data .info .infobox .box .line .left .info_line .inputbox.short2_inputbox{
    width: 89%;
}

#shoplist.data .info .infobox .box .line .left .info_line .field .ela{
    margin-left: 0;    margin-right: 30px;
}
#shoplist.data .info .infobox.pay .box .jump{
    left: 23px;
    top: 214px;
}
#shoplist.data .info.info_long .must{
    left: 23px;
    top: 185px;
}
#shoplist.data .info.info_long{
        padding: 0px 25px;
}

#shoplist.data .info.info_long.recive_data{
    margin-top: 80px;
}
#shoplist.data .info.info_long.recive_data .same_{
    left: 25px;
}
#shoplist .shoplist_next.third_step .otherlink a{
    padding: 0 20px;
}
#shoplist.data .info.info_long.recive_data .save_{
    line-height: 20px;
}
#shoplist.data .info .infobox .box .line .left .info_line .field.addr{
    border-bottom: 0;    line-height: 22px;    margin-top: 0px;
}
#shoplist.data .info .infobox .box #self .line .left .info_line .field{

    border-bottom: 0;
}
#shoplist.data .info .infobox .box #self .line .left .info_line .inputbox.s_inputbox{
border-bottom: 1px solid #cccccc;
}
#shoplist.data .info .infobox .box #self .line .left .info_line .inputbox.s_inputboxx{
border-bottom: 1px solid #cccccc;
}

#shoplist.data .info .infobox .box .line .left .info_line .inputbox.taketime_inputbox{
    width: 100%;    height: 50px;
}

#shoplist.end .shoplist_next.third_step .otherlink a{
    float: left;
    margin-bottom: 30px;
}
#shoplist .shoplist_next.third_step .otherlink{
        display: inline-block;
}
#shoplist.end #shoplist.data.end_data{
    margin-top: 10px;
}

#food_list .final_down::before{
    content: '';
    background-color: black;
    width: 100vw;
    height: 2px;
    position: absolute;
    left: -30px;
    top: -37px;
}

#food_list.final_list .food_line.gift .box .img{
display: block;    margin-right: 26px;
}

#food_list.final_list .food_line.gift .box:nth-child(3){
    width: 100%;
}
#food_list.final_list .food_line.gift .box .name{
        font-size: 15px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-top: 6px;
    display: table-cell;
    vertical-align: middle;
    height: 75px;float: none;
}
#food_list.final_list .food_line.gift .box:nth-child(4){
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d5d5d5;    padding: 0;
    margin-top: 63px;    padding-bottom: 20px;
}
#food_list.final_list .food_line.gift .box:nth-child(4):before{
content: '時價/規格';
    float: left;
    margin-top: 22px;
}
#food_list.final_list .food_line.gift .box .price{
    float: right;
    width: 60%;
    height: auto;
    display: block;
    margin-top: 21px;
}
#food_list.final_list .food_line.gift .box:nth-child(6){
    width: 100%;
}
#food_list.final_list .food_line.gift .box.typebox{
display: block;
    margin-top: 97px;
    width: 100%;
    margin-left: 0;
    height: auto;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
}

#food_list.final_list .food_line.gift .box.typebox:before{
content: '產品分類';
    float: left;
    width: 40%;

}
#food_list.final_list .food_line.gift .box .type {
    float: left;
    width: 60%;line-height: 20px;
}


#food_list.final_list .food_line.gift .box .num::before{
float: left;
    text-align: left;
    color: black;line-height: 20px;    margin-top: 0;
}

#food_list.final_list .food_line.gift .box .num div{
    float: right;
    width: 60%;
    display: block;
    padding: 0;
}

#food_list.final_list .food_line.gift .box:nth-child(5){
    margin-top: 20px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 7px;
}
#food_list.final_list .food_line.gift .box .num{
    display: inline-block;width: 100%;
}
#food_list.final_list .food_line.gift .box:nth-child(6){
    position: relative;
    padding-top: 21px;
    margin-bottom: 28px;
}
#food_list.final_list .food_line.gift .box .sumprice{
    float: right;
    width: 60%;
}
#food_list.final_list .food_line.gift .box:nth-child(6):before{
    content: '金額';
}

#food_list.final_list .food_line.gift{
    background: transparent;
    border-top: 2px solid #920783;
    border-bottom: 0;
}

#shoplist.thank_end .shoplist_next {
    margin-bottom: 30px;
    height: auto;
}
#shoplist.thank_end .shoplist_next a{
    width: 90%;
}

#shoplist.thank_end .shoplist_next .button.back{
    position: relative;
    width: 90%;
    top: 0;
}
#shoplist.thank_end .text .thank{
    width: 100%;
}

#shoplist.thank_end .text .phone{
    border-right: 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 0;
    width: 100%;
    margin-top: 38px;
    padding-left: 0;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 17px;
}

#shoplist.thank_end .text .phone .img{
    float: left;
}

#shoplist.thank_end .text .phone span{
    float: left;
    margin-top: 10px;
    font-weight: bold;
    border-bottom: 0;
    margin-left: 14px;
}
#shoplist.thank_end .text .phone a{
    float: left;
    width: 47%;
    text-align: left;
    margin-left: 4%;
    border-left: 1px solid #d6d6d6;
    padding-left: 13px;
}
#shoplist.thank_end .text .phone .img img{
    width: 50px;
}



}
