@charset "UTF-8";
/* CSS Document */
#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 23px;
  bottom: 5px;
background: url("../img/page_top.png");
background-size: contain;
background-position: center;
background-repeat: no-repeat;    
 z-index: 990;	  
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color:#482a2a;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; 
   text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;     
}
#page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color:#482a2a;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
font-weight: bold;
   text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;     
}
@media all and  (max-width:740px){
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 5px;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
font-family: rift, sans-serif;
font-style: normal;
font-weight: 300;	
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  width: 25px;
  height: 25px;
  top:0px;
  bottom: 0;
  right: 2px;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  left: 0;
  margin: auto;
  text-align: center;
}	
}