.navi-open {
  position: fixed;
  margin: 10px;
  z-index: 3;
  top: 105px;
  right: 0;
}

.navi-open:hover {
  cursor: pointer;
  opacity: 0.7;
}

.navi-open img {
  box-shadow: 0 0 6px -3px;
  border-radius: 10px;
}

.navi-container {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: right 0.2s ease 0s;
}

.navi-container.active {
  right: 0;
}

.navi-menu {
  position: absolute;
  width: 375px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #236800;
}

.navi-close {
  margin: 10px;
}

.navi-close img:hover {
  cursor: pointer;
}

.navi-links {
  height: 100%;
  background: url("/energy/set/data/special/shizen-denki/lib/img/shared/bg_menu.jpg");
  background-size: 77px 94px;
  padding-top: 60px;
}

.navi-links ul {
  margin-bottom: 0;
}

.navi-links ul li {
  margin-bottom: 60px;
  text-align: center;
}

.navi-links ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff !important;
}

.navi-links ul li.current a {
  color: #ffcc00 !important;
}

.navi-links ul li.current:hover {
  cursor: default;
}

.navi-app {
  background: #b1e589;
  text-align: center;
  padding: 25px 0;
  position: fixed;
  bottom: 0;
  width: inherit;
}

.navi-app-note {
  margin-bottom: 20px;
  padding: 0 20px;
}

.navi-app-note a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #ff0000 !important;
}

.navi-app-btn a {
  display: inline-block;
  font-size: 20px;
  color: #1e5800;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  border: 2px solid #37661a;
  background-color: #fabe00;
  width: 331px;
  height: 56px;
  border-radius: 30px;
}

.navi-app-btn a:hover {
  background-color: #ffd400;
  text-decoration: none;
}