.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    font-family: "Zen Old Mincho", serif;
    color: #301f20;
}
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.6rem;
}
.order a{
    position: relative;
    display: block;
    margin: 0 center;
    text-align: center;
    width: 14rem;
    background: #482b18;
    color: #fff;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.4rem;
    margin: auto;
}
.order a:hover{
    opacity: 1;
    background: #301f20;
}
.order a::after{
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
    transition: 0.2s;
}
.order a:hover:after{
    right: 6%;
}

/***only***/
.img01{
    margin-bottom: 2rem;
}
.desc{
    text-align: center;
}
.contents{
    text-align: center;
}
.mb1{
    margin-bottom: 4rem;
}
/*sec_01*/
.sec_01{
    padding: 4rem 0 0;
}
.sec_01 .desc{
    text-align: center;
    font-size: 1.6rem;
}
.sec_01 .text_l{
    font-size: 1.8rem;
    font-weight: bold;
    color: #e60012;
}
/*sec_02*/
.sec_02{
    padding: 2rem 0 0;
}
.sec_02 h2{
    font-family: "Zen Old Mincho", serif;
    font-size: 2.2rem;
    color: #301f20;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.sec_02 h2::before{
    content: '';
    background: #301f20;
    width: 10rem;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_02 img{
    border: 1px solid #301f2052;
}
.sp_col_2 .block{
    gap: 0;
}