.drawer-hamburger {
  background: black;
  -webkit-tap-highlight-color: transparent;
  z-index: 1005;
  width: 80px;
  height: 80px;
  padding: 0;
  display: none;
}
.drawer-open .drawer-hamburger {
  top: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #c6a648;
  width: 44px;
}

.drawer-hamburger-icon {
  margin: 4px auto 0 auto;
}

.drawer--right .drawer-nav {
  right: -40vw;
  background: #000;
}

.drawer-nav {
  width: 40vw;
  z-index: 1004;
}

.drawer-overlay {
  z-index: 1003;
  background-color: rgba(227, 194, 71, 0.7);
}

.drawer-menu .menu_inner {
  padding: 80px 15px 20px 30px;
}
.drawer-menu .menu_inner .nav_logo {
  text-align: center;
}
.drawer-menu .menu_inner .nav_logo img {
  width: 70%;
  max-width: 350px;
  height: auto;
}
.drawer-menu .menu_inner ul.menu li {
  position: relative;
  /*&:after{
      content: "";
      position: absolute;
      border: 8px solid #000;
      border-top-color: transparent;
      border-right-color: transparent;
      height: 0;
      width: 0;
      bottom: 0;
      right: 0;
  }*/
}
.drawer-menu .menu_inner ul.menu li.sub {
  border-bottom: none;
  padding-left: 30px;
}
.drawer-menu .menu_inner ul.menu li.sub a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.drawer-menu .menu_inner ul.menu li.sub a::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 17px;
  left: 4px;
  margin: auto;
  background: #fff;
}
.drawer-menu .menu_inner ul.menu li a, .drawer-menu .menu_inner ul.menu li span {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 800;
  display: block;
  padding: 0.35rem 10px 0.35rem 20px;
  text-decoration: none;
  color: #c6a648;
  font-size: 42px;
  position: relative;
}
.drawer-menu .menu_inner ul.menu li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  top: 27px;
  background: #c6a648;
  margin: auto;
  left: 0;
}
.drawer-menu .menu_inner .other .snsNav {
  display: flex;
  flex-wrap: wrap;
}
.drawer-menu .menu_inner .other .snsNav li {
  margin-right: 22px;
  margin-top: 8px;
  /*img{
  	width:48px;
  	height:auto;
  }*/
}
.drawer-menu .menu_inner .other .snsNav li:last-of-type {
  margin-right: 0;
}
.drawer-menu .menu_inner .t_link {
  text-align: left;
  margin-top: 20px;
}
.drawer-menu .menu_inner .t_link a {
  color: #c6a648;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .drawer-hamburger:hover {
    opacity: 0.8;
  }

  .drawer-hamburger-icon:before {
    top: -16px;
  }

  .drawer-hamburger-icon:after {
    top: 16px;
  }

  .drawer-menu .menu_inner .other {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
    /*.drawer-hamburger{
        padding:15px .70rem 27px;
        top:8px;

        &:hover{
            background:rgba(255,255,255,0.8);
        }
    }*/
  .drawer-hamburger {
    height: 60px;
    width: 60px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    width: 30px;
  }

  .drawer-hamburger-icon {
    margin-top: 2px;
  }

  .drawer-hamburger-icon:before {
    top: -8px;
  }

  .drawer-hamburger-icon:after {
    top: 8px;
  }

  .drawer--right .drawer-nav {
    right: -80%;
  }

  .drawer-nav {
    width: 80%;
  }

  .drawer-menu .menu_inner {
    padding: 60px 5px 15px 10px;
  }
  .drawer-menu .menu_inner ul.menu li.sub {
    padding-left: 10px;
  }
  .drawer-menu .menu_inner ul.menu li.sub a {
    font-size: 16px;
    padding-left: 20px;
  }
  .drawer-menu .menu_inner ul.menu li.sub a:before {
    width: 8px;
    height: 8px;
    left: 8px;
    top: 13px;
  }
  .drawer-menu .menu_inner ul.menu li a {
    font-size: 30px;
    padding-left: 12px;
  }
  .drawer-menu .menu_inner ul.menu li a::before {
    top: 20px;
    width: 8px;
    height: 8px;
  }
  .drawer-menu .menu_inner .other {
    margin-top: 5px;
  }
  .drawer-menu .menu_inner .other .snsNav {
    justify-content: space-between;
  }
  .drawer-menu .menu_inner .other .snsNav li {
    margin-right: 12px;
  }
  .drawer-menu .menu_inner .other .snsNav li img {
    width: auto;
  }
  .drawer-menu .menu_inner .t_link {
    margin-top: 15px;
  }
  .drawer-menu .menu_inner .t_link a {
    font-size: 15px;
  }
}

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