.omelover_list{
   width: 95%;
    max-width: 980px;
    margin: 0 auto;
}
.omelover_list li{
    margin-top: 80px;
}
.omelover_list a{
    position: relative;
   
   display: block;
     
   
}

.omelover_list a figure{
    aspect-ratio: 4 / 3;
   border-radius: 20px;
   margin-bottom: 0;
   width: 60%;
    overflow: hidden;
    display: block;
}

.omelover_list a figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
    transition-duration: 0.5s !important;
}
.omelover_list a:hover figure img{
    transform: scale(1.05);
}
.omelover_list_txt{
    background: #fff;
    background: #fff;
    padding: 40px 20px;
    width: 52%;
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
   border-radius: 20px;
    
    z-index: 2;
    text-align: center;
   
}
.omelover_list_txt p{
    font-size: 16px;
    margin-bottom: 16px;
     font-family: "Zen Old Mincho", serif;
    font-weight: bold;
}
.omelover_list_txt h3{
    font-size: 32px;
    line-height: 1.4;
        font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    color: #009d85;
}
.omelover_list_txt h3 span{
    font-size: 60%;
    display: block;
    font-weight: bold;
}


@media screen and (max-width: 767px){
    
  .omelover_list li{
    margin-top: 40px;
}
.omelover_list a .banner{
    width: 80px;
    height: 38px;
    font-size: 16px;
    top: -6px;
    left:-2px;
   
}

.omelover_list a figure{
    width: 100%;
    aspect-ratio: 3 / 2;
   border-radius: 20px;
}


.omelover_list_txt{
    position: static;
    padding: 28px 20px;
    width: 85%;
    margin: -60px auto 0;
    transform: translateY(0%);
   
}
.omelover_list_txt p{
    font-size: 12px;
    margin-bottom: 8px;
}
.omelover_list_txt h3{
    font-size: 24px;
}
    
}