/* タブ */
.pro6_teb {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
.pro6_teb .tab-contents-item {
  display: block !important;
  width: 100%;
  height: auto;
  justify-content: normal;
}
.tab-btn {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-btn .btn {
    flex-basis: 33.3334%;
    /* flex-basis: 50%; */
    text-align: center;
    background: #000362;
    /* border: 3px solid #ffe180; */
}
.btn:first-child {
    border-right:none;
}
.btn:last-child {
    border-left:none;
}
.tab-btn .btn a {
    display: block;
    position: relative;
    font-size: 18px;
    padding: 12px;
    text-decoration: none;
    line-height: 1.2;
    color: #333333;
    border: 3px solid #000362;
    border-bottom: none;
    cursor: pointer;
}
.tab-btn .btn a.is-active {
    color: #333333;
    border: 3px solid #00278c;
    border-bottom: none;
    background: #00278c;
    
}
.tab-contents-item {
    display: none;
    width: 100%;
    height: 200px;
    justify-content: center;
}
.tab-contents-item.is-active {
      width: 960px;
      height: auto;
      max-width: 100%;
      display: flex;
      background-color: #fff;
      border: 6px solid #00278c;
      flex-flow: column;
      align-items: center;
      margin: 0 auto;
}
.tab-contents-item>p {
  margin: auto;
  height: 40px;
  opacity: 0;
}
.tab-contents-item.is-active>p {
  animation:  fadeinAnime 2s forwards;
}
@keyframes fadeinAnime{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
.pro6_txt_box {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .tab-btn .btn a {
    font-size: 14px;
    padding: 12px 8px;
  }
	.pro6_txt_box {
		padding-inline: 30px;
	}
}
.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;
}

@media (max-width: 768px) {
  .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;
  }
}
.banapen_store {
  background: #00278c;
  padding: .4em .8em;
  float: right;
  font-size: 12px !important;
  letter-spacing: 1.6px;
}

.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;
  }
}
/* （店舗によって取り扱いのない場合がございます） */
.footnote2 {
  color: #333;
  font-size: 80%;
  font-weight: 500;
  text-align: right;
  margin-right: 35px;
  margin-top: -5px;
}
.footnote2 a {
	opacity: 1;
  color:#333;
  border-bottom:1px solid #333;
}
@media (hover: hover) and (pointer: fine) {
  .footnote2 a:hover {
		opacity: .8
	}
}
.storelist-footer2 {
  display: block;
  max-width: 960px;
  margin: 0 0 0 auto;
  }

@media screen and (max-width: 767px) {
  .footnote2 {
    text-align: left;
    margin-right: 0;
  }
  .storelist-footer2 {
    max-width: 90%;
    margin: 0 auto;
  }
}
/* プルダウン表 */
.pro_store_teble {
  --bg:#115730;
  --text:#fff;
  --muted:#6b7280;
  --line:#e5e7eb;
  --accent:#2563eb;
  --accentBg:#eff6ff;
  --chip:#f3f4f6;
  --shadow: 0 6px 20px rgba(0,0,0,.08);
  --tap: 44px;
  position: relative;
  isolation: isolate;
  color: var(--text);
  font-family: var(--font);
  line-height: 1.55;
  display: block;
}
.pro_store_teble {
  box-sizing: border-box;
  display: block;
  width: 100%;
}


/* ===== Layout ===== */

.pro_store_teble .wrap {
  width: 100%;
  max-width: 850px;
  margin: 28px auto;
  /* padding: 0 16px 40px; */
}

.pro_store_teble header {
  display:flex;
  gap:14px;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom: 14px;
}
.pro_store_teble h1,
#pro_store_teble_c h1 {
  font-size: 18px;
  margin: 0;
  letter-spacing: .02em;
}
.pro_store_teble .layout {
  display:grid;
  grid-template-columns: 100%;
  gap: 18px;
  align-items:start;
  overflow: visible;
  }
.dropdownLabel,
.tableTitle {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

_:lang(x)::-webkit-outer-spin-button, .tableTitle {
  color: #333;
}
_:lang(x)::-webkit-outer-spin-button, .pro_store_teble .pill {
  color: #333;
}
@media (max-width: 900px){
    .pro_store_teble .layout { 
        grid-template-columns: 1fr; 
    }
}
.pro_store_teble .card {
  /* background: var(--bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow); */
  overflow: visible; /* ▼ ドロップダウンを前に出すため */
}
.pro_store_teble button {
  font: inherit; 
}

/* ===== 上部：都道府県ドロップダウン（縦並び） ===== */

.pro_store_teble .dropdown {
  position: relative;
  max-width: 100%;
  z-index: 100;
  }
.pro_store_teble .dropdownBtn {
  width: 100%;
  min-height: var(--tap);
  padding: 10px 25px;
  border: 3px solid #00278c;     
  border-radius: 30px;     
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}
.pro_store_teble .dropdownBtn:focus-visible {
  outline: 3px solid rgba(37,99,235,.25);
  outline-offset: 2px;
}
.pro_store_teble .dropdownBtn .muted {
  font-weight: 700;
  color: var(--muted);
  font-size: 16px;
  white-space: nowrap;
}
.pro_store_teble .chev {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--muted);
  flex: 0 0 auto;
  background: #fff;
}
.pro_store_teble .chev svg {
  width: 16px;
  height: 16px;
  transition: transform .18s ease;
}
.pro_store_teble .dropdown.is-open .chev svg {
    transform: rotate(180deg); 
  }
@media (max-width: 900px){
  .pro_store_teble .dropdownBtn {
    padding: 10px 10px 10px 25px;
    gap: 6px;
  }
  .dropdownLabel {
    letter-spacing:1px;
  }
}

/* 「前に出てくる」＝重なりを強く */
.pro_store_teble .menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  overflow: hidden;
  display: none;
  z-index: 9999;
}
.pro_store_teble .dropdown.is-open .menu,
#pro_store_teble_c .dropdown.is-open .menu {
  display: block;
}
.pro_store_teble .menuList {
  max-height: 180px;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
}
.pro_store_teble .item {
  width: 100%;
  border: 0;
  background: #fff;
  cursor:pointer;
  padding: 8px 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 10px;
  text-align:left;
}
.pro_store_teble .item:hover { 
  background: #f8fafc; 
}
.pro_store_teble .item .name {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}  
.pro_store_teble .item:not(.is-updating)  {
  background-color: #00278c;
}
.pro_store_teble .pill,
#pro_store_teble_c .pill {
  flex: 0 0 auto;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--chip);
  border: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}
.pro_store_teble .item.is-updating .pill {
  color:#6b7280; 
}
/* ▼ 0件（updating）の県をグレー表示 */
.pro_store_teble .item.is-updating {
  color: var(--muted);
  pointer-events: none;
}
.pro_store_teble .item.is-updating .name {
  color: var(--muted);
}
.pro_store_teble .item.is-updating .pill {
  background: #f1f5f9;
  border-color: #e5e7eb;
  color: var(--muted);
}

/* ===== Table ===== */
.pro_store_teble .tableWrap {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: visible;
  box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #fff;
  margin-top: 0px;
}
.pro_store_teble .tableHeader {
  padding: 6px 16px 4px;
  border-bottom: 1px solid var(--line);
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 14px;
  flex-wrap:wrap;
  background-color: #ffe033;
  color: #000;
  font-size: 14px;
}
.pro_store_teble .tableHeader .meta {
  display:flex;
  flex-direction:column;
  gap:2px;
}
.pro_store_teble .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  border-radius: 999px;
  color: #00278c;
  font-size: 12px;
  font-weight: 700;
  background: var(--chip);
  letter-spacing: 1px;
}
.pro_store_teble table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.pro_store_teble th, .pro_store_teble td{
  padding: 8px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.pro_store_teble th {
  color: #fff;
}
.pro_store_teble th {
  text-align:left;
  font-size: 14px;
  font-weight: 600;
  background: #00278c;
  padding: 3px 14px;
}
.pro_store_teble .empty {
  padding: 18px 16px;
  color: #fff;
  font-size: 14px;
}
.pro_store_teble td:first-child {
  width: 26%; 
}
.pro_store_teble td:last-child {
  width: 74%; 
}
.pro_store_teble .pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  box-shadow: none;
      margin-bottom: 30px;
}
/* .pro_store_teble .pagination span {
  cursor: pointer;
  padding: 4px 8px 5px 9px;
  box-shadow: none;
  font-weight: 400;
  color: #ddd;
  font-size: 80%;
  border: 1px solid #ddd;
} */
.pro_store_teble .pagination a,
.pro_store_teble .pagination span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #ddd;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-decoration: none;
  font-family: 'Noto Sans JP';
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  transition-property: color;/*変化させたいプロパティを指定*/
  transition-duration: .2s;
  
}

/* 数字の見た目中央を補正 */
.pro_store_teble .pagination .page-num {
  display: grid;
  place-items: center;
  letter-spacing: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}
/* pagination 数字を円にする */
.pro_store_teble .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
/* 現在ページ */
.pro_store_teble .pagination .is-active {
  background: #00278c;
  color: #fff;
}
/* hover */
@media (hover: hover) {
  .pro_store_teble .pagination span:hover {
    color: #888;
  }
}

.pro_store_teble .pagination .is-disabled {
  color: #ccc;
  pointer-events: none;
}
.pro_store_teble .pagination .ellipsis {
  cursor: default;
  border: none;
}
/* .pro_store_teble .page-num,
.pro_store_teble .page-arrow {
  border: 1px solid #ddd;
} */
/* hover時も影なし */
.pro_store_teble .pagination span:hover {
  box-shadow: none !important;
}
/* ページネーションが空のときは余白を詰める */
.pro_store_teble .pagination:empty {
  margin-top: 0;
}
/* 「都道府県を選択してください。」の文言だけ消す */
.pro_store_teble .tableArea .empty {
  display: none;
}

/* ===== ページネーション：矢印 ===== */
.pro_store_teble .pagination .page-arrow {
  border: none;
  background: none;
  color: #ccc; /* デフォルト（無効っぽい色） */
  padding: 0 8px;
  font-size: 16px;
}

/* 有効な矢印（クリックできるとき） */
.pro_store_teble .pagination .page-arrow:not(.is-disabled) {
  color: #333; /* ← 好きな色に変更OK */
  cursor: pointer;
  border: 1px solid #ccc;
}

/* 無効 */
.pro_store_teble .pagination .page-arrow.is-disabled {
  color: #ccc;
  pointer-events: none;
}

@media (max-width: 900px){
  .pro_store_teble .pagination a,
  .pro_store_teble .pagination span {
     font-size: 100%;
  }
  .pro_store_teble .wrap {
    padding: 0;
    width: 100%;
  }
  .pro_store_teble td:first-child {
    letter-spacing: normal;
    padding-right: 0; 
  }
  .pro_store_teble td:last-child {
    letter-spacing: .5px;
}
  .pro_store_teble .page-arrow {
    width: 34px;
    height: 34px;
    font-weight: 300 !important;
  }
  .pro_store_teble .pagination .is-active {
    color: #ddd;
    background: #00278c;
    border: none;
  } 
}



/* ===== store table: no-tab / inserted below .store-table-sticker ===== */
.store-table-area {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  margin: 32px 0 56px;
}
.pro_store_teble .pagination {
  flex-wrap: wrap;
}

.pro_store_teble .pagination .ellipsis {
  width: auto;
  height: auto;
  padding: 0 4px;
}

.pro_store_teble .pagination .page-arrow {
  box-sizing: border-box;
}


