/*
Theme Name: Martin Club Theme
Author: Martin Club Japan
Version: 1.0
*/

/* =============================
   基準
============================= */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

a {
  word-break: break-all;
}

/* =============================
   セクション余白
============================= */

#section-main {
  padding: 6rem 0;
}

#section-column-banner {
  padding: 25rem 0;
}

#section-guitar {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

#section-store {
  margin-top: 0rem;
}

/*.section-title--product {
  margin-top: 6rem;
}*/

/* =============================
   ヘッダー
============================= */

#site-header {
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 100;
}

#header-sns {
  background-color: #245C4F;
  padding: 1.2rem 0;
}

#header-main {
  background-color: #ffffff;
  opacity: 0.9;
  padding: 1.5rem 0;
  border-bottom: 0rem solid #e0e0e0;
}

#header-sns a {
  opacity: 0.9;
  transition: opacity 0.2s;
}

#header-sns a:hover {
  opacity: 1;
}

.sns-icon img {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  border-radius: 50%;
}

#header-main .container-fluid {
  min-height: clamp(7rem, 8vw, 9rem);
}

#site-logo {
  flex-shrink: 0;
}

#site-logo img {
  height: clamp(4.5rem, 5vw, 7.5rem);
  width: auto;
}

#site-nav {
  flex-shrink: 1;
  min-width: 0;
}

#site-nav ul {
  gap: clamp(0.6rem, 1vw, 2.4rem) !important;
  flex-wrap: nowrap;
}

#site-nav ul li a {
  color: #333333;
  font-size: clamp(0.95rem, 1vw, 1.5rem);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  white-space: nowrap;
}

#site-nav ul li a:hover {
  color: #245C4F;
}

#site-nav ul li + li::before {
  content: "|";
  color: #cccccc;
  margin-right: 2.4rem;
}

/* =============================
   メインビジュアル スライダー
============================= */

.main-swiper {
  width: 100%;
  padding: 0 16rem !important;
  box-sizing: border-box;
}

.main-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem;
}

.swiper-button-prev {
  left: 16rem !important;
}

.swiper-button-next {
  right: 16rem !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #ffffff !important;
}

.swiper-pagination {
  bottom: 1rem !important;
}

.main-swiper .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  margin: 0 0.5rem !important;
  opacity: 0.6;
}

.main-swiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-slide {
  position: relative;
}

.main-swiper .swiper-slide:not(.swiper-slide-active)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
}

.guitar-swiper .swiper-slide {
  background-color: transparent !important;
  height: auto;
}

.guitar-swiper .swiper-slide::after {
  display: none !important;
}

/* =============================
   メンバーズバナーエリア
============================= */

.members-banner {
  width: 100%;
  margin: 1rem 0 3rem;
}

.members-banner__full {
  width: 100%;
  line-height: 0;
}

.members-banner__full a {
  display: block;
}

.members-banner__half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.members-banner__half-item {
  line-height: 0;
}

.members-banner__half-item a {
  display: block;
}

.members-banner__img {
  width: 100%;
  height: auto;
  display: block;
}

.members-banner__full {
  margin-bottom: 1rem;
}

.members-banner__half {
  gap: 1rem;
  margin-bottom: 1rem;
}

/* ─── テキストオーバーレイ部分 ─────────────────────── */

.members-banner__full,
.members-banner__half-item {
  position: relative;
}

.members-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 8rem;
}

.members-banner__text {
  max-width: 45%;
}

.members-banner__title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* ─── ハーフエリアテキスト ─────────────────────── */

.members-banner__text_half {
  max-width: 75%;
}

.members-banner__title_half {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* ─── 共通テキスト部分 ─────────────────────── */

.members-banner__desc {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.btn-members {
  display: inline-block;
  width: fit-content;
  background-color: #245c4f;
  padding: 1.4rem 3.2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.2rem;
  transition: background-color 0.2s, color 0.2s;
}

.btn-members:hover {
  opacity: 0.9;
  color: #fff;
}

/* =============================
   NEWS セクション
============================= */

#section-main .row {
  gap: 0;
}

#section-main .col-lg-8 {
  padding-right: 4rem;
}

#section-news .row {
  align-items: flex-start;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  border-left: 1.2rem solid #245C4F;
  border-bottom: 0.1rem solid #245C4F;
  padding-left: 1.2rem;
  padding-bottom: 0.3rem;
  /*margin-bottom: 1rem;*/
  letter-spacing: 0.05rem;
}

.section-title--gold {
  border-left-color: #245C4F;
  border-bottom-color: #245C4F;
}

.news-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 3rem 0;
  border-bottom: 0.1rem solid #e0e0e0;
}

.news-item-inner {
  flex: 1;
  align-self: flex-start;
}

.news-date {
  font-size: 1.4rem;
  color: #888;
  white-space: nowrap;
  min-width: 9rem;
}

.news-content {
  margin-top: 1rem; /* お好みで調整 */
}

.news-content a {
  font-size: 1.8rem;
  font-weight: bolder;
  color: #245C4F;
  text-decoration: underline;
  transition: color 0.2s;
  line-height: 1.2;
}

.news-content a:hover {
  color: #52c778;
}

.news-excerpt {
  font-size: 1.3rem;
  color: #222;
  margin-top: 0.6rem;
  margin-bottom: 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-thumbnail {
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 2.4rem;
}

.news-thumbnail img {
  width: 22rem;
  height: 11.6rem;
  object-fit: cover;
  border-radius: 0.4rem;
  display: block;
}

.btn-more {
  display: inline-block;
  background-color: #245c4f;
  color: #ffffff;
  padding: 1.4rem 3.2rem;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 0.2rem;
  transition: opacity 0.2s;
  margin-bottom: 4.8rem;
}

.btn-more:hover {
  opacity: 0.8;
  color: #ffffff;
}

/* =============================
   NEWS カテゴリラベル
============================= */

.news-cat {
  display: inline-block;
  background-color: #ff576d;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.2rem 0.8rem;
  border-radius: 0.3rem;
  margin-left: 0.8rem;
  vertical-align: middle;
}

.product-cat {
  display: inline-block;
  background-color: #c4a154;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.2rem 0.8rem;
  border-radius: 0.3rem;
  margin-left: 0.8rem;
  vertical-align: middle;
}

/* ─── NEWS フィルター ─────────────────────── */
.news-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
}

.news-filter-label {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-dark);
  margin-right: 0.25rem;
}

.news-filter-btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #245C4F;
  border-radius: 0;
  background: transparent;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.3rem;
  color: #245C4F;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.news-filter-btn:hover {
  background-color: #245C4F;
  border-color: #245C4F;
  color: #fff;
}

.news-filter-btn.active {
  background-color: #245C4F;
  border-color: #245C4F;
  color: #fff;
}

#news-list {
  transition: opacity 0.2s;
}

/* =============================
   single.php
============================= */

.single-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.single-meta {
  font-size: 1.3rem;
  color: #888;
}

.single-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  border-left: 0.4rem solid #245C4F;
  padding-left: 1.2rem;
}

.single-content {
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
}

.single-content p {
  margin-bottom: 1.6rem;
}

.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.4rem;
}

.single-nav {
  border-top: 0.1rem solid #dddddd;
}

.single-nav__prev {
  font-size: 1.3rem;
  line-height: 1.8;
}

.single-nav__prev a {
  color: #245C4F;
  text-decoration: none;
}

.single-nav__prev a:hover {
  text-decoration: underline;
}

.single-nav__label {
  color: #245C4F;
  margin-right: 0.4rem;
}

/* =============================
   お問い合わせバナー
============================= */

.contact-banner {
  background-color: #245C4F;
  color: #ffffff;
  padding: 2.8rem 2.4rem;
  border-radius: 0.4rem;
}

.contact-banner-label {
  font-size: 2.1rem;
  opacity: 0.8;
  margin-bottom: 0.8rem;
}

.contact-banner-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.contact-banner-hours {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.btn-contact {
  display: block;
  background-color: #ffffff;
  color: #245C4F;
  text-align: center;
  padding: 1.2rem;
  font-size: 2.4rem;
  font-weight: 900;
  text-decoration: none;
  border-radius: 0.2rem;
  transition: opacity 0.2s;
}

.btn-contact:hover {
  opacity: 0.8;
  color: #245C4F;
}

.membership-banner {
  background-color: #663300;
  color: #ffffff;
  padding: 2.8rem 2.4rem;
  border-radius: 0.4rem;
}

.membership-banner-label {
  font-size: 2.1rem;
  opacity: 0.8;
  margin-bottom: 0.8rem;
}

.membership-banner-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.btn-membership {
  display: block;
  background-color: #ffffff;
  color: #663300;
  text-align: center;
  padding: 1.2rem;
  font-size: 2.4rem;
  font-weight: 900;
  text-decoration: none;
  border-radius: 0.2rem;
  transition: opacity 0.2s;
}

.btn-membership:hover {
  opacity: 0.8;
  color: #663300;
}

/* =============================
   PR バナー 2列グリッド
============================= */

.pr-banner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.pr-banner-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem;
  transition: opacity 0.2s;
}

.pr-banner-item a:hover img {
  opacity: 0.85;
}

/* =============================
   Sticky サイドバー
============================= */

.sticky-sidebar {
  position: sticky;
  top: 180px;
  align-self: flex-start;
  height: fit-content;
}

/* =============================
   3カラムバナー
============================= */

.column-banner-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem;
  transition: opacity 0.2s;
}

.column-banner-item a:hover img {
  opacity: 0.85;
}

/* =============================
   フリーバナーエリア（全画面表示）
============================= */

.top-freearea {
  position: relative;
  line-height: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.top-freearea-img {
  width: 100%;
  height: auto;
  display: block;
}

.top-freearea-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; ← .containerのauto marginに打ち消されるため削除 */
}

.top-freearea-overlay .container {
  display: flex;
}

.top-freearea-text {
  max-width: 45%;
  margin-left: auto; /* .container内で右寄せ */
}

.top-freearea-title {
  color: #ffffff;
  font-size: 5.6rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  margin: 0 0 10px;
}

.top-freearea-desc {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 0 10px;
}

.btn-customshop {
  display: inline-block;
  width: fit-content;
  background-color: #c4a154;
  padding: 1.4rem 3.2rem;
  color: #222;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.2rem;
  transition: background-color 0.2s, color 0.2s;
}

.btn-customshop:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-watch {
  display: inline-block;
  background-color: #c4a154;
  color: #ffffff;
  padding: 0.8rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.2rem;
  transition: opacity 0.2s;
}

.btn-watch:hover {
  opacity: 0.9;
  color: #000000;
}

/* =============================
   ギターカルーセル
============================= */

.guitar-view-all {
  font-size: 1.6rem;
  color: #245C4F;
  text-decoration: none;
}

.guitar-view-all:hover {
  text-decoration: underline;
  color: #245C4F;
}

.guitar-swiper {
  padding-bottom: 1.6rem !important;
}

.guitar-card {
  text-align: center;
  background-color: #ffffff;
}

.guitar-series {
  display: inline-block;
  background-color: #245C4F;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
  padding: 0.6rem 1.6rem;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.1rem;
}

.guitar-card img {
  width: 100%;
  height: 48rem;
  object-fit: contain;
  display: block;
  padding: 0;
}

.guitar-title {
  font-size: 1.8rem;
  color: #333;
  margin-top: 0;
}

.guitar-title-heading {
  border-left: none;
  border-bottom: none;
  padding-left: 0;
  padding-bottom: 0;
}

.guitar-card-link {
  text-decoration: none;
  display: block;
}

.guitar-card-link:hover .guitar-card img {
  opacity: 0.85;
}

.guitar-card-link:hover .guitar-title {
  color: #245C4F;
}

/* =============================
   ギターカルーセル ナビゲーション
============================= */

.guitar-carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.guitar-carousel-wrapper .swiper {
  flex: 1;
  min-width: 0;
}

.guitar-carousel-wrapper .swiper-button-prev,
.guitar-carousel-wrapper .swiper-button-next {
  position: static;
  margin: 0;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #245C4F;
  border-radius: 50%;
  color: #ffffff;
}

.guitar-carousel-wrapper .swiper-button-prev::after,
.guitar-carousel-wrapper .swiper-button-next::after {
  font-size: 1.4rem;
}

/* =============================
   店舗フルワイド画像
============================= */

#section-store {
  width: 100%;
  overflow: hidden;
}

.store-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =============================
   店舗バナー
============================= */

#store-banner {
  background-color: #245C4F;
  padding: 2.4rem 0;
}

#store-banner-logo img {
  height: 9rem;
  width: auto;
}

#store-banner-text {
  color: #ffffff;
}

.store-banner-en {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}

.store-banner-ja {
  font-size: 3.2rem;
  opacity: 0.8;
  margin-bottom: 0;
}

/* =============================
   フッター
============================= */

#site-footer {
  background-color: #000000;
  padding: 2rem 0;
}

.footer-copy {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0;
}

#footer-nav {
  margin-left: 3rem;
}

#footer-nav ul li a {
  color: #ffffff;
  font-size: clamp(1rem, 1.1vw, 1.3rem);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}

#footer-nav ul li + li::before {
  content: "|";
  color: #ffffff;
  opacity: 0.3;
  margin-right: clamp(0.4rem, 0.8vw, 1.2rem);
}

.footer-copy {
  color: #ffffff;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  margin-bottom: 0;
}

#footer-nav ul li a:hover {
  opacity: 1;
}

#footer-nav ul li + li::before {
  content: "|";
  color: #ffffff;
  opacity: 0.3;
  margin-right: 1.2rem;
}

.footer-sns .sns-icon img {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  border-radius: 50%;
}

.footer-sns .sns-icon {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.footer-sns .sns-icon:hover {
  opacity: 1;
}

/* =============================
   固定ページ共通（legal pages）
============================= */
 
/* ヒーローバナー */
.hero-banner {
  background-color: #1a1a1a;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 4rem;
  overflow: hidden;
}
 
.hero-banner-inner {
  text-align: right;
}
 
.hero-banner-label {
  font-size: 1.2rem;
  color: #aaaaaa;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}
 
.hero-banner-title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  color: #C4A154;
  letter-spacing: 0.1em;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 0.4rem;
}
 
.hero-banner-sub {
  font-size: 1.4rem;
  color: #cccccc;
  margin-top: -0.3rem;
  letter-spacing: 0.04em;
}
 
/* ページレイアウト（2カラム） */
.main-content.col-lg-8 {
  padding-right: 4rem;
}

.main-content {
  min-width: 0;
}
 
/* ページ見出し */
.page-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333333;
  border-left: 0.4rem solid #245C4F;
  padding-left: 1.2rem;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}
 
/* リード文 */
.lead {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 2.4rem;
  font-family: inherit;
  font-weight: 400;
}
 
.lead::before {
  content: '● ';
}
 
/* ポリシー各項目 */
.policy-item {
  margin-bottom: 2rem;
}
 
.policy-item-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
 
.policy-item-body {
  font-size: 1.6rem;
  line-height: 1.9;
}
 
.policy-item-body ol,
.policy-item-body ul {
  padding-left: 1.5em;
  margin-top: 0.6rem;
}
 
.policy-item-body li {
  margin-bottom: 0.4rem;
}
 
/* ページトップリンク */
.page-top-link {
  text-align: right;
  margin-top: 3.2rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid #dddddd;
}
 
.page-top-link a {
  font-size: 1.2rem;
  color: #245C4F;
  text-decoration: none;
}
 
.page-top-link a:hover {
  text-decoration: underline;
}
 
/* =============================
   固定ページ：特定商取引法テーブル
============================= */
 
.tokusho-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
 
.tokusho-table th,
.tokusho-table td {
  border: 0.1rem solid #dddddd;
  padding: 1rem 1.4rem;
  vertical-align: top;
  line-height: 1.8;
}
 
.tokusho-table th {
  background-color: #f5f5f5;
  font-weight: 700;
  width: 28%;
  white-space: nowrap;
}
 
.tokusho-table ul {
  padding-left: 1.4em;
  margin: 0.4rem 0 0;
}
 
.tokusho-table li {
  margin-bottom: 0.2rem;
}

/* ==================================
   固定ページ：シリアルナンバーテーブル
================================== */

.serial-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}

.serial-table th,
.serial-table td {
  padding: 0.8rem 1rem;
  text-align: center;
  border: 0.1rem solid #dddddd;
}

.serial-table thead th {
  background-color: #2B3830;
  color: #ffffff;
  font-weight: 700;
}

.serial-table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}

.serial-table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}

/* =============================
   ヒーローバナー 背景画像
============================= */

.hero-banner {
  position: relative;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-banner-inner {
  position: relative;
  z-index: 1;
  text-align: right;
}

/* Serial# */
.hero-banner--serial {
  background-image: url('img/hero_serial.jpg');
}

/* History（画像が決まったら追加） */
.hero-banner--history {
  background-image: url('img/hero_history.jpg');
}

/* Maintenance（画像が決まったら追加） */
.hero-banner--maintenance {
  background-image: url('img/hero_maintenance.jpg');
}

/* About Martin Club（画像が決まったら追加） */
.hero-banner--about {
  background-image: url('img/hero_about.jpg');
}

/* プライバシーポリシー・免責事項・特定商取引法（画像が決まったら追加） */
.hero-banner--legal {
  background-image: url('img/hero_legal.jpg');
}

/* =============================
   Historyページ
============================= */

.history-section {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  /*border-bottom: 0.1rem solid #dddddd;*/
}

.history-section:last-of-type {
  border-bottom: none;
}

.history-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2rem;
  border-radius: 0.4rem;
}

.history-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #9c8246;
  margin-bottom: 1.6rem;
  line-height: 1.6;
}

.history-body {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333333;
}

/* =============================
   Maintenanceページ
============================= */

.maintenance-section {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #dddddd;
}

.maintenance-section:last-of-type {
  border-bottom: none;
}

.maintenance-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #245C4F;
  border-left: 0.4rem solid #245C4F;
  padding-left: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.maintenance-subheading {
  font-size: 2.1rem;
  font-weight: 700;
  color: #555555;
  margin-bottom: 1.2rem;
  margin-top: 3.2rem;
}

.maintenance-body {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 1.2rem;
}

.maintenance-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.6rem;
}

.maintenance-list li {
  font-size: 1.4rem;
  line-height: 1.9;
  padding-left: 0;
  margin-bottom: 0.4rem;
}

.maintenance-notice {
  background-color: #f5f5f5;
  border-left: 0.4rem solid #C4A154;
  color: #DC123C;
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9;
  margin-top: 3.2rem;
  border-radius: 0 0.4rem 0.4rem 0;
}

.maintenance-img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  border-radius: 0.4rem;
}

/* 湿度テーブル */
.humidity-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-top: 1.6rem;
}

.humidity-table th,
.humidity-table td {
  border: 0.1rem solid #dddddd;
  padding: 1.2rem 1.4rem;
  vertical-align: middle;
  line-height: 1.8;
}

.humidity-table thead th {
  background-color: #2B3830;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.humidity-table thead th:first-child {
  width: 15%;
}

.humidity-level {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.humidity-level--good {
  background-color: #e8f5e9;
  color: #245C4F;
}

.humidity-level--caution {
  background-color: #fff8e1;
  color: #856404;
}

.humidity-level--warning {
  background-color: #fff3e0;
  color: #c44d00;
}

.humidity-level--danger {
  background-color: #fdecea;
  color: #b71c1c;
}

.strings-linup {
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.2;
}

/* =============================
   About Martin Clubページ
============================= */

.about-section {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  /*border-bottom: 0.1rem solid #dddddd;*/
}

.about-section:last-of-type {
  border-bottom: none;
}

.about-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #245C4F;
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #dddddd;
}

.about-body {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 1.6rem;
}

.about-signature {
  text-align: right;
  color: #555555;
}

.about-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 2rem 0;
  border-radius: 0.4rem;
}

.about-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-top: 1.6rem;
}

.about-table th,
.about-table td {
  border: 0.1rem solid #dddddd;
  padding: 1rem 1.4rem;
  vertical-align: middle;
}

.about-table th {
  background-color: #f5f5f5;
  font-weight: 700;
  width: 40%;
}

.about-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.about-list li {
  font-size: 1.6rem;
  line-height: 1.9;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #dddddd;
}

.specialoffer {
  font-size: 2.1rem;
  color: #856404;
}

.about-list li:last-child {
  border-bottom: none;
}

.about-contact {
  background-color: #f5f5f5;
  border-left: 0.4rem solid #245C4F;
  padding: 1.6rem 2rem;
  border-radius: 0 0.4rem 0.4rem 0;
  font-size: 1.4rem;
  line-height: 2;
}

.about-contact a {
  color: #245C4F;
}

/* About Chris Martin レイアウト */
.about-chris {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
  margin-top: 5rem;
}

.about-chris__img {
  flex-shrink: 0;
  width: 35%;
}

.about-chris__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem;
}

.about-chris__text {
  flex: 1;
}

@media (max-width: 767px) {
  .about-chris {
    flex-direction: column;
  }
  .about-chris__img {
    width: 100%;
  }
}

/* =============================
   Contactページ
============================= */

.contact-notice {
  background-color: #f5f5f5;
  padding: 1.6rem 2rem;
  border-radius: 0 0.4rem 0.4rem 0;
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 3.2rem;
}

.contact-exp {
  margin-bottom: 3.6rem;
}

.membership-number{
  color: #DC143c;
  font-weight: 700;
}

.contact-notice a {
  color: #245C4F;
  text-decoration: underline;
}

.contact-notice p {
  margin-bottom: 0.8rem;
}

.contact-notice p:last-child {
  margin-bottom: 0;
}

/* CF7 フォームスタイル */
.contact-form-wrap .cf7-form-group {
  margin-bottom: 2rem;
}

.contact-form-wrap label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: #333333;
}

.cf7-required {
  display: inline-block;
  background-color: #245C4F;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.1rem 0.6rem;
  border-radius: 0.2rem;
  margin-left: 0.6rem;
  vertical-align: middle;
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem 1.2rem;
  border: 0.1rem solid #dddddd;
  border-radius: 0.4rem;
  background-color: #ffffff;
  color: #333333;
  transition: border-color 0.2s;
  font-family: inherit;
}

.contact-form-wrap input[type="text"]:focus,
.contact-form-wrap input[type="email"]:focus,
.contact-form-wrap input[type="tel"]:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  outline: none;
  border-color: #245C4F;
}

.contact-form-wrap textarea {
  height: 18rem;
  resize: vertical;
}

.contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit {
  display: block;
  width: 100%;
  background-color: #245C4F;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.4rem;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: opacity 0.2s;
  font-family: inherit;
  letter-spacing: 0.05em;
}

.contact-form-wrap input[type="submit"]:hover,
.contact-form-wrap .wpcf7-submit:hover {
  opacity: 0.8;
}

/* 送信後メッセージ */
.wpcf7-response-output {
  font-size: 1.4rem;
  padding: 1.2rem 1.6rem !important;
  border-radius: 0.4rem !important;
  margin-top: 1.6rem !important;
}

/* =============================
   FAQページ
============================= */

.faq-title {
  margin-bottom: 3.6rem;
}

.faq-list {
  margin-bottom: 4rem;
}

.faq-item {
  border-bottom: 0.1rem solid #dddddd;
}

.faq-item:first-child {
  border-top: 0.1rem solid #dddddd;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.8rem 0;
  cursor: pointer;
  transition: color 0.2s;
}

.faq-question:hover {
  color: #245C4F;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #245C4F;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq-question-text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

.faq-icon {
  font-size: 2.4rem;
  font-weight: 300;
  color: #245C4F;
  flex-shrink: 0;
  transition: transform 0.3s;
  line-height: 1;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 0 0 2rem;
}

.faq-item.is-open .faq-answer {
  display: flex;
}

.faq-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #C4A154;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq-answer-text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.9;
  padding-top: 0.4rem;
}

.faq-answer-text p {
  margin-bottom: 0;
}

/* =============================
   CUSTOM SHOP
============================= */

/* ─── ヒーローバナー ─────────────────────── */
.cs-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cs-hero__image {
  width: 100%;
  height: 36rem;
  object-fit: cover;
  display: block;
}

.cs-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem;
}

.cs-hero__title {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0.05em;
  margin: 0;
}


/* ─── ちょっと追加 ─────────────────────── */
.cs-hero-banner-inner {
  text-align: center;
}
 
.cs-hero-banner-label {
  font-size: 1.4rem;
  color: #aaaaaa;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}
 
.cs-hero-banner-title {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  color: #C4A154;
  letter-spacing: 0.1em;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 0.4rem;
}
 
.cs-hero-banner-sub {
  font-size: 1.6rem;
  color: #cccccc;
  margin-top: -0.3rem;
  letter-spacing: 0.04em;
}

.cs-grid .btn-more {
  margin-bottom: 0;
}

/* ─── アーカイブ ─────────────────────── */
.cs-archive {
  padding: 2rem 0 0;
}

/* ─── グリッド ─────────────────────── */
.cs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.cs-grid__full {
  grid-column: 1 / -1;
}

/* ─── カード ─────────────────────── */
.cs-card {
  display: block;
  text-decoration: none;
  color: var(--color-dark);
  transition: opacity 0.2s;
}

.cs-card:hover {
  opacity: 0.8;
}

.cs-card__image {
  width: 100%;
  object-fit: contain;
  overflow: hidden;
  background: #fff;
}

.cs-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-card__image--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 1.2rem;
}

.cs-card__info {
  padding: 0.8rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.cs-card__style {
  font-size: 1.4rem;
  color: #888;
  text-align: center;
}

.cs-card__name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.cs-card__dealer {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.6;
  text-align: center;
}

.cs-card__dealer::before {
  content: '取扱店舗：';
}

.cs-card__price {
  font-size: 1.6rem;
  color: var(--color-gold);
  font-weight: 700;
  text-align: center;
}

/* ─── 詳細ページ ─────────────────────── */
.single-cs-section {
  padding: 2rem 0 0;
}

.single-cs__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}

.single-cs__tag {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.3rem;
  color: #245C4F;
  border: 1px solid #245C4F;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.single-cs__tag:hover {
  background-color: #245C4F;
  color: #fff;
  border-color: #245C4F;
}

.single-cs__title {
  font-size: 3.6rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.single-cs__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.single-cs__image-wrap {
  width: 100%;
}

.single-cs__image {
  width: 100%;
  height: auto;
  display: block;
}

.single-cs__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.single-cs__table th,
.single-cs__table td {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

.single-cs__table th {
  width: 40%;
  color: #888;
  font-weight: 600;
}

.single-cs__price {
  color: var(--color-gold);
  font-weight: 700;
  font-size: 1.6rem;
}

.single-cs__price-note {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 2rem;
}

.single-cs__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 4rem;
}

.single-cs__gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.single-cs__share {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.single-cs__share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.single-cs__share-btn--x {
  background-color: #000;
}

.single-cs__share-btn--facebook {
  background-color: #1877f2;
}

/* ─── お問い合わせセクション ─────────────────────── */
.cs-dealer-section {
  margin: 4rem 0 2rem;
  text-align: center;
}

.cs-dealer-note {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.cs-dealer-btn {
  display: inline-block;
  padding: 1.6rem 8rem;
  background-color: #245C4F;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color 0.2s;
}

.cs-dealer-btn:hover {
  background-color: #1a4439;
  color: #fff;
}

/* ─── 入会申し込みセクション ─────────────────────── */
.cf7-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.cf7-date-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
  gap: 0.6rem;
}

.cf7-date-row input[name$="-year"] {
  width: 7rem;
  text-align: center;
}

.cf7-date-row input[name$="-month"],
.cf7-date-row input[name$="-day"] {
  width: 5rem;
  text-align: center;
}

.mcj-confirm-row {
  display: flex;
  border-bottom: 0.1rem solid #dddddd;
  padding: 1.2rem 0;
}

.mcj-confirm-label {
  width: 30%;
  font-weight: 700;
  color: #245C4F;
  flex-shrink: 0;
}

.mcj-confirm-value {
  flex: 1;
}

.mcj-back-btn {
  background-color: #888888 !important;
  margin-bottom: 1.2rem;
}

/* ─── 取り扱い店舗 ─────────────────────── */
.single-cs__dealer {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.single-cs__dealer-label {
  display: inline-block;
  background-color: #245C4F;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.2rem 0.8rem;
  border-radius: 0.2rem;
  white-space: nowrap;
}

.single-cs__dealer-name {
  font-size: 2.1rem;
  font-weight: 700;
}

a.single-cs__dealer-name {
  color: inherit;
  text-decoration: underline;
}

/* ─── ギャラリー border-radius ─────────────────────── */
.single-cs__gallery-item img {
  border-radius: 0.8rem;
}

/* ─── Instagram シェアボタン ─────────────────────── */
.single-cs__share-btn--instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.single-cs__share-btn {
  border-radius: 0.4rem;
}

/* =============================
   News Letter
============================= */

.nl-grid {
  grid-template-columns: repeat(4, 1fr);
}

.single-nl__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.single-nl__title {
  font-size: 3.6rem;
  font-weight: 800;
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 2rem;
  line-height: 1.4;
  color: #245C4F;
}