/* /usjstrategy 専用
 * ハピエル既存配色に統一
 */
.page-template-page__usjstrategy {
	--usjg-brand: #ff3366;
	--usjg-brand-soft: #ff7fa1;
	--usjg-brand-dark: #aa0000;
	--usjg-heading: #440000;
	--usjg-heading-sub: #660000;
	--usjg-border: #f2dce4;
	--usjg-bg-soft: #fff8fb;
	--usjg-bg-pale: #fffafa;
	--usjg-white: #fff;
	--usjg-text: #222;
	--usjg-text-muted: #555;
}

.page-template-page__usjstrategy .usjg-entry {
	max-width: 980px;
}

.page-template-page__usjstrategy .usjg-hero {
	padding-bottom: 18px;
}

.usjg-hero__eyebrow {
	margin: 0 0 8px;
	color: var(--usjg-brand);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
}

.usjg-hero__title {
	margin-bottom: 14px;
	color: var(--usjg-heading);
	text-align: center;
}

.usjg-hero__lead {
	max-width: 760px;
	margin: 0 auto 18px;
	line-height: 1.9;
	text-align: left;
}

.usjg-hero__image {
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
}

.usjg-hero__image img {
	display: block;
	width: 100%;
	height: auto;
}

.usjg-main {
	padding-top: 18px;
}

.usjg-breadcrumbs {
	margin-bottom: 12px;
}

.usjg-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 22px;
}

.usjg-meta li {
	background: var(--usjg-white);
}

.usjg-portal {
	margin: 0 0 34px;
}

/* ページ内ナビ */
.usjg-page-nav {
	margin-bottom: 22px;
	padding: 14px;
	border: 1px solid var(--usjg-border);
	border-radius: 14px;
	background: var(--usjg-bg-pale);
}

.usjg-page-nav__title {
	margin: 0 0 10px;
	color: var(--usjg-heading);
	font-size: 14px;
	font-weight: 700;
}

.usjg-page-nav__scroll {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding: 1px 1px 8px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.usjg-page-nav__scroll a {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid var(--usjg-border);
	border-radius: 999px;
	background: var(--usjg-white);
	color: var(--usjg-brand-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

/* 共通見出し */
.usjg-section-heading {
	margin-bottom: 16px;
}

.usjg-section-heading__sub {
	margin: 0 0 2px;
	color: var(--usjg-brand);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
}

.usjg-section-heading h2 {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	border-bottom: 3px solid var(--usjg-brand-soft);
	color: var(--usjg-heading);
	font-size: clamp(24px, 4.2vw, 34px);
	line-height: 1.35;
}

.usjg-section-heading p:last-child {
	margin: 0;
	line-height: 1.8;
}

/* 今日のユニバ */
.usjg-today {
	margin-bottom: 26px;
	padding: 22px;
	border: 2px solid var(--usjg-brand);
	border-radius: 16px;
	background: var(--usjg-bg-pale);
}

.usjg-today__summary {
	margin: 14px 0 18px;
}

.usjg-today__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.usjg-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--usjg-brand);
	border-radius: 10px;
	background: var(--usjg-white);
	color: var(--usjg-brand-dark);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	text-decoration: none;
}

.usjg-button--primary {
	background: var(--usjg-brand);
	color: var(--usjg-white);
}

/* 主要導線 */
.usjg-primary,
.usjg-category-links {
	margin-bottom: 28px;
}

.usjg-primary__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.usjg-primary-card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 142px;
	padding: 18px;
	border: 1px solid var(--usjg-border);
	border-radius: 14px;
	background: var(--usjg-white);
	box-shadow: 0 3px 10px rgba(170, 0, 0, .06);
	color: var(--usjg-text);
	text-decoration: none;
}

.usjg-primary-card__label {
	color: var(--usjg-brand);
	font-size: 12px;
	font-weight: 700;
}

.usjg-primary-card strong {
	color: var(--usjg-heading);
	font-size: 20px;
	line-height: 1.4;
}

.usjg-primary-card > span:last-child {
	font-size: 14px;
	line-height: 1.65;
}

/* 目的別ユニバガイド：左アイコン＋右に名称・説明文 */
.usjg-category-links__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.usjg-guide-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
	min-width: 0;
	padding: 14px 15px;
	border: 1px solid var(--usjg-border);
	border-radius: 12px;
	background: var(--usjg-white);
	box-shadow: 0 1px 0 rgba(255, 51, 102, .04);
	color: var(--usjg-text);
	text-decoration: none;
}

.usjg-guide-link__icon {
	display: inline-flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid var(--usjg-border);
	border-radius: 13px;
	background: var(--usjg-bg-soft);
	color: var(--usjg-brand);
}

.usjg-guide-link__icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.usjg-guide-link__text {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.usjg-guide-link__label {
	display: block;
	margin: 0;
	color: var(--usjg-heading-sub);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.usjg-guide-link__description {
	display: block;
	margin: 0;
	color: var(--usjg-text-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
}

/* 編集長コメント */
.usjg-editor-note {
	margin: 0;
	padding: 18px 20px;
	border-left: 5px solid var(--usjg-brand);
	border-radius: 0 12px 12px 0;
	background: var(--usjg-bg-pale);
}

.usjg-editor-note strong {
	display: block;
	margin-bottom: 7px;
	color: var(--usjg-heading);
	font-size: 18px;
}

.usjg-editor-note p {
	margin: 0;
	line-height: 1.85;
}

/* 広告・シェア */
.usjg-ad-label {
	margin: 12px 0 4px;
	font-size: 12px;
}

.usjg-ad {
	margin: 0 0 22px;
}

.usjg-ticket-links,
.usjg-share {
	margin-bottom: 24px;
}

/* 本文 */
.usjg-article-body {
	font-size: 16px;
	line-height: 1.95;
}

.usjg-article-body .usjg-article-section {
	scroll-margin-top: 80px;
	margin: 0 0 44px;
}

.usjg-article-body .usjg-article-section > h2 {
	margin-top: 0;
}

.usjg-article-body .usjg-summary-box,
.usjg-article-body .usjg-official-box,
.usjg-article-body .usjg-point-box {
	margin: 18px 0;
	padding: 17px 19px;
	border: 1px solid var(--usjg-border);
	border-radius: 12px;
	background: var(--usjg-bg-soft);
}

.usjg-article-body .usjg-summary-box strong,
.usjg-article-body .usjg-official-box strong,
.usjg-article-body .usjg-point-box strong {
	display: block;
	margin-bottom: 6px;
}

.usjg-article-body .usjg-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0 14px;
	padding: 11px 17px;
	border-radius: 8px;
	background: var(--usjg-brand);
	color: var(--usjg-white);
	font-weight: 700;
	text-decoration: none;
}

.usjg-article-body .usjg-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 18px 0;
}

.usjg-article-body .usjg-mini-grid > div {
	padding: 15px;
	border: 1px solid var(--usjg-border);
	border-radius: 10px;
	background: var(--usjg-white);
}

.usjg-article-body .usjg-mini-grid strong {
	display: block;
	margin-bottom: 4px;
}

.usjg-article-body .usjg-checklist {
	margin: 18px 0;
	padding: 16px 18px 16px 40px;
	border: 1px solid var(--usjg-border);
	border-radius: 12px;
	background: var(--usjg-white);
}

.usjg-latest,
.usjg-hotel-diagnosis,
.usjg-author {
	margin-top: 42px;
}

.usjg-share--bottom {
	margin-top: 36px;
}

.usjg-rights {
	margin-top: 30px;
	font-size: 10px;
	line-height: 1.5;
}

/* 専用ページでは既存目次と追従新着を表示しない。 */
.page-template-page__usjstrategy #rtoc-mokuji-wrapper,
.page-template-page__usjstrategy #happyell-rtoc-return,
.page-template-page__usjstrategy .latest-switch-scroll-reveal,
.page-template-page__usjstrategy .latest-switch-150 {
	display: none !important;
}

@media (hover: hover) {
	.usjg-page-nav__scroll a:hover,
	.usjg-primary-card:hover,
	.usjg-guide-link:hover,
	.usjg-button:hover {
		transform: translateY(-1px);
	}

	.usjg-page-nav__scroll a:hover,
	.usjg-primary-card:hover,
	.usjg-guide-link:hover {
		border-color: var(--usjg-brand-soft);
		background: var(--usjg-bg-pale);
	}
}

@media (max-width: 767px) {
	.page-template-page__usjstrategy .usjg-entry {
		width: 100%;
	}

	.usjg-main {
		padding-right: 14px;
		padding-left: 14px;
	}

	.usjg-hero__lead {
		font-size: 15px;
	}

	.usjg-today {
		padding: 17px 15px;
	}

	.usjg-today__links,
	.usjg-primary__grid,
	.usjg-category-links__grid,
	.usjg-article-body .usjg-mini-grid {
		grid-template-columns: 1fr;
	}

	.usjg-primary-card {
		min-height: 0;
	}

	.usjg-guide-link {
		gap: 12px;
		padding: 13px 14px;
	}

	.usjg-guide-link__icon {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}

	.usjg-guide-link__icon svg {
		width: 23px;
		height: 23px;
	}

	.usjg-guide-link__label {
		font-size: 15px;
	}
}
