@charset "UTF-8";
#header_nav {
  width: 100%;
  height: 5rem;
  background-color: #008040;
  display: flex;
  justify-content: center;
  gap: .1rem;
}
.nav-pc {
  width: calc(100% - 50px);
  max-width: 90rem;
  height: 100%;
  padding: 0 .1rem;
  display: flex;
  gap: .1rem;
  background-color: white;
}
.nav-pc p {
  width: calc((100% - .3rem) /4);
  height: 100%;
  background-color: #ffffff;
}
.nav-pc p a {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  background-color: #008040;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
header nav a, header nav a:visited, header nav a:hover, header nav a:active {
  color: #008040;
}
.nav-pc p a, .nav-pc p a:visited, .nav-pc p a:hover, .nav-pc p a:active {
  color: white;
}
p.img_box, .hb_menu span b, .nav_pc img {
  display: none;
}
.hb_box {
  width: 50px;
  height: 50px;
  background-color: #008040;
}
.nav-sp .hb_box, .nav-pc img, .nav-pc .h_c {
  display: none;
}
.hb_menu {
  padding: 9px;
  background-color: rgba(0, 128, 64, 0.5);
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 1rem;
  z-index: 6000;
  position: relative;
}
.fixed, .hb_menu.open {
  top: 1rem;
  right: 1rem;
  position: fixed;
}
.hb_menu span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.5s;
}
.hb_menu span::before, .hb_menu span::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition: all 0.5s;
}
.hb_menu span::before {
  transform: translateY(-12px);
}
.hb_menu span::after {
  transform: translateY(12px);
}
.hb_menu.open span {
  background-color: transparent;
}
.hb_menu.open span::before {
  transform: rotate(45deg);
  background-color: #ffffff;
}
.hb_menu.open span::after {
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.nav-sp {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  padding: 1rem 0;
  transition: right 0.5s;
  pointer-events: auto;
  display: flex;
  align-items: center;
  background-color: rgba(0, 128, 64, 0.7);
  backdrop-filter: blur(5px);
  gap: .3rem;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  z-index: 10;
}
.nav-sp.open {
  right: 0;
}
.nav-sp p {
  width: 90vw;
  max-width: 40rem;
  height: 4rem;
  position: relative;
  filter: drop-shadow(0px 2px 2px #008040);
}
.nav-sp ul {
  width: 90vw;
  max-width: 40rem;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
}
.nav-sp li {
  width: calc((90vw - .3rem)/2);
  max-width: calc((40rem - .3rem)/2);
  height: 3.5rem;
  position: relative;
  filter: drop-shadow(0px 2px 2px #008040);
}
.nav-pc ul, .nav-pc .no_home, #footer_nav .none, #footer_nav p img, #footer_nav li img, #footer_nav .h_c, #footer_nav .hb_box {
  display: none;
}
.nav-sp .img_box {
  display: flex;
  width: 90vw;
  max-width: 40rem;
  height: 5rem;
  justify-content: center;
  position: relative;
  filter: drop-shadow(0px 2px 2px #008040);
}
.nav-sp a {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  position: absolute;
  font-size: 1.6rem;
  font-weight: 700;
  padding: .5rem 1rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-sp .img_box a {
  justify-content: center;
}
.nav-sp li a {
  background-color: #ffffe1;
  font-size: 1.5rem;
}
.nav-sp .img_box a {
  background-color: transparent;
}
.nav-sp p img {
  height: 100%;
}
.nav-sp li img {
  width: 2.2rem;
}
@media screen and (max-width: 600px) {
  header.rsp_space {
    height: 6.8rem;
    max-height: 6.8rem;
    min-height: 6.8rem;
  }
  header h1 {
    width: calc(100% - 5rem);
  }
  #header_nav {
    height: 0;
  }
  header h2, .nav-pc p {
    display: none;
  }
  .hb_menu {
    top: 1rem;
    right: 1rem;
    position: fixed;
  }
  header .inner {
    height: 68px;
  }
  .hb_box {
    background-color: transparent;
  }
}
div.h_c {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  width: 90vw;
  max-width: 40rem;
}
div.h_c h1 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  order: 2;
}
div.h_c h2 {
  order: 3;
}
.ketako_list{
  order: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom:1rem;
  gap:1rem;
}
.ketako_list p{
  height:2.8rem;
  display: flex;
  justify-content: center;
  gap:2rem;
}
.ketako_list p:first-child {
  height:4.5rem!important;
}
.ketako_list p a,div.h_c h2 a {
  background-color: transparent;
  padding: 0;
  width:auto;
  position: relative;
}
.ketako_list p img.svg_w {
  width: 100%;
  max-height:100%;
}
#footer_nav .h_c_b{
  display:flex;
}
#footer_nav {
  width: 95%;
  max-width: 40rem;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  order: 3;
}
@media screen and (max-width: 830px){
#footer_nav {
  order: 1;
}
}
#footer_nav .h_c_b p img{
  display:block;
}
#footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#footer_nav p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
}
#footer_nav ul::before {
  content: "(";
}
#footer_nav ul::after {
  content: ")";
}
#footer_nav .ketako_list p{
  width: 100%;
  height:2.2rem;
}

