@charset "utf-8";
.tokushu　{
	width: 510px;
	height: auto;
	font-family: 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	line-height: 1.2em;
	font-size: 62.5%!important;
	color: #0c1f35;
	background: #e3f1f3!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;
}

.tokushu .top {
	width: 100%;
}

.tokushu .top img {
	width: 100%;
	vertical-align: bottom;
}

/*contents*/
.tokushu .contents {
	width: 100%;
	margin: 0 auto!important;
	padding-top: 10px!important;
	background: #e3f1f3!important;
}

/*product_m*/
.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;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto!important;
}

.tokushu .product_m {
	width: 47%;
	box-sizing: border-box;
	padding: 15px!important;
	margin: 0 7px 15px!important;
	background: #fff;
	display: flex;
	box-shadow:0px 0px 5px 3px #9bd9e9;
	flex-flow: column;
	text-align: center;
}

.tokushu .product_m p {
	width: 100%;
	margin: 0 auto 10px!important;
}

.tokushu .product_m p img {
	width: 200px;
	height: 200px;
	border: 1px solid #b8c7c9;
	box-sizing: border-box;
	transition: 0.4s;
}

/*.tokushu .product_m img:hover{
	cursor : pointer;
	cursor: zoom-in;
}*/

.tokushu .product_m h4 {
	display: block;
	width: 100%;
	margin: 0 auto 10px!important;
	text-align: center;
	font-size: 1.5em; font-size: 15px!important;
	box-sizing: border-box;
	font-weight: bold;
}

.tokushu .product_m div {
	margin: 0 auto!important;
	margin-top: auto!important;
	width: 100%;
}
.tokushu .product_m .cart {
	width: 80%;
	padding: 8px 5px 6px!important;
	font-size: 1.7em; font-size: 17px!important;
	color: #fff!important;
	font-weight: bold;
	border-radius: 20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca54ce+0,d1147f+100 */
background: #ca54ce; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ca54ce 0%, #d1147f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ca54ce 0%,#d1147f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ca54ce 0%,#d1147f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca54ce', endColorstr='#d1147f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
/*link h4*/
.tokushu h4 a:link {
	text-decoration: none!important;
	color: #0c1f35!important;
}

.tokushu h4 a:visited {
	color: #0c1f35 !important;
}

.tokushu h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*link cart*/	
.tokushu .cart:link {
	display: inline-block;
	text-decoration: none;
}
.tokushu .cart:visited {
	color: #fff!important;
}

.tokushu .cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}

.tokushu ul {
	padding: 10px 15px 15px!important;
	background: #e3f1f3!important;
}

.tokushu ul li {
	color: #0c1f35;
	font-size: 12px!important;
}

/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999!important;
}

.tokushu .page-top i{
	font-size: 4em!important;
	color:#31a5d4;
}


/*.tokushu .overlay {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	width: 100%;
	height: 100%;
}

.tokushu .overlay_box {
	width: 100%;
}

.tokushu .overlay img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 600px;
	max-height: 600px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
*/

@media screen and (min-width:768px) and ( max-width:1024px) {
  .sns_wrap iframe{
    margin-top: -3px!important
 }
  .tokushu {
    width: 100%;
  }
	
		.tokushu .main .top  {
	width: 100%;
		}
	.tokushu .main .top img {
	width:100%!important;
	vertical-align: bottom;
	}
	
	
	.tokushu .contents .product_m p img {
	width: 100%!important;
	height: auto!important;
	}
	.tokushu .main .contents .product_m h4 {
	font-size: 1.3em!important;
}
 .tokushu .main .contents .product_m h4 a:link {
	font-size: 1.3em!important;
}
	.tokushu .main .contents .product_m .cart {
	font-size: 1.5em!important;
	font-weight: bold;
}
	.tokushu .main .contents .product_m .cart:link {
	font-size: 1.5em!important;
	font-weight: bold;
}

.tokushu ul li {
	font-size: 1em!important;
}

.tokushu .page-top i{
	font-size: 4em!important;
	color:#31a5d4;
}
	
} /*　画面サイズが768pxから1024pxまではここを読み込む　*/


@media screen and (max-device-width: 480px) {
  .sns_wrap iframe{
    margin-top: -3px!important
 }
  .tokushu {
    width: 100%;
  }
	
	.tokushu .main .top  {
	width: 100%;
	margin: 0!important;
	padding: 0!important;
		}
	.tokushu .main .top img {
	width: 100%!important;
	}

	.tokushu .contents .product_m {
	margin: 0 3px 8px!important;
	padding: 8px!important;
	width: 47%;
	}
	.tokushu .contents .product_m p img {
	width: 100%!important;
	height: auto!important;
	vertical-align: bottom;
	}
	.tokushu .main .contents .product_m h4 {
	font-size: 1em!important;
}
 .tokushu .main .contents .product_m h4 a:link {
	font-size: 1em!important;
}
	.tokushu .main .contents .product_m .cart {
	width: 95%;
	padding: 5px 3px!important;
	font-size: 1em!important;
	font-weight: bold;
}
	.tokushu .main .contents .product_m .cart:link {
	font-size: 1em!important;
	font-weight: bold;
}

.tokushu ul li {
	font-size: 0.9em!important;
	color:  #0c1f35;
}

.tokushu .page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999!important;
}

.tokushu .page-top i{
	font-size: 3em!important;
	color:#31a5d4;
}
	
}/*　画面サイズが480pxからはここを読み込む　*/






