/*==============================
        header
==============================*/
#header {
  position: sticky;
  /*position: relative;*/
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
}
#header .header {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
}
#header .header .header_inner {
  width: 100%;
  display: grid;
  grid-template-columns: 230px auto;
  justify-content: space-between;
  align-items: center;
}
#header .header .header_inner .menu_box {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-column-gap: 50px;
}
#header .header .header_inner .menu_box ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 2em;
}
#header .header .header_inner .menu_box ul li {
  font-size: 1.6rem;
}
#header .header .header_inner .menu_box ul li a {
  padding-bottom: 0.2em;
  border-bottom: 3px solid #fff;
}
#header .header .header_inner .menu_box ul li a:hover {
  border-bottom: 3px solid #9CCC64;
}
#header .header .header_inner .menu_box .contact_box {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
}
#header .header .header_inner .menu_box .contact_box a.contact {
  background-color: #FCB057;
  border-radius: 10px;
  width: 210px;
  height: 45px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  grid-column-gap: 10px;
}
#header .header .header_inner .menu_box .contact_box a.contact span {
  font-family: "Kiwi Maru", serif;
  font-size: 2rem;
  color: #fff;
}
#header .header .header_inner .menu_box .contact_box a.contact img {
  width: 1.2em;
}
#header .header .header_inner .menu_box .contact_box a.tel {
  background-color: #9CCC64;
  grid-column-gap: 5px;
}
#header .header .header_inner .menu_box .contact_box a.tel span {
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
}
#header .header .header_inner .menu_box .contact_box a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  #header .header {
    padding: 15px 20px;
  }
  #header .header .header_inner {
    grid-template-columns: 180px auto;
  }
  #header .header .header_inner .menu_box {
    grid-column-gap: 30px;
  }
  #header .header .header_inner .menu_box ul {
    grid-column-gap: 1em;
  }
  #header .header .header_inner .menu_box ul li {
    font-size: 1.5rem;
  }
  #header .header .header_inner .menu_box .contact_box {
    grid-column-gap: 10px;
  }
  #header .header .header_inner .menu_box .contact_box a.contact {
    border-radius: 10px;
    width: 180px;
    height: 40px;
    grid-column-gap: 10px;
  }
  #header .header .header_inner .menu_box .contact_box a.contact span {
    font-size: 1.6rem;
  }
  #header .header .header_inner .menu_box .contact_box a.tel {
    grid-column-gap: 0;
  }
  #header .header .header_inner .menu_box .contact_box a.tel span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #rmp-menu-title-151 .rmp-menu-title-image {
    width: 60px;
    height: 60px;
  }
  #rmp-menu-wrap-151 .rmp-menu-item-link {
    font-size: 16px;
    font-family: "Kiwi Maru", serif;
  }
  #header .header {
    padding: 15px 20px;
  }
  #header .header .header_inner {
    grid-template-columns: 180px auto;
  }
  #header .header .header_inner .menu_box {
    grid-template-columns: 1fr;
    margin-right: 4em;
    grid-column-gap: 10px;
  }
  #header .header .header_inner .menu_box .menu-gmenu-container {
    display: none;
  }
  #header .header .header_inner .menu_box .contact_box {
    grid-column-gap: 10px;
  }
  #header .header .header_inner .menu_box .contact_box a.contact {
    border-radius: 10px;
    width: 170px;
    height: 38px;
    grid-column-gap: 10px;
  }
  #header .header .header_inner .menu_box .contact_box a.contact span {
    font-size: 1.5rem;
  }
  #header .header .header_inner .menu_box .contact_box a.tel {
    grid-column-gap: 0;
  }
  #header .header .header_inner .menu_box .contact_box a.tel span {
    font-size: 1.8rem;
  }
  .rmp-container .rmp-menu-title .rmp-menu-title-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .header {
    padding: 15px 20px;
  }
  #header .header .header_inner {
    grid-template-columns: 180px auto;
  }
  #header .header .header_inner .menu_box {
    grid-template-columns: 1fr;
    margin-right: 3em;
  }
  #header .header .header_inner .menu_box .menu-gmenu-container {
    display: none;
  }
  #header .header .header_inner .menu_box .contact_box {
    grid-column-gap: 10px;
  }
  #header .header .header_inner .menu_box .contact_box a.contact {
    border-radius: 100px;
    width: 38px;
    height: 38px;
    grid-column-gap: 0;
  }
  #header .header .header_inner .menu_box .contact_box a.contact span {
    display: none;
  }
  #header .header .header_inner .menu_box .contact_box a.tel {
    grid-column-gap: 0;
  }
  #header .header .header_inner .menu_box .contact_box a.tel span {
    display: none;
  }
}
