
/*--------------------------------------------------------------
 *
 *
 *
 *      フッタメニューオリジナル
 *
 *
 *
 --------------------------------------------------------------*/

#footer-menu-ak {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  right: 8px;
  bottom: -50px;
  z-index: 99999;
}

#footer-menu-ak:after {
  display: block;
  content: "";
  clear: both;
}

#footer-menu-ak.is-hide {
  display: none;
}


/*--------------------------------------------------------------
ハンバーガーメニューボタン
→ burger_menu.cssに記載
--------------------------------------------------------------*/


/*--------------------------------------------------------------
トップ（ページ上部）へ戻るボタン
--------------------------------------------------------------*/

#page-top-ak{
  width: 50px;
  height: 50px;
  position: relative;
  float: right;
  background: #999;
  opacity: 0.6;
  border-radius: 50%;
}

#page-top-ak a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page-top-ak a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f30c';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}