@charset "utf-8";
.spa_bg {
    background: linear-gradient(to bottom, #fff 0%,#f9c9c2 100%);
   
}
.spa_bg1 { 
  background: url(/tower/spa/img/welcome/spa_bg1.png); 
  background-color: rgba(247, 206, 202, 0.2);
  background-size: cover;
  }


.spa_btn {
     position: absolute; right: 0; bottom: 0; margin: 0 4.375% 4.375% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(229, 87, 248, 0.5);
  font-size: 16px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  transition: 0.3s;
  background-color: [object object];
  background-image: radial-gradient(circle at 100% 0%, rgb(194, 189, 234) 8%, rgba(249, 201, 194, 1));
}

.spa_btn:hover {
  opacity: .5;
}
.spa_btn a:link { color:#fff; }
.spa_btn a:visited {color:#fff;}

@media screen and ( max-width: 600px ) {
  .spa_bg1 {background-position: top 50;}
	.spa_btn { position: static; right: auto; bottom: auto; margin: 0;}
}