body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #223A4E;

}

.app-container {
    position: relative;
    width: 390px; /* iPhone 12 Proの幅を想定 */
    height: 844px; /* iPhone 12 Proの高さを想定 */
    margin: 0 auto;
    background-color: #2b3947;
    overflow: hidden;
    background:url(lite.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-position: 20px 370px;

    

}

.menu_icon{
    width: 22px;
    height: 4px;
    position: fixed;
    top: 50px;
    right: 30px;
}


.arrow{
     width: 27px;
    height: 27px;
    position: fixed;
    top: 40px;
    left: 30px;
}

.icon_img{
    /* 1. ブロック要素に変える */
    display: block;
    margin: 0 auto;
    margin-top: 81px;
}

.button_plus{
    top: 140px;
    left: 240px;
}

.container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 37px;
}



h1{
    font-size: 20px;
    color: #F1F2F4;
    font-weight: bold;
    margin: 0;
    text-align: center;
    margin-top: 8px;
    margin-bottom:3px;
}

p{
    font-size: 14px;
    color: #aaa;
    margin: 0;
    text-align: center;
}


.parent{
display: flex;
gap: 25px;
color: #aaa;
justify-content: center;
margin-top: 22px;
margin-bottom: 20px;
}

.fl{
    color: #F1F2F4;
    padding-right: 4px;
}

.fll{
    color: #F1F2F4;
    padding-right: 4px;
}

.yasyoku{
    display: flex;
}

.time{
    display: flex;
}

.button_iroiro {
display: flex;
justify-content: center;
gap: 17px;
margin-left: 0px;

}

.parent{
    display: flex;
}

.follow{
    display: flex;
}

.follow2{
    display: flex;
}

.koumoku{
    display: flex;
    gap: 104px;
    margin-left: 39px;
}

.no_1{
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    
}

.no_2{
    display: flex;
    margin-bottom: 7px;
    align-items: center;
}

.yasyoku{
    color: #F1F2F4;
    padding-left: 4px;
}

.time{
    color: #F1F2F4;
    padding-left: 4px;
    font-weight: bold;
}

button{
    color: white;
     background-color: #CE5C04;
     border: 2px solid #D9D9D9;
     border-radius: 10px;
     width: 148px;
     height: 40px;
     text-align: left;
     padding-left: 10px;
     margin-bottom: 98px;
     
}

.heart{
    width: 22px;
    height: 19px;
    top: 630px;
    left: 105px;
}

.kemuri{
   width: 197px;
   height: 63px;
   margin: auto;
   display: block;
   margin-top: 14px;
   margin-bottom: 40px;
   position: relative;
}

.soup{
color: #CE5C04;
bottom: 130px;
right: 120px;
font-weight: bold;
position: absolute;
z-index: 20;
bottom: 115px;

}

.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 42px;
    margin-top: -50px;
}
