@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

.okazu-wrapper{
    font-size: 15px;
}


.okazu-heading{
    font-size: 30px;
    text-align: center;
}

.okazu-image{
    max-width: 720px;
    margin: 20px auto 0;
}

.okazu-image img{
    width: 100%;
}

.okazu-deli{
    padding: 30px;
    margin: 30px auto 0;
    border: solid 2px #333;
}
.okazu-deli-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}
.okazu-deli-list li{
    font-size: 20px;
}

.okazu-deli-list li:not(:last-child)::after{
    content: '、';
}
.okazu-surplus{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}
.okazu-surplus-list{
    display: flex;
}
/* .okazu-surplus-list li{

} */

.okazu-surplus-list li:not(:last-child)::after{
    content: '、';
}

.okazu-prepare{
    margin-top: 30px;
    padding: 30px;
    background: #E1E8DE;
}
.okazu-prepare-list{
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto 0;
    gap: 30px;
    justify-content: center;
    max-width: 720px;
}


/* .okazu-prepare-list li{
} */
.okazu-recipe{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.okazu-recipe-link{
    display: block;
    padding: 21px 12px;
    width: 100%;
    max-width: 466px;
    font-size: 22px;
    line-height: 1.4;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: #493728;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.okazu-recommend{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.okazu-recommend-heading{
    position: relative;
    padding: 0 20px;
    display: inline-block;
    margin: 0 auto;
}
.okazu-recommend-heading-line1{
    height: 30px;
    width: 3px;
    background-color: #333;
    transform: rotate(30deg);
    position: absolute;
    right: 0;
}
.okazu-recommend-heading-line2{
    height: 30px;
    width: 3px;
    background-color: #333;
    transform: rotate(-30deg);
    position: absolute;
    left: 0;
}

/* .okazu-recommend-list{
    margin-top: 15px;
} */

.okazu-recommend-list li{
    margin-top: 15px;
    border: 1px solid #e0e0e0;
}

.okazu-recommend .special{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    max-width: 720px;
}

.okazu-recommend .special .image{
    width: 40%;
}
.okazu-recommend .special a:hover{
    opacity: 0.7;
}

.okazu-recommend .special .image img{
    width: 100%;
}

.okazu-recommend .special .detail{
    width: 60%;
    padding: 10px;
    box-sizing: border-box;
}

.okazu-teianhin{
    margin: 50px auto 0;
    max-width: 960px;
}


.okazu-info {
    margin: 50px auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 30px;
}

.mt{
    margin: 50px 0 30px 0;
}

.change{
    color: #C53726;
    font-size: 24px;
    border: solid 2px #C53726;
    text-align: center;
    padding: 5px;
}

@media screen and (width <= 768px) {
    .okazu-heading{
        font-size: 24px;
        text-align: center;
    }
    .change{
        font-size: 16px;
    }
}

