/*
Theme Name: ヤブハラサンギョウ



/*追記*/
body{
	padding-bottom:60px;
}

.header-tel-icon{
	width:44px;
	height:44px;
	object-fit:contain;
	margin-right:8px;
}

.p-header-block1__contact-line .btn__txt{
	font-weight:200;
}

.p-header-block1__contact-24h .btn{
	width:210px;
}

.p-header-block1__contact-24h .btn__icon img{
	object-fit:contain;
	width:21px;
	height:20px;
}
.p-header-block1__contact-24h .btn__txt{
	font-size:15px;
	font-weight:200;
	line-height:1.2;
	letter-spacing:0;
}
.p-header-block1__contact-24h .btn__txt .min{
	font-size:10px;
	display:block;
}

.p-footer__area--text{
	display:block;
	font-size:12px;
	font-weight:200;
	line-height:30px;
}
.p-footer__upper{
	display:flex;
	justify-content:space-between;
	gap:50px 0;
}

.p-footer__logo{
	margin-right:0;
	width:35%;
}

.p-footer__tel{
	margin-right:0;
	width:25%;
}
.p-footer__menu{
	width:40%;
	max-width:500px;
}

@media (max-width:836px){
	.p-footer__upper{
		justify-content:center;
	}
	.p-footer__logo{
		margin:auto;
		width:100%;
	}
}

/*hover SP解除*/
@media (max-width:836px){
	a:hover{
		opacity:1;
	}
}