@charset "UTF-8";
nav.nav-list ul {
  display: block;
  margin: 0% auto;
}
nav.nav-list ul li {
  width: auto;
  margin: 10% auto;
}
nav.nav-list ul li a {
  display: block;
}

.nav-list {
  display: none;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  margin: 0;
  background: white;
  z-index: 900;
  box-shadow: -0.1em -0.2em 0.3em rgba(0, 0, 0, 0.399);
  box-shadow: 0.2em 0.2em 2em black;
}
.nav-list a {
  width: 150px;
  margin: 0 auto;
  margin: 3% auto;
  margin-top: 9%;
}
.nav-list a img {
  width: 100%;
  display: block;
}

div.btn-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.nav-box {
  margin-top: 10%;
  background-color: white;
  width: 60%;
  margin: 0 auto;
  padding: 5% 0;
  border-radius: 2em;
  margin-top: 7%;
}

div.btn-icon span {
  display: block;
  height: 2.5px;
  width: 90%;
  background: white;
  transition: 0.35s ease-in-out;
  border-radius: 9999px;
  z-index: 1000;
}

div.btn {
  left: auto;
  width: 35px;
  height: 32px;
  position: fixed;
  top: 3px;
  right: 5px;
  cursor: pointer;
  z-index: 950;
  margin: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.467);
  padding: 4px 3px;
  border-radius: 0.5em;
  background: linear-gradient(0.25turn, #5c7696, #0e1422);
}

.btn.open {
  box-shadow: none;
}

.open div.btn-icon span:nth-of-type(1) {
  transform: translateY(8px) rotate(315deg);
}

.open div.btn-icon span:nth-of-type(2) {
  width: 0;
  left: 50%;
}

.open div.btn-icon span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-315deg);
}

.nav-list {
  width: 400px;
}

.open div.btn-icon span {
  width: 100%;
  box-shadow: none;
  background-color: white;
}

.nav-list ul {
  margin: 5%;
}
.nav-list ul li a {
  font-size: 16px;
}

.nav-title {
  margin-top: 5%;
  font-size: 15px;
}

@media (max-width: 700px) {
  nav.nav-list ul {
    display: block;
    margin: 0% auto;
  }
  nav.nav-list ul li {
    width: auto;
    margin: 10% auto;
  }
  nav.nav-list ul li a {
    display: block;
  }
  .nav-list {
    display: none;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    background: white;
    z-index: 900;
    box-shadow: -0.1em -0.2em 0.3em rgba(0, 0, 0, 0.399);
    box-shadow: 0.2em 0.2em 2em black;
  }
  .nav-list a {
    width: 150px;
    margin: 0 auto;
    margin: 3% auto;
    margin-top: 9%;
    color: black;
  }
  .nav-list a img {
    width: 100%;
    display: block;
  }
  div.btn-icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .nav-box {
    margin-top: 10%;
    width: 60%;
    margin: 0 auto;
    padding: 5% 0;
    border-radius: 2em;
    margin-top: 7%;
  }
  div.btn-icon span {
    display: block;
    height: 2.5px;
    width: 90%;
    transition: 0.35s ease-in-out;
    border-radius: 9999px;
    z-index: 1000;
  }
  div.btn {
    left: auto;
    width: 35px;
    height: 32px;
    position: fixed;
    cursor: pointer;
    z-index: 950;
    margin: 5px;
    padding: 4px 3px;
    border-radius: 0.5em;
  }
  .btn.open {
    box-shadow: none;
  }
  .open div.btn-icon span:nth-of-type(1) {
    transform: translateY(8px) rotate(315deg);
  }
  .open div.btn-icon span:nth-of-type(2) {
    width: 0;
    left: 50%;
  }
  .open div.btn-icon span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-315deg);
  }
  .nav-list {
    width: 100%;
  }
  .open div.btn-icon span {
    width: 100%;
    box-shadow: none;
  }
  .nav-list ul {
    margin: 5%;
  }
  .nav-list ul li a {
    font-size: 16px;
  }
  .nav-title {
    margin-top: 5%;
    font-size: 15px;
  }
}
.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%;
}

.white {
  height: 100%;
  overflow-y: scroll;
}

.nav-list {
  content: " ";
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 300;
  opacity: 1;
  box-shadow: -0.2em -0.2em 0.4em rgba(0, 0, 0, 0.526), 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.526);
  padding-top: 40px;
  overflow-y: scroll;
}

.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;
}

.white label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: gray 2px solid;
  border-right: gray 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 15%;
  margin: auto;
}

/*開いた状態の矢印描画*/
.white input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: gray3 2px solid;
  border-right: gray3 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: -20px;
  bottom: -5px;
  margin: auto;
}

.white input {
  display: none !important; /*チェックボックスを隠す*/
}

.white label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
}

.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;
}

/*閉じた状態の矢印描画*/
.white label {
  display: block;
  position: relative;
  width: 100px;
}

.menu-btn1 .menu-anime a {
  margin-bottom: 0px !important;
  border: 0 !important;
  font-size: 14px;
}

@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;
      }
  */
  .nav-list {
    width: 400px;
    overflow: auto;
  }
}/*# sourceMappingURL=menu.css.map */