:root{
    --MColor: #CDA278;
    --SColor0: #856B5A;
    --SColor1: #A37C63;
    --SColor2: #E1C7AC;
    --SColor3: #F2E9DF;
    --SColor4: #F6F4E5;
    --SColor5: #B8B8AC;
    --SColor6: #DBD7CE;
    --SColor7: #F7F9F8;
    --SColor8: #D7393E;
    --TFont0:'Noto Sans TC', sans-serif;
    --TFont1:"Montserrat", serif;
    --text_f00: #999;
    --font44: 44px;
    --font32: 32px;
    --font30: 30px;
    --font28: 28px;
    --font26: 26px;
    --font24: 24px;
    --font22: 22px;
    --font20: 20px;
    --font18: 18px;
    --font17: 17px;
    --font16: 16px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC&display=swap');

.container {max-width: 100%;}
.path{display: none;}

.box_reserve {width:100%; font-family: "Noto Sans TC", serif; font-size:var(--font18); letter-spacing: 1px; color:var(--text_f00); border:0; text-decoration:none; overflow:hidden; background:url(../images/all_bg.jpg); margin: auto;}
.box_reserve * {box-sizing: border-box; max-width:100%;  padding:0; margin:0; line-height:180%;}
.box_reserve input{
    border: none;
    outline: none;
}

.res_content,
.mem_content{
    width: 90%;
    max-width: 1500px;
    padding: 100px 5%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,.1);
    min-height: 100vh;
}
.res_content img,
.mem_content img{width:auto; max-width:100%;}
.res_content a,
.mem_content a{text-decoration:none;}
.res_content ul,
.mem_content ul{list-style:none;}
.res_content i, .res_content em, .res_content dfn, .res_content var, .mem_content i, .mem_content em, .mem_content dfn, .mem_content var{font-style: normal;line-height: 0px;}
.res_content u,
.mem_content u{text-decoration:none;}


.box_reserve fieldset{
    border: none;
}
.box_reserve fieldset .button01{
    background-color: var(--SColor7);
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    font-size: var(--font20);
    text-align: center;
    max-width: 100%;
    outline:2px solid var(--SColor7);
    border: none;
    background-repeat: no-repeat;
    background-position: 10px;
}
.box_reserve fieldset .button01 span{
    line-height: 135%;
}
.box_reserve fieldset .button02{
    background-color: var(--SColor3);
}
.box_reserve fieldset .but_style01{
    background-color: rgb(234, 226, 221);
    color: rgb(175, 142, 122);
    outline: 2px solid rgb(198, 173, 160);
}

/*input修改樣式 start*/
.res_content fieldset input[type=text]::-webkit-input-placeholder { color: var(--SColor5); }/*webkit瀏覽器專用*/
.res_content fieldset input[type=text]::-moz-placeholder { color: var(--SColor5); }/*Firefox 4-18瀏覽器專用*/
.res_content fieldset input[type=text]::-moz-placeholder{color:var(--SColor5);}/*Firefox 19+瀏覽器專用*/
.res_content fieldset input[type=text]:-ms-input-placeholder{color: var(--SColor5);}/*IE10瀏覽器專用*/
.res_content fieldset fieldset input:focus-visible{background-color: var(--SColor5); outline:2px solid var(--SColor5);}
/*input修改樣式 end*/

.box_reserve input[type="radio"] {
    display: none;
}

.staff01,
.res_service,
.time01{
    margin: 0 auto 30px;
}

.staff01 fieldset,
.res_service fieldset,
.res_service2 fieldset,
.time01 fieldset,
.box01,
.box02{
    padding: 45px 0;
    margin: 20px auto 30px;
    min-height: 500px;
    border-top: 1px solid var(--SColor4);
    border-bottom: 1px solid var(--SColor4);
}

.f01{
    font-size: var(--font32);
    color: var(--MColor);
    line-height: 150%;
    font-weight: 400;
}
.f01 span{
    font-size: var(--font18);
    color: var(--SColor5);
    font-family: var(--TFont1);
}

.content_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b_but{
    position: relative;
    padding: 0 75px;
}

.a_but01{
    display: block;
    width: 100%;
    max-width: 300px;
    background: var(--MColor);
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    margin: 0 auto;
    font-size: var(--font22);
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .4s;
}
.a_but01:hover{
    background: var(--SColor1);
}
.a_but02{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: var(--font22);
    color: var(--SColor5);
    font-weight: 400;
    background: url(../images/icon_arrow01.png) no-repeat left center;
    padding-left: 25px;
    transition: all .4s;
}
.a_but02:hover{
    filter: brightness(0.8);
}

@media screen and (max-width:768px) {
    .res_content,
    .mem_content{width: 100%;}
}

@media screen and (max-width:600px) {
    .staff01 fieldset,
    .res_service fieldset,
    .res_service2 fieldset,
    .time01 fieldset{min-height: auto;}
}

@media screen and (max-width:480px) {
.box_reserve fieldset input{
    padding: 5px 5px 5px 35px;
}
.res_content{
    padding: 70px 5%;
}
.b_but{
    padding: 0 0 0 80px;
}
.a_but01{margin: 0 0 0 auto; max-width: 200px;}
.a_but03{margin: 0 auto;}
}


/* ----------------all_end----------------- */

/*reserve_ind*/
.reserve_index .res_content{
    padding: 0;
}
.index_img{
    width: 100%;
    height: 50vw;
    min-height: 230px;
    max-height: 400px;
}
.index_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.index_inf{
    padding: 0 5% 100px;
    text-align: center;
}
.shop_logo{
    width: 235px;
    height: 235px;
    border-radius: 100%;
    border: 7px solid #fff;
    position: relative;
    overflow: hidden;
    margin: -115px auto auto;
    background: #fff;
}
.index_inf h4{
    font-size: var(--font44);
    color: var(--SColor0);
    font-weight: 500;
    margin: 10px auto 50px;
}
.index_inf p{
    font-size: var(--font24);
}
.index_inf fieldset{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--SColor7);
}
.index_inf fieldset label{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    max-width: calc(100%/2 - 3%);
    margin: 1.5%;
}
.index_inf fieldset label i{
    display: inline-block;
    margin-right: 8px;
}
.index_inf a{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.index_inf a:after{
    content: url(../images/icon_arrow.png);
    margin-left: 5%;
    transition: all .4s;
    display: block;
}
.index_inf a:hover:after{
    transform: translateX(10px);
}

@media screen and (max-width:1200px) {
    :root{
        --font44: 40px;
        --font32: 30px;
        --font30: 27px;
        --font28: 25px;
        --font26: 24px;
        --font24: 23px;
    }
}

@media screen and (max-width:768px) {
    :root{
        --font44: 35px;
        --font32: 27px;
        --font30: 25px;
        --font28: 23px;
        --font26: 22px;
        --font24: 22px;
        --font22: 20px;
        --font20: 18px;
        --font18: 17px;
    }
    .shop_logo{width: 200px; height: 200px; margin-top: -100px;}
}

@media screen and (max-width:600px) {
    :root{
        --font44: 30px;
    }
    .index_inf section{
        margin-top: 10px;
    }
}

@media screen and (max-width:480px) {
    :root{
        --font44: 25px;
        --font32: 24px;
        --font30: 23px;
        --font28: 22px;
        --font26: 21px;
        --font24: 20px;
        --font22: 18px;
        --font20: 17px;
        --font18: 16px;
        --font17: 16px;
    }
    .index_inf{padding-bottom: 70px;}
    .index_inf fieldset label{margin: 7px 2%; max-width: calc(100%/2 - 4%);}
    .index_inf .a_but01{margin: 0 auto;}
    .shop_logo{width: 150px; height: 150px; margin-top: -75px;}
}

@media screen and (max-width:375px) {
    :root{
        --font44: 23px;
        --font32: 22px;
        --font30: 21px;
        --font28: 20px;
        --font24: 18px;
        --font22: 17px;
        --font20: 16px;
    }
    .index_inf fieldset label{margin: 7px auto; max-width: 100%;}
}

/*reserve_staff*/
.res_pro{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    text-align: center;
    max-width: 1300px;
    margin: 0 auto 100px;
}
.res_pro li{
    position: relative;
    padding: 0 5px;
    position: relative;
    z-index: 1;
    color: var(--SColor5);
}
.res_pro li:before{
    content: '';
    background: var(--SColor1);
    width: 100%;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 20%;
    z-index: -1;
}
.res_pro li:last-child:before{
    display: none;
}
.res_pro li b{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--SColor1);
    color: #fff;
    font-family: "Montserrat", serif;;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    font-size: var(--font28);
    font-weight: 500;
    margin: 0 auto 10px;
}
.res_pro li:nth-child(1):before,
.res_pro li:nth-child(1) b,
.res_pro li:nth-child(2) b{
    background: var(--SColor1);
}
.pro01 li:nth-child(n+3) b,
.pro01 li:nth-child(n+2):before{
    background: var(--SColor3);
}
.staff01{
    max-width: 1300px;
    margin: 100px auto 30px;
}
.staff01 fieldset{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 15px;
}
.staff01 fieldset section{
    position: relative;
}
.staff01 fieldset input{
    display: none;
}
.staff01 fieldset i{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid var(--SColor5);
    border-radius: 100%;
    -moz-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.staff01 fieldset .button01{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 140%;
}
/* .staff01 fieldset .button01:before{
    content: url(../images/icon_man.png);
    margin-right: 8px;
} */
.staff01 fieldset .button01 span:hover{
    cursor: pointer;
}
.man_inf{
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}
.man_inf dl{
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid var(--SColor6);
    width: 85%;
    max-width: 800px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 3%;
    align-items: center;
    position: relative;
    color: var(--text_f00);
}
.man_inf dl dd{
    align-self: stretch;
    line-height: 0;
}
.man_inf dl dd img{
    width: auto;
    max-width: 100%;
}
.man_inf dl h4{
    font-size: var(--font22);
    color: var(--MColor);
    margin-bottom: 7px;
    font-weight: 500;
}
.close-man-inf{
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--MColor);
    color: #fff;
}

@media screen and (max-width:1350px) {
    .staff01 fieldset{grid-template-columns: repeat(4,1fr);}
}

@media screen and (max-width:1100px) {
    .staff01 fieldset{grid-template-columns: repeat(3,1fr);}
}

@media screen and (max-width:900px) {
    .staff01 fieldset{grid-template-columns: 1fr 1fr;}
    .res_pro{grid-template-columns: repeat(3,1fr);}
    .res_pro li:nth-child(3):before{display: none;}
    .res_pro li:nth-child(n+4){margin-top: 20px;}
}
@media screen and (max-width:600px) {
    .res_pro{margin-bottom: 70px;}
}

@media screen and (max-width:480px) {
    .staff01 fieldset{grid-template-columns: 1fr;}
    .res_pro li b{width: 40px; height: 40px; margin-bottom: 5px;}
    .man_inf dl{grid-template-columns: 1fr; row-gap: 20px;}
    .man_inf dl dd{width: 70%; max-width: 200px; margin: 0 auto;}
    .man_inf dl h4{text-align: center;}
}

@media screen and (max-width:375px) {
    .res_pro li b {
        width: 35px;
        height: 35px;
    }
    .man_inf dl{padding: 15px 13px;}
}

/*reserve_service*/
.pro02 li:nth-child(n+4) b,
.pro02 li:nth-child(n+3):before {
    background: var(--SColor3);
}
.res_service fieldset{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    text-align: center;
}
.res_service  fieldset .button01{
    text-align: left;
}
.res_service label{
    display: block;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    margin: 15px auto;
    font-size: var(--font20);
    font-family: var(--TFont1);
    background: var(--SColor4);
    padding: 10px 20px;
}
.res_service fieldset span{
    font-size: var(--font16);
    color: var(--SColor0);
    display: block;
    margin-top: 8px;
}
.res_service fieldset u{
    font-size: var(--font16);
    color: var(--MColor);
    display: block;
}

@media screen and (max-width:1024px) {
    .res_service fieldset{grid-template-columns: repeat(4,1fr);}
}
@media screen and (max-width:768px) {
    .res_service fieldset{grid-template-columns: repeat(3,1fr);}
}
@media screen and (max-width:600px) {
    .res_service fieldset{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width:480px) {
    .res_service fieldset{grid-template-columns: 1fr;}
    
}

/*reserve_service2*/
.pro03 li:nth-child(n+5) b,
.pro03 li:nth-child(n+4):before{
    background: var(--SColor3);
}
.res_service2 fieldset{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    text-align: left;
}
.res_service2  fieldset .button01{
    text-align: left;
}
.res_service2 label{
    display: block;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    margin: 15px auto;
    font-size: var(--font20);
    font-family: var(--TFont1);
    background: var(--SColor4);
    padding: 10px 20px;
}
.res_service2 fieldset span{
    font-size: var(--font16);
    color: var(--SColor0);
    display: block;
    margin-top: 8px;
}
.res_service2 fieldset u{
    font-size: var(--font16);
    color: var(--MColor);
    display: block;
}
@media screen and (max-width:1024px) {
    .res_service2 fieldset{grid-template-columns: repeat(3,1fr);}
}
@media screen and (max-width:768px) {
    .res_service2 fieldset{grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width:500px) {
    .res_service2 fieldset{grid-template-columns: 1fr;}
}
@media screen and (max-width:480px) {
    .res_service2 fieldset{grid-template-columns: 1fr;}
}

/*reserve_time*/
.time01{
    max-width: 1300px;
    margin: 0 auto;
}
.time01 h5{
    font-size: var(--font22);
    font-weight: 400;
}
.time01_inf{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.time01_inf ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.time01_inf ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
    color: var(--SColor5);
}
.time01_inf ul li:last-child{
    margin-right: 0;
}
.time01_inf ul li:before{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 8px;
    background: var(--SColor7);
    margin-right: 8px;
    overflow: hidden;
}
.time01_inf ul li:nth-child(2):before{
    background: var(--SColor2);
}
.time01_inf ul li:nth-child(3):before{
    background: var(--SColor1);
}
.box02{
    border: 1px solid var(--SColor4);
    min-height: auto;
    padding-bottom: 0;
}
.box02 section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1130px;
    margin: 0 auto;
}
.box02 section input{
    width: 12px;
    height: 20px;
    background: url(../images/icon_arrow01.png) no-repeat;
    display: block;
    outline: none;
    border: none;
    cursor: pointer;
}
.box02 section input:last-child{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1)
}
.box02 section h5{
    font-weight: normal;
    font-size: var(--font22);
    color: var(--SColor5);
}
.box02 section h5 span{
    display: inline-block;
    font-family: var(--TFont1);
    margin: 0 10px;
    font-weight: 500;
}
.box02 table{
    width: 100%;
    text-align: center;
    color: var(--SColor5);
    margin-top: 20px;
    position: relative;
}
.box02 table th{
    border-top: 1px solid var(--SColor4);
    border-bottom: 1px solid var(--SColor4);
    padding: 15px 5px;
    font-weight: 300;
    font-size: var(--font18);
}
.box02 table td{
    padding: 15px 5px;
}
.box02 table td label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    max-width: 100%;
    height: 50px;
    border-radius: 8px;
    margin: auto;
    border: 0;
    outline: none;
    background: none;
    color: var(--SColor1);
    font-size: var(--font20);
    font-weight: 400;
    cursor: pointer;
}
.box02 table td label.data_s01{
    background: var(--SColor7);
}
.box02 table td label.data_s02{
    background: var(--SColor2);
    color: #fff;
}
.box02 table td label.data_s03{
    background: var(--SColor1);
    color: #fff;
}
.box02 .notime{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(244,246,245,.9);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--SColor5);
}
.time03{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    text-align: center;
}
.time03 h6{
    font-size: var(--font18);
    color: var(--SColor1);
    font-weight: normal;
    border-top: 1px solid var(--SColor4);
    border-bottom: 1px solid var(--SColor4);
    padding: 10px 0;
    margin: 20px 0 15px;
}
.time03 label{
    display: block;
    width: fit-content;
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    margin: 15px auto;
    font-size: var(--font20);
    font-family: var(--TFont1);
}
.time03 .button00 {
    display: block;
    background: var(--SColor7);
    color: var(--SColor1);
    cursor: pointer;
    padding: 10px;
}
.time03 .button00.time_s01{
    background: var(--SColor2);
    font-weight: 500;
    color: #fff;
}
.time03 .button00.time_s02{
    background: var(--SColor1);
    color: #fff;
    font-weight: 500;
}
.time04{
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--SColor4);
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.time04 dd{
    width: 100%;
    font-size: var(--font22);
    font-weight: 400;
}
.time04 dt{
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 15px;
    margin-right: 15px;
    border: 1px solid var(--SColor5);
    border-radius: 10px;
    margin-top: 15px;
}
.time04 dt i{
    margin-top: 16px;
}
.time04 dt p{
    margin: 0 15px 0 7px;
}
.time04 dt span{
    display: inline-block;
}
.time04 dt button{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    background: var(--SColor7);
    border-radius: 100%;
    margin-left: 5px;
    margin-top: 5px;
    line-height: 100%;
    transition: all .4s;
}
.time04 dt button u{
    content: 'X';
    display: block;
    font-size: 13px;
    transform:scale(1,.8);
    font-weight: bold;
}
.time04 dt button:hover{
    background: var(--SColor0);
    color: #fff;
}
.time04 dt:last-child{
    padding: 0;
    margin-right: 0;
    border-radius: 100px;
    align-items: center;
    transition: all .3s;
    font-size: var(--font16);
    background: var(--SColor7);
    border-color: var(--SColor7);
    letter-spacing: 2px;
}
.time04 dt input{
    background: none;
    padding: 10px;
    height: 100%;
}
.time04 dt:last-child:hover{
    background: var(--SColor5);
    color: #fff;
}

@media screen and (max-width:900px) {
.time01_inf{
    align-items: flex-start;
    flex-direction: column;
}
.time01_inf ul{margin-top: 10px;}
}
@media screen and (max-width:600px) {
    .time03{column-gap: 10px;}
    .box02 table td label{width: unset;}
}
@media screen and (max-width:480px) {
.time01_inf ul{
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.time01_inf ul li{
    margin-right: 10px;
}
.time01_inf ul li:before{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.box02 table td label{
    height: 40px;
}
}
@media screen and (max-width:375px) {
    .time01_inf ul li{letter-spacing: 0;}
    .time01_inf ul li:before{
        width: 15px;
        height: 15px;
        border-radius: 5px;
        margin-right: 3px;
    }
    .box02 table td{
        padding: 10px 2px;
    }
    .box02 table td label{
        height: 30px;
    }
}

/*reserve_confirm*/
.pro04 li:nth-child(n+6) b,
.pro04 li:nth-child(n+5):before{
    background: var(--SColor3);
}
.confirm01{
    max-width: 1300px;
    margin: 0 auto;
}
.confirm_inf li{
    border-bottom: 1px solid var(--SColor4);
    padding: 20px 0;
}
.confirm_inf li:first-child{
    padding-top: 0;
}
.app_date{
    font-size: var(--font24);
    color: var(--SColor5);
}
.app_date span{
    font-family:var(--TFont1);
    font-weight: 500;
}
.app_inf{
    width: 100%;
    font-size: var(--font20);
    font-weight: 400;
    margin: 15px 0 0;
}
.app_inf tr td:nth-child(1){
    width: 110px;
    color: var(--SColor1);
}
.app_inf td{
    padding-bottom: 8px;
    vertical-align:top;
}
.app_inf td span{
    display: inline-block;
}
.add_tocart{
    position: relative;
}
.add_tocart h5{
    font-size: var(--font26);
    font-weight: 400;
    color: var(--MColor);
    padding-top: 30px;
    margin-bottom: 20px;
}
.add_tocart label{
    border: 1px solid var(--SColor4);
    background: var(--SColor7);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination{position: absolute;}
.proadd_info{padding: 0 80px; margin-bottom: 50px; text-align: center;}
.proadd_swiper a{display: block;}
.proadd_swiper .swiper-pagination{position: relative; margin-top: 20px}
.proadd_swiper .swiper-pagination-bullet{background: #FFFFFF;}
.proadd_swiper .swiper-pagination-bullet-active{background: #FFFFFF; width: 30px; border-radius: 10px;}
.proadd .swiper-button-next::after, .proadd .swiper-button-prev::after{color: #FFFFFF;}
.proadd_swiper figure{width: 100%; line-height: 0; padding-bottom: 0; overflow: hidden; height: 200px; display: flex; justify-content: center; align-items: center; background: var(--SColor7);}
.proadd_swiper figure img{width: auto; max-width: 100%; max-height: 100% !important; object-fit: cover;}
.proadd_swiper dl{margin: 15px auto;}
.proadd_swiper dt{font-size: var(--font16); line-height: 130%;}
.proadd_swiper dd{font-size: var(--font16); line-height: 130%;}
.proadd_swiper dd input{max-width: 150px; margin: 10px auto auto; border: 1px solid #ddd; padding: 0 5px 0 10px; text-align: center; font-size: 15px;}
.swiper-button-next:after, .swiper-button-prev:after{color: var(--MColor);}
.add_but{background: var(--SColor1) !important; color: #fff;}
.add_but dd input{color: #333;}
.add_money{
    flex-wrap: wrap;
    display: flex;
    padding: 10px 0;
    border-top: 6px double var(--SColor4);
}
.add_money dd{
    width: 100%;
    color: var(--SColor5);
}
.add_money dt:after{
    content: '、';
}
.add_money dt:last-child:after{
    display: none;
}
.add_money #extra_v input{
    font-size: 13px;
    transform:scale(1,.8);
    font-weight: bold;
    min-width: 20px;
    height: 22px;
    background: var(--SColor7);
    border-radius: 100%;
    margin-left: 5px;
    margin-top: 5px;
    line-height: 100%;
    transition: all .4s;
}
.add_money #extra_v input:hover{
    background: var(--SColor0);
    color: #fff;
}
.app_amount{
    font-size: var(--font32);
    color: var(--SColor1);
    border-top: 1px solid var(--SColor4);
}
.app_amount span{
    display: inline-block;
}
.app_amount span b{
    color: var(--SColor8);
    font-weight: 500;
    font-family: var(--TFont1);
    margin: 0 10px;
}
.app_remark{
    margin: 100px auto;
}
.app_remark h6{
    font-size: var(--font20);
    font-weight: 400;
    margin-bottom: 10px;
}
.app_remark p{
    background: var(--SColor4);
    padding: 12px 15px;
    color: var(--SColor3);
    font-weight: 400;
    font-size: var(--font16);
    margin-bottom: 30px;
}
.app_remark p:last-child{
    margin-bottom: 0;
}
.payment h5{
    font-size: var(--font32);
    color: var(--MColor);
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 5px;
}
.pay_label{
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    width: fit-content;
    cursor: pointer;
}
.pay_label:last-child{
    margin-right: 0;
}
/* 主外框 */
.pay_label i{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid var(--SColor5);
    border-radius: 100%;
    -moz-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* 上面的打勾 */
.pay_label i::before, .pay_label i::after { 
    content: "";
    position: absolute;
    width: 2px;
    background-color: white;
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 0;
}
/* 打勾左邊的線 */
.pay_label i::before { 
    height: 5px;
    top: 7px;
    left: 4px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 打勾右邊的線 */
.pay_label i::after { 
    height: 10px;
    top: 3px;
    left: 8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 當check時 按鈕顏色改變 */
.pay_style01:checked + .pay_style02 { 
    background-color: var(--SColor5);
}
/* 當check時 打勾消失 */
.pay_style01:checked + .pay_style02::before,
.pay_style01:checked  + .pay_style02::after { 
    opacity: 1;
}
.pay_style01 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px) {
    .app_inf tr td:nth-child(1){
        width: 95px;
    }
    .app_remark{
        margin: 70px auto;
    }
}
@media screen and (max-width:600px) {
    .app_inf tr td:nth-child(1){
        width: 85px;
    }
    .proadd_info{
        padding: 0 8vw;
    }
    .proadd .swiper-button-next::after,
    .proadd .swiper-button-prev::after{
        font-size: 7vw;
    }
}
@media screen and (max-width:480px) {
    .app_inf{
        margin-bottom: 50px;
    }
    .app_remark{
        margin: 50px auto;
    }
}
@media screen and (max-width:375px) {
    .app_inf tr td:nth-child(1){
        width: 75px;
    }
    .proadd_info{padding: 0 10vw;}
}

/* reserve_finish */
.res_finish01{
    text-align: center;
}
.res_finish01 h4{
    font-size: var(--font32);
    color: var(--MColor);
    font-weight: 400;
    letter-spacing: 4px;
}
.res_finish01 h4 i{
    width: 25%;
    max-width: 88px;
    display: block;
    margin: 0 auto 15px;
}
.res_finish01 p{
    margin: 20px auto 50px;
}
.res_finish02{
    max-width: 1000px;
    padding: 75px 5%;
    margin: 0 auto 50px;
    border: 2px solid var(--SColor4);
}
.res_finish02 li{
    max-width: 790px;
    margin: 0 auto;
}
.res_finish02 li h5{
    font-size: var(--font28);
    color: var(--MColor);
    font-weight: 500;
    font-family: var(--TFont1);
}
.res_finish02 li h5 span{
    display: inline-block;
    font-family: var(--TFont0);
    margin: 0 20px 0 5px;
}
.fin_inf{
    width: 100%;
    font-size: var(--font20);
    color: var(--SColor0);
    font-weight: 400;
    margin: 15px 0 0;
}
.fin_inf tr td:nth-child(1){
    width: 110px;
    color: var(--SColor5);
}
.fin_inf td{
    padding-bottom: 8px;
    vertical-align:top;
}
.fin_inf td span{
    display: inline-block;
}
.rem_inf dl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
}
.rem_inf dd{
    width: 180px;
    margin-left: 2%;
}
.rem_inf dl p{
    margin-bottom: 5px;
}
.rem_inf h6{
    font-size: var(--font26);
    color: var(--MColor);
}
.rem_inf section p{
    margin-top: 5px;
}
.rem_inf section p a{
    color: var(--SColor5);
}
@media screen and (max-width:768px) {
    .res_finish02{
        padding: 50px 5%;
    }
    .fin_inf tr td:nth-child(1){
        width: 95px;
    }
    .app_remark{
        margin: 70px auto;
    }
}
@media screen and (max-width:600px) {
    .fin_inf tr td:nth-child(1){
        width: 85px;
    }
    .rem_inf dl{flex-direction: column; align-items: flex-start;}
    .rem_inf dd{margin: 20px 0;}
}
@media screen and (max-width:480px) {
    .res_finish01 p{
        margin: 15px auto 40px;
    }
    .res_finish02{
        padding: 40px 5%;
    }
    .res_finish0.a_but01{
        margin: 0 auto;
    }
}
@media screen and (max-width:375px) {
    .fin_inf tr td:nth-child(1){
        width: 75px;
    }
}

/*--------------------------------------------------*/
/*----------------------member----------------------*/

/* member_login */
.mem_content h4{
    font-size: var(--font32);
    color: var(--MColor);
    width: 100%;
    max-width: 665px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-weight: 400;
    line-height: 150%;
}
.mem_content h4 input{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    overflow: none;
    background: url(../images/icon_arrow01.png) no-repeat;
    width: 12px;
    height: 20px;
    transition: all .4s;
    cursor: pointer;
}
.mem_content h4 input:hover{
    filter: brightness(0.8);
}

.box03{
    padding: 100px 0;
    margin: 20px auto 30px;
    border-top: 1px solid var(--SColor4);
    border-bottom: 1px solid var(--SColor4);
}

@media screen and (max-width:768px) {
    .box03{padding: 70px 0;}
}

@media screen and (max-width:480px) {
    .box03{padding: 50px 0;}
    .mem_content{padding: 70px 5%;}
}

.form_01{
    width: 100%;
    max-width: 615px;
    margin: 0 auto;
}
.form_01 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.form_01 li:first-child{
    color: var(--text_f06);
}
.form_01 li:nth-child(2){
    color: var(--SColor5);
}
.form_01 li:nth-child(2) u{
    display: inline-block;
    line-height: 150%;
    color: var(--MColor);
}
.form_01 li:last-child{
    margin-bottom: 0;
}
.form_01 li .verify_password{
    width: 100%;
    max-width: calc(100% - 110px);
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--SColor5);
}
.form_01 li .verify_password input{
    margin: 0 5px;
    background: none;
    outline: none;
    border: none;
    color: var(--SColor5);
    font-size: var(--font16);
    border-bottom: 1px solid var(--SColor5);
    transition: all .4s;
}
.form_01 li .verify_password input:hover{
    color: var(--SColor8);
    border-bottom: 1px solid var(--SColor8);
}
.form_01 li span{
    display: inline-block;
    color: var(--MColor);
}
.form_question{
    font-size: var(--font17);
    color: var(--SColor1);
}
.form_answer{
    width: 100%;
    max-width: calc(100% - 110px);
}
.form_answer input{
    width: 100%;
    background: var(--SColor4);
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 7px;
    overflow: hidden;
}
.form_answer textarea{
    width: 100%;
    background: var(--SColor4);
    outline: none;
    border: none;
    border-radius: 7px;
    padding: 10px;
}
.mem_log_bot{
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 40px auto auto;
}
.mem_log_bot input{
    width: calc(100%/2 - 2%);
    max-width: 300px;
    padding: 13px;
    margin: 0 1%;
    border-radius: 50px;
    text-align: center;
    font-size: var(--font22);
    font-weight: 400;
    border: 1px solid var(--SColor5) !important;
    color: var(--SColor5);
    cursor: pointer;
    transition: all .4s;
    background: #fff;
}
.mem_log_bot input:nth-child(1){
    background: var(--MColor);
    color: #fff;
    border: 1px solid var(--MColor);
}
.mem_log_bot input:hover{
    background: var(--SColor6);
    color: #fff;
}
.mem_log_bot input:nth-child(1):hover{
    background: var(--SColor6);
}
.login_line h6{
    position: relative;
    width: fit-content;
    padding: 5px 25px;
    margin: 0 auto -30px;
    background: #fff;
    font-size: var(--font18);
    font-weight: normal;
    top: -53px;
    color: var(--SColor5);
    letter-spacing: 2px;
}
.login_line a{
    background: #65AB6A;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 0 auto;
    border-radius: 50px;
    max-width: 300px;
    transition: all .4s;
}
.login_line a img{
    margin-right: 10px;
}
.login_line a:hover{
    background: #4A884F;
}

@media screen and (max-width:480px) {
    .form_01 li{flex-direction: column;}
    .form_01 li:nth-child(2){align-items: flex-start;}
    .form_question{width: 100%; text-align: left; margin-bottom: 5px;}
    .form_answer{max-width: 100%;}
    .form_01 li .verify_password{max-width: 100%;}
    .mem_log_bot input{padding: 10px;}
}

/* member_register */
.read01{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: calc(100% - 110px);
    margin-left: auto;
    color: var(--SColor5);
}
.read01 input{
    width: 17px;
    height: 17px;
    margin-top: 8px;
    margin-right: 7px;
}
.read01 a{
    color: var(--SColor5);
    border-bottom: 1px solid var(--SColor5);
}
.mem_f01{
    text-align: center;
    margin: 100px auto -80px;
}
@media screen and (max-width:768px) {
    .mem_f01{margin-top: 70px;}
}
@media screen and (max-width:480px) {
    .read01{max-width: 100%;}
    .mem_f01{margin: 50px auto -50px;}
}

/* authentication */
.mem_f02{
    text-align: center;
    margin-bottom: 30px;
}

/* privacy */
.privacy01{
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 0;
}
.privacy01 h6{
    font-size: var(--font18);
    margin: 35px 0 5px;
}

/* member_ind */
.man_photo{
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.man_photo i{
    display: block;
    width: 126px;
    height: 126px;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.man_photo label{
    width: 32px;
    height: 32px;
    background: var(--SColor1);
    color: #fff;
    font-size: var(--font22);
    display: flex;
    justify-content: center;
    padding-top: 3px;
    border-radius: 100%;
    line-height: 100%;
    position: absolute;
    right: 5px;
    bottom: 0;
    transition: all .4s;
}
.man_photo label:hover{
    background: var(--SColor5);
}
.mem_f03{
    text-align: center;
    padding-bottom: 25px;
    margin: 10px auto 75px;
    border-bottom: 1px solid var(--SColor4);
}
.m_name{
    font-size: var(--font28);
    color: var(--MColor);
    text-align: center;
    font-weight: 500;
    font-family: var(--TFont1);
    margin: 15px auto 5px;
}
.m_quantity{
    text-align: center;
    margin: 15px auto 50px;
    letter-spacing: 2px;
}
.m_quantity b{
    display: inline-block;
    margin: 0 20px;
    font-size: var(--font26);
    color: var(--MColor);
    font-family: var(--TFont1);
    font-weight: 500;
}
.m_ind01{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3%;
    row-gap: 25px;
}
.m_ind01 li:first-child{
    grid-column: 1/3;
}
/* .m_ind01 li{
    background: var(--SColor4);
    padding: 15px 25px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.m_ind01 li a{
    width: 100%;
    background: var(--SColor4);
    padding: 15px 25px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--SColor0);
}
.m_ind01 li section{
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.m_ind01 li section i{
    margin-right: 10px;
    font-size: var(--font22);
}
.m_ind01 li section b{
    display: inline-block;
    margin-left: 15px;
    font-size: var(--font26);
    font-weight: 500;
    color: var(--SColor5);
    letter-spacing: 2px;
    font-family: var(--TFont1);
}
.m_ind01 li input{
    background: url(../images/icon_arrow01.png) no-repeat;
    width: 12px;
    height: 20px;
    transition: all .4s;
    cursor: pointer;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    display: block;
}
.m_signout{
    width: fit-content;
    margin: 45px auto auto;
    display: block;
}
.m_signout input{
    color: var(--SColor5);
    font-size: var(--font16);
    max-width: fit-content;
    border-bottom: 1px solid var(--SColor5) !important;
    text-align: center;
    padding-bottom: 5px;
    letter-spacing: 2px;
    background: none;
}
@media screen and (max-width:600px) {
    .mem_content ul{grid-template-columns: 1fr; row-gap: 20px;}
    .mem_content ul li:first-child{grid-column: unset;}
}
@media screen and (max-width:600px) {
    .mem_f03{margin: 10px auto 50px;}
}

/* stored_value */
.m_stored{
    width: 100%;
    max-width: 1000px;
    background: var(--SColor1);
    padding: 13px;
    margin: 30px auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font30);
    color: #fff;
    font-family: var(--TFont1);
}
.m_stored img{
    margin-right: 15px;
}
.m_stored b{
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    word-break:break-word;
}
.stored_list{
    width: 100%;
    max-width: 1000px;
    padding: 0 3%;
    margin: 0 auto;
    border: 1px solid var(--SColor4);
}
.stored_list li{
    padding: 50px 0;
    border-bottom: 1px solid var(--SColor4);
}
.stored_list li:last-child{
    border-bottom: none;
}
.stored_list dl{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;
}
.stored_list dl dt{
    width: 295px;
    margin-right: 3%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.stored_list dl dt b{
    width: 67px;
    background: var(--SColor1);
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    padding: 2px;
    margin-right: 15px;
}
.stored_list dl dt section h6{
    color: var(--SColor5);
    font-size: var(--font20);
    font-weight: 400;
    margin-bottom: 5px;
}
.stored_list dl dd{
    font-size: var(--font20);
    color: var(--SColor5);
    font-family: var(--TFont1);
    letter-spacing: 2px;
}
@media screen and (max-width:600px) {
    .m_stored img{
        max-width: 30px;
        margin-right: 10px;
    }
    .stored_list{
        padding: 0 5%;
    }
    .stored_list li{
        padding: 35px 0;
    }
    .stored_list dl{
        position: relative;
    }
    .stored_list dl dt{
        flex-direction: column;
    }
    .stored_list dl dt b{
        margin-bottom: 5px;
    }
    .stored_list dl dd{
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width:380px) {
    .m_stored{
        flex-wrap: wrap;
    }
    .m_stored img{
        margin: 0 10px 2px;
    }
    .stored_list dl{
        flex-direction: column-reverse;
    }
    .stored_list dl dd{
        position: relative;
        margin-bottom: 5px;
    }
}

/* member_data */
.revise_pas{
    margin-top: -10px;
    margin-left: auto;
}
.revise_pas a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.revise_pas span{
    margin-right: 10px;
    font-size: var(--font16);
    border-bottom: 1px solid var(--SColor5);
    color: var(--SColor5);
}
.form_answer01{
    width: 100%;
    max-width: calc(100% - 110px);
}
.form_answer01 label{
    width: 100%;
    background: var(--SColor4);
    padding: 10px;
    border-radius: 7px;
    background: var(--SColor4);
    display: block;
}
.form_answer01 label input{
    background: none;
}
.answer_gender{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 18px;
    text-align: center;
    align-items: center;
}
.answer_gender input,
.answer_date input{
    text-align: center;
    color: var(--SColor0);
}
.box_reserve .form_answer .button01{
    padding: 5px;
    font-size: var(--font16);
    color: var(--SColor0);
}
.answer_date{
    display: grid;
    grid-template-columns: 1fr 18px 1fr 18px 1fr;
    text-align: center;
    align-items: center;
    font-family: var(--TFont1);
}
.mem_f04{
    margin: 100px auto -70px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .mem_f04{
        margin: 70px auto -50px;
    }
}

@media screen and (max-width:480px) {
    .form_answer01{
        max-width: 100%;
    }
    .mem_f04{
        margin: 50px auto -25px;
    }
}

/* member_list */
.tab-contnet{
    width: 100%;
    max-width: 1000px;
    margin: 55px auto auto;
}
.btn-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    border: 2px solid var(--SColor4);
    border-radius: 6px;
    overflow: hidden;
}
.btn-group a{
    display: block;
    background: var(--SColor4);
    color: var(--text_f00);
    padding: 15px;
}
.btn-group a.btn:focus{
    box-shadow: none !important;
}
.btn-group a.active{
    background: var(--SColor1);
    color: #fff;
}
/* .form-content{
    border: 2px solid var(--SColor4);
    border-radius: 6px;
    padding: 0 5%;
}
.form-content ol{
    text-align: center;
    padding: 50px 5%;
}
.form-content ol p{
    font-size: var(--font24);
    margin-bottom: 20px;
}
.form-content ol img{
    width: 60%;
    max-width: 585px;
}
.form-content li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid var(--SColor1);
}
.form-content li:last-child{
    border-bottom: none;
}
.form-content li section{
    width: 100%;
}
.form-content li h5{
    font-size: var(--font24);
    color: var(--SColor5);
    font-weight: 500;
    font-family: var(--TFont1);
    margin-bottom: 15px;
    letter-spacing: .5px;
    line-height: 130%;
}
.form-content li h5 span{
    display: inline-block;
    font-family: var(--TFont0);
    line-height: 130%;
}
.form-content li > i{
    display: block;
    align-self: stretch;;
    width: 1px;
    background: var(--SColor4);
    margin: 0 3%;
}
.form-content table{
    width: 100%;
    font-size: var(--font18);
    font-weight: 400;
}
.form-content table tr td{
    margin-top: 5px;
    vertical-align:top;
    line-height: 130%;
    padding: 10px 5px;
}
.form-content table tr th{
    background: var(--SColor1);
    color:#fff;
    padding: 5px;
    font-weight: 500;
}
.form-content table tr td:nth-child(1) {
    width: 110px;
    color: var(--SColor1);
}
.form-content table tr td span{
    display: inline-block;
}
.form-content a{
    display: block;
    background: var(--MColor);
    color: #fff;
    transition: all .4s;
    padding: 8px;
    text-align: center;
    border-radius: 50px;
    width: 100px;
    font-size: var(--font16);
    letter-spacing: .5px;
    line-height: 140%;
}
.form-content a:hover{
    background: var(--SColor1);
    letter-spacing: 1.5px;
}
.rwd_tab{
    width: 100%;
}
.list01 table{
    font-size: var(--font16);
    text-align: center;
}
.list01 table tr td:nth-child(1){
    width: unset;
}
.list01 tr td{
    border-top: 1px solid var(--SColor6);
}
.list01 b{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 400;
    color: var(--SColor5);
    letter-spacing: 2px;
    width: calc(30% - 1px);
}
.list01 b img{
    margin-left: 5px;
}

.list02 section{
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
}
.list02 section b{
    background: var(--SColor1);
    color: #fff;
    font-weight: 400;
    padding: 2px 5px;
    margin-right: 10px;
    line-height: 150%;
    border-radius: 5px;
    display: block;
    width: 90px;
    text-align: center;
}
.list02 section h5{
    font-size: var(--font22);
    color: var(--SColor1);
    font-weight: 400;
}
.list01 var{
    margin-right: 3px;
    color: var(--SColor8);
    font-size: var(--font20);
    font-weight: 500;
    letter-spacing: 0;
}
.form-content li.list04{
    display: block;
}
.order_status{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.order_status blockquote{
    color: var(--MColor);
    font-size: var(--font18);
    min-width: fit-content;
    margin-right: 15px;
} */
.form-content{
    border: 2px solid var(--SColor4);
    border-radius: 6px;
    padding: 0 5%;
}
.form-content ol{
    text-align: center;
    padding: 50px 5%;
}
.form-content ol p{
    font-size: var(--font24);
    color: #BBBBBB;
    margin-bottom: 20px;
}
.form-content ol img{
    width: 60%;
    max-width: 585px;
}
.form-content li{
    padding: 50px 3%;
    border-bottom: 1px solid var(--SColor4);
}
.form-content li:last-child{
    border-bottom: none;
}
.form-content table{
    width: 100%;
    font-size: var(--font18);
    color: var(--text_f04);
    font-weight: 400;
}
.form-content table tr td{
    margin-top: 5px;
    vertical-align:top;
}
.form-content table tr td:nth-child(1) {
    width: 95px;
    color: var(--SColor1);
}
.form-content table tr td span{
    display: inline-block;
}
.list01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list01 section{
    width: 64%;
}
.list01 h5{
    font-size: var(--font28);
    color: var(--SColor1);
    font-weight: 500;
    font-family: var(--TFont1);
    margin-bottom: 15px;
}
.list01 h5 span {
    display: inline-block;
    font-family: var(--TFont0);
    margin: 0 20px 0 5px;
}
.list01 i{
    display: block;
    align-self: stretch;;
    width: 1px;
    background: var(--SColor4);
    margin: 0 3%;
}
.list01 b{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 400;
    color: var(--SColor1);
    letter-spacing: 2px;
    width: calc(30% - 1px);
}
.list01 b img{
    margin-left: 5px;
}
.list02 section{
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 7px;
}
.list02 section b{
    background: var(--SColor1);
    color: #fff;
    font-weight: 400;
    padding: 2px 5px;
    margin-right: 10px;
    line-height: 150%;
    border-radius: 5px;
    display: block;
    width: 90px;
    text-align: center;
}
.list02 section h5{
    font-size: var(--font22);
    color: var(--SColor1);
    font-weight: 400;
}
/* @media screen and (max-width:1000px) {
    .list01{flex-direction: column;}
    .list01 section{width: 100%;}
    .form-content li.list01 > i{width: 100%; max-width: 100%; height: 1px; margin: 20px auto;}
    .list01 .rwd_tab{width: 100%; height: auto; overflow: scroll;}
    .list01 .rwd_tab table{width:650px; max-width: unset;}
    .list01 b{justify-content: center; width: 100%; max-width: fit-content;}
}

@media screen and (max-width:768px) {
    .form-content table tr td:nth-child(1){width: 95px;}
    .list01 table tr td:nth-child(1) {width: unset;}
}
@media screen and (max-width:600px) {
    .form-content table tr td:nth-child(1){width: 90px;}
    .list01 table tr td:nth-child(1) {width: unset;}
    .list01{flex-direction: column;}
    .order_status{flex-direction: column; margin: 0 0 10px;}
}
@media screen and (max-width:480px) {
    .btn-group a{padding: 10px;}
    .form-content li h5{letter-spacing: 0;}
    .form-content table tr td:nth-child(1){width: 85px;}
    .list01 table tr td:nth-child(1) {width: unset;}
    .form-content ol img{ width: 70%;}
    .form-content li.list03{flex-direction: column;}
    .form-content li.list03 > i{width: 100%; height: 1px; margin: 25px auto 20px;}
} */
 @media screen and (max-width:768px) {
    .form-content table tr td:nth-child(1){width: 85px;}
    .list01{flex-direction: column;}
    .list01 section{width: 100%; max-width: fit-content;}
    .list01 i{width: 100%; max-width: 450px; height: 1px; margin: 20px auto;}
    .list01 b{justify-content: center; width: 100%; max-width: fit-content;}
}
@media screen and (max-width:600px) {
    .form-content table tr td:nth-child(1){width: 80px;}
    .list01{flex-direction: column;}
}
@media screen and (max-width:480px) {
    .form-content table tr td:nth-child(1){width: 75px;}
    .form-content ol img{
        width: 70%;
    }
}