@charset "UTF-8";
.sidebar {
  background-color: #E1E3EA;
  z-index: 99;
  width: 109px;
  height: 376px;
  position: fixed;
  top: 40%;
  left: 0px;
  margin: auto;
}
@media only screen and (max-width: 481px) {
  .sidebar {
    width: 100%;
    bottom: 0px;
    height: auto;
    top: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sidebar {
    width: 100%;
    bottom: 0px;
    height: auto;
    top: auto;
  }
}
.sidebar .sidebar__item {
  margin-bottom: 20px;
}
.sidebar .sidebar__item--fixed {
  position: sticky;
  margin-bottom: 0;
  top: 10px;
  z-index: 1;
  padding: 10px;
}
@media only screen and (max-width: 769px) {
  .sidebar .sidebar__item--fixed {
    display: flex;
    padding: 20px 0px;
    align-items: baseline;
  }
}
.sidebar .menu-title {
  font-size: 11px;
  letter-spacing: 2.2px;
  text-align: center;
  color: #5F6969;
}
@media only screen and (max-width: 481px) {
  .sidebar .menu-title {
    font-size: 10px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sidebar .menu-title {
    font-size: 10px;
    letter-spacing: 0px;
  }
}
.sidebar .menu-link-1 {
  display: block;
  margin: auto;
  text-align: center;
  padding: 17px 0px;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 481px) {
  .sidebar .menu-link-1 {
    width: 25%;
    height: auto;
    padding: 0px;
    border-right: 1px solid white;
    border-bottom: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sidebar .menu-link-1 {
    width: 25%;
    height: auto;
    padding: 0px;
    border-right: 1px solid white;
    border-bottom: none;
  }
}
@media only screen and (max-width: 481px) {
  .sidebar .menu-link-1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .sidebar .menu-link-2 img {
    width: 31%;
    height: auto;
    margin-bottom: 7px;
  }
}
.sidebar .menu-link-3 img {
  width: 40%;
}
@media only screen and (max-width: 769px) {
  .sidebar .menu-link-3 img {
    width: 38%;
    height: auto;
    margin-bottom: 5px;
  }
}
.sidebar .menu-link-4 {
  border-bottom: none;
}
.sidebar .menu-link-4 img {
  margin: 0px auto 10px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 769px) {
  .sidebar .menu-link-4 img {
    width: 29%;
    height: auto;
    margin-bottom: 15px;
  }
}
.sidebar .menu-link-5 {
  padding: 0;
}
.sidebar .menu-link-5 img {
  margin: 0px auto 10px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 769px) {
  .sidebar .menu-link-5 img {
    width: 29%;
    height: auto;
  }
}
.sidebar .menu-last {
  border: none;
}
@media only screen and (max-width: 481px) {
  .sidebar .menu-last img {
    width: 25%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sidebar .menu-last img {
    width: 25%;
  }
}

#nav-toggle {
  cursor: pointer;
  width: 50px;
  height: 89px;
  margin: auto;
  color: #5F6969;
}
@media only screen and (max-width: 481px) {
  #nav-toggle {
    width: 25%;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  #nav-toggle {
    width: 25%;
    height: auto;
  }
}
#nav-toggle > div {
  position: relative;
  width: 36px;
  height: 39px;
}
@media only screen and (max-width: 769px) {
  #nav-toggle > div {
    margin-bottom: 5px;
  }
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 5px;
  display: block;
  background: #5F6969;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
@media only screen and (max-width: 769px) {
  #nav-toggle span {
    left: 0px;
  }
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
  width: 71%;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

#nav-toggle-batu {
  position: fixed;
  width: 40px;
  height: 30px;
  cursor: pointer;
  top: 26px;
  right: 11%;
  z-index: 101;
}
#nav-toggle-batu:hover {
  opacity: 0.5;
  cursor: pointer;
  transform: 0.6;
}
#nav-toggle-batu span {
  background: #5F6969;
  position: fixed;
  top: 81px;
  right: 70px;
  height: 2px;
  cursor: pointer;
  width: 32px;
}
#nav-toggle-batu span:nth-child(1) {
  transform: rotate(45deg);
}
#nav-toggle-batu span:nth-child(2) {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 481px) {
  #nav-toggle-batu span {
    top: 42px;
    right: 29px;
    height: 1px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  #nav-toggle-batu span {
    top: 42px;
    right: 29px;
    height: 1px;
  }
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0px 0px 0px auto;
}

.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: white;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer-new-toiawase {
  color: white;
  text-align: center;
  margin: 50px auto 0px;
}
@media only screen and (max-width: 769px) {
  .footer-new-toiawase {
    margin: 10px auto 0px;
  }
}
.footer-new-toiawase .toiawase {
  font-size: 15px;
  color: white;
}
.footer-new-toiawase .tel {
  font-size: 30px;
  color: white;
  font-family: "Questrial", sans-serif;
  letter-spacing: 2px;
  margin: 10px auto;
  display: block;
}
@media only screen and (max-width: 769px) {
  .footer-new-toiawase .tel {
    letter-spacing: 1px;
  }
}
.footer-new-toiawase .toiawase-time {
  font-size: 12px;
  color: white;
  margin-bottom: 10px;
  display: block;
}/*# sourceMappingURL=menu-bar.css.map */