@charset "utf-8";

/* ==================================================
　　　sppage
================================================== */

#sppage {
	display: none;
}
.sp_header {
	display: none;
}

@media screen and (max-width:1020px) {
/* ------ スマホnavi ------ */
    #sppage {
	    display: block;
		z-index: 9999;
		position: fixed;
		width: 100%;
    }
    .spheader {
    	text-align: center;
    	background: #fff;
		z-index: 9998;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;	
		box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);　/* Firefox用 */  
		-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);　/* Safari,Google Chrome用 */
    	width: 100%;
		height: 60px;
    	padding: 0px;
		/*position: fixed;*/
    }
    .spheader a {
    	background: center center no-repeat #333;
    	display: block;
    	width: 70px;
    	height: 60px;
    	margin: 0;
    	position: absolute;
    	top: 0px;
    	right: 0px;
    	color: #fff;
    	font-size: 12px;
    	font-weight: normal;
    	text-decoration: none;
    	transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }
    .spheader a:hover,
    .spheader a:hover:before {
    	background: #111;
    	transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }
    .spheader a span {
    	position:relative;
    	top:-18px;
    }
    .spheader a:before {
    	content: "\e609";
    	font-family: 'icomoon';
    	font-size: 50px;
    	font-weight: normal;
    	color: #fff;
    	line-height: 50px;
    	transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }
	.spheader h1.spttl {
		text-align: left;
    	color: #fff;
        background:#fff;
		padding-top: 4px;
        padding-left: 10px;
    	padding-right: 80px;
    	text-decoration: none;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }
	.spheader h1.spttl img {
		width: 100%;
		max-width: 280px;
	}
}
@media screen and (max-width:380px) {
	.spheader h1.spttl {
		padding-top: 12px;
    }
	.spheader h1.spttl img {
		width: 100%;
		max-width: 200px;
	}
}
