body {
  font-family: 'Zen Maru Gothic', "Arial", sans-serif;
  background-color: rgb(230, 170, 170);
}

.vip {
  color: red;
}

.visitor {
  color: rgb(30, 194, 137)
}

.navi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20rem;
  background-color: rgba(255, 241, 241, 0.932);
  display: flex;
  justify-content: center;
  transition: .3s ease-out;
  z-index: 1;
}

.navi-content {
  position: absolute;
  top: 5rem;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.navi a {
  color: rgb(241, 152, 165);
  text-decoration: none;
}

.navi a:hover {
  color: rgb(68, 76, 177);
  transition: 0.5s;
}

.navi h1 a {
  font-size: 35px;
  vertical-align: middle;
  padding-left: 20px;
  text-decoration: underline;
  float: left
}

.navi li {
  font-size: 30px;
  padding: 10px 20px;
}

.navi ul {
  list-style: none;
  vertical-align: middle;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  float: left;
}

a.selected {
  pointer-events: none;
  color: rgb(68, 76, 177);
  ;
}

main {
  margin-left: 23rem;
}


#nav h3 {
  padding: 5px 10px;
  margin: 5px;
  background-color: aliceblue;
}

li {
  font-size: 20px;
}

img {
  margin-top: 5px;
  margin-bottom: 5px;
}

#userdisplay {
  color: rgb(0, 128, 255);
}

#error {
  color: red;
}

.main-content {
  margin: 3rem;
  margin-top: 7rem;
  color: rgb(106, 105, 105);
}

a {
  color: rgb(72, 77, 231);
  text-decoration: none;
}

.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}

.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}

.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px;
  /* Button height */
  line-height: 42px;
  /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 42px;
  /* Button width */
}

.follow-me li a[href*="twitter.com"]::before {
  border-color: #55acee;
  background-color: #55acee;
  content: "\f099";
}

#whitelace {
  width: 1rem;
  height: 0px;
  transform: rotate(90deg);
  margin-top: 0px;
  margin-left: 28rem;
  position: fixed;
  vertical-align: middle;
}

#whitelace image {
  height: fit-content;
  width: fit-content;
}

.navibtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: 0.5s;
}

/*×に変化*/
.navibtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.navibtn span:nth-of-type(1) {
  top: 15px;
}

.navibtn span:nth-of-type(2) {
  top: 23px;
}

.navibtn span:nth-of-type(3) {
  top: 31px;
}

.navibtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.navibtn.active span:nth-of-type(2) {
  opacity: 0;
}

.navibtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#nikkicontent p {
  white-space: pre-line;
  margin-right: 8%;
  margin-bottom: 8%;
}

#creatures img {
  width: 15rem;
  height: auto;
  margin: 0px 10px;
  transition: 1s;
  border-radius: 1%;
}

#fumei,
#perfectmoca,
#nashi {
  display: flex;
  margin: 1rem auto 5rem auto;
}

#nashi img:hover {
  background-color: rgb(6, 10, 28);
}

#tables {
  position: relative;
  height: fit-content;
  width: fit-content;
}

.ms {
  position: absolute;
  top: 30%;
  left: 10%;
}

.adress {
  position: absolute;
  bottom: 30%;
  right: 10%;
}


#nikkilink {
  position: relative;
  height: fit-content;
  width: fit-content;
  max-width: 40rem;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 25px;
}

#hiduke {
  font-size: 15px;
}

#nikkilink span {
  position: absolute;
  text-align: center;
  width: max-content;
  height: max-content;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -45%);
}

#nikkilink p {
  margin-top: 0px;
}

#nikkilink img {
  width: max-content;
}

#nikkilink a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width:835px) {
  .navibtn {
    right: -20%;
    transition: 0.6s;
  }
}

@media screen and (max-width:834px) {
  .navi {
    left: -25rem;
    text-align: center;
    transition: 0.5s;
  }

  .main-content {
    margin: 2rem;
    margin-top: 5rem;
    text-align: center;
  }

  .follow-me li {
    float: none;
  }

  ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  main {
    margin: auto;
    margin-top: 2rem;
    transition: 0.5s;
  }

  .navi.panelactive {
    left: 0;
  }

  #nikkicontent {
    text-align: left;
    margin: 8%;
  }

  #nikkicontent p {
    padding: none;
  }

  #nikki {
    width: 100%;
  }

  #nikki img {
    width: 100%;
  }

  #fumei,
  #perfectmoca,
  #nashi {
    display: block;
  }

  #tables {
    width: 100%;
  }

  #tables img {
    width: 100%;
  }

  .adress {
    font-size: 14px;
  }
}

@media only screen and (max-width:834px)and (min-width:700px) {
  #whitelace img {
    height: auto;
    width: 1100px;
  }
}
