@charset "utf-8";

.tokushu {
	width: 510px;
	height: auto;
	line-height: 1.2em;
	color: #1c6f8d;
	font-family: 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 62.5% !important;
	font-feature-settings: "palt"!important;
}

	.tokushu .sp {
		display: none !important;
	}
	
		.tokushu .pc {
		display: block!important;
	}


/* -- 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;
}


/*top*/
.tokushu .top {
	width: 100%;
	margin: 0 auto 3.5em !important;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e96b4+0,1ab8ba+47,7dd8b5+100&0.4+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(46, 150, 180, 0.4) 0%, rgba(26, 184, 186, 0.4) 47%, rgba(125, 216, 181, 0.4) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(46, 150, 180, 0.4) 0%, rgba(26, 184, 186, 0.4) 47%, rgba(125, 216, 181, 0.4) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(46, 150, 180, 0.4) 0%, rgba(26, 184, 186, 0.4) 47%, rgba(125, 216, 181, 0.4) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662e96b4', endColorstr='#667dd8b5', GradientType=0);
	/* IE6-9 */
}

.tokushu .top img {
	width: 456px;
	height: 508px;
	padding: 20px 0;
}

/*contents*/
.tokushu .contents {
	width: 95%;
	/*「.tokushu」に背景色や背景画像を指定している場合ここを95％とかにすると「.contents」の両端にも背景色や背景画像が反映される*/
	margin: 0 auto 5em !important;

}

.tokushu {
	background: url(../images/bg.png) repeat;
}

.tokushu h3 {
	margin: 0 auto 0.5em !important;
	padding: 0.3em 0 !important;
	background-color: #258ab9;
	color: #FFFFFF;
	font-size: 3.5em !important;
	font-weight: bold;
	text-align: center;
}

/*product_l*/
.tokushu .product_l {
	margin-bottom: 1.5em !important;
	padding: 1.5em !important;
	box-sizing: border-box;
	background-color: rgba(193,234,217,0.9)!important;
}

.tokushu .product_l h4 {
	line-height: 150%;
	margin: 0 auto 1em !important;
	box-sizing: border-box;
	font-size: 1.8em !important;
	text-align: center;
	color: #1c6f8d !important;
}

.tokushu .product_l h4 span {
	font-size: 0.7em !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: 60%;
}

.tokushu .product_l .p_img img {
	width: 100%;
	margin-bottom: 1em !important;
	border: 1px solid #c1ead9;
	box-sizing: border-box;
	transition: 0.5s;
}

.tokushu .product_l div  {
	vertical-align: top!important;
}

.tokushu .product_l div .tokuten {
	display: inline-block;
	width: 38%;
	margin: 0 0 0 1% !important;
}

.tokushu .product_l div .tokuten_2{
	display: inline-block;
	width: 40%;
	margin: 0 0 0 1% !important;
	vertical-align: top;
	}


.tokushu .product_l div .tokuten 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 .tokuten_2 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 .tokuten_3 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 table {
	width: 100%;
	margin: 0 auto 1em !important;
	table-layout: fixed;
	font-size: 1.4em !important;
}

.tokushu th {
	width: 35%;
	padding: 0.3em 0.4em !important;
	border: solid 1px #c1ead9;
	background-color: #fff;
}

.tokushu td {
	width: 65%;
	padding: 0.3em 0.4em !important;
	border: solid 1px #c1ead9;
	background-color: #fff;
}

.tokushu .product_l .price{
	display: inline-block;
	color: #f45d88;
	font-size: 1.5em !important;
	font-weight: bold;
	text-align: center;
	margin-right: 10px!important;
}

.tokushu .product_l .price span {
	font-size: 1.7em !important;
}

.tokushu .product_l .cart {
	display: inline-block;
	padding: 0.5em 2.5em 0.6em!important;
	font-size: 2em !important;
	text-align: center;
}

.tokushu .product_l .bottom {
	display: inline-block;
	text-align: center;
	margin: 0 auto!important;
	width: 100%;
}

.tokushu .product_l .bottom .media{
	display: inline-block;
	width: 50px;
	height: 18px;
	text-align: center;
	background-color: #258ab9;;
	color: #fff;
	padding: 0.3em 0 !important;
	margin: 0 10px 10px 0 !important;
	font-size: 1.5em!important;
	}

/*bnr*/
.tokushu .bnr {
	width: 100%;
	margin: 0 auto 3em !important;
	font-size: 2em !important;
	background: #258ab9;
	text-align: center;
}

.tokushu .bnr a span {
	display: block;
	width: 80%;
	margin: 0 auto 0.5em !important;
	color: #FFFFFF !important;
}

.tokushu .bnr a span img {
	width: 100%;
}

.tokushu .bnr i {
	margin-left: 0.2em !important;
}

/*footer*/
.tokushu .footer {
	padding: 1em 0 !important;
	background-color: #c1ead9;
	font-size: 1.1em !important;
	font-weight: bold;
	text-align: center;
}

/*link h4*/
.tokushu h4 a:link {
	display: inline-block;
	color: #3f8398 !important;
	font-size: 110% !important;
	text-decoration: none !important;
}

.tokushu h4 a:visited {
	color: #3f8398 !important;
}

.tokushu h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: underline !important;
}

/*link cart*/
.tokushu .cart:link {
	display: inline-block;
	border-radius: 6px;
	background-color: #f45d88;
	color: #fff !important;
	text-decoration: none !important;
}

.tokushu .cart:visited {
	color: #fff !important;
}

.tokushu .cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}

/*link info*/
.tokushu .info a:link {
	display: inline-block;
	padding: 0.4em !important;
	border-radius: 6px;
	background-color: #c7c7c7;
	color: #000000 !important;
	font-weight: bold;
	text-decoration: none;
}

.tokushu .info a:visited {
	color: #000000 !important;
}

.tokushu .info a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*link bnr*/
.tokushu .bnr a:link {
	display: inline-block;
	padding: 1em !important;
	color: #FFFFFF !important;
	text-decoration: none;
	text-align: center;
}

.tokushu .bnr a:visited {
	color: #FFFFFF !important;
}

.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999 !important;
}

.tokushu .page-top a:link {
	color: #000000 !important;
	font-size: 6em !important;
	text-decoration: none !important;
}

.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.tokushu .page-top a:visited {
	color: #000000 !important;
}

/*-- fair -- */
.tokushu .fair {
	margin: 10px auto !important;
	padding: 1.5em !important;
	color: #666666;
	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;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(193, 234, 217, 0.5);
	border: 1px solid #c1ead9;
}

.tokushu .fair img {
	margin: 5px !important;
}

.tokushu .fair p {
	padding: 5px 10px !important;
	color: #1c6f8d !important;
	font-size: 1.1em;
	font-size: 11px !important;
	text-align: left;
	line-height: 1.6 !important;
}

.tokushu .fair h4 {
	margin: 5px auto !important;
	padding: 5px 10px 3px !important;
	background-color: #f45d88;
	color: #ffffff !important;
	font-size: 1.2em;
	font-size: 12px !important;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	-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 .fair dl {
	width: 100%;
	padding: 5px 10px !important;
	-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 .fair dl dt,
.tokushu .fair dl dd {
	display: inline-block;
	color: #1c6f8d !important;
	font-size: 1.1em;
	font-size: 11px !important;
	line-height: 1.6 !important;
	text-align: left;
	vertical-align: top;
}

.tokushu .fair dl dt {
	width: 15%;
	font-weight: bold;
}

.tokushu .fair dl dt:before {
	display: inline-block;
	margin-right: 4px !important;
	font-family: FontAwesome;
	content: "\f0da";
}

.tokushu .fair dl dd {
	width: 85%;
}

.tokushu .fair ul {
	padding: 5px 10px !important;
	text-align: left;
}

.tokushu .fair ul li {
	color: #1c6f8d !important;
	font-size: 1.1em;
	font-size: 11px !important;
	line-height: 1.6 !important;
}

.tokushu .fair a img {
	border: none !important;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: 65%;
	height: auto;
}

/*.tokushu .fair .tokuten img{
	width: 65%;
	height: auto;
}*/

.tokushu .fair a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: galpha(opacity=70) ;
}

.tokushu .fair iframe {
	margin: 5px auto !important;
}

/* ここからSP用 */
@media screen and (max-device-width: 1024px) {

	.sns_wrap .fb-like,
	.sns_wrap .fb-share-button {
		top: -3.5px;
	}
	
/*	.sns-wrap iframe {
		top: -3.5px;
	}*/
	p {
	margin: 0!important;
	}
	
	.tokushu .sp {
		display: block !important;
	}
	
		.tokushu .pc {
		display: none!important;
	}
	.tokushu {
		width: 100%;
	}
	
.tokushu .top {
		margin: 0 auto 3.5em !important;
		padding: 0!important;
	}
	
	.tokushu .top img {
		width: 89.41% !important;
		height: auto !important;
	}

	.tokushu .contents h3 {
		font-size: 2.5em !important;
		padding: 0.3em 0 !important;
		font-weight: bold;
		text-align: center;
		line-height: 1.2 !important;
	}

	.tokushu .fair h4 {
		font-size: 1.2em !important;
		text-align: center;
		line-height: 1.3 !important;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		letter-spacing: -0.1em;
	}
	.tokushu .fair .tokuten img {
		width:90% !important;
	}

	.tokushu .contents .fair dl dt {
		width: 25%;
	}

	.tokushu .contents .fair dl dd {
		width: 75%;
	}
	.tokushu .product_l {
	padding: 1em !important;
}
	.tokushu .product_l h4 {
		line-height: 130%;
		font-size: 1.6em !important;
	}
	
		.tokushu .product_l table{
		margin-bottom: 1em!important;
	}

	.tokushu .product_l table th {
		line-height: 1.2;
	}

	.tokushu .product_l table td {
		line-height: 1.2;
	}

	.tokushu .product_l .price {
		text-align: center !important;
		font-size: 1.1em !important;
	}

	.tokushu .product_l p span {
		font-size: 1.8em !important;
	}
	
	.tokushu .product_l .cart {
	display: block;
	width: 70%;
	padding: 0.5em 0 0.6em!important;
	margin: 0 auto!important;
	font-size: 2em !important;
	text-align: center;
}

.tokushu .product_l .bottom {
	display: inline-block;
	text-align: center;
	margin: 0 auto 1em!important;
	width: 100%;
}

.tokushu .product_l .bottom .media{
	display: inline-block;
	text-align: center;
	background-color: #258ab9;;
	color: #fff;
	padding: 0.5em 0.5em 0.1em!important;
	font-size: 1.5em!important;
	margin-bottom: 0.5em!important;
	}

	.tokushu .product_l div .p_img {
		display: inline-block;
		width: 53% !important;
		margin-right: 5px !important;
		text-align: center;
	}
	
	
.tokushu .product_l .p_img img {
	margin-bottom: 0.5em!important;
}

	.tokushu .product_l div .tokuten {
		/*特典画像（小さい画像）が１枚の時このスタイル使用*/
		display: inline-block;
		width: 40% !important;
		margin: 0 0 0 1% !important;
	}
	
.tokushu .product_l div .tokuten_2{
	display: inline-block;
	width: 40%!important;
	margin: 0 0 0 1% !important;
	vertical-align: top;
	}

	
	.tokushu .product_l div .tokuten img:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	cursor: none;
}

.tokushu .product_l div .tokuten_2 img:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	cursor: none;
}

.tokushu .product_l div .tokuten_3 img:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	cursor: none;
}

}