/* === タイトル・見出し === */
.longevity-hero-img {
  max-width: 100%;
  height: auto;
}
.longevity-main-title {
  font-size: 28px;
  color: #ffffff;
  background-color: #B38A43;
  padding: 6px;
  text-align: center;
}
.longevity-section-title {
  border-bottom: 3px solid #B38A43;
  font-size: 22px;
  color: #B38A43;
  margin: 24px 0 16px 0;
}
.longevity-section-title-with-arrow {
  position: relative;
  padding: 6px 12px 6px 18px;
  background-color: #EEE8AA;
  border-radius: 15px;
  color: #666633;
  font-size: 22px;
}
.longevity-section-title-with-arrow::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #EEE8AA;
}
.longevity-section-subtitle {
  padding: 4px 0 4px 14px;
  border-left: 6px solid #B38A43;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
}

/* === 説明ブロック === */
.longevity-description-box {
  padding: 16px;
  background: #fff;
  box-shadow: 0 0 50px #f4dda5 inset, 5px 5px 0 #cecece;
  color: #606060;
  font-size: 16px;
  margin: 24px 0;
}

/* === 商品リスト・ボタン === */
.longevity-button-area {
  text-align: center;
  margin: 20px 0;
}
.longevity-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #B38A43;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
}

/* === メッセージ文例 === */
.longevity-message-list {
  margin-top: 16px;
}
.longevity-message-block {
  padding: 20px 14px;
  margin: 0;
  background: #fff;
  list-style: none;
  font-size: 16px;
}
.longevity-message-block.bg-alt {
  background: #EDE7F3;
}
.longevity-message-block li {
  margin: 6px 0;
}

/* === 文例リンク集 === */
.longevity-example-links {
  margin-top: 32px;
  font-size: 16px;
}
.longevity-example-links p {
  font-weight: bold;
}
.example-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.example-links a {
  text-decoration: none;
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 6px 10px;
  color: #333;
  font-size: 14px;
}

.longevity-content {
  padding: 20px;
  background-color: #fffdf8;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

.longevity-content a {
  text-decoration: none;
  color: #8b5e3c;
  font-weight: bold;
}

.longevity-content a:hover {
  text-decoration: underline;
}

.section-heading {
  font-size: 22px;
  margin: 30px 0 15px 0;
  border-bottom: 3px solid #b38a43;
  padding-bottom: 5px;
  color: #b38a43;
}

.longevity-table-wrapper {
  overflow-x: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}

.longevity-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.longevity-table th,
.longevity-table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ccc;
}

.longevity-table th {
  background-color: #f3ead8;
  font-size: 14px;
  color: #5a4632;
}

.longevity-table td .small-text {
  display: block;
  font-size: 12px;
  color: #777;
}

.longevity-table .align-left {
  text-align: left;
  padding-left: 10px;
}

.gift-suggestion {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-top: 25px;
}

.gift-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.gift-description {
  flex: 1;
  min-width: 260px;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .gift-suggestion {
    flex-direction: column;
  }

  .section-heading {
    font-size: 20px;
  }

  .longevity-table th,
  .longevity-table td {
    font-size: 14px;
    padding: 10px;
  }
}

.longevity-examples {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

.example-group {
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-left: 6px solid #b38a43;
  background-color: #fffdf8;
  color: #444;
}

.example-group b {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  color: #b38a43;
}

.example-group.bg1 {
  background-color: #fdf7ed;
}

.example-group.bg2 {
  background-color: #f9f2e8;
}

.longevity-links {
  margin: 40px 0 20px 0;
  padding: 20px;
  background-color: #fff8e5;
  border-left: 5px solid #b38a43;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.8;
  box-shadow: inset 0 0 10px rgba(204, 174, 110, 0.2);
}

.longevity-links a {
  display: inline-block;
  margin: 6px 8px 6px 0;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #b38a43;
  border-radius: 6px;
  color: #b38a43;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.longevity-links a:hover {
  background-color: #b38a43;
  color: #ffffff;
}

/*# sourceMappingURL=longevity.css.map */
