@charset "UTF-8";

/* -------共通------- */
#swipebox-top-bar {
    font-size: 20px;
    padding-top: 5px;
    font-weight: bold;

}


/* sp-start */
@media (max-width:540px) {
  #swipebox-top-bar {
    font-size: 17px;
  }
  #swipebox-bottom-bar{
    height: 80px;
    width: 100%;
    padding-bottom: 10px;
  }
  #swipebox-top-bar{
    height: 60px;
    width: 100%;
  }
  #swipebox-arrows {
    height: 100%;
  }
  #swipebox-bottom-bar {
    bottom: -80px;
  }
  #swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
  }
  #swipebox-next, #swipebox-prev {
    width: 70px;
    height: 70px;
    background-size: auto 45% ;
  }
  #swipebox-close{
    width: 60px;
    height: 60px;
    background-image: url(../img/icons.png);
    background-size: auto 60% ;
  }
  #swipebox-prev {
    background-image: url(../img/icons.png);
    background-position: -50px center;
    float: left;
  }
  #swipebox-next {
    background-image: url(../img/icons.png);
    background-position: -90px center;
  }
  #swipebox-close {
    background-position: 15px center;
  }
  
}