@charset "UTF-8";
/*
.display {
    display: none;
}

@media (max-width: 700px) {
    .display {
        display: block;
    }
*/
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;
  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: 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: 20px auto;
    font-size: 16px;
  }
  nav.nav-list ul li a {
    display: block;
    color: black;
  }
  .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%;
  }
  .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-color: #888;
    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;
    background-color: #888;
  }
  .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 {
  padding-top: 10%;
  height: 100%;
  overflow-y: scroll;
}
.white ul {
  list-style: none !important;
}

.nav-list {
  content: " ";
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  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;
}

.menu-list {
  position: relative;
}

.point {
  cursor: default;
}

.hover-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 17.7px;
  left: 0;
  z-index: 500;
  width: -moz-max-content;
  width: max-content;
  padding: 2px;
}
.hover-menu ul {
  margin-top: 28.7px;
  display: block !important;
  box-shadow: -0.2em 0.4em 0.3em rgba(0, 0, 0, 0.4);
}
.hover-menu ul li {
  padding-left: 0;
  margin-left: 0;
  padding: 5px;
  background-color: white;
  font-size: 14px;
}
.hover-menu ul li:hover {
  background-color: white;
}

.menu-list:hover .hover-menu {
  opacity: 1;
  pointer-events: auto;
}

footer {
  /*開いた状態の矢印描画*/
  /*開いたときの下の余白*/
  /*閉じた状態の矢印描画*/
}
footer .check-list ul {
  display: block;
  padding: 0;
  padding-left: 20px;
}
footer .check-list ul li {
  margin: 10px 0 !important;
  font-size: 14px;
}
footer 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: 0px;
  top: 0;
  bottom: 15%;
  margin: auto;
}
footer 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: 0px;
  bottom: -5px;
  margin: auto;
}
footer input {
  display: none !important; /*チェックボックスを隠す*/
}
footer label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
}
footer .menu-anime li {
  font-size: 15px;
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
  overflow-y: 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;
}
footer .menu-anime li a {
  margin: 3% auto;
  padding-left: 5%;
}
footer #menu_bar03:checked ~ #links03 li,
footer #menu_bar04:checked ~ #links04 li {
  height: auto !important; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 10px;
}
footer .menu-anime {
  height: 0;
}
footer #menu_bar03:checked ~ #links03,
footer #menu_bar04:checked ~ #links04 {
  height: auto;
}
footer #menu_bar03:checked ~ #links03 li:last-child,
footer #menu_bar04:checked ~ #links04 li:last-child {
  margin-bottom: 0px;
}
footer label {
  display: block;
  position: relative;
  width: 150px;
}

@media (max-width: 700px) {
  #menu {
    width: 400px;
    height: 100%;
    overflow: auto;
    right: auto;
    left: 0;
  }
  .fixed-hr {
    position: fixed !important;
    z-index: 500 !important;
  }
  #toggle {
    right: auto;
    left: 10px;
  }
  /*
      #toggle.on span:after,
      #toggle.on span:before {
          background-color: gray;
      }
  */
  .nav-list {
    width: 400px;
    overflow: auto;
    max-width: 100%;
  }
  .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;
    overflow-y: 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-anime li a {
    width: 150px;
    margin: 3% auto;
    padding-left: 5%;
  }
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    padding: 10px;
  }
  .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: 150px;
    margin: 0 auto;
    margin: 3% auto;
    margin-top: 9%;
    color: black;
    font-size: 16px;
  }
  footer .menu-anime li a {
    width: auto;
  }
}/*# sourceMappingURL=menu.css.map */