@charset "utf-8";

/* ============================
main Area
==============================*/


.main_area {
    /* width: 1440px; */
    height: auto;
    background-color: #261d1a;
    padding-bottom: 100px;
}


/* ============================
noodle(GrandMenu)
==============================*/

.menu_icon_men {
    margin-top: 136px;
    margin-left: 12%;
}


.noodleList1 {
    display: flex;
    margin: 52px 12%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;

}

.noodle_discription {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 38px;
}

.noodle_discription:nth-child(4){
    margin-top: 50px;
}

.noodle__item {
    position: relative;
}


/* ==============================
steam
=============================== */
.animation{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    width: 200px;
    height: 140px;
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 999;
  }
  
  .keyframe2{
    animation-name: anim_h;
  }
  
  @keyframes anim_h {
    0% {
      transform: translate(0px, 0);
    }
    100% {
      transform: translate(20px, 0);
    }
}

@media screen and (max-width:850px){
.menu_icon_men {
    margin-top: 56px;
    width: 20%;

}

}


/* ============================
noodle(SecondMenu)
==============================*/

.noodle__side__list {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 100px;
}

/* .noodleList2 {
    display: flex;
} */
.noodle__subitem {
    color: #FFF;
    width: 290px;
    height: 41px;
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.noodle__text {
    width: 234px;
    height: 23px;
}
.noodle__price {
    width: 60px;
    height: 33px;

}

@media screen and (max-width:850px){
    .noodle__side__list {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }
    
    .noodleList1 {
        margin-top: 0;
        gap: 80px;

    
    }
    .noodle__text {
        width: 260px;
        height: auto;
    }
    
    .noodle__price {
        width: 50px;
    }
    .noodle__subitem {
        width: auto;
    }
}

@media screen and (max-width:390px){
    .noodle__side__list {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-top: 78px;
    }
    .noodle__subitem {
        font-size: 16px;
        font-weight: 400;
    }
    .noodle__text {
        width: 200px;
        height: auto;
        font-weight: 400;
    }


}
/* ============================
sideMENU
==============================*/

/* ------fuku_main------- */
.fuku {
    margin:175px 12% 0;
}

.fukuList {
    margin-top: 80px;
    display: flex;
    gap: 50px;
    justify-content: center;
}

.fuku__item {
    width: 234px;
    height: 316px;
    text-align: center;
    justify-content: center;
}

.fuku__item:nth-child(3) {
    margin-top: 45px;
}
    

.fuku__text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    }

.fuku__text:nth-child(3) {
    margin-top: 35px;
}
    

.fuku__price {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width:850px){
    
    .fuku {
        margin-top: 84px;
    }
    .fuku img {
        margin-top: 0px;
        width: 30%;
        
    }
   
    .fukuList {
        flex-direction: column;
        margin-top: 55px;
    }

    .fuku__item {
        width: 100%;
        height: auto;
    }

   
    .fuku__price {
        margin-top: 10px;
    }

    .fuku__item:nth-child(3) {
        margin-top: 0px;
    }
}



/* ------fuku_side------- */

.fuku__side__list {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 20px;

}
.side__item {
    color: #FFF;
    width: 290px;
    height: 41px;
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.side__item {
    display: flex;
}
.side__text {
    width: 234px;
    height: 23px;
}
.side__price {
    width: 60px;
    height: 33px;
}

@media screen and (max-width:850px){
.fuku__side__list {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 78px;

}

.side__text {
    width: 260px;
    height: auto;
}

.side__price {
    width: 50px;
}
.side__item {
    width: auto;
}

@media screen and (max-width:390px){
    .side__text{
        width: 200px;
        height: auto;
        font-size: 16px;
        font-weight: 400;
    }

    .side__price {
        width: 50px;
        height: auto;
        font-size: 16px;
        font-weight: 400;

    }


}

}
/* ============================
drinkMENU
==============================*/
.drink {
    margin:175px 12% 0;
}

.drink__list {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-top: 80px;

}
.drink__item {
    color: #FFF;
    width: 350px;
    height: 41px;
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    gap: 30px;
}

.drink__text {
    width: 280px;
    height: 23px;
    
}
/* .drink__price :nth-child(3) {
    width: 80px;
} */
.drink__price {
    width: 150px;
    height: 33px;
}

.drinkList1_1 {
    display: none;
}



@media screen and (max-width:850px){

    .drink {
        margin-top: 78px;
    }
    
    .drink img {
        width: 30%;
    }
    
    .drink__list {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        padding-left: 90px;
    
    }
    
    .drink__price {
        width: 150px;
    }
    .drink__text{
        width: 290px;
    }
    .drink__item {
        width: 400px;
        gap: 0px;
    }
    .drinkList1_1 {
        display: block;
    }
    .drinkList1 {
        display: none;
    }

    


}
@media screen and (max-width:390px){

.drink {
    margin-top: 78px;
}

.drink img {
    width: 30%;
}

.drink__list {
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    

}

.drink__price {
    width: 110px;
}
.drink__text{
    width: 200px;
    font-weight: 400;
}
.drink__item {
    width: auto;
    font-size: 16px;
}

}



