@charset "utf-8";
.tokushu {
	width: 510px;
	height: auto;
	line-height: 1.2em;
	color: #000000;
	font-family: 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 62.5%!important;
	background: url(../images/bg01.png) repeat;
}

/* -- sns -- */
/*.sns_wrap {
	margin: 5px 0 5px 3px !important;
}
.sns_wrap .fb-like {
	margin-top: -2px !important;
}
.sns_wrap .line {
	display: inline-block;
	line-height: 0;
	margin-top: -2px !important;
	padding-left: 5px\0 !important;
	padding-left: 5px\9 !important;
}*/

@media screen and (max-device-width: 1024px) {
 .tokushu {
   width: 100%;
  }
}

.tokushu .header {
	width: 100%;
	height: auto!important;
	margin-bottom: 40px!important;
}

.tokushu .header img {
	width: 100%!important;
}

.tokushu .item_block {
	width: 95%;
	position: relative;
	background: url(../images/bg02.png) repeat;
	margin: 0 auto!important;
	padding: 30px 0 20px!important;
	text-align: center;
	border-radius: 10px;
	border: 3px #000 solid;
}

.tokushu .item_block h3 {
	text-align: center!important;
	margin-bottom: 25px!important;
}

.tokushu .item_block h3 img{
	position: absolute;
	top: -20px;
	left: 20%;
	width: 291px;
	height: 53px;
}

@media screen and (max-device-width: 1024px) {
	.tokushu .item_block h3{
 	background: none!important;
	margin-bottom: 10px!important;
  }
 .tokushu .item_block h3 img {
  width: 60%;
	height: auto;
	position: absolute;
	top: -20px;
	left: 20%;
  }
}

.tokushu .item_block .product_l {
	background: #fff;
	width: 95%;
	margin: 10px auto!important;
	border: #fbac78 1px solid;
}

.tokushu .item_block .product_l h4 {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

.tokushu .item_block .product_l h4 a{
	font-size: 1.8em;
	font-size: 18px!important;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: linear-gradient(transparent 50%, #ffe185 0%);
}

@media screen and (max-device-width: 1024px) {
.tokushu .item_block .product_l h4 a{
 font-size: 1.6em!important;
 line-height: 1.3;
  }
}


.tokushu .item_block .product_l h4 a:hover{
	color: #ED6F24!important;
}

.tokushu .product_l div {
	vertical-align: bottom;
	margin: 0 auto!important;
	text-align: center;
	
}
.tokushu .product_l div .p_img {
	display: inline-block;
	width: 57%;
	float: left;
}
.tokushu .product_l .p_img img {
	width: 100%;
	margin-bottom: 1em!important;
	border: 1px solid #c1ead9;
	box-sizing: border-box;
	transition: 0.5s;
	margin-left: 1em!important;
}
.tokushu .product_l div .p_img02 {/*特典画像（小さい画像）が１枚の時このスタイル使用*/
	display: inline-block;
	width: 100%;
}

.tokushu .product_l div .p_img02 img{/*特典画像（小さい画像）が１枚の時このスタイル使用*/
	width: 100%;
	border: 1px solid #c1ead9;
}

.tokushu .product_l div .p_img02 img:hover {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
	cursor : pointer;
	cursor: zoom-in;
}

.tokushu .product_l div .detail {
	text-align: left;
	float: left;
	width: 37%;
	margin-left: 0.8em!important;
	margin-right: 1em!important;
	
}

.tokushu .product_l div .detail .wrap{
	width: 100%;
	margin-left: 0.8em!important;
	overflow: hidden;
	font-size: 1.1em;
	font-size: 11px!important;
}

@media screen and (max-device-width: 1024px) {
.tokushu .product_l div .detail .wrap{
 line-height: 1.4;
 font-size: 1.1em!important;
  }
}

.tokushu .product_l ul {
	clear: both;
	border: 2px #0aa61d solid;
	width: 95%;
	border-radius: 10px!important;
	margin: 10px auto!important;
	padding: 8px 5px!important;
	text-align: left;
	box-sizing: border-box;
}

.tokushu .product_l ul li{
	color:#0aa61d;
	font-size: 1.2em;
	font-size: 12px!important;
}

@media screen and (max-device-width: 1024px) {
.tokushu .product_l ul li{
 line-height: 1.3;
 font-size: 1.2em!important;
  }
}

.tokushu .product_l dl {
	color: #e60012;
}

.tokushu .product_l dl dt{
	display: inline-block;
	font-size: 1.7em;
	font-size: 17px!important;
	font-weight: bold;
	margin-bottom: 8px!important;
}

.tokushu .product_l dl dd{
	display: inline-block;
	font-size: 2em;
	font-size: 20px!important;
	font-weight: bold;
}

.tokushu .product_l dl dd:after{
	display: inline-block;
	font-size: 1.2em;
	font-size: 12px!important;
	content: "(税込)";
	font-weight: normal;
}

@media screen and (max-device-width: 1024px) {
.tokushu .product_l dl dt{
 font-size: 1.7em!important;
  }
.tokushu .product_l dl dd{
 font-size: 2em!important;
  }
.tokushu .product_l dl dd:after{
 font-size: 0.6em!important;
  }
}

.tokushu .product_l .cart {
	display: inline-block;
	width: 35%;
	padding: 10px 0!important;
	background: #e60012;
	border: 2px #000 solid;
	border-radius: 20px;
	font-size: 1.8em;
	font-size: 18px!important;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px!important;
	text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/
}

@media screen and (max-device-width: 1024px) {
.tokushu .product_l .cart {
	font-size: 1.8em!important;
	width: 40%;
  }
}

.tokushu .product_l .cart:hover {
  background-color: #fee9a9;
  border-color: #000;
  color: #e60012!important;
}

/*link bnr*/

.tokushu .bnr {
	margin: 20px 0!important;
	width: 510px;
}

.tokushu .bnr img {
	width: 100%;
}

@media screen and (max-device-width: 1024px) {
.tokushu .bnr {
	width: 100%;
  }
}

.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*footer*/
.tokushu .footer {
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px!important;
}

/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999!important;
}
.tokushu .page-top a:link {
	color: #f68941!important;
	font-size: 6em!important;
	text-decoration: none!important;
}
.tokushu .page-top a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tokushu .page-top a:visited {
	color: #f68941!important;
}





