@charset "utf-8";
.tokushu-wrap {
  width: 510px;
  margin: 0;
  padding: 0;
  background: url(../images/bg.png) repeat left top;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 62.5% !important;
  line-height: 1;
  text-align: center;
	color: #593d0e;
}

.tokushu-wrap iframe {
	width: 450px;
	height: 254px;
	margin: 25px 0 5px;
	box-shadow: 0 0 0 3px #fff,0 0 0 5px #f39801!important;
	/*border: 4px #f39801 solid!important;*/
}

.tokushu-wrap a {
  text-decoration: none !important;
}

.tokushu-wrap a:hover {
  text-decoration: underline !important;
}

/* -- sns -- */
.sns-wrap {
  margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
  margin-top: -2px !important;
}

.sns-wrap .line {
  display: inline-block;
  margin-top: -2px !important;
  padding-left: 5px\0 !important;
  padding-left: 5px\9 !important;
  line-height: 0;
}

/* -- header -- */
.tokushu-wrap .header {
  width: 100%;
}

.tokushu-wrap .header img {
  width: 510px;
  height: 377px;
}

.tokushu-wrap h3 {
	margin: 20px auto!important;
	font-size: 25px!important;
	font-family: 'Noto Sans Japanese',   sans-serif;
  font-weight: 900;
	color: #b5011e;
	background: #feecc4;
  position: relative;
  padding: 0.3em 0;
  box-shadow: 0px 0px 0px 5px #feecc4;
  border-top: 1px solid #f39801;
  border-bottom: 1px solid #f39801;
}

.tokushu-wrap .pink {
	color: #e70034;
}

.tokushu-wrap .orange {
	color: #f39801;
}

/*.tokushu-wrap h3 img{
	max-width: 100%;
	object-fit: contain;
}*/

/* -- product-l -- */
.tokushu-wrap .product-l {
  width: 90%;
	border: #f39801 2px solid;
  margin: 15px auto !important;
  padding-bottom: 10px !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tokushu-wrap .product-l h4 {
  display: block;
	font-size: 1.5em;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1.5 !important;
	margin-bottom: 5px!important;
	background: #f39801;
	color: #fff;
	padding: 5px 0!important;
	
}

.tokushu-wrap .product-l h4 span {
	font-size: 1.05em;
  font-size: 10.5px !important;
  font-weight: normal;
}

.tokushu-wrap .product-l h4 a {
  color: #fff!important;
	text-decoration: underline;
}

.tokushu-wrap .product-l h4 a:hover {
  color: #e70034 !important;
}

.tokushu-wrap .product-l .left-block {
  display: inline-block;
  width: 50%;
  padding: 0;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tokushu-wrap .product-l .left-block img {
  width: 100%;
  margin: 5px 0 !important;
  border: 1px solid #cccccc;
}

.tokushu-wrap .product-l .right-block {
  display: inline-block;
  width: 36%;
	margin: 5px 0 0 5px!important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tokushu-wrap .product-l .right-block img {
  width: 95%;
  border: 1px solid #cccccc;
}

.tokushu-wrap .product-l .value {
	display: block;
	width: 100%;
  color: #b5011e;
  text-align: center;
}

.tokushu-wrap .product-l .value dt {
  display: inline-block;
  font-size: 1.3em;
  font-size: 13px !important;
  font-weight: bold;
}

.tokushu-wrap .product-l .value dd {
  display: inline-block;
  font-size: 1.8em;
  font-size: 18px !important;
  font-weight: bold;
  margin-left: 5px !important;
}

.tokushu-wrap .product-l .value dd:after {
  display: inline-block;
  font-size: 1.05em;
  font-size: 10.5px !important;
  font-weight: normal;
  content: "（税込）";
}

.tokushu-wrap .product-l .cart {
  display: inline-block;
  width: 40%;
	padding: 6px 0 5px!important;
  margin: 5px 0 !important;
  background-color: #b5011e;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
	border-radius: 10px;
}

.tokushu-wrap .product-l .cart span {
  color: #ffffff;
  font-size: 1.8em;
  font-size: 18px !important;
  font-weight: bold;
}

.tokushu-wrap .product-l .cart:hover {
  background-color: #e70034 !important;
  text-decoration: none !important;
}


.tokushu-wrap .tokuten-block img {
  width: 30%;
  margin: 0 5px;
  border: 1px solid #cccccc;
}



.tokushu-wrap .product-l table {
  width: 97%;
  margin: 10px auto 10px auto !important;
  padding: 0 !important;
 /* border-collapse: separate;
  border-spacing: 1px;*/
  font-size: 1.1em;
  font-size: 11px !important;
  text-align: left;
}

.tokushu-wrap .product-l table th {
  width: 35%;
  padding: 4px 8px !important;
  background-color: #f9ca7b;
  color: #593d0e;
  font-weight: bold;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	border: solid #f39801 1px!important;
}

.tokushu-wrap .product-l table td {
  width: 65%;
  padding: 4px 8px !important;
	background-color: #fff;
  color: #593d0e;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	border: solid #f39801 1px!important;
}

.tokushu-wrap .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
.tokushu-wrap .product_s {
	width: 47%;
	text-align: center;
	background: url(../images/bg.png) repeat!important;
  margin: 0 5px 10px!important;
  padding: 5px !important;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
}
.tokushu-wrap .product_s:nth-child(2n+1):last-child{
	margin-right: 51%!important;
}

.tokushu-wrap .product_s img {
	width: 100%;
	margin: 5px 0 10px!important;
	flex-shrink: 0;
	border: 1px solid #cccccc;
}

.tokushu-wrap .product_s h4 {
  font-size: 1.4em;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1.5 !important;
	margin-bottom: 10px!important;
	text-decoration: underline;
}

.tokushu-wrap .product_s h4 span {
  font-size: 1.05em;
  font-size: 10.5px !important;
  font-weight: normal;
}

.tokushu-wrap .product_s h4 a {
  color: #000 !important;
	text-decoration: underline;
}

.tokushu-wrap .product_s h4 a:hover {
  color: #678eb1 !important;
}

.tokushu-wrap .product_s .value {
	margin: 0 auto!important;
	margin-top: auto!important;
	width: 100%;
}

.tokushu-wrap .product_s .value dl {
  margin-bottom: 5px!important;
}

.tokushu-wrap .product_s .value dt {
  display: inline-block;
  font-size: 1.3em;
  font-size: 13px !important;
  font-weight: bold;
	text-align: center;
	color: #b5011e;
}

.tokushu-wrap .product_s .value dd {
  display: inline-block;
  font-size: 1.8em;
  font-size: 18px !important;
  font-weight: bold;
  margin-left: 5px !important;
	color: #b5011e;
}

.tokushu-wrap .product_s .value dd:after {
  display: inline-block;
  font-size: 1.05em;
  font-size: 10.5px !important;
  font-weight: normal;
  content: "（税込）";
	color: #941d23;
}

.tokushu-wrap .product_s .cart {
  display: inline-block;
  width: 60%;
	padding: 6px 0 5px!important;
  margin: 5px 0 !important;
  background-color: #b5011e;
	border-radius: 10px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tokushu-wrap .product_s .cart span {
  color: #ffffff;
  font-size: 1.8em;
  font-size: 18px !important;
  font-weight: bold;
}

.tokushu-wrap .product_s .cart:hover {
  background-color: #678eb1 !important;
  text-decoration: none !important;
}

/* -- itemlist -- */
.tokushu-wrap .itemlist {
	margin-top: 25px!important;
	color: #593d0e;
}

.tokushu-wrap .itemlist img:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* -- footer -- */
.tokushu-wrap .footer {
  padding: 30px 0 25px!important;
  text-align: center;
}

.tokushu-wrap .footer p {
  color: #953800;
  font-size: 11em;
  font-size: 11px !important;
}

/* -- backtop -- */
.tokushu-wrap .backtop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.tokushu-wrap .backtop a {
  display: block;
  width: 77px;
  height: 77px;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.tokushu-wrap .backtop span {
  display: block;
  width: 77px;
  height: 77px;
  background: url(../images/backtop.png) no-repeat left top;
}

.tokushu-wrap .backtop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}











