/* =========================================================
   Members Guide Page
   File: assets/css/members-guide.css
========================================================= */

/* ページ全体 */
.members-guide-template {
	max-width: 1040px;
	margin: 0 auto;
	padding: 34px 20px 70px;
	box-sizing: border-box;
}

.members-guide-template #primary {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

.members-guide-template #main {
	width: 100%;
}

.members-guide-page {
	max-width: 920px;
	margin: 0 auto;
	color: #333;
	line-height: 1.9;
	font-size: 15px;
	box-sizing: border-box;
}

/* =========================================================
   Hero
========================================================= */

.members-guide-hero {
	margin-bottom: 34px;
	padding: 48px 30px;
	text-align: center;
	background: #f7f3ed;
	border: 1px solid #e3d8ca;
	box-sizing: border-box;
}

.members-guide-label {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: .16em;
	color: #8a735f;
}

.members-guide-hero h1 {
	margin: 0 0 18px;
	font-size: 30px;
	line-height: 1.45;
	letter-spacing: .08em;
	color: #4a3428;
	font-weight: 600;
}

.members-guide-lead {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #4a4a4a;
}

/* =========================================================
   Discount Main Box
========================================================= */

.members-discount-box {
	margin: 0 0 48px;
	padding: 36px 26px;
	text-align: center;
	background: #fffaf3;
	border: 2px solid #b89b78;
	box-sizing: border-box;
}

.members-discount-catch {
	display: inline-block;
	margin: 0 0 14px;
	padding: 5px 20px;
	background: #4a3428;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: .08em;
}

.members-discount-box h2 {
	margin: 0 0 18px;
	font-size: 34px;
	line-height: 1.45;
	color: #6b3f24;
	letter-spacing: .06em;
	font-weight: 600;
}

.members-discount-box p {
	margin: 0;
	line-height: 1.9;
}

.members-note {
	margin-top: 16px !important;
	font-size: 13px;
	line-height: 1.8;
	color: #666;
}

/* =========================================================
   Common Section
========================================================= */

.members-guide-section {
	margin-top: 48px;
}

.members-guide-section h2 {
	margin: 0 0 22px;
	padding-bottom: 11px;
	border-bottom: 1px solid #d8cbbd;
	font-size: 23px;
	line-height: 1.5;
	color: #4a3428;
	letter-spacing: .05em;
	font-weight: 600;
}

.members-guide-section p {
	margin: 0 0 14px;
}

/* =========================================================
   Benefits
========================================================= */

.members-benefit-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.members-benefit-item {
	padding: 24px 20px;
	background: #fff;
	border: 1px solid #e1d8cf;
	box-sizing: border-box;
}

.members-benefit-item h3 {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #6b4b3a;
	font-weight: 600;
}

.members-benefit-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}

/* =========================================================
   Register Methods
========================================================= */

.members-register-methods {
	display: grid;
	gap: 24px;
}

.members-register-method {
	padding: 28px;
	background: #fff;
	border: 1px solid #e1d8cf;
	box-sizing: border-box;
}

.members-register-method h3 {
	margin: 0 0 14px;
	font-size: 19px;
	line-height: 1.6;
	color: #6b4b3a;
	font-weight: 600;
}

.members-register-method p {
	margin: 0 0 14px;
	line-height: 1.9;
}

.members-register-method strong {
	color: #6b3f24;
	font-weight: 600;
}

.members-register-method--direct {
	background: #faf7f2;
	text-align: center;
}

.members-image-box {
	margin-top: 20px;
	padding: 16px;
	text-align: center;
	background: #fff;
	border: 1px solid #e1d8cf;
	box-sizing: border-box;
}

.members-image-box img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}

/* =========================================================
   Button
========================================================= */

.members-register-button-wrap {
	margin-top: 20px !important;
	text-align: center;
}

.members-register-button {
	display: inline-block;
	min-width: 280px;
	padding: 15px 30px;
	background: #4a3428;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: .06em;
	box-sizing: border-box;
	transition: opacity .2s ease;
}

.members-register-button:hover {
	opacity: .82;
	color: #fff !important;
	text-decoration: none !important;
}

/* =========================================================
   Caution
========================================================= */

.members-caution-list {
	margin: 0;
	padding: 22px 26px 22px 44px;
	background: #faf8f5;
	border: 1px solid #e1d8cf;
	box-sizing: border-box;
}

.members-caution-list li {
	margin-bottom: 8px;
	line-height: 1.8;
}

.members-caution-list li:last-child {
	margin-bottom: 0;
}

/* =========================================================
   Contact
========================================================= */

.members-contact-section {
	text-align: center;
}

.members-contact {
	margin-bottom: 0 !important;
}

.members-contact a {
	color: #6b4b3a;
	text-decoration: underline;
}

.members-contact a:hover {
	text-decoration: none;
}

/* =========================================================
   Utility
========================================================= */

.sp-only {
	display: none;
}

/* =========================================================
   PC微調整
========================================================= */

@media screen and (min-width: 768px) {
	.members-register-method--direct {
		padding-top: 34px;
		padding-bottom: 36px;
	}
}

/* =========================================================
   Tablet
========================================================= */

@media screen and (max-width: 960px) {
	.members-guide-template {
		padding: 30px 18px 64px;
	}

	.members-guide-page {
		max-width: 100%;
	}

	.members-discount-box h2 {
		font-size: 30px;
	}
}

/* =========================================================
   Smartphone
========================================================= */

@media screen and (max-width: 767px) {
	.members-guide-template {
		padding: 24px 14px 52px;
	}

	.members-guide-page {
		font-size: 14px;
		line-height: 1.85;
	}

	.members-guide-hero {
		margin-bottom: 28px;
		padding: 32px 18px;
	}

	.members-guide-label {
		font-size: 11px;
		letter-spacing: .12em;
	}

	.members-guide-hero h1 {
		font-size: 23px;
		line-height: 1.45;
		letter-spacing: .05em;
	}

	.members-guide-lead {
		font-size: 14px;
		text-align: left;
	}

	.members-discount-box {
		margin-bottom: 40px;
		padding: 28px 18px;
	}

	.members-discount-catch {
		font-size: 12px;
	}

	.members-discount-box h2 {
		font-size: 26px;
		line-height: 1.45;
	}

	.members-note {
		font-size: 12px;
		text-align: left;
	}

	.members-guide-section {
		margin-top: 40px;
	}

	.members-guide-section h2 {
		margin-bottom: 18px;
		font-size: 20px;
	}

	.members-benefit-list {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.members-benefit-item {
		padding: 21px 18px;
	}

	.members-benefit-item h3 {
		font-size: 16px;
	}

	.members-register-method {
		padding: 22px 18px;
	}

	.members-register-method h3 {
		font-size: 17px;
	}

	.members-register-method--direct {
		text-align: left;
	}

	.members-register-button-wrap {
		text-align: center;
	}

	.members-register-button {
		display: block;
		min-width: 0;
		width: 100%;
		padding: 14px 18px;
		font-size: 14px;
	}

	.members-image-box {
		padding: 10px;
	}

	.members-caution-list {
		padding: 18px 18px 18px 34px;
	}

	.members-contact-section {
		text-align: left;
	}

	.sp-only {
		display: block;
	}
}

/* =========================================================
   Smartphone spacing fix
========================================================= */

@media screen and (max-width: 767px) {
	.members-guide-template {
		width: auto !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
		box-sizing: border-box;
	}

	.members-guide-template #primary,
	.members-guide-template #main,
	.members-guide-page {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box;
	}

	.members-guide-hero,
	.members-discount-box,
	.members-benefit-item,
	.members-register-method,
	.members-caution-list {
		box-sizing: border-box;
	}

	.members-guide-hero,
	.members-discount-box,
	.members-register-method {
		padding-left: 18px;
		padding-right: 18px;
	}
}