@charset "UTF-8";
/* CSS Document */
/* //////////////////////////////////////////////////
[フッター] 
////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////
スマホ
////////////////////////////////////////////////// */

/*---ページTOPへ戻る */
.pagetop {
  display: none;
  position: fixed;
  bottom: 0px!important;
  right: 0px!important;
  z-index: 1000;
}
.pagetop img {
  width: 70px;
  height: auto;
}

/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
 
  .pagetop img {
    width: 100px;

  }
}