@charset "utf-8";
/* CSS Document */
/* 背景画像 */
.bg-image-c{
  /*background-image: url("../image/bg/bg-spring.JPG");*/
  background-image: url("../image/bg/bg-syoka.JPG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
}
.bg-image-s{
  background-image: url("../image/bg/bg-s.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
}
.bg-image-t{
  background-image: url("../image/bg/bg-tr.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
}
.bg-image-h{
  background-image: url("../image/bg/bg-h.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
}
.bg-image-b-50{
  background-image: url("../image/bg/bg-black-50.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
}
