/*
Theme Name: Laru-Moon LP
Description: ナイトヘッドスパ専門店ラルムーン LP用WordPressテーマ
Version: 1.0
Author: spalabo
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
}

.lp-container {
  max-width: 750px;
  width: 100%;
  background: #fff;
}

@media (min-width: 768px) {
  .lp-container {
    max-width: 1100px;
  }
}

.section {
  position: relative;
  width: 100%;
}

.section img {
  width: 100%;
  height: auto;
}

.sp-only { display: block !important; }
.pc-only { display: none !important; }

@media (min-width: 768px) {
  .sp-only { display: none !important; }
  .pc-only { display: block !important; }
}

.clickable {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}

.clickable-sp { display: block !important; }
.clickable-pc { display: none !important; }

@media (min-width: 768px) {
  .clickable-sp { display: none !important; }
  .clickable-pc { display: block !important; }
}

/* =============================================
   料金セクション
   ============================================= */

/* --- 初回体験キャンペーン --- */
.campaign-section {
  background: #fff;
  padding: 50px 20px 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .campaign-section {
    padding: 70px 60px 50px;
  }
}

.campaign-heading {
  font-size: 24px;
  font-weight: bold;
  color: #c84b6b;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .campaign-heading {
    font-size: 34px;
  }
}

.campaign-heading .accent {
  color: #c84b6b;
}

.campaign-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .campaign-sub {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

/* 3カラム比較カード */
.campaign-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .campaign-cards {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }
}

.campaign-card {
  border: 2px solid #e0d6cc;
  border-radius: 12px;
  padding: 24px 16px;
  position: relative;
  background: #fff;
  flex: 1;
  max-width: 100%;
}

@media (min-width: 768px) {
  .campaign-card {
    max-width: 300px;
  }
}

.campaign-card.popular {
  border-color: #c84b6b;
  box-shadow: 0 4px 20px rgba(200, 75, 107, 0.15);
}

.campaign-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #c84b6b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.campaign-card-name {
  font-size: 20px;
  font-weight: bold;
  color: #4a3728;
  margin-bottom: 6px;
}

.campaign-card-duration {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.campaign-card-original {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.campaign-card-price {
  font-size: 32px;
  font-weight: bold;
  color: #c84b6b;
  line-height: 1.2;
}

.campaign-card-price .yen {
  font-size: 18px;
}

.campaign-card-price .tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

.campaign-bottom-text {
  font-size: 14px;
  color: #4a3728;
  margin-bottom: 20px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .campaign-bottom-text {
    font-size: 15px;
  }
}

.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #06C755;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s;
  width: 100%;
  max-width: 400px;
}

.btn-line:hover {
  opacity: 0.85;
}

@media (min-width: 768px) {
  .btn-line {
    font-size: 18px;
    padding: 18px 50px;
  }
}

.btn-line-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* --- メニュー・料金表見出し --- */
.menu-heading-section {
  background: #fff;
  padding: 40px 20px 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .menu-heading-section {
    padding: 60px 60px 20px;
  }
}

.menu-heading {
  font-size: 28px;
  font-weight: bold;
  color: #4a3728;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.menu-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #c8a87e;
}

@media (min-width: 768px) {
  .menu-heading {
    font-size: 38px;
  }
}

/* --- コース詳細カード --- */
.course-section {
  background: #fff;
  padding: 30px 20px;
}

@media (min-width: 768px) {
  .course-section {
    padding: 40px 60px;
  }
}

.course-card {
  background: #faf7f3;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #e8e0d6;
}

.course-card:last-child {
  margin-bottom: 0;
}

.course-card.course-popular {
  border: 2px solid #c84b6b;
}

.course-header {
  background: #4a3728;
  color: #fff;
  padding: 16px 20px;
  position: relative;
}

.course-card.course-popular .course-header {
  background: #c84b6b;
}

.course-popular-badge {
  position: absolute;
  top: -1px;
  right: 16px;
  background: #c8a87e;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 0 0 8px 8px;
}

.course-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .course-title {
    font-size: 20px;
  }
}

.course-duration {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 4px;
}

.course-body {
  padding: 20px;
}

@media (min-width: 768px) {
  .course-body {
    display: flex;
    gap: 30px;
    padding: 30px;
  }
}

.course-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (min-width: 768px) {
  .course-image {
    width: 40%;
    margin-bottom: 0;
    max-height: 250px;
  }
}

.course-details {
  flex: 1;
}

.course-menu-label {
  font-size: 13px;
  font-weight: bold;
  color: #4a3728;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d0c5;
  padding-bottom: 6px;
}

.course-menu-list {
  list-style: none;
  margin-bottom: 20px;
}

.course-menu-list li {
  font-size: 14px;
  color: #4a3728;
  padding: 4px 0;
  padding-left: 18px;
  position: relative;
  line-height: 1.6;
}

.course-menu-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #c8a87e;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .course-menu-list li {
    font-size: 15px;
  }
}

.course-pricing {
  text-align: center;
  padding: 16px 0;
  border-top: 1px dashed #d9d0c5;
}

.course-original-price {
  font-size: 14px;
  color: #999;
  margin-bottom: 4px;
}

.course-original-price span {
  text-decoration: line-through;
}

.course-special-label {
  font-size: 13px;
  color: #c84b6b;
  font-weight: bold;
  margin-bottom: 4px;
}

.course-special-price {
  font-size: 36px;
  font-weight: bold;
  color: #c84b6b;
  line-height: 1.2;
}

.course-special-price .yen {
  font-size: 20px;
}

.course-special-price .tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

@media (min-width: 768px) {
  .course-special-price {
    font-size: 42px;
  }
}

.course-discount-note {
  display: inline-block;
  background: #c84b6b;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 14px;
  border-radius: 20px;
  margin-top: 8px;
}

.course-cta {
  padding: 0 20px 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .course-cta {
    padding: 0 30px 30px;
  }
}

/* --- 医師推薦セクション --- */
.doctor-section {
  background: #faf7f3;
  padding: 40px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .doctor-section {
    padding: 60px;
  }
}

.doctor-inner {
  max-width: 600px;
  margin: 0 auto;
}

.doctor-label {
  font-size: 13px;
  color: #c8a87e;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.doctor-quote {
  font-size: 16px;
  font-weight: bold;
  color: #4a3728;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .doctor-quote {
    font-size: 18px;
  }
}

.doctor-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.doctor-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #c8a87e;
}

.doctor-name {
  font-size: 14px;
  color: #4a3728;
  font-weight: bold;
}

.doctor-title {
  font-size: 12px;
  color: #888;
}

/* FAQ */
.faq-section {
  background: #fff;
  padding: 15px 20px 40px;
}

@media (min-width: 768px) {
  .faq-section {
    padding: 20px 80px 60px;
  }
}

.faq-title {
  text-align: center;
  margin-bottom: 20px;
}

.faq-title h2 {
  font-size: 32px;
  color: #4a3728;
  font-weight: bold;
}

@media (min-width: 768px) {
  .faq-title h2 {
    font-size: 42px;
  }
}

.faq-item {
  border-left: 4px solid #c8a87e;
  margin-bottom: 16px;
  background: #faf7f3;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
  gap: 12px;
}

.faq-question:hover {
  background: #f5f0ea;
}

.faq-question span {
  font-size: 15px;
  font-weight: bold;
  color: #4a3728;
  flex: 1;
}

@media (min-width: 768px) {
  .faq-question span {
    font-size: 18px;
  }
}

.faq-toggle {
  width: 28px;
  height: 28px;
  position: relative;
  flex-shrink: 0;
}

.faq-toggle::before,
.faq-toggle::after {
  content: '';
  position: absolute;
  background: #4a3728;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.faq-toggle::before {
  width: 18px;
  height: 2px;
}

.faq-toggle::after {
  width: 2px;
  height: 18px;
}

.faq-item.open .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

@media (min-width: 768px) {
  .faq-answer-inner {
    font-size: 16px;
  }
}

.faq-answer-inner strong {
  color: #c84b6b;
}

/* Store */
.store-section {
  background: #d9d5d0;
  text-align: center;
  padding: 50px 20px 40px;
}

@media (min-width: 768px) {
  .store-section {
    padding: 70px 80px 50px;
  }
}

.store-section .store-name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .store-section .store-name {
    font-size: 26px;
  }
}

.store-section .store-divider {
  width: 80%;
  max-width: 400px;
  height: 1px;
  background: #333;
  margin: 0 auto 24px;
}

.store-section .store-address {
  font-size: 14px;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .store-section .store-address {
    font-size: 16px;
  }
}

.store-section .store-map {
  width: 100%;
  margin-bottom: 0;
}

.store-section .store-map iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

@media (min-width: 768px) {
  .store-section .store-map iframe {
    height: 400px;
  }
}

.store-footer {
  background: #5a4634;
  color: #fff;
  text-align: center;
  padding: 16px 20px;
  font-size: 11px;
  letter-spacing: 0.05em;
}

body.debug .clickable {
  background: rgba(255, 0, 0, 0.25);
  border: 2px dashed red;
}

body.debug .clickable::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  background: rgba(255,255,255,0.8);
  padding: 2px 4px;
}
