/*

font-family: 'Raleway', Verdana, Geneva, sans-serif;
.wf-mplus1p { font-family: "Mplus 1p"; }
グレーbackground-color: #929389;
緑color: #4a5f0f;
オレンジ#E5802E
*/

.font-raleway {
	font-family: 'Raleway', sans-serif;
}


/*
Raleway|Dosis:400,700|Cabin+Sketch|Cinzel|Comfortaa|Crafty+Girls|Diplomata|Diplomata+SC|Fredericka+the+Great|Gaegu|Jua|Kranky|Life+Savers|Lobster+Two|Montserrat|Nanum+Gothic|Nixie+One|Nunito|Ribeye|Sacramento|Sanchez|Shadows+Into+Light+Two|Vollkorn+SC


Dosis Comfortaa Diplomata Fredericka+the+Great Kranky Nixie+One, Shadows Into Light Two
*/


.hover {
	padding:0;
	 display:-webkit-box;
    display:-moz-box;
    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;

}
.hover:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.hover figure {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-align: center;
}
.hover figure {
	float: left;
	width:49%;
	margin:0 1% 10px 0;
}
.hover figure:nth-of-type(odd) {
}

.hover figure img {
	width:100%;
	height:auto;
	vertical-align: bottom;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.hover figcaption {
	padding: 12px 0;
}
.hover figure h3 {
	padding: 0px 5px 0px 5px;
	margin:0 0 10px 0;
	font-size: 16px;
	font-size: 1rem;
	line-height:18px;
	line-height:1.125rem;
	text-align: center;
	font-weight: lighter;
}

.hover figure p.hover-date {
	padding: 10px 5px 10px 5px;
	margin: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height:1;
}

@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
.hover figure  {
	width:32.5%;
margin:0 0 7px 0.43%;
}
}
 
 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
.hover figure {
	float: left;
	width:24%;
	margin:0 0 7px 1%;
	padding:0 0 0 0;
}
.hover figure {
	position: relative;
	overflow: hidden;
}


.hover figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.0);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	color:#fff;
	text-shadow: 1px 1px 2px #333;
}

.hover figure:hover figcaption {
	opacity: 1;
	background: rgba(0,0,0,.4);
}

.hover figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:100%;
	height:auto;
}

.hover figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hover figure figcaption h3 {
	padding: 10px 8px 5px 8px;
	color: #fff;
	min-height:88px;
	min-height:4rem;
	overflow:hidden;
}
.hover figure p.hover-date {
	padding: 15px 5px 5px 5px;
	color: #fff;
}
	 .hover .itemprice, .hover .tax {
	color: #FFF;
}

}




.topcont-readmore {
	display: block;
	text-align: center;
	padding:16px 0 0 0;
}
.topcont-readmore a {
	padding: 0.4rem 1.8rem;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	transition: .4s;
	margin:0 12px;
	font-size: 12px;
	text-shadow: none;
	background: rgba(94, 116, 55, 0.95);
	border-radius: 2px;
	float:none;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.topcont-readmore a:hover {
	background: rgba(94, 116, 55, 0.8);
	box-shadow: 2px 2px 6px #333;
}





/* スライダー　*/

/*! http://responsiveslides.com v1.54 by @viljamis */

div.rslides_container {
	padding: 0 0 0 0 ;
	margin:60px auto 24px auto;
}
@media screen and (min-width : 768px) {
	div.rslides_container{
	margin:80px auto 24px auto;
}
}
@media screen and (min-width : 1280px) {
/* ここにPC用のCSSを記述*/
div.rslides_container{
	padding: 0 0 0 0 ;
	margin:100px auto 24px auto;
}
}
	
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	
}
.rslides li {
	height: auto;
}
.rslides li .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	text-align: center;
	display:block;
	height: auto;
	
}
.rslides li .caption:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.caption-inner{
	margin:0 16px;
	margin:0 1rem;
	display:block;
	color:#FFF;
	text-shadow: 1px 1px 1px #333;
	font-size: 16px;
	line-height: 24px;
}

.slide-title {
	display:inline-block;
	position: relative;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	transition: .4s;
	margin:0 auto 8px auto;
	text-shadow: 2px 2px 4px #333;
	font-size:28px;
	line-height: 1;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
}


 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
	 .caption-inner{
	font-size: 24px;
	line-height: 32px;
}
	 .slide-title {
	font-size: 36px;
		 padding: 0;
		 margin:0px auto 8px auto;
}
}

.slide-cont{
	display: block;
	clear: both;
	color:#FFF
}

.slide-link {
	display:inline-block;
	position: relative;
	padding: 0.2rem 0.5rem;
	text-align: center;
	text-decoration: none;
	color: #FFf;
	transition: .4s;
	margin:16px auto 0 auto;
	text-shadow: none;
	border:1px solid #fff;
	background: rgba(255,255,255,.2);
	border-radius: 2px;
	font-family: 'Raleway', sans-serif;
}
a.slide-link:hover {
	color: #FFf;
	background: rgba(255,255,255,.4);
	box-shadow: 2px 2px 6px #666;
}


.text {
color:#FFF;
	text-shadow: 1px 1px 1px #333;
	font-size: 24px;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_nav {
	z-index: 1;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("themes/themes.gif") no-repeat left top;
	margin-top: -55px;
}
.rslides_nav:active {
	opacity: 1.0;
}
.rslides_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.rslides_nav:focus {
	outline: none;
}
.rslides_tabs {
	margin-top: 10px;
	text-align: center;
}
.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right: 5px;
}

.rslides_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0,0,0, .2);
	display: inline-block;
	_display: block;
 *display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}

div.rslides_container:after {
	content: ".";
	height: 0;
	display: block;
	line-height: 0;
	visibility: hidden;
	clear: both;
}
div.rslides_container ul {
	margin: 0 0 0 0;
	list-style-type: none;
}
div.rslides_container img {
	width: 100%;
}

@media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/

.rslides li {
	height: 76vh;
}
.caption-inner{
	padding:0 32px;
	padding:0 2rem;
}
}



/*インスタグラム*/

#top-instagram ul {
	/* flexboxで等間隔に並べる*/
    display:-webkit-box;
    display:-moz-box;
    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;
}
#top-instagram ul li {
	width:49%;
	height: auto;
  position: relative;
  overflow:hidden;
  margin:0 0 5px 1%;
  overflow:hidden;
  border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}

#top-instagram ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#top-instagram ul li span {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	overflow:hidden;
}
#top-instagram ul li span img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width:100%;
	height:auto;
}

#top-instagram ul li span:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
#top-instagram ul li {
	width:32.5%;
margin:0 0 7px 0.35%;
}
}
@media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
#top-instagram ul li {
	width:24%;
	margin:0 0 7px 1%;

}
}

#top-instagram ul li .instagram-list-cap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	color:#fff;
}

#top-instagram ul li:hover .instagram-list-cap {
	opacity: 1;
}




/* parlx*/

.parallax-cont {
	z-index: 9999;
	color: #ffffff;
	display:block;
	width: 100%;
}
.parallax-cont h3 a, .parallax-cont h3{
	color: #ffffff;
	font-size: 30px;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
	.parallax-cont h3 a, .parallax-cont h3{
	font-size: 38px;
}
}

.parallax {
	z-index: 1;
	position: relative;
	overflow: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	min-height: 200px;
	padding: 16px;
	padding: 1rem;
	height: 200px;
	width: 100%;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
.parallax {
	height: 280px;
}
}
@media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
	.parallax {
	height: 360px;
}
}
.parallax-bg {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-bg-god {
	background-image:url(images/ph-god-01.jpg);
}
.parallax-bg-ind {
	background-image:url(images/ph-ind-01.jpg);
}


/* トップページ
-------------------------------------------------------------- */

section.contents{
	margin: 0 0 2rem 0;
}
.contents-inner {
	max-width: 1000px;
	margin:0 auto;
	padding: 16px 16px;
}
@media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
.contents-inner {
	max-width: 1000px;
	margin:0 auto;
	padding: 16px 0;
}
}
.topcont-h3,.topcont-h3-w {
	position: relative;
  text-align: center;
	line-height: 1;
	
}
.topcont-h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 2rem 2.5rem;
  padding: 0 1rem;
  background-color: #fff;
  text-align: left;
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	line-height: 1;
	color: #5E7437;
	text-align: center;
}
.topcont-h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5E7437;
}

.topcont-h3-w span {
	color: #FFF;
	background-image: url(images/texture-carpet.jpg);
	background-size: 320px;
}
.topcont-h3-w::before {
  background-color: #FFF;
}

/* 背景*/
 .have-bg{
	background-color: #E9E4DD;
	background-image: url(images/texture-carpet.jpg);
	background-size: 320px;
}


#top-product ul {
	margin: 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    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;
}
#top-product li {
	display:block;
	width:49%;
	float: left;
	margin: 0.5%;
	text-align: center;
	background-size: cover;
	background-position: center;
	
}
#top-product li a{
	display:block;
	height: auto;
	padding: 12px;
	color: #FFF;
	background: rgba(0,0,0, .3);
}
#top-product li a:hover{
	background: rgba(0,0,0, .2);
}
#top-product li:nth-child(1) {background-image: url(images/icon-shop.jpg);}
#top-product li:nth-child(2) {background-image: url(images/icon-mixspice.jpg);}
#top-product li:nth-child(3) {background-image: url(images/icon-spice.jpg);}
#top-product li:nth-child(4) {background-image: url(images/icon-kombucha.jpg);}

#top-product li a h3{
	font-size: 24px;
	line-height: 1.2;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
}
#top-product li a hr {
	background-color: #FFF;
	border: 0;
	height: 1px;
	margin: 12px auto;
	width:25%;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
	#top-product li {
	display:block;
	width:23%;
	background-color: aqua;
	float: left;
	margin: 1%;
	text-align: center;
}
}


/*トップページ・ニュース一覧

-------------------------------------------------------------- */

ul.topnews li {
	display:block;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.date {
	font-family: 'Raleway', sans-serif;
}

/*商品一覧
-------------------------------------------------------------- */
.productlist {
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    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;
}
.productlist:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.productlist figure {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.productlist figure {
	float: left;
	width:49%;
	margin:0 1% 10px 0;
}
.productlist figure:nth-of-type(odd) {
}
.productlist figcaption {
	margin:12px 0 20px 0;
	text-align: center;
}

.productlist figure img {
	width:100%;
	height:auto;
	vertical-align: bottom;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.productlist .productlist-category{
	border: 1px solid;
	padding: 3px 6px;
	line-height: 0.6rem;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 0.6rem;
	margin: 0 0 16px 0;
	background-color: rgba(94, 116, 55, 0.7);
	color: #fff;
}

.productlist h3 {
	padding: 0px 5px 0px 5px;
	margin:8px 0 8px 0;
	line-height:20px;
	line-height:1rem;
	font-weight: lighter;
	min-height: 40px;
}
.productlist .itemprice{
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
}
.productlist .itemprice .tax{
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
.productlist figure  {
	width:32.5%;
	margin:0 0 7px 0.43%;
}
}
 
 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
.productlist figure {
	float: left;
	width:24%;
	margin:0 0 7px 1%;
	padding:0 0 0 0;
}
}



/* 各商品トップ
-------------------------------------------------------------- */

ul.p-category-link {
	padding: 0;
	margin: 16px 0 32px 0;
	display:-webkit-box;
    display:-moz-box;
    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;
}
.p-category-link li {
	display:block;
	width:49%;
	float: left;
	margin: 0.5%;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-image: url(images/texture-carpet.jpg);
}
.p-category-link li a{
	display:block;
	height: 100%;
	padding: 12px;
	line-height: 1.2;
	color: #FFF;
	background: rgba(0, 0, 0, 0);
	background-size: 320px;
}
.p-category-link li a:hover{
	background: rgba(0, 0, 0, 0.2);
}


.p-category-link li a h3{
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	color:#FFF;
	line-height: 1.2;
}
.p-category-link li a hr {
	background-color: #FFF;
	border: 0;
	height: 1px;
	margin: 12px auto;
	width:25%;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
	.p-category-link li a h3{
	font-size: 24px;
	}
}


/* 各商品トップ-ヘッダー */
.product-page-header{
	background-color: antiquewhite;
	margin: 0 0 16px 0;
	text-align: center;
	padding: 16px 8px;
	min-height: 120px;
	position:relative;
	background-size: cover;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
	.product-page-header{
	min-height: 200px;
}
}
.product-page-header-inner{
	position:absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	color: #FFF;
	width:100%;
}
.product-page-header-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.product-page-header-inner h1{
	margin: 0 0 10px 0;
	line-height: 1;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
}

.product-page-header-percia{
	background-image: url(images/product-page-header-percia.jpg);	
}
.product-page-header-gabbeh{
	background-image: url(images/product-page-header-gabbeh.jpg);	
}
.product-page-header-kilim{
	background-image: url(images/product-page-header-kilim.jpg);	
}
.product-page-header-original{
	background-image: url(images/product-page-header-original.jpg);	
}


/*グーグルマップ　バグ*/
#map_canvas {
	width: 100%;
	height: 320px;
	margin: 15px 0 1.5rem 0;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
#map_canvas {
	width: 100%;
	height: 80px;
}
}
@media screen and (min-width : 501px) {
/* ここにPAD,PC用のCSSを記述*/ 
#map_canvas {
	width: 100%;
	height: 480px;
	margin: 15px 0 1.2rem 0;
}
}
 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
#map_canvas {
	width: 100%;
	height: 480px;
}
}
#map_canvas label {
	width: auto;
	display: inline;
}
#map_canvas img {
	max-width: none;
	max-height: none;
}

/* 販売停止
-------------------------------------------------------------- */

.stopped {
	border: 2px dashed #999;
	padding: 10px;
	
	margin: 0 12px;
}
.stopped a{
	display:block;
	text-align: center;
	background: rgba(94, 116, 55, 0.95);
	color: #FFF;
	clear: both;
	margin: 12px 0 0 0;
}
.stopped a:hover{
	color: #FFF;
	background: rgba(94, 116, 55, 0.8);
}
.stopped img {
	width:50px;
	height: auto;
	float: left;
	margin: 0 12px 12px 0;
}
.stopped a:before {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
	.stopped {
	margin: 0 auto;
		font-size: 20px;
		line-height: 1.8;
}
	.stopped img {
	width:60px;
}
}
/* フォント指定
-------------------------------------------------------------- */

.post-title {
	font-size:24px;
	font-weight: normal;
}



.item-name{
	border-bottom: 1px solid #eee;
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
	font-size: 24px;
	font-weight: normal;
}


.instructions-cap {
	display: block;
	color: #FF0000;
	margin: 24px 0;
}


/*インスタグラムプラグイン用*/
#sbi_images {
	display:-webkit-box;
    display:-moz-box;
    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;
}

@media all and (max-width: 640px){
    /* Make 3-6 cols into 2 col */
    #sb_instagram #sbi_images .sbi_item {
    width:49% !important;
	margin:0 1% 10px 0 !important;
    }
}
@media all and (max-width: 480px){
    /* Make all cols into 1 col */
    #sb_instagram #sbi_images .sbi_item {
    width:49% !important;
	margin:0 1% 10px 0 !important;
    }	
}

#sb_instagram #sbi_images .sbi_item {
	width:49% !important;
	margin:0 1% 10px 0 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
#sb_instagram #sbi_images .sbi_item  {
	width:32.5% !important;
margin:0 0 7px 0.43% !important;
}
}
 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
#sb_instagram #sbi_images .sbi_item {
	float: left;
	width:24% !important;
	margin:0 0 7px 1% !important;
}
}
