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

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #72C7CA;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}


/* 2026 add */
.bg2026{
    background-image: url(https://www.greens-corp.co.jp/greenspia/common/img/GREENSPIA2026_2000.jpg);    /* 背景画像指定 */
    background-size:  1000px;                /* 画像のサイズ指定 */
}