@charset "utf-8";
.sidenav {
  display: none;
}
.colorchange {
  background-color: #ffffff;
}
.closeBtn {
  padding-top: 20px;
  padding-right: 8px;
  padding-left: 18px;
  padding-bottom: 15px;
  text-decoration: none;
  font-size: 1.1em;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  background-color: #d95a24;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.1em;
  height: 5px;
  line-height: 0px;
}
@media screen and (max-width:1000px) {
  .container {
    display: inline-block;
    cursor: pointer;
    padding: 1px 3px 1px 3px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: right;
    clear: both;
    border: none;
    border-radius: 5px;
    z-index: 99;
    position: fixed;
    width: auto;
    text-align: center;
    top: 0;
    right: 0;
    margin-top: 12px;
  }
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 10px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 8.5px);
    transform: rotate(-45deg) translate(-10px, 8.5px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -9px);
    transform: rotate(45deg) translate(-9px, -9px);
  }
  .cont {
    margin: 5px 200px 0px 0px;
    transition: 0.5s;
  }
  .sidenav {
    display: block;
    height: auto;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0px;
    right: 0;
    background-color: #151515;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 10px;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .sidenav a {
    font-family: source-han-serif-japanese, serif;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    font-size: 1.1em;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: 0.2em;
    border-bottom: 1px dotted #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sidenav a:last-child {
    border-bottom: none;
  }
  .sidenav a:hover {
    color: #FFFFFF;
  }
  .sidenav a {}
  .sideBarAnimA {
    width: 200px;
    transition: 0.5s;
  }
  .sideBarAnimB {
    margin-right: 230px;
    transition: 0.5s;
  }
  .sideBarAnimC {
    margin-right: 230px;
    transition: 0.5s;
  }
}
@media screen and (max-width:320px) {
  .container {
    display: inline-block;
    cursor: pointer;
    padding: 1px 3px 1px 3px;
    margin-right: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
    float: right;
    clear: both;
    border: none;
    border-radius: 5px;
    z-index: 99;
    position: fixed;
    width: auto;
    text-align: center;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}