@charset "UTF-8";
/* CSS Document */

/* ベース設定 */
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  background-color: #faf7f2;
}

/* レイアウト */
#wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: #fff;
}

/* リンク */
/* アーカイブページ内のリンクだけ下線 */
.archive-page a {
  text-decoration: underline;
}

/* ナビゲーションは下線を消す（強制上書き） */
#topnav a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

/* パンくず */
.breadcrumb {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 0.3rem;
}

/* 見出し・コンテンツ */
.page-header {
  margin-bottom: 2rem;
}

.page-title {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.page-lead {
  margin: 0.5rem 0;
}

.page-lead-small {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.content {
  margin: 2.5rem 0;
}

.section-title {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  border-left: 4px solid #c49a6a;
  padding-left: 0.5rem;
}

.section-intro {
  margin-bottom: 1rem;
}

/* ヒーロー画像 */
.hero-image {
  margin-bottom: 2rem;
}

.hero-pc,
.hero-sp {
  width: 100%;
  height: auto;
  display: block;
}

.hero-sp {
  display: none;
}

/* 使い方 */
.howto-list {
  padding-left: 1.4rem;
}

.howto-list li {
  margin-bottom: 0.5rem;
}

.note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
}

/* アーカイブリスト */
.archive-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.archive-item {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 1rem;
  background-color: #fdfaf6;
}

.archive-title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.archive-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.25rem;
}

.archive-status {
  font-size: 0.9rem;
  color: #aa3d3d;
  margin-bottom: 0.5rem;
}

.archive-link,
.archive-links {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.archive-links {
  padding-left: 1.2rem;
}

.archive-links li {
  margin-bottom: 0.2rem;
}

.archive-note {
  font-size: 0.9rem;
  color: #444;
}

.section-footnote {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #666;
}

/* ご相談方法 */
.consult-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.consult-card {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 1rem;
  background-color: #f7fbff;
}

.consult-card h3 {
  font-size: 1rem;
  margin-top: 0;
}

/* リンクリスト（ラインナップ・サポート） */
.link-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.link-list li {
  margin-bottom: 0.4rem;
  padding-left: 1.1rem;
  position: relative;
}

.link-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* フッター */
.page-footer {
  border-top: 1px solid #eee;
  margin-top: 3rem;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.8rem;
  color: #888;
}

/* レスポンシブ */
@media (max-width: 768px) {
  #wrapper {
    padding: 1rem;
  }

  .page-title {
    font-size: 1.4rem;
  }

  .hero-pc {
    display: none;
  }

  .hero-sp {
    display: block;
  }

  .archive-list {
    grid-template-columns: 1fr;
  }

  .consult-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) {
  .archive-list {
    grid-template-columns: 1fr 1fr;
  }

  .consult-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* ================================
   Sansuien – Archive Page Theme
   渋めブラウン基調／リンクは青
   ※ .archive-page 配下のみ適用
================================ */

/* ベース */
.archive-page {
  font-family: -apple-system, BlinkMacSystemFont,
    "Yu Gothic Medium","Yu Gothic","Hiragino Kaku Gothic ProN",
    Meiryo, sans-serif;
  line-height: 1.8;
  color: #3a2b22; /* 深めブラウン（本文） */
  background-color: #f6f2ec; /* 薄い和ベージュ */
}

/* レイアウト枠 */
.archive-page #wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e5dfd6;
}

/* —— リンク（青・下線オフ、Hoverで控えめ下線） —— */
.archive-page a {
  color: #2f5fa8;     /* 落ち着いた青 */
  text-decoration: none;
}
.archive-page a:hover {
  text-decoration: underline;
}

/* 既存ナビは影響させない */
#topnav a {
  text-decoration: none;
}

/* 見出し */
.archive-page .section-title,
.archive-page .page-title {
  color: #4a3524;
}

/* ページタイトル */
.archive-page .page-header { margin-bottom: 2rem; }
.archive-page .page-title {
  font-size: 1.55rem;
  margin-bottom: 0.6rem;
  border-bottom: 2px solid #c8b39b; /* 渋金ライン */
  padding-bottom: 0.4rem;
}
.archive-page .page-lead { color: #5a4638; }
.archive-page .page-lead-small {
  color: #7a6a5c;
  font-size: 0.9rem;
}

/* セクション共通 */
.archive-page .content { margin: 2.2rem 0; }
.archive-page .section-title {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
  border-left: 5px solid #9c7b55;
  padding-left: 0.55rem;
}
.archive-page .section-intro { color: #4d3c30; }

/* ヒーロー画像 */
.archive-page .hero-image { margin-bottom: 1.8rem; }
.archive-page .hero-pc,
.archive-page .hero-sp {
  width: 100%;
  height: auto;
}
.archive-page .hero-sp { display: none; }

/* 使い方 */
.archive-page .howto-list { padding-left: 1.4rem; }
.archive-page .howto-list li { margin-bottom: 0.45rem; }
.archive-page .note {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  color: #7a6a5c;
}

/* アーカイブカード */
.archive-page .archive-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
  margin-top: 1.2rem;
}
.archive-page .archive-item {
  border: 1px solid #e4dbcf;
  border-radius: 6px;
  padding: 1rem;
  background: #fbf8f3;
}
.archive-page .archive-title {
  font-size: 1.0rem;
  margin: 0 0 0.45rem;
  color: #4a3524;
}
.archive-page .archive-meta {
  font-size: 0.9rem;
  color: #6a5748;
}
.archive-page .archive-status {
  font-size: 0.9rem;
  color: #965c3f;  /* 赤茶 */
  margin: 0.35rem 0;
}
.archive-page .archive-links,
.archive-page .archive-link { font-size: 0.9rem; }
.archive-page .archive-note {
  font-size: 0.9rem;
  color: #564536;
}
.archive-page .section-footnote {
  color: #7a6a5c;
  font-size: 0.9rem;
  margin-top: 1.2rem;
}

/* ご相談カード */
.archive-page .consult-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.archive-page .consult-card {
  border: 1px solid #ddcdbd;
  border-radius: 6px;
  padding: 1rem;
  background: #f7f3ee;
}
.archive-page .consult-card h3 {
  margin-top: 0;
  font-size: 1rem;
  color: #4a3524;
}

/* リンクリスト（箇条書き丸印はブラウン） */
.archive-page .link-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0.8rem;
}
.archive-page .link-list li {
  margin-bottom: 0.35rem;
  padding-left: 1.1rem;
  position: relative;
}
.archive-page .link-list li::before {
  content: "・";
  color: #8b6a4a;
  position: absolute;
  left: 0;
  top: 0;
}

/* フッター */
.archive-page .page-footer {
  border-top: 1px solid #e4dbcf;
  margin-top: 2.6rem;
  padding-top: 0.9rem;
  text-align: center;
  font-size: 0.8rem;
  color: #8a7a6a;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .archive-page #wrapper { padding: 1rem; }
  .archive-page .page-title { font-size: 1.35rem; }
  .archive-page .hero-pc { display: none; }
  .archive-page .hero-sp { display: block; }
}
@media (min-width: 769px) {
  .archive-page .archive-list {
    grid-template-columns: 1fr 1fr;
  }
  .archive-page .consult-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* 全体レイアウト　以下店舗専用 */
.store-page {
  background-color: #f7f3ed;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #3b2b24;
  line-height: 1.8;
  font-size: 15px;
}

.store-page #wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 15px 40px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.04);
}

/* パンくず */
.store-page .breadcrumb {
  font-size: 13px;
  margin-bottom: 15px;
  color: #7a5b43;
}

.store-page .breadcrumb a {
  text-decoration: none;
}

/* 見出し・テキスト */
.store-page .page-header {
  margin-bottom: 25px;
}

.store-page .page-title {
  font-size: 22px;
  margin-bottom: 12px;
  border-left: 6px solid #8b5a3c;
  padding-left: 10px;
  color: #4a3022;
}

.store-page .page-lead {
  font-size: 15px;
  margin-bottom: 8px;
}

.store-page .page-lead-small {
  font-size: 13px;
  color: #6c5747;
}

/* 共通セクション */
.store-page .content {
  margin: 30px 0;
}

.store-page .section-title {
  font-size: 18px;
  border-bottom: 2px solid #ccb29a;
  padding-bottom: 4px;
  margin-bottom: 12px;
  color: #4a3022;
}

.store-page .section-intro {
  font-size: 14px;
  color: #4c3b2e;
  margin-bottom: 12px;
}

.store-page .section-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto 15px;
}

/* ヒーロー画像 */
.store-page .hero-image {
  margin-bottom: 25px;
}

.store-page .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* この店舗でできること */
.store-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.store-page .feature-card {
  background-color: #f6eee5;
  border-radius: 10px;
  padding: 12px 12px 10px;
  border: 1px solid #e0d0c2;
}

.store-page .feature-card h3 {
  font-size: 15px;
  margin-bottom: 6px;
  color: #5a3b2e;
}

/* 現在製作中で試奏可能な三味線 */
.store-page .stock-group {
  margin-top: 20px;
  padding: 12px 12px 4px;
  border-radius: 10px;
  background-color: #fbf7f2;
  border: 1px solid #e3d5c4;
}

.store-page .stock-title {
  font-size: 16px;
  margin-bottom: 8px;
  color: #5a3b2e;
}

.store-page .stock-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.store-page .stock-list li {
  padding: 4px 0;
  border-bottom: 1px dotted #ddc8b2;
}

.store-page .stock-list li:last-child {
  border-bottom: none;
}

.store-page .stock-name {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.store-page .stock-meta {
  display: block;
  font-size: 13px;
  color: #6d5848;
}

.store-page .section-footnote {
  font-size: 12px;
  color: #7a6a5b;
  margin-top: 10px;
}

/* 初心者・経験者のステップ */
.store-page .step-list {
  counter-reset: step;
  margin: 8px 0 10px 0;
  padding-left: 0;
  list-style: none;
}

.store-page .step-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
}

.store-page .step-list li::before {
  counter-increment: step;
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #8b5a3c;
}

/* ご予約方法 */
.store-page .sub-title {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 6px;
  color: #4a3022;
}

.store-page .note {
  font-size: 13px;
  color: #7b6451;
  background-color: #fdf7e6;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #f0e0c0;
}

.store-page .list-dot {
  list-style: disc;
  padding-left: 18px;
}

.store-page .reservation-box {
  padding: 10px;
  margin: 12px 0;
  border-radius: 14px;
  border: 2px dashed #8b5a3c;
  background-color: #fffdf3;
  font-size: 13px;
  color: #555;
}

/* アクセス */
.store-page .map-wrap {
  margin-top: 10px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e0d0c2;
}

.store-page .map-wrap iframe {
  width: 100%;
  max-width: 100%;
}

/* メッセージ */
.store-page .message-article {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.store-page .message-image {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e0d0c2;
}

.store-page .message-text {
  flex: 1;
  min-width: 260px;
  font-size: 14px;
}

.store-page .signature {
  margin-top: 10px;
}

/* お客様の声 */
.store-page .voice-box {
  padding: 10px 12px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid #e0d0c2;
  background-color: #fffdfa;
  font-size: 13px;
}

.store-page .voice-label {
  font-weight: bold;
  color: #8b5a3c;
  margin-bottom: 4px;
}

/* FAQ */
.store-page .faq-item {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #decbb8;
}

.store-page .faq-question {
  font-size: 14px;
  font-weight: 600;
  color: #5a3b2e;
  margin-bottom: 4px;
}

/* 在庫画像 */
.store-page .inventory-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.store-page .inventory-images .frame {
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e0d0c2;
}

/* 汎用 */
.store-page img {
  max-width: 100%;
  height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

  .store-page #wrapper {
    padding: 15px 10px 30px;
  }

  .store-page .page-title {
    font-size: 19px;
  }

  .store-page .feature-grid {
    grid-template-columns: 1fr;
  }

  .store-page .message-article {
    flex-direction: column;
  }

  .store-page .inventory-images {
    grid-template-columns: 1fr;
  }
}

/* スクロール案内テキスト */
.store-page .scroll-note {
  font-size: 12px;
  color: #7a6a5b;
  margin: 0 0 4px 0;
}

/* リストを3件分くらいの高さでスクロール表示にする */
.store-page .stock-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 190px;        /* ここで「3件くらい」の高さを調整 */
  overflow-y: auto;
}

/* 既存の li スタイルはそのまま生かす */
.store-page .stock-list li {
  padding: 4px 0;
  border-bottom: 1px dotted #ddc8b2;
}

.store-page .stock-list li:last-child {
  border-bottom: none;
}
/* FAQ セクション */
.faq-section {
  margin-top: 3rem;
}

/* 縦並びに戻す */
.faq-item {
  background: #fffaf5;
  border: 1px solid #e0d2c3;
  border-radius: 12px;
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* 質問見出し */
.faq-question {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #4b2e1b;
}

/* 回答テキスト */
.faq-answer {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #4a4138;
}

.faq-item {
  background: #fffaf5;
  border: 1px solid #e0d2c3;
  border-radius: 12px;
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.2rem;
}
.faq-question {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .5rem;
}

/* FAQ 全体 */
#faq {
  margin-top: 3rem;
}

/* アコーディオン1項目 */
.faq-item {
  margin-bottom: 0.8rem;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  border: 1px solid #e0d2c3;
  background-color: #fffaf5;
}

/* summary（質問部分）の基本スタイル */
.faq-item summary.faq-question {
  list-style: none;             /* デフォルトのマーカーを消す（ブラウザによる） */
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #4b2e1b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* summary の「▶」アイコンを自作する */
.faq-item summary.faq-question::after {
  content: "＋";
  font-size: 0.9rem;
  margin-left: 0.5rem;
  color: #8a6a4a;
}

/* 開いているときはアイコン変更 */
.faq-item[open] summary.faq-question::after {
  content: "－";
}

/* summary のデフォルトマーカーを確実に消す（クロスブラウザ対策） */
.faq-item summary::-webkit-details-marker {
  display: none;
}

/* 答え部分 */
.faq-answer {
  margin-top: 0.6rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4a4138;
}

/* 段落の余白を少し詰める */
.faq-answer p {
  margin: 0 0 0.5rem;
}

