@charset "utf-8";
/* CSS Document */

.tokushu {
	width: 510px;
	position: relative;
	margin: 0;
  padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.4;
	color: #3e3d3d!important;
	background: url(../images/bg.png)	repeat;
	font-size: 62.5%;
}

/* -- sns -- */
.sns_wrap {
	margin: 5px 0 5px 3px !important;
}

.sns_wrap .fb-like {
	margin-top: -2px !important;
}

.tokushu .main {
	padding-bottom: 20px!important;
}

.tokushu .main .top {
	width: 510px;
	height: 242px;
	text-align: center;
	padding-bottom: 20px!important;
}

/*contents*/
.tokushu .contents{
	width: 98%!important;
	margin: 0 auto 20px!important;
}

.tokushu .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 .product{
	width: 46%;
	margin: 10px auto!important;
	text-align: center;
	background: #fff;
	display: flex;
	flex-flow: column;
	box-shadow :
        0 0 0 1px #eed057,
        0 0 0 3px #fff,
        0 0 0 5px #eed057;
	box-sizing: border-box!important;
}

.tokushu .product:nth-child(2n+1):last-child{
	margin-right: 52%!important;
}

	.tokushu .contents .product .box {
		margin: 0 auto!important;
		margin-top: auto!important;
}

.tokushu .contents h4{
	width:93%;
	margin: 10px auto 5px!important;
	font-size: 14em; font-size: 14px!important;
	font-weight: bold;
}

.tokushu .img1{
	width: 90%;
	margin: 0 auto 10px!important;
}
.tokushu .img1 img{
	width: 100%;
	border:#D3D3D3 1px solid;
	box-sizing: border-box;
}

	.tokushu .contents .product .box p span{
	font-size: 14px!important;
}

.tokushu .cart{
	margin: 0 0 10px!important;
}

@media all and (-ms-high-contrast: none) {
 .tokushu .cart{
    margin: 0!important;
		vertical-align: bottom;
  }
}

.tokushu .cart a {
	color: #fff;
	font-size: 1.8em; font-size: 18px!important;
}

.tokushu .price{
	font-size: 1.8em; font-size: 18px!important;
	font-weight: bold;
	color: #ad2925;
}

.tokushu .price span{
	font-size: 2.0em; font-size: 20px!important;
	font-weight: bold;
}

/*backtop*/
.tokushu .page-top .backtop {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9999!important;
}

.tokushu .page-top .backtop i{
	font-size: 6em!important;
	color: #eed057;
}

/*link*/
.tokushu .contents h4 a:link {
	text-decoration: none;
	color: #3e3d3d!important;
}
.tokushu .contents  h4 a:visited {
	color: #3e3d3d!important;
}
.tokushu .contents  h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.tokushu a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*link cart*/	
.tokushu .cart a:link {
	text-decoration: none!important;
	background-color: #ad2925;
	padding: 5px 20px 3px!important;
	font-weight: bold;
	font-size: 1.8em; font-size: 18px!important;
	display: inline-block;
}
.tokushu .cart a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	color: #fff!important;
	}
	
	
/*SP用*/
@media screen and (max-device-width: 1024px) {
  p {
   margin: 0!important;	
	}
	
	.sns_wrap iframe{
    margin-top: -3px!important
 }
  .tokushu {
    width: 100%!important;
		
  }
	.tokushu .main .top {
		width: 100%!important;
		height: auto!important;
		margin: 0 0 1em 0!important;
	}
	.tokushu .main .top img {
		width: 100%!important;
		height: auto!important;
		margin: 0 auto!important;
}

	.tokushu .contents .product .box {
		margin: 0 auto!important;
		margin-top: auto!important;
}

.tokushu .contents h4{
	font-size: 1.4em!important;
}

		.tokushu .contents .product .box p span{
	font-size: 1.4em!important;
}

.tokushu .cart a {
	font-size: 1.8em!important;
}

.tokushu .cart a:link {
	font-size: 1.8em!important;
	padding: 5px 10px!important;

	}

.tokushu .price{
	font-size: 1.8em!important;
	margin-bottom: 5px!important;
}

.tokushu .price span{
	font-size: 2em!important;
}

.tokushu .img1{
	margin: 0 auto 5px!important;
}

	
}







