.HeaderImg {
    background-image: url(../Image/PageTop/ShopFrontPink.png);
}

#HeaderImgNameEn:after {
    content: "※SushiShow Angel";
}

#HeaderImgNameJp:after {
    content: "※鮨翔エンジェル";
}
.SushiShowLogo {
    content: url("../Image/SushiShowLogo.png") ! important;
}
.MainContent {
    overflow: hidden;
    min-height: 800px;
}



.MenuGroup {
    position: relative;
    width: calc(100%-40px);
    left: 0px;
    padding: 20px;
    margin-right: 70px;
}

.MenuTopIMG {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.MenuTable {
    width: 90%;
    margin: 0 auto;
}

.MenuTable caption {
    font-size: 25px;
    border-bottom: 2px solid grey;
    width: 65%;
    margin: 0 auto;
}

.MenuName {
    float: left;
    font-size: 20px;
    padding-top: 10px;
}

.MenuPrice {
    float: right;
    font-size: 20px;
    padding-top: 10px;
}

.VegeNote {
    font-size: 16px;
    padding-top: 20px;
    text-align: right;
}

.Veg {
    color: green;
}

@media only screen and (min-width: 800px) {
    
}
    
    
@media only screen and (min-width: 1000px) {
    .MenuTable {
        width: 80%;
    }

    .MenuTable caption {
        font-size: 30px;
    }
}


@media only screen and (min-width: 800px) {
    .MenuGroup {
        width: calc(100% - 300px);
        margin: 0;
        float: right;
        min-height: 1000px;
    }

    .MenuTopIMG {
        height: 400px;
    }
    
    .MenuTable caption {
        width: 50%;
    }
}



.MenuTabsGroup {
    text-align: center;
    display: block;
}

.MenuTab {
    position: relative;
    display: inline-block;
    width: 225px;
    height: 60px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 10px 10px -10px grey;
    margin: 5px 3px;
}

.MenuOnClick {
    position: relative;
    float: right;
    right: -170px;
    clear: both;
}

.MenuPosition {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: ;
}

.MenuTab:hover {
    cursor: pointer;
}

.TabTXT {
    position: absolute;
    font-size: 16px;
    top: 19px;
    left: 70px;
}

.TabIMG {
    background-size: cover;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    left: 5px;
    border-radius: 20px;
}

@media only screen and (min-width: 800px) {
    .MenuTabsGroup {
        text-align: center;
    }

    .MenuTab {
        float: none;
        clear: none;
        width: 275px;
        height: 80px;
        margin: 5px 5px;
    }

    .TabTXT {
        font-size: 20px;
        top: 28px;
        left: 90px;
    }

    .TabIMG {
        width: 70px;
        height: 70px;
    }
}


.MenuPDF {
    width: 100%;
    margin-top: 10px;
    clear: both;
}

.PDFbutton {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 45px;
    background: rgb(192, 224, 139);
    color: white ! important;
    text-align: center;
    padding-top: 10px;
    border-bottom: 5px solid #82AD37;
}
