/*-------  共通  --------*/

h2 {
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 768px) {
h2 {
    font-size: 24px;
    margin-bottom: 40px;
}
h3 {
    line-height: 1.5;
}
}

.mr_10 {
    margin-right: 10px;
}

/*-------  omakase  --------*/
.service .row-f .check {
    font-size: 18px;
}

@media (max-width: 768px) {
    .service .row-f {
        flex-direction: column;
    }
    .mt-30_sp {
        margin-top: 30px !important;

    }
}



/*-------  omakase  --------*/
.omakase {
    padding-bottom: 100px;
}

.omakase .row-f {
    align-items: start;
}
.omakase_txt p span{
    font-weight: 500;
}

@media (max-width: 1200px) {
}

@media (max-width: 768px) {
    .omakase .row-f {
        flex-direction: column-reverse;
    }
    .omakase .row-f img {
        margin-bottom: 30px;
    }

}




