/* section.inner: shop.css の .inner より詳細度を上げ、横余白が消えないようにする */
section.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.mt_70 {
  margin-top: 70px !important;
}

.ttl_01 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
  clear: both;
}

h1, h3 {
  font-size: 100%;
  font-weight: normal;
}

h1, h3 {
  overflow-wrap: break-word;
}

.ttl_01 span.main {
  color: #1a1a1a;
  font-family: "Times New Roman", 'Times New Roman', Times, serif;
  font-size: 26px;
  font-weight: bold;
  display: block;
}

.ttl_01 span.sub {
  padding: 0 5px 5px;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 4px solid rgba(128, 128, 128, .2);
  display: inline-block;
}

.ttl_txt_guide {
  margin-bottom: 20px;
  text-align: center;
}

.shop_stores_wrap {
  max-width: 420px;
  margin: 0 auto 28px;
}

.shop_stores_note {
  margin-bottom: 28px;
  font-size: 13px;
  line-height: 1.75;
  color: #555;
}

/* style.css の ul { padding-inline-start: 40px } を打ち消す（左だけ空き、右寄りに見える） */
.products_Table {
  width: 100%;
  list-style-type: none;
  text-align: center;
  overflow: hidden;
  padding-left: 0;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-left: 0;
  margin-right: 0;
}

ul {
  overflow-wrap: break-word;
}

.products_Table li:nth-child(3n+1) {
  clear: both;
}

.products_Table li {
  width: 32%;
  margin-bottom: 20px;
  padding: 20px;
  float: left;
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.products_Table li img {
  margin: 0 auto 30px;
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  border: 0;
}

.products_Table li h4 {
  color: #f0f9f8;
  background-color: #800000;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 15px;
}

.products_Table li p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.products_Table li p.productsPriceText {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  clear: both;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 5px;
}

.products_Table li .productsShop {
  background-color: #f2f2f2;
  padding: 10px 10px 7px;
  font-size: .9em;
  margin: 15px 0 0;
}

.products_Table li .productsShop a:link {
  color: #777;
  text-decoration: none;
}

.products_Table li .productsShop a {
  padding: 5px 5px 4px;
  margin: 0 5px 3px;
  display: inline-block;
}

.products_Table li .productsShop a i {
  padding-right: 2px;
}

.products_Table li .productsShop .purchase-area {
  margin: 10px 0 8px;
  text-align: center;
}

.products_Table li .productsShop .purchase-button {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #111;
  color: #fff;
  padding: 0.65em 1em;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  max-width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 13px;
}

.products_Table li .productsShop .purchase-button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.fa {
  font-weight: 900;
}

.fa {
  font-family: Font Awesome\ 5 Free;
}

.fa {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  line-height: 1;
}


@media only screen and (max-width: 640px) {
  section.inner {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }

  .ttl_01 {
    margin-bottom: 22px;
  }

  .ttl_01 span.main {
    font-size: 22px;
    letter-spacing: 0.04em;
  }

  .ttl_01 span.sub {
    font-size: 12px;
    line-height: 1.45;
    padding: 0 8px 6px;
  }

  .ttl_txt_guide {
    text-align: left;
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    margin-bottom: 24px;
    padding: 0 2px;
  }

  nav[aria-label="パンくずリスト"] .breadcrumb {
    font-size: 13px;
    padding: 10px 12px;
    margin-bottom: 12px;
    border-radius: 6px;
  }

  .navbar .navbar-brand h2 {
    font-size: clamp(0.95rem, 4.2vw, 1.2rem);
    letter-spacing: 0.12em;
  }

  .products_Table li {
    width: 100%;
    float: none;
    height: auto;
    padding: 16px 14px 18px;
    margin-bottom: 14px;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  }

  .products_Table li img {
    max-width: min(300px, 100%);
    margin-bottom: 18px;
  }

  .products_Table li h4 {
    font-size: 14px;
    padding: 8px 10px;
    line-height: 1.45;
  }

  .products_Table li p.productsPriceText {
    padding: 8px 0 4px;
    font-size: 15px;
  }

  .products_Table li .productsShop {
    padding: 12px 8px 10px;
    border-radius: 0 0 6px 6px;
  }

  .products_Table li .productsShop .purchase-area {
    margin: 8px 0 4px;
  }

  .products_Table li .productsShop .purchase-button {
    width: 100%;
    max-width: 100%;
    padding: 0.9em 1em;
    font-size: 14px;
    min-height: 48px;
    border-radius: 10px;
  }
}