/*カート周り変更CSS v1.0*/

table.variation {
    margin-top: 15px !important;
}

.price,
#OPTIONS,
optAttn,
.cartArea,
label[for="addOptions"] {
    font-weight: 600;
}

.cartArea .price .selling_price {
    font-size: 1.2rem !important;
}
.cartArea .variation .selling_price {
    font-size: 1.1rem !important;
}

#OPTIONS {
    display: block;
    margin: 15px 0 30px 0;
}

#OPTIONS input,
textarea,
select,
button,
optgroup {
    font-family: inherit;
    font-size: 15px !important;
    font-weight: 600;
}

#OPTIONS option {
    font-weight: 600 !important;
}

input[disabled] {
    background: #dcdcdc;
    cursor: not-allowed;
}

select[disabled] {
    background: #dcdcdc;
    cursor: not-allowed;
}

label[for="addOptions"] {
    display: block;
    text-align: center;
    padding: 15px 30px;
    margin-bottom: 10px;
    line-height: 1.3rem;
    background-color: #e3d7a3;
    border-bottom: 3px solid #8f8667;
    border-top: 3px solid #8f8667;
    cursor: pointer;
    font-size: 1.1rem;
    position: relative;
    border-radius: 2px;
    margin: auto;
    width: 98%;
    box-shadow: 3px 3px 4px rgba(204, 204, 204, 80);
}

label[for="addOptions"]:hover {
    box-shadow: 0 0 0;
    top: 1px;
    left: 1px;
}

.op_close {
    max-height: 0;
    overflow: hidden;
    transition: all 0.8s;
}

.op_open {
    max-height: 600px;
    transition: all 0.8s;
}

#addOptions::before,
#addOptions::after {
    content: "";
    width: 15px;
    height: 2px;
    background: #8f8667;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

#addOptions::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

#addOptions.menu_open:after {
    transform: translateY(-50%) rotate(0);
}

.optAttn {
    margin: -40px 0 0 10px;
    font-size: 0.75rem;
    color: #b7282e;
    position: relative;
    padding-left: 25px;
}

.optAttn.op_close {
    display: none;
}

.optAttn::before {
    content: url("https://www.asahi-shuzo-online.jp/pic-labo/arrow_optAttn.png");
    position: absolute;
    top: 2px;
    left: 5px;
}

.wrapArea,
.noshiArea,
.naireArea,
.stickerArea,
.bag_area,
.giftboxArea,
.wrappingArea {
    display: block;
    width: 98%;
    margin: 0 auto 15px auto;
}
#GIFTBOX,
#NOSHI,
#NAIRE,
#STICKER,
#GIFTBAG,
#WRAPPING,
#RIBON,
#PAPERBAG {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    padding-left: 10px;
    color: #333;
}

.cnt_area {
    margin-bottom: 10px;
    margin-top: -10px;
}

.cnt_area dl {
    display: flex;
    align-items: end;
    justify-content: right;
    margin: 0px 10px 2px 0;
}

#CNT-1 {
    height: 40px;
    width: 75px;
    text-align: center;
    display: flex;
    margin: -2px 10px;
    border-radius: 3px;
    color: #333;
}

p[class$="1_desc"] {
    font-weight: 500;
    font-size: 0.8rem;
}

#NOSHI optgroup {
    color: #fff;
    background-color: #8f8667;
}

#NOSHI optgroup option {
    color: #333;
    background-color: #fff;
}

.naireArea {
    max-height: 0;
    overflow: hidden;
    transition: all 0.8s;
    margin-top: -15px;
}

.naireArea.naireOpen {
    max-height: 250px;
    margin-top: 0px;
    transition: all 0.8s;
    overflow: visible;
    display: block !important;
}

input#NAIRE:focus {
    outline: solid 2px #0060df;
    transition: 0;
}

#OPTIONS input[type="checkbox"] {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

.cntAttn dd {
    color: #f00;
    font-weight: 500;
    font-size: 0.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.opt_season_txt,
.datePeriod {
	font-size: 0.9rem;
}

.opt_season_txt {
    margin-bottom: 15px;
    margin-top: -5px;
    letter-spacing: 0.15rem;
    font-weight: bolder;
}

/*販売／予約期間*/
.datePeriod {
    margin-top: -10px;
    margin-bottom: 10px;
    letter-spacing: 0.04rem;
}
