header {
  width: 100%;
  top: auto;
  z-index: 1000;
  position: fixed;
}
.header {
  position: absolute;
  background-color: rgba(255,255,255,0.82);
  padding-bottom: 10px;
}
.header:after {
  display: block;
  content: "";
}
.p-header {
  position: relative;
  background-color: rgba(250,250,250,1);
  padding-bottom: 10px;
}
.p-header:after {
  display: block;
  content: "";
}
header h1 {
  left:0;
  top:0px;
  padding-top:20px;
  margin-top: 0px;
  margin-left:60px;
  margin-right:20px;
}

@media only screen and (max-width:700px){
  header h1 {
    left:0;
    top:0px;
    padding-top:20px;
    margin-top: 0px;
    margin-left:.4em;
    margin-right:20px;
  }
}
header h1 img.cLogo{
  height: 47px;
}
header h2 {
  position:absolute;
  right:60px;
  top: 10px;
}
header .inner {
  position:relative;
  margin-top: 0;
  height: 60px;
}
.headernav {
  display: flex;
  float: right;
}
.headernav a {
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 5px;
  border-left: 1px solid #CDCDCD;
}
header .co_name{
  font-size:1.125rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
header p.tel {
  position:absolute;
  right:60px;
  top: 40px;
  font-size: 2rem;
}
