
.products div.item {
    overflow: visible;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.products div.item img {
    float: none;
    vertical-align: middle;
    display: inline-block;
    max-width: auto;
  }
 .disnone{display: none;}

#product2019{
	max-width:920px;
	margin: 0 auto 50px;
	}

#product2019 h3{
  text-align: left;
}
#product2019.single-detail {
  margin:20px auto;
  padding:20px;
}
/*///////// top ///////////*/

#product2019.top .product_list ul li{
		width:33.33%;
		}

  /*/// shoppingarea ///////*/

  .shopping_area{
    /*display: flex;*/
  }
  .shopping_area .flex{
    display: flex;
  }
  .shopping_area .exp,
  .shopping_area form {
    width:50%;
  }
  .shopping_area.optional form{
    width:100%;
  }
  .shopping_area .skuform,
  .shopping_area .skuform .item_option {
    width:100%;
  }
.shopping_area.formarea .fgroup{
  margin:0;
}
.shopping_area.formarea .priceArea{
}
.shopping_area.formarea dl{
	display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
}
.shopping_area.formarea dl dt{
 width:30%;
 padding-right:0;
 margin:0 8px 0 0;
}
.shopping_area.formarea .field_price{
  font-size:18px;
  font-weight: 900;
}
.shopping_area.formarea input.skubutton{
  background:black;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  color:white;
  border-radius:10px;
  padding:10px 0;
  text-align: center;
  font-size:15px;
  cursor:pointer;
  max-width: 320px;
  width:100%;
  transition:.3s all ease;
  display: block;
  margin:auto;
}
.shopping_area.formarea .submitarea{
  margin:10px auto;
}
.shopping_area.formarea .cartinfo{
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width:100%;
  border-bottom:2px solid white;
  padding:10px 0;
}
.shopping_area.formarea .cartinfo:nth-last-child(1){
  border-bottom: 0;
}
.shopping_area.formarea .cartinfo .flex{
  width:60%;
}
.shopping_area.formarea .sku_option{
  width:60%;
}
.shopping_area.formarea input.skuquantity[type="number"]{
  width:80px;
}
.shopping_area.formarea.optional .priceArea{
  width:40%;
  text-align: center;
}
#product2019 span.price,
#product2019 .sp-price{

  font-weight: normal;
  font-size:12px;
  font-family: 'Nunito', sans-serif;
}

#product2019.top span.price{
  color:#d0d0d0;
}
.shopping_area.formarea .sku_name{
  width:40%;
}
.shopping_area.formarea .sku_name .code{
  font-size:.8em;
  display: block;
  marign:5px;
}
.search-zipcode.button{
  padding: 5px 15px;
  background: green;
  color: white;
  border-radius: 10px;
}
/*/--- multi /*/
.shopping_area.formarea .skumulti{
  width:100%;
}
.contentsArea{
  margin:30px auto;
}
.post{
  text-align: left;
}
#welcartArea .title h2{
  font-size:30px;
  font-weight:normal;
  margin-bottom: 0;
  padding-left:.5em;
}
#welcartArea .title h3
 {
  font-size:25px;
  font-weight:normal;
  color:#ccc;
  margin-bottom: 0;
}

/*----- cart -------*/
#welcartArea div.usccart_navi ol.ucart{
  height: auto;
  display: flex;
}
#welcartArea div.usccart_navi li.ucart{
  background-color:black;
  padding:5px 0;
  border-left:1px solid white;
}
#welcartArea div.usccart_navi li.current{
  background:#3b7c36 !important;
}
#welcartArea #cart th{
  background:#464646;
}
#cart input[type="submit"],
#cart input[type="submit"].delButton{
  background:#98872e;
  color:white;
  padding:5px 15px;
  border-radius:20px;
  cursor:pointer;
}
#cart .upbutton {
  margin:10px auto;
}
#cart table#cart_table input.quantity{
  border:1px solid #ccc;
  padding:5px;
}
#delivery-info .customer_form dt{
  text-align: left;
}
.send input[type="submit"],
.send input[type="button"]
{
  background:#98872e;
  color:white;
  cursor:pointer;
  padding:8px 30px;
  font-size:16px;
}
.send input[type="submit"].to_customerinfo_button,
.send input[type="submit"].to_deliveryinfo_button,
.send input[type="submit"].to_confirm_button,
.send input[type="submit"].checkout_button{
  background:#bb471c;
}
.continue_shopping_button{
  background:;
}

/***** form *****/
table.customer_form input[type=text],
table.customer_form input[type=mail],
table.customer_form input[type=number],
table.customer_form input[type=password],
table.customer_form select,
table.customer_form textarea{
  padding:5px;
  border-radius:5px;
  margin-right: 10px !important;
  border-radius: 1px solid #ccc;
}
table.customer_form input[type=text],
table.customer_form input[type=mail],
table.customer_form input[type=number]{
  width:100
}
#delivery-info table.customer_form th{
  background:transparent;
}

.formarea input[type="radio"]{
	width:25px;
	height: 25px ;
	vertical-align: middle;
	position: relative;
	border-radius:30px;
  padding:0;
	}
.formarea input[type="radio"]:checked:before{
	content:"";
	display: block;
	background:#FC6688;
  top:50%;
  left:50%;
	width:10px;
	height:10px;
	border-radius:10px;
	transform:translate(75%,75%);
	}

/* confirm */
#welcartArea #cart th.total_full_price{
  font-size:16px;
  padding:10px;
  background:transparent;
  font-weight: bold;
  color:black;
}
#welcartArea #cart th.total_full_price + th{
  background:transparent;
}

/* conplete */
#cart_completion h3{
  font-size:20px;
  font-weight: normal;
}
#cart_completion{
  margin:25px auto;
  padding:0 25px ;
}
/**************************/
.products .title{
  padding:0;
}
.products .title h2{
  margin:0;
  font-size:1rem;
  font-family: 'Nunito', sans-serif;
  background:var(--mainColor);
  color:white;
}


.product_list h3 {
	margin:50px auto 20px;
  font-size:1.2rem;
  position: relative;
  padding-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.product_category {
	margin:50px auto;
	}
.product_category .title h3{
	font-size:15px;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-family: 'Nunito', sans-serif;
	margin:0;
	padding:5px;
	}
.product_category .title h3:before{
	content:"";
	display: block;
	width:12px;
	height: 8px;
	display: inline-block;
	margin-right:10px;
	background:#000;
	}
.product_category .title:after{
	content:"";
	display: block;
	width:100%;
	height: 30px;
	border-top:1px solid #333;

	}
#product2019 .product_list ul {
	display: flex;
	flex-wrap :wrap;
	font-family: 'Nunito', sans-serif;
	list-style:none;
	}
#product2019 .product_list ul li{
	width:33.333%;
	padding:10px;
	}
	/* #product2019 .product_list ul li:nth-child(1),
	#product2019 .product_list ul li:nth-child(2){
		width:50%;
		} */
    #product2019 .product_list span.price{
      color:white;
    }

    #product2019 .product_list ul li .sp-name,
    #product2019 .product_list ul li .sp-price{
		display: none;
		font-size:12px;
		line-height: 15px;
		text-align: center;
		margin:8px 0 0;
		}
    #product2019 .product_list ul li .sp-price{
      margin-top:5px;
    }
#product2019 .product_list ul li .box{
	box-shadow:0px 3px 6px rgba(0,0,0,.3);
	width:100%;
	padding-top:100%;
	position: relative;
	overflow: hidden;
	}
#product2019 .product_list ul li .thumb{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	display: flex;
	align-items:center;
	justify-content:center;
	}
#product2019 .product_list ul li .thumb img{
	width:90%;
	}
#product2019 .product_list ul li .caption{
	background:rgba(0,0,0,.6);
	padding:15px;
	position: absolute;
	bottom:0;
	width:100%;
	text-align: center;
	transition:.3s all ease;
	transform:translateY(100%);
	}
#product2019 .product_list ul li a:hover .caption{
	transform:translateY(0);
	}
#product2019 .product_list ul li .caption dl dt{
	font-size:14px;
	color:white;
	}
#product2019 .product_list ul li .caption dl dd{
	font-size:11px;
	color:#d0d0d0;
	}
#product2019 .product_list ul li .caption dl dd span{
	display: block;
	}
/* #product2019 .product_list ul li .caption dl dd span.price:before,
#product2019 .product_detail .info-detail dl dd.price:before{
	content:"\0a5";
	} */

/*/ detail single page /*/
#product2019 .product_detail{
	margin-bottom: 50px;
	}
#product2019 .product_detail .flex{
	display: flex;
	}
#product2019 .product_detail .flex .row{
	width:50%;
	}

#product2019 .product_detail .photo a{
	display: block;
	width:100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items:center;
	}
#product2019 .product_detail .photo .thumb{
	width:100%;
	height: 420px;
	}
#product2019 .product_detail .photo .box{
	box-shadow:0px 3px 6px rgba(0,0,0,.3);
	border:1px solid #333;
	width:100%;
	padding:15px;
	}
#product2019 img{
	max-height: 100%;
	}
#product2019 .product_detail .info-detail {
	position: relative;
	}
#product2019 .product_detail .info  dl {
	margin:10px;
	}
#product2019 .product_detail .info  dl dt{
	width:120px;
	text-align: right;
	float: left;
	font-size: 12px;
	}
#product2019 .product_detail .info  dl dd{
	padding-left:130px;
	}
#product2019 .product_detail .info  dl dd.name{
	font-size:16px;
	}
#product2019 .product_detail .info {
	margin:20px 0 ;
	}
#product2019 .product_detail .lineup{
	/* position: absolute;
	bottom:0;
	left:0;
	right:0; */
	}
#product2019 .product_detail .lineup ul{
	list-style: none;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:10px 20px 0 ;
	}
#product2019 .product_detail .lineup ul li{
	width:25%;
	padding:5px;
	}
#product2019 .product_detail .lineup ul.minithumb li{
  width:16.666%;
}
#product2019 .product_detail .lineup ul li .box{
	box-shadow:2px 2px 5px rgba(0,0,0,.3);
	width:100%;
	padding-top:100%;
	position: relative;
	overflow: hidden;
	}

#product2019 .product_detail .lineup ul li .box a{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	display: block;
	width:100%;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items:center;
	padding:5px;
	}

#product2019 .product_list.minilist ul li{
	width:16.666%;
	padding:8px;
	}
	#product2019 .product_list.minilist ul li:nth-child(1),
	#product2019 .product_list.minilist ul li:nth-child(2){
		width:16.666%;
		}

#product2019 .product_detail .info  dl:after{
	content:"";
	display: block;
	clear:both;
	}
.navigation{
  display: flex;
  justify-content: center;
}
.navigation div{
  margin:5px;
}
.navigation a{
  display: block;
  padding:5px 20px;
  background:black;
  color:white;
  text-decoration: none;
}

/****************** rwd **********************/

@media screen and (max-width:950px){
	#product2019{
		max-width:100%;
		padding:10px;
		box-sizing:border-box;
		}

/*///////// top ///////////*/

.products div{
		width:100%;
		}
.shop_menu {
	margin-bottom: 50px;
	}
/*////////////////////////*/

	#product2019 .product_list ul li,
  #product2019 .product_list ul li{
		width:33%;
		}
	#product2019 .product_list ul li .box{
		box-shadow:1px 1px 5px rgba(0,0,0,.4);
		}
	#product2019 .product_list ul li .sp-name,
  #product2019 .product_list ul li .sp-price{
		display: block;
		}
	#product2019 .product_list ul li .caption,
	#product2019 .product_list ul li a:hover .caption{
		display: none;
		}
	#product2019 .product_detail .flex {
		flex-wrap:wrap;

		}
	#product2019 .product_detail .flex .row{
		width:100%;
		}
	#product2019 .product_detail .flex .photo{
		order:2;
		}
	#product2019 .product_detail .flex .info-detail{
		order:1;
		}
	#product2019 .product_detail .photo .thumb{
		height: 100%;
		}
	#product2019 .product_detail .info  dl dt{
		width:100px;
		text-align: left;
		margin:0;
		}
	#product2019 .product_detail .info  dl dd{
		padding-left:120px;
		}
	#product2019 .product_detail .lineup{
		position: static;
		}
	#product2019 .product_detail .lineup ul{
		margin:10px 0;
		}
  #product2019 .product_detail .lineup ul.minithumb li{
    width:25%;
  }
	#product2019 .product_list.minilist ul li,
	#product2019 .product_list.minilist ul li:nth-child(1),
	#product2019 .product_list.minilist ul li:nth-child(2){
		width:25%;
		padding:3px;
		}

  /*//////// shopping ///////////*/
  .shopping_area .flex{
    display: block;
  }
  .shopping_area .exp, .shopping_area form{
    width:100%;
  }
.shopping_area.formarea .fgroup{
    padding:0;
  }
.shopping_area.formarea .cartinfo{
  display: block;
}

.shopping_area.formarea .cartinfo .flex{
  width:100%;
}

.shopping_area.formarea .sku_option{
  width:70%;
  margin:20px 0;
}
.shopping_area.formarea .sku_name{
  width:100%;
  margin: 10px 0 ;
  border:1px solid #bbb;
  padding:5px;
}
.shopping_area.formarea .sku_name span.code{
  display: inline;
  padding-left:10px;
}
.shopping_area .cartinfo:nth-child(1){
  padding-top: 0;

}
.shopping_area.formarea.optional .priceArea{
  width:100%;
  margin-top:20px;
}

/*//// cart ///////////*/
#welcartArea .title h2{
  text-align: center;
}
#welcartArea div.usccart_navi ol.ucart{
  flex-wrap: wrap;
}
#welcartArea div.usccart_navi ol.ucart li{
  width: 50%;
  border-bottom:1px solid white;
  box-sizing:border-box;
}
#cart .upbutton {
  text-align: center !important;
}
#cart .upbutton input{
  display: block;
  margin:5px 20px 0 auto ;
}
#cart table#cart_table{
  margin:10px;
  width:auto;
}
#cart table#cart_table thead{
  display: none;
}
#cart table#cart_table,
#cart table#cart_table tbody,
#cart table#cart_table tfoot,
#cart table#cart_table tfoot tr,
#cart table#cart_table tfoot th{
  display: block;
}
#cart table#cart_table tbody tr{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
align-items: center;
  border-bottom:1px solid #ccc;
  padding: 5px;
}
#cart table#cart_table tbody td{
  width:auto;
  box-sizing: border-box;
  border:0;
  padding:10px 0;
}
#cart table#cart_table .num {
  width:4%;
  padding:0;
}
#cart table#cart_table .thumbnail{
  width:24%;
}
#cart table#cart_table .productname{
  width:72%;
}
#cart table#cart_table .unitprice:before{
  content:"単価:";
  font-size:.8em;
}　
#cart table#cart_table .subtotal:before{
  content:"小計:";
  font-size:.8em;
}
#cart table#cart_table tfoot th:nth-child(2){
  color:black;
  background:white;
  font-size:1.2em;
}
table.customer_form input[type=text],
table.customer_form input[type=mail],
table.customer_form input[type=number],
table.customer_form input[type=password],
table.customer_form select,
table.customer_form textarea{
  display: block;
}
table.customer_form input#zipcode{
  display: inline-block;
  max-width: 100px;
}
table.customer_form td.name_td input[type=text],
table.customer_form tr#furikana_row input[type=text]{
  display: inline-block;
  max-width: 90px;
}
.formarea div.send input{
  margin:5px 0;
}
/*///////////// 950 //////////*/
}
