@charset "UTF-8";
/*====================================
PC
=====================================*/
@media screen and (min-width:769px) {
    .bg{
        width: 100%;
        background-image: url(../images/pc-top.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        background-position:top center;
        position: fixed;      
    }
    

    .mbg{
        width: 375px;
        margin-left: 20%;
   /*      margin: 0 auto; */
        background-color: #fff;
        position: sticky;

    }


    .fixed{
        position: sticky;            
    }

    .nav{
        padding: 0 30%;
    }
    
}

header{
    background-color: #F6F5EA;
    height: 60px;
    padding: 10px 15px;
}

.header__img{
    height: 35px;
}

.header__icon{
    width: 24px;
}



h1{
    font-size: 20px;
    margin-top:30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
}

.section__intro{
    text-align: center;
    padding: 7px;
}

.intro__text{
    margin-top: 25px;
}
    .intro__text {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        text-align: center;
    }
    
    .intro__text::before,
    .intro__text::after {
        content: '';
        width: 1px;
        height: 40px;
        background-color: #000;
    }
    
    .intro__text::before {
        margin-right: 30px;
        transform: rotate(-35deg)
    }
    .intro__text::after {
        margin-left: 30px;
        transform: rotate(35deg)
    }

.select__price{
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    border-top: solid 1px #000;
    width: 240px;
}

.step{
    background-color: #F6F5EA;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.text__indent{
    text-indent: 1rem;
}

.step{
    display: flex;
    margin-top: 30px;
}

.step__number{
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
}

.step__text{
    font-size: 20px;
    line-height: 2;
}

.dish{
    display: block;
    margin: 30px auto;
}
/*====================================
rice__section
=====================================*/

.h__step{
    font-weight: 700;
}

h5{
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    border-bottom: solid 1px #000;
    width: 240px;
}

.rice__container{
    display: flex;
    padding-left: 20%;
}

.alphabet__container{
    padding: 15px 11px
}

.alphabet{
    font-size: 24px;
    font-weight: 700;
    padding: 16px 0;
}

.rice__text__container{
    padding: 12px 0;
}

.rice__menu{
    padding: 10px 0;
}

.rice__point{
    font-size: 12px;
}

.rice__item{
    font-size: 20px;
}

.meet__tittle{
    margin-top: 30px;
}

/*====================================
sauce__section
=====================================*/

.sauce__container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2カラムに設定 */
    gap: 5px;  /*アイテム間のスペースを設定 */
    padding: 10px;
    padding-bottom: 60px;
}

.sauce__item{
    padding: 20px 5px;
}

.sauce__img{
    width: 85px;
    display: block;
    margin: 0 auto;
}

.sauce__tittle{
    text-align: center;
    padding: 10px;
}

.sauce__text{
    font-size: 14px;
}





























