@charset "Shift_JIS";

/*汎用設定*/

body,table
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}

body
{
	background: url(../images/bg.jpg) fixed;
	padding: 20px;
}

a:link
{
	text-decoration: none;
	color: #FF0;
}
a:visited
{
	text-decoration: none;
	color: #FF0;
}
a:hover
{
	text-decoration: underline;
	color: #000;
}
p
{
	margin-bottom: 1em;
}



/*エリア指定*/

#wrap
{
	max-width: 800px;
	margin: 0px 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);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #FFEFBF;
}
#slideshow {
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 75%;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
   width: 100%;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

/*sns*/

#sns
{
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	background: #B53722;
}
#sns ul
{
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
#sns ul li
{
	position: relative;
	left: -50%;
	float: left;
	margin-right: 0.5em;
}

.info
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 27.5%;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	background: url(../images/info.jpg) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
#movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pic-wrap
{
	width: 100%;
	overflow: hidden;
}
#pic-wrap ul
{
	list-style: none;
}
#pic-wrap ul li
{
	width: 50%;
	float: left;
}
#pic-wrap ul li img
{
	width: 100%;
}
.buy-btn a
{
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 50%;
	margin: 20px auto;
	padding: 0.5em 0;
	background: #B53722;
	color: #fff;
	display: block;
	text-align: center;
}
.buy-btn a:hover
{
	background: #F90;
	text-decoration: none;
}
#footer
{
	text-align: center;
}


@media only screen and (max-width: 480px) {
	

body
{
	padding: 0;
	font-size: 0.8em;
}

#wrap
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.info
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 54.166666%;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	background: url(../images/info2.jpg) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
#pic-wrap ul li
{
	width: 100%;
	float: none;
}

.buy-btn a
{
	-moz-border-radius: 10em;
	-webkit-border-radius: 10em;
	border-radius: 10em;
	width: 50%;
	margin: 10px auto;
	padding: 0.5em 0;
	background: #B53722;
	color: #fff;
	display: block;
	text-align: center;
}

}