@charset "Shift_JIS";

/*----------------------------------------------------

 Base 

----------------------------------------------------*/

/* Header
----------------------------------------------------*/
.fp-viewing-concept		#header,
.fp-viewing-about		#header,
.fp-viewing-experience		#header,
.fp-viewing-shop		#header,
.fp-viewing-access		#header,
.fp-viewing-contact		#header,
#lower		#header	{
	top:0;
	opacity:1;
}

/* nav
----------------------------------------------------*/
nav>ul>li {
	display:table-cell;
	height:80px;
	vertical-align:middle;
	text-align:left;
}
nav>ul>li.sns	{	width:7%}
nav>ul>li:nth-child(1)	{
	width:23%;
	text-align:left;
}
nav>ul>li:nth-child(2)	{	width:9%;}
nav>ul>li:nth-child(3)	{	width:16%;}
nav>ul>li:nth-child(4)	{	width:11%;}
nav>ul>li:nth-child(5)	{	width:7%;}
nav>ul>li:nth-child(6)	{	width:8%;}
nav>ul>li:nth-child(7)	{	width:9%;}
nav>ul>li:nth-child(8)	{	width:10%;}

#lower		nav>ul>li:nth-child(3) a:before	{
	display:none;
}
#lower		nav>ul>li:nth-child(4) a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

/* contents
----------------------------------------------------*/
/*#contents02	h2:after	{	content:'コンセプト';}
#contents03	h2:after	{	content:'からかみとは';}
#contents04	h2:after,
#experience	h2:after	{	content:'体験';}
#contents05	h2:after	{	content:'ショップ';}
#contents06	h2:after	{	content:'アクセス';}
#contents07	h2:after	{	content:'お問い合わせ';}*/
.section	h2	{
	padding-bottom:10px !important;
}
.section	h2:after	{
	content:'' !important;
}

@media screen and (min-width:40em) {
}


