
@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: url(../images/bg.jpg) no-repeat center top fixed;
	background-size: cover;
}

a:link {
	text-decoration: none;
	color: #f00;
}

a:visited {
	text-decoration: none;
	color: #f00;
}

a:hover {
	text-decoration: underline;
	color: #Fc0;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}


/*PC--------------------------------------------------------------------------------------*/


#wrap
{
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
	box-sizing: border-box;
}

/*header*/

#header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 42.85714%;
	position: relative;
	width: 100%;
	background: url(../images/header_pc.png) no-repeat;
	background-size: contain;
}
#header .sns
{
	position: absolute;
	right: 2%;
	bottom: 4%;
}
#header .sns ul
{
	list-style: none;
	overfllow: hidden;
}
#header .sns ul li
{
	float: left;
	margin-left: 10px;
	width: 40px;
}
#header .sns ul li img
{
	width: 100%;
}

/*social*/

#social
{
	position: absolute;
	right: 10px;
	top: 75px;
}
#social ul
{
	list-style: none;
	padding-left: 0;
}
#social ul li
{
	float: left;
	margin-left: 0.5em;
	width: 50px;
}
#social ul li img
{
	width: 100%;
}

.resizeimage img
{
	width: 100%;
}

/*info*/

.info
{
	padding: 3% 3% 0 3%;
}
.info h2
{
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #e3017f;
}

/*list*/

#item-frame
{
	background-image:
	url(../images/frame_top_left.jpg),
	url(../images/frame_top_right.jpg),
	url(../images/frame_bottom_left.jpg),
	url(../images/frame_bottom_right.jpg),
	url(../images/frame_top_center.jpg),
	url(../images/frame_bottom_center.jpg),
	url(../images/frame_left.jpg),
	url(../images/frame_right.jpg),
	url(../images/frame_bg.jpg);
	background-size:60px 60px,60px 60px,60px 60px,60px 60px,60px 60px,60px 60px,60px 60px,60px 60px,200px 200px;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-y,repeat-y,repeat;
	background-position: left top,right top,left bottom,right bottom,left top,left bottom,left top,right top,left center;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#item-frame .StyleF_Frame_
{
	width:102%;
	margin-right: -2%;
	overflow: hidden;
	padding: 3% 3% 1% 3%;
	box-sizing: border-box;
}
#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: 10px;
	box-sizing: border-box;
	-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);
	background: url(../images/bg2.jpg);
	border: 1px solid #fff;
	box-sizing: border-box;
}
#item-frame .StyleF_Item_ a:link {
	text-decoration: none;
	color: #000;
}
#item-frame .StyleF_Item_ a:visited {
	text-decoration: none;
	color: #000;
}
#item-frame .StyleF_Item_ .img_
{
	width: 100%;
	margin: 0 0 0.5em 0;
	-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_
{
	width: 100%;
	margin: 0.5em 0 0 0;
}
#item-frame .StyleF_Item_ .img_ img,
#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-bottom: 20px;
}

#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
}
#page-top img
{
	width: 100%;
}

/*MOBILE--------------------------------------------------------------------------------------*/



@media only screen and (max-width: 500px) {

body
{
	font-size: 12px;
	background: #fff;
}
#wrap
{
	padding: 0;
	}
	
/*header*/
	
#header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 174%;
	position: relative;
	width: 100%;
	background: url(../images/header_mobile.jpg) no-repeat;
	background-size: contain;
}
#header .sns
{
	position: absolute;
	right: 2%;
	bottom: 2%;
}
#header .sns ul li
{
	float: left;
	margin-left: 5px;
	width: 40px;
}

/*info*/

.info
{
	padding: 8% 7% 0 7%;
}

/*list*/

#item-frame
{
	margin-bottom: 10px;
}
	
#item-frame .StyleF_Frame_
{
	width:102%;
	margin-right: -2%;
	overflow: hidden;
	padding: 5% 5% 5% 5%;
}
#item-frame .StyleF_Item_
{
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 48%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 10px;
	box-sizing: border-box;
}

#footer img
{
	max-width: 100%;
}


input[type="button"].cart_btn_.order_ {
	color: #ccc;
	background: #ffd1e8;
	padding: 0.5em;
	border: 1px solid #fff;
	width: 100%;
	margin: 0.5em 0;
}

input[type="button"].cart_btn_.reservation_ {
	color: #ccc;
	background: #cfebf5;
	padding: 0.5em;
	border: 1px solid #fff;
	width: 100%;
	margin: 0.5em 0;
}

input[type="button"].cart_btn_.sold_out_ {
	color: #ccc;
	background: #f9e3a0;
	padding: 0.5em;
	border: 1px solid #fff;
	width: 100%;
	margin: 0.5em 0;
}

input[type="button"].cart_btn_.closed_ {
	color: #ccc;
	background: #d0cae4;
	padding: 0.5em;
	border: 1px solid #fff;
	width: 100%;
	margin: 0.5em 0;
}


}


/*項目非表示設定*/

.rdt_,
.comment_,
.pre_sales_
{
	display: none;
}


