/* ¾¦ÉÊ¾ÜºÙ */
.stop_flg_message{
color: #ff0000;
}
.item_wrapper {
width: 80%;
margin: 5em auto 5em auto;
}
.item_wrapper h3 {
font-size: 2em;
}
.item_detail p {
margin-bottom: 2em;
}
.item_detail ul li {
font-size: .9em;
}
.item_contents {
width: 100%;
display: flex;
gap: 5em;
padding-bottom: 3em;
}
.item_contents ul li a {
text-decoration: none;
outline: none;
background-color: #666464;
color: #fff;
padding: 1em;
display: block;
margin-bottom: 1em;
text-align: center;
}
.item_img,.item_detail {
width: 50%;
}

.price {
font-size: 2em;
}
.priceTxt {
margin-right: 0.5em;
} 
.item_volume {
width: 100%;
margin: 0 auto;
}
.cart_contents {
display: flex;
justify-content: space-between;
height: auto;
gap: 5em;
}
.cart_weight {
display: flex;
width: 100%;
}
.p-product-option-select__ttl {
width: 150px;
}
.cart_weight input {
display: block;
width: 100%;
height: 100%;
text-align: right;
box-sizing: border-box;
}

.cart_weight p {
display: block;
margin: auto 0;
padding-left: .5em;
}

.cart_button {
display: block;
width: 100%;
}

.cart_button button {
width: 100%;
display: block;
border: none;
color: #fff;
text-align: center;
background-color: #8D0249;
padding: 2em;
}
.freebox {
margin-bottom: 15px;
padding-bottom: 5px;
}
.freebox p {
margin-bottom: 8px;
}

/*¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
SPÉ½¼¨_start
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á*/
@media (max-width: 1199px) {

/* ¾¦ÉÊ¾ÜºÙ */
.item_wrapper {
width: 90%;
}

.item_wrapper h3 {
font-size: 1.5em;
}
.item_contents {
display: inherit;
}
.item_img {
width: 100%;
margin: 2em 0;
}

.price {
font-size: 1.5em;
}
.cart_contents {
display: inherit;
}
.cart_weight {
width: 50%;
}  

.cart_weight input {
width:100%;
padding: 1em 0;
margin-bottom: 1em;
}
.item_detail {
width: 100%;
margin: 0 auto;
}	 
.cart_button button {
margin-top: 1em;
}
.p-product-option-select__ttl {
margin: 1em 0 0.5em 0;
}

}/* SPÉ½¼¨_end
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á*/