@charset "utf-8";
/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/


    @media screen and (min-width: 62.5em) {
        /*body { margin-top: 80px; }*/
		#main {
			width: 1200px;
			margin: 2.857143em auto;
			padding: 0;
		}
        .site-header {
            margin-bottom: 10px;
            /*background: #333;*/
        }
        
        .site-header .site-title.logo a {
            color: #fff;
            font-size: 36px;
            font-weight: normal;
        }
       
        /*header .inner {
            width: 1200px;
        }*/
        .snav .membership .cf li:first-child {
            display: none;
        }
        .snav .membership .cf li {
            color: #fff;
        }
        .snav .membership .cf li a {
            color: #fff;
        }
        .incart-btn i:before {
            color: #333;
        }
        .incart-btn span {
            color: #333;
        }
        .incart-btn .total-quant {
            color: #fff !important;
            background-color: #333;
        }
        .search-box input[type="text"] {
            background: transparent;
            width: 128px;
        }
        .search-box div.s-box {
            background: #fff;
            margin-top: 5px;
        }
        .search-box .searchsubmit {
            color: #333;
        }
        .snav .membership li:first-child,
        .snav .membership li a {
            border-right: 1px solid #fff;
        }
        h1.site-title, div.site-title {
            text-align: right;
        }
        
        .nms-plugin-20221114518 .search-box input[type="text"] {
            width: 120px;
        }
	}

    @media screen and (min-width: 1025px) {
        .visible-xs {
            display: none !important;
        }
        
    }

    @media screen and (max-width: 1024px) {
        .hidden-xs {
            display: none !important;
        }
    }


    body { font-family: 'Noto Sans JP', sans-serif; }
   
	#toTop {
		right: 50px;
		bottom: 5%;
	}
    .incart-btn a {
        background-color: #fff;
    }
    .incart-btn a:hover {
        background-color: #fff;
        opacity: .8;
    }
    .incart-btn .total-quant {
        color: #a3b6d3;
    }
    .logo img {
        width: 300px !important;
    }
    .nms-plugin-202209018468.one-column .widget-area {
        display: none;
    }
	.nms-plugin-202209018468 .currency_code {
		display: none;
	}

    .slick-prev, .slick-next {
        /*background: #333;*/
    }

    .slick-prev:before, .slick-next:before {
        color: #333;
        opacity: 1;
        font-size: 24px;
    }
    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: 1;
    }

/*ヘッダー*/
.nms-plugin-2022122221141 {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
}
.nms-plugin-2022122221141 header {
    padding: 20px 0 0;
}
.nms-plugin-2022122221141 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nms-plugin-2022122221141 a {
    color: #333;
    text-decoration: none;
}
.nms-plugin-2022122221141 .header-container {
    box-sizing: border-box;
    padding: 0 52px;
    width: 100%;
}
.nms-plugin-2022122221141 .header-inner {
    display: table;
    width: 100%;
}
.nms-plugin-2022122221141 h1 {
    display: table-cell;
    width: 200px;
    height: 30px;
    vertical-align: middle;
}
.nms-plugin-2022122221141 nav {
    display: table-cell;
    padding-left: 52px;
    vertical-align: middle;
}
.nms-plugin-2022122221141 .navmenu {
    float: left;
}
.nms-plugin-2022122221141 .navmenu ul {
    display: flex;
}
.nms-plugin-2022122221141 .navmenu li {
    margin-left: 16px;
    height: 23px;
    vertical-align: middle;
    color: #3e3a39;
}

.nms-plugin-2022122221141 .nav-list {
    float: right;
}
.nms-plugin-2022122221141 .nav-list li {
    display: inline-block;
    margin-left: 16px;
    height: 23px;
    vertical-align: middle;
    color: #333;
}

.nms-plugin-2022122221141 .nav-list li a i {
    font-size: 18px;
    margin-top: 8px;
}

.nms-plugin-2022122221141 .nav-list .s-box {
    border: 1px solid #333;
    background: #fff;
}

.nms-plugin-2022122221141 .nav-list .search-text {
    border: none;
    background: transparent;
}

.nms-plugin-2022122221141 .nav-list button {
    border: 0;
    background: transparent;
}


/*---------- EASYPAGE ヘッダー ----------*/
.nms-plugin-20230111546 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /*margin:10px 0 20px;*/
    width: 1200px;
    margin: 0 auto 15px;
}

.nms-plugin-20230111546 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nms-plugin-20230111546 ul li:first-child {
    border-left: 1px solid #ccc;
    padding: 0 16px;
}

.nms-plugin-20230111546 ul li:last-child {
    border-right: 1px solid #ccc;
}

.nms-plugin-20230111546 ul li+li {
    border-left: 1px solid #ccc;
}

.nms-plugin-20230111546 ul li a {
    padding: 4px 16px;
}

.nms-plugin-20230111546 a {
    color: #333;
    text-decoration: none;
}

.nms-plugin-20230111546 .logo {
    width: 50%;
}

.nms-plugin-20230111546 .logo img {
    width: 350px;
}

.nms-plugin-20230111546 .info-wrap {
    width: 50%;
}

.nms-plugin-20230111546 .info-wrap ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom:20px;
}

.nms-plugin-20230111546 .search-wrap {
    text-align:right;
}
.nms-plugin-20230111546 .search-wrap .search-text {
    height: 30px;
    width:50%;
}
.nms-plugin-20230111546 .search-wrap button {
    background: #333;
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 0 10px;
    height: 30px;
}
@media(max-width:768px) {
    .nms-plugin-20230111546 .logo {
        width: 100%;
        margin-bottom:10px;
    }
    .nms-plugin-20230111546 .logo img {
        display:block;
        margin:0 auto;
    }
    .nms-plugin-20230111546 .info-wrap {
        width: 100%;
    }
    .nms-plugin-20230111546 .info-wrap ul {
        justify-content: space-between;
        margin-bottom:30px;
    }
    .nms-plugin-20230111546 ul li a {
        padding: 4px 10px;
    }
    .nms-plugin-20230111546 .search-wrap {
        text-align: center;
    }
    .nms-plugin-20230111546 .search-wrap .search-text {
        width: 80%;
    }
    .nms-plugin-20220112184 {
        overflow: hidden;
    }
    .nms-plugin-20220112184 ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        justify-content: space-between;
        align-items: stretch;
        height: auto;
        background-color: #fff;
    }
    .nms-plugin-20220112184 ul li {
        flex-shrink: 0;
        width: calc(100%/4);
        margin-right: 10px;
    }
    .nms-plugin-20220112184 p {
        padding: 0 10px;
    }
}

        .nms-plugin-20220112184 {
			/*margin-bottom: 30px;*/
            width: 1200px;
            margin: 0 auto 30px;
		}

		.nms-plugin-20220112184 ul {
			display: flex;
			justify-content: center;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.nms-plugin-20220112184 ul li {
			text-align: center;
			width: calc((100% / 6) - 10px);
		}

		.nms-plugin-20220112184 .item {
			border-left: 1px dashed #a7a4a4;
		}

		.nms-plugin-20220112184 ul li:last-child .item {
			border-right: 1px dashed #a7a4a4;
		}

		.nms-plugin-20220112184 ul li img {
			width: 65px;
		}

		.nms-plugin-20220112184 .item a {
			margin-bottom: 10px;
		}

		.nms-plugin-20220112184 p {
			font-size: 12px;
		}




/*---------- フロントページ ----------*/

.nms-plugin-202209018468 .main-heading {
    letter-spacing: 0;
    text-align: center;
    font-size: 28px;
    margin: 50px 0 40px;
}


.nms-plugin-202209018468 .main-item-wrap .clearfix {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.nms-plugin-202209018468 .main-item-wrap .clearfix .thumbnail_box {
    width: calc((100% / 4) - 10px);
    padding: 10px;
}

.nms-plugin-202209018468 .main-item-wrap .clearfix .thumbnail_box img {
    width: 270px;
    height: 270px;
}

.nms-plugin-202209018468 .main-item-wrap .clearfix .thumtitle {
    margin-bottom: 10px;
}

.nms-plugin-202209018468 .main-item-wrap .clearfix .thumbnail_box .price {
    font-size: 16px;
}

.nms-plugin-202209018468 .main-item-wrap .clearfix .thumbnail_box .thumimg {
    margin-bottom: 10px;
}

.nms-plugin-202209018468 .main-item-wrap .clearfix .thumbnail_box a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-decoration: none;
}






	

/*---------- カートページ ----------*/

	.nms-plugin-202209018468 .cart_navi {
		margin-bottom: 40px;
	}

	.nms-plugin-202209018468 .cart_navi ul {
		border: 1px solid #ddd;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		margin: 0 !important;
		width: 100%;
	}

	.nms-plugin-202209018468 .cart_navi li {
		background: #f5f5f5;
		color: #000;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		-webkit-align-items: center;
		align-items: center;
        justify-content: center;
		font-size: 14px;
		height: 60px;
		line-height: 1.5;
		text-align: center;
		position: relative;
		padding: 0 10px 0 32px;
		width: 25%;
	}

	.nms-plugin-202209018468 .cart_navi li:before,
	.nms-plugin-202209018468 .cart_navi li:after {
		border: 0 solid transparent;
		content: '';
		height: 0;
		width: 0;
		position: absolute;
		left: 100%;
		top: 50%;
		pointer-events: none;
	}

	.nms-plugin-202209018468 .cart_navi li:before {
		border-left-color: #f5f5f5;
		border-width: 29px 21px;
		margin-top: -29px;
		z-index: 2;
	}

	.nms-plugin-202209018468 .cart_navi li:after {
		border-left-color: #ddd;
		border-width: 30px 22px;
		margin-top: -30px;
		z-index: 1;
	}

	.nms-plugin-202209018468 .cart_navi li:last-child::before,
	.nms-plugin-202209018468 .cart_navi li:last-child::after {
		display: none;
	}

	.nms-plugin-202209018468 .cart_navi li.current {
		background: #ccc;
		border: 1px solid #ccc;
		color: #fff;
	}

	.nms-plugin-202209018468 .cart_navi li.current::before {
		display: none;
	}

	.nms-plugin-202209018468 .cart_navi li.current::after {
		border-left-color: #ccc;
	}

	.nms-plugin-202209018468 .cart_navi li span {
		display: block;
		width: 100%;
	}

	.nms-plugin-202209018468 .cart_navi li em {
		font-style: normal;
	}

	.nms-plugin-202209018468 .upbutton {
		text-align: right;
		margin-bottom: 40px;
	}

	.nms-plugin-202209018468 .upbutton input {
		background-color: #333;
		border-radius: 0;
		color: #fff;
	}

	.nms-plugin-202209018468 #cart_table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
		margin-bottom: 50px;
	}

	.nms-plugin-202209018468 #cart_table td,
	.nms-plugin-202209018468 #cart_table th {
		border: 1px solid #ddd;
		padding: 10px 15px;
		line-height: 2;
		background: #fff;
		vertical-align: middle;
	}

	.nms-plugin-202209018468 #cart_table th {
		background: #f9f9f9;
		font-weight: normal;
		text-align: center;
	}

	.nms-plugin-202209018468 #cart_table td.num,
	#cart_table td.stock,
	#cart_table td.cartrownum {
		text-align: center;
	}

	.nms-plugin-202209018468 #cart_table td.thumbnail {
		padding: 10px;
		width: 102px;
	}

	.nms-plugin-202209018468 #cart_table td.thumbnail img {
		display: block;
		height: auto;
		max-width: 100%;
	}

	.nms-plugin-202209018468 #cart_table .aleft {
		text-align: left;
	}

	.nms-plugin-202209018468 #cart_table .aright,
	.nms-plugin-202209018468 #cart_table .rightnum {
		text-align: right;
	}

	.nms-plugin-202209018468 #cart_table td.quantity {
		width: 92px;
		text-align: center;
	}

	.nms-plugin-202209018468 #cart_table td.quantity input {
		width: 80px;
		text-align: center;
	}

	.nms-plugin-202209018468 #cart_table td.action {
		text-align: center;
	}

	.nms-plugin-202209018468 td input[type="text"],
	.nms-plugin-202209018468 td input[type="email"],
	.nms-plugin-202209018468 td input[type="url"],
	.nms-plugin-202209018468 td input[type="password"],
	.nms-plugin-202209018468 td input[type="number"],
	.nms-plugin-202209018468 td textarea {
		background: #f5f5f5;
	}

	.nms-plugin-202209018468 td.action .delButton {
		background: #ccc;
		border: none;
		color: #fff;
		line-height: 35px;
		padding: 0 20px;
	}

	.nms-plugin-202209018468 td.action .delButton:hover {
		background-color: #bbb;
	}

	.nms-plugin-202209018468 .send {
		text-align: center;
	}

	.nms-plugin-202209018468 .send input {
		background: #333;
		border-radius: 0;
		border: none;
		color: #fff !important;
		cursor: pointer;
		display: inline-block;
		height: 60px;
		line-height: 60px;
		min-width: 240px;
		overflow: hidden;
		padding: 0 20px;
		text-align: center;
	}

	.nms-plugin-202209018468 .send input:hover {
		background: #242424;
	}

	.nms-plugin-202209018468 .send .to_customerinfo_button {
		margin-left: 15px;
	}

	.nms-plugin-202209018468 .no_cart {
		text-align: center;
		margin-bottom: 30px;
	}




/*---------- お客様情報ページ ----------*/

.nms-plugin-202209018468 .customer_form input[type=text], 
.nms-plugin-202209018468 .customer_form input[type=password],
.nms-plugin-202209018468 .customer_form input[type=email],
.nms-plugin-202209018468 .customer_form input[type=tel],
.nms-plugin-202209018468 .customer_form input[type=search],
.nms-plugin-202209018468 .customer_form input[type=url] {
    padding: 0 12px;
    width: 100%;
    height: 44px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #fff;
}


.nms-plugin-202209018468 #customer-info h5 {
    border-bottom: none;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 25px;
    margin-top: -0.5em;
    padding-bottom: 0;
    text-align: center;
}
.nms-plugin-202209018468 #customer-info .send {
    margin-bottom: 50px;
}

.nms-plugin-202209018468 #customer-info .customer_form {
    margin-bottom: 50px;
    width: 100%;
}
.nms-plugin-202209018468 #customer-info .customer_form td,
.nms-plugin-202209018468 #customer-info .customer_form th {
    border: 1px solid #ddd;
    padding: 10px 15px;
    line-height: 2;
    background: #fff;
    vertical-align: middle;
}

.nms-plugin-202209018468 #customer-info .customer_form th {
    padding: 12px;
    width: 32%;
    background: #f9f9f9;
    font-weight: normal;
}
.nms-plugin-202209018468 #customer-info .customer_form #loginmail {
    width: 70%;
}
.nms-plugin-202209018468 #customer-info .customer_form .member_name {
    margin-right: 24px;
}
.nms-plugin-202209018468 #customer-info .customer_form .member_furigana {
    margin-right: 10px;
}
.nms-plugin-202209018468 #customer-info .customer_form #zipcode_row #zipcode {
    margin-right: 20px;
}
.nms-plugin-202209018468 #customer-info .customer_form #search_zipcode,
.nms-plugin-202209018468 #customer-info .customer_form #address1_row input[type="text"],
.nms-plugin-202209018468 #customer-info .customer_form #address2_row input[type="text"],
.nms-plugin-202209018468 #customer-info .customer_form #address3_row input[type="text"],
.nms-plugin-202209018468 #customer-info .customer_form #tel_row input[type="text"],
.nms-plugin-202209018468 #customer-info .customer_form #fax_row input[type="text"] {
    margin-right: 10px;
}

.nms-plugin-202209018468 #customer-info .customer_form input[type="password"] {
    width: 190px !important;
}
.nms-plugin-202209018468 #customer-info .agree_member_area textarea {
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
}
.nms-plugin-202209018468 #customer-info .at_check_area {
    text-align: center;
}
.nms-plugin-202209018468 #delivery-info #time {
    margin-bottom: 36px;
    border-bottom: 1px solid #eaeaea;
}
.nms-plugin-202209018468 #delivery-info #time tr {
    margin-bottom: 24px;
}
.nms-plugin-202209018468 #delivery-info #time tr:nth-child(3) {
    border-bottom: 1px solid #eaeaea;
}
.nms-plugin-202209018468 #delivery-info #time select {
    border-radius: 5px;
    padding: 0 36px 0 12px;
    height: 40px;
}

.nms-plugin-202209018468 #delivery_flag label ~ label {
    margin-left: 15px;
}

.nms-plugin-202209018468 #delivery_flag input[type=radio] {
    margin-right: 8px;
}


.nms-plugin-202209018468 #delivery_flag input[type=radio] {
    display: none;    
}

.nms-plugin-202209018468 #delivery_flag label {
    position: relative;
    padding-left: 35px;
}

.nms-plugin-202209018468 #delivery_flag input[type=radio] + label::before {
    position: absolute;
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ddd;
    left: 0;
    top: -5px;
}

.nms-plugin-202209018468 #delivery_flag input[type=radio] + label::after {
    position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333;
    left: 6px;
    top: 1px;
    opacity: 0;
    transition: .3s;
}

.nms-plugin-202209018468 #delivery_flag input[type=radio]:checked + label::after {
    opacity: 1;
}
.nms-plugin-202209018468 #time dl {
    padding-top: 36px;
}
.nms-plugin-202209018468 #time dl input[type=radio] {
    background-color: #fff;
    border-radius: 50%;
}
.nms-plugin-202209018468 #time dl input[type=radio],
.nms-plugin-202209018468 #time dl input[type=checkbox] {
    position: relative;
    display: inline-block;
    margin-right: 0.72rem;
    top: -1px;
    width: 28px;
    height: 28px;
    border: 2px solid #e7e7e7;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.nms-plugin-202209018468 #time dl input[type=radio]::after,
.nms-plugin-202209018468 #time dl input[type=checkbox]::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
}
.nms-plugin-202209018468 #time dl input[type=radio]::after {
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-color: #333;
    border-radius: 50%;
}
.nms-plugin-202209018468 #time dl input[type=radio]:checked::after,
.nms-plugin-202209018468 #time dl input[type=checkbox]:checked::after {
    opacity: 1;
}
.nms-plugin-202209018468 #time dl dt {
    padding-bottom: 10px;
}

.nms-plugin-202209018468 .customer_form .inp1 td {
    border-bottom: 0 !important;
    border-left: 0 !important;
    display: inline-block;
    /*margin-right: 24px;*/
    width: calc(50% - 0px);
}
.nms-plugin-202209018468 .customer_form .inp1 td input {
    width:calc(100% - 37px);
}
.nms-plugin-202209018468 .customer_form .inp1 td span {
    padding-right: 5px;
}
.nms-plugin-202209018468 .customer_form #zipcode_row input#zipcode {
    margin-right: 12px;
    width: 135px;
}

.nms-plugin-202209018468 #confirm_table {
    width: 100%;
    margin-bottom: 40px;
}
.nms-plugin-202209018468 #confirm_table tr.ttl td h3 {
    border-top: 1px solid #eaeaea;
    margin-top: 36px;
    padding-top: 36px;
}
.nms-plugin-202209018468 #confirm_table th {
    font-size: 13px;
    padding-left: 13px;
    text-align: left;
    width: 192px;
}
.nms-plugin-202209018468 #confirm_table th,
.nms-plugin-202209018468 #confirm_table td {
    padding-top: 24px;
}

.nms-plugin-202209018468 #info-confirm .send input {
    margin: 0 20px;
}
.nms-plugin-202209018468 #info-confirm #point_table tr {
    display: block;
    margin-bottom: 10px;
}
.nms-plugin-202209018468 #info-confirm #point_table .c-point,
.nms-plugin-202209018468 #info-confirm #point_table .u-point {
    padding-right: 10px;
}

.nms-plugin-202209018468 .entry-cart-header {
    margin-bottom: 60px;
}
.nms-plugin-202209018468 .entry-cart-header .en {
    margin-right: 12px;
    font-size: 26px;
}
.nms-plugin-202209018468 .entry-cart-header h1, .entry-cart-header .en {
    display: inline-block;
}

.nms-plugin-202209018468 #cart_completion {
    padding: 0 1em;
}
.nms-plugin-202209018468 #cart_completion .send a {
    background: #eee;
    padding: 15px 20px;
    color: #262626;
}
.nms-plugin-202209018468 #cart_completion .header_explanation {
    margin-bottom: 30px;
}

/*商品説明 dl*/
.nms-plugin-202209018468 .item-detail {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.nms-plugin-202209018468 .item-detail dt {
    flex-basis: 25%;
    padding: 20px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
}
.nms-plugin-202209018468 .item-detail dd {
    flex-basis: 75%;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.nms-plugin-202209018468 .item-detail .first {
    border-top: 1px solid #ccc;
}

.nms-plugin-202209018468 .item-option {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
.nms-plugin-202209018468 .item-option dt {
    display: flex;
    align-items: center;
	background: #f5f5f5;
	padding: 5px;
	width: 150px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.nms-plugin-202209018468 .item-option dd {
	background: #fff;
	padding: 5px;
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
}
.nms-plugin-202209018468 .item-option {
    margin-bottom: 20px;
}
.nms-plugin-202209018468 .item-option .iopt_label,
.nms-plugin-202209018468 .item-option .iopt_radio_label {
    float: left;
}

@media only screen and (max-width: 765px) {
    .nms-plugin-202209018468 .item-option dt { 
        width: 100%;
        border-right: none;
    }
    .nms-plugin-202209018468 .item-option dd {
        width: 100%; 
    }
    .nms-plugin-202209018468 .item-detail {
        flex-flow: column;
    }
}



@media screen and (min-width: 55em) {
    .nms-plugin-202209018468 #delivery-info #delivery_flag {
        margin-bottom: 36px;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }
    .nms-plugin-202209018468 #delivery-info .customer_form {
        display: table;
    }    
    .nms-plugin-202209018468 .customer_form tbody {
        display: table-row-group;
    }
    .nms-plugin-202209018468 .customer_form th {
        font-size: 14px;
        width: auto;
        min-width: 190px;
        white-space: nowrap;
    }
    .nms-plugin-202209018468 .customer_form textarea {
        width: 100%;
        background: #fff;
        font-size: 14px;
    }
    .nms-plugin-202209018468 #delivery_flag tr:first-child th,
    .nms-plugin-202209018468 #delivery_flag tr:first-child td {
        padding-top: 36px;
        padding-bottom: 28px;
    }
    .nms-plugin-202209018468 #delivery_flag tr:last-child th,
    .nms-plugin-202209018468 #delivery_flag tr:last-child td {
        padding-bottom: 36px;
    }
    .nms-plugin-202209018468 #delivery_flag th {
        position: relative;
        vertical-align: top;
    }
    .nms-plugin-202209018468 #delivery_flag input[type=radio]+.radiomark {
        margin-right: 12px;
    }
    .nms-plugin-202209018468 .customer_form th,
    .nms-plugin-202209018468 .customer_form td {
        display: table-cell;
        padding: 0 0 48px;
        vertical-align: middle;
    }
    .nms-plugin-202209018468 .customer_form td {
        width: 100%;
        padding-right: 48px;
    }
    .nms-plugin-202209018468 #time th,
    .nms-plugin-202209018468 #time td {
        padding-bottom: 24px;
    }
    .nms-plugin-202209018468 .customer_form tr#address1_row input,
    .nms-plugin-202209018468 .customer_form tr#address2_row input,
    .nms-plugin-202209018468 .customer_form tr#address3_row input,
    .nms-plugin-202209018468 .customer_form tr.email-row input,
    .nms-plugin-202209018468 .customer_form tr.email-confirm-row input {
        margin-right: 12px;
        width: calc(100% - 110px);
    }
    .nms-plugin-202209018468 .customer_form tr#tel_row input,
    .nms-plugin-202209018468 .customer_form tr#fax_row input {
        margin-right: 12px;
        width: 360px;
    }
}


/*---------- 新規入会フォームページ ----------*/

.nms-plugin-202209018468 .member-page .entry-member-header {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.nms-plugin-202209018468 .member-page .header_explanation ul {
    margin-bottom: 30px;
}
.nms-plugin-202209018468 .member-page .header_explanation ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.nms-plugin-202209018468 .member-page .customer_form td {
    padding-right: 0;
}


/*---------- 新パスワード取得 ----------*/

.nms-plugin-202209018468 #wc_lostmemberpassword .en {
    display: inline-block;
    margin-right: 12px;
    font-size: 26px;
    font-weight: 700;
}
.nms-plugin-202209018468 #wc_lostmemberpassword h1 {
    display: inline-block;
    font-size: 13px;
}
.nms-plugin-202209018468 #wc_lostmemberpassword .submit {
    float: left;
    margin-left: 250px;
}
.nms-plugin-202209018468 #wc_lostmemberpassword .submit #member_login {
    background: #777777;
    color: #fff;
}
.nms-plugin-202209018468 #wc_lostmemberpassword .submit #member_login:hover {
    opacity: .8;
}
.nms-plugin-202209018468 #wc_lostmemberpassword #nav {
    display: inline-block;
    margin-top: 13px;
    margin-left: 10px;
}
.nms-plugin-202209018468 #wc_lostmemberpassword .loginbox {
    display: block;
}
.nms-plugin-202209018468 #wc_lostmemberpassword .pw-txt {
    margin: 0 250px 10px;
}
.nms-plugin-202209018468 #wc_lostmemberpassword form label {
    display: flex;
    align-items: center;
    width:70%;
    margin-bottom: 30px;
}
.nms-plugin-202209018468 #wc_lostmemberpassword form label span {
    font-size: 16px;
}
.nms-plugin-202209018468 #wc_lostmemberpassword form #loginmail {
    border-radius: 5px;
    width: 590px;
    margin-left: auto;
    height: 44px;
}




/*---------- 会員登録ログインページ ----------*/
    .nms-plugin-202209018468 .member-page .member_page_title {
        font-size: 30px;
        font-weight: normal;
        padding-bottom: 20px;
    }
    .nms-plugin-202209018468 .member-page .loginbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 48px
    }

    .nms-plugin-202209018468 .member-page .loginbox h2 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .nms-plugin-202209018468 .member-page .loginbox .member-box form {
        margin-top: 20px;
    }
    .nms-plugin-202209018468 .member-page .loginbox .member-box form input {
        background: #efefef;
        color: #333;
        width: 80%;
        height: 3.5rem;
        border-radius: 4px;
        margin-top: 5px;
    }
    .nms-plugin-202209018468 .member-page .loginbox .member-box form input:hover {
        opacity: .8;
    }
    .nms-plugin-202209018468 .member-page .loginbox .member-box form input:-internal-autofill-selected {
        background: #f1f1f1;
    }
    .nms-plugin-202209018468 .member-page .loginbox .member-box form input[type=radio],
    .nms-plugin-202209018468 .member-page .loginbox .member-box form input[type=checkbox] {
        position: relative;
        display: inline-block;
        margin-right: 0.72rem;
        width: 2.14rem;
        height: 2.14rem;
        border: 2px solid #e7e7e7;
        vertical-align: middle;
    }
    .nms-plugin-202209018468 .member-page .loginbox .member-box form #member_login {
        color: #fff;
        background: #808080;
    }
    .nms-plugin-202209018468 .member-page .loginbox .member-box,
    .nms-plugin-202209018468 .member-page .loginbox .new-entry {
        width: 50%;
    }
    
    .nms-plugin-202209018468 .member-page .loginbox .member-box p {
        margin-bottom: 30px;
    }

    .nms-plugin-202209018468 .member-page .loginbox .new-entry .nav a {
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        background: #808080;
        width: 80%;
        height: 3.5rem;
        padding: 0 1.72rem;
        border-radius: 4px;
        margin-top: 5px;
        text-align: center;
    }
    .nms-plugin-202209018468 .member-page .loginbox .new-entry .nav a:hover {
        opacity: .8;
        text-decoration: none;
    }

    .nms-plugin-202209018468 .member-page .forgetmenot label {
        display: block;
    }

    .nms-plugin-202209018468 .member-page .forgetmenot label input {
        display: block;
        width: 100%;
        margin-top: 0;
        padding: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        appearance: none;
        border-radius: 0.25rem;
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    }

    .nms-plugin-202209018468 .member-page .forgetmenot label input[type=radio],
    .nms-plugin-202209018468 .member-page .forgetmenot label input[type=checkbox] {
        position: relative;
        display: inline-block;
        margin-right: 0.72rem;
        width: 2.14rem;
        height: 2.14rem;
        border: 2px solid #e7e7e7;
        vertical-align: middle;
    }

    .nms-plugin-202209018468 .member-page .forgetmenot label input[type=checkbox]::after {
        top: 3px;
        left: 9px;
        width: 9px;
        height: 16px;
        border-right: 2px solid #424242;
        border-bottom: 2px solid #424242;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nms-plugin-202209018468 .member-page .forgetmenot label input[type=radio]::after,
    .nms-plugin-202209018468 .member-page .forgetmenot label input[type=checkbox]::after {
        content: "";
        display: block;
        position: absolute;
        opacity: 0;
    }


    .nms-plugin-202209018468 .member-page .forgetmenot label input[type=radio]:checked::after,
    .nms-plugin-202209018468 .member-page .forgetmenot label input[type=checkbox]:checked::after {
        opacity: 1;
    }
    .nms-plugin-202209018468 .member-page .agree_member_area textarea {
        width: 100%;
    }

    
    /*---------- フッター ----------*/
    footer {
		background-color: #333;
	}
    footer a:hover {
        color: #fff;
        opacity: .8;
    }
    footer .footer-navigation {
        padding: 2.142856em 0 1em;
    }
    footer .footer-navigation ul {
        display: flex;
        justify-content: center;
    }

    footer .footer-navigation ul li {
        width: auto;
    }






/*---------- マイページ ----------*/
    .nms-plugin-202209018468 .member-page #wc_member h1,
    .nms-plugin-202209018468 .member-page #wc_login h1,
    .nms-plugin-202209018468 .member-page #wc_editmemberform h1 {
        border-bottom: 3px solid #333;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo table,
    .nms-plugin-202209018468 .member-page #wc_login#memberinfo table,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo table {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo th,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo th,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo th {
        background: #f9f9f9;
        border: 1px solid #ddd;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo td,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo td,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo td {
        border: 1px solid #ddd;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo th,
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo td,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo th,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo td,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo th,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo td {
        padding: 10px;
        vertical-align: middle;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo .member_submenu,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo .member_submenu,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .member_submenu {
        margin-bottom: 40px;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo .member_submenu li,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo .member_submenu li,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .member_submenu li {
        text-align: center;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo .member_submenu li a,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo .member_submenu li a,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .member_submenu li a {
        background: #808080;
        color: #fff;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        min-width: 240px;
        padding: 0 20px;
        margin-bottom: 10px;
        text-align: center;
        text-decoration: none;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo .member_submenu li a:hover,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo .member_submenu li a:hover,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .member_submenu li a:hover {
        background: #606060;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo h3,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo h3,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo h3 {
        border-bottom: 3px solid #333;
        margin-bottom: 25px;
        padding-bottom: 15px;
        font-size: 30px;
        font-weight: normal;
    }
    .nms-plugin-202209018468 .member-page #wc_member #memberinfo .history-area,
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo .history-area,
    .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .history-area {
        margin-bottom: 35px;
    }
    .nms-plugin-202209018468 .member-page #wc_login #memberinfo > table {
        width: 100%;
        margin-bottom: 20px;
    }
    .nms-plugin-202209018468 .member-page #wc_login #history_head {
        width:100%;
        margin-bottom: 20px;
    }
    .nms-plugin-202209018468 .member-page #wc_login .customer_form {
        margin-bottom: 20px;
    }


    /*---------- 商品検索 ----------*/
    .nms-plugin-202209018468 .search-li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .nms-plugin-202209018468 .search-li article {
        /*width: 160px;*/
        width: calc((100% / 5) - 10px);
        margin: 0;
    }
    .search-li article:nth-of-type(even) {
        margin: 0;
    }
    .nms-plugin-202209018468.two-column.right-set .itemimg img {
        width: 100%;
        height: auto;
    }




/*---------- 商品ページ ----------*/
    @media screen and (min-width: 62.5em) {
        #main.nms-plugin-202209018468.two-column.right-set {
            width: 1200px;
            margin: 0 auto;
        }
        #main.nms-plugin-202209018468.two-column.right-set #content {
            width: 100%;
            margin-bottom: 50px;
        }
    }

    .nms-plugin-202209018468 .kanren-midashi {
        margin: 20px 0 0;
    }

    .nms-plugin-202209018468 .item-single-txt {
        text-align: center;
        font-size: 1.8rem;
        margin: 20px 0 30px;
    }
    .nms-plugin-202209018468 .item-single-subtxt {
        font-size: 14px;
        text-align: left;
    }

	.nms-plugin-202209018468.two-column.right-set {
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.nms-plugin-202209018468.two-column.right-set .site-content {
		/*-webkit-order: 1;
		-ms-order: 1;
		order: 1;
		width: calc(100% - 250px - 3.333%);*/
        width: 100%;
	}

	.nms-plugin-202209018468.two-column.right-set #secondary {
		display: none;
	}

	.nms-plugin-202209018468.two-column.right-set .itemimg img {
		display: block;
		height: auto;
		width: 100%;
	}

    .nms-plugin-202209018468.two-column.right-set .itemprice {
        font-size: 14px;
    }
    .nms-plugin-202209018468.two-column.right-set .itemname a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
        overflow: hidden;
        text-decoration: none;
    }

	.nms-plugin-202209018468.two-column.right-set .item-img-thumb {
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
		margin-right: -5px;
		margin-left: -5px;
	}

	.nms-plugin-202209018468.two-column.right-set .item-img-thumb .thumbnail-item {
		width: 152px;
		padding-right: 5px;
		padding-left: 5px;
		cursor: pointer;
        opacity: .6;
	}

	.nms-plugin-202209018468.two-column.right-set .item-img-thumb .thumbnail-item img {
		width: 144px;
		height: 144px;
        margin-bottom: 10px;
	}

	.nms-plugin-202209018468.two-column.right-set .item-img-thumb:after {
		content: '';
		width: 100%;
	}

	/*.nms-plugin-202209018468.two-column.right-set .item-img-thumb .thumbnail-item:nth-child(n+5) {
		order: 1;
	}*/

	.nms-plugin-202209018468.two-column.right-set .item-img-thumb .thumbnail-item.thumbnail-current {
		opacity: 1;
	}
    
	.nms-plugin-202209018468.two-column.right-set .item-img-box {
		float: left;
		width: 600px;
        margin-bottom: 20px;
	}
    .nms-plugin-202209018468.two-column.right-set .item-img-box .item-img-main .slide-item.slick-slide img {
        /*width: 600px;
        height: 600px;*/
        width:auto;
        margin: 0 auto;
    }
	.nms-plugin-202209018468.two-column.right-set .detail-item-box {
		float: right;
        width:550px;
	}
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .item-name-box h2 {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .item-name-box .itemcode {
        display: none;
        /*font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1.7rem;
        letter-spacing: 1px;*/
    }

    .nms-plugin-202209018468.two-column.right-set .detail-item-box .skuform {
        border: 1px solid #ddd;
        padding: 30px;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .field_price {
        margin-bottom: 20px;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .field_price .price {
        font-size: 22px;
        font-weight: 700;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .quantity {
        display: block;
        margin-bottom: 10px;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .quantity input {
        border: 1px solid #ddd;
        height: 50px;
        padding: 12px;
        width: 100px;
        margin-left: 20px;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .zaikostatus {
        margin-bottom: 20px;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .cart-button input[type="submit"] {
        background: #333;
        border-radius: 0;
        border: none;
        color: #fff !important;
        cursor: pointer;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        min-width: 240px;
        overflow: hidden;
        padding: 0 20px;
        text-align: center;
        font-family: FontAwesome;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box .cart-button input[type="submit"]:hover {
        opacity: .8;
    }



	@media (max-width: 991px) {
        .nms-plugin-202209018468 .item-single-txt {
            font-size: 16px;
        }
		.nms-plugin-202209018468 .cart_navi {
			margin: -29px -10px 30px;
		}
		.nms-plugin-202209018468 .cart_navi ul {
			border-width: 1px 0;
		}
		.nms-plugin-202209018468 .cart_navi li {
			font-size: 12px;
			height: 50px;
			padding: 0 10px 0 26px;
		}
		.nms-plugin-202209018468 .cart_navi li:before {
			border-width: 24px 15px;
			margin-top: -24px;
		}
		.nms-plugin-202209018468 .cart_navi li:after {
			border-width: 25px 16px;
			margin-top: -25px;
		}
		.nms-plugin-202209018468 .upbutton {
			display: flex;
			align-items: center;
			text-align: left;
			font-size: 12px;
		}
		.nms-plugin-202209018468 .upbutton input {
			padding: 1.3em 3em;
		}
	}

	@media (max-width: 767px) {
        .slick-next {
            right: 0;
        }
        .slick-prev {
            left: 0;
        }
        .site-header .inner {
            background: #fff;
            display: flex;
            justify-content: center;
        }
        .site-header .inner h1.site-title {
            float: none;
        }
        .site-header .inner h1.site-title a {
            color: #333;
        }
        .site-header .inner .snav {
            color: #333;
            margin-left: auto;
        }
        .hidden-xs {
            display: none;
        }
        .visible-xs {
            display: block;
        }
        .logo img {
            width: 210px !important;
        }
        .logo {
            padding: 20px 10px !important;
        }
        .incart-btn a {
            background-color: transparent;
            color: #333;
        }
        .incart-btn .total-quant {
            background-color: #333;
            color: #fff;
        }
        .search-box.On form {
            z-index: 2;
        }
        footer .footer-navigation ul {
            flex-wrap: wrap;
        }
        footer .footer-navigation ul li {
            width: 100%;
            text-align: center;
        }
        
		.nms-plugin-202209018468 #cart_table tbody tr:first-child {
			padding-top: 0;
		}
		.nms-plugin-202209018468 #cart_table tbody {
			margin-bottom: 20px;
		}
		.nms-plugin-202209018468 #cart_table th {
			background: transparent;
		}
		.nms-plugin-202209018468 #cart_table td,
		.nms-plugin-202209018468 #cart_table th {
			border: 0;
			padding: 0;
		}
		.nms-plugin-202209018468 #cart_table td.thumbnail img {
			width: 100%;
		}
		.nms-plugin-202209018468 #cart_table,
		.nms-plugin-202209018468 #cart_table tbody,
		.nms-plugin-202209018468 #cart_table tfoot,
		.nms-plugin-202209018468 #cart_table tr,
		.nms-plugin-202209018468 #cart_table th,
		.nms-plugin-202209018468 #cart_table td {
			display: block;
		}
		.nms-plugin-202209018468 #cart_table tbody tr {
			position: relative;
			padding: 24px 0 3px;
			min-height: 100px;
			border-bottom: 1px solid #eee;
		}
		.nms-plugin-202209018468 #cart_table thead {
			display: none;
		}
		.nms-plugin-202209018468 #cart_table tbody td {
			display: block;
		}
		.nms-plugin-202209018468 #cart_table .num,
		.nms-plugin-202209018468 #cart_table .unitprice {
			display: none;
		}
		.nms-plugin-202209018468 #cart_table td.thumbnail {
			float: left;
			width: 100px;
			padding: 0;
		}
		.nms-plugin-202209018468 #cart_table td.productname {
			margin: 0 0 0 120px;
			padding: 22px 0 0;
			font-size: 12px;
			font-weight: 700;
		}
		.nms-plugin-202209018468 #cart_table .num,
		.nms-plugin-202209018468 #cart_table .unitprice {
			display: none;
		}
		.nms-plugin-202209018468 #cart_table td.quantity {
			margin: 8px 0 0 120px;
		}
		.nms-plugin-202209018468 #cart_table input.quantity {
			background: #fff;
			border-radius: 5px;
			padding: 0 6px;
			font-size: 15px;
			max-width: 46px;
			height: 37px;
			text-align: center;
		}
		.nms-plugin-202209018468 #cart_table td.quantity:before {
			display: inline-block;
			content: "数量";
			margin: 0 8px 0 0;
			vertical-align: top;
		}
		.nms-plugin-202209018468 #cart_table td.subtotal {
			clear: both;
			margin-left: 120px;
			padding-top: 15px;
			text-align: right;
			font-size: 16px;
		}
		.nms-plugin-202209018468 #cart_table td.stock {
			position: absolute;
			top: 21px;
			left: 120px;
			font-size: 12px;
		}
		.nms-plugin-202209018468 #cart_table tbody tr:first-child td.stock {
			top: -3px;
		}
		.nms-plugin-202209018468 #cart_table td.subtotal:before {
			content: attr(data-subtotal);
			margin-right: 8px;
			font-size: 12px;
		}
		.nms-plugin-202209018468 td.action .delButton {
			position: absolute;
			bottom: 5px;
			left: 10px;
		}
		.nms-plugin-202209018468 .send {
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
		}
		.nms-plugin-202209018468 .send .continue_shopping_button {
			margin-bottom: 15px;
		}
		.nms-plugin-202209018468 .send .to_customerinfo_button {
			margin-left: -8px;
		}
		.nms-plugin-202209018468 #cart_table td.subtotal:before {
			display: inline-block;
			content: "金額（税込）";
		}
		.nms-plugin-202209018468 #cart_table tfoot tr {
			display: flex;
			justify-content: flex-end;
		}
		.nms-plugin-202209018468 #cart_table tfoot .aright {
			padding-right: 10px;
		}
		.nms-plugin-202209018468 #cart_table tfoot th {
			font-size: 16px;
			font-weight: 700;
		}
		.nms-plugin-202209018468 #cart_table tfoot th em {
			font-weight: 700;
		}
        
        /*商品ページ*/
        
        .nms-plugin-202209018468 .main-item-wrap .clearfix .thumbnail_box {
            width: calc((100% /2) - 0px);
        }
        .nms-plugin-202209018468 .main-item-wrap .clearfix .thumbnail_box img {
            width: 160px;
            height: 160px;
        }
        
        .nms-plugin-202209018468.two-column.right-set .item-img-box {
            float: none;
            width: 100%;
        }
        .nms-plugin-202209018468.two-column.right-set .detail-item-box {
            float: none;
            width: 100%;
        }
        .nms-plugin-202209018468.two-column.right-set .item-img-box .item-img-main .slide-item.slick-slide img {
            width: auto;
            height: 300px;
        }
        .nms-plugin-202209018468.two-column.right-set .item-img-thumb {
            justify-content: center;
            margin-bottom: 20px;
        }
        .nms-plugin-202209018468.two-column.right-set .item-img-thumb .thumbnail-item {
            width: calc((100% / 5) - 5px);
            padding-bottom: 10px;
        }
        .nms-plugin-202209018468.two-column.right-set .item-img-thumb .thumbnail-item img {
            width: 100%;
            height: 100%;
            margin-bottom: 0;
        }
        .nms-plugin-202209018468.two-column.right-set .detail-item-box .item-name-box h2 {
            font-size: 16px;
        }
        
        /*カートページ*/
        .nms-plugin-202209018468 #customer-info .customer_form tr {
            display: block;
            margin-bottom: 10px;
        }
        .nms-plugin-202209018468 #customer-info .customer_form td,
        .nms-plugin-202209018468 #customer-info .customer_form th {
            display: block;
            width: 100%;
        }
        .nms-plugin-202209018468 #customer-info .customer_form th {
            border-bottom: 0;
        }
        .nms-plugin-202209018468 .customer_form .inp1 td {
            border: 1px solid #ddd !important;
        }
        .nms-plugin-202209018468 .customer_form #name_row .name_td,
        .nms-plugin-202209018468 .customer_form #furikana_row td {
            margin-bottom: 10px;
        }
        .nms-plugin-202209018468 #customer-info .customer_form input[type="password"] {
            width: 100% !important;
        }
        .nms-plugin-202209018468 #customer-info .send input {
            margin-bottom: 10px;
        }
        .nms-plugin-202209018468 #delivery-info #delivery_table {
            width: 100%;
        }
        .nms-plugin-202209018468 #delivery_flag tbody tr:last-child {
            display: block;
            margin:10px 0 20px;
        }
        .nms-plugin-202209018468 #delivery-info .customer_form tbody tr {
            display: block;
            margin-bottom: 20px;
        }
        .nms-plugin-202209018468 #delivery-info .customer_form th {
            display: block;
            padding-right: 10px;
            margin-bottom: 5px;
        }
        .nms-plugin-202209018468 #delivery-info .customer_form th,
        .nms-plugin-202209018468 #delivery-info .customer_form td {
            display: block;
            width: 100%;
            border: 0 !important;
        }
        .nms-plugin-202209018468 #delivery-info .customer_form .inp1 td input {
            width: 100%;
        }
        .nms-plugin-202209018468 #delivery-info #time {
            border-bottom: 0;
        }
        .nms-plugin-202209018468 #delivery-info #time dl {
            padding-top: 10px;
        }
        .nms-plugin-202209018468 #delivery-info #notes_table {
            width: 100%;
        }
        .nms-plugin-202209018468 #delivery-info .send input {
            margin-bottom: 10px;
        }
        
        .nms-plugin-202209018468 #info-confirm .confiem_notice {
            margin-bottom: 40px;
        }
        
        .nms-plugin-202209018468 #info-confirm #cart .productname {
            padding: 0;
        }
        .nms-plugin-202209018468 #info-confirm .send input {
            margin-bottom: 10px;
        }
        
        /*マイページ*/
        .nms-plugin-202209018468 .member-page #wc_member #memberinfo #history_head,
        .nms-plugin-202209018468 .member-page #wc_member #memberinfo #retail_table_7,
        .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo #history_head,
        .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo #retail_table_7 {
            display: inline-block;
            display: -webkit-box;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
            width: 100%;
        }
        .nms-plugin-202209018468 .member-page #wc_member #memberinfo .customer_form tbody tr,
        .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .customer_form tbody tr {
            display: block;
            margin-bottom: 10px;
        }
        .nms-plugin-202209018468 .member-page #wc_member #memberinfo .customer_form th,
        .nms-plugin-202209018468 .member-page #wc_member #memberinfo .customer_form td,
        .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .customer_form th,
        .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .customer_form td {
            display: block;
            width: 100%;
        }
        .nms-plugin-202209018468 .member-page #wc_member #memberinfo .send input,
        .nms-plugin-202209018468 .member-page #wc_editmemberform #memberinfo .send input {
            margin-bottom: 10px;
        }
        .nms-plugin-202209018468 .member-page #wc_member h1,
        .nms-plugin-202209018468 .member-page #wc_editmemberform h1 {
            border-bottom: 2px solid #333;
            margin-bottom: 25px;
            padding-bottom: 10px;
            font-size: 20px;
        }
        .nms-plugin-202209018468 .member-page #wc_member #memberinfo #retail_table_8,
        .nms-plugin-202209018468 .member-page #wc_member #memberinfo #history_head,
        .nms-plugin-202209018468 .member-page #wc_login #memberinfo #retail_table_8,
        .nms-plugin-202209018468 .member-page #wc_login #memberinfo #history_head {
            display: inline-block;
            display: -webkit-box;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
            width: 100%;
        }
        
        
        
        
        /*商品検索一覧*/
        .nms-plugin-202209018468 .search-li article {
            width: 160px;
        }
        .nms-plugin-202209018468.two-column.right-set .itemimg img {
            width: 170px;
            height: 170px;
        }
        
        /*会員ログインページ*/
        .nms-plugin-202209018468 .member-page .loginbox {
            flex-wrap: wrap;
        }
        .nms-plugin-202209018468 .member-page .loginbox .member-box,
        .nms-plugin-202209018468 .member-page .loginbox .new-entry {
            width: 100%;
        }
        .nms-plugin-202209018468 .member-page .loginbox .member-box form input {
            width: 100%;
        }
        .nms-plugin-202209018468 .member-page .loginbox .new-entry .nav a {
            width: 100%;
        }
        .nms-plugin-202209018468 .member-page #wc_lostmemberpassword #loginmail {
            margin-bottom: 10px;
        }
        .nms-plugin-202209018468 .member-page #wc_lostmemberpassword .loginbox div {
            margin: 10px 0;
        }
        
        /*新規入会フォーム*/
        .nms-plugin-202209018468 #wc_newmemberform .customer_form tr {
            display: block;
            margin-bottom: 10px;
        }
        .nms-plugin-202209018468 #wc_newmemberform .customer_form th,
        .nms-plugin-202209018468 #wc_newmemberform .customer_form td {
            display: block;
            width: 100%;
        }
        .nms-plugin-202209018468 #wc_newmemberform .customer_form .inp1 td input {
            width: 100%;
        }
        .nms-plugin-202209018468 #wc_newmemberform .customer_form .inp1 td {
            border: 0 !important;
        }
        .nms-plugin-202209018468 #wc_newmemberform .at_check_area {
            margin-bottom: 10px;
        }
        
        
        /*---------- 新パスワード取得 ----------*/

        .nms-plugin-202209018468 #wc_lostmemberpassword form label {
            flex-wrap: wrap;
            width: 100%;
        }
        .nms-plugin-202209018468 #wc_lostmemberpassword form #loginmail {
            width: 100%;
        }
        .nms-plugin-202209018468 #wc_lostmemberpassword .submit {
            margin-left: auto;
        }
        .nms-plugin-202209018468 #wc_lostmemberpassword #nav {
            margin-top: 10px;
        }
        
        .nms-plugin-202209018468 #wc_lostcompletion .member_page_title {
            margin-bottom: 20px;
        }
        
        
	}

/*タブレットサイズ*/
@media screen and (max-width: 1023px) and (min-width: 768px) and (orientation: portrait) {
    .nms-plugin-202209018468.two-column.right-set .itemimg img {
        width: 100%;
    }
    .incart-btn a {
        /*color: #fff;
        background: #3b9596;*/
    }
    .incart-btn .total-quant {
        color: #fff;
    }
    .nms-plugin-202209018468.two-column.right-set .item-img-box {
        width: 100%;
        float: none;
    }
    .nms-plugin-202209018468.two-column.right-set .detail-item-box {
        width: 100%;
        float: none;
    }
    .nms-plugin-202209018468.two-column.right-set .item-img-box .item-img-main .slide-item.slick-slide img {
        margin: 0 auto;
    }
    .nms-plugin-202209018468.two-column.right-set .item-img-thumb {
        justify-content: center;
    }
}
