@charset "UTF-8";
/* ==============================================
   外構工事プログレス京都 - underlayer.css
   下層ページ共通パーツ(ページ見出し・パンくず)
   PC first / breakpoints: 1200 / 960 / 568
============================================== */

/* ==============================================
   ページ見出し
============================================== */
.page_heading {
	position: relative; aspect-ratio: 1920 / 320; overflow: hidden;
	background: url(../img/common/subheading_bg_pc.png) top center / cover no-repeat;
}
.page_heading_inner {
	position: absolute; inset: 0; z-index: 1;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.page_heading_eyebrow {
	font-family: var(--font_serif); font-weight: 600;
	font-size: 18px; letter-spacing: .1em; color: var(--color_green);
}
.page_heading_title {
	font-family: var(--font_serif); font-weight: 600;
	font-size: 48px; letter-spacing: .1em; color: var(--color_text);
}

@media only screen and (max-width: 960px) {
	.page_heading { aspect-ratio: 750 / 202; background-image: url(../img/common/subheading_bg_sp.png); }
	.page_heading_inner { gap: 6px; }
	.page_heading_eyebrow { font-size: 14px; }
	.page_heading_title { font-size: 32px; }
}
@media only screen and (max-width: 568px) {
	.page_heading_inner { gap: 0; }
	.page_heading_eyebrow { font-size: 12px; }
	.page_heading_title { font-size: 21px; letter-spacing: .05em; }
}

/* ==============================================
   パンくず
============================================== */
.breadcrumb { padding: 22px 0; position: relative; z-index: 5;}
.breadcrumb_inner,
.breadcrumb_inner ol { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.breadcrumb a {
	font-family: var(--font_serif); font-weight: 600;
	font-size: 15px; letter-spacing: .1em; color: var(--color_green);
}
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb_current,
.breadcrumb_inner .current-item {
	font-family: var(--font_serif); font-weight: 600;
	font-size: 15px; letter-spacing: .1em; color: var(--color_text);
}
.breadcrumb_sep,
.breadcrumb_inner .iconarrow_right {
	display: inline-block;
	width: 6px; height: 6px;
	border-top: 2px solid var(--color_green); border-right: 2px solid var(--color_green);
	transform: rotate(45deg);
}

@media only screen and (max-width: 568px) {
	.breadcrumb { display: none; }
}

/* ==============================================
   ポイント概要セクション 共通スタイル
   （背景画像 + l_containerの半透明パネル）
   対象: .gd_points(庭リフォーム) / .cp_points(カーポート) / .fc_points_overview(フェンス)
============================================== */
.gd_points,
.cp_points,
.fc_points_overview {
	position: relative; overflow: hidden;
	background: var(--color_bg) url(../img/common/points_bg_blur.jpg) top center / cover no-repeat;
}
.gd_points .l_container,
.cp_points .l_container,
.fc_points_overview .l_container {
	position: relative; z-index: 1;
	background: rgba(255,255,255,.4);
	-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
	padding: 80px 40px 50px;
}
@media only screen and (max-width: 960px) {
	.gd_points,
	.cp_points,
	.fc_points_overview {
		background-image: url(../img/common/points_bg_blur_sp.jpg);
	}
	.gd_points .l_container,
	.cp_points .l_container,
	.fc_points_overview .l_container {
		padding: 28px 20px 32px; border-radius: 6px;
	}
}

/* ==============================================
   相談バナー（写真＋見出し＋テキストの下層ページ共通CTA）
   対象: フェンス / カーポート / 庭リフォーム 等の各下層ページ
============================================== */
.points_contact { position: relative; max-width: 1120px; margin: 60px auto 0; border-radius: 10px; overflow: hidden; box-shadow: 0 0 4px rgba(34,34,34,.12); }
.points_contact_heading {
	height: 89px; background: var(--color_green); color: #fff; display: flex; align-items: center;
	font-family: var(--font_serif); font-weight: 600; font-size: 28px; letter-spacing: .05em;
	padding: 0 32px 0 322px;
}
.points_contact_inner { position: relative; display: flex; align-items: flex-start; gap: 32px; padding: 30px 30px 0; }
.points_contact_bg { position: absolute; inset: 0; z-index: 0; }
.points_contact_bg img { width: 100%; height: 100%; object-fit: cover; opacity: .5; filter: blur(2px); }
.points_contact_photo { position: relative; flex-shrink: 0; width: 220px; border-radius: 6px; margin-top: -109px; }
.points_contact_box {
	position: relative; flex: 1; background: rgba(255,255,255,.85); border-radius: 5px;
	box-shadow: 0 0 4px rgba(34,34,34,.12); padding: 24px 32px 24px 62px;
}
.points_contact_box_icon { position: absolute; left: 19px; top: -16px; width: 38px; height: 38px; }
.points_contact_text { font-size: 17px; letter-spacing: .08em; line-height: 1.75; }
.points_contact_text strong { color: var(--color_orange); font-weight: 500; }

@media only screen and (max-width: 960px) {
	.points_contact { width: calc(100% + 40px); margin: 32px -20px 0; overflow: visible; border-radius: 6px; }
	.points_contact_heading { border-radius: 0; font-size: 18px; padding: 0 20px 0 137px; }
	.points_contact_inner { padding: 28px 20px 24px; }
	.points_contact_bg { border-radius: 0 0 6px 6px; overflow: hidden; }
	.points_contact_photo { position: absolute; z-index: 2; left: 15px; top: -111px; width: 92px; margin: 0; }
	.points_contact_box { padding: 32px 16px 24px; }
	.points_contact_box_icon { left: 50%; top: -12px; transform: translateX(-50%); }
	.points_contact_text { font-size: 15px; }
}
