main {
  z-index: 2;
  position: relative;
  height: 100%;
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -ms-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  overflow: hidden;
}

.sidebar {
	height: 100%;
	width: 290px;
	position: fixed;
	top: 0;
	z-index: 1;
	right: 0;
}

.bar {
	display: block;
	height: 2px;
	width: 34px;
	background-color: #3A2E26;
	margin: 7px auto;
}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.nav-right {
	position: fixed;
	right: 20px;
	top: 12px;
}

.nav-right.visible-xs {
	z-index: 3;
}

.hidden-xs {
	display: none;
}

.middle {
	margin: 0 auto 0 0;
	width: 28px;
}

.bar {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.nav-right.visible-xs .active .bar {
	background-color: #9F958C;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.button.active .top {
	-webkit-transform: translateY(9px) rotateZ(45deg);
	-moz-transform: translateY(9px) rotateZ(45deg);
	-ms-transform: translateY(9px) rotateZ(45deg);
	-o-transform: translateY(9px) rotateZ(45deg);
	transform: translateY(9px) rotateZ(45deg);
}

.button.active .bottom {
	-webkit-transform: translateY(-9px) rotateZ(-45deg);
	-moz-transform: translateY(-9px) rotateZ(-45deg);
	-ms-transform: translateY(-9px) rotateZ(-45deg);
	-o-transform: translateY(-9px) rotateZ(-45deg);
	transform: translateY(-9px) rotateZ(-45deg);
}

.button.active .middle {
	width: 0;
}

.move-to-left {
	-webkit-transform: translateX(-290px);
	-moz-transform: translateX(-290px);
	-ms-transform: translateX(-290px);
	-o-transform: translateX(-290px);
	transform: translateX(-290px);
}

nav {
	padding-top: 30px;
}

.sidebar-box {
	height: 100%;
	width: 100%;
	background: #726356;
	overflow: scroll;
	margin: 0;
	padding: 25px;
}

.sidebar p {
	padding: 0 0 0 2px;
	margin: 5px 0;
	font-size: 13px;
	line-height: 1.5;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.sidebar p a {
	color: #C0B7AD;
	text-decoration: none;
}
.sidebar.active p {
	opacity: 1;
	transform: translateY(0px);
}

.sidebar-list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.sidebar-item {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.sidebar-item::before {
	display: none;
}

.sidebar-item:first-child {
	-webkit-transition: all .5s .1s ease-in-out;
	-moz-transition: all .5s .1s ease-in-out;
	-ms-transition: all .5s .1s ease-in-out;
	-o-transition: all .5s .1s ease-in-out;
	transition: all .5s .1s ease-in-out;
}
.sidebar-item:nth-child(2) {
  -webkit-transition: all .5s .2s ease-in-out;
  -moz-transition: all .5s .2s ease-in-out;
  -ms-transition: all .5s .2s ease-in-out;
  -o-transition: all .5s .2s ease-in-out;
  transition: all .5s .2s ease-in-out;
}

.sidebar-item:nth-child(3) {
  -webkit-transition: all .5s .3s ease-in-out;
  -moz-transition: all .5s .3s ease-in-out;
  -ms-transition: all .5s .3s ease-in-out;
  -o-transition: all .5s .3s ease-in-out;
  transition: all .5s .3s ease-in-out;
}

.sidebar-item:nth-child(4) {
  -webkit-transition: all .5s .4s ease-in-out;
  -moz-transition: all .5s .4s ease-in-out;
  -ms-transition: all .5s .4s ease-in-out;
  -o-transition: all .5s .4s ease-in-out;
  transition: all .5s .4s ease-in-out;
}

.sidebar-item:nth-child(5) {
  -webkit-transition: all .5s .5s ease-in-out;
  -moz-transition: all .5s .5s ease-in-out;
  -ms-transition: all .5s .5s ease-in-out;
  -o-transition: all .5s .5s ease-in-out;
  transition: all .5s .5s ease-in-out;
}

.sidebar-item:nth-child(6) {
  -webkit-transition: all .5s .6s ease-in-out;
  -moz-transition: all .5s .6s ease-in-out;
  -ms-transition: all .5s .6s ease-in-out;
  -o-transition: all .5s .6s ease-in-out;
  transition: all .5s .6s ease-in-out;
}

.sidebar-item:nth-child(7) {
  -webkit-transition: all .5s .7s ease-in-out;
  -moz-transition: all .5s .7s ease-in-out;
  -ms-transition: all .5s .7s ease-in-out;
  -o-transition: all .5s .7s ease-in-out;
  transition: all .5s .7s ease-in-out;
}

.sidebar-item:nth-child(8) {
	-webkit-transition: all .5s .8s ease-in-out;
	-moz-transition: all .5s .8s ease-in-out;
	-ms-transition: all .5s .8s ease-in-out;
	-o-transition: all .5s .8s ease-in-out;
	transition: all .5s .8s ease-in-out;
}

.sidebar-item:nth-child(9) {
	-webkit-transition: all .5s .9s ease-in-out;
	-moz-transition: all .5s .9s ease-in-out;
	-ms-transition: all .5s .9s ease-in-out;
	-o-transition: all .5s .9s ease-in-out;
	transition: all .5s .9s ease-in-out;
}

.sidebar-item:last-child {
	-webkit-transition: all .5s 1.1s ease-in-out;
	-moz-transition: all .5s 1.1s ease-in-out;
	-ms-transition: all .5s 1.1s ease-in-out;
	-o-transition: all .5s 1.1s ease-in-out;
	transition: all .5s 1.1s ease-in-out;
}

.sidebar-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.sidebar-anchor, .sidebar-anchor2 {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 4px;
	margin: 20px 0 0 0;
	font-size: 15px;
	line-height: 1.2;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.sidebar-anchor2 {
	margin: 8px 0 0 18px;
	font-size: 14px;
}

.sidebar-anchor:before, .sidebar-anchor2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #524740;
}
.sidebar-anchor:after, .sidebar-anchor2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #C0B9B2;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
a:hover:after {
	transform: scale(1);
}
a:focus{
	outline:none;
}

.sidebar-anchor.contact_btn {
	display: inline-block;
	position: relative;
	padding: 10px 12px;
	margin: 25px 0 0 0;
	background: #ce6826;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	border-radius: 3px;
}
.sidebar-anchor.contact_btn::before {
	display: none;
}
a.sidebar-anchor.contact_btn:before, a.sidebar-anchor.contact_btn:after {
	display: none;
}
.contact_btn:hover {
	background: #b45a14;
}

.insta {
	width: 22px;
	height: 22px;
	background: url(../img/ic_insta_wt.png) no-repeat left top;
	background-size: 100% auto;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	margin: 30px 0 0 3px;
}
a.insta:before, a.insta:after {
	display: none;
}
a.insta:hover {
	opacity: 0.5;
}



	/*################################ 750px 以上 ################################*/

	@media only screen and (min-width: 750px) {
	
	main {
		z-index: 1;
	}
	
	.bar {
		height: 2px;
		width: 48px;
		margin: 9px auto;
	}
	
	.nav-right {
		right: 25px;
		top: 12px;
	}
	
	.middle {
		margin: 0 auto 0 0;
		width: 38px;
	}
	
	.button.active .top {
		-webkit-transform: translateY(11px) rotateZ(45deg);
		-moz-transform: translateY(11px) rotateZ(45deg);
		-ms-transform: translateY(11px) rotateZ(45deg);
		-o-transform: translateY(11px) rotateZ(45deg);
		transform: translateY(11px) rotateZ(45deg);
	}
	
	.button.active .bottom {
		-webkit-transform: translateY(-11px) rotateZ(-45deg);
		-moz-transform: translateY(-11px) rotateZ(-45deg);
		-ms-transform: translateY(-11px) rotateZ(-45deg);
		-o-transform: translateY(-11px) rotateZ(-45deg);
		transform: translateY(-11px) rotateZ(-45deg);
	}

 	.sidebar {
		width: 370px;
		right: -100%;
		transition: all ease-in 0.8s;
		opacity: 0;
		overflow: hidden;
	}
	.sidebar.active {
		right: 0;
		transition: all ease 0.8s;
		opacity: 1;
	}
	.move-to-left {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.sidebar-box {
		background: #524740;
		padding: 40px 50px;
		z-index: 2;
	}
	.sidebar-box p {
		padding: 0;
		margin: 0 0 10px 0;
		font-size: 14px;
		color: #9F958C;
	}
			
	.sidebar-anchor {
		padding: 5px;
		margin: 25px 0 0 0;
		font-size: 17px;
	}
	
	.sidebar-anchor2 {
		padding: 5px;
		margin: 12px 0 0 20px;
		font-size: 16px;
	}

	.sidebar-anchor:before, .sidebar-anchor2:before {
		background: #726356;
	}

	.sidebar-anchor.contact_btn {
		padding: 12px 16px;
		margin: 34px 0 0 0;
		border-radius: 5px;
	}
	
	.insta {
		width: 24px;
		height: 24px;
		margin: 40px 0 0 3px;
	}

	
	}



		/*################################ 1160px 以上 ################################*/

		@media only screen and (min-width: 1160px) {

		.nav-right {
			right: 40px;
			top: 15px;
		}

		.bar {
			background-color: #f4ede3;
		}

		}




