/*ナビゲーション*/
.category {
	background-color: #f0e6d7;
	cursor: default;
	font-weight: bold;
	text-indent: -1em;
	padding: 10px 5px 10px 1.3em;
	display: block;
	position: relative;
	z-index: 5;
	font-family: MyHonoka, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	box-shadow: 0px 1px 2px -1px #988f80;
	-moz-box-shadow: 0px 1px 2px -1px #988f80;
	-webkit-box-shadow: 0px 1px 2px -1px #988f80;
}
.category.switch { cursor: pointer;}
.category.switch:hover { background-color: #e2d3bb;}
.category.switch::before {
	color: #999;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 1.3em;
	font-weight: lighter;
	padding-right: 0.2em;
}

.subnavi{
	background-color: #fff;
	border: 1px solid #f0eee7;
}

/* 769px to  */
nav ul#side_menu-back {background: #ded5ce;}
nav li { margin: 0 0 5px;}
nav li a { display: block;}
nav li a:hover {
	color: inherit;
	text-decoration: none;
}
.subnavi li {
	border-bottom: 1px dashed #999;
	line-height: 1.2em;
	margin: 0px;
	padding: 3px 0 3px 15px;
	position: relative;
	text-indent: 0;
}
@-moz-document url-prefix() {
  .subnavi li {background-color:#fff;}
}
.subnavi li:last-child{
	border-bottom: none;
	box-shadow:0px 2px 1px -1px #d0ccc5;
	-moz-box-shadow:0px 2px 1px -1px #d0ccc5;
	-webkit-box-shadow:0px 2px 1px -1px #d0ccc5;
}
.subnavi li:hover {
	background-color: #f0e6d7;
}
.subnavi li a{
	padding: 0.5em 0;
}
#nav_wrap {
	display: none;
}

#_btn,
#_btn2,
#_btn3 {
	display: none;
}
nav {
	background: none;
	position: static;
	float: left;
	width: 220px;
	margin-top: 33px;
	text-align: left;
	border-radius: 4px;
}
nav ul#side_menu-back{
	background-color: transparent;
	border-radius: 4px;
	padding: 1px 0;
}


/*------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

/* 0 to 768px */
#_btn,
#_btn2,
#_btn3 {
	display: inherit;
}
#_btn {
	overflow: hidden;
	width: 100%;
	height: 60px;
	position: relative;
	top: 0;
	z-index: 2;
	text-align: left;
}
#nav_open {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 50px;
	cursor: pointer;
	margin: 5px;
	padding-top: 20px;
}
.button-icon {
	display: inline-block;
	width: 50px;
	text-align: center;
	text-decoration: none;
	position: relative;
	background-color: #fbadc5;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0;
	border-radius: 10px;
}
.button-icon::before,
.button-icon::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-icon,
.button-icon::before,
.button-icon::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#aside_close {}
#_btn3 {}
#nav_close {
	background-color: #f9f6ef;
	cursor: pointer;
	position: relative;
	right: 0;
	text-align: right;
	margin-bottom: 15px;
	font-size: 200%;
	font-weight: normal;
	top: 5px;
}

nav {
	background: #f9f6ef;
	width: 220px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -220px;
	z-index: 5;
	text-align: left;
	margin-top: 0;
	border-radius: 0;
}

}




