@charset "UTF-8";



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

.logo-header-pc {
  display: block;
}
.logo-header-sp {
  display: none;
}

header h1 {
	position: absolute;
	left: 50px;
	top: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.0rem;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.2em;
	color: #333;
}
header h1 img {
	position: absolute;
	left: 0px;
	top: 23px;
	width: 285px;
}

.header-info {
  position: absolute;
  right: 50px;
  top: 15px;
  display: flex;
  align-items: center;
  width: 312px;
}

/*
@media screen and (max-width:650px) {
header {
  height: auto;
  padding: 15px 0 0;
}
header h1 {
  position: static;
  margin: 0 auto 10px;
}
.header-info {
  display: none;
}
.logo-header-pc {
  display: none;
}
.logo-header-sp {
  display: block;
}
}
*/
@media screen and (max-width:768px) {
header h1 {
  left: 20px;
}
}



