
@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/common/bg.jpg);
}

a:link {
	text-decoration: none;
	color: #ED6C9A;
}

a:visited {
	text-decoration: none;
	color: #00A2DB;
}

a:hover {
	text-decoration: underline;
	color: #F90;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}

#wrap
{
	max-width: 1040px;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
	background: #fff;
	margin: 0 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);
	box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

/*header*/

#header
{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#header #logo
{
	width: 23.8%;
	float: left;
}
#header #logo a
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 50.42016%;
	position: relative;
	width: 100%;
	background: url(../images/common/logo.jpg) no-repeat;
	text-indent: -9999px;
	background-size: contain;
	display: block;
	overflow: hidden;
}
nav
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 56%;
}
nav ul
{
	display: table;
	table-layout: fixed;
	width: 100%;
}
nav ul li
{
	display: table-cell;
}

nav ul li.nav01 a
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 85.71428%;
	position: relative;
	width: 100%;
	background: url(../images/common/navi01.jpg) no-repeat;
	text-indent: -9999px;
	background-size: contain;
	display: block;
	overflow: hidden;
}
nav ul li.nav02 a
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 85.71428%;
	position: relative;
	width: 100%;
	background: url(../images/common/navi02.jpg) no-repeat;
	text-indent: -9999px;
	background-size: contain;
	display: block;
	overflow: hidden;
}
nav ul li.nav03 a
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 85.71428%;
	position: relative;
	width: 100%;
	background: url(../images/common/navi03.jpg) no-repeat;
	text-indent: -9999px;
	background-size: contain;
	display: block;
	overflow: hidden;
}
nav ul li.nav04 a
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 85.71428%;
	position: relative;
	width: 100%;
	background: url(../images/common/navi04.jpg) no-repeat;
	text-indent: -9999px;
	background-size: contain;
	display: block;
	overflow: hidden;
}
nav ul li.nav01 a:hover,
nav ul li.nav02 a:hover,
nav ul li.nav03 a:hover,
nav ul li.nav04 a:hover
{
	opacity: 0.7;
}


/*header2*/

#header2
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	z-index: 10000;
}
#header2 .read
{
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #EC6C99;
}


/*sns*/

#header2 #sns
{
	float: right;
}
#header2 #sns ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#header2 #sns ul li
{
	float: left;
	margin-left: 0.5em;
}

/*contents*/

#contents-wrap
{
	width: 100%;
	overflow: hidden;
}
#top-left
{
	width: 59.2%;
	float: left;
}
#top-right
{
	width: 38.8%;
	float: right;
}
#movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
#movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#top-banner{}
#top-banner img
{
	width: 100%;
}
#top-banner ul
{
	margin: 0;
	list-style: none;
}
#top-banner ul li
{
	margin-bottom: 20px;
}
.btn01 a
{
	background: #00B3C5;
	color: #fff;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	padding: 0.5em;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.btn02 a
{
	background: #ED6C9A;
	color: #fff;
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	padding: 0.5em;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 20px;
}
.btn01 a:hover,
.btn02 a:hover
{
	background: #EB4539;
}

/*midashi*/

h2.midashi01
{
	background: url(../images/common/midashi_newitem.png) #ED6C9A center no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2.midashi02
{
	background: url(../images/common/midashi_deco.png) #00B3C5 center no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2.midashi03
{
	background: url(../images/common/midashi_gallery.png) #A690C5 center no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	text-indent: -9999px;
	margin-bottom: 20px;
}
h2.midashi04
{
	background: url(../images/common/midashi_info.png) #FAAF2C center no-repeat;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 40px;
	width: 100%;
	text-indent: -9999px;
	margin-bottom: 20px;
}

/*item*/

#top-item-frame .StyleF_Frame_
{
	width:103%;
	margin-right: -3%;
	overflow: hidden;
}
#top-item-frame .StyleF_Item_
{
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 30.33333%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.5em;
	border: 1px solid #ED6C9A;
	background: #F7F7EE;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#item-frame .StyleF_Frame_
{
	width:102%;
	margin-right: -2%;
	overflow: hidden;
}
#item-frame .StyleF_Item_
{
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 18%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.5em;
	border: 1px solid #ED6C9A;
	background: #F7F7EE;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#top-item-frame .StyleF_Item_ .img_ img,
#item-frame .StyleF_Item_ .img_ img
{
	width: 100%;
	margin-bottom: 0.5em;
}
#top-item-frame .StyleF_Item_ .cart_ img,
#item-frame .StyleF_Item_ .cart_ img
{
	width: 100%;
	margin-top: 0.3em;
}
#top-item-frame .StyleF_Item_ .img_ a:hover,
#top-item-frame .StyleF_Item_ .cart_ a:hover,
#item-frame .StyleF_Item_ .img_ a:hover,
#item-frame .StyleF_Item_ .cart_ a:hover
{
	opacity: 0.7;
}
#top-item-frame .StyleF_Item_ .reservation_,
#item-frame .StyleF_Item_ .reservation_
{
	background: #F66;
	text-align: center;
	padding: 0.3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	width: 100%;
}
#top-item-frame .StyleF_Item_ .order_,
#item-frame .StyleF_Item_ .order_
{
	background: #FFC000;
	text-align: center;
	padding: 0.3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	width: 100%;
}
#top-item-frame .StyleF_Item_ .sold_out_,
#item-frame .StyleF_Item_ .sold_out_
{
	background: #00BFFF;
	text-align: center;
	padding: 0.3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	width: 100%;
	margin-top: 5px;
}
#top-item-frame .StyleF_Item_ .closed_,
#item-frame .StyleF_Item_ .closed_
{
	background: #999999;
	text-align: center;
	padding: 0.3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	width: 100%;
	margin-top: 5px;
}

.StyleF_Item_ .rdt_,
.StyleF_Item_ .comment_,
.StyleF_Item_ .pre_sales_{
	display: none;
}


/*gallery*/

#gallery_frame
{
	width:102%;
	margin-right: -2%;
	overflow: hidden;
}
#gallery_frame .gallery
{
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 31.333333%;
	box-sizing: border-box;
	overflow: hidden;
}
#gallery_frame .gallery img
{
	width: 100%;
}

/*info*/

.info-frame
{
	margin-bottom: 20px;
	border: 1px solid #FAAF2C;
	background: #F7F7EE;
	padding: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.info-midashi
{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: #FAAF2C 2px dotted;
	padding-bottom: 0.5em;
}

/*deco*/

#deco-navi ul
{
	list-style: none;
}
#deco-navi ul li a
{
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	padding: 0.5em;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: #00B3C5 3px solid;
	margin-bottom: 1em;
	box-sizing: border-box;
}
#deco-navi ul li:last-child
{
	margin-bottom: 20px;
}
.deco-midashi
{
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	padding: 0.5em;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: #00B3C5 3px solid;
	margin-bottom: 20px;
	box-sizing: border-box;
	color: #F90;
}
.deco-midashi-m
{
	color: #F90;
	font-weight: bold;
}
.deco-midashi2
{
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	padding: 0.5em;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border: #F90 3px solid;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#deco-wrap
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
#deco-wrap #deco-text
{
	width: 55%;
	float: left;
}
#deco-wrap #deco-image
{
	width: 40%;
	float: right;
}
.howto-wrap
{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.howto-wrap .text
{
	float: left;
	width: 60%
}
.howto-wrap .pic
{
	width: 30%;
	float: right;
}
.howto-wrap .pic img
{
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}


/*tab*/

ul#tab
{
	display: table;
	table-layout: fixed;
	list-style: none;
	width: 100%;
}
ul#tab li
{
	display: table-cell;
	text-align: center;
	padding: 0.5em 0;
	cursor: pointer;
	background: #eee;
	box-sizing: border-box;
	-moz-border-top-left-radius: 10em;
	-webkit-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 10em;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #ccc;
	color: #F90;
}
.disnon {
  display: none;
}
ul#tab li.select
{
	border: 1px solid #ccc;
	border-bottom: none;
	-moz-border-top-left-radius: 10em;
	-webkit-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 10em;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	background: #fff;
}
.image_wrap
{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
.image_wrap img
{
	width: 100%;
}


/*footer*/

#footer
{
	text-align: center;
	border-top: dotted 2px #CCCCCC;
	padding-top: 20px;
}

#page-top
{
	position: fixed;
	bottom: 10px;
	right: 10px;
}

@media only screen and (max-width: 480px) {

body
{
	font-size: 12px;
	line-height: 1.5em;
}

/*common*/

#wrap
{
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
	width: 100%;
}

/*header*/

#header
{
	width: 100%;
	overflow: hidden;
	position: absolute;
	height: 46px;
	margin-right: -10px;
	margin-left: -10px;
	box-sizing: border-box;
}
#header #logo
{
	width: 91px;
	float: none;
	position: absolute;
	z-index: 10000;
	left: 50%;
	margin-left: -45px;
}

/*header2*/

#header2
{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#header2 .read
{
	float: none;
	font-size: 14px;
	font-weight: bold;
	color: #EC6C99;
	text-align: center;
	margin-bottom: 5px;
}
#header2 .read span:before {
	content: "\A";
 	white-space: pre;
	}


/*sns*/

#header2 #sns
{
	position: relative;
	overflow: hidden;
	float: none;
}
#header2 #sns ul
{
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
#header2 #sns ul li
{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 0.5em;
}

/*contents*/

#top-left
{
	width: 100%;
	float: none;
}
#top-right
{
	width: 100%;
	float: none;
}
#movie {
  margin-bottom: 10px;
}
#top-banner ul li
{
	margin-bottom: 10px;
}
.btn02 a
{
	margin-bottom: 10px;
}

/*item*/

#top-item-frame .StyleF_Frame_,
#item-frame .StyleF_Frame_
{
	width:103%;
	margin-right: -3%;
	overflow: hidden;
}
#top-item-frame .StyleF_Item_,
#item-frame .StyleF_Item_
{
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 47%;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.5em;
	border: 1px solid #ED6C9A;
	background: #F7F7EE;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.StyleF_Item_ .rdt_,
.StyleF_Item_ .comment_,
.StyleF_Item_ .pre_sales_{
	display: none;
}

/*gallery*/

#gallery_frame
{
	width:103%;
	margin-right: -3%;
	overflow: hidden;
}
#gallery_frame .gallery
{
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	width: 47%;
	box-sizing: border-box;
	overflow: hidden;
}


/*midashi*/

h2.midashi01
{
	margin-bottom: 10px;
}
h2.midashi02
{
	margin-bottom: 10px;
}
h2.midashi03
{
	margin-bottom: 10px;
}
h2.midashi04
{
	margin-bottom: 10px;
}

/*info*/

.info-frame
{
	margin-bottom: 10px;
}

/*deco*/

#deco-navi ul li:last-child
{
	margin-bottom: 10px;
}

#deco-wrap #deco-text
{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#deco-wrap #deco-image
{
	width: 100%;
	float: none;
}
.deco-midashi
{
	margin-bottom: 10px;
}
.deco-midashi2
{
	margin-bottom: 10px;
}
#deco-wrap
{
	margin-bottom: 10px;
}
.howto-wrap
{
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
}
.howto-wrap p:last-child
{
	margin-bottom: 1em;
}
.howto-wrap .text
{
	float: none;
	width: 100%;
}
.howto-wrap .pic
{
	float: none;
	width: 100%;
	margin-bottom: 0.5em;
}

/*footer*/

#footer
{
	padding-top: 10px;
}
#page-top
{
	position: fixed;
	bottom: 5px;
	right: 5px;
}

}
