.section--product,.topproduct{
width:95%;
  margin:auto;
}
.breadcrumblist{
 margin:10px 0;
  font-size:11px;
}
.slick-slide img{
	width: 100%;
}
.u-oneimage img{
	width: 100%;
}
.product_name{
font-size:17px;
  margin-top:20px;
}
.select-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kosuu{
  font-weight:bold;
  font-size:15px;
      padding: 5px;
  float: left;
}
.kosuu.kosuu-flex {
    float: none;
    margin: 5px 0;
}

.numberarea,.pulldown{
padding: 6px 0 7px 5px;
    border: 1px solid #ccc;
    margin-left: 10px;
    background: #fff;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
  max-width: 150px;
}

.prices span{
font-weight: bold;
color: #ea5504;
font-size:20px;
text-align:right;
}
.productform-inner{
margin-top:10px;
overflow: hidden;
}
.button--orange{
display: block;
    width: 100%;
    height: 61px;
    background-image: url("https://file003.shop-pro.jp/PA01184/473/sp/images/common/cart_in.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:100% 61px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}
.otherlist li{
  font-weight:bold;
  text-align:right;
}
.otherlist li.social{
  width:23%;
 float:left;
  margin:10px 5px;
}

/*ぽん菓子*/
.pongashi-sale .sale-img img{
	width: 100%;
}
.pongashi-sale .sale-list li{
	margin: 10px auto 0;
	max-width: 500px;
}
.pongashi-sale .sale-list li h5{
	margin: 0 0 5px 0;
	font-size: 16px;
}
.pongashi-sale .sale-list li .sale-adress{
	margin-left: 20px;
	font-size: 13px;
}
.pongashi-sale .sale-list li .sale-map{
	text-align: right;
}
.pongashi-sale .sale-list li .sale-map a{
	padding: 5px 7px;
	border: 1px solid #613601;
	text-decoration: none;
	color: #fff;
	background: #613601;
	font-size: 10px;
	transition: .7s;
}
.pongashi-sale .sale-list li .sale-map a:hover{
	color: #613601;
	background: #fff;
	transition: .7s; 
}
/*雑穀米2個セット*/
.title02.title-z{
  border: none;
  text-align: center;
  padding: 7px 0 5px;
  font-size: 18px;
  margin-top: 40px;
}
.title02.title-oiwai{
  background: #ca1806;
	color: #fff;
}
.title02.title-iromame{
  background: #eaa613;
	color: #fff;
}
.title02.title-ocha{
  background: #9f9410;
	color: #fff;
}
.title02.title-goro{
  background: #de5f43;
	color: #fff;
}
.title02.title-kuromame{
  background: #acad85;
	color: #fff;
}
.title.title-eiyou{
  background: #ccc;
  border: none;
  text-align: center;
  padding: 7px 0 5px;
  font-size: 18px;
  margin-top: 40px;
}
.title02.title-tokucho{
  background: #eaf1df;
}
.zakkoku img{
	border-radius: 10px;
}
/* 原材料名等のテーブル */
dl.item_spec {
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: none;
}
dl.item_spec dt {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 23%;
    padding: 5px;
    float: none;
    box-sizing: border-box;
    text-align: center;
    background: #f7f4ef;
    font-size: 12px;
}
dl.item_spec dd {
    width: 77%;
    padding: 0;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
}