#price_list_wrapper{
    width: 98%;
    padding: 3vw;
    margin: 0 auto;
}
#price_list_contain{
    width: 98%;
    height: fit-content;
    margin: 0 auto;
    /* background-image: url(../img/background/12.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain; */
    display: flex;
    row-gap: 1vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#price_list_contain>p{
    font-size: 1.5vw;
    /* padding: 1vw; */
    height: fit-content;
}
table{
    margin: 1vw 0;
    width: 80%;
    /* border: 1px solid; */
}
.price_table_th{
    text-align: center;
    height: 100%;
    padding: 0.5vw;
    border: 0.1vw solid;
    background: transparent linear-gradient(90deg,#800020e0 0%, #9f1e22 50%, #800020e0 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-size: 1.5vw;
}
.price_table_tr{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    /* color:#eb595e; */
}
td{
    /* width: 16%; */
    height: 100%;
    padding: 0.5vw;
    border: 0.1vw solid;
    background-color:rgba(255, 255, 255, 0.701) ;
    object-fit: contain;
}
.price_text{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0.5vw;
    justify-content: center;
    align-items: end;
    font-size: 1.7vw;
    /* color:#eb595e; */
}
.tax{
    font-size: 1vw;
    /* color:#eb595e; */
    height: fit-content;
}
@media screen and (max-width: 768px) {
    #price_list_wrapper{
        width: 98%;
        padding: unset;
        margin: 0 auto;
    }
    #price_list_contain{
        width: 100%;
        height: unset;
        margin: 0 auto;
        background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url(../img/background/AdobeStock_1025377788.webp);
        /* background-repeat: no-repeat; */
        background-size: contain;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    table{
        margin: 5vw auto 0;
        width: 95%;
        /* border: 1px solid; */
    }
    .price_table_tr{
        width: 95%;
        display: grid;
        margin: 0 auto;
        grid-template-columns: repeat(2,1fr);
        align-items: center;
        /* color:#eb595e; */
    }
    .price_table_th{
        text-align: center;
        height: 100%;
        padding: 1.5vw;
        border: 0.1vw solid;
        background: transparent linear-gradient(90deg,#970227e0 0%, #ce494d 50%, #970227e0 100%) 0% 0% no-repeat padding-box;
        color: white;
        font-size: 2.8vw;
    }
    td{
        /* width: 16%; */
        height: 10vw;
        padding: 2vw;
        border: 0.1vw solid;
        background-color:rgba(255, 255, 255, 0.701) ;
    }
    .price_text{
        display: flex;
        width: 100%;
        height: 100%;
        padding: 0.5vw;
        justify-content: center;
        align-items: end;
        font-size: 4vw;
        /* color:#eb595e; */
    }
    .tax{
        font-size: 2.5vw;
        /* color:#eb595e; */
    }
    #price_list_contain>p{
        font-size: 3vw;
        padding: 1vw;
        height: fit-content;
    }
    .price_add_time_td_0{
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr; */
        width: 90%;
        /* margin: 0 auto; */
        border: unset;
        align-content: center;
        align-self: center;
        font-size: 3.5vw;
        padding: unset;
        text-align: center;
        background-color: #ee3b41b5;
        height: 6vw;
        color: white;
        border-radius: 3vw;
    }
    .price_add_time_td_1{
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr; */
        width: 100%;
        border: unset;
        align-content: center;
        align-self: center;
        font-size: 3.5vw;
        padding: unset;
        text-align: center;
        height: 6vw;
    }
    .price_add_time_td_1_span{
        color: #eb595e;
    }
    .price_add_time_td_2{
        /* display: grid; */
        /* grid-template-columns: 1fr 1fr; */
        width: 100%;
        border: unset;
        align-content: center;
        align-self: center;
        color: #eb595e;
        font-size: 3.7vw;
        text-align: end;
        padding: unset;
        height: 6vw;
    }
    .price_add_time_td_2_span{
        font-size: 2.5vw;
    }
    .price_add_time_tr{
        width: 100%;
        display: grid;
        grid-template-columns: 30vw 19vw 22vw;
        border-bottom: 0.2vw solid #eb595e;
        /* border: 1px solid; */
        height: 8vw;
    }
    #price_list_sub_contain{
        margin: 5vw auto 0;
        width: 100%;
        height: 71.8vw;
        background-image: url(../img/background/S__235200534_1.webp),url(../img/background/S__235200534_2.webp);
        background-size: contain,contain;
        background-position: top,bottom;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }   
    #price_add_time{
        width: 71vw;
        /* border: 1px solid; */
        margin: 0 auto;
    }
    .price_add_time_span{
        width: 50%;
    }
    #add_price{
        width: fit-content;
        margin: 2vw auto;
    }
    .add_price_span{
        font-size: 6vw;
        font-weight: bold;
        color: #eb595e;
    }
    .add_price_span_2{
        font-size: 3vw;
        color: #eb595e;
    }
    #price_list_sub_charge{
        display: flex;
        font-size: 5vw;
        margin: 7vw auto 0;
        width: 68%;
        height: 17vw;
        align-items: end;
        justify-content: space-around;
        background-image: url(../img/decoration/S__235200535_1.webp);
        background-size: 40vw;
        background-repeat: no-repeat;
        background-position: top;
    }
    .add_price_title{
        width: 100%;
        margin: 0 auto;
        /* border: 1px solid; */
        text-align: center;
        color: #eb595e;
        font-size: 3.5vw;
    }
    .price_list_sub_charge_int{
        color: #eb595e;
        font-size: 9vw;
        margin: 0 1vw;
    }
    #price_list_sub_charge>span{
        font-size: 6vw;
        align-content: end;
    }
}