@charset "utf-8";
/* ------------------------------------------------------------------------------
主力商品・オーダー加工 product
------------------------------------------------------------------------------ */
.menuList {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.menuList li {
width: 100%;
margin-bottom: 45px;
}
.menuLisImg {
height: 240px;
margin-bottom: 1em;
}
.menuLisImg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.menuLisTit {
font-size: 22px;
font-size: 2.2rem;
margin-bottom: .2em;
position: relative;
}
.menuLisDesc {
font-size: 14px;
font-size: 1.4rem;
margin-bottom: .5em;
}
.menuLisPrice {
letter-spacing: .1em;
font-weight: normal;
font-size: 30px;
font-size: 3.0rem;
text-align: right;
}
.menuLisPrice span {
font-size: 16px;
font-size: 1.6rem;
}

.menuJam {
margin-bottom: 1em;
padding-top: 1em;
text-align: left;
letter-spacing: .08em;
font-size: 1.4rem;
line-height: 1.9;
color: #373E40;
border-top-width: 3px;
border-top-style: solid;
border-top-color: #FFFFFF;
}

.menuTxt {
margin-bottom: 1em;
padding-top: 1em;
text-align: left;
letter-spacing: .08em;
font-size: 1.3rem;
line-height: 1.9;
color: #373E40;
border-top-width: 3px;
border-top-style: solid;
border-top-color: #FFFFFF;
}

@media screen and (min-width: 751px) {
/* ---------- PC用 ---------- */
.menuList {
margin-bottom: 65px;
}
.menuList::before {
content: "";
display: block;
width: 23%;
order: 1;
}
.menuList::after {
content:"";
display: block;
width: 23%;
}
.menuList li {
width: 32.5%;
margin-bottom: 45px;
border-bottom: solid 3px #f5f5f5;
}
.menuJam {
line-height: 2;
}

.menuTxt {
line-height: 2;
}

}
