@charset "UTF-8";
/* CSS Document */
#page_top{
  width: 200px;
  height: 200px;
  position: fixed;
  right: 5px;
  bottom:20px;
background:url("../img/top.png");
background-size: contain;
background-position:center; 
background-repeat: no-repeat;    
 z-index: 990;	 
}
#page_top a{
  position: relative;
  display: block;
  width: 200px;
  height: 200px; 
 color: #dd6677;    
}

#page_top a::after{
  content: 'TOPへ戻る';
  font-size: 16px;
 color: #dd6677; 
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
font-weight: 700;     
 text-shadow    : 
       1px 1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;     
}
@media all and  (max-width:690px){
#page_top{
  width: 100px;
  height:100px;
  position: fixed;
  right: 10px;
  bottom: 250px;
   z-index: 900;	     
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  text-decoration: none;
 color: #dd6677;     
}

#page_top a::after{
  content: 'TOPへ戻る';
  font-size: 10px;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
font-weight: 700; 
 color: #dd6677;     
}	
}