@charset "UTF-8";

/* ヘッダ
-----------------------------------------------------------------*/
header {
  width: 100%;
  height: 90px;
  position: relative;
}

header h1 {
  position: absolute;
  left: 50px;
  top: 15px;
  max-width: 400px;
}


@media screen and (max-width:768px) {
header h1 {
  left: 20px;
}
}

@media screen and (max-width:500px) {
header h1 {
  top: 25px;
  padding-right: 100px;
}
}



