  /* a ボタン_otawara20240308 */
.button_M  {
   padding: 10px 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33;
　margin-bottom: 0;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
  color: #333;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  
}


  /* a ボタン_otawara20240308 end */


.sp{
	display: none;
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.product {
  margin-bottom: 40px;
}

.product_area {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #ddc7b8;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.product_model {
  margin: 0;
  /*font-size: 10px;*/	/* 201903suzuka-delete */
  font-size: 85%;
}

.product_img {
  margin-bottom: 60px;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
}
.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 20px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 20px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  /* font-size: 10px; */	/* 201903suzuka-delete */
  font-size: 90%;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: #f6f6f6;
  margin: 30px 0;
  padding: 10px 20px 20px;
  font-size: 12px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  margin-top: 30px;
  padding: 18px 0;
  background-color: #e9546b;
  font-size: 18px;
  color: #fff;
  *background-color: #e9546b;
  letter-spacing: 0.1em;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #CC9966;
  color: #fff;
  *background-color: #CC9966;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] ,
.btn-soldout[disabled] a{
  background-color: #cf0400;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
	/*----------scroll時カート表示▽---------*/
	.sp{
		display: block !important;
	}
	.scrollcart {
	  position: relative;
	}
	.scrollcart_btn {
	  position: fixed;
	  bottom: 0;
		right: 50%;
		transform: translateX(50%);
	  opacity: 0;
	  transition: all 0.65s;
	}
	.scrollcart_btn.isActive {
	  opacity: 1;
	  transition: all 0.65s;
	}
	/*----------scroll時カート表示▲---------*/
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 14px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}

.tag_box{	/* 201903suzuka-add */
    margin: 5px 0;
    border: solid 1px #e9546b;
    border-left: solid 4px #e9546b;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.tag_box p ,
.tag_box span {	/* 201903suzuka-add */
    margin: 2px; 
    padding: 0;
}
.tag_box p:before ,
.tag_box span:before {	/* 201903suzuka-add */
content: "#"

}
.product_explain_upside{	/* 201903suzuka-add */
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
}
/*
.product_explain_upside dl:not([class]) ,
.product_explain_upside div:not([class]) ,
.product_explain_upside span:not([class]) ,
.product_explain_upside p:not([class]) {
	display: none;
}
*/
.product_explain_upside .hidden-upside{	/* 201903suzuka-add */
	display: none;
}
.product_explain .upside-only{	/* 201903suzuka-add */
	display: none;
}
.product_explain_upside dl.upside-only{	/* 201903suzuka-add */
	margin-top: 0px;
}
/* 商品規格用 */	/* 201903suzuka-add */
.product_explain_upside dl,
.product_explain_upside dt,
.product_explain_upside dd {
  box-sizing: border-box;
}
.product_explain_upside dl {
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 0px;
}
.product_explain_upside dl~dl {
  margin-top: 0px;
}
.product_explain_upside dt,
.product_explain_upside dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}
.product_explain_upside dt {
  width: 40%;
  float: left;
}
.product_explain_upside dd {
  background: #fff;
  margin-left: 40%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
/*
.product_explain_upside dl:after {
  content: '';
  display: block;
  clear: both;
}
*/

div.icon {	/* 20200323add */
  margin-top: 10px;
}
.icon img{	/* 20200323add */
  margin-bottom: 10px;
}
.icon span{	/* 20200323add */
  font-size: 85%;
 }


.box1 span {/* 20210113add アイコン */
  
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    background-color:#80460d;
}
.subcategorylist_lists {
  /* font-size: 13px; */	/* 201907suzuka-delete */
  font-size: 11px;	/* 201907suzuka-add */
  /* margin-top: 40px; */	/* 201907suzuka-delete */
  margin-top: 20px;	/* 201907suzuka-add */
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
  min-height: 147px;	/* 201907suzuka-add */
}


/*----商品詳細_バリエーション----*/
.variation_{
	margin-top: 20px;
}
/*----商品詳細_サイズ選択----*/
.variation_ .size_variation_ {
	margin-bottom: 20px;
}
.variation_ .size_variation_ p{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 3px #f6f6f6;
	color: #80460D;
}
.variation_ .size_variation_ ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.variation_ .size_variation_ ul li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
	list-style: none;
}
.variation_ .size_variation_ li:nth-child(3n){
	margin-right: 0;
}
.variation_ .size_variation_ ul li a{
	background-color: #f6f6f6;
	border-radius: 25px;
	color: #000;
	display: block;
	padding: 5px;
}
.variation_ .size_variation_ ul li a:hover{
	background-color: #ddc7b8;
}
/*----商品詳細_カラー選択----*/
.variation_ .color_variation_ p{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 3px #f6f6f6;
	color: #80460D;
}
.variation_ .color_variation_ ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.variation_ .color_variation_ ul li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 15px;
	list-style: none;
}
.variation_ .color_variation_ li:nth-child(3n){
	margin-right: 0;
}
.variation_ .color_variation_ ul li a{
	background-color: #f6f6f6;
	border-radius: 25px;
	color: #000;
	display: block;
	padding: 5px;
}
.variation_ .color_variation_ ul li a:hover{
	background-color: #ddc7b8;
}
 @media screen and (max-width: 768px) {
	.variation_ .size_variation_ ul li a,
	.variation_ .color_variation_ ul li a {
		background-color: #fff;
		border: solid 1px #000;
	}
}
/*----商品詳細_バリエーション_end----*/

/*----商品詳細_規格----*/
.product_detail_{
	
}
.product_detail_table_{
	width: 100%;
	text-align: left;
	border-bottom: solid 1px #B5B5B5;
	border-top: solid 1px #B5B5B5;
}
.product_detail_table_ tr{
	border-bottom: dashed 1px #909090;
}
.product_detail_table_ tr:last-child{
	border-bottom: 0;
}
.product_detail_table_ th{
	width: 15%;
	background-color: #f6f6f6;
	box-sizing: content-box;
	padding: 5px;
}
.product_detail_table_ td{
	width: 85%;
	box-sizing: content-box;
	padding: 5px;
}
 @media screen and (max-width: 768px) {
	.product_detail_table_ th{
		width: 20%;
	}
	.product_detail_table_ td{
		width: 80%;
	}
   
  .button_M  {
　display: block !important;
	}
   
   
}
/*----商品詳細_規格_end----*/


  /* hr_otawara20240229 */
.hr1 {
  margin: 3px 0 !important;
  border: none;
  border-top: 0.3px solid #dcdcdc;
}
hr {
  margin:17px 0;
  border: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

}
  


 /* hr_otawara20240229 end */



