/*!
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
*/

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

.p-page-header__title-area__title{
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-shadow:
		0 0 10px rgba(0, 0, 0, 0.5),
		0 0 24px rgba(0, 0, 0, 0.34),
		0 0 40px rgba(0, 0, 0, 0.22),
		2px 2px 8px rgba(0, 0, 0, 0.3);
}

/* TOPのファーストビューの文言 */
.p-home-header__top__text {
	color: #000000 !important;
	text-shadow:
		0 0 10px rgba(255, 255, 255, 0.8),
		0 0 24px rgba(255, 255, 255, 0.8),
		0 0 40px rgba(255, 255, 255, 0.8),
		2px 2px 8px rgba(2555, 255, 255, 0.5) !important;
	TOP: 60% !important;
}