.mothersday-page {
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
  background: #fff8f5;
  color: #333;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.mothersday-hero {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.mothersday-hero img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

.mothersday-hero h1 {
  font-size: 22px;
  color: #cb0065;
  margin-bottom: 16px;
  line-height: 1.5;
}

.mothersday-hero .category-link {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 14px;
  color: #cb0065;
  text-decoration: none;
}

.mothersday-hero p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

h2 {
  font-size: 24px;
  color: #cb0065;
  margin-top: 40px;
  border-left: 6px solid #ffb6c1;
  padding: 6px 12px;
  background: #fff0f5;
  border-radius: 4px;
}

strong {
  color: #d12b6a;
}

.category-link {
  font-size: 17px;
  color: #cb0065;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 1.5em;
}

.highlight-box {
  padding: 25px;
  background: #fff;
  border-left: 6px solid #ff7a93;
  box-shadow: inset 0 0 30px #ffe6ea;
  border-radius: 8px;
  color: #cb0065;
  font-size: 16px;
}

.banner-link {
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cta-button {
  text-align: center;
  margin: 30px 0;
}

.cta-button a {
  display: inline-block;
  background: #ff7a93;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 18px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mothersday-voice div,
.mothersday-faq details {
  background: #fff;
  border-left: 5px solid #ffb6c1;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
}

.mothersday-faq details {
  background: #fff0f5;
  border-left: 4px solid #ff7a93;
}

.mothersday-faq summary {
  font-weight: bold;
  color: #d12b6a;
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  .cta-button a {
    font-size: 16px;
    padding: 10px 20px;
  }
}


/*# sourceMappingURL=mothers-day.css.map */
