@charset "UTF-8";
/**********************************
SPメニュー（1200px以下で表示）
***********************************/
.site-header__toggle,
.site-header__menu {
  display: none;
}

@media (max-width: 1200px) {
  .site-header__toggle {
    position: absolute;
    top: 7px;
    right: 12px;
    display: block;
    width: 37px;
    height: 37px;
    background: #003a6b;
  }
  .site-header__toggle span {
    position: absolute;
    left: 8px;
    width: 21px;
    height: 2px;
    background: white;
    transition: transform 0.3s, opacity 0.3s;
  }
  .site-header__toggle span:nth-child(1) {
    top: 8px;
  }
  .site-header__toggle span:nth-child(2) {
    top: 17px;
  }
  .site-header__toggle span:nth-child(3) {
    top: 26px;
  }
  .is-menu-open .site-header__toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .is-menu-open .site-header__toggle span:nth-child(2) {
    opacity: 0;
  }
  .is-menu-open .site-header__toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .site-header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 52px);
    overflow-y: auto;
    background: #e8e9eb;
  }
  .is-menu-open .site-header__menu {
    display: block;
  }
  .site-header__menu-list,
  .site-header__menu-sub {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-header__menu-list {
    padding: 6px 20px 48px 42px;
  }
  .site-header__menu-item {
    font-size: 14px;
    line-height: 42px;
  }
  .site-header__menu-item > a,
  .site-header__menu-item > .site-header__menu-parent {
    position: relative;
    display: inline-block !important;
    font-weight: 700;
    color: #161616;
    vertical-align: top;
  }
  .site-header__menu-item > a::after,
  .site-header__menu-item > .site-header__menu-parent::after {
    content: "";
    position: absolute;
    top: calc(50% + 12px);
    right: 0;
    left: 0;
    height: 1px;
    background: #eddc3e;
    opacity: 0;
  }
  .site-header__menu-item.is-current > a,
  .site-header__menu-item.is-current > .site-header__menu-parent {
    color: #003a6b;
  }
  .site-header__menu-item.is-current > a::after,
  .site-header__menu-item.is-current > .site-header__menu-parent::after {
    opacity: 1;
  }
  .site-header__menu-sub {
    margin-top: 6px;
    padding-left: 15px;
  }
  .site-header__menu-sub-item a {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    min-height: 35px;
    font-size: 12px;
    line-height: 15px;
    color: #161616;
  }
  .site-header__menu-sub-item a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    width: 3px;
    height: 12px;
    background: #eddc3e;
    transform: translateY(-50%);
    opacity: 0;
  }
  .site-header__menu-sub-item.is-current a::before {
    opacity: 1;
  }
}
.h-box2 {
  padding: 10%;
  padding-bottom: 0;
}

.head-b2 {
  width: 40%;
  padding-bottom: 5%;
  margin: 2%;
}
.head-b2:hover {
  transform: scale(1.1, 1.1);
}

.head-b5 {
  width: 20%;
}

.a-lo2 {
  display: block;
  width: 100%;
}

.h-bar2 {
  display: block;
  width: 120%;
  margin-left: -10%;
}

.flex-box2 {
  display: flex;
  margin: 5%;
  margin-top: 10%;
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 50px;
  z-index: 500;
  align-items: center;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.547);
}

.head1 img {
  height: 40px;
  width: auto;
  margin-top: 5px;
  margin-left: 5px;
}

.menu-box {
  position: relative;
}

.h-menu {
  display: block;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2.5px;
  text-align: center;
  margin-bottom: 7%;
  margin-top: 7%;
  width: 75%;
  font-weight: 400;
}
.h-menu a {
  color: black !important;
  padding-top: 1%;
  padding-bottom: 1%;
}

.n1-top {
  margin-top: 10%;
}

.h-menu-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-menu-box .h-menu1 {
  writing-mode: vertical-rl;
  font-size: 15px;
  margin-right: 2%;
  /*
      span {
          background-color: black;
          padding-left: 6px;
          padding-right: 6px;
          padding-top: 3px;
          padding-bottom: 3px;
      }
      */
}
.h-menu-box .h-menu2 {
  font-size: 13px;
  text-align: left;
}
.h-menu-box .h-menu2 ul {
  padding-left: 0;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.h-menu-box .h-menu2 li {
  list-style: none;
}
.h-menu-box .h-menu2 li a {
  color: white !important;
}
.h-menu-box .h-menu2 li a span {
  background-color: black;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#menu::-webkit-scrollbar {
  display: none;
}

.logo-sp-bg {
  position: fixed;
  background-color: white;
  z-index: 1;
  top: 0.5%;
  left: 1%;
  padding: 1%;
  border-radius: 50%;
  opacity: 0.3;
  box-shadow: 3px 5px 7px -3px white, -3px -2px 7px 3px white;
}

.logo-sp {
  position: static !important;
  z-index: 1001 !important;
  opacity: 0;
}

.logo-bg {
  position: fixed !important;
  opacity: 1;
  top: 0.5%;
  left: 1%;
  padding: 1%;
  z-index: 1001;
}

.logo-sp {
  width: auto;
  height: 35px;
  opacity: 1;
  margin-top: 2%;
  margin-left: 2%;
}

.sns-3 {
  display: flex;
  width: 60%;
  margin: 10% auto;
  align-items: center;
  justify-content: center;
}
.sns-3 a {
  flex: 30%;
}
.sns-3 a img {
  width: 50px;
  margin: 0 auto;
}

.menu-anime li {
  font-size: 15px;
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
  list-style: none;
  overflow: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  border: 0 !important;
  padding: 0 !important;
}

.menu-anime {
  height: 0;
}

#menu_bar01:checked ~ #links01,
#menu_bar02:checked ~ #links02 {
  height: auto;
}

/*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 700px) {
  #menu {
    width: 400px;
    height: 100%;
    overflow: auto;
    right: auto;
    left: 0;
  }
  .fixed-hr {
    position: fixed !important;
    z-index: 300 !important;
  }
  #toggle {
    right: auto;
    left: 10px;
  }
  /*
      #toggle.on span:after,
      #toggle.on span:before {
          background-color: gray;
      }
  */
}

/*# sourceMappingURL=menu.css.map */