@charset "UTF-8";
/*===============================================*/
/*  humbergermenu.css */
/*===============================================*/
@media screen and (max-width: 768px) {
	#humberger {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
		width: 50px;
		padding: 17px 13px 11px;
		background: #C2973B;
		cursor: pointer;
		z-index: 50000;
	}

	.icon-bar {
		-moz-box-sizing: initial;
		-webkit-box-sizing: initial;
		box-sizing: initial;
		height: 2px;
		background: #FFF;
		display: block;
		margin-bottom: 5px;
		-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		-o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
		transition: all 400ms cubic-bezier(1, 0, 0, 1);
		/* easeInOutExpo */
		-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
		transition-timing-function: cubic-bezier(1, 0, 0, 1);
		/* easeInOutExpo */
	}

	/**
	* ドロワー開放時のスタイル
	**/
	body.drawer-opened #page {
		right: -240px;
		box-shadow: 1px 0 2px #000;
		-webkit-box-shadow: 1px 0 2px #000;
	}

	body.drawer-opened .fixed-content {
		right: -240px;
	}

	body.drawer-opened #humberger .icon-bar {
		background: #FFF;
	}

	body.drawer-opened #humberger :nth-child(1) {
		transform: translate(0, 7px) rotate(225deg);
		-webkit-transform: translate(0, 7px) rotate(225deg);
	}

	body.drawer-opened #humberger :nth-child(2) {
		//transform: translate(-20px, 0);
		//-webkit-transform: translate(-20px, 0);
		opacity: 0;
	}

	body.drawer-opened #humberger :nth-child(3) {
		transform: translate(0, -7px) rotate(-225deg);
		-webkit-transform: translate(0, -7px) rotate(-225deg);
	}

	body.drawer-opened #overlay {
		z-index: 20001;
		opacity: 0.8;
		right: -240px;
	}
}
/**/
#drawernav {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #5c3735;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF5C3735', endColorstr='#FF3B1513');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM1YzM3MzUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjE1MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
	background-size: 100%;
	background-image: -moz-linear-gradient(left, #5c3735 25%, #3b1513 100%);
	background-image: -webkit-linear-gradient(left, #5c3735 25%, #3b1513 100%);
	background-image: linear-gradient(to right, #5c3735 25%, #3b1513 100%);
	color: #000;
	z-index: 1000;
	overflow-y: auto;
}

.spNav {
	padding-top: 10%;
}

.spNav .nav-item {
	line-height: 3;
	text-align: center;
}

.spNav .nav-item a {
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.spNav .nav-item.-btn {
	width: 60%;
	margin: 5% auto 0;
}

.fixed-content {
	right: inherit;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	-o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
	transition: all 400ms cubic-bezier(1, 0, 0, 1);
	/* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
	/* easeInOutExpo */
}

