@charset "UTF-8";

#btn-lib img{
    width: 100%;
}

#btn-lib {
    width: 115px;
    height: 115px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 10;
}

#top {
position: relative;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.sp{
　width: 100%;
  position: fixed;
  bottom: 0px;
  right:0px;
  left:0px;
  
}
