/* ==============================================================================

  CSS reset

================================================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ==============================================================================

  Base style

================================================================================= */

body.home {
	font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ; 
	font-size: 10px;
	background: transparent url(../css/img/bg.png) repeat-y;
	background-size: 101% 100%;
	-moz-background-size:101% 100%;
	color: #fff;
	position: relative;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

::selection { color: #000; background-color: #fff;}
::-moz-selection { color: #000; background: #fff; }  
:focus {-moz-outline-style: none;}

/* clearfix */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */


/* ==============================================================================

  header

================================================================================= */

#header {
	width: 100%;
	border-top: 10px solid #000;
}

#head_inner {
	width: 1000px;
	margin: 0 auto;
	padding:30px 0 30px;
}

#title {
	float: left;
	width: 183px;
	height: 15px;
	text-indent: -9999px;
	background: transparent url(../css/img/open.png) no-repeat;
	margin: 12px 7px 0 0;
}

#cowntdown {
	float: left;
}

#timer {
	font-size: 30px;
	font-family: "Times New Roman";
	letter-spacing: 3px;
	float: left;
}

#day {
	font-size: 16px;
}

#sns {
	float: right;
	width: 170px;
}

#sns_left {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}

.fb-like {
	z-index: 1000;
}


/* ==============================================================================

  contents

================================================================================= */

#concept {
	width: 1000px;
	margin: 0 auto 75px;
}

#bgarch {
	position: absolute;
	top: 17%;
	left: 50%;
	margin-left: -450px;
	z-index: -1;
}

/* slider */

.flexslider ul{
	margin: 0;
	padding: 0;
}
.flexslider li{
	list-style: none;
	text-align: center;
}
.flexslider .slides{
	position: relative;
}
.flex-direction-nav li a{
	position: absolute;
	text-indent: 300%;
	overflow: hidden;
	white-space: nowrap;
	width: 61px;
	height: 61px;
	top: 140px;
}

#cover_background {
	height: 430px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
}

#covercenter {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

img#cover_left {
	position: absolute;
	right: 1000px;
}

img#cover_right {
	position: absolute;
	left: 1000px;
	width: 1000px;
}

#cover_left_black {
	background-color: #000;
	width: 1000px;
	height: 400px;
	z-index: 4;
	position: absolute;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);

	top: 0px;
	right: 1000px;
}

#cover_right_black {
	background-color: #000;
	width: 1000px;
	height: 400px;
	z-index: 4;
	position: absolute;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	top: 0px;
	left: 1000px;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -425px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 12px;
	height: 13px;
	display: block;
	background: transparent url(../css/img/bullet.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: transparent url(../css/img/bullet.png) no-repeat;
	background-position: 0 -13px; 
}

.flex-control-paging li a.flex-active {
	background: transparent url(../css/img/bullet.png) no-repeat;
	cursor: default;
	background-position: 0 -13px;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* slider_end */

#shop_list {
	background: transparent url(../css/img/bg2.png) repeat-x;
	padding-bottom: 65px;
	margin-bottom: 45px;
}

#shop_list2 {
	background: transparent url(../css/img/bg2.png) repeat-x;
	padding-bottom: 20px;
	margin-bottom: 45px;
}

#reception {
	width: 1000px;
	margin: 0 auto;
}

#reception2 {
	width: 768px;
	margin: 0 auto 40px;
}

#button a {
	width: 364px;
	height: 50px;
	position: absolute;
	text-indent: -9999px;
	background: transparent url(../css/img/button.png) no-repeat;
	right: 50px;
	bottom: 60px;
}

#button a:hover {
	background: transparent url(../css/img/button.png) no-repeat;
	background-position: 0 -50px;
}

#eventdetail {
	width: 1000px;
	margin: 0 auto 30px;
	position: relative;
}

#list_inner {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 55px;
}

#shopcap {
	width: 312px;
	height: 53px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../css/img/shopcap.png) no-repeat;
	margin: 0 auto 25px;
}

#list {
	margin: 0 auto;
	padding-bottom: 35px;
	font-size: 12px;
	width: 970px;
}

.list2 {
	width: 815px !important;
}

#list li {
	float: left;
	width: 140px;
	margin-left: 26px;
}

#list li a {
	width: 100%;
	height: 100%;
	display: block;
	
}

#list li:first-child {
	margin-left: 0;
}

#list li p img {
	margin-bottom: 10px;
}

#shopname {
	margin-bottom: 5px;
	height: 30px;
	font-family: 'Times New Roman' ; 
}

#category {
	font-size: 10px;
	color: #47352e;
}

#number {
	margin-bottom: 30px;
}


#info {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#info_left {
	width: 481px;
	float: left;
}

#info_right {
	width: 481px;
	float: left;
	margin-left: 38px;
}

#fbcap {
	width: 477px;
	height: 51px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../css/img/tsushinfbcap.png) no-repeat;
	margin: 0 auto 25px;
	text-align: center;
}

#mapcap {
	width: 130px;
	height: 51px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../css/img/map_cap.png) no-repeat;
	margin: 0 auto 25px;
}

#map {
	width: 481px;
	height: 236px;
	background: url(../css/img/mapframe.png) no-repeat;
	color: #000;
	margin-bottom: 30px;
}

#mapleft {
	float: left;
	font-weight: bold;
}

#mapright {
	float: right;
	text-decoration: underline;
}

#mapright a {
	color: #000;
}

#mapright a:hover {
	text-decoration: none;
}

#map iframe {
	margin: 9px 0 0 9px;
}

#info_right p img {
	margin-bottom: 40px;
}

#bunner_list li {
	float: left;
	margin-left: 30px;
}

#bunner_list li:nth-child(2n-1) {
	margin-left: 0;
}

.fb-like-box {
	background: #fff;
}


/* ==============================================================================

  footer

================================================================================= */

#footer {
	background: transparent url(../css/img/bg3.png) repeat-x;
	padding: 30px 0 35px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Times New Roman';
}

#footlogo {
	padding-bottom: 10px;
}

#footer ul {
	margin: 0 auto 20px;
	width: 308px;
	letter-spacing: 1px;
}

#footer ul li {
	float: left;
	border-left: 1px solid #fff;
	padding-left: 15px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer	ul li:first-child {
	border: 0;
	padding-right: 15px;
}

#footer address {
	color: #47352e;
	font-weight: bold;
	letter-spacing: 1px;
}




/* ==============================================================================

  mediaquery

================================================================================= */


@media screen and (max-width: 680px) {
    #bgarch {
    display: none;
}
}/* 480_end */

