
@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-image:
	url(../images/bottom.png),
	url(../images/bg.jpg);
	background-size:contain,70px 71px;
	background-repeat: no-repeat,repeat;
	background-position: center bottom,left center;
	background-attachment: fixed,fixed;
}

a:link {
	text-decoration: none;
	color: #a50f00;
}

a:visited {
	text-decoration: none;
	color: #a50f00;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}


/*PC--------------------------------------------------------------------------------------*/



/*header*/

#header-bg
{
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	background: url(../images/header_bg.jpg) repeat-x;
	overflow: hidden;
}
#header-wrap
{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
#header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 25%;
	position: relative;
	width: 100%;
	background: url(../images/header.jpg) no-repeat;
	background-size: contain;
	display: block;
	overflow: hidden;
	position: relative
}

/*social*/

#social
{
	position: absolute;
	right: 10px;
	top: 10px;
}
#social ul
{
	list-style: none;
	padding-left: 0;
}
#social ul li
{
	float: left;
	margin-left: 0.5em;
	width: 40px;
}
#social ul li img
{
	width: 100%;
}
/*list*/


#wrap
{
	max-width: 1000px;
	margin: 0 auto;
}

#item-frame
{
	padding: 0 10px;
}

#item-frame #fair
{
	margin-bottom: 20px;
}
#item-frame #none
{
	margin-bottom: 20px;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	border: 1px solid #f99;
}
#item-frame #fair img
{
	width: 100%;
}

#item-frame .StyleF_Frame_
{
	width:102%;
	margin-right: -2%;
	overflow: hidden;
}
#item-frame .StyleF_Item_
{
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 23%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #a50f00;
	border-top: 10px solid #a50f00;
	background: #fff;
}
#item-frame .StyleF_Item_ .img_
{
	width: 100%;
	margin: 0 0 0.5em 0;
}
#item-frame .StyleF_Item_ .cart_
{
	width: 100%;
	margin: 0.5em 0 0 0;
}
#item-frame .StyleF_Item_ .img_ img
{
	width: 100%;
	-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}
#item-frame .StyleF_Item_ .cart_ img
{
	width: 100%;
}
#item-frame .StyleF_Item_ .img_ a:hover,
#item-frame .StyleF_Item_ .cart_ a:hover
{
	opacity: 0.7;
}


#footer
{
	text-align: center;
	padding: 1em 0 3em 0;
}

#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
}

/*MOBILE--------------------------------------------------------------------------------------*/



@media only screen and (max-width: 580px) {

body
{
	font-size: 12px;
}

#header-bg
{
	margin-bottom: 0;
}
	
#header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 58.62068%;
	position: relative;
	width: 100%;
	background: url(../images/header_m.jpg) no-repeat;
	background-size: contain;
	display: block;
	overflow: hidden;
	position: relative;
}
/*social*/

#social
{
	position: absolute;
	right: auto;
	right: 5px;
	bottom: 5px;
	top: auto;
}
#social ul
{
	list-style: none;
	padding-left: 0;
}
#social ul li
{
	float: left;
	margin-left: 0;
	margin-right: 0.5em;
	width: 36px;
}
	#social ul li img
	{
		width: 100%;
	}

/*list*/

#item-frame
{
	padding: 10px;
	box-sizing: border-box;
}
#item-frame #fair
{
	margin-bottom: 10px;
}
#item-frame #none
{
	margin-bottom: 10px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border: 1px solid #f99;
}
#item-frame .StyleF_Frame_
{
	width:102%;
	margin-right: -2%;
	overflow: hidden;
}
#item-frame .StyleF_Item_
{
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 31.33333%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 8px;
	box-sizing: border-box;
}


input[type="button"].cart_btn_.order_ {
	color: #fff;
	background: #e2c836;
	padding: 0.5em;
	border: 1px solid #fff;
	width: 100%;
	margin: 0.5em 0;
}

input[type="button"].cart_btn_.reservation_ {
	color: #fff;
	background: #cd5f3f;
	padding: 0.5em;
	border: 1px solid #fff;
	width: 100%;
	margin: 0.5em 0;
}

input[type="button"].cart_btn_.sold_out_ {
	color: #fff;
	background: #cf91fb;
	padding: 0.5em;
	border: 1px solid #fff;
	width: 100%;
	margin: 0.5em 0;
}

input[type="button"].cart_btn_.closed_ {
	color: #fff;
	background: #868686;
	padding: 0.5em;
	border: 1px solid #fff;
	width: 100%;
	margin: 0.5em 0;
}


}


/*項目非表示設定*/

.rdt_,
.comment_,
.pre_sales_,
.btn_
{
	display: none;
}


