@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
/********************
メニュー
********************/
.display {
  display: none;
}

@media (max-width: 700px) {
  .display {
    display: block;
  }
  .bg-m {
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #FFA18F, #FF1D25) !important;
    position: fixed;
    right: 5px;
    top: 4px;
    z-index: 500;
    border-radius: 5px;
  }
  .bg-m p {
    opacity: 0;
    color: white;
    font-size: 10px;
    text-align: center;
    margin-top: 65%;
  }
  #toggle {
    display: block;
    position: fixed;
    width: 28px;
    right: 11px;
    top: 22px;
    z-index: 1000;
  }
  .box0 > a {
    display: none;
  }
  #toggle span:after,
  #toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  #toggle span:after {
    top: 9px;
  }
  #toggle span {
    position: relative;
    display: block;
  }
  #toggle span,
  #toggle span:after,
  #toggle span:before {
    z-index: 100;
    width: 100%;
    height: 2.3px;
    background-color: white;
    transition: all 0.3s;
  }
  /* on activation */
  #toggle.on span {
    background-color: transparent;
  }
  #toggle.on span:before {
    transform: rotate(45deg) translate(5px, 6px);
  }
  #toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  #toggle.on {
    right: 70%;
    margin-right: 5px;
    transition: 0.5s;
    transition-timing-function: ease-in;
  }
  #toggle.on ~ .bg-m p {
    opacity: 1;
    transition: 0.5s;
    transition-timing-function: ease-in;
    font-family: "Sawarabi Gothic", sans-serif !important;
  }
  #toggle.on + .bg-m {
    right: 70%;
    transition: 0.5s;
    transition-timing-function: ease-in;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  }
  #toggle.on ~ #menu {
    opacity: 1;
    visibility: visible;
    animation: menu-anim 0.5s ease-in forwards;
    overflow: hidden;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  }
  #toggle.on ~ #menu p {
    font-family: "Sawarabi Gothic", sans-serif !important;
  }
  @keyframes menu-anim {
    0% {
      transform: translate(100%, 0%) scale(1);
    }
    100% {
      transform: translate(0%, 0) scale(1);
    }
  }
  /* menu appearance*/
  #menu {
    overflow: scroll;
    z-index: 11;
    position: fixed;
    background-color: #FF7D7D;
    width: 70%;
    top: 0;
    right: 0%;
    margin: auto;
    text-align: center;
    box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.746);
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    font-weight: 200;
    z-index: 400;
  }
  #menu::-webkit-scrollbar {
    display: none;
  }
  .h-box2 {
    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;
    color: white;
    text-decoration: none;
    padding: 5%;
    border-bottom: solid 0.5px white;
    font-weight: 800;
    font-size: 17px;
  }
  .h-bar2 {
    display: block;
    width: 120%;
    margin-left: -10%;
  }
  /*
  .bar-box2 {
      display: block;
      margin: 5%;
      margin-top: 10%;
  }*/
  .bar-box2 .insta {
    display: block;
    width: 12%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 8%;
  }
  .bar-box2 .logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .bar-box2 .address-p {
    color: black;
    font-size: 10px;
    margin-bottom: 7%;
  }
  .bar-box2 .address-p a {
    color: black;
    text-decoration: none;
  }
}/*# sourceMappingURL=menu.css.map */