/* ==========================================================================
   Dr.GOLF フッター
   ========================================================================== */

.foot {
	width: 100%;
	min-height: 110px;
	text-align: center;
	color: rgba(255, 255, 255, .92);
	padding: 24px 16px 20px;
	margin-top: 40px;
	background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 100%);
	border-top: 3px solid #e9c46a;
	font-size: 13px;
	position: relative;
}

.foot::before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #e9c46a;
	margin: 0 auto 14px;
}

.foot p {
	margin: 4px 0;
	color: rgba(255, 255, 255, .92);
}

.foot p:last-child {
	margin-top: 10px;
	font-size: 11px;
	color: rgba(233, 196, 106, .85);
	letter-spacing: .08em;
}

.foot .foot-brand {
	font-size: 15px;
	font-weight: 700;
	color: #e9c46a;
	letter-spacing: .1em;
	margin-bottom: 6px;
}
