@import url("feed_horizontal_alt_sp.css") only screen and (max-width:700px);
@import url("feed_horizontal_alt.css") only screen and (min-width:701px);

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body { display: block; -webkit-text-size-adjust: 100%;}
html { overflow-y: scroll; }
::-moz-selection{ background: #121212; color: #e5e5e5; text-shadow: none; }
::selection { background: #121212; color: #e5e5e5; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #121212; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* Primary Styles */

body {
	padding: 0px;
	font-family: 'Roboto Condensed', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #ffffff;
	background-color: #000000;
}
.top {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 50%;
	height: auto;
}
#viewer {
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#viewer img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.fullimg {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

.anchor {
	position: relative;
	float: left;
	height: 50px;
	background-color: #ffffff;
}
.title {
	position: relative;
	top: 0;
	overflow: hidden;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding-bottom: 98px;
	text-align: center;
	border-bottom: 2px solid #ffffff;  
}
.titletxt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 64px auto;
	font-size: 1.8em; 
	line-height: 1;
	letter-spacing: 0.15em;
}
.copyright {
	position: relative;
	top: 0;
	overflow: hidden;
	float: left;
	width: 100%;
	height: auto;
	margin: 30px 0 0 0;
	padding-bottom: 98px;
	text-align: center;
	border-top: 2px solid #0d0d0d; 
}
.copyrighttxt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 38px auto;
	color: #444444;
	font-size: 0.6em; 
	line-height: 2;
	letter-spacing: 0.2em;
}
#snsset {
	width: 80px;
	height: 30px;
	position: absolute;
	right: 50px;
	top: 35px;
}
.snsshapes{ 
    position: relative; 
    float: left;
    height: 30px; 
    width: 30px; 
    background-color: #ffffff; 
    border-radius: 30px; 
    margin-left: 10px;
}
.snsshapes:hover{ 
    background-color: #999999; 
}

#menu {
	position: fixed;
	top:0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #111111;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 9999;
}

.navi1 {
	width: 100%;
	padding-bottom: 100px;
	margin: 0;
	position: fixed;
	background-color: #000000;
	z-index: 999;
}
.navi2 {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 9998;
}

.naviset1 {
	width: 100%;
	height: 100px;
	position:absolute;
	margin: 25px 0 0 -25px;
	text-align: center;
}

.naviset2 {
	width: 300px;
	height: 300px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-150px 0 0 -150px;
	text-align: center;
}

.naviset1 li {
	display: inline;
	margin-left: 20px;
}

.naviset1 a {
	color: #ffffff;
	text-decoration: none;
}
.naviset1 a:hover {
	color: #666666;
	text-decoration: none;
}
.naviset2 span {
	margin-top: 30px;
	width: 300px;
	position:relative;
	float: left;
	color: #e5e5e5;
	font-size: 1em; 
	line-height: 1;
	letter-spacing: 0.1em;
}


.mask, .mask2 {
	float: left;
	text-decoration: none;
	background-color: #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 9;
}

/*.worksLinkbtn {
	width: 98%;
	width: -webkit-calc(100% - 44px);
	width: calc(100% - 44px);
	height: 56px;
	border: 2px solid #313131;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}*/

.reservationCont {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	text-align: center;
}

.cont{
	width:60%;
	position:relative;
	margin:40px auto;
}

#border {
	height:10px;
	background: #000000 url(../img/border.png) repeat-x center;
}

.aboutCont {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	text-align: center;
}

#aboutEn {
	font-size: 2.4em; 
	font-weight: 300;
	line-height: 1.4;
}

#aboutJp {
	font-size: 0.8em; 
	font-weight: 300;
	line-height: 2.4;
}

.menuCont {
	float: left;
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	text-align: center;
}
.menuBtn {
	position: relative;
	width: 60%;
	height: 80px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	background-color: #1b1b1b;
}
.menuBtnTxt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 24px auto;
	font-size: 1.8em; 
	line-height: 1;
	letter-spacing: 0.05em;
}
.menuBtnTxt p {
	display: inline;
	vertical-align: middle; 
	margin-left: 20px;
	font-size: 0.6em; 
	line-height: 1;
	letter-spacing: 0.05em;
}
.menuBtnTxt small {
	display: inline;
	vertical-align: middle; 
	margin-left: 20px;
	font-size: 0.4em; 
	line-height: 1;
	letter-spacing: 0.05em;
}

.infoCont {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0 3%;
	text-align: left;
	overflow: hidden;
}
.infoStore {
	position: relative;
	float: left;
	overflow: hidden;
}
.infoStore img {
	width: 100%;
	margin: 20px 0 20px 0;
	overflow: hidden;
}
.infoBtn {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background-color: #1b1b1b;
}
.infoBtn .mask2 {
	padding-bottom: 30px;
}
.infoBtnTxt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 6px auto;
	font-size: 1em; 
	line-height: 1;
	letter-spacing: 0.05em;
}
.infoTxt {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 40px 0;
	text-align: left;
	overflow: hidden;
	font-size: 1em; 
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.infoTxt p {
	display: inline;
	font-size: 0.7em; 
	line-height: 1;
	letter-spacing: 0.05em;
}

/* EFFECTS */

a .mask {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
a:hover .mask {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a .mask2 {
	-webkit-transition: 0.2s ease-out;
	   -moz-transition: 0.2s ease-out;
	     -o-transition: 0.2s ease-out;
	        transition: 0.2s ease-out;
}
a:hover .mask2 {
	opacity: 0.4;
	filter: alpha(opacity=40);
}


/* Media Queries */



/* One Column */

@media screen and (min-width:100px) {
	body {
		max-width: 2400px;
		margin: 0 auto;
		padding: 0px;
		overflow: hidden;
	}
	.top {
		width: 100%;
		margin-top: 0;
		padding-bottom: 150%;
		overflow: hidden;
	}
	.top img {
		width: 180px;
		height: 180px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-90px 0 0 -90px;
	}
	#viewer {
		margin-top: 0;
	}
	.fullimg {
		width: 200%;
		height: auto;
		left: -40%;
	}
	#logo {
		width: 240px;
		height: 240px;
		position:absolute;
		top:33%;
		left:50%;
		margin:-120px 0 0 -120px;
	}
	#storename {
		width: 240px;
		height: 126px;
		position:absolute;
		top:72%;
		left:50%;
		margin: 0 0 0 -120px;
	}
	.closebtn {
		width: 50px;
		height: 50px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.mask, .mask2 {
		position: absolute;
		width: 100%;
		margin: 0 0 0 0;
		padding-bottom: 80px;
	}
	.navi1 {
		display: none;
	}
	.navi2 {
		display: none;
	}
	#menu {
		display: block;
	}
	.cont{
		width: 90%;
	}
	.menuBtn {
		width: 90%;
	}
	.menuBtnTxt {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 28px auto;
		font-size: 1.4em; 
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.menuBtnTxt p {
		display: inline;
		vertical-align: middle; 
		margin-left: 20px;
		font-size: 0.6em; 
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.menuBtnTxt small {
		display: inline;
		vertical-align: middle; 
		margin-left: 20px;
		font-size: 0.4em; 
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.infoCont {
		margin: 0 0 0 0;
	}
	.infoStore {
		width: 90%;
		margin: 0 5% 0 5%;
		/*padding-bottom: 90%;*/
	}
	#snsset {
		right: 20px;
	}
	.copyright {
		text-align: left;
	}
	.copyrighttxt {
		left: 20px;
		font-size: 0.5em; 
		letter-spacing: 0;
	}
}

/* Two Column */

@media screen and (min-width:700px) {
	.navi1 {
		display: block;
	}
	.navi2 {
		display: none;
	}
	#menu {
		display: none;
	}
	.top {
		width: 100%;
		margin-top: 100px;
		padding-bottom: 50%;
	}
	#viewer {
		margin-top: 100px;
	}
	.fullimg {
		width: 100%;
		height: auto;
		left: 0;
		position: absolute;
	}
	#logo {
		width: 240px;
		height: 240px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-120px 0 0 -120px;
	}
	#storename {
		width: 240px;
		height: 126px;
		position:absolute;
		top:50%;
		left:85%;
		margin:-63px 0 0 -120px;
	}
	.mask, .mask2 {
		position: absolute;
		width: 100%;
		margin: 0 0 0 0;
		padding-bottom: 80px;
	}
	.cont{
		width: 75%;
	}
	.menuBtn {
		width: 75%;
	}
	.menuBtnTxt {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 24px auto;
		font-size: 1.8em; 
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.menuBtnTxt p {
		display: inline;
		vertical-align: middle; 
		margin-left: 20px;
		font-size: 0.6em; 
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.menuBtnTxt small {
		display: inline;
		vertical-align: middle; 
		margin-left: 20px;
		font-size: 0.4em; 
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.infoCont {
		margin: 0 0 0 4%;
	}
	.infoStore {
		width: 45%;
		margin: 0 2% 0 0;
		/*padding-bottom: 45%;*/
	}
	#snsset {
		right: 50px;
	}
	.copyright {
		text-align: center;
	}
	.copyrighttxt {
		left: 0;
		font-size: 0.6em; 
		letter-spacing: 0.2em;
	}
}

/* Three Column */

@media screen and (min-width:900px) {
	.cont{
		width: 60%;
	}
	.menuBtn {
		width: 60%;
	}
	.infoCont {
		margin: 0 0 0 3%;
	}
	.infoStore {
		width: 30%;
		margin: 0 2% 0 0;
		/*padding-bottom: 30%;*/
	}
}
