/*----------------------------------------------------	
	footer改修 2025.10.29
----------------------------------------------------*/
#footer{
	background: url(../image/f-bg.jpg) repeat left top;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 40px;
	width: 91.2%;
    margin: auto;
}

.info{
	margin-top: 20px;
}

.add{
	margin-bottom: 15px;
}

.add p{
	font-size: 20px;
	line-height: 1.5;
}

.hol{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.hol p{
	line-height: 1.5;
}

.hol span.red{
	color: red;
	margin-right: 5px;
}

.f_map h4{
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 90px;
}

.f_map p{
	margin-bottom: 20px;
	line-height: 1.5;
}