@charset "utf-8";
.p-page-header__title {
    width: 242px !important;
    height: 242px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
}
@media( max-width: 767px ) {
	.p-page-header__title {
		width: 110px !important;
		height: 110px !important;
	}
}
/*
sidebar */
.l-secondary {
    padding-top: 50px !important;
}
.l-secondary .link {
    padding: 0 0 5px;
}
.l-secondary .link a {
    display: block;
    background: #9A8E78;

    padding: 20px 25px;

    color: #fff;
    font-size: 14px;

    transition:  all .5s;
    &:hover {
        opacity: .8;
    }
}
.l-secondary ul {
    margin: 60px 0 0;
    list-style: none;
}
.l-secondary ul li {
    border: 1px solid #ABABAB;
    border-bottom: 0;
    font-size: 14px;
    &:first-child {
        background: #9A8E78;
        border: 0;
        
        padding: 20px 25px;
        color: #fff;
    }
    &:last-child {
        border-bottom: 1px solid #ABABAB;
    }
}
.l-secondary ul li a {
    position: relative;
    display: block;
    background: #fff;

    box-sizing: border-box;
    height: 56px;

    padding: 20px 25px;
    color: #707070;
    line-height: 120%;
    
    transition: all .5s;

    &:hover {
        opacity: .8;
    }
}
.l-secondary ul li a span.name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.l-secondary ul li a span.count {
    position: absolute;
    top: 50%; right: 10px;

    display: block;

    background: #F1F1F1;
    width: 40px;
    height: 40px;

    text-align: center;
    line-height: 40px;

    transform: translateY(-50%);
}
.l-secondary .search {
    margin-top: 60px;
}
.l-secondary .search form {
    position: relative;
}
.l-secondary .search form input[type="text"] {
    box-sizing: border-box;
    width: 300px;
    height: 54px;
    padding: 0 25px;

    border: 1px solid #ABABAB;

    color: #707070;
    font-size: 14px;
    line-height: 54px;

    &:focus {
        outline: 0;
    }
}
.l-secondary .search form button {
    position: absolute;
    top: 0; bottom: 0; right: 0;

    background: none;
    width: 54px;

    border: 0;
}
/*
item list */
.p-blog-list {}
.p-blog-list .p-blog-list__item {}
.p-article01__thumbnail {
    height: 258px !important;
    overflow: hidden;
}
.p-blog-list .p-blog-list__item h3.p-article01__title {
    font-size: 22px;
    font-weight: normal !important;
}
.p-blog-list .p-blog-list__item .p-article01__price {
    font-size: 14px;
    margin: 0 0 30px;
}
@meida (max-width: 767px) {
    .p-article01__thumbnail {
        height: 320px !important;
    }
}

/*
.item-single */
.l-primary {
    padding-top: 60px !important;
    padding-bottom: 150px !important; 
}
h1.item_page_title {
    font-size: 28px !important;
    font-weight: normal !important;
}
#itempage .itemimg {
    margin: 50px 0 0 !important;
}
#itempage .itemimg img {
    width: 500px;
    height: 500px;
}
#itempage .itemsubimg {
    margin: 50px 0 0;
}
#itempage .itemsubimg img {
    width: 87px;
    height: 87px;
}
.item-price {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}
.item-price p {
    color: #FF071C;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}
.item-price .tax {
    font-size: 16px;
}
.item-description {
    margin: 10px 0 0 !important;
    font-size: 14px;
    line-height: 30px;
}
.item-detail {
    margin-top: 50px;
}
.item-detail dl {
    display: flex;
    width: 100%;
    border: 1px solid #707070;
    border-top: 0;
    margin: 0;
    &:first-of-type {
        border-top: 1px solid #707070;
    }
}
.item-detail dl dt {
    background: #F9F9F9;
    width: 165px;
    margin: 0;
    padding: 20px 30px;

    font-size: 16px;

    border-right: 1px solid #707070;
}
.item-detail dl dd  {
    width: calc( 100% - 165px );

    font-size: 16px;

    margin: 0;
    padding: 20px 30px;
}
.c-box {
    margin-top: 50px;
    padding-top: 30px;

    text-align: right;

    border-top: 1px dashed #707070;
}
.c-box .quantity {
    font-size: 16px;
    line-height: 56px;
}
.c-box select {
    width: 80px;
    height: 56px;
    margin-left: 30px;
    vertical-align: bottom;
    border: 1px solid #707070;
}
.c-box input[type="submit"] {
    background: #9A8E78;
    width: 224px;
    height: 56px;
    color: #fff;
    font-size: 14px;
    vertical-align: bottom;
    border: 0;

    cursor: pointer;
    transition: all .5s;
    &:hover {
        opacity: .8;
    }
}
/*
UserLogin */
.error_message {
    color: #f00 !important;
}
.member_page_title {
    font-size: 28px;
    font-weight: normal;
}
.loginbox {
    background: #F8F8F8 !important;

    width: 550px !important;

    margin: 0 !important;
    margin-top: 50px !important;
    padding: 60px 0 !important;

    text-align: center;

    border: 1px solid #E6E6E6 !important;

}
#memberpages .loginbox p {
    text-align: center;
}
#memberpages .loginbox p label {
    font-size: 16px;
}
#memberpages .loginbox p input[type="text"],
#memberpages .loginbox p input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    max-width: 342px;
    height: 35px;

    margin: 10px 0 40px;
    padding: 20px 25px;

    color: #707070;
    font-size: 14px;

    border: 0;

    &:focus {
        outline: 0;
    }
}
#memberpages .loginbox p input[type="password"] {
    margin-bottom: 30px;
}
#memberpages .loginbox p input[type="submit"] {
    background: #9A8E78;
    width: 224px;
    height: 56px;

    margin-bottom: 35px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
.forgetmenot {
    margin-bottom: 40px !important;
}
#memberpages .loginbox div {
    font-size: 14px;
    margin: 0;
}
#memberpages .loginbox p.nav a,
#memberpages .loginbox p#nav a {
    margin-bottom: 25px !important;

    color: #C9B672;
    font-size: 14px;
    font-weight: 500;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
}
#newmember .header_explanation {}
#newmember .header_explanation ul {}
#newmember .header_explanation ul li {
    width: 100%;
    max-width: 648px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 250%;
}
#newmember .customer_form .name_td .member_name, #memberinfo .customer_form .name_td .member_name {
    padding-left: 0 !important;
}
#newmember th {
    width: 167px !important;
    padding: 20px 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
#newmember td {
    padding-left: 0 !important;
    padding: 10px !important;
}
#newmember td.name_td {
    width: 270px !important;
}
#newmember td span {
    display: inline-block;
    width: 30px !important;
}
#newmember .customer_form input,
#newmember .customer_form select {
    background: #F8F8F8 !important;
    box-sizing: border-box;
    height: 35px;
    padding: 10px !important;

    color: #707070 !important;
    font-size: 14px !important;

    border: 0;
    &:focus {
        outline: 0;
    }
}
#newmember .customer_form input#name1,
#newmember .customer_form input#name2,
#newmember .customer_form input#name3,
#newmember .customer_form input#name4 {
    width: calc( 100% - 50px );
}
#newmember .customer_form input#zipcode {
    width: calc( 100% - 160px ) !important;
}
#newmember .customer_form select#member_pref {
    width: 202px !important;
    padding: 0 10px !important;
}
#newmember .customer_form input#address1,
#newmember .customer_form input#address2,
#newmember .customer_form input#address3,
#newmember .customer_form input#tel,
#newmember .customer_form input#fax {
    width: 100% !important;
    max-width: 400px !important;
    margin-right: 10px !important;
}
#newmember .customer_form input#mailaddress1,
#newmember .customer_form input#mailaddress2,
#newmember .customer_form input#password1,
#newmember .customer_form input#password2 {
    width: 100% !important;
}
#newmember .send {
    margin-top: 60px !important;
}
#newmember .send input[type="submit"] {
    background: #9A8E78;
    width: 224px;
    height: 56px;

    margin-bottom: 35px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
#memberpages p {
    font-size: 14px !important;
}
#memberpages div.send {
    text-align: left;
}
#memberpages p a,
#memberpages div.send a {
    margin-bottom: 25px !important;

    color: #C9B672;
    font-size: 14px;
    font-weight: 500;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
}
.member_submenu {
    margin-top: 20px !important;
    list-style: none;
    text-align: center;
}
.member_submenu li {
    display: inline-block;
}
.member_submenu li a {
    display: inline-block;
    background: #9A8E78;
    width: 224px !important;
    height: 56px !important;
    line-height: 56px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
}
#memberinfo h3 {
    background: #9A8E78 !important;
    border-bottom: 0 !important;
}
.usces_filter_history {
    font-size: 14px !important;
}
#usces_purdate {
    background: #F8F8F8 !important;
    box-sizing: border-box;

    color: #707070 !important;
    font-size: 14px !important;

    border: 0;
    &:focus {
        outline: 0;
    }
}
.send {
    text-align: center !important;
}
.send .top,
.send .editmember,
.send .deletemember {
    background: #9A8E78;
    width: 224px;
    height: 56px;

    margin-bottom: 35px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
/*
Cart */
h1.cart_page_title {
    font-size: 28px !important;
    font-weight: normal !important;
}
.cart_navi {
    margin-top: 50px;
}
.cart_navi ul {
    display: flex;
    list-style: none;
}
.cart_navi ul li {
    background: #F8F8F8;
    width: 25%;
    height: 50px;

    color: #000;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
}
.cart_navi ul li.current {
    background: #9A8E78;
    color: #fff;
}
#cart .upbutton {
    font-size: 14px !important;
    padding-right: 0 !important;
}
#cart .upbutton input[type="submit"] {
    background: #9A8E78;
    
    padding: 2px 5px;

    color: #fff;
    font-size: 13px;
    
    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
#cart table#cart_table {
    margin-top: 20px !important;
    border-collapse: collapse !important;
    border: 0 !important;
}
#cart table#cart_table th {
    background: #f3f3f3; !important;
    color: #4c4d25 !important;
    font-size: 14px !important;
    border: 1px solid #e6e6e6 !important;
}
#cart table#cart_table td {
    color: #4c4c4c;
    font-size: 14px;
    border: 1px solid #e6e6e6 !important;
}
.currency_code {
    text-align: right !important;
    font-size: 14px;
}
#wc_cart .send {
    margin-top: 30px;
    text-align: center;
}
#wc_cart .send .continue_shopping_button,
#wc_cart .send .to_customerinfo_button {
    background: #9A8E78;
    width: 224px;
    height: 56px;

    margin-bottom: 35px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
#customer-info h5 {
    background: #9A8E78 !important;
    color: #fff !important;
    font-weight: 500 !important;
    padding: 5px !important;
}
.customer_form th {
    width: 167px !important;
    padding: 20px 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.customer_form input[type="text"],
.customer_form input[type="tel"],
.customer_form input[type="password"] {
    background: #F8F8F8 !important;
    box-sizing: border-box;
    height: 35px;
    padding: 10px !important;
    color: #707070 !important;
    font-size: 14px !important;
    border: 0;
}
.customer_form select {
    background: #F8F8F8 !important;
    box-sizing: border-box;
    height: 35px;

    color: #707070 !important;
    font-size: 14px !important;

    border: 0;
    &:focus {
        outline: 0;
    }
}
.customer_form input[type="radio"] {
    vertical-align: middle !important;
    margin-right: 5px !important;
    &:focus {
        outline: 0;
    }
}
.customer_form td span {
    display: inline-block;
    width: 30px !important;
    font-size: 12px;
}
.customer_form input#search_zipcode {
    background: #F8F8F8 !important;
    box-sizing: border-box!important;
    height: 35px!important;
    padding: 10px !important;

    color: #707070 !important;
    font-size: 14px !important;

    border: 0 !important;
    &:focus {
        outline: 0;
    }
}
.customer_form textarea {
    background: #F8F8F8 !important;
    box-sizing: border-box;
    padding: 10px !important;
    color: #707070 !important;
    font-size: 14px !important;
    border: 0;
    &:focus {
        outline: 0;
    }
}
#wc_customer .send {
    margin-top: 20px !important;
    border-top: 1px dashed #707070 !important;
}
#wc_customer .send .to_memberlogin_button,
#wc_customer .send .back_cart_button,
#wc_customer .send .to_deliveryinfo_button,
#wc_customer .send .to_reganddeliveryinfo_button {
    background: #9A8E78;
    width: 224px;
    height: 56px;

    margin-bottom: 35px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
#delivery-info .send {
    margin-top: 20px !important;
    border-top: 1px dashed #707070 !important;
}
#delivery-info .send .back_to_customer_button,
#delivery-info .send .to_confirm_button {
    background: #9A8E78;
    width: 224px;
    height: 56px;

    margin-bottom: 35px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
.info-confirm .confiem_notice {
    font-size: 14px;
}
#cart #point_table {
    margin-top: 20px;
    border-collapse: collapse;
}
#cart #point_table td {
    font-size: 14px !important;
    border: 1px solid #e6e6e6 !important;
}
#cart #point_table td.c-point,
#cart #point_table td.u-point {
    background: #f3f3f3 !important;
    color: #4c4d25 !important;
}
#cart #point_table input.used_point {
    background: #F8F8F8 !important;
    box-sizing: border-box;
    height: 35px;
    padding: 10px !important;
    color: #707070 !important;
    font-size: 14px !important;
    border: 0;
    &:focus {
        outline: 0;
    }
}
.point-btn .use_point_button {
    background: #9A8E78;
    width: 100%;
    height: 56px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
#info-confirm #confirm_table {
    margin-top: 10px;
    border-collapse: collapse;
}
#info-confirm #confirm_table .ttl {
    background: #9A8E78;
}
#info-confirm #confirm_table h3 {
    color: #fff;
}
#info-confirm #confirm_table th {
    width: 167px !important;
    padding: 20px 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #f3f3f3;
}
#info-confirm #confirm_table td {
    font-size: 16px !important;
    line-height: 150%;
    color: #4c4c4c;
    border: 1px solid #e6e6e6;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#info-confirm .send {
    margin-top: 20px !important;
    border-top: 1px dashed #707070 !important;
}
#info-confirm .send .back_to_delivery_button,
#info-confirm .send .checkout_button {
    background: #9A8E78;
    width: 224px;
    height: 56px;

    margin-bottom: 35px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
.ui-dialog-titlebar {
    background: #9A8E78 !important;
    color: #fff !important;
}
.ui-button.ui-dialog-titlebar-close {
    color: #fff !important;
}
.agree_form_send,
.settlement_form_send   {
    margin-top: 10px !important;
}
.agree_form_send .back_to_delivery_button,
.agree_form_send .to_confirm_button,
.settlement_form_send .back_to_delivery_button,
.settlement_form_send .to_confirm_button {
    background: #9A8E78;
    width: 224px;
    height: 56px;

    color: #fff;
    font-size: 14px;

    border: 0;
    cursor: pointer;

    transition: all .5s;
    &:hover {
        opacity: .8;
    }
    &:focus {
        outline: 0;
    }
}
#escott {
    border-collapse: collapse;
    font-size: 16px;
}
#escott th {
    color: #4c4d25 !important;
    background-color: #f3f3f3 !important;
    border: 1px solid #e6e6e6 !important;
}
#escott td {
    font-size: 14px !important;
    border: 1px solid #e6e6e6 !important;
    padding: 10px !important;
}
#escott td .attention {
    font-size: 14px !important;
    margin-top: 5px !important;
}
@media( max-width: 1280px ) {
    .l-secondary {
        display: block !important;
        padding-bottom: 50px !important;
    }
    .l-secondary p.link {
        width: calc( 50% - 2.5px );
        text-align: center;
    }
    .l-secondary ul {
        width: 100%;
        margin: 30px 0 0;
    }
    .l-secondary ul li {
        width: 100%;
        box-sizing: border-box;
        &:first-child {
            width: 100%;
        }
    }
    .l-secondary .search {
        width: 100%;
        margin-top: 30px;
    }
    .l-secondary .search form input[type="text"] {
        width: 100%;
    }
}
@media( max-width: 550px ) {
    .l-secondary p.link {
        width: 100%;
    }
    #itempage .itemimg {
        width: 100%;
        margin: 30px 0 0 !important;
        text-align: center;
    }
    #itempage .itemimg img {
        width: 100%;
        height: auto;
    }
    #itempage .itemsubimg {
        margin: 30px 0 0 !important;
    }
    .item-detail {
        margin-top: 30px;
    }
    .item-detail dl {
        display: block;
        width: 100%;
    }
    .item-detail dl dt {
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #707070;
        border-right: 0;
    }
    .item-detail dl dd {
        box-sizing: border-box;
        width: 100%;
    }
    .cart-button {
        display: block;
        margin-top: 5px;
    }
    .cart_navi {
        margin-top: 30px;
    }
    .cart_navi ul {
        display: block;
    }
    .cart_navi ul li {
        width: 100%;
    }
    #cart .upbutton {
        text-align: left !important;
    }
    #cart .upbutton input[type="submit"] {
        display: block;
        margin-top: 5px;
    }
    #cart table#cart_table th:first-child,
    #cart table#cart_table td:first-child,
    #cart table#cart_table th:nth-child(2),
    #cart table#cart_table td:nth-child(2),
    #cart table#cart_table th:nth-child(7),
    #cart table#cart_table td:nth-child(7),
    #cart table#cart_table th.stock,
    #wc_confirm .action {
        display: none !important;
    }
    #cart table#cart_table th.productname {
        width: 30% !important;
    }
    .customer_form input[type="text"], .customer_form input[type="tel"], .customer_form input[type="password"] {
        width: 100% !important;
    }
    #delivery-info tr td input[type="radio"] {
        margin: 5px 0;
    }
    #customer-info .send {
        margin-bottom: 30px !important;
    }
    #delivery-info #time textarea, #delivery-info .notes {
        width: 100% !important;
    }
    #customer-info table tr,
    #delivery-info tr,
    #escott tr,
    #info-confirm #confirm_table tr,
    #memberinfo .customer_form tr {
        display: block !important;
    }
    #customer-info table tr th,
    #delivery-info tr th,
    #escott tr th,
    #info-confirm #confirm_table th,
    #memberinfo .customer_form tr th {
        display: block!important;
        box-sizing: border-box !important;
        width: 100% !important;
        border-bottom: 0 !important;
    }
    #customer-info table tr td,
    #delivery-info tr td,
    #escott tr td,
    #info-confirm #confirm_table td,
    #memberinfo .customer_form tr td {
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        border-bottom: 0 !important;
    }
    #customer-info table tr:last-of-type,
    #delivery-info tr:last-of-type,
    #escott tr:last-of-type,
    #info-confirm #confirm_table tr:last-of-type,
    #memberinfo .customer_form tr:last-of-type {
        border-bottom: 1px solid #e6e6e6 !important;
    }
    #customer-info .customer_form input#search_zipcode, #delivery-info #delivery_table input#search_zipcode {
        margin-top: 5px;
    }
    #wc_cart .send .continue_shopping_button, #wc_cart .send .to_customerinfo_button,
    #wc_customer .send .to_memberlogin_button, #wc_customer .send .back_cart_button, #wc_customer .send .to_deliveryinfo_button, #wc_customer .send .to_reganddeliveryinfo_button,
    #delivery-info .send .back_to_customer_button, #delivery-info .send .to_confirm_button,
    #info-confirm .send .back_to_delivery_button, #info-confirm .send .checkout_button,
    .agree_form_send .back_to_delivery_button, .agree_form_send .to_confirm_button, .settlement_form_send .back_to_delivery_button, .settlement_form_send .to_confirm_button,
    .send .top, .send .editmember, .send .deletemember {
        margin-bottom: 5px;
    }
    .to_customerinfo_button,
    .to_reganddeliveryinfo_button,
    .to_confirm_button {
        margin-left: -12px !important;
    }
    #memberinfo .history-area table {
        display: table-caption;
    }
    #memberinfo .history-area th {
        white-space: nowrap;
    }
    #memberinfo .history-area td {
        padding: 5px !important;
    }
}