@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------
サイド：TOPボタン
--------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 80%;
  font-weight: 900!important;
  line-height: 140%;
  }
#page-top a {
  width: 60px;
  height: 60px;
  display: block;
  background: #DEB971;
  color: #0E0000;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-items: center;/*上下中央*/
  }
#page-top a:hover {
  text-decoration: none;
  border:solid 2px #DEB971;
  background-color: rgba(0,0,0,0.6);
  color: #DEB971;
  }


/*--------------------------------------------------
サイド：LINEボタン
--------------------------------------------------*/
#page_line{
position: fixed;
bottom: 85px;
right: 15px;
}

#page_line a{
width: 60px;
height: 60px;
display: block;
background-repeat: no-repeat;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
-ms-transition: .5s;
transition: .5s;
}

#page_line:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}



