/* ============================================================
   コスメサロン美 カスタムLP 共通シェル
   固定ページテンプレート「カスタムLP（コスメサロン美）」でのみ読み込む。
   役割:
     1. SWELLのヘッダー・グローバルナビ・フッターは通常どおり表示したまま、
        コンテンツ領域だけを全幅にしてLPを流し込めるようにする
     2. Googleマップ埋め込み（.csb-map）の共通スタイル
   ============================================================ */

/* ---- 1. コンテンツ領域の全幅化（LPテンプレートのページだけ） ---- */
.page-template-page-lp-custom #content.l-content,
.page-template-page-lp-custom #content.l-container {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.page-template-page-lp-custom .l-mainContent {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	float: none;
	background: transparent;
	box-shadow: none;
	border: 0;
}
.page-template-page-lp-custom .l-mainContent__inner {
	padding: 0;
}
/* LPは自前のヒーローから始まるため、パンくず・ページタイトル帯は出さない */
.page-template-page-lp-custom .p-breadcrumb,
.page-template-page-lp-custom .c-pageTitle,
.page-template-page-lp-custom .l-topTitleArea {
	display: none;
}

/* ---- 2. 地図（.csb-map）のスタイルは assets/patterns.css に集約した ----
   （ブロックパターンでも同じ地図を使うため、1箇所で持つ） */
