@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:header.css */
/* creation date:2017年3月5日 */
/* last updated:2017年3月5日 */


header {position:fixed;
top:0;
height:150px;
background-color:#000;
padding-top:10px;
z-index:1;}

.sumlures_logo{max-width:100%;
height:auto;}
.header_box {background-color:#000;}
/* 767px以下　SP表示 */
@media (max-width: 767px) {
.sumlures_logo{width:260px;
height:auto;}
header {
height:65px;
width: 100%;}	

.header_inner{position:relative;
}
#menubtn {position:absolute;
top:0px;
right:15px;
background-color:#000;
border:none;
}	


}