/* レモンボトルページ専用スタイル */

/* ヘッダー */
.page-header {
  height: 300px;
  background: linear-gradient(rgba(253, 203, 110, 0.8), rgba(255, 234, 167, 0.8)),
    url('https://images.unsplash.com/photo-1559909114-f7df8410f7c7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
}

.page-header-content {
  text-align: center;
  color: #2d3436;
  padding-top: 74px;
}

.page-title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 0.5rem;
  margin-top: 15px;
}

.page-subtitle {
  font-size: 1rem;
  letter-spacing: 2px;
  opacity: 0.9;
}

/* イントロセクション */
.intro {
  padding: 80px 0;
  background: #fff;
}

.intro-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.intro-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-subtitle {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: #fdcb6e;
  font-weight: 500;
  text-transform: uppercase;
}

.section-title {
  font-size: 2.5rem;
  margin-top: 0.5rem;
  color: #2d3436;
}

.intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.intro-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #636e72;
}

.intro-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* メリット・効果セクション */
.benefits {
  padding: 80px 0;
  background: #f8f9fa;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.benefits-header {
  text-align: center;
  margin-bottom: 3rem;
}

.benefits-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.benefit-item {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-weight: bold;
  color: #2d3436;
  font-size: 1.2rem;
}

.benefit-item h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #2d3436;
}

.benefit-item p {
  color: #636e72;
  line-height: 1.6;
}

/* 成分セクション */
.ingredients {
  padding: 80px 0;
  background: #fff;
}

.ingredients-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.ingredients-header {
  text-align: center;
  margin-bottom: 3rem;
}

.ingredients-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.ingredient-item {
  background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.ingredient-item h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #2d3436;
  font-weight: 600;
}

.ingredient-item p {
  color: #2d3436;
  line-height: 1.6;
  opacity: 0.9;
}

/* 施術の流れ */
.flow {
  padding: 80px 0;
  background: #f8f9fa;
}

.flow-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.flow-header {
  text-align: center;
  margin-bottom: 3rem;
}

.flow-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.flow-item {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.flow-step {
  background: #fdcb6e;
  color: #2d3436;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.flow-item h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #2d3436;
}

.flow-item p {
  color: #636e72;
  line-height: 1.6;
}

/* 料金セクション */
.price {
  padding: 80px 0;
  background: #fff;
}

.price-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.price-header {
  text-align: center;
  margin-bottom: 3rem;
}

.price-content {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden;
}

.price-table {
  padding: 2rem;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #f1f3f4;
}

.price-row:last-child {
  border-bottom: none;
}

.price-row h3 {
  font-size: 1.5rem;
  color: #2d3436;
}

.price-details {
  text-align: right;
}

.price-value {
  font-size: 2rem;
  font-weight: 600;
  color: #fdcb6e;
  margin-bottom: 0.5rem;
}

.price-value span {
  font-size: 1rem;
  color: #636e72;
  font-weight: 400;
}

.price-note {
  font-size: 0.9rem;
  color: #636e72;
  margin: 0;
}

.price-notes {
  background: #f8f9fa;
  padding: 2rem;
}

.price-notes p {
  margin: 0.5rem 0;
  color: #636e72;
  font-size: 0.9rem;
}

.price-button {
  padding: 2rem;
  text-align: center;
}

.primary-btn {
  background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
  color: #2d3436;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(253, 203, 110, 0.3);
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(253, 203, 110, 0.4);
}

/* メリットセクション */
.advantages {
  padding: 80px 0;
  background: #f8f9fa;
}

.advantages-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.advantages-header {
  text-align: center;
  margin-bottom: 3rem;
}

.advantages-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.advantage-item {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.advantage-item:hover {
  transform: translateY(-5px);
}

.advantage-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.advantage-item h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #2d3436;
}

.advantage-item p {
  color: #636e72;
  line-height: 1.6;
}

/* FAQ */
.faq {
  padding: 80px 0;
  background: #fff;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-content {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #f1f3f4;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 1.5rem 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question h3 {
  font-size: 1.1rem;
  color: #2d3436;
  margin: 0;
}

.faq-toggle {
  font-size: 1.5rem;
  color: #fdcb6e;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 1.5rem 2rem;
  max-height: 200px;
}

.faq-answer p {
  color: #636e72;
  line-height: 1.6;
  margin: 0;
}

/* 注意事項セクション */
.caution {
  padding: 80px 0;
  background: #f8f9fa;
}

.caution-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.caution-header {
  text-align: center;
  margin-bottom: 3rem;
}

.caution-content {
  display: grid;
  gap: 2rem;
}

.caution-item {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  border-left: 4px solid #e17055;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.caution-item h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #2d3436;
}

.caution-item p {
  color: #636e72;
  line-height: 1.6;
  margin: 0;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .page-header {
    height: 250px;
  }
  
  .page-title {
    font-size: 2.5rem;
  }
  
  .page-subtitle {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .intro-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .price-row {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .price-details {
    text-align: center;
  }
  
  .faq-question {
    padding: 1rem 1.5rem;
  }
  
  .faq-answer {
    padding: 0 1.5rem;
  }
  
  .faq-item.active .faq-answer {
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .page-subtitle {
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }

  .price-value {
    font-size: 1.5rem;
  }

  .intro-container,
  .benefits-container,
  .ingredients-container,
  .flow-container,
  .price-container,
  .advantages-container,
  .faq-container,
  .caution-container {
    padding: 0 1rem;
  }

  .benefit-item,
  .ingredient-item,
  .flow-item,
  .advantage-item,
  .caution-item {
    padding: 1.5rem;
  }
} 