@charset "utf-8";

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

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

@media screen and (max-width:979px) {
/* ------ スマホnavi ------ */
    #sppage {
	    display: inline;
    }
    .spheader {
    	text-align: center;
    	background: #fff;
		border-bottom: 4px solid #AD1720;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;	
    	width: 100%;
    	height: 104px;
    	padding: 10px 0px 0px;
    }
    .spheader a {
    	background: center center no-repeat #333;
    	display: block;
    	width: 100px;
    	height: 100px;
    	margin: 0;
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	color: #fff;
    	font-size: 16px;
    	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:-32px;
    }
    .spheader a:before {
    	content: "\e609";
    	font-family: 'icomoon';
    	font-size: 60px;
    	font-weight: normal;
    	color: #fff;
    	line-height: 100px;
    	transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }
    .spheader h1.spttl {
    	color: #fff;
        background:#fff;
		padding-top: 5px;
        padding-left: 110px;
    	padding-right: 10px;
    	text-decoration: none;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    }
    .spheader p.logo_ttl {
    	height: 15px;
    	font-size: 13px;
    	line-height: 20px;
    	padding-bottom: 10px;
    	padding-left: 110px;
    	padding-right: 10px;
    	color: #464646;
    }
		
}
@media screen and (max-width:639px) {
	.spheader p.logo_ttl {
    	font-size: 10px;
    }
}