.menulisttitle2{text-align: center;
    font-size: 2rem;
    padding: 0px 0 10px 0;
color:#3e3e3e; font-weight:bold}

.menulistsubtitle2{text-align: center;
    color: #3e3e3e;
    font-size: 1.3rem; padding: 0px 0 40px 0;}

.menulistul2{margin-bottom:50px; padding:0; overflow:hidden;}
.menulistul2 li:nth-child(1){background: url(/data/specialimg01.jpg) no-repeat 0 0; background-size: cover; background-position:50%;
    border-top-left-radius: 30px;}
.menulistul2 li:nth-child(2){background: url(/data/specialimg02.jpg) no-repeat 0 0; background-size:cover; background-position:50%;
	margin:0 2%;
    }
.menulistul2 li:nth-child(3){background: url(/data/specialimg03.jpg) no-repeat 0 0; background-size: cover; background-position:50%;
   border-bottom-right-radius: 30px;}

.menulistul2 li{cursor: pointer;
    float: left;
    position: relative;
    width: 32%;
    color:white;
    text-align: center;
 
    overflow: hidden;
    box-sizing: border-box;}

.menulistul2 li h3{

font-size: 1.6rem;
padding:38% 0;
	position: relative;
}

.menulistul2 li:before{
display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.4s;
    content: '';
	padding: 139%;
}

.menulistul2 li:hover:before{ background-color: rgba(0, 0, 0, 0.5);}


@media only screen and (max-width: 650px){

	.menulistul2 li:before{
display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
    content: '';
	padding: 139%;
}

.menulistul2 li:hover:before{ background-color: rgba(0, 0, 0, 0.5);}
	
	.menulistul2 li h3{

font-size: 1rem;
padding:38% 0;
	position: relative;
}

	
}