/*金塊ボタン（リンク用）*/

.gold_btn {
  display: inline-block;
  width: 250px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #806413;
  background-color: #FFD700;
  box-shadow: 0px 5px 0px #b38d1b;
  transition: .3s;
}

.gold_btn:hover {
  box-shadow: unset;
  transform: translateY(4px);
}

/*金塊ボタン（リンク用）終わり*/

