/* shop-list.css: 取扱店舗一覧ページ */

.shop-list-body{
  margin: 0;
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
}

.shop-list-body :where(*, *::before, *::after){
  box-sizing: border-box;
}

.shop-list-main{
  background: #fff;
}

.shop-list-hero{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/shop_list/shop_list.webp") center center / cover no-repeat;
}

.shop-list-hero__title{
  margin: 0;
  color: #24287e;
  font-size: 33px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.shop-list-content{
  background: #fff;
  padding-bottom: 100px;
  --shop-label-col: 6.2em;
}

.shop-list-wrap{
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0 16px;
}

.shop-list-breadcrumb{
  margin: 0;
  padding: 10px 0 86px;
  color: #2f2f2f;
  font-size: 12px;
  line-height: 1.4;
}

.shop-list-breadcrumb a{
  color: inherit;
  text-decoration: none;
}

.shop-list-breadcrumb .sep{
  margin: 0 6px;
}

.shop-list-intro{
  margin: 0 0 72px;
}

.shop-list-intro__lead{
  margin: 0;
  color: #1a1a1a;
  text-align: center;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0.03em;
}

.shop-list-notice{
  margin-top: 40px;
  padding: 30px min(56px, 5vw);
  background: #E8F2FD;
}

.shop-list-notice__title{
  margin: 0 0 14px;
  color: #444;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.shop-list-notice__list{
  margin: 0;
  padding-left: 1.1em;
  color: #444;
  font-size: 15px;
  line-height: 1.75;
}

.shop-list-notice__list li + li{
  margin-top: 2px;
}

.shop-list-notice__list a{
  color: #283eb8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.shop-list-notice__list a:hover,
.shop-list-notice__list a:focus-visible{
  opacity: 0.8;
}

.shop-list-jump{
  margin: 0 0 60px;
  padding: 20px 40px;
  border-radius: 6px;
  background: #F2F2F2;
}

.shop-list-jump__title{
  margin: 0 0 20px;
  color: #24287e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.shop-list-jump__links{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-list-jump__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #c9d8ee;
  border-radius: 4px;
  background: #fff;
  color: rgba(36, 40, 126, 0.7);
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.shop-list-jump__link:hover,
.shop-list-jump__link:focus-visible{
  opacity: 0.8;
}

.shop-list-grid{
  margin: 0;
  display: grid;
  gap: 28px;
}

.shop-pref-group{
  scroll-margin-top: 104px;
}

.shop-pref-group__title{
  margin: 0;
  padding: 12px 18px;
  background: #dbe6f3;
  color: #24287e;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.shop-pref-group__list{
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.shop-pref-item{
  display: grid;
  grid-template-columns: minmax(200px, 250px) minmax(0, 1fr);
  gap: 24px;
  padding: 24px 8px;
  border-bottom: 1px solid #e2e8f1;
}

.shop-pref-item:first-child{
  border-top: 1px solid #e2e8f1;
}

.shop-pref-group__list .shop-pref-item:last-child{
  border-bottom: 0;
}

.shop-pref-item__name{
  margin: 0;
  display: flex;
  align-items: center;
  padding-right: 20px;
  border-right: 1px solid #e2e8f1;
  color: #24287e;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.shop-pref-item__body{
  display: grid;
  gap: 10px;
  align-content: start;
}

.shop-pref-item__meta-wrap{
  display: grid;
  gap: 8px;
  align-content: start;
  justify-items: start;
  text-align: left;
}

.shop-pref-item__meta{
  margin: 0;
  display: grid;
  grid-template-columns: var(--shop-label-col) minmax(0, 1fr);
  column-gap: 6px;
  align-items: start;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.shop-pref-item__inline-label{
  display: inline-block;
  min-width: 0;
  margin-right: 0;
  color: #24287e;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.shop-pref-item__tel{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}

.shop-pref-item__addressline{
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.shop-pref-item__products{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: var(--shop-label-col) minmax(0, 1fr);
  column-gap: 6px;
  row-gap: 8px;
  align-items: center;
  justify-items: start;
  text-align: left;
}

.shop-pref-item__products-label{
  display: inline-block;
  color: #24287e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.shop-pref-item__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.shop-pref-item__tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #e8f2fc;
  color: #3f4259;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

.shop-pref-item__tag--lpure{
  background: #e1efff;
}

.shop-pref-item__tag--chitsu{
  background: #cceddc;
}

.shop-pref-item__tag--plasmalogen{
  background: #fbeabf;
}

.shop-pref-item__tag--empty{
  background: #edf1f7;
}

@media (max-width: 1199px){
  .shop-pref-group__title{
    font-size: 21px;
  }

  .shop-pref-item{
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
    gap: 18px;
    padding: 20px 4px;
  }

  .shop-pref-item__body{
    gap: 8px;
  }

  .shop-pref-item__meta{
    font-size: 14px;
  }

  .shop-pref-item__tel{
    font-size: 15px;
    line-height: 1.75;
  }

  .shop-pref-item__addressline{
    font-size: 15px;
  }

  .shop-pref-item__tag{
    min-height: 28px;
  }
}

@media (max-width: 767px){
  .shop-list-hero{
    min-height: 138px;
  }

  .shop-list-hero__title{
    font-size: 26px;
    letter-spacing: 0.06em;
  }

  .shop-list-content{
    padding-bottom: 72px;
    --shop-label-col: 5.2em;
  }

  .shop-list-wrap{
    padding: 0 20px;
  }

  .shop-list-breadcrumb{
    padding: 10px 0 42px;
  }

  .shop-list-intro{
    margin-bottom: 40px;
  }

  .shop-list-intro__lead{
    font-size: 14px;
    line-height: 1.8;
  }

  .shop-list-notice{
    margin-top: 36px;
    padding: 20px 14px;
  }

  .shop-list-notice__title{
    margin-bottom: 10px;
    font-size: 18px;
  }

  .shop-list-notice__list{
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.65;
  }

  .shop-list-notice__list li + li{
    margin-top: 4px;
  }

  .shop-list-jump{
    margin-bottom: 24px;
    padding: 12px;
  }

  .shop-list-jump__title{
    margin-bottom: 8px;
    font-size: 14px;
  }

  .shop-list-jump__links{
    gap: 6px;
  }

  .shop-list-jump__link{
    padding: 4px 8px;
    font-size: 12px;
  }

  .shop-list-grid{
    gap: 20px;
  }

  .shop-pref-group{
    scroll-margin-top: 82px;
  }

  .shop-pref-group__title{
    padding: 10px 14px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  .shop-pref-item{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 0;
  }

  .shop-pref-item__name{
    border-right: 0;
    border-bottom: 1px solid #e2e8f1;
    padding: 0 0 10px;
    font-size: 16px;
  }

  .shop-pref-item__body{
    gap: 8px;
  }

  .shop-pref-item__meta{
    font-size: 13px;
  }

  .shop-pref-item__meta,
  .shop-pref-item__products{
    display: flex;
    align-items: flex-start;
    gap: 4px;
    justify-content: flex-start;
    text-align: left;
  }

  .shop-pref-item__inline-label,
  .shop-pref-item__products-label{
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 var(--shop-label-col);
    min-width: var(--shop-label-col);
    font-size: 15px;
    line-height: 1.7;
  }

  .shop-pref-item__tags{
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  .shop-pref-item__tel{
    font-size: 14px;
    line-height: 1.7;
  }

  .shop-pref-item__addressline{
    font-size: 14px;
    line-height: 1.7;
  }

  .shop-pref-item__tag{
    font-size: 13px;
    min-height: 26px;
    padding: 4px 9px;
  }
}
