@charset "utf-8";


/* 共通 */
.welcart,
.cart-page,
.member-page {
    max-width: 1200px;
    margin: 0 auto;
}

.cart_page_title,
.member_page_title {
    text-align: center;
    margin-bottom: 40px;
}

.welcart .welcart_sub_menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

.welcart .welcart_sub_menu li a {
    display: block;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #333;
    padding: 5px 30px;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
}

.welcart .currency_code {
    display: none;
}

.welcart table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

table.customer_form {
    margin: auto;
}

.welcart .ec_item-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.welcart .ec_item-list li {
    width: calc(25% - 160px / 4);
    margin: 20px 20px 40px 20px;
}

.welcart .ec_item-list li img {
    width: 100%;
    height: calc(38vh * 0.5);
    object-fit: cover;
}



/* 詳細ページ */
.item_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 28px;
    padding-bottom: 130px;
}

.item_L {
    width: 46%;
    max-width: 543px;
}

.item_R {
    width: 51%;
    margin-top: 10px;
}

.item_R h2 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: bold;
}

.item_R .item-description {
    margin-bottom: 20px;
}

.item_R .skuform {
    margin-bottom: 60px;
}

.item_R .skuname {
    font-weight: bold;
    font-size: 1.4rem;
}

.item_R .field .zaikostatus {
    text-align: right;
}

#itempage .itemimg img,
#itempage .itemsubimg img {
    height: 100%;
}

#itempage .item_R .field .field_cprice {
    font-size: 1rem;
    text-decoration: line-through;
}

#itempage .item_R .c-box {
    text-align: left;
    margin-top: 40px;
}

#itempage .item_R .c-box .cart-button input {
    border-radius: 0;
    background-color: black;
    padding: 24px 10px;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    transition: all 0.2s ease 0s;
    background-color: black;
    color: #fff;
    width: 100%;
    display: block;
    border: none;
    padding: 25px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}

#itempage .item_R .c-box .cart-button input:hover {
    cursor: pointer;
    opacity: 0.7;
}

.welcart-container.inner {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-bottom: 90px;
}


.welcart-sidebar {
    max-width: 275px;
    width: 100%;
}

ul.welcart_sub_menu {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.welcart-sidebar h3 {
    /* border-bottom: 1px solid #ccc; */
    padding: 25px 0 20px;
}

li.category-item a,
button.accordion-toggle {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 22px 0 22px 44px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    position: relative;
}

li.category-item a:before {
    content: '●';
    font-size: 18px;
    color: #af2222;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}

#itempage .field {
    height: auto;
    width: auto;
    margin: 0px;
    border: none !important;
}



/* カート */
.cart-page .cart_navi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.cart-page .cart_navi ul li {
    background-color: #fff;
    font-weight: bold;
    color: black;
    padding: 10px;
    width: 24%;
    text-align: center;
    border: 1px solid;
}

.cart-page .cart_navi ul li.current {
    background-color: black;
    color: #fff;
}


.cart-page .send {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#newmember .send input[type=submit],
.cart-page .send input[type=submit],
.cart-page .send input[type=button],
.member-page .loginbox #member_login {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color: #898989;
    color: #FFF;
    font-weight: bold;
    width: 300px;
    padding: 20px 40px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.2s ease 0s;
    border-radius: 0;
}

#newmember .send input[type=submit] {
    margin: 5px auto;
}

.cart-page .send input:hover,
.member-page .loginbox #member_login:hover {
    opacity: 0.8;
}

.member-page .loginbox #member_login {
    width: 60% !important;
    margin: 0 auto;
    padding: 20px !important;
}

.cart-page .send input.to_customerinfo_button,
.cart-page .send input.to_memberlogin_button,
.cart-page .send input.to_deliveryinfo_button,
.cart-page .send input.to_reganddeliveryinfo_button,
.cart-page .send input.to_confirm_button,
.cart-page .send input.checkout_button,
.member-page .loginbox #member_login {
    background: #5acda5;
}

.cart-page .send input.to_customerinfo_button,
.cart-page .send input.to_memberlogin_button,
.cart-page .send input.to_deliveryinfo_button,
.cart-page .send input.to_reganddeliveryinfo_button,
.cart-page .send input.to_confirm_button,
.cart-page .send input.checkout_button,
.member-page .loginbox #member_login {
    background: black;
}


/* お客様情報 */
#customer-info form {
    margin-bottom: 60px !important;
}

#customer-info h5 {
    background-color: black !important;
    padding: 10px !important;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

body #customer-info .send {
    border: none;
}

/* テーブル */
#customer-info th,
#newmember th {
    font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    color: #4c4d25;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 25%;
}

#content #wc_cart img,
#content #wc_confirm img {
    height: auto;
}

.cart-page table {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 41px;
}

#newmember table th {
    width: 36%;
}

.cart-page table th,
.cart-page table td,
#newmember table th,
#newmember table td {
    padding: 20px !important;
    font-size: 1.0rem !important;
}




/* フォーム */
.customer_form input,
.customer_form textarea {
    width: 100% !important;
    background-color: #dedede;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.customer_form input[type=radio] {
    width: auto !important;
}

#delivery-info .customer_form dt {
    font-size: 1.0rem !important;
}




/* ログイン */
.member-page .loginbox {
    width: 60% !important;
    margin-top: 0 !important;
    padding: 20px 40px !important;
    margin: auto;
}

.member-page .loginbox p {
    font-size: 1rem !important;
    margin-bottom: 23px;
}

.member-page .loginbox input {
    width: 100% !important;
    background-color: #dedede;
    border: none;
    border-radius: 5px;
    padding: 10px !important;
}

.member-page .loginbox input[type=checkbox] {
    width: auto !important;
}

.member-page .new-entry {
    display: none;
}

#memberpages input.loginmail,
.member-page .loginbox input {
    line-height: 30px !important;
}

@media only screen and (max-width: 821px) {
    .member-page .loginbox {
        width: 100% !important;
    }
}



/* 会員情報登録 */
#newmember .header_explanation li {
    font-size: 0.8rem;
}

#newmember table.customer_form .name_td .member_name,
#memberinfo table.customer_form .name_td .member_name {
    padding-left: 0;
}




/*編集*/


ul.ec_item-list li a img {
    height: 269px;
    width: 100%;
    object-fit: cover;
}

ul.ec_item-list li {
    max-width: 29.7%;
    margin-right: 22px;
    width: 100%;
}

ul.ec_item-list li a {
    display: block;
    width: 100%;
}
.ec_item-list_info {
    margin-top: 3px;
    max-width: 100%;
    margin-bottom: 22px;
}

.ec_item-list_info h3 {
    font-size: 17px;
}

.item-price span {
    color: #1b1917;
}

.item-options {
    margin: 30px 0 19px;
}


/*タブを横並びに*/
.tab-label {
    display: block;
    float: left;
}


/*ラジオボタンを全て非表示に*/
input[name="tab-radio"] {
    display: none;
}

.tab-label {
    color: #cdcdcd !important;
    cursor: pointer !important;
    padding: 0px 20px 13px;
    transition: .3s;
    font-size: 18px;
    border-bottom: 2px solid #cdcdcd;
    width: 50%;
    text-align: center;
    font-weight: normal;
    letter-spacing: 4px;
}

.tab-label:hover {
    opacity: .7 !important;
}

/* 選択されたタブの見た目 */
input:checked+h2>.tab-label {
    color: #000 !important;
    transition: .3s;
    width: 50%;
    border-bottom: 2px solid;
    text-align: center;
}

.tab-panel {
    clear: both;
    display: none;
    padding-top: 27px;
    line-height: 2;
    font-size: 16px;
}

/* 選択されているチェックボックスに応じてパネルを表示 */
#tab-a:checked~.panel-a,
#tab-b:checked~.panel-b,
#tab-c:checked~.panel-c {
    display: block;
}

.tab-panel&gt;

div {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

dl.item-option dd {
    display: flex;
}

label.iopt_radio_label {
    border: 1px solid;
    border-radius: 30px;
    padding: 1px 10px;
    margin-right: 6px;
}

dl.item-option dt {
    margin-bottom: 15px;
    color: #cdcdcd;
    font-size: 14px;
}

label.iopt_radio_label:checked+label {
    background-color: black;
}

ul.ec_item-list {
    display: flex;
    flex-wrap: wrap;
}


.welcart-content {
    max-width: 858px;
    width: 100%;
}

.item-price {
    font-size: 24px;
    margin-bottom: 40px;
}

#mainSlider .main-slide {
    display: none;
    height: 314px;
}

#mainSlider .main-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

#thumbSlider {
    display: flex;
    gap: 6px;
    margin-top: 2px;
}

#thumbSlider .thumb-slide img {
    object-fit: cover;
    height: 53px;
}

#thumbSlider .thumb-slide {
    width: 100px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}

#thumbSlider .thumb-slide.active,
#thumbSlider .thumb-slide:hover {
    opacity: 1;
}

.header_explanation {
    max-width: 830px;
    margin: 0 auto 29px;
}

.other_mv h1 {
    text-align: center;
    padding-top: 119px;
}

div#primary input.quantity {
    max-width: 28px;
}

#cart th,
#cart td {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #FFFFFF;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

.cart-page table {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

#cart th,
#cart td {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
}

#cart th {
    color: #FFFFFF;
    background-color: #999999;
    white-space: nowrap;
    font-weight: normal;
    font-size: 0.9em;
}

.upbutton {
    max-width: fit-content;
    margin: 0 0 9px auto;
}

div#primary {
    padding-top: 60px;
    max-width: 1100px;
    margin: auto;
    padding: 70px 0 43px;
}

ul.welcart_sub_menu li {
    max-width: 48%;
    width: 100%;
}

input#search-keyword {
    border: none;
    max-width: 100%;
    padding: 2px 5px 3px;
    margin-top: 4px;
    width: 100%;
}

.kensaku-wrap button {
    background: #fff;
    border: 1px solid;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    margin-top: 12px;
    font-size: 12px;
}

.search-keyword-wrap label,
.search-cat-wrap label {
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
}

select#search-cat {
    border: none;
    width: 100%;
    padding: 3px;
}

.search-keyword-wrap,
.search-cat-wrap {
    margin-bottom: 10px;
}

.wc_ubmenu-wrap {
    background: #E6E6E6;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

ul.welcart_sub_menu li a i {
    margin-right: 12px;
}

ul.welcart_sub_menu li a {
    background: black;
    display: block;
    width: 100%;
    border: 1px solid;
    padding: 9px 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 5px;
}

ul.policy-tokusyo-wrap {
    padding-top: 4px;
    max-width: fit-content;
    margin-left: 30px;
}

ul.policy-tokusyo-wrap li a {
    font-size: 13px;
    display: block;
    margin-bottom: 7px;
}

ul.category-list {
    margin-bottom: 30px;
}

ul.policy-tokusyo-wrap li a {
    font-size: 13px;
    display: block;
    margin-bottom: 11px;
}

ul.category-list>ul>li>ul>li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
}

.accordion-toggle {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 0;
}

.accordion-toggle::before,
.accordion-toggle::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 12px;
    height: 1px;
    background-color: #333;
    transition: all 0.2s;
}

.accordion-toggle::after {
    transform: rotate(90deg);
}

.accordion-toggle.open::after {
    transform: rotate(0deg);
    /* 横線だけ残す → 「−」 */
}


div#img-box {
    max-width: 300px;
    margin: 0 auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
}

.modal-close {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

body input#search_zipcode {
    /*    background: black;
    color: #fff;
    margin-top: 10px;
    border-radius: 0px;
    cursor: pointer;*/
    display: none;
}

/* ==============================
    タブレット縦のみ
============================== */

@media (max-width: 1100px) and (min-width: 710px) {
    ul.ec_item-list {
        display: flex;
        flex-wrap: wrap;
    }

    .welcart-container {
        padding-bottom: 45px;
    }

    .welcart,
    .cart-page,
    .member-page {
        max-width: 1100px;
        margin: 0 auto;
    }

    .item_wrap {
        justify-content: center;
    }

    ul.ec_item-list li a {
        display: block;
        width: 100%;
    }



}


/* ==============================
    タブレット横のみ
============================== */

@media (max-width: 1500px) and (min-width: 710px) {
    ul.ec_item-list li {
        max-width: 47%;
        margin-right: 11px;
    }

    .welcart,
    .cart-page,
    .member-page {
        max-width: 1100px;
        margin: 0 auto;
    }

    .item_R {
        width: 100%;
        margin-top: 10px;
        margin-left: 20px;
    }

    .item_L {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}


@media screen and (max-width: 1000px) {
    ul.ec_item-list li {
        max-width: 48%;
        margin-right: 13px;
    }

    ul.ec_item-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .welcart-sidebar {
        max-width: 247px;
        width: 100%;
        padding-left: 26px;
    }

    ul.policy-tokusyo-wrap li a {
        font-size: 12px;
    }

    .welcart-sidebar {
        margin: 0 0 0 auto;
    }


}

/* ==============================
    スマホ
============================== */

@media screen and (max-width: 710px) {

    .other_mv h1 {
        text-align: center;
        padding-top: 90px;
    }

    .cart-page .cart_navi ul li {
        width: 48%;
        margin-bottom: 2%;
    }


    .cart-page .send input {
        width: 100% !important;
    }

    .cart-page thead {
        display: none;
    }

    .cart-page #cart tbody td {
        width: 100%;
        display: block;
        text-align: left;
    }


    .cart-page tbody .thumbnail img {
        height: auto;
    }

    .cart-page table {
        table-layout: fixed;
        width: 100%;
    }

    .cart-page th,
    .cart-page td {
        width: 100% !important;
        display: block;
    }

    .cart-page tfoot .num,
    .cart-page tfoot .thumbnail,
    .cart-page tfoot .stock,
    .cart-page tfoot .action {
        display: none;
    }

    .item_wrap {
        display: block;
    }

    .item_L {
        width: 100%;
        max-width: 100%;
    }

    .item_R {
        width: 100%;
    }

    ul.policy-tokusyo-wrap {
        padding-top: 24px;
    }

    dl.item-option {
        margin-bottom: 15px;
    }

    h2.wp-block-heading.has-text-align-center.under-title.product-title:before {
        font-size: 15px;
    }

    a.wp-block-button__link.wp-element-button.hurusato {
        padding-top: 17px;
    }

    .welcart-container.inner {
        display: block;
        padding-bottom: 58px;
    }

    .welcart-sidebar {
        max-width: 100%;
        width: 100%;
        margin: 39px auto 0;
        padding: 0;
    }


    ul.welcart_sub_menu li {
        max-width: 49%;
    }

    ul.welcart_sub_menu {
        display: flex;
        justify-content: space-between;
        margin-bottom: 35px;
        max-width: 100%;
        margin: 0 auto 35px;
    }

    ul.category-list {
        max-width: 100%;
        margin: 0 auto;
        line-height: 1.5;
        font-size: 14px;
    }

    .ec_item-list_info {
        margin-top: 3px;
        margin-bottom: 15px;
    }

    ul.ec_item-list li:nth-of-type(3n) a {
        margin-right: 9px;
    }

    .ec_item-list_info h3 {
        font-size: 14px;
        line-height: 1;
    }

    .ec_item-list .ec_price {
        font-size: 16px;
    }

    a.wp-block-button__link.wp-element-button.hurusato {
        padding-top: 23px;
        height: 65px;
        margin-bottom: 18px;
        font-size: 16px;
        max-width: 300px;
    }

    .welcart {
        width: 100%;
        margin: 0 auto;
    }

    .main-slider img {
        width: 100%;
        height: auto;
    }

    .item_R h2 {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 1px;
    }

    #itempage .item_R .c-box {
        text-align: left;
        margin-top: 0;
    }

    .item-price {
        font-size: 19px;
        margin-bottom: 11px;
        text-align: right;
    }

    #itempage .item_R .c-box .cart-button input {
        border-radius: 0;
        background-color: black;
        padding: 24px 10px;
        border: none;
        font-size: 1rem;
        font-weight: bold;
        color: #FFF;
        transition: all 0.2s ease 0s;
        background-color: black;
        color: #fff;
        width: 100%;
        display: block;
        border: none;
        padding: 21px 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        margin-top: 20px;
    }

    input:checked+h2>.tab-label {
        color: #000 !important;
        transition: .3s;
        width: 50%;
        border-bottom: 2px solid;
        text-align: center;
        font-size: 14px;
    }

    .tab-label {
        padding: 0px 12px 9px;
        letter-spacing: 4px;
        font-size: 14px;
    }

    .item_wrap {
        padding-bottom: 61px;
    }

    div#cart {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
    }

    div#primary {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
        padding: 27px 0 87px;
    }

    .cart-page table th,
    .cart-page table td,
    #newmember table th,
    #newmember table td {
        padding: 12px !important;
        font-size: 1.0rem !important;
    }

    table.customer_form tr {
        display: block;
        width: 100%;
    }

    div#newmember tbody {
        display: block;
    }

    #newmember table th {
        width: 100%;
        display: block;
    }

    tr#name_row {
        display: block;
    }

    .cart_navi {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .send {
        max-width: 500px;
        margin: 0 auto;
    }

    .welcart,
    .cart-page,
    .member-page {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }

    div#primary {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
        padding-top: 77px;
    }


}


#customer-info th,
#delivery-info td {
    font-size: 16px !important;
    padding: 20px !important;
}

div#customer-info,
div#delivery-info {
    max-width: 1100px;
    margin: 0 auto;
}

#customer-info th,
#delivery-info th {
    font-size: 18px !important;
}

div#customer-info {
    max-width: 1100px;
    margin: 0 auto;
}

#customer-info table {
    width: 100%;
}

#customer-info td {
    font-size: 16px !important;
    padding: 18px !important;
}

#delivery-info .send {
    border: none;
}
.cart_navi {
    margin-bottom: 58px;
}

#info-confirm .send,
#delivery-info .send,
#customer-info .send {
    border: none !important;
}
div#cart_completion h3 {
    text-align: center;
}
/* ==============================

    スマホ　

============================== */

@media screen and (max-width: 800px) {
    #customer-info th {
        width: 100%;
        display: block;
    }

    #customer-info td,
    #customer-info th {
        width: 100%;
        display: block;
        padding: 17px;
    }

    div#customer-info,
    div#delivery-info {
        max-width: 500px;
        margin: 0 auto;
    }

    header>div#delivery-info {
        width: 90%;
    }

    #customer-info table {
        width: 100%;
    }

    div.usccart_navi li.ucart {
        font-size: 14px;
    }

    #customer-info th,
    #delivery-info th {
        width: 100% !important;
        font-size: 16px !important;
    }

    #delivery-info th {
        display: block;
        padding: 15px;
    }

    #delivery-info td {
        display: block;
        width: 100%;
        padding: 14px !important;
    }
}