.RestockRequest-restockRequestFabText-3JjHa, .RestockRequest-restockRequestFab-BXUem {
  color: #fff !important;
}
.RestockRequest-restockRequestFab-BXUem, .RestockRequest-restockRequestFab-BXUem:hover, .RestockRequest-restockRequestFabText-3JjHa {
    background-color: #ff9933 !important;
}
.RestockRequest-restockRequestFab-BXUem:hover::after, .RestockRequest-restockRequestFabText-3JjHa:hover::after {
    background-color: rgba(256, 256, 256, 0.2) !important;
}
.paragraph-item {
	margin-bottom: 30px;
}
  
/*  クイックカートイン CSS  */
  
.cart_in_modal,
.cart_in_error_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 20000;
	display: flex;
	overflow: auto;
}
  
@media screen and (min-width: 960px) {
	.cart_in_modal,
	.cart_in_error_modal {
	  align-items: center;
	}
}
  
.cart_in_modal__bg {
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20000;
}
  
.cart_in_modal__outline {
	width: 90%;
	margin: 20px 5%;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
	box-sizing: border-box;
	text-align: center;
	position: absolute;
}
  
@media screen and (min-width: 960px) {
	.cart_in_modal__outline {
	  width: 900px;
	  margin: auto;
	  padding: 20px 70px;
	  position: relative;
	}
}
  
.cart_in_modal__heading {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
	line-height: 1.4;
}
  
@media screen and (min-width: 960px) {
	.cart_in_modal__heading {
	  font-size: 26px;
	  margin: 30px 0;
	  line-height: 1.2;
	}
}
  
.cart_in_error_modal__heading {
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 20px;
	line-height: 1.4;
}
  
@media screen and (min-width: 960px) {
	.cart_in_error_modal__heading {
	  margin: 30px 0;
	  line-height: 1.2;
	}
}
  
.cart_in_modal__detail {
	display: flex;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	align-items: center;
	flex-direction: column;
}

@media screen and (min-width: 960px) {
	.cart_in_modal__detail {
	  flex-direction: row;
	}
}
  
.cart_in_modal__name {
	font-size: 16px;
	flex: 1;
	line-height: 1.4;
	text-align: left;
	margin: 0;
}
  
@media screen and (min-width: 960px) {
	.cart_in_modal__name {
	  font-size: 18px;
	}
}
.cart_in_modal .price-for-free{
  padding-top: 12px;
}  
.cart_in_modal__image-wrap {
	padding: 5px;
	width: 170px;
	height: 170px;
	background: rgba(0, 0, 0, .1);
	position: relative;
	border: 5px solid transparent;
	box-sizing: border-box;
}
  
@media screen and (min-width: 960px) {
	.cart_in_modal__image-wrap {
	  margin: 0 30px 0 0;
	  flex-basis: 170px;
	}
}
  
.cart_in_modal__image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
  
.cart_in_modal__text-link {
	color: #2169f3;
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin: 20px 0 0;
	padding: 0 0 0 20px;
	line-height: 1.15;
}
.cart_in_modal__text-link::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2169f3;
	border-right: 2px solid #2169f3;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
  
.cart_in_modal__button-wrap {
	width: 100%;
	margin: 30px auto;
	font-size: 17px;
}

@media screen and (min-width: 960px) {
	.cart_in_modal__button-wrap {
	  width: 350px;
	}
}
.cart_in_modal__button {
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	border: 0;
	border-radius: 4px;
	width: 100%;
	height: 58px;
	padding: 15px;
	background: #2169f3;
	box-shadow: 0 2px 0 #1a54c2;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
  
.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
	height: 58px;
	color: #e9f0fe;
	background-color: #1e5fdb;
	box-shadow: none;
	transform: translate3d(0, 2px, 0);
}
  
.cart_in_modal__close-icon {
	cursor: pointer;
}
  
.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
	content: "";
	width: 35px;
	height: 6px;
	display: block;
	position: absolute;
	top: 30px;
	right: 20px;
	background: #eee;
	border-radius: 4px;
}
  
.cart_in_modal__close-icon::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
  
.cart_in_modal__close-icon::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
  
.spinner::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 100px;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	border: 5px solid #eee;
	border-top-color: #fd7f23;
	animation: spinner 0.5s linear infinite;
}
  
@keyframes spinner {
	to {
	  transform: rotate(360deg);
	}
}
  
@media screen and (min-width: 960px) {
	.sp-br {
	  display: none;
	}
}

#product .breadcrumb-list a {
  color: #6e5d4b;
}

/* #infoTop {
  display: inline-block;
} */

/* float非依存に書換え */
#infoTop > :is(.product-img, .product-info){
  width:100%;
  float: none !important;
}
@media(min-width: 769px){
  #infoTop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "bread bread"
      "image info";
    gap: 0 4%;
  }
  .breadcrumb-list__section{ grid-area: bread }
  #infoTop .product-img {    grid-area: image }
  #infoTop .product-info{    grid-area: info  }
}

#infoTop .product-img {
  /* float: left; */
  /* width: 48%; */
}
#infoTop .product-info {
	/* float: right; */
	/* width: 48%; */
	margin-bottom: 20px;
}
#infoTop .product-name {
	font-weight: normal;
	font-size: 17px;
}
#infoTop .product-order-box {
	margin-top: 0;
}
#infoTop .product-order-box-wrap {
    padding-top: 0;
    margin-top: 0;
}
#infoTop .product-info-box {
	padding: 0 0 10px 0;
}
#infoTop .product-info-box.simple_explain {
  color: #999;
  font-size: 12px;
}
#infoTop .product-stock-str {
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 5px;
}
#infoTop .product-stock-str strong {
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	#infoTop .product-img {
		float: unset;
		width: 100%;
	}
	#infoTop .product-info {
		float: unset;
		width: 100%;
  }
}
#infoTop .swiper-container {
	overflow-x: hidden;
}
#infoTop .swiper-wrapper {
  margin-bottom: 10px !important;
}
#infoTop .swiper-container:not(.swiper-container-initialized) .swiper-wrapper{
  max-width: 100%;
  overflow-x: scroll;
}
#infoTop .swiper-container:not(.swiper-container-initialized) .swiper-slide {
	min-width: 100%;
}
#infoTop .main_image {
  cursor: zoom-in;
}
#infoTop .swiper-slide:hover {
  cursor: zoom-in;
}
@media screen and (max-width: 768px) {
	#infoTop .main_image {
		cursor: unset;
		pointer-events: none;
	}
	#infoTop .swiper-slide:hover {
		cursor: unset;
		pointer-events: none;
	}
}

#infoTop .thumblist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	overflow: auto;
	height: fit-content;
	max-height: 20vh;
	min-height: 100px;
}
@media screen and (max-width: 768px) {
	#infoTop .thumblist {
		display: none;
	}
}

#infoTop .thumblist-item {
	/* background-color: #000; */
	flex: 0 0 19%;
	max-width: 19%;
	margin: 0.5%;
	cursor: pointer;
}
#infoTop .thumblist-item img {
	/* opacity: .5; */
	box-sizing: border-box;
	border: 3px solid #ebebe6;
}
#infoTop .thumblist-item.current img{
	/* opacity: 1; */
	box-sizing: border-box;
	border: 3px solid #6e5d4b;
}


  
  /************ 20210401 カートボタン周りの仮実装。不要時は.provOrderまるごと消す ************/
  .provOrder .gift a {
	  color: #4caf50;
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
  }
  .provOrder .gift a:hover {
	  text-decoration: none;
  }
  .provOrder .price_disp {
	  text-align: right;
  }
  .provOrder .product-order-box{
	  background: none;
	  padding: 0;
  }
  
  .provOrder .product-order-btn-list {
	  padding-top: 0;
  }
  
  .provOrder .product__fav-item,
  .provOrder .reviewWrite {
	  width: fit-content;
  }
  
  .provOrder .product__fav-item button:hover,
  .provOrder .reviewWrite:hover {
	  box-shadow: none;
	  background: none;
  }
  
  .provOrder .fav-items {
	  /* border: 1px solid #ac2455 !important; */
  }
  
  .provOrder .product__fav-item {
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 0 0 0 auto;
  }
  
  .provOrder .product__fav-item button {
	  padding: 0;
	  cursor: pointer;
	  transition: .2s;
	  outline: none;
	  display: flex;
	  height: auto;
	  justify-content: flex-end;
	  align-items: center;
	  margin-top: 10px;
	  /* border: 1px solid #737373; */
	  /* border-radius: 4px; */
	  /* width: 100%; */
	  text-align: center;
	  /* background: #fff; */
	  font-size: 16px;
	  transition: .1s;
  }
  
  .provOrder .product__fav-item button:hover {
	  /* border: 1px solid #ac2455; */
	  color: #ac2455;
	  text-decoration: underline;
	  /* box-shadow: 0 4px 6px 0 rgba(0,0,0,.2); */
  }
  .provOrder .product__fav-item button:focus {
	  background-color: #fff;
  }
  
  .provOrder .product__fav-item .fav-items {
	  color: #ac2455;
	  text-decoration: none;
  }
  
  .provOrder .product__fav-item .fav-items svg {
	  color: #ac2455;
  }
  
  .provOrder .product__fav-item svg {
	  width: 20px;
	  height: 20px;
	  margin-right: 4px;
	  vertical-align: -.35em;
	  fill: currentColor;
	  color: #737373;
  }
  
  /* .provOrder tbody {
	  border-bottom: solid 1px #e5e5e5;
  } */
  
  /* .provOrder table.price-2 tr {
	  border-top: solid 1px #e5e5e5;
  } */
  
  .provOrder table.price-2 th {
	  /* border-right: solid 1px #e5e5e5; */
	  /* padding: 10px; */
	  font-weight: normal;
	  font-size: 14px;
  }
  
  .provOrder table.price-2 td {
	  padding: 10px;
	  width: 100%;
  }
  
  .provOrder .product-num input {
	  width: 50px;
	  margin-right: 3px;
  }
  
  .provOrder .price-2 {
	  /* padding-right: 25px; */
	  box-sizing: border-box;
	  font-size: 15px;
	  text-align: left;
  }
  
  .provOrder .price-2 li {
	  display: flex;
	  align-items: start;
  }
  
  /************ //20210401 カートボタン周りの仮実装。不要時は.provOrderまるごと消す ************/
  
  /* 追従カートに入れる */
  #fixed_cart {
	  position: fixed;
	  bottom: 10px;
	  right: 5%;
	  width: 90%;
	  z-index: 9;
  }
  #fixed_cart .btn--addcart {
	  height: 100px;
  }
  #fixed_cart a.btn--addcart {
	padding: 1.8em 0 0 0;
}
  /* // 追従カートに入れる */

  /* カラーミーレビュー
  .reviewlist {
	  border: 15px solid #ebebe6;
	  padding: 20px;
	  overflow: auto;
	  max-height: 40vh;
	  height: fit-content;
  }
  @media screen and (max-width: 768px) {
	.reviewlist {
		max-height: 25vh;
	}
  } */

/* U-KOMIレビュー */
.review-widget-summary-container {
  margin-top: 0;
}
.reviewWidget_inner, .u_komi_qa_widget_inner {
  padding-top: 0 !important;
}
#KawashimayaReviewStyle .reviewWidget .ratingOverview {
  display: none !important;
}
.productSortingSection, .questionSortingSection, .reviewSortingSection {
  border-bottom: unset !important;
  padding-bottom: 0 !important;
}
#KawashimayaReviewStyle .reviewFilterBtn-btn {
  display: none !important;
}
#KawashimayaReviewStyle .reviewWebsiteRedirect {
  display: none !important;
}
#KawashimayaReviewStyle .loadedReviews {
	  border: 15px solid #ebebe6;
	  padding: 0 20px 20px 20px;
	  overflow: auto;
	  max-height: 40vh;
	  height: fit-content;
  }
  @media screen and (max-width: 768px) {
	#KawashimayaReviewStyle .loadedReviews {
		max-height: 25vh;
	}
  }
  
  /************ 商品ページで使われているCSS移植 ************/
  
  h1.item_ttl {
	  border: none!important;
	  font-size: 20px;
	  font-family: Verdana,'Yu Mincho','メイリオ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	  margin: 20px 0;
	  padding:0!important;
	  color: #000;
	  line-height: 1.4em;
  }
  
  div.shopbottom {
  clear: both;
  width: 469px;
	  
  }
  
  div.shopbottom p{
	  background: url("https://img17.shop-pro.jp/PA01152/001/etc/imasugu0506.png?20140506093618") no-repeat scroll 0 0 transparent;
	  height: 50px;
	  margin: 10px 0 0 50px;
	  text-indent: -9999px;
	  width: 600px;
  
  }
  
  
  div.shopbottom a {
	  display: block;
	  height: 80px;
	  width: 710px;
  }
  
  
  
  .cartjs_cart_in {
	   margin-bottom: 0px!important; 
   }
   .cartjs_product_table {
	   display: none;
   }
  
  /* input[type=submit] {
	   background: url(https://img17.shop-pro.jp/PA01152/001/etc/imasugu0506_01.png) ;
	   width: 737px;
	   height: 50px;
	   border-style: none;
	   cursor: pointer;
	   text-indent: -999em;
	   font-size: 0px;
	   display: block;
	   line-height: 0px;
   }
  
  input[type=submit]:link {
	  background: url(https://img17.shop-pro.jp/PA01152/001/etc/imasugu0506_01.png);
	  display: block;
	  height: 50px;
	  width: 737px;
  }
  
  input[type=submit]:hover {
	  background: url(https://img17.shop-pro.jp/PA01152/001/etc/imasugu0506_02.png);
	  display: block;
	  height: 50px;
	  width: 737px;
  }
  
  input[type=submit]:active {
	  background: url(https://img17.shop-pro.jp/PA01152/001/etc/imasugu0506_03.png);
	  display: block;
	  height: 50px;
	  width: 737px;
  } */
  
  /* input[type="radio"] {
	  display: block !important;
  } */
  
  
  /* #contents div.shopbottomnew {
	  clear: both;
	  width: 737px;
  }
  
  #contents div.shopbottomnew p {
	  text-indent: -9999px;
	  margin: 0;
  }
  
  
  #contents div.shopbottomnew a {
	  background: url("https://img17.shop-pro.jp/PA01152/001/etc/imasugu0506.png?20140506094000") no-repeat scroll 0 0 transparent;
	  display: block;
	  height: 50px;
	  width: 737px;
  }
  #contents div.shopbottomnew a:hover {
	  background: url("https://img17.shop-pro.jp/PA01152/001/etc/imasugu0506.png?20140506094000") no-repeat scroll 0 -50px transparent;
	  display: block;
	  height: 50px;
	  width: 737px;
  }
  #contents div.shopbottomnew a:active {
	  background: url("https://img17.shop-pro.jp/PA01152/001/etc/imasugu0506.png?20140506094000") no-repeat scroll 0 -100px transparent;
	  display: block;
	  height: 50px;
	  width: 737px;
  } */
  
  
  
  #contents form {
	  margin: 0px 5px;
    overflow-x: hidden;
  }
  
  #contents div.images {
	 /* border: 1px solid #DACDB9; */
	  float: left;
	  /* margin: 0 10px 20px 0; */
	  /* padding: 4px; */
	  margin-bottom: 20px;
  }
  #contents div.images img {
	  display: block;
	  margin: 0px 0px 20px;
	  border-style: none;
	  max-width: 720px;
  }
  #contents div.images ul {	list-style-type:none;
	  list-style-image:none;
	  margin: 0px;
  }
  #contents div.images ul li {
	  margin: 0px 10px 0px 0px;
	  float: left;
	  background: url(none);
	  padding: 0px;
  }
  
  #contents div.images ul li:last-child {
	  margin-right: 0;
  }
  
  #contents div.images ul li img {
	  display: inline;
	  width: 172.5px;
	  margin: 0px;
  }
  
  #contents div.spec {
	  margin: 0px 0px 30px;
	  clear: both;
  }
  #contents div.spec table {
	  border-left: 1px solid #e2e2e2!important;
	  border-top: 1px solid #e2e2e2!important;
	  /* margin: 0 0 30px; */
	  margin: 0 auto;
	  /* width: 720px; */
	  width: 100%;
	  position: relative;
  }
  
  #contents div.spec table th {
	  width: 45%;
	  background: none repeat scroll 0 0 #f8f8f8;
	  border-bottom: 1px solid #e2e2e2;
	  border-right: 1px solid #e2e2e2;
	  font-weight: bold;
	  padding: 10px 0;
	  text-align: center;
  }
  
  #contents div.spec table td {
	  background: none repeat scroll 0 0 #FFFFFF;
	  border-bottom: 1px solid #e2e2e2;
	  border-right: 1px solid #e2e2e2;
	  padding: 10px 15px;
	  vertical-align: middle;
  }
  
  #contents div.spec table tr td input {
	  width: 40px;
	  margin-right: 4px;
	  float: left;
  }
  #contents div.spec table tr.price td,
  #contents div.spec table tr.regular td{
	  text-decoration: line-through;
	  font-family: Verdana, Geneva, sans-serif;
	  color: #666;
  }
  #contents div.spec table tr.sales td {
	  color: #B93E3E;
	  font-family: Verdana,Geneva,sans-serif;
	  font-weight: bold;
  }
  
  #contents div.spec table tr.sales td span {
	  display: block;
  }
  #contents div.spec table tr.sales td span.sales {
	  color: #B93E3E;
	  font-family: Verdana, Geneva, sans-serif;
	  margin-bottom: 3px;
  }
  
  
  #contents div.spec table tr.sales td span.discount {
	  font: 10px/1.4em Verdana, Geneva, sans-serif;
	  color: #FFF;
	  background: #A9A9A9;
	  padding: 0px 3px;
	  text-align: center;
	  margin: 3px 0px 0px;
  }
  #contents div.spec table td span.unit {
	  display: block;
	  float: left;
	  margin-right: 4px;
	  line-height: 22px;
	  height: 22px;
  }
  
  #contents div.spec table td ul.init {
	  margin: 0px;
	  padding: 0px;
	  width: 13px;
	  height: 22px;
	  float: left;
  }
  #contents div.spec table td ul.init li {
	  margin: 0px;
	  padding: 0px;
	  height: 11px;
	  width: 13px;
	  line-height: 0;
	  font-size: 9px;
	  background: url(none);
  }
  #contents div.spec table td ul.init li a {
	  margin: 0px;
	  padding: 0px;
	  height: 9px;
	  width: 11px;
	  line-height: normal;
  }
  #contents div.spec table td ul.init li a img {
	  border: 1px solid #FFF;
  }
  
  #contents div.spec table tr.review_num td {
	  font-weight: bold;
  }
  
  #contents div.spec table tr.review_num a {
	  /*text-decoration: underline;*/
	  /*color: #e20a16;*/
	  color:#fff;
	  background-color:#ff9f00;
	  border-radius:20px;
	  padding:1% 4%;
	  font-size:11px;
	  transition: 0.3s;
  }
  
  #contents div.spec table tr.review_num span{
	  color: #ff9f00;
	  font-size: 16px;
	  vertical-align: middle;
	  padding: 0 0 0 2%;  
  }
  
  #contents div.spec table tr.review_num a:hover {
	  text-decoration: none;
	  background-color: #ff6600;
  }
	  
  
  
  /* ******div.spec ul.btn　大元****** */
  #contents div.spec ul.btn {
	  list-style-image: none;
	  list-style-type: none;
	  margin: 0 0 0 auto;
	  width: 376px;
	  padding: 0;
  }
  
  #contents div.spec ul.btn li {
	  margin: 0px 0px 2px;
	  background: url(none);
	  padding: 0px 0px 0px 0px;
  }
  
  #contents div.spec ul.btn li.cart {
	  margin-bottom: 15px;
	  background: url(none);
	  padding: 0px;
  }
  
  #contents div.spec ul.btn li.facebook {
	  margin: 0;
	  padding:0;
	  width: 100px;
  }
  
  #contents div.spec ul.btn li.twitter {
	  margin: 0;
	  padding:0;
  }
  
  #contents div.spec ul.btn li.hatena {
	  margin: 0 0 0 0px;
	  padding:0;
	  width: 50px;
  }
  
  #contents div.spec ul.btn li.googleplus {
	  margin: 0;
	  padding:0;
	  width: 60px;
  }
  
  #contents div.spec ul.btn li.addthis {
	  margin: 0;
	  padding:0;
	  width: 40px;
  }
  
  #contents div.spec ul.btn li.cart button {
	  border-style: none;
	  padding: 0px;
	  width: 230px;
	  border-width: 0px;
	  cursor: pointer;
	  height: 32px;
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_addcart.gif);
  }
  #contents div.spec ul.btn li.cart button span {
	  display: none;
  }
  #contents div.spec ul.btn li.cart p {
	  line-height: 30px;
	  text-transform: uppercase;
	  color: #0056c4;
	  text-align: center;
	  width: 326px;
	  border: 2px solid #0056c4;
	  margin: 0px;
	  font-family: Verdana, Geneva, sans-serif;
	  font-weight: bold;
	  letter-spacing: 0.2em;
  }
  
  #contents div.spec ul.btn li.option {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_option.gif) no-repeat left center;
  }
  #contents div.spec ul.btn li.quick {
	  padding: 0px;
	  height: 24px;
	  margin-bottom: 15px;
	  font-size: 10px;
	  line-height: 10px;
	  text-indent: -9999px;
	  width: 230px;
  }
  #contents div.spec ul.btn li.quick a {
	  display: block;
	  height: 100%;
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_spec_quick.gif);
  }
  #contents div.spec ul.btn li.cancel {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_cancel.gif) no-repeat left center;
  }
  #contents div.spec ul.btn li.teach {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_teach.gif) no-repeat left center;
  }
  #contents div.spec ul.btn li.inq {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_inq.gif) no-repeat left center;
  }
  #contents div.spec ul.btn li.shopping {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_shopping.gif) no-repeat left center;
	  margin-bottom: 10px;
  }
  #contents div.spec ul.btn li.calamel {
	  background: url(none);
  }
  #contents div.spec ul.btn li.twitter {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_twitter.gif) no-repeat /* left center */;
  }
  #contents div.spec ul.btn li.logpi {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_logpi.gif) no-repeat left center;
  }
  #contents div.spec ul.btn li.yahoo {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_y_bookmark.gif) no-repeat left center;
  }
  
  
  #contents div.spec ul.btn li.review_check {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_review_check.gif) no-repeat left center;
  }
  
  /* #contents div.spec ul.btn li.review_write {
	  background: url("https://kawashima-ya.backdrop.jp/images/writereview.gif") no-repeat scroll 0 0 transparent;
	  height: 36.5px;
	  margin: 0 0 8px -2px;
	  width: 200px;
  display:block
  } */
  
  #contents div.spec ul.btn .review_write {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-top: 16px;
	  border: 1px solid #2c9ee2;
	  border-radius: 4px;
	  width: 100%;
	  text-align: center;
	  height: 56px;
	  font-size: 14px;
	  color: #2c9ee2;
	  text-decoration: none;
	  transition: .1s;
  }
  
  #contents div.spec ul.btn .review_write:hover {
	  background:  #2c9ee2;
	  color: #fff;
  }
  
  #contents div.spec ul.btn li.review_write:hover{
	  background: url("https://kawashima-ya.backdrop.jp/images/writereview.gif") no-repeat scroll 0 -36.5px transparent;
  }
  
  
  #contents div.spec ul.btn li.review_write a{
  text-indent:-9999px;
  }
  
  /* .reviewWrite a:before, .review_write:before {
	  content: "";
	  display: block;
	  width: 24px;
	  height: 24px;
	  margin-right: 8px;
	  background-image: url(https://kawashima-ya.backdrop.jp/images/icon/ico_balloon.png);
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
  } */
  
  /* レビューを書くのときはWebフォント使用 */
  /* すべてWebフォント化が必要 */
  .reviewWrite.add a:before, .review_write:before {
	  display: none;
  }
  
  /* ******div.spec ul.btn　大元****** */
  
  
  /* ******div.spec ul.btnadd 複製（商品情報の下のショッピングカートボタン用****** */
  #contents ul.btnadd {
	  list-style-image: none;
	  list-style-type: none;
	  padding: 0;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin: 32px 0 0 0;
  }
  
  /* #contents ul.btnadd li {
	  margin: 0px 0px 2px;
	  line-height: 1.6em;
	  background: url(none);
	  padding: 0px 0px 0px 20px;
  }
  #contents ul.btnadd li a {
	  color: #666;
	  text-decoration: none;
  }
  #contents ul.btnadd li a:hover {
	  text-decoration: underline;
  }
  #contents ul.btnadd li.cart {
	  margin-bottom: 15px;
	  background: url(none);
	  padding: 0px;
  } */
  
  li.price-2 {
	  font-size: 20px;
	  font-weight: bold;
  }
  
  li.cart span:before {
	  content: "";
	  display: block;
	  width: 32px;
	  height: 32px;
	  margin-right: 8px;
	  background-image: url(https://kawashima-ya.backdrop.jp/images/icon/ico_tocart_white.png);
	  color: #fff;
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
  }
  
  #contents ul.btnadd li.cart button {
	  display: block;
	  width: 376px;
	  height: 56px;
	  border-style: none;
	  border-radius: 4px;
	  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
	  background: #f39700;
	  font-size: 16px;
	  font-weight: bold;
	  color: #fff;
  }
  
  #contents ul.btnadd li.cart button span {
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  
  #contents ul.btnadd li.cart p {
	  line-height: 30px;
	  text-transform: uppercase;
	  color: #0056c4;
	  text-align: center;
	  width: 226px;
	  border: 2px solid #0056c4;
	  margin: 0px;
	  font-family: Verdana, Geneva, sans-serif;
	  font-weight: bold;
	  letter-spacing: 0.2em;
  }
  
  #contents ul.btnadd li.option {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_option.gif) no-repeat left center;
  }
  #contents ul.btnadd li.quick {
	  padding: 0px;
	  height: 24px;
	  margin-bottom: 15px;
	  font-size: 10px;
	  line-height: 10px;
	  text-indent: -9999px;
	  width: 230px;
  }
  #contents ul.btnadd li.quick a {
	  display: block;
	  height: 100%;
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_spec_quick.gif);
  }
  #contents ul.btnadd li.cancel {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_cancel.gif) no-repeat left center;
  }
  #contents ul.btnadd li.teach {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_teach.gif) no-repeat left center;
  }
  #contents ul.btnadd li.inq {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_inq.gif) no-repeat left center;
  }
  #contents ul.btnadd li.shopping {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_shopping.gif) no-repeat left center;
	  margin-bottom: 10px;
  }
  #contents ul.btnadd li.calamel {
	  background: url(none);
  }
  #contents ul.btnadd li.twitter {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_twitter.gif) no-repeat /* left center */;
  }
  #contents ul.btnadd li.logpi {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_logpi.gif) no-repeat left center;
  }
  #contents ul.btnadd li.yahoo {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_y_bookmark.gif) no-repeat left center;
  }
  #contents ul.btnadd li.hatena {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_hatena.gif) no-repeat left center;
  }
  
  /* ******div.spec ul.btnadd 複製（商品情報の下のショッピングカートボタン用****** */
  
  
  
  /* ******div.btnadd 追加（img の隣のボタン群用）***** */
  #contents div.btnadd {
  float: left;
  }
  /* ******div.btnadd 追加（img の隣のボタン群用）***** */
  
  /* ******div.btnadd ul.btn　上から複製（img の隣のボタン群用）****** */
  #contents div.btnadd ul.btn {
	  margin: 15px 0px 20px 0px;
	  list-style-type:none;
	  list-style-image:none;
  /* add 2/9 */
  width: 230px;
  
	  /* width: 230px; */
	  float: right;
  }
  #contents div.btnadd ul.btn li {
	  margin: 0px 0px 2px;
	  line-height: 1.6em;
	  background: url(none);
	  padding: 0px 0px 0px 20px;
  }
  #contents div.btnadd ul.btn li a {
	  color: #666;
	  text-decoration: none;
  }
  #contents div.btnadd ul.btn li a:hover {
	  text-decoration: underline;
  }
  #contents div.btnadd ul.btn li.cart {
	  margin-bottom: 15px;
	  background: url(none);
	  padding: 0px;
  }
  
  
  #contents div.btnadd ul.btn li.cart button span {
	  display: none;
  }
  #contents div.btnadd ul.btn li.cart p {
	  line-height: 30px;
	  text-transform: uppercase;
	  color: #F00;
	  text-align: center;
	  width: 226px;
	  border: 2px solid #F00;
	  margin: 0px;
	  font-family: Verdana, Geneva, sans-serif;
	  font-weight: bold;
	  letter-spacing: 0.2em;
  }
  
  #contents div.btnadd ul.btn li.option {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_option.gif) no-repeat left center;
  }
  #contents div.btnadd ul.btn li.quick {
	  padding: 0px;
	  height: 24px;
	  margin-bottom: 15px;
	  font-size: 10px;
	  line-height: 10px;
	  text-indent: -9999px;
	  width: 230px;
  }
  #contents div.btnadd ul.btn li.quick a {
	  display: block;
	  height: 100%;
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_spec_quick.gif);
  }
  #contents div.btnadd ul.btn li.cancel {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_cancel.gif) no-repeat left center;
  }
  
  #contents div.btnadd ul.btn li.review_check {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_review_check.gif) no-repeat left center;
  }
  
  #contents div.btnadd ul.btn li.review_write {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_review_write.gif) no-repeat left center;
  }
  
  
  #contents div.btnadd ul.btn li.teach {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_teach.gif) no-repeat left center;
  }
  #contents div.btnadd ul.btn li.inq {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_inq.gif) no-repeat left center;
  }
  #contents div.btnadd ul.btn li.shopping {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_shopping.gif) no-repeat left center;
	  margin-bottom: 10px;
  }
  #contents div.btnadd ul.btn li.calamel {
	  background: url(none);
  }
  #contents div.btnadd ul.btn li.twitter {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_twitter.gif) no-repeat /* left center */;
  }
  #contents div.btnadd ul.btn li.logpi {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_logpi.gif) no-repeat left center;
  }
  #contents div.btnadd ul.btn li.yahoo {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_y_bookmark.gif) no-repeat left center;
  }
  #contents div.btnadd ul.btn li.hatena {
	  background: url(https://file001.shop-pro.jp/PA01152/001/images/0901_icon_hatena.gif) no-repeat left center;
  }
  
  /* ******div.btnadd ul.btn　上から複製（img の隣のボタン群用）****** */
  
  
  /* #contents div.exp {
	  margin: 0px 10px 20px 0px;
	  line-height: 1.6em;
  float: left;
  font-size:14px;
  } */
  
  
  
  /* レビュー表示用 */
  #searchValMore {
	  background-color: #666666;
	  margin: 20px auto;
	  text-align: center;
	  width: 600px;
  }
  #searchValMore a {
	  color: #FFFFFF;
	  display: block;
	  padding: 10px;
  
	  text-decoration: none;
	  width: 580px;
  }
  #searchValMore a:hover {
	  background-color: #999999;
	  padding-left: 10px;
	  width: 580px;
  }
  
  
  
  .record {
	  background-color: #FFFFFF;
	  border: 1px solid #CCCCCC;
	  margin: 20px auto 30px;
	  width: 695px;
  }
  
  
  .data {
	  border-bottom: 1px dotted #CCCCCC;
	  margin: 0;
	  padding: 5px 0 5px 5px;
  }
  .data li {
	  float: left;
	  list-style-type: none;
	  padding: 0;
  }
  span.line {
	  color: #CCCCCC;
	  margin: 0;
  }
  
  .review_title {
	  font-size: 14px;
	  padding: 10px 10px 0;
  }
  .review_contents {
	  padding: 10px;
  }
  .review_contents .comment {
	  line-height: 150%;
	  text-align: left;
  }
  .review_contents .img_contents {
	  float: right;
	  width: 120px;
  }
  .review_title {
	  color: #993366;
	  font-size: 19px;
  }
  #contents ul.data.clearfix {
	  margin: 0 0 0 5px;
  }
  
  .readlist {
  margin:20px 0 0 0;
  }
  
  
  .coode_item {
	float:left;
	width:124px !important;
	height:180px;
	padding:0 8px;
	margin: 0 auto 14px;
	text-align:center;
  }
  .coode_item img {
	max-width:120px;
	height:auto;
  }
  
  /* 20170314追記  Facebookコミュニティページ　*/
  
  .fb_com {
	  position: relative;
	  border: 20px solid #e9ebee;
	  width: 78%;
	  padding: 0 6% 20px;
	  margin-bottom: 40px;
  }
  
  .fb_com p.ico_new{
	  position: absolute;
	  top: -15px;
	  left: -50px;
  }
  
  .fb_com p.ico_new img{
	  border: none!important;
  }
	  
  .fb_com h1 {
	  margin:  0 auto!important;
	  text-align: center;
	  background: none!important;
  }
  
  .fb_com h1 img {
	  border: none!important;
	  margin-top: -10px!important;
  }
  
  .fb_com .fb_head {
	  margin: 0 auto!important;
  }
  
  .fb_com .fb_head img{
	  margin-top: -50px!important;
	  margin-bottom: 0!important;
  }
  
  .fb_com p {
	  margin-bottom: 0!important;
  }
  
  .fb_com p a {
	  color: #3b5c98;
  }
  
  /* 20170326追記  サイズ別ラインナップ　*/
  
  .sizingitem {
	  width: 28% !important;
	  overflow: hidden;
	  margin-right: 5.3%;
	  margin-bottom: 30px;
	  float: left;
	  position: relative;
  }
  
  .sizing-lineup {
	  width: 738px;
	  background-color:#fff;
	  margin-bottom: 50px;
	background-color:#f8f8f8;
  }
  .sizingitem-inner {
	  width: 94.7%;
	  padding: 30px 0 30px 5.3%;
	  text-align: center;
  }
  
  .sizing-lineup-content h1{
	  margin-bottom: 20px!important;
  }
  .sizing-lineup-content img {
	  width: 100%;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  border: none!important;
	  margin: 0!important;
	  padding: 0!important;
	  text-align: center;
  }
  
  .titlesizingitem {
	  width: 100%;
	  height: 100px;
	  padding-bottom: 20px;
	  background-color: #f8f8f8;
	  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	  text-align: center;
	  overflow: hidden;
  }
  
  .titlesizingitem a, .titlesizingitem p{
	  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, meyrio, 'メイリオ', sans-serif;
	  font-weight: bold;
	  font-size: 12px;
	  line-height: 1.4em;
	  text-decoration: none;
	  position: relative;
	  top: 0;
	  color: #000;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  letter-spacing: 1px;
  }
  
  .sizingitem a {
	  text-decoration: none;
  }
  
  /* 20170509追記  お気に入りボタン追加　*/
  
  /* .product__fav-item {
	margin-top: 10px;
	margin-bottom: 10px;
  } */
  
  /* .product__fav-item button {
	padding: 0;
	cursor: pointer;
	transition: .2s;
	outline: none;
	display: flex;
	height: 56px;
	justify-content: center;
	align-items: center; */
	/* margin-top: 16px; */
	/* border: 1px solid #737373;
	border-radius: 4px;
	width: 100%;
	text-align: center;
	  background: #fff;
	  font-size: 16px;
	  transition: .1s;
  } */
  
  /* .product__fav-item button:hover {
	  border: 1px solid #ac2455;
	  color: #ac2455;
	  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
  }
  
  .product__fav-item .fav-items {
	  color: #ac2455;
  }
  
  .product__fav-item .fav-items svg {
	  color: #ac2455;
  }
  
  .product__fav-item svg {
	width: 20px;
	  height: 20px;
	  margin-right: 4px;
	vertical-align: -.35em;
	fill: currentColor;
	  color: #737373;
  } */
  
  .sns-share-button {
	  width: 100%;
	  display: flex;
	  justify-content: flex-end;
	  margin: 0 !important;
  }
  
  .sns-share-button li.facebook {
	  margin-right: 5px;
  }
  
  .kamadosan_hatching {
	  background-color: #f6f6f6;
	  padding: 0 3% 3% 3%;
	  margin-bottom: 2%;
	  border-radius: 10px;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	  text-align:center;
  }
  
  .kamadosan_hatching p{
	  font-size:22px;
	  border-bottom:1px dotted #acacac;
	  border-top:1px dotted #acacac;
	  text-align:center;
	  margin:0 0 2% 0;
  }
  
  .kamadosan_kodawari{
	  width:100%;	
	  padding-bottom:3%;
	  
  }
  
  .kamadosan_kodawariLeft{
	  width:48%;
	  float:left;
  }
  
  .kamadosan_kodawariRight{
	  width:48%;
	  float:right;	
  }
  
  
  dl.mokuji dt{
	  font-weight: bold;
	  font-size: 14px;
  }
  
  dl.mokuji dd{
	  padding-left: 6%;
  }
  
  #donabeCommon iframe{
	  width:100%;
	  height: 1830px;
  }
  #fraipanCommon iframe{
	  width:100%;
	  height: 1300px;
  }
  
  #sukenariCommon iframe{
	  width:100%;
	  height: 1000px;
  }
  
  #riverlightCommon iframe{
		width:100%;
	  height: 600px;
  }
  
  #tenimuhohCommon iframe{
		width:100%;
	  height: 200px;
  }
  
  #amazakeCommon iframe{
		width:100%;
	  height: 300px;
  }
  
  #kameCommon iframe{
	  width:100%;
	  height: 800px;
  }
  
  #tanekojiCommon iframe{
	  width:100%;
	  height: 500px;
  }
  
  
  #waseiroCommon iframe{
		width:100%;
	  height: 520px;
  }
  
  
  #choukatukinCommon iframe{
		width:100%;
	  height: 700px;
  }
  
  
  /* 20170612追記 ページトップボタンカスタマイズ（商品詳細ページとの出し分け）　*/
  
  #pageTop {
	  display: none!important;
	  height: 0!important;
  }
  
  #pageTop_d, #cartIn_d{
	  position: fixed;
	  right: 25px;
  }
  
  #pageTop_d {
	  bottom: 400px;
  }
  
  #cartIn_d {
	  bottom: 340px;
  }
  
  #pageTop_d a, #cartIn_d a{
	  display: block;
	  z-index: 999;
	  width: 55px;
	  height: 45px;
	  text-align: center;
  }
  
  #pageTop_d a {
	  background: url("https://kawashima-ya.backdrop.jp/images/pageTop_d.png") no-repeat;
	  background-size: cover;
  }
  
  #cartIn_d a {
	  background: url("https://kawashima-ya.backdrop.jp/images/cartIn.png") no-repeat;
	  background-size: cover;
  }
  
  #pageTop_d a:hover, #cartIn_d a:hover {
	text-decoration: none;
	opacity: 0.8;
  }
  
  
  /* 20171218追記  ミニマムテンプレート適用　*/
  
  #prd_temp_min {
	  color: #000;
  }
  
  #prd_temp_min h1 {
	  font-family: Verdana,'Yu Mincho','メイリオ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	  font-size: 28px;
	  color: #24242b;
	  padding-bottom: 10px;
	  line-height: 1.4em;
  }
  
  #prd_temp_min img {
	  margin-bottom: 20px;
  }
  
  #prd_temp_min .prd_fullcol {
	  width: 100%;
  }
  
  #prd_temp_min .prd_fullcol img{
	  width: 738px!important;
  }
  
  #prd_temp_min .prd_leftcol {
	  width: 48%;
	  margin-right: 4%;
	  float: left;
  }
  
  #prd_temp_min .prd_leftcol h1 {
	  text-align: right;
  }
  
  #prd_temp_min .prd_rightcol {
	  width: 48%;
	  float: left;
  }
  
  #prd_temp_min h2.item_info {
	  text-align: center;
	  background-color: #f0f0f0;
	  padding: 12px 10px 10px;
	  margin-top: 20px;
	  margin-bottom: 0;
	  border: none;
	  letter-spacing: 2px;
	  font-size: 16px;
	  font-weight: normal;
  }
  
  
  #prd_temp_min table.prd_detail {
	  border-collapse: collapse;
	  position: relative;
	  box-sizing: border-box;
	  border: 1px solid #f0f0f0;
  }
  
  #prd_temp_min table.prd_detail tr {
	  border-bottom: 1px solid #f0f0f0;
  }
  
  #prd_temp_min table.prd_detail th {
	  width: 32%;
	  background-color: #ffffff;
	  padding: 8px 10px 8px 20px; 
	  border-right: 1px solid #f0f0f0;
	  letter-spacing: 1px;
  }
  
  #prd_temp_min table.prd_detail td {
	  width: 68%;
	  background-color: #ffffff;
	  padding: 8px 20px 8px 10px;
  }
  
  
  /*20180510 レシピテンプレート追加*/
  .ip_recipe {
	  padding: 0;
	  margin:0 0 70px 0;
	  background-color: #ffffff;
	  border-radius: 0;
	  width: 100%;
	  position: relative;
	  line-height: 1.6em;
  }
  
  .ip_recipe h2 {
	  text-align: left;
	  font-weight: bold;
	  font-size: 32px!important;
	  padding: 20px 0 20px 0!important;
	  background-image: linear-gradient(to right, #4a3a30 20%, rgba(255,255,255,0) 0%), linear-gradient(to right, #4a3a30 20%, rgba(255,255,255,0) 0%);
	  background-position: bottom, top;
	  background-size: 10px 2px;
	  background-repeat: repeat-x;
	  border-bottom: none!important;
	  font-family: 'Yu Mincho','メイリオ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	  letter-spacing: 1px;
	  margin: 0 auto 20px;
	  line-height: 1.4em;
	  color: #000!important;
  }
  
  .ip_recipe .recipe_sum {
	  margin-bottom: 30px;
  }
  
  .ip_recipe .cap {
	  width: 67%;
	  position: relative;
	  float: left;
	  margin-right: 2%;
  }
  
  .ip_recipe .ico_con {
	  width: 31%;
	  position: relative;
	  float: left;
  }
  
  .ip_recipe .ico {
	  width: 48%;
	  position: relative;
	  font-size:14px;
	  padding: 5px;
	  border-spacing: 0;
	  border-radius: 8px;
	  text-align: center;
	  vertical-align: middle;
	  box-sizing: border-box;
	  font-weight: bold;
	  float: left;
  }
  
  .ip_recipe .ico_amount {
	  color: #e98c08;
	  border: 1px solid #e98c08;
	  margin-right: 4%;	
  }
  
  .ip_recipe .ico_time {
	  color: #559130;
	  border: 1px solid #559130;
  }
	  
  .ip_recipe .ico span.ico_ttl {
	  display: block;
	  font-family: 'メイリオ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  }
  
  .ip_recipe .ico span.ico_num {
	  display: block;
	  letter-spacing: 0;
	  margin-top: 5px;
  }
  
  .ip_recipe .recipe_top .img_con {
	  width: 53%;
	  position: relative;
	  float: left;
	  margin-right: 3%;
	  padding: 0 0 0 0;
  }
  
  .ip_recipe .recipe_top .img_con img {
	  margin-bottom: 20px;
  }
  
  .ip_recipe .recipe_top .ingre_con {
	  width: 44%;
	  position: relative;
	  float: left;
	  color: #4a2119;
	  margin-bottom: 20px;
  }
  
  .ip_recipe h3 {
	  background-color: #f0e4d1;
	  padding: 4px 8px;
	  margin-bottom: 10px;
	  border: none!important;
  }
  
  .ip_recipe h3 span {
	  font-size: 15px;
	  font-weight: bold;
	  letter-spacing: 1px;
	  padding: 0;
	  border-left: 5px solid #f7f2ea;
  }
  
  .ip_recipe dl {
	  border-bottom: 1px solid #d9d2cb;
	  padding: 10px 5px;
  }
  
  .ip_recipe .recipe_top .ingre_con dl dt {
	  width: 70%;
	  text-align: left;
	  float: left;
	  margin-right: 3%;
  }
  
  .ip_recipe .recipe_top .ingre_con dl dd {
	  width: 27%;
	  text-align: right;
	  float: left;
  }
  
  .ip_recipe .recipe_bottom {
	  color: #4a2119;
	  padding: 10px 5px;
	  margin-bottom: 10px;
  }
  
  .ip_recipe .recipe_bottom dl dt {
	  width: 5%;
	  text-align: left;
	  float: left;
	  font-size: 22px;
	  font-weight: bold;
	  color: #e98c08;
	  margin: 2px 2% 0 0;
  }
  
  .ip_recipe .recipe_bottom dl dd {
	  width: 93%;
	  text-align: left;
	  float: left;
  }
  
  @media screen and (max-width: 520px) {
  .ip_recipe h2 {
	  font-size: 22px!important;
	  padding: 10px 0!important;
  }
  
  .ip_recipe .cap {
	  width: 100%!important;
	  float: none!important;
	  margin-right: 0!important;
	  margin-bottom: 20px!important;
  }
  
  .ip_recipe .ico_con {
	  width: 100%!important;
	  float: none!important;
	  text-align: right!important;
	  margin-bottom: 10px!important;
  }
  
  .ip_recipe .ico {
	  max-width: 150px!important;
  }
  
  .ip_recipe .ico font {
	  font-size: 24px!important;
  }
  
  .ip_recipe .ico span.ico_num {
	  margin-top: 0!important;
  }
  
  .ip_recipe .recipe_top .img_con {
	  width: 100%!important;
	  float: none!important;
	  margin-right: 0!important;
  }
  
  .ip_recipe .recipe_top .img_con img {
	  margin-bottom: 30px!important;
  }
  
  .ip_recipe .recipe_top .img_con img.rp_recipe_img {
	  display: none!important;
	  height: 0!important;
	  margin-bottom: 0!important;
  }
  
  .ip_recipe .recipe_top .ingre_con {
	  width: 100%!important;
	  float: none!important;
  }
  }
  
  
  /************************************
			   注意事項
  ************************************/
  .prd_note {
	  border: 1px solid #f39700;
  }
  
  .prd_note h2 {
	  background: #f39700;
	  color: #ffffff;
	  margin-top: -22px!important;
	  padding: 15px 10px 15px 10px!important;
	  text-align: center!important;
	  font-weight: normal!important;
	  border: none!important;
	  font-size: 1.2em!important;
	  letter-spacing: 1px;
  }
  
  .prd_note p {
	  text-indent: -1em;
	  padding: 0 1em;
	  text-align: left;
  }
  
  /************************************
			   健康効果欄
  ************************************/
  .freetmp h2.wp_h2b {
	  font-family: 'Yu Mincho','メイリオ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif!important;
	  font-size: 24px!important;
	  font-weight: bold;
	  padding: 0 0 3px 0;
	  border-bottom: 1px solid #000;
	  text-align: left;
	  margin-bottom: 30px;
	  line-height:1.5em;
	  vertical-align: middle;
  }
  
  .freetmp h2.wp_h2b:before,.freetmp h2.wp_h2b:after{ 
	  display: none!important;
  }
  
  .freetmp .wp_half_L, .freetmp .wp_half_R {
	  position: relative;
	  width: 48%;
	  float: left;
	  margin-bottom: 20px;
  }
  
  .freetmp .wp_half_L {
	  margin-right: 4%;
  }
  
  .freetmp h2 span.sub {
	  font-size: 16px;
	  font-weight: normal;
	  font-family: 'Yu Mincho','メイリオ', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	  vertical-align: middle;
  }
  
  #column p.imgText{
	  display: inline;
	  position: absolute;
  }
  
  @media screen and (max-width: 520px) {
  .freetmp h1.wp_h1 {
	  font-size: 24px!important;
	  padding: 10px 0!important;
  }
  .freetmp h2.wp_h2b {
	  font-size: 20px!important;
  }
  
  .freetmp .wp_half_L, .freetmp .wp_half_R {
	  width: 100%!important;
	  float: none!important;
  }
  
  .freetmp .wp_half_L {
	  margin-right: 0!important;
  }
	
  #column p.imgText{
	  display: inline;
	  position: inherit;
  }
  }
  
  /*　↓↓　ここから　20190815 お声吹き出し追加　↓↓　*/
  
  /* 吹き出し本体 */
  #prd_unityTemp_min .balloon1{
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #EDE6D9;
	margin-left: 110px;          /* 左に余白を設ける */
	margin-bottom:3%;
  }
  /* 画像 - 絶対配置で左上に配置 */
  #prd_unityTemp_min .balloon1 .icon{
	position: absolute;
	left: -110px;
	top: 0;
  }
  /* 三角アイコン */
  #prd_unityTemp_min .balloon1::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-right: 15px solid #EDE6D9;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
  
  /* 吹き出し本体 */
  #prd_unityTemp_min .balloon2{
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background-color: #EDE6D9;
	margin-right: 110px;          /* 右に余白を設ける */
	  margin-bottom:3%;
  }
  /* 画像 - 絶対配置で右上に配置 */
  #prd_unityTemp_min .balloon2 .icon{
	position: absolute;
	right: -110px;
	top: 0;
  }
  /* 三角アイコン */
  #prd_unityTemp_min .balloon2::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-left: 15px solid #EDE6D9;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
  }
  
  /*　↑↑ ここまで　20190815 お声吹き出し追加↑↑　*/
  
  /*　購入ボタン横・数量変更矢印ボタン削除　*/
  #contents div.spec table td ul.init{
	   display:none; 
  }
  
  /* swiper */
  
  .product-main-image .images-swiper {
	  float: none !important;
  }
  
  .product-main-image .swiper-wrapper {
	  margin: 0 auto !important;
  }
  
  .product-main-image .swiper-slide img {
	  width: 100% !important;
	  display: block !important;
	  width: 100% !important;
  }
  
  .product-main-image .swiper-slide {
	  margin: auto !important;
	  float: none !important;
	  background: none !important;
  }

  .product-main-image .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
  }
  .product-main-image .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
  }
  
  #infoTop .product-main-image .swiper-button-next, #infoTop .product-main-image .swiper-button-prev {
	  width: 40px !important;
	  height: 40px !important;
	  -moz-background-size: 40px 40px !important;
	  -webkit-background-size: 40px 40px !important;
	  background-size: 40px 40px !important;
  }
  
  .product-main-image .swiper-button-prev {
	  background-image: url(https://kawashima-ya.backdrop.jp/images/arrow_white.png) !important;
	  transform: rotate(90deg) !important;
  }
  
  
  .product-main-image .swiper-button-next {
	  background-image: url(https://kawashima-ya.backdrop.jp/images/arrow_white.png) !important;
	  transform: rotate(270deg) !important;
  }
  
  #contents ul.topicpass {
	  margin: 16px 0 5px;
  }
  
  .swiper-pagination {
	  z-index: 9 !important;
  }
  
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	  position: relative;
	  margin: 16px auto 0px;
	  display: flex;
	  max-width: 738px;
	  width: 100%;
	  justify-content: center;
  }
  
  .swiper-pagination-clickable .swiper-pagination-bullet {
	  margin-right: 12px;
  }
  
  .swiper-pagination-clickable .swiper-pagination-bullet:last-child {
	  margin-right: 0;
  }
  
  .swiper-pagination-clickable .swiper-pagination-bullet-active {
	  background: #ac2455;
  }

  #infoTop .product-main-image .swiper-button-prev {
	  background: rgb(110 93 75 / 0.75);
	  /* border-radius: 10px; */
	  background-image: url(https://kawashima-ya.backdrop.jp/images/arrow_white.png) !important;
	  background-size: 32px !important;
	  background-repeat: no-repeat;
	  background-position: center 6px;
	  transform: rotate(90deg) !important;
	  position: static;
	  margin: 0 10px 10px 0;
	  float: right;
  }
  
  
  #infoTop .product-main-image .swiper-button-next {
	  background: rgb(110 93 75 / 0.75);
	  /* border-radius: 10px; */
	  background-image: url(https://kawashima-ya.backdrop.jp/images/arrow_white.png) !important;
	  background-size: 32px !important;
	  background-repeat: no-repeat;
	  background-position: center 6px;
	  transform: rotate(270deg) !important;
	  position: static;
	  margin: 0 0 10px 0;
	  float: right;
  }

  .fav-button-top button {
	  border: none;
  }
  
  /* 購入ボタン周り */
  
  .purchese-area {
	  display: flex;
	  justify-content: space-between;
  }
  
  .purchese-area li {
	  list-style: none;
  }
  
  .purchese-area ul {
	  margin: 0 !important;
  }
  
  .purchese-area ul.left-col {
	  width: 55%;
  }
  
  .purchese-area ul.right-col {
	  width: 42%;
  }
  
  .purchese-area table.price-2 {
	  border-bottom: solid 1px #e5e5e5;
	  border-collapse: collapse;
	  margin-bottom: 20px;
	  width: 100%;
  }
  
  .purchese-area table.price-2 tr {
	  border-top: solid 1px #e5e5e5;
  }
  
  .purchese-area table.price-2 th {
	  border-right: solid 1px #e5e5e5;
	  padding: 10px;
	  font-weight: normal;
  }
  
  .purchese-area table.price-2 td {
	  padding: 10px;
  }
  
  .purchese-area table.price-2 td.product-num {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  }
  
  .purchese-area table.price-2 td.product-num input {
	  width: 40px;
	  height: 30px;
	  font-size: 15px;
	  margin-right: 3px;
	  padding: 4px;
	  box-sizing: border-box;
  }
  
  .purchese-area .price-2 {
	  padding-right: 25px;
	  box-sizing: border-box;
	  font-size: 15px;
  }
  
  .purchese-area .price-2 li {
	  display: flex;
	  align-items: start;
  }
  
  .item-purchese-caption {
	  white-space: nowrap;
  }
  
  .price-2 select {
	  width: 100%;
	  height: 30px;
	  font-size: 15px;
	  margin-right: 3px;
	  padding: 4px;
	  box-sizing: border-box;
  }
  
  .number-of-order {
	  display: flex;
	  align-items: center;
  }
  
  .number-of-order input[type="text"] {
	  width: 64px;
	  height: 32px;
	  font-size: 16px;
	  margin: 0 4px 0 0;
	  padding: 4px;
	  box-sizing: border-box;
  }
  
  .toCart {
	  text-align: center;
	  font-size: 16px;
  }
  
  .toCart span:before {
	  content: "";
	  position: relative;
	  top: -2px;
	  display: block;
	  width: 32px;
	  height: 32px;
	  margin-right: 8px;
	  background-image: url(https://kawashima-ya.backdrop.jp/images/icon/ico_tocart_white.png);
	  color: #fff;
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
  }
  
  .toCart button {
	  display: block;
	  width: 100%;
	  height: 56px;
	  border-style: none;
	  border-radius: 4px;
	  background: #f39700;
	  font-size: 16px;
	  font-weight: bold;
	  color: #fff;
	  transition: .1s;
  }
  
  .toCart button:hover {
	  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
	  cursor: pointer;
  }
  
  .toCart button span {
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  
  .reviewWrite a {
	  display: flex;
	  justify-content: flex-end;
	  align-items: center;
	  margin-top: 10px;
	  margin-left: 10px;
	  /* border: 1px solid #2c9ee2; */
	  border-radius: 4px;
	  /* width: 100%; */
	  text-align: center;
	  /* height: 36px; */
	  font-size: 12px;
	  text-decoration: none;
	  /* background:  #2c9ee2; */
	  color: #6e5d4b;
	  transition: .1s;
  }
  
  .product__review-item {
	  width: fit-content;
	  display: flex;
	  margin: 0 0 0 auto;
  }

  .reviewWrite.add a {
	  /* background: #fff;
	  color: #2c9ee2; */
	  /* margin-bottom: 10px; */
  }
  
  .reviewWrite a i.material-icons {
	  margin-right: 4px;
  }
  
  .reviewWrite:hover {
	  /* box-shadow: 0 4px 6px 0 rgba(0,0,0,.2); */
  }
  
  .purchese-area .product__fav-item .fav-items {
	  border: 1px solid #ac2455;
  }
  
  .soldout a {
	  width: 100%;
	  height: 56px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background: #f39700;
	  margin: 0 auto !important;
	  border-radius: 4px;
	  font-size: 16px;
	  color: #fff;
	  text-decoration: none;
  }
  
  .soldout a:hover {
	  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
	  cursor: pointer;
  }
  
  .soldout i.material-icons {
	  margin-right: 4px;
  }

  .regular-price {
	  color: #ccc;
  }
  .regular-price span {
	  text-decoration: line-through;
	  /* background: url(https://kawashima-ya.backdrop.jp/images/double_line.png);
	  background-repeat-y: no-repeat;
	  background-position: center; */
  }
  td.regular-price {
	text-decoration: line-through;
  }
  
  .selling-price span {
	 font-size: 20px;
  }
  td.selling-price {
	font-size: 20px;
 }
  
  /* modal window2020 */
  #overlay {
	  display: none;
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 999;
	  background-color: rgba(0, 0, 0, .65);
  }
  #modal {
	  display: none;
	  position: fixed;
	  left: 50%;
	  top: 50%;
	  z-index: 9999;
	  transform: translate(-50%, -50%);
	  max-width: 70vw;
	  max-height: 70vh;
	  box-sizing: border-box;
	  padding: 32px;
	  border-radius: 8px;
	  background-color: #fff;
  }
  
  button#open{
	  border:none;
	  background-color:#fff;
  }
  
  .active {
	  display: block !important;
  }
  
  /* modal window2020 */
  #overlay {
	  display: none;
	  position: fixed;
	  left: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 999;
	  background-color: rgba(0, 0, 0, .65);
  }
  #prmodal {
	  display: none;
	  position: fixed;
	  left: 50%;
	  top: 50%;
	  z-index: 9999;
	  transform: translate(-50%, -50%);
	  width:100%;
	  max-width: 70vw;
	  max-height: 70vh;
	  box-sizing: border-box;
	  padding: 30px 80px;
	  background-color: #fff;
  }
  
  #prmodal br{
	  display:none;
  }
  
  #prmodal p{
	  margin:0;
  }
  
  .active {
	  display: block !important;
  }
  
  #prmodal .cartjs_box{
	   width: 25%!important;
	  float: left;
	  padding: 0 10px!important;
  }
  
  #prmodal .cartjs_product_table{
	   display:block;
	  width:100%;
  }
  
  #prmodal .cartjs_product_table table{
	   width: 100%!important;
	  margin: 10px 0!important;
	  border-spacing: 0;
  }
  
  #prmodal .cartjs_product_img{
	   width:100%!important;
	  margin: 0!important;
  }
  
  #prmodal .cartjs_product_table table th{
	   width:55px;
	  font-size:11px;
	  padding-bottom: 5px!important;
	  color: #333!important;
  }
  
  #prmodal .cartjs_product_table table td{
	  padding-bottom: 5px!important;
  }
  
  #prmodal .cartjs_sales_price td{
	  font-size:14px!important;
	  color: red!important;
  }
  
  #prmodal input[type="text" i]{
	  margin:0 5px 0 0!important;
  }
  
  #prmodal .cartjs_cart_in {
	  width: 100%!important;
	  text-align: left!important;
  }
  
  #prmodal .cartjs_cart_in strong{
	  font-size: 12px!important;
  }
  
  #prmodal .cartjs_cart_in strong img{
	  display:none!important;
  }
  
  #prmodal input[type=submit]{
	   width:100%!important;
	   margin-left: auto;
	   margin-right: 0;
	   margin-bottom: 0!important;
	   text-align: right!important;
	   background-image: url(https://kawashima-ya.backdrop.jp/images/modalcart.jpg);
	   color: #fff;
	   background-size: 100% auto;
	   background-repeat: no-repeat;
	   background-position:center;
	   font-size:0!important;
	   height:62px!important;
	   background-color:#fff!important;
  }
  
  #prmodal #close{
	  border: none;
	  background-color: #fff;
	  font-size: 14px;
	  font-weight: 100;
	  color: #333;
	  display: inline-flex;
	  text-align: center;
	  align-items: center;
	  -webkit-box-align: center;
	  justify-content: center;
  }
  
  #prmodal #close:focus {
	  outline: none;
  }
  
  /************ //商品ページで使われているCSS移植 ************/
  
  /************ youtubeレスポンシブ対応 ************/
  .youtube {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
  }
  .youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
  }
  /************ //youtubeレスポンシブ対応 ************/

/* 画像拡大モーダル */
#kakudai.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	overflow: auto;
	z-index: 11;
}
#kakudai .bigimg-bg {
	/* background-color: #fff; */
	/* height: 100%;
	width: 90%; */
	/* max-width: 860px; */
	display: flex;
	justify-content: center;
	/* align-items: center;
	margin: 0 auto; */
	height: inherit;
}
#kakudai .bigimg {
	position: absolute;
	width: 90%;
	max-width: 860px;
	max-height: 860px;
	align-items: center;
	height: 100%;
	/* top: 250px;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto; */
}
#kakudai .main_image {
	margin: 0 auto;
}
#kakudai .close-btn {
	color: #fff;
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
}
#kakudai .close-btn a {
	color: #fff;
	text-decoration: none;
}

#kakudai .swiper-button-prev {
	background-size: 60px auto;
	width: 60px;
	left: -5vw;
}
#kakudai .swiper-button-next {
	background-size: 60px auto;
	width: 60px;
	right: -5vw;
}
.review-summary-container-wrap{
  display: flex;
    justify-content: flex-end;
    align-items: center;
}

.review-summary-container-wrap .avarage-score{
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
    color: #777;
}

.payment_info img {
  height: 40px;
  margin-bottom: 3px;
}
.payment_info a:hover {
  text-decoration: none;
}
