@charset "UTF-8";

/*　SP専用メニュー　slidebars */
#sb-site, .sb-site-container, .sb-slidebar, body, html {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	/*overflow-x: hidden;*/
}

html {
	width: 100%;
	overflow-x: hidden;
	height: 100%;
}

body {
	min-height: 100%;
	height: auto;
	position: relative;
}

html.sb-scroll-lock.sb-active:not(.sb-static), html.sb-scroll-lock.sb-active:not(.sb-static) body { 
	overflow: hidden;
	/*height: 100%;*/
}

#sb-site, .sb-site-container {
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1;
	background: #ffffff;
}

#sb-site:before, &:after{
		content: ' ';
		display: table;
		clear: both;
		height: 0;
		max-height: 0;
		min-height: 0;
}

.sb-site-container:after,
.sb-site-container:before {
		content: ' ';
		display: table;
		clear: both;
}

.sb-slidebar {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	z-index: 0;
	display: none;
	-webkit-transform: translateZ(0px);

}

.sb-left {
	left: 0;
}

.sb-right {
	right: 0;
}

.sb-slidebar.sb-static, html.sb-static .sb-slidebar {
	position: absolute;
}

.sb-slidebar.sb-active {
	display: block;
	background: rgba(2,66,104,0.9);
}

.sb-style-overlay {
	z-index: 9999;
}


.sb-slidebar {
	width: 320px;
}

.sb-width-thin {
	width: 15%;
}

.sb-width-wide {
	width: 45%;
}


@media (max-width: 750px) {
	.sb-slidebar {
		width: 100%;
	}
	.sb-width-thin {
		width: 100%;
	}
	.sb-width-wide {
		width: 100%;
	}

}


@media (min-width: 992px) {
	.sb-slidebar {
		width: 280px
	}
	.sb-width-thin {
		width: 15%;
	}
	.sb-width-wide {
		width: 45%;
	}
}

@media (min-width: 1200px) {
	.sb-slidebar {
		width: 320px;
	}
	.sb-width-thin {
		width: 5%;
	}
	.sb-width-wide {
		width: 35%;
	}
}

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-o-transform: translate(0px);
	transform: translate(0px);
	-webkit-transition: -webkit-transform 400ms ease;
	-moz-transition: -moz-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
	transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform,left,right;
	-webkit-backface-visibility: hidden;
}


/* ==================
SPブレイクポイント
===================*/	
@media screen and (max-width:750px) {
	#sb-site, .sb-site-container {
		background-color: #fff;
	}
}
