/*!
Theme Name: ユニオン商事株式会社様
Template: al-house-maker
Description: 工務店ホームページ制作パックの子テーマ 
Theme URI: https://www.aster-link.co.jp/
Author: 株式会社アスターリンク
Author URI: https://www.aster-link.co.jp/
Version: 1.0.0
*/

/* SPで見たときにセクションとセクションの間が狭い印象だったため、下部の余白を増やす */
.p-section-details__contents {
	margin-bottom: 75px; /* 50→75変更 */
}

/* ヘッダーの背景画像にオーバーレイを追加（文字を目立たせるため） */
.p-page-header__title-area {
	position: relative;
}
.p-page-header__title-area::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}
.p-page-header__title-area__title {
	position: relative;
	z-index: 1;
}

/* CTAフッター背景画像を暗くして文字要素を見やすくする */
.p-inquiry-set__background .p-home-first-view__hero__img {
	filter: brightness(0.55);
}

/* 画像の横並びデザインを追加 */
.p-section-details__images {
	padding: 25px;
	display: flex;
	justify-content: center;
	gap: 20px;
	height: 300px;
}
.p-section-details__images__item {
	object-fit: cover;
	height: auto;
	width: 400px;
}

/* 箇条書き */
.u-disc-list{
	padding-left: 30px;
}
.u-disc-list__item{
	list-style-type: disc;
}

/* フッターナビ資料請求 */
.p-floating-link__request::before {
	position: absolute;
	content: "";
	top: 15px;
	left: calc(50% - 17px);
	width: 34px;
	height: 38px;
	background: url(images/icon/icon_mail.svg) no-repeat;
	background-size: contain;
	background-position: center;
}

@media only screen and (max-width: 599px) {
	.p-section-main {
		padding: 60px 0 60px; /* 0225変更　0 0 60px → 60px 0 60px */
	}

	/* 画像の横並びデザインを追加 */
	.p-section-details__images {
		padding: 25px 0;
		height: 220px;
	}

	/* フッターナビ資料請求 */
    .p-floating-link__request{
        width: 70%;
    }
    .p-floating-link__request::before {
		top: 12px;
        left: 35%;
        width: 28px;
        height: 35px;
	}
}

