@charset "UTF-8";
/*common*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	/*word-break: break-all;*/
	text-align: justify;
	text-justify: distribute;
	background-repeat: repeat-x;
	background-image: url(images/bg.jpg);
	background-color: #fff;
}

a:link {
	text-decoration: none;
	color: #FF6600;
}

a:visited {
	text-decoration: none;
	color: #00A2DB;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}
p
{
	margin-bottom: 1em;
}


/*PC--------------------------------------------------------------------------------------*/

#header-wrap
{
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header a
{
	top: 0px;
	left: 0px;
	height: 0;
	padding-top: 14.2%;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/header_pc.jpg);
	text-indent: -9999px;
	background-size: contain;
	display: block;
	overflow: hidden;
}


/*navi*/

#navi-wrap
{
	/*overflow: hidden;*/
	height: 50px;
	max-width: 1000px;
	margin: 0 auto;
	background: -webkit-linear-gradient(#FEE400, #B1D624);
	background: -moz-linear-gradient(#FEE400, #B1D624);
	background: -o-linear-gradient(#FEE400, #B1D624);
	background: -ms-linear-gradient(#FEE400, #B1D624);
	background: linear-gradient(#FEE400, #B1D624);
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	-o-border-radius: 10em;
	-ms-border-radius: 10em;
	border-radius: 10em;
}
ul#navi
{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#navi li
{
	float: left;
}
ul#navi li.navi01
{
	width: 20%;
}
ul#navi li.navi01 a
{
	display: block;
	height: 50px;
	text-indent: -9999px;
	background: url(images/common/navi01.png) center no-repeat;
	border-right: 1px solid #fff;
	background-size: contain;
}
ul#navi li.navi01 a:hover
{
	background: url(images/common/navi01.png) center no-repeat #Fc0;
	background-size: contain;
	-webkit-border-radius: 10em 0 0 10em;
	-moz-border-radius: 10em 0 0 10em;
	-o-border-radius: 10em 0 0 10em;
	-ms-border-radius: 10em 0 0 10em;
	border-radius: 10em 0 0 10em;
}
ul#navi li.navi02
{
	width: 20%;
}
ul#navi li.navi02 a
{
	display: block;
	height: 50px;
	text-indent: -9999px;
	background: url(images/common/navi02.png) center no-repeat;
	border-right: 1px solid #fff;
	background-size: contain;
}
ul#navi li.navi02 a:hover
{
	background: url(images/common/navi02.png) center no-repeat #fc0;
	background-size: contain;
}

/*social*/

#social
{
	margin-top: 15px;
        margin-right: 10px;
	float: right;
}
#social ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#social ul li
{
	float: left;
	margin-left: 0.5em;
}

/*slider*/

#slider
{
	max-width: 1000px;
	height: auto;
	margin: 20px auto 20px auto;
}

/*あとで非表示に*/
#slider img
{
	width: 100%;
}

/*yurutto*/

.yurutto
{
max-width: 1000px;
margin: 0 auto 20px auto;
}
.yurutto img
{
width:100%;
}

/*text-decoration*/

h1
{
	background-image:
	url(images/common/h1_bg01.jpg),
	url(images/common/h1_bg02.jpg),
	url(images/common/h1_bg03.jpg);
	background-size: 30px 46px,30px 46px,30px 46px;
	background-repeat: no-repeat,no-repeat,repeat-x;
	background-position: left center,right center,left center;
	height: 46px;
	width: 100%;
	padding: 12px 10px 0px 35px;
	box-sizing: border-box;
	font-size: 1.6em;
	-webkit-text-shadow: 1px 1px 2px rgba(255,255,255,1);
	-moz-text-shadow: 1px 1px 2px rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(255,255,255,1);
	margin-bottom: 20px;
	margin-top: 10px;
}
h2
{
	background-image: url(images/h2_bg.jpg);
	height: auto;
	width: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
	font-size: 1.2em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	-o-border-radius: 10em;
	-ms-border-radius: 10em;
	border-radius: 10em;
	margin-bottom: 1em;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8) inset;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8) inset;
	-ms-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8) inset;
	-o-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8) inset;
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8) inset;
}
h3
{
	border-bottom: 5px solid #F90;
	margin-bottom: 1em;
}
.error-text
{
	margin: 3em 0;
	text-align: center;
	color: #F69;
}

/*contents*/

#contents-wrap
{
	max-width: 1000px;
/*	margin: 10px auto 0 auto;*/
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
#top-info
{
	height: 7em;
	overflow: auto;
	padding-right: 1em;
	box-sizing: border-box;
	margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.5em;
}
#top-info dt
{
	float: left;
	color: #F60;
	width: 7em;
}
#top-info dd
{
	margin: 0 0 0 7em;
}
.StyleF_Item_ {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 23%;
	/*padding: 10px;*/
	padding: 1%;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(images/products_bg.jpg);
	border: 2px solid #F90;
	word-break: break-all;
	text-align: center;
	/*display: table;*/
}
.StyleF_Item_:after {
  display: block;
  clear: both;
  content: "";
  padding-bottom: 5%; 
}
.StyleF_Item_ .pre_sales_{
	display: none;
}

.StyleF_Item_ a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.StyleF_Item_ .img_ {
  background-color: #f9f9f9;
  position: relative;
  padding: 100% 0 0 0;
  margin-bottom: 0.5em;  
}


/*商品詳細*/

.StyleF_Item_ .img_ img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.StyleF_Item_ .name_ {
	font-size: 0.9em;
	font-weight: bold;
	color: #F60;
	line-height: 1.3em;
	overflow: hidden; 
 	 height: 5em;
}
	
.StyleF_Item_ .price_ {
	font-size: 1em;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 6px;
	font-weight: bold;
}
.StyleF_Item_ .price_ .small_ {
	font-size: 0.7rem;
}
.StyleF_Item_ .rdt_ {
	font-size: 1em;
	line-height: 1em;
	padding: 3px 0 0 0;
	height: 2em;
	font-weight: bold;
}
.StyleF_Item_ .comment_ {
	font-size: 0.7rem;
	overflow: hidden;
	height: 0px;
	display: none;
}
.StyleF_Item_ .cart_ {
	text-align: center;
	bottom: 0;
	left: 1px;
	right: 0%;
	display: none;
}

/*products*/

#products-wrap
{
	width: 102%;
	margin-right: -2%;
	overflow: hidden;
}
.products
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 23%;
	/*padding: 10px;*/
	padding: 1%;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(images/products_bg.jpg);
	border: 2px solid #F90;
	word-break: break-all;
	/*display: table;*/
}
.products img
{
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}
.products .name
{
	font-size: 0.9em;
	font-weight: bold;
	color: #F60;
	line-height: 1.3em;
}
.products .details
{
	/*display:table-footer-group;*/
}
.products .details a
{
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-o-border-radius: 10em;
	-ms-border-radius: 10em;
	border-radius: 10em;
	background: #E80066;
	color: #fff;
	font-size: 0.9em;
	width: 100%;
	text-align: center;
	padding: 0.2em 1em;
	box-sizing: border-box;
	display: block;
	margin-top: 0.5em;
}
.products .details a:hover
{
	text-decoration: none;
	background: -webkit-linear-gradient(#85C6F0, #0069BC);
	background: -moz-linear-gradient(#85C6F0, #0069BC);
	background: -o-linear-gradient(#85C6F0, #0069BC);
	background: -ms-linear-gradient(#85C6F0, #0069BC);
	background: linear-gradient(#85C6F0, #0069BC);
}

/*products-details*/

#products-details
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(images/common/products_bg.jpg);
	border: 2px solid #F90;
	margin-bottom: 20px;
}
#products-details .pic
{
	float: left;
	width: 30%;
}
/*あとで非表示に*/
#products-details .pic img
{
	width: 100%;
	height: auto;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-o-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-ms-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

#products-details .text
{
	float: right;
	width: 68%;
}
#products-details .buy a
{
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-o-border-radius: 10em;
	-ms-border-radius: 10em;
	border-radius: 10em;
	background: #E80066;
	color: #fff;
	font-size: 1.2em;
	width: 100%;
	text-align: center;
	padding: 0.2em 1em;
	box-sizing: border-box;
	display: block;
	margin-top: 1em;
        clear: both;
}
#products-details .buy a:hover
{
	text-decoration: none;
	background: -webkit-linear-gradient(#85C6F0, #0069BC);
	background: -moz-linear-gradient(#85C6F0, #0069BC);
	background: -o-linear-gradient(#85C6F0, #0069BC);
	background: -ms-linear-gradient(#85C6F0, #0069BC);
	background: linear-gradient(#85C6F0, #0069BC);
}

/*store*/

#store-wrap
{
	width: 102%;
	margin-right: -2%;
	overflow: hidden;
}
.store
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 23%;
	/*padding: 10px;*/
	padding: 1%;
	box-sizing: border-box;
	overflow: hidden;
	background: url(images/common/products_bg.jpg);
	border: 2px solid #009CEB;
}
/*あとで非表示に*/
.store img
{
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}

.store .name
{
	font-size: 0.9em;
	font-weight: bold;
	color: #F60;
	line-height: 1.3em;
}

/*schedule*/

#schedule
{
	margin-bottom: 20px;
	font-size: 0.9em;
	line-height: 1.8em;
}
#schedule dl
{
	overflow: hidden;
}
#schedule dt
{
	float: left;
	color: #F60;
	width: 7em;
	box-sizing: border-box;
	
}
#schedule dd
{
	margin: 0 0 0 7em;
}
#schedule dt ul,
#schedule dd ul
{
	list-style: none;
	overflow: hidden;
}
#schedule dd ul li
{
	float: left;
}
#schedule dt ul li a,
#schedule dd ul li a
{
	border: 1px solid #0099EB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	padding: 0.2em 0.3em;
	box-sizing: border-box;
	text-align: center;
}
#schedule dt ul li a:hover,
#schedule dd ul li a:hover
{
	border: 1px solid #f90;
	text-decoration: none;
}

/*search*/

.search-wrap
{
	background: #eee;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	padding: 0.5em 1em 0.5em 0.5em;
	float: right;
	width: 20%;
	box-sizing: border-box;
	overflow: hidden;
}
.search-wrap .text-box
{
	border:none;
	background: #eee;
	width: 80%;
  outline: 0;
}
/*
.search-wrap .search-btn
{
	float: right;
}
*/
.search-wrap .search-submit {
  background: url(images/common/send.png) center center no-repeat;
	float: right;
  width: 21px;
  height: 21px;
  border: 0px;
  cursor: pointer;
  outline: none;
}

/*pager*/

#pager
{
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
}
#pager ul
{
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
#pager ul li
{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 0.5em;
}
#pager ul li a
{
	display: block;
	background: #0099EB;
	color: #fff;
	padding: 0.2em 0.7em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-o-border-radius: 10em;
	-ms-border-radius: 10em;
	border-radius: 10em;
}
#pager ul li .current
{
  cursor: default;
	display: block;
	background: #F90;
	color: #fff;
	padding: 0.2em 0.7em;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	-o-border-radius: 10em;
	-ms-border-radius: 10em;
	border-radius: 10em;
}
#pager ul li a:hover
{
	background: #F90;
	text-decoration: none;
}


/*footer*/

#footer
{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0.8em;
	padding-bottom: 1em;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#footer ul
{
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
	margin-bottom: 0.5em;
}
#footer ul li
{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 0.5em;
	width: 48%;
}
#footer ul li img{
	width: 80%;
	}
#footer .text
{
	clear: both;
	line-height: 1.5em;
	padding: 0 10px;
}

/*上に戻るボタン*/

#page-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
@media only screen and (max-width: 720px) {
.StyleF_Item_ {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 31%;
	/*padding: 10px;*/
	padding: 1%;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(images/products_bg.jpg);
	border: 2px solid #F90;
	word-break: break-all;
	text-align: center;
	/*display: table;*/
}
.StyleF_Item_ .name_ {
	font-size: 0.9em;
	font-weight: bold;
	color: #F60;
	line-height: 1.3em;
	overflow: hidden; 
 	 height: 5em;
}
	}
	
/*MOBILE-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 500px) {

.entry-content img {
  width: 100%;
  height: auto;
}


body
{
	background: #fff;
}

#header a
{
	top: 0px;
	left: 0px;
	height: 0;
	padding-top: 26.666666%;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/header_mobile.jpg);
	text-indent: -9999px;
	background-size: contain;
	display: block;
	overflow: hidden;
}

/*navi*/

#navi-wrap
{
	width: 100%;
	overflow: visible;
	height: auto;
	background: none;
}
#navi-wrap ul#navi
{
	display: table;
	table-layout: fixed;
	width: 100%;
	background: -webkit-linear-gradient(#FEE400, #B1D624);
	background: -moz-linear-gradient(#FEE400, #B1D624);
	background: -o-linear-gradient(#FEE400, #B1D624);
	background: -ms-linear-gradient(#FEE400, #B1D624);
	background: linear-gradient(#FEE400, #B1D624);
}

ul#navi li
{
	float: none;
	display: table-cell;
}
ul#navi li.navi01 a
{
	display: block;
	width: auto;
	height: 40px;
	text-indent: -9999px;
	background: url(images/common/navi01b.png) center no-repeat;
	border-right: none;
}
ul#navi li.navi01 a:hover
{
	background: url(images/common/navi01b.png) center no-repeat #Fc0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
ul#navi li.navi02 a
{
	display: block;
	width: auto;
	height: 40px;
	text-indent: -9999px;
	background: url(images/common/navi02b.png) center no-repeat;
	border-left: 1px solid #fff;
	border-right: none;
}
ul#navi li.navi02 a:hover
{
	background: url(images/common/navi02b.png) center no-repeat #fc0;
}



/*social*/

#social
{
	position: relative;
	overflow: hidden;
	margin-top: 5px;
	float: none;
}
#social ul
{
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
#social ul li
{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 0.5em;
}

/*slider*/

#slider
{
	width: 100%;
	height: auto;
	margin: 10px auto 0px auto;
}

/*yurutto*/

.yurutto
{
margin: 0 auto 10px auto;
}

/*contents*/

#contents-wrap
{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
#top-info
{
	font-size: 0.8em;
	line-height: 1.5em;
}


/*text-decoration*/

h1
{
	margin-bottom: 10px;
	margin-top: -10px;
}

h2
{
	font-size: 1em;
	line-height: 1.3em;
}
h3
{
	border-bottom: 3px solid #F90;
	margin-bottom: 0.5em;
}

/*products*/

.products
{
	width: 48%;
	padding: 5px;
	border: 2px solid #F90;
}

/*store*/

.store
{
	width: 48%;
	padding: 5px;
	border: 3px solid #009CEB;
}

/*products-details*/

#products-details .pic
{
	float: none;
	width: 100%;
}
#products-details .text
{
	float: none;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.5em;
}
#products-details
{
	padding: 10px;
	margin-bottom: 10px;
}
#products-details .buy a
{
	margin-top: 0.5em;
}

/*schedule*/

#schedule
{
	margin-bottom: 10px;
}

/*search*/

.search-wrap
{
	float: none;
	width: 100%;
	margin-bottom: 0.5em;
}

/*pager*/

#pager
{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 0.8em;
}

/*footer*/

#footer
{
	width: 100%;
}
#footer ul
{
	list-style: none;
	position: relative;
	left: 0;
	float: none;
	margin-bottom: 0.5em;
}
#footer ul li
{
	position: relative;
	left: 25%;
	float: none;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
#footer .text
{
	text-align: left;
}
.StyleF_Item_ {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 48%;
	/*padding: 10px;*/
	padding: 1%;
	box-sizing: border-box;
	overflow: hidden;
	background-image: url(images/products_bg.jpg);
	border: 2px solid #F90;
	word-break: break-all;
	text-align: center;
	/*display: table;*/
}
.StyleF_Item_:after {
  display: block;
  clear: both;
  content: "";
  padding-bottom: 20%; 
}

.StyleF_Item_ a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.StyleF_Item_ .img_ {
  background-color: #f9f9f9;
  position: relative;
  padding: 100% 0 0 0;
  margin-bottom: 0.5em;  
}


/*商品詳細*/

.StyleF_Item_ .img_ img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.StyleF_Item_ .name_ {
	font-size: 0.9em;
	font-weight: bold;
	color: #F60;
	line-height: 1.3em;
	overflow: hidden; 
 	 height: 4em;
}
.StyleF_Item_ .price_ {
	font-size: 1em;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 6px;
	font-weight: bold;
}
.StyleF_Item_ .price_ .small_ {
	font-size: 0.7rem;
}
.StyleF_Item_ .rdt_ {
	font-size: 1em;
	line-height: 1em;
	padding: 3px 0 0 0;
	height: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.StyleF_Item_ .comment_ {
	font-size: 0.7rem;
	overflow: hidden;
	height: 0px;
	display: none;
}
.StyleF_Item_ .cart_ {
	text-align: center;
	bottom: 0;
	left: 1px;
	right: 0%;
}
/*SPボタン*/

input[type="button"]   { -webkit-appearance: none;
    border-radius: 0;
}
input[type="button"].cart_btn_.order_ {
	font-size: 1.5rem;
	color: #FFF;
	padding: 8px 20px;
	border: 1px solid #000;
	background-color: #F22079;
	font-weight: bold;
	width: 100%;
	margin: 8px auto;
}

input[type="button"].cart_btn_.reservation_ {
	font-size: 1.5rem;
	color: #FFF;
	padding: 8px 20px;
	border: 1px solid #000;
	background-color: #F22079;
	font-weight: bold;
	width: 100%;
	margin: 8px auto;
}

.cart_btn_ {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 30px;
    text-align: center;
    /* margin: 10px 0; */
    width: 100%;
    border: none;
    color: #ffffff;
    display: block;
}
.cart_btn_.sold_out_ {
	font-size: 1.5rem;
	color: #FFF;
	padding: 8px 20px;
	border: 1px solid #000;
	background-color: #4262C7;
	font-weight: bold;
	width: 80%;
	position: absolute;
	margin-top: 10px;
}
.cart_btn_.closed_ {
	font-size: 1.5rem;
	color: #FFF;
	padding: 8px 20px;
	border: 1px solid #000;
	background-color: #4262C7;
	font-weight: bold;
	width: 80%;
	position: absolute;
	margin-top: 10px;
}

}
