﻿

/* #region 基本骨組み */

.ReservationStage {
    width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
}
.ReservationWrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 160px auto 0 auto;
}

.ReservationStageTitle {
    float: left;
    width: 100%;
    background: url(/Images/rsvbg01.png) no-repeat;
    padding: 40px 0 0 50px;
    font-weight: 700;
    font-size: 34px;
    height: 160px;
    background-size: 160px 160px;
}
.ReservationStageCome {
    position: absolute;
    top: 90px;
    left: 60px;
    font-size: 16px;
    padding-right:10px;
}
.ReservationMiniWrap {
    float: left;
    position:relative;
    width: 100%;
    border-top: 1px solid #c1c1c1;
    padding: 0 0 20px 0;
}
.ReservationMiniTitle {
    float: left;
    width: 100%;
    background: url(/Images/rsvbg02.png) no-repeat;
    padding: 20px 0 0 10px;
    font-weight: 700;
    font-size: 22px;
    height: 70px;
    background-size: 225px 32px;
    background-position: 15px 35px;
}
.ReservationMiniCome {
    float: left;
    width: 90%;
    font-size: 13px;
    margin: 10px 5% 0 5%;
    padding:0 10px;
}
.InputWrap {
    float: left;
    width: 90%;
    padding: 15px 0 15px 20px;
    background-color: rgba(255,255,255,0.6);
    margin: 10px 5% 0 5%;
    border-radius: 8px;
}
.InputWrap2 {
    float: left;
    position: relative;
    width: 90%;
    padding: 8px 10px 15px 12px;
    background-color: rgba(255,255,255,0.6);
    margin: 10px 5% 0 5%;
    border-radius: 8px;
}
.InputWrap3 {
    float: left;
    position: relative;
    width: 90%;
    padding: 8px 10px 15px 12px;
    background-color: rgba(255,255,255,0.6);
    margin: 10px 5% 0 5%;
    border-radius: 8px;
}
.InputWrap5 {
    float: left;
    position: relative;
    width: 90%;
    padding: 8px 10px 15px 12px;
    background-color: rgba(255,255,255,0.6);
    margin: 10px 5% 0 5%;
    border-radius: 8px;
}
.Lsp{
    margin-left:20px;
}
.Csp {
    margin-left: 7px;
    margin-right: 7px;
    margin-top:7px;
}
.Csp2 {
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 7px;
}
.BtnArea {
    float: left;
    width: auto;
}

.ReservationBtnWrap{
    float:left;
    width:100%;
    padding:15px 0 60px;
}

.ReservationBtnArea {
    width: 240px;
    margin:0 auto;
}


/* #endregion */

/* #region DataPicker強制変更 */
#ui-datepicker-div {
    width: 400px !important;
    z-index: 2000 !important;
}
.ui-state-default{
    height:35px;
}
.ui-datepicker-sunday .ui-state-default {
    background-image: none;
    background-color: #fcdada;
}

/* カレンダーの土曜日の背景色を変える */
.ui-datepicker-saturday .ui-state-default {
    background-image: none;
    background-color: #bce6ff;
}
/* #endregion */

/* #region 席・時間選択 */

.RoomWrap00 {
    float: left;
    width: 100%;
    height: auto;
}

.RoomWrap01 {
    float: left;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    margin: 0 0 16px 0;
}
.RoomItemWrapInc {
    font-size: 12px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #cccccc !important;
    padding: 0 0 5px 0;
    overflow: hidden;
}
.RoomWrap00 {
    float: left;
    position:relative !important;
    width: 86% !important;
    margin: 20px 0 20px 7% !important;
    font-size: 12px;
    overflow:hidden;
}

.RoomWrap02 {
    font-size: 12px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #f2f2f2 !important;
    padding: 0 0 10px 0;
    overflow: hidden;
}
.RoomWrap03 {
    font-size: 12px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #f2f2f2 !important;
    padding: 0 0 10px 0;
    overflow:hidden;
}
.swiper-wrapper{
    position:unset !important;
}

.RoomWrap_Info {
    float: left;
    width: 50%;
    padding: 8px;
    overflow: hidden;
}

.RoomWrap_Come {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-radius:8px 8px 0 0 ;
    padding-bottom: 8px;
    padding: 15px 10px 10px 20px;
}
.RoomWrap_Come2 {
    float: left;
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 5px;
}
.RoomWrap_Come00 {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
}
.RoomWrap_Come00_td {
    float: left;
    width:120px;
    font-size: 14px;
    padding: 4px 0 3px 0;
    background-color:#696969;
    color:#fff;
    text-align:center;
    border-radius:3px;
}
.RoomWrap_Come00_td_green {
    float: left;
    width: 120px;
    font-size: 14px;
    padding: 4px 0 3px 0;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.RoomWrap_Come00_dd {
    float: left;
    font-size: 16px;
    font-weight: 900;
    padding:5px 0 0 10px;
}
.RoomWrap_Come00_dd2 {
    float: left;
    font-size: 16px;
    font-weight: 900;
    padding: 5px 0 0 10px;
}

.RoomWrap_Come01 {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
}

.RoomWrap_Come01_td {
    float: left;
    width: 120px;
    font-size: 14px;
    padding: 4px 0 3px 0;
    background-color: #696969;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.RoomWrap_Come01_td_green {
    float: left;
    width: 120px;
    font-size: 14px;
    padding: 4px 0 3px 0;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.RoomWrap_Come01_dd {
    float: left;
    font-size: 16px;
    font-weight: 900;
    padding: 2px 0 0 10px;
}

.RoomWrap_Image {
    float: left;
    width: 100%;
    padding: 8px;
    overflow: hidden;
}

.RoomWrap_Image_Img {
    float: left;
    width: 100%;
}

.RoomWrap_Time {
    float: left;
    width: 100%;
    padding: 5px 2px 5px 5px;
    overflow: hidden;
    position:relative;
}

.MenuDetailBtn {
    width: 200px;
    height: 100%;
    margin: 0 auto;
    padding: 7px 0 7px 0;
    font-size: 14px;
    background-color: green;
    color: #fff;
    border-radius: 5px;
}
.MenuInfoCome {
    float: left;
    width: 100%;
    padding: 10px 10px;
    overflow: hidden;
    font-size: 13px;
}
.TimeListArea {
    width: 100%;
    padding: 0 4px 0 16px;
}
/* #endregion */

/* #region 新食事選択 */

.MealWrap {
    float: left;
    position: relative !important;
    width: calc(100% - 20px) !important;
    margin: 20px 0 20px 10px !important;
    font-size: 12px;
    overflow: hidden;
}

.MealItemWrap {
    float: left;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.MealItemWrapInc {
    font-size: 12px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #cccccc !important;
    padding: 0 0 16px 0;
    overflow: hidden;
    margin-bottom:16px;
}

.MealItemWrapInc_Come {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 8px 8px 0 0;
    padding-bottom: 8px;
    padding: 15px 10px 10px 20px;
}

.MealItemWrapInc_Come00 {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
}

.MealItemWrapInc_Come00_td {
    float: left;
    width: 120px;
    font-size: 14px;
    padding: 4px 0 3px 0;
    background-color: #696969;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.MealItemWrapInc_Come00_dd {
    float: left;
    font-size: 16px;
    font-weight: 900;
    padding: 5px 0 0 10px;
}

.MealItemWrapInc_Come00_dd2 {
    float: left;
    font-size: 16px;
    font-weight: 900;
    padding: 5px 0 0 10px;
}

.MealItemWrapInc_Come01 {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
}

.MealItemWrapInc_Come01_td {
    float: left;
    width: 120px;
    font-size: 14px;
    padding: 4px 0 3px 0;
    background-color: #696969;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}

.MealItemWrapInc_Come01_dd {
    float: left;
    font-size: 16px;
    font-weight: 900;
    padding: 2px 0 0 10px;
}
.MealItemWrapInc_Come02 {
    float: left;
    width: 160px;
    padding: 8px;
    overflow: hidden;
}
.MealItemWrapInc_Image {
    float: left;
    width: 100%;
    padding: 8px;
    overflow: hidden;
}
.MealItemWrapInc_ImageCome {
    float: left;
    display: none;
}
.MealItemWrapInc_List {
    float: left;
    width: calc(100% - 160px);
    padding: 16px 16px 0px 8px;
    overflow: hidden;
    position: relative;
}
.MealItemWrapInc_ListUL {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.MealItemWrapInc_ListLI {
    float: left;
    width: 100%;
    border-top: 1px solid #cccccc;
    background-color: rgba(255,255,255,0.9);
}
.MIWI_UL {
    float: left;
    width: 100%;
    padding: 10px 10px;
}
.MIWI_Title {
    float: left;
    width: calc(100% - 118px);
    padding: 0 0 0 0;
}

.MIWI_TitleMain {
    float: left;
    width: 100%;
    padding: 0 10px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.MIWI_Price {
    float: right;
    padding: 0 10px 0 0;
    font-size: 13px;
}
.MealItemWrapInc_MainPrice {
    float: left;
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
    margin-left: 8px;
}
.MealItemWrapInc_MainPriceCome {
    float: left;
    font-size: 10px;
    margin-left: 5px;
    padding-top: 7px;
}
    /* #endregion */

    @media screen and (min-width: 821px) and (max-width: 956px) {
    }

    @media screen and (min-width: 451px) and (max-width: 820px) {

        /* #region 基本骨組み */

        .ReservationWrap {
            position: relative;
            width: 100%;
            max-width: 900px;
            margin: 90px auto 0 auto;
            padding: 0 10px;
        }


        /* #endregion */

        /* #region DataPicker強制変更 */


        #ui-datepicker-div {
            top: 200px !important;
            left: 20px !important;
            width: calc(100% - 60px) !important;
            z-index: 1000 !important;
        }

        .ui-state-default {
            height: 50px !important;
        }

        .ui-datepicker .ui-datepicker-title {
            line-height: 3.5em !important;
        }

        .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
            width: 3.8em !important;
            height: 3.8em !important;
        }

        .ui-datepicker-sunday .ui-state-default {
            background-image: none;
            background-color: #fcdada;
        }

        /* カレンダーの土曜日の背景色を変える */
        .ui-datepicker-saturday .ui-state-default {
            background-image: none;
            background-color: #bce6ff;
        }
        /* #endregion */

        /* #region 席・時間選択 */
        .RoomWrap_Come {
            float: left;
            width: 100%;
            background-color: #f2f2f2;
            border-radius: 8px 8px 0 0;
            padding-bottom: 8px;
            padding: 15px 10px 10px 10px;
        }

        .TimeListArea {
            width: 100%;
            padding: 0 4px 0 8px;
        }
        /* #endregion */


    }

    @media screen and (max-width: 639px) {

        /* #region 基本骨組み */

        .ReservationStageTitle {
            float: left;
            width: 100%;
            background: url(/Images/rsvbg01.png) no-repeat;
            padding: 20px 0 0 50px;
            font-weight: 700;
            font-size: 28px;
            height: 120px;
            background-size: 120px 120px;
        }

        .ReservationStageCome {
            position: absolute;
            top: 65px;
            left: 60px;
            font-size: 14px;
            padding-right: 10px;
        }
        .InputWrap {
            float: left;
            width: 96%;
            padding: 15px 0 15px 20px;
            background-color: rgba(255,255,255,0.6);
            margin: 10px 2% 0 2%;
            border-radius: 8px;
        }
        .InputWrap3 {
            float: left;
            position: relative;
            width: 96%;
            padding: 8px 3px 20px 10px;
            background-color: rgba(255,255,255,0.6);
            margin: 10px 2% 0 2%;
            border-radius: 8px;
        }
        .InputWrap5 {
            float: left;
            position: relative;
            width: 96%;
            padding: 8px 3px 20px 10px;
            background-color: rgba(255,255,255,0.6);
            margin: 10px 2% 0 2%;
            border-radius: 8px;
        }
        /* #endregion */

        /* #region 席・時間選択 */

        .RoomWrap_Info {
            float: left;
            width: 100%;
            padding: 8px;
            overflow: hidden;
        }

        .RoomWrap_Time {
            float: left;
            width: 100%;
            padding: 8px 0 8px 8px;
            overflow: hidden;
            position: relative;
        }

        .RoomWrap02 {
            font-size: 12px;
            background-color: #fff;
            border-radius: 8px;
            border: 1px solid #f2f2f2 !important;
            padding: 0 0 10px 0;
        }

        .RoomWrap_Come {
            float: left;
            width: 100%;
            background-color: #f2f2f2;
            border-radius: 8px 8px 0 0;
            padding-bottom: 8px;
            padding: 15px 5px 10px 12px;
        }

        .RoomWrap_Come00_td {
            float: left;
            width: 50px;
            font-size: 11px;
            padding: 3px 0 2px 0;
            background-color: #696969;
            color: #fff;
            text-align: center;
            border-radius: 2px;
        }

        .RoomWrap_Come00_dd {
            float: left;
            width: calc(100% - 50px);
            font-size: 16px;
            font-weight: 900;
            padding: 0 0 0 5px;
        }

        .RoomWrap_Come00_dd2 {
            float: left;
            width: 100%;
            font-size: 16px;
            font-weight: 900;
            padding: 5px 0 0 10px;
            min-height: 73px;
        }

        .RoomWrap_Come01 {
            float: left;
            width: 100%;
            padding: 0 0 5px 0;
        }

        .RoomWrap_Come01_td {
            float: left;
            width: 80px;
            font-size: 11px;
            padding: 3px 0 2px 0;
            background-color: #696969;
            color: #fff;
            text-align: center;
            border-radius: 2px;
        }

        .RoomWrap_Come01_dd {
            float: left;
            width: calc(100% - 80px);
            font-size: 14px;
            font-weight: 900;
            padding: 0 0 0 5px;
        }

        .MenuInfoCome {
            float: left;
            width: 100%;
            padding: 10px 10px;
            overflow: hidden;
            font-size: 13px;
            min-height: 130px;
        }

        .TimeListArea {
            width: 100%;
            padding: 0 0 0 0;
        }
        /* #endregion */

        /* #region DataPicker強制変更 */
        .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
            bottom: 10px;
            left: 5%;
            width: 90%;
        }

        /* #endregion */

        /* #region 新食事選択 */

        .MealWrap {
            float: left;
            position: relative !important;
            width: calc(100% - 10px) !important;
            margin: 15px 5px 5px 5px !important;
            font-size: 12px;
            overflow: hidden;
        }

        .MealItemWrap {
            float: left;
            width: 100%;
            font-size: 12px;
            box-sizing: border-box;
            margin-bottom: 16px;
        }

        .MealItemWrapInc {
            font-size: 12px;
            background-color: #fff;
            border-radius: 8px;
            border: 1px solid #cccccc !important;
            padding: 0 0 16px 0;
            overflow: hidden;
        }

        .MealItemWrapInc_Come {
            float: left;
            width: 100%;
            background-color: #f2f2f2;
            border-radius: 8px 8px 0 0;
            padding-bottom: 8px;
            padding: 20px 10px 5px 12px;
        }

        .MealItemWrapInc_Come00 {
            float: left;
            width: 100%;
            padding: 0 0 5px 0;
        }

        .MealItemWrapInc_Come00_td {
            float: left;
            width: 100px;
            font-size: 12px;
            padding: 4px 0 3px 0;
            background-color: #696969;
            color: #fff;
            text-align: center;
            border-radius: 3px;
        }

        .MealItemWrapInc_Come00_dd {
            float: left;
            width:calc(100% - 100px);
            font-size: 16px;
            font-weight: 900;
            padding: 0 0 0 10px;
        }

        .MealItemWrapInc_Come00_dd2 {
            float: left;
            font-size: 16px;
            font-weight: 900;
            padding: 5px 0 0 10px;
        }

        .MealItemWrapInc_Come01 {
            float: left;
            width: 100%;
            padding: 0 0 5px 0;
        }

        .MealItemWrapInc_Come01_td {
            float: left;
            width: 100px;
            font-size: 12px;
            padding: 4px 0 3px 0;
            background-color: #696969;
            color: #fff;
            text-align: center;
            border-radius: 3px;
        }

        .MealItemWrapInc_Come01_dd {
            float: left;
            width: calc(100% - 100px);
            font-size: 16px;
            font-weight: 900;
            padding: 0 0 0 10px;
        }

        .MealItemWrapInc_Come02 {
            float: left;
            width: 100%;
            padding: 8px;
            overflow: hidden;
        }

        .MealItemWrapInc_Image {
            float: left;
            width: 60%;
            padding: 8px;
            overflow: hidden;
        }

        .MealItemWrapInc_ImageCome {
            float: left;
            width: 40%;
            padding: 8px 8px 8px 8px;
            display: block;
        }

        .MealItemWrapInc_List {
            float: left;
            width: 100%;
            padding: 0 10px 0px 10px;
            overflow: hidden;
            position: relative;
        }

        .MealItemWrapInc_ListUL {
            float: left;
            width: 100%;
            padding: 0;
            border-bottom: 1px solid #cccccc;
        }

        .MealItemWrapInc_ListLI {
            float: left;
            width: 100%;
            border-top: 1px solid #cccccc;
            background-color: rgba(255,255,255,0.9);
        }

        .MIWI_UL {
            float: left;
            width: 100%;
            padding: 10px 0 10px 10px;
        }

        .MIWI_Title {
            float: left;
            width: calc(100% - 118px);
            padding: 0 10px 0 0;
        }
        .MIWI_TitleMain {
            float: left;
            width: 100%;
            padding: 0 5px 0 0;
            font-size: 15px;
            font-weight: 700;
        }

        .MIWI_Price {
            float: right;
            padding: 0 5px 0 0;
            font-size: 13px;
        }

        .MealItemWrapInc_MainPrice {
            float: left;
            font-size: 18px;
            color: #ff0000;
            font-weight: bold;
            margin-left: 8px;
        }

        .MealItemWrapInc_MainPriceCome {
            float: left;
            font-size: 10px;
            margin-left: 5px;
            padding-top: 7px;
        }
        /* #endregion */
    }

    @media screen and (min-width: 1px) and (max-width: 450px) {

        /* #region 基本骨組み */

        .ReservationWrap {
            position: relative;
            width: 100%;
            max-width: 900px;
            margin: 90px auto 0 auto;
            padding: 0 10px;
        }

        .Csp {
            margin-left: 4px;
            margin-right: 4px;
            margin-top: 4px;
        }

        .Csp2 {
            margin-left: 2px;
            margin-right: 2px;
            margin-top: 4px;
        }

        .InputWrap {
            float: left;
            width: 98%;
            padding: 15px 0 15px 10px;
            background-color: rgba(255,255,255,0.6);
            margin: 10px 2px 0 2px;
            border-radius: 8px;
        }

        .InputWrap3 {
            float: left;
            position: relative;
            width: 98%;
            padding: 8px 2px 10px 2px;
            background-color: rgba(255,255,255,0.6);
            margin: 10px 2px 0 2px;
            border-radius: 8px;
        }
        .InputWrap5 {
            float: left;
            position: relative;
            width: 96%;
            padding: 8px 5px 20px 10px;
            background-color: rgba(255,255,255,0.6);
            margin: 10px 2% 0 2%;
            border-radius: 8px;
        }
        .Lsp {
            margin-left: 10px
        }
        /* #endregion */
        /* #region 席・時間選択 */
        .RoomWrap00 {
            float: left;
            position: relative !important;
            width: 94% !important;
            margin: 20px 0 20px 3% !important;
            font-size: 12px;
            overflow: hidden;
        }

        .TimeListArea {
            width: 100%;
            padding: 0 4px 0 0;
        }

        /* #endregion */

        /* #region DataPicker強制変更 */
        #ui-datepicker-div {
            top: 15% !important;
            left: 20px !important;
            width: calc(100% - 60px) !important;
            z-index: 1000 !important;
        }

        .ui-state-default {
            height: 50px !important;
        }

        .ui-datepicker .ui-datepicker-title {
            line-height: 3.5em !important;
        }

        .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
            width: 3.8em !important;
            height: 3.8em !important;
        }

        .ui-datepicker-sunday .ui-state-default {
            background-image: none;
            background-color: #fcdada;
        }

        /* カレンダーの土曜日の背景色を変える */
        .ui-datepicker-saturday .ui-state-default {
            background-image: none;
            background-color: #bce6ff;
        }
        /* #endregion */

        /* #region 新食事選択 */

        .MealWrap {
            float: left;
            position: relative !important;
            width: calc(100% - 10px) !important;
            margin: 10px 0 0 5px !important;
            font-size: 12px;
            overflow: hidden;
        }

        .MealItemWrap {
            float: left;
            width: 100%;
            font-size: 12px;
            box-sizing: border-box;
            margin-bottom: 16px;
        }

        .MealItemWrapInc {
            font-size: 12px;
            background-color: #fff;
            border-radius: 8px;
            border: 1px solid #cccccc !important;
            padding: 0 0 16px 0;
            overflow: hidden;
        }

        .MealItemWrapInc_Come {
            float: left;
            width: 100%;
            background-color: #f2f2f2;
            border-radius: 8px 8px 0 0;
            padding-bottom: 8px;
            padding: 20px 10px 5px 12px;
        }

        .MealItemWrapInc_Come00 {
            float: left;
            width: 100%;
            padding: 0 0 5px 0;
        }

        .MealItemWrapInc_Come00_td {
            float: left;
            width: 75px;
            font-size: 10px;
            padding: 4px 0 3px 0;
            background-color: #696969;
            color: #fff;
            text-align: center;
            border-radius: 3px;
        }

        .MealItemWrapInc_Come00_dd {
            float: left;
            width: calc(100% - 75px);
            font-size: 15px;
            font-weight: 900;
            padding: 0 0 0 6px;
        }

        .MealItemWrapInc_Come00_dd2 {
            float: left;
            font-size: 16px;
            font-weight: 900;
            padding: 5px 0 0 10px;
        }

        .MealItemWrapInc_Come01 {
            float: left;
            width: 100%;
            padding: 0 0 5px 0;
        }

        .MealItemWrapInc_Come01_td {
            float: left;
            width: 75px;
            font-size: 10px;
            padding: 4px 0 3px 0;
            background-color: #696969;
            color: #fff;
            text-align: center;
            border-radius: 3px;
        }

        .MealItemWrapInc_Come01_dd {
            float: left;
            width: calc(100% - 75px);
            font-size: 15px;
            font-weight: 900;
            padding: 0 0 0 6px;
        }

        .MealItemWrapInc_Come02 {
            float: left;
            width: 100%;
            padding: 8px;
            overflow: hidden;
        }

        .MealItemWrapInc_Image {
            float: left;
            width: 60%;
            padding: 8px;
            overflow: hidden;
        }

        .MealItemWrapInc_ImageCome {
            float: left;
            width: 40%;
            padding: 8px 8px 8px 8px;
            display: block;
        }

        .MealItemWrapInc_List {
            float: left;
            width: 100%;
            padding: 0 10px 0px 10px;
            overflow: hidden;
            position: relative;
        }

        .MealItemWrapInc_ListUL {
            float: left;
            width: 100%;
            padding: 0;
            border-bottom: 1px solid #cccccc;
        }

        .MealItemWrapInc_ListLI {
            float: left;
            width: 100%;
            border-top: 1px solid #cccccc;
            background-color: rgba(255,255,255,0.9);
        }

        .MIWI_UL {
            float: left;
            width: 100%;
            padding: 10px 0 10px 10px;
        }

        .MIWI_Title {
            float: left;
            width: calc(100% - 86px);
            padding: 0 10px 0 0;
        }

        .MIWI_TitleMain {
            float: left;
            width: 100%;
            padding: 0 5px 0 0;
            font-size: 14px;
            font-weight: 700;
        }

        .MIWI_Price {
            float: right;
            padding: 0 5px 0 0;
            font-size: 13px;
        }

        .MealItemWrapInc_MainPrice {
            float: left;
            font-size: 15px;
            color: #ff0000;
            font-weight: bold;
            margin-left: 8px;
        }

        .MealItemWrapInc_MainPriceCome {
            float: left;
            font-size: 10px;
            margin-left: 5px;
            padding-top: 7px;
        }
        /* #endregion */
    }

    @media screen and (max-width: 390px) {
    }

    @media screen and (max-width: 358px) {
    }
