@charset "utf-8";


/* ハンバーガーメニュー */
h1{
	padding: 10px;
}
h1 img{
	width:200px;
}
#header{
	position:relative;
}
/*言語切替用*/
#header #language{
	position:absolute;
	top:25px;
	right:70px;
	z-index:1;
	
}
#header #language a{
	padding:5px 10px 5px 15px;
	background-color:#666;
	color:#FFF;
	font-size:small;
	position: relative;
	border-radius: 5px 5px 5px 5px;
}
#header #language a::before{
position: absolute;
content: "";
left: 4px;
top:0;
bottom: 0;
margin: auto;
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #fff;
}
/**/
.inner{
	background-color: #e4d0b6;
	position:relative;
}
/**/
#menu{
	display: none;
	background-color: #D0AE80;
}
#home{
	display:none;
}
#menu li{
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#menu li a{
	display: block;
	color: #333;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 10px;
	background-color: #F3F3F3;
	position:relative;
}

#menu li a::after{
	display: block;
	content: url(../images/arrow.png);
	position: absolute;
	top: 21%;
	right: 5px;
	position: absolute;
	top: 50%;
	margin-top: -12px;	

}

#menu li a:hover{
	background-color: #CCCCCC;
	color: #333;
}
 
  
/* Toggle Button */
#toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
	border: 1px solid #ccc;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFF;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

#toggle div {
    position: relative;
}
#toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#toggle span:nth-child(1) {
    top: 0;
}
#toggle span:nth-child(2) {
    top: 11px;
}
#toggle span:nth-child(3) {
    top: 22px;
}
#toggle {
    display: block;
    }

/* #nav-toggle 切り替えアニメーション */
.open #toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

@media only screen and (min-width: 980px) {
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	z-index:1000;
}
h1{
	padding: 10px;
	text-align:center;
}
h1 img{
	/*width:487px;*/
	width:380px;
	margin-bottom:20px;
}
	#toggle{ 
  display: none;
}
#header{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	}
/*言語切替用*/
#header #language{
	left:40px;
}
#menu{
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	padding: 1em 0px 1em 0px;
	position: relative;	
}
#menu #reserve{
	position: absolute;
	width: 180px;
	z-index: 100;
	text-align: center;
	/*top: -140px;*/
	top: -110px;
	right: 6px;
	border-right-style: none;
}
#menu #reserve a{
	background-color: #594A3C;
	color: #FFF;
	border-radius: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#menu #reserve a:hover{
	background-color: #3c3228;
	color: #FFF;

}
#home{
	display:block;
}
#menu li{
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	border-bottom-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
 }
#menu li:last-child{
	border-right-style: none;
}
#menu li a{
	text-align: center;
	background-color: inherit;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-shadow: 1px 1px 5px #666;
    /*font-weight: bold;*/
}
#menu li a::after{
	background-color: #D9BE99;	
}
#menu li a::after{
	content:none;


}
#menu li a:hover{
	background-color: #e4d0b6;
	color: #FFF;
}
#global-nav{
	background-color: #D0AE80;
}

}
