/*

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

.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(31,89,137, 0.95);
	border-radius: 2px;
	float:none;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}
.topcont-readmore a:hover {
	background: rgba(31,89,137, 0.8);
	box-shadow: 2px 2px 6px #333;
}





//* スライダー　*/

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

div.slides_container {
	padding: 0 0 0 0 ;
	margin:62px auto 24px auto;
	width: 100%;
	background-color: bisque;
}
div.slides_container:after {
	content: ".";
	height: 0;
	display: block;
	line-height: 0;
	visibility: hidden;
	clear: both;
}	

@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
	div.slides_container{
	padding: 0 0 0 0 ;
	margin:80px auto 24px auto;
}
}
@media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
div.slides_container{
	padding: 0 0 0 0 ;
	margin:80px auto 24px auto;
}
}




/*インスタグラム*/

#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;
}



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

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;
}
}
/* トップページタイトル */

h1.topcont-h1 
{
  text-align: center;
  overflow: hidden;
	margin: 0 0 0 0 ;
}
h1.topcont-h1 span 
{
  display: inline-block;
  position: relative;
  padding: 0 .6em;
	font-family: 'Raleway', Verdana, Geneva, sans-serif;
	font-weight:300;
	font-size: 24px;
	font-size: 1.5rem;
	line-height:24px;
	line-height: 1.5rem;
	color:#1F5989;
}
h1.topcont-h1 span:before,
h1.topcont-h1 span:after 
{
  position: absolute;
  top: 50%;
  width: 99em;
  content: '';
  border-top: 1px solid #1F5989;
}
h1.topcont-h1 span:before 
{
  right: 100%;
}
h1.topcont-h1 span:after 
{
  left: 100%;
}
 @media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
h1.topcont-h1 
{
	margin: 0 0 0 0 ;
}
	 h1.topcont-h1 span 
{
	font-size: 36px;
	font-size: 2.25rem;
	line-height:36px;
	line-height: 2.25rem;
}
}
h2.topcont-h2 {
	text-align: center;
	font-weight: normal;
	margin: 0 0 2rem 0 ;
	letter-spacing: 1px;
}






/* トップページアイコンバナー*/
#top-iconbanner {
	background-color: #1F5989;
}
	
#top-iconbanner 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-iconbanner li {
	display:block;
	width:49%;
	float: left;
	margin: 0 0.5% 0 0;
	text-align: center;
	background-size: cover;
	background-position: center;
}
#top-iconbanner li a{
	display:block;
	height: auto;
	padding: 12px;
	color: #FFF;
	background: rgba(0,0,0, .3);
}
#top-iconbanner li a:hover{
	background: rgba(0,0,0, .2);
}

#top-iconbanner li:nth-child(1) {
	background-image: url(images/icon-learn.jpg);
	margin: 12px 2% 0 0;
}
#top-iconbanner li:nth-child(2) {
	background-image: url(images/icon-heal.jpg);
	margin: 12px 0 0 0;
}



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

#top-iconbanner li:nth-child(1) {
	margin: 12px 2% 0 0 ;
	}
#top-iconbanner li:nth-child(2) {
	margin: 12px 0 0 0;
}

}

/* トップページ - デリバリー*/
#top-delivery p{
	 margin: 16px 0;
	text-align: center;
}
	
#top-delivery 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-delivery li {
	display:block;
	width:49%;
	float: left;
	margin: 0 2% 16px 0;
	text-align: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #eee;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#top-delivery li a{
	display:block;
	height: auto;
	padding: 12px;
	background: rgba(0,0,0, .05);
}
#top-delivery li a:hover{
	background: rgba(0,0,0, .03);
}
#top-delivery li:nth-child(2n) {
	margin: 0 0 16px 0;
	width:49%;
}

@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
#top-delivery li:nth-child(2n) {
	margin: 0 1.33% 0 0;
	width:24%;
}
	#top-delivery li {
	display:block;
	width:24%;
	float: left;
	margin: 0 1.33% 0 0;
	text-align: center;
}
#top-delivery li:nth-child(4) {
	margin: 0 0 0 0;
	width:24%;
}
}



/*ニュース一覧

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

ul.newslist li {
	display:block;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
ul.newslist li h3{
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0 0 0px 0;	
}
ul.newslist li .date {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
}



/*商品一覧
-------------------------------------------------------------- */
.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:1.25rem;
	font-weight: normal;
                                font-size:1rem;
                                text-align:left;
}
.productlist .item-summary {
	line-height:1rem;
                                font-size:0.75rem;
                                text-align:left;
}
.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: #1F5989;
	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;
}
}

.sbi_follow_btn sbi_custom:after, {
	clear: both;
}
sbi_follow_btn sbi_custom:before, {
	display: table;
	content: "";
}


/*店舗ページ　ヘッダー*/
.store-page-header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 24px 0;
	min-height: 220px;
	position: relative;
}
.store-page-header-29 {
	background-image: url(images/icon-kebabbox-j.jpg);
}
.store-page-header-31 {
	background-image: url(images/icon-j-box.jpg);
}
.store-page-header-33 {
	background-image: url(images/icon-j-banana.jpg);
}
.store-page-header-169 {
	background-image: url(images/icon-j-curry.jpg);
}
.store-page-header h1 {
	margin: 0 0 32px 0;
	color: #FFF;
	text-shadow: 2px 2px 4px #333;
	font-family: 'Raleway', Verdana, Geneva, sans-serif;
	font-size: 30px;
	text-align: center;
	width:100%;
	 position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
.store-page-header {
	margin: 0 0 32px 0;
	min-height: 320px;
}
.store-page-header h1 {
	font-size: 38px;
}
}


.store-page-lead {
	font-weight: bold;
	margin: 0 0 32px 0;
	display: block;
}
.store-page-lead:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.store-page-heading-lead {
	margin: 0 0 32px 0;
	display: block;
}
.store-page-heading-lead:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*店舗ページ　商品*/

ul.store-product {
	/* 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;
	margin: 0;
	padding: 0;
}
ul.store-product li {
	width:49%;
	height: auto;
	position: relative;
	overflow:hidden;
	margin:0 2% 24px 0;
	overflow:hidden;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
ul.store-product li:nth-of-type(2n) {
	margin:0 0 24px 0;
}
ul.store-product li img{
	margin:0 0 16px 0;
}
.store-product li h2{
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	font-size: 16px;
}


@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
ul.store-product li:nth-of-type(2n) {
	margin:0 1.25% 24px 0;
}
ul.store-product li:nth-of-type(3n) {
	margin:0 0 24px 0;
}
ul.store-product li {
	width:32.5%;
margin:0 1.25% 24px 0;
}
	
}
@media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
ul.store-product li {
	width:24%;
	margin:0 1.33% 24px 0;
}
ul.store-product li:nth-of-type(2n) {
	margin:0 1.33% 24px 0;
}
ul.store-product li:nth-of-type(3n) {
	margin:0 1.33% 24px 0;
}
ul.store-product li:nth-of-type(4n) {
	margin:0 0 24px 0;
}
}


/*商品画像スライド*/
.slick-arrow{width:26px;height:26px;position:absolute;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%);z-index:1;padding:0;overflow:hidden;border:none;background-color:#ccc;padding-top:26px}
.slick-prev{left:-1em}
.slick-next{right:-1em}
.slick-arrow:before{content:'';display:block;width:6px;height:6px;position:absolute;top:50%}
.slick-prev:before{border-bottom:1px solid #fff;border-left:1px solid #fff;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);left:calc(50% + 2.5px)}
.slick-next:before{border-top:1px solid #fff;border-right:1px solid #fff;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);right:calc(50% - 5px)}
.slick-arrow:hover{background-color:#eee}
.slick-prev:hover:before{border-bottom:1px solid #fff;border-left:1px solid #fff}
.slick-next:hover:before{border-top:1px solid #fff;border-right:1px solid #fff}

@media screen and (min-width:77.5em){
.slick-prev{left:calc((560px - 50vw - 26px)/2)}
.slick-next{right:calc((560px - 50vw - 26px)/2)}
}


#img-box{margin-bottom:30px}
#img-box .itemimg{text-align:-webkit-center;margin:0 -1em;width:calc(100% + 2em)}
#img-box .itemimg img{width:100%;max-width:none}
#img-box .itemimg-sub{margin:24px 0 0}
#img-box .itemimg-sub .list{margin:0;opacity:.5}
#img-box .itemimg-sub .list:hover,.is-product .gallery .itemimg-sub .slick-current{opacity:1}
#img-box .itemimg-sub .list img{width:100%;cursor:pointer}


@media screen and (min-width:38.75em){
#img-box{margin-bottom:0;width:54.746%}
#img-box .itemimg{margin:0;width:auto}
#img-box .itemimg-sub{margin:24px auto 0;width:auto}
}

@media screen and (max-width : 767px) {
/* ここにスマホ用のCSSを記述*/
.itemimg .list a       {
    pointer-events: none;
}
}


/*YouTubeを100%に*/
.youtube-responsive {
position: relative;
padding-top: 56.25%;
}
.youtube-responsive  iframe{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

/*メインイメージ*/
h1.top-txt_h1 {
                                margin: 0 0 16px 0;
	padding: 0 0 8px 0;
	font-weight: bold;
                                color:#FFFFFF;
                                text-shadow: 1px 1px 8px #000;
	font-size:3.715rem;
	font-size: 38px;
}

@media screen and (max-width : 767px) {
/* ここにスマホ用のCSSを記述*/
h1.top-txt_h1 {
	font-size:3.715rem !importan;
	font-size: 38px !importan;
}
}
@media screen and (min-width : 768px) {
/* ここにPAD用のCSSを記述*/
h1.top-txt_h1 {
	font-size: 2rem;
	font-size: 28px;
}
}

@media screen and (min-width : 1000px) {
/* ここにPC用のCSSを記述*/
h1.top-txt_h1 {
	font-size: 2.57rem;
	font-size: 36px;
	font-weight: normal;
}
}
.top-txt-description {
                                color:#FFFFFF;
                                width:80%;
                                margin:0 10%;
	font-size:3.715rem;
	font-size: 38px;
}
@media screen and (max-width : 767px) {
/* ここにスマホ用のCSSを記述*/
.top-txt-description {
	font-size:2.715rem !importan;
	font-size: 28px !importan;
}
}