/* 岐阜２りんかんリニューアルオープンSALE 対象店舗用 */

.gifu-sale-shops {
padding: 3px
}

.gifu-sale-shops-title {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
}
.gifu-sale-shops-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gifu-sale-shops-list a {
  display: inline-block;
  padding: 3px 2px;
  font-size: 14px;
  color: #2543eb ;
  text-decoration: underline;
 
}
/* .gifu-sale-shops-list a {
  display: inline-block;
  padding: 8px 18px;
  background: #61b946;
  color: #fff !important;
  border-radius: 20px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s;
} */

/* .gifu-sale-shops-list a:hover {
  background: #1b6d12;
} */

@media (max-width: 600px) {
  .gifu-sale-shops-list {
    flex-direction: column;
    gap: 5px;
  }
}