.bg-top {
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,249,179,1) 100%);
  background: -o-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,249,179,1) 100%);
  background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,249,179,1) 100%);
}

.bg-2 {
  background: rgb(251,243,221);
}

.bg-2-top {
  background: rgb(228,170,3);
}

.bg-2-font {
  color: rgb(228,170,3);
}

.bg-3 {
  background: rgb(247,233,226);
}

.bg-3-top {
  background: rgb(190,73,30);
}

.bg-3-font {
  color: rgb(190,73,30);
}
.bg-4 {
  background: rgb(240,255,194);
}

.bg-4-top {
  background: rgb(131,161,59);
}

.bg-4-font {
  color: rgb(131,161,59);
}

.call-ls {
  letter-spacing: -0.04em;
}

a {
font-weight:bold;
text-decoration:none;
}