/* headerここから */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

header{
z-index: 9999;
width: 100%;
position: fixed;
background:#fff;
box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
padding:10px;
}
.head-inner{
  display: flex;
  justify-content: space-between;
  align-items: end;
	max-width:1200px;
	margin:0 auto;
}

header h1{
width:228px;
}

header .pcmenu{
display: flex;
font-family: 'logotypegothic';
font-size: 16px;
line-height: 1.2;
letter-spacing: -0.1em;
text-align: center;
}

header .pcmenu li{
height:50px;
margin-bottom: 10px;
border-inline: 1px solid #da4879;
}

header .pcmenu li + li {
border-inline-start: 0;
}

header .pcmenu a{
display: flex;
justify-content: center;
align-items: center;
height:50px;
padding: 0 10px;
font-weight: inherit;
color: inherit;
text-decoration: none;
}

header .pcmenu .gn05 {
  line-height: 0.8;
}

header .spmenubt,
.spmenu{
display: none;
}

@media only screen and (max-width: 800px) {
  header .ContenaH{
  width: 100%;
  /*max-width: 1141px;*/
  margin: 0 auto;
  height: 53px;
  }

  header h1{
  width: 150px;
  margin-left: 10px;
  }
  header h1 img{
  width: 150px;
  }

  header .pcmenu{
  display: none;
  }
  header .spmenubt{
  display: block;
  height: 30px;
  width: 30px;
  margin-right: 15px;
  }
  header .spmenubt:hover{
  cursor: pointer;
  }

  .spmenu{
  width: 100%;
  background: #ffbdd4;
  position: fixed;
  z-index: 9998;
  padding-top: 72px;
  overflow: hidden;
  height: 100vh;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 18px;
  color: #646464;
  }
  .spmenu a{
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #555;
  padding: 8px 0;
  text-decoration: none;
  }
  .spmenu span{
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #646464;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  }
}
