/* =============================
   LP 基本リセット
============================= */

.lp-wrap {
  width: 100%;
  background-color: #f3f0eb;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.lp-wrap img {
  max-width: 100%;
  height: auto;
}

.lp-wrap + * {
  margin-top: 0;
}

.lp-hero img {
  display: block;
  margin: 0;
  padding: 0;
}

/* セクション共通 */
.lp-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.mgs-section {
  padding: 4rem 1.5rem;
}

/* 装飾 */
.rounded-10 {
  border-radius: 10px;
}

/* =============================
   About Martin Club Japan（共通）
============================= */

.lp-about-box {
  max-width: 900px;
  border: dotted 1px #999;
  padding: 20px 25px 5px;
  margin-bottom: 2.5rem;
  text-align: left;
}

.lp-mcj-title {
  font-family: 'Georgia', serif;
  font-size: 2.8rem;
  font-weight: 800;
}

.lp-mcj {
  font-family: 'Georgia', serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.lp-about-box a {
  color: blue;
}

.lp-about-box a:hover {
  color: #000;
}

/* =============================
   CTM Pre Built 2025
============================= */

/* ─── タイトルエリア ─── */
.ctm-title-area {
  background-color: #245C4F;
  text-align: center;
  padding: 3rem 1rem;
}

.ctm-logo {
  width: 28rem;
  height: auto;
  display: block;
  margin: 0 auto 1.5rem;
}

.ctm-title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  color: #6bc794;
  text-align: center;
}

.ctm-subtitle {
  font-size: 4.2rem;
	font-weight: 800;
	line-height: 1.4;
  color: #fff;
  margin: 0;
}

.ctm-lead {
  font-size: 1.8rem;
  line-height: 1.9;
}

.model-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
}

.yellow-link {
  background-color: #C4A154 !important;
  border-color: #C4A154 !important;
  color: #fff !important;
  font-size: 1.2rem;
  pointer-events: none;
}

/* ─── テーブル ─── */
.ctm-table {
  font-size: 1.4rem;
  width: 100%;
  border-collapse: collapse;
}

.ctm-table thead tr {
  background-color: #245C4F;
}

.ctm-table thead th {
  padding: 0.8rem 1.2rem;
  font-weight: 700;
  color: #fff;
  border: none;
  white-space: nowrap;
}

.ctm-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.ctm-table tbody tr:nth-child(even) {
  background-color: #f0ede8;
}

.ctm-table tbody td {
  padding: 0.8rem 1.2rem;
  border: none;
  vertical-align: middle;
}

.ctm-table tbody td:first-child {
  text-align: center;
  font-weight: 700;
  width: 3rem;
  white-space: nowrap;
}

/* ─── お問い合わせ ─── */
.oshirase {
	font-size: 3.2rem;
	font-weight: 700;
	color: #245c4f;
}

.ctm-inquiry-box {
  text-align: center;
  padding: 3rem 1.5rem;
  background-color: #f3f0eb;
  border: 1px solid #ddd;
}

.ctm-inquiry-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.ctm-btn {
  display: inline-block;
  background-color: #C4A154;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 2rem 6rem;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: opacity 0.2s;
  line-height: 1.4;
}

.ctm-btn:hover {
  opacity: 0.8;
  color: #fff;
}

/* ─── フルワイド画像 ─── */
.ctm-full-image {
  line-height: 0;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

/* ─── レスポンシブ ─── */
@media (max-width: 991px) {
	.oshirase {
		font-size: 2.1rem;
	}
}

@media (max-width: 767px) {
  .ctm-logo {
    width: 16rem;
  }

  .ctm-title {
		font-size: 3.6rem;
	}
	
	.ctm-subtitle {
		font-size: 2.8rem;
	}

	.ctm-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  }
  .ctm-table {
    font-size: 1.2rem;
  }

  .ctm-table thead th,
  .ctm-table tbody td {
    padding: 0.6rem 0.8rem;
  }
}