html,
body {

}
body {

	position: relative;
	-webkit-text-size-adjust: none;
}




@media (max-width: 768px) {
	#page{
	
	}
}
@media (min-width: 769px){
	#page{
		display: none;
	}
}


nav:not(.mm-menu) {
	display: none;
}

.header-sp,
.content
 {
	text-align: center;
}
.header-sp {
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0 50px;
	position: fixed;
	z-index: 9999;
}
.header-sp h1{
	margin:0;
	padding:0;
	background-image: url(/image/logo20170126B.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 50px;
	height:60px;
	text-indent: -9999px;
}


.header-sp.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.header-sp a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.header-sp a:before,
.header-sp a:after {
	content: '';
	display: block;
	background: #000;
	height: 2px;
}
.header-sp a span {
	background: #000;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}




#spmenu-banner{
	border-color: #f3f3f3;
	padding:10px 0 0 0;
	text-align: center;
}
#spmenu-banner img{
	width:200px;
	height:auto;
}


