/* 新着情報一覧リンク */
.btn10:hover{
  color: #0000ff;
}

/* 園祭特設ページ臨時ボタン */
.btn11{
  margin: 8px 0;
  width: 85%;
  max-width:350px;
  border: 2px solid #ff87a7;
  border-radius: 5px;
  padding: 3px 0;
  background: #fff8fc;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #de0047;
}
.btn11:hover{
  background: #fff;
  color: #ff5282;
  transform: translateY(-2px);
}
