

.store-table-sticker {
  border-collapse: collapse;
  width: 100% !important;
  margin: 10px auto!important;
  background: #115730;
  table-layout: fixed !important;
}

.store-table-sticker th,
.store-table-sticker td {
  border: 1px solid #bbb;
  padding: 12px 24px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  word-break: break-all;
  color: #fff;
}

.store-table-sticker th {
  background: #04311c;
  font-weight: bold;
  color: #fff;
}



.store-table-sticker tr.store-row-sticker {
  display: none;
}

.storelist-section-title-top,
.storelist-description-top {
  text-align: center;
  color: #000;
  font-weight: 500;  
  font-size: 24px;
  letter-spacing: 3px;
}

.storelist-description-top {
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
}


.pagination-sticker {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 32px auto 16px auto;
  flex-wrap: nowrap;
}

.page-num-sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.page-num-sticker.active {
  background: #fffd80;
  color: #333333;
  border: 2px solid #fffd80;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.page-num-sticker:hover:not(.active) {
  background: #f8f8f8;
  border-color: #bbb;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.12);
}

.page-arrow-sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.page-arrow-sticker:hover:not(.disabled) {
  background: #f8f8f8;
  border-color: #bbb;
  color: #333;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.12);
}

.page-arrow-sticker.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.page-ellipsis-sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  user-select: none;
}

@media (max-width: 768px) {
  .store-table-sticker, .store-table-sticker th, .store-table-sticker td {
    font-size: 14px;
    padding: 8px;
    min-height: 2.8em;
  }

  /* .store-table {
    max-width: 90%!important;
  } */

  .storelist-section-title-top,
  .storelist-description-top {
    text-align: center;
    font-weight: 600;  
    padding: 0;
  }

  .storelist-section-title-top{
    font-size: 20px;
  }

  .storelist-description-top {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
  }

  .pagination-sticker {
    gap: 8px;
    flex-wrap: wrap;
    margin: 24px auto 12px auto;
  }

  .page-num-sticker {
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-width: 1px;
  }
  
  .page-arrow-sticker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #fff;
    color: #666;
    border: 2px solid #ddd;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  }
  
  .page-arrow-sticker:hover:not(.disabled) {
    background: #f8f8f8;
    border-color: #bbb;
    color: #333;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
  }
  
  .page-arrow-sticker:active:not(.disabled) {
    background: #fffd80;
    color: #333333;
    border: 2px solid #fffd80;
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  }
  
  .page-arrow-sticker.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
  
  .page-ellipsis-sticker {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

.store-table-sticker th:nth-child(1),
.store-table-sticker td:nth-child(1) {
  width: 25% !important;
  min-width: 100px;
}

.store-table-sticker th:nth-child(2),
.store-table-sticker td:nth-child(2) {
  width: 75% !important;
  min-width: 200px;
}

.banapen_store-sticker {
  background: #FBDC47;
  padding: .4em .8em;
  float: right;
  font-size: 12px !important;
  color: #000;
}

/* .banapen_store_come {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px !important;
  margin: 2em 0 6em;
} */
/* 
.banapen_store_come a{
  color: #fff;
  text-decoration: underline;
} */

@media (max-width: 768px) {
  .banapen_store-sticker {
    /* float: left; */
    margin: .3em 0 0;
  }
  
  .banapen_store_come-sticker{
    text-align: left;
    margin-bottom: 3em;
    padding: 0 16px;
  }
}
/* disabled状態の追加 */
.page-arrow-sticker.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  transform: none !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08) !important;
}

/* 省略記号の微調整 */
.page-ellipsis-sticker {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

/* ホバー効果の改善 */
.page-num-sticker:hover:not(.active),
.page-arrow-sticker:hover:not(.disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}
