
.grid-story2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    grid-gap: 20px;
    text-align: center;
}

.vdo-gyoza {background: #000; padding: 50px 0; margin-bottom: 50px;} 
.vdo-gyoza h1 {font-size: 30px; color:#fff; font-family: 'kanit'; margin-bottom: 30px; text-align: center;}
.vdo-gyoza h1 span {font-size: 30px; color:#FFF200; font-family: 'kanit';}

.gyoza-banner img { width: 100%;}

.gyoza-product {max-width: 900px; margin: auto; background: #FAFAFA; padding: 50px 10px 10px; margin: 50px auto;}
.gyoza-product img {width: 350px; height: auto; }
.gyoza-product .text-detail-menu {color: #000; text-align: center; font-size: 25px; line-height: 40px; margin-bottom: 75px;}
.gyoza-product small {color: #707070; text-align: center; font-size: 16px; line-height: 20px; display: block; }
.gyoza-product .price-tag {text-align: center; margin: 30px auto; max-width: 365px; }
.gyoza-product .bag {
    background-image: url(../img/gyoza/bag.svg); 
    background-size: 30px; 
    padding: 17px 0 17px 20px; 
    font-size: 14px; 
    color: #000; 
    background-repeat: 
    no-repeat; height: 50px; 
    background-position: 
    left 0;}

.gyoza-detail { background-image: url(../img/ebiroll/ebiroll-bg-2.png);background-repeat: no-repeat; background-position: center; }
.gyoza-detail article {max-width: 550px; margin: 0 auto; text-align: center; border-bottom: 1px solid #C6C6C6; padding: 50px 0;}
.gyoza-detail article:last-child {border-bottom: none;}
.gyoza-detail h1 {font-size: 30px; color: #000; line-height: 40px; text-align: center;}
.gyoza-detail ul, .gyoza-detail ol {text-align: left;}
.gyoza-detail li {font-size: 16px; color: #000; line-height: 35px;}
.gyoza-detail ul {list-style: none; margin-bottom: 50px;}
.gyoza-detail ul li::before {
    content: "\2022";
    color: #ED1C24;
    font-weight: bold;
    display: inline-block; 
    width: 10px;
    margin-left: -1em;
    padding-right: 25px;
    font-size: 30px;
  }
.gyoza-detail ul li span {float: right;}
.gyoza-detail img {width: 40px; height: auto; margin: auto;}
.gyoza-detail p {margin-bottom: 5px;}


.menu-guide {text-align: center;}


@media (max-width: 580px){
    .grid-story2 { grid-template-columns: repeat(1, 1fr); }
    .gyoza-product .bag {padding: 17px 0; background-position: 29px 0; font-size: 10px;}
}


@media (max-width: 375px){
    .gyoza-product .bag {background-position: 14px 0;  font-size: 10px;}
}

