/*common*/
.item_price{
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
}
.item_price .s_01{
    font-size: 1.5rem;
}
.item_price .normal_price{
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 0.3em;
    color: #000;
}
.postage{
    color: #fff;
    background: #e60012;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
}
.postage550{
    background: #e57321;
}
.order a{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 22rem;
    background:#00acdf;
    color: #fff;
    border-radius: 10px;
    padding: 0.6em;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.5rem;
}
.order a:hover{
    opacity: 1;
    background:#6390cb;
}
.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%;
}
.item_name{
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0;
}
.desc{
    display: table;
    margin: 0.5em auto;
}
.contents{
    text-align: center;
}
.contents .set{
    font-weight: bold;
    display: block;
    background: #00533f;
    color: #fff;
    text-align: center;
    margin: 0.5em auto;
    padding: 0.3em 2em;
    border-radius: 0.5rem;
    width: 14rem;
}
.column_it{
    margin-bottom: 3rem;
}
.gentei{
    color: #e60012;
    font-weight: bold;
}
.gentei .gentei_number{
    font-size: 2.2rem;
}
.area01{
    border-bottom: 1px dashed #000;
    padding-bottom: 1rem;
}
.area02{
    padding-top: 1rem;
}
.b_line{
    border-bottom: 4px double #e60012;
}
.border{
    border: 1px solid #D2C9BE;
}
.sp-border{
    border: 1px solid #D2C9BE; 
}
.taste_dl{
    font-size: 1.4rem;
    background: #fcfae6;
    padding: 3%;
    margin-bottom: 1.5rem;
}
.taste_dl dt{
    margin: 0.5em 0 0.3em;
    padding: 0.3em 0 0.3em 1.2em;
    border-bottom: 1px solid #9fd9f6;
    position: relative;
}
.taste_dl dt::before{
    content: '';
    background: #9fd9f6;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.taste_dl dd{
    margin: 1.5rem 0 2rem;
}
.taste_dl dd:last-child{
    margin-bottom: 1rem;
}

.category_name{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.category_desc{
    font-size: 1.4rem;
    text-align: center;
}
.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #e60012;
    margin-bottom: 0;
}

.heading-16::before,
.heading-16::after {
    width: 0.2rem;
    height: 1.6rem;
    background-color: #e60012;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 2rem;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 2rem;
}
/*sec*/
.sec_title .container{
    max-width: 1200px;
}
.sec_title .block{
    margin-bottom: 1.5rem !important;
}
.line{
    margin-bottom: 0;
}
.block{
    margin-bottom: 3rem !important;
}
.sec_item{
    padding: 0;
}
.sec_pt2{
    padding-top: 2rem;
}
.mb_0{
    margin-bottom: 1.5rem !important;
}
.sec_pt2 .item_name{
    margin: 0.5em 0 0;
}