@charset "UTF-8";

/*******商品詳細********/
.page-goods h1::before {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #5e4c46;
}
/*単品商品　商品説明*/
.block-goods-comment3 {
    font-size: 16px;
}
/*単品商品の商品情報表*/
.product-detail__list {
    border-top: 1px solid #F0EDEC;
    margin: 0 0 10px;
}
.product-detail__list-item {
    border-bottom: 1px solid #F0EDEC;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.product-detail__list-item dt,
.product-detail__list-item dd {
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
}
.product-detail__list-item dt {
    background: #F0EDEC;
    width: 30%;
    border-bottom: 1px solid #ffffff;
}
.product-detail__list-item dt:last-child {
    border-bottom: none;
}
.product-detail__list-item dd {
    border-right: 1px solid #F0EDEC;
    width: 70%;
}
.product-detail__attention p {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
}


/*セット商品の商品情報表*/
.set-detail__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.set-detail table {
    width: 100%;
    margin: 0 0 10px 0;
}
.set-detail table tr th,
.set-detail table tr td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 3px 10px;
}
.set-detail table tr th {
    background: #f3f3f3;
}
.set-detail table tr td a {
    /* text-decoration: underline; */
    pointer-events: none;
}
.set-detail__attention {
    font-size: 13px;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .set-detail table {
        width: 100%;
    }
    .set-detail table tr th,
    .set-detail table tr td {
        padding: 10px 5px;
        font-size: 14px;
    }
}

/*セット商品のセット内容詳細*/
.set-detail-full__contnts {
    margin-bottom: 50px;
}
.set-detail-full__contnts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.set-detail-full h2 {
    border-left: 10px solid #333333 !important;
    padding-left: 10px !important;
}
.set-detail-full__contnts h3 {
    font-weight: bold;
}
.set-detail-full__text.set-detail-full__text_order p:first-child {
    order: 1;
}
.set-detail-full__product ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.set-detail-full__productimg {
    width: 19%;
}
.set-detail-full__productright {
    width: 80%;
}
.set-detail-full__productlabel {
    margin-bottom: 5px;
}
.set-detail-full__slink {
    display: block;
    text-align: right;
    margin-top: 5px;
}
.set-detail-full__slink span {
    border-bottom: 1px solid #444444;
}
.set-detail-full__shape_table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
.set-detail-full__shape_table_cell {
    width: 33%;
}
.set-detail-full__shape_table_cell ul li {
    border: 1px solid #cccccc;
}
.set-detail-full__shape_checked {
    font-size: 30px;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.set-detail-full__shape_img {
    line-height: 0;
    position: relative;
}
.set-detail-full__shape_img span {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
}
.set-detail-full__shape_table_cell:last-child .set-detail-full__shape_img span {
    width: 164px;
}
.set-detail-full__shape_txt {
    padding: 10px;
    width: 100%;
}
.set-detail-full__shape_NG {
    position: relative;
}
.set-detail-full__shape_NG:after {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: "入っていません";
    color: #ffffff;
    text-align: center;
    top: 0;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .set-detail-full__contnts {
        margin-bottom: 30px;
    }
    .set-detail-full h2 {
        padding: 5px 0 5px 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .set-detail-full__text.set-detail-full__text_order p:first-child {
        order: 0;
    }
    .set-detail-full__product ul li {
        margin-bottom: 30px;
    }
    .set-detail-full__productimg {
        width: 100%;
    }
    .set-detail-full__productright {
        width: 100%;
        margin-top: 5px;
    }
    .set-detail-full h3 {
        font-size: 18px;
    }
    .set-detail-full__shape_table {
        width: 100%;
    }
    .set-detail-full__shape_table_cell {
        width: 100%;
    }
    .set-detail-full__shape_table_cell ul {
        display: flex;
    }
    .set-detail-full__shape_checked {
        font-size: 20px;
        display: flex;
        align-items: center;
        width: 12%;
        justify-content: center;
    }
    .set-detail-full__shape_img {
        width: 35%;
        display: flex;
        align-items: center;
    }
    .set-detail-full__shape_img span {
        display: none;
    }
    .set-detail-full__shape_txt {
        padding: 5px;
        width: 53%;
        line-height: 1.4em;
    }
    .set-detail-full__imgtxt p {
        width: 100%;
    }
}


/******商品コメントFULL（ドライフラワーセット）******/
.set-detail-full__imgtxt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.set-detail-full__imgtxt h2 {
    width: 100%;
}
.set-detail-full__imgtxt p {
    width: 49%;
}
@media screen and (max-width: 767px) {
    .btn-cart-anchor a {
        width: 100%;
        padding: 17px 0;
        font-size: 16px;
        line-height: 20px;
        background-color: #bf0000 !important;
        border-radius: 10px;
        color: #ffffff;
        text-align: center;
        margin: 10px 0 20px 0;
        display: block;
    }
    .btn-cart-anchor a:hover {
        color: #ffffff !important;
    }
    .page-goods .block-icon img {
        height: 32px;
    }
    .set-detail-full__contnts {
        margin-bottom: 30px;
    }
    .set-detail-full h2 {
        padding: 5px 0 5px 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .set-detail-full__text.set-detail-full__text_order p:first-child {
        order: 0;
    }
    .set-detail-full__product ul li {
        margin-bottom: 30px;
    }
    .set-detail-full__productimg {
        width: 100%;
    }
    .set-detail-full__productright {
        width: 100%;
        margin-top: 5px;
    }
    .set-detail-full h3 {
        font-size: 18px;
    }
    .set-detail-full__shape_table {
        width: 100%;
    }
    .set-detail-full__shape_table_cell {
        width: 100%;
    }
    .set-detail-full__shape_table_cell ul {
        display: flex;
    }
    .set-detail-full__shape_checked {
        font-size: 20px;
        display: flex;
        align-items: center;
        width: 12%;
        justify-content: center;
    }
    .set-detail-full__shape_img {
        width: 35%;
        display: flex;
        align-items: center;
    }
    .set-detail-full__shape_img span {
        display: none;
    }
    .set-detail-full__shape_txt {
        padding: 5px;
        width: 53%;
        line-height: 1.4em;
    }
    .set-detail-full__imgtxt p {
        width: 100%;
    }
    .zoom-icon a {
        pointer-events: none;
    }
    .zoom-icon::after {
        display: none;
    }
    .block-goods-gallery ul p {
        display: none;
    }
}
