body {
  font-family: 'Noto Sans JP', sans-serif;
}

.store-table2 {
  border-collapse: collapse;
  width: 100% !important;
  margin: 10px auto!important;
  background: #fff;
  table-layout: fixed !important;
}

.store-table2 th,
.store-table2 td {
  border: 1px solid #bbb;
  padding: 12px 24px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  word-break: break-all;
}

.store-table2 th {
  background: #fbdc46;
  font-weight: bold;
  color: #000;
}

.store-table2 tr {
  transition: background 0.2s;
}

.store-table2 tr:hover {
  background: #f5f4cb;
}

.store-table2 tr.store-row-2 {
  display: none;
}

.storelist-section-title-top,
.storelist-description-top {
  text-align: center;
  color: #fff;
  font-weight: 500;  
  font-size: 24px;
  letter-spacing: 3px;
}

.storelist-description-top {
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
}


.pagination2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 32px auto 0 auto;
    padding-bottom: 70px;
    flex-wrap: nowrap;
}

.page-num-2 {
  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-2.active {
  background: #fffd80;
  color: #333333;
  border: 2px solid #fffd80;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.page-num-2:hover:not(.active) {
  background: #f8f8f8;
  border-color: #bbb;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.12);
}

.page-arrow-2 {
  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-2: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-2.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.page-ellipsis-2 {
  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-table2, .store-table2 th, .store-table2 td {
    font-size: 14px;
    padding: 8px;
    min-height: 2.8em;
  }

  .store-table2 {
    max-width: 90%!important;
  }

  .storelist-section-title-top,
  .storelist-description-top {
    text-align: center;
    font-weight: 600;  
    padding: 0 16px;
  }

  .storelist-section-title-top{
    font-size: 22px;
  }

  .storelist-description-top {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
  }

  .pagination2 {
    gap: 8px;
    flex-wrap: wrap;
    margin: 24px auto 0 auto;
  }

  .page-num-2 {
    width: 36px;
    height: 36px;
    font-size: 14px;
    border-width: 1px;
  }
  
  .page-arrow-2 {
    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-2: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-2: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-2.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
  
  .page-ellipsis-2 {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

.store-table2 th:nth-child(1),
.store-table2 td:nth-child(1) {
  width: 40% !important;
  min-width: 100px;
}

.store-table2 th:nth-child(2),
.store-table2 td:nth-child(2) {
  width: 60% !important;
  min-width: 200px;
}

.banapen_store {
  background: #FBDC47;
  padding: .4em .8em;
  float: right;
  font-size: 12px !important;
}

.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 {
    float: left;
    margin: .3em 0 0;
  }
  
  .banapen_store_come{
    text-align: left;
    margin-bottom: 3em;
    padding: 0 16px;
  }
}
/* disabled状態の追加 */
.page-arrow-2.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-2 {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
}

/* ホバー効果の改善 */
.page-num-2:hover:not(.active),
.page-arrow-2:hover:not(.disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}


/* （店舗によって取り扱いのない場合がございます） */
.footnote2 {
  color: #fff;
  font-size: 80%;
  font-weight: 500;
  text-align: right;
  margin-right: 35px;
  margin-top: -5px;
}
.footnote2 a {
	opacity: 1;
  color:#fff;
  border-bottom:1px solid #fff;
}
@media (hover: hover) and (pointer: fine) {
  .footnote2 a:hover {
		opacity: .8
	}
}
@media screen and (max-width: 767px) {
  .footnote2 {
    text-align: center;
    margin-right: 0;
  }
}

.storelist-footer2 {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  }

