@charset "utf-8";

/*---------------------------------------------------------------------- .contact --*/

.contact {
	
}

.contact * {
	text-align: center;
}

.contact a {
	display: inline-block;
	width: 50%;
	max-width: 100%;
	background: #f18338;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-family: YuGo-B;
}

.contact a .icon::after {
	content: '\f0e0';
	margin-right: 10px;
}

.contact .tel {
	font-size: 2rem;
	line-height: 80px;
}

.contact .tel .icon::after {
	content: '\f2a0';
	margin-right: 15px;
}

.contact .frame div:last-of-type {
	color: #f30;
	font-weight: bold;
}

@media (width <= 767px) {
	.contact a {
		width: 100%;
		line-height: 60px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.contact a:hover {
		opacity: 0.8;
	}
}





