.main-contents .card-list li .pic::after {
    background: none;
}

.news-list.info {
    background: #fce6df;
}

.news-list.works {
    background: #fdead6;
}

.search-contents .modal-body .search-items h3 {
    color: #222;
}

.flex-control-nav.flex-control-thumbs li {
    width: 80px !important;
}

.main-contents .card-list li .pic img {
    width: 100%;
    height: 14vw;
    object-fit: cover;
}

.cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
    height: auto;
}

/*トップカテゴリーバナー*/
.page .main-contents .cate-btn li {
    opacity: 1;
}

/*検索モーダル*/
.search-contents h2 {
    padding: 0;
}

.sbuton {
    background: #000 !important;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    padding: 5px 100px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border-radius: 10px;
    margin: 20px 0 0 0;
    border: none;
}

/*woocommerce ポップ詳細 */

input[type="text"],
input[type="password"],
textarea,
select,
button {
    outline: none;
}

/*
.woocommerce-product-details__short-description,.product_title.entry-title,.price,.product_meta,.woocommerce-product-gallery__trigger{
    display:none;
}
*/

.product_title.entry-title,
.product_meta,
.woocommerce-product-gallery__trigger {
    display: none;
}

p.price {
    font-weight: bold;
    font-size: 2rem;
}

.woocommerce-product-details__short-description {
    text-align: left;
}

.page .post-contents .card-info .title-box .h3-cate h3 {
    font-size: 1.8vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.woocommerce-info.somdn-download-error {
    width: 80%;
    margin: auto;
    background: rgba(171, 162, 187, 0.5);
    padding: 10px;
    border-radius: 10px;
    display: block;
}

.woocommerce-info.somdn-download-error p:nth-child(1) {
    color: #000;
    font-size: 1.2vw;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.woocommerce-info.somdn-download-error p:nth-child(2) {
    color: #000;
    font-size: 1.56vw;
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border-top: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-info.somdn-download-error p a {
    color: #000;
}

.flex-control-nav.flex-control-thumbs {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flex-control-nav.flex-control-thumbs li {
    width: 46px;
    display: inline-block;
    margin-right: 5px;
}

.flex-control-nav.flex-control-thumbs li img {
    border-radius: 5px;
    border: solid 1px #eee;
}

.somdn-download-button.single_add_to_cart_button.button {
    border: none;
    width: 80%;
    margin: 20px auto;
    background: #86758D;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2.1vw;
    display: block;
    position: relative;
    padding: 7px 10px;
    border-radius: 20px;
    outline: none;
}

.somdn-download-button.single_add_to_cart_button.button::before {
    background: url(../images/icon/icon-dl.svg) no-repeat;
}

/*マイアカウント*/
.somdn-account-downloads-table {
    background: #fff;
    width: 100%;
}

.woocommerce-order-downloads__title {
    display: none !important;
}

.somdn-account-downloads-table td,
.somdn-account-downloads-table th {
    background: #fff !important;
    border: solid 1px #ccc;
    padding: 10px;
    vertical-align: middle;
}

.somdn-account-downloads-table th:nth-child(2) {
    text-align: center !important;
}

.somdn-account-downloads-table thead {
    background: #fff !important;
}

.somdn-download-wrap {
    padding-bottom: 0px;
}

.somdn-download-archive.single_add_to_cart_button {
    padding: 5px 20px !important;
    background-color: #000 !important;
    color: #fff !important;

}

.somdn-shortcode-wrap.left {

    text-align: center !important;
}

.woocommerce-order-downloads__title,
.somdn-account-downloads-message {
    display: none;
}

.page .sub-contents .account-menu li:nth-child(3) a::before {
    background: url(../images/icon/icon-bk-dl.svg) no-repeat;
}

.page .sub-contents .account-menu li:nth-child(4) a::before {
    background: url(../images/icon/icon-member.svg) no-repeat;
}

/*登録*/
.greenPopup,
.formError {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .navbar-toggler {
        background: transparent !important;
    }

    .main-contents .card-list li .pic img {
        width: 100%;
        height: 30vw;
        object-fit: cover;
    }

    .woocommerce-info.somdn-download-error p:nth-child(1) {
        font-size: 18px;
    }

    .woocommerce-info.somdn-download-error p:nth-child(2) {
        font-size: 22px;
    }

    .somdn-download-button.single_add_to_cart_button.button {
        font-size: 18px;
    }

    .page .post-contents .card-info .title-box .h3-cate h3 {
        font-size: 16px;
    }

    header #header .navbar .navbar-toggler .navbar-toggler-icon img {
        width: 10vw;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    button {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
    }
}

@media only screen and (max-width: 576px) {
    .woocommerce-SavedPaymentMethods-saveNew label {
        margin: 0;
        margin-left: 27px;
    }

    #wc-stripe-new-payment-method {
        top: 17px !important;
    }

    .woocommerce-billing-fields__field-wrapper label {
        display: block;
        width: 100%;
    }

    .woocommerce-input-wrapper,
    .woocommerce-input-wrapper input {
        width: 100%;
    }


}



.flower-container {
    background: #FCE5DE;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
    padding: 30px 0;
}

.flower-wrap {
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px solid #DA525E;
}

.flower-img {
    display: flex;
    justify-content: space-between;
}

.flower-wrap img {
    width: calc(50% - 5px);
}

.flower-ttl {
    font-size: 24px;
    color: #DA525E;
    text-align: center;
    padding-top: 1vw;
}

.flower-ttl_top {
    background: linear-gradient(transparent 50%, #F5CAC3 50%);
}

.flower-ttl_bottom {
    background: linear-gradient(transparent 50%, #F5CAC3 50%);
}

.flower-contents {
    width: 80%;
    margin: 0 auto;
}

.flower-name {
    font-weight: bold;
    text-align: center;
    border-bottom: dashed 4px #867D7B;
    color: #867D7B;
    width: 250px;
    margin: 0 auto;
}

/*
.flower-name::before{
  display: inline-block;
  content: '';
  background-color: #FCE5DE;
  width: 5px;
  height: 5px;
  margin-left: -5px;
  margin-bottom: -11px;
}*/

/*pc*/
@media (min-width: 769px) {
    .flower-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 30px;
    }

    .flower-wrap {
        width: 500px;
        border-bottom: none;
    }

    .flower-contents {
        font-size: 18px;
        width: 500px;
        margin: 0 auto;
    }

    .flower-name {
        width: 300px;
    }

    .flower-txt {
        margin-bottom: 80px;
        padding-left: 2vw;
    }
}


.pconly {
    display: block;
}

.sponly {
    display: none;
}

@media only screen and (max-width: 992px) {
    header #header {
        position: relative;
    }

    header #header .navbar .navbar-toggler {
        position: fixed;
        right: 10px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    header #header .navbar #navbar_content.navbar-collapse {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .pconly {
        display: none;
    }

    .sponly {
        display: block;
    }
}