@charset "utf-8";
/* CSS Document */


/* アクセス　*/
.page_access {
  background-image: image-set(url("../images/top/bg_access.jpg""") 1x, url("../images/top/bg_access@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../images/top/bg_access.jpg") 1x, url("../images/top/bg_access@2x.jpg") 2x);
  background-position: center bottom;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 55px;
  margin-bottom: 100px;
}
