/* ヘッダー：ロゴ */
h1 {
  margin: 0;
  padding: 4rem 0 1rem;
}

/* ヘッダー：メニュー */
#header-menu {
  width: auto;
}
@media screen and (min-width:800px){
#header-menu {
  position: absolute;
  bottom: 2rem;
  right: 0;
}
}
#header-menu ul {
  padding: 0;
  margin: 0;
}
@media screen and (min-width:800px){
  #header-menu ul {
    position: relative;
    right: -1rem;
  }
}
@media screen and (max-width:800px){
  #header-menu #menu-header-menu {
    margin-right: -3vw;
    margin-left: -3vw;
  }
}
#header-menu ul li {
  float: left;
  width: 33%;
  list-style-type: none;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.2rem;
}
@media screen and (min-width:800px){
  #header-menu ul li {
    width: auto;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:799px){
  #header-menu ul li {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0;
  }
  #header-menu ul li:nth-child(3n) {
    border-right: none;
  }
}
#header-menu ul li a {
  color: #6a6a6a;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0 0.7rem;
}
@media screen and (min-width:800px){
  #header-menu ul li a {
    padding: 0 1rem 0.7rem;
  }
}
@media screen and (max-width:799px){
  #header-menu ul li a {
    display: block;
    padding: 1rem 0;
    position: relative;
  }
}
#header-menu ul li.current_page_item a,
#header-menu ul li.current-page-ancestor a,
.archive #header-menu ul li#menu-item-24 a {
color: #32953a;
border-bottom: solid 3px;
}
@media screen and (max-width:799px){
  #header-menu ul li.current_page_item a,
  #header-menu ul li.current-page-ancestor a,
  .archive #header-menu ul li#menu-item-24 a  {
    border-bottom: 0;
  }
  #header-menu ul li.current_page_item a::after,
  #header-menu ul li.current-page-ancestor a::after,
  .archive #header-menu ul li#menu-item-24 a::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #32953a;;
  }
}

/* ヘッダー：ヘルプメニュー */
#help-menu {
  width: auto;
  position: absolute;
  top: 1rem;
  right: 0;
}
#help-menu ul {
  padding: 0;
  margin: 0;
}
#help-menu ul li {
  list-style-type: none;
  float:left;
  margin-left:20px;
}
#help-menu ul li a {
  color: #a0a0a0;
  text-decoration: none;
}
#help-menu ul li a::before {
  content:">> ";
  color: #32953a;
}
