/*--------------------------------------------------
スマホ下部 表示ボタン
-----------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 1px;
  font-size: 100%;
  z-index: 100;
  left: 10vw;
}

#page-top ul{
list-style: none;
}
#page-top img{
width: 100%;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
}


.sp-none{display:block;}

.sp-none img {
  margin-bottom: 5px;
}

.pc-none{display:none;}


@media screen and (max-width: 768px) {
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-none{display:none;}
.pc-none{display:block;}

.left { text-align: left; }
.right { text-align: right; }

#page-top {
  left: 0;
}

nav {
  height: 65px;
}


nav a {
  text-decoration: none;
  font-size: 100%;
  line-height: 1.3;
  padding: 0;
}



#page-top ul.pc-none{
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 0;
  margin-bottom: -2px;
}
}
