@charset "UTF-8";


/* ========== footer固定 ========== */

#footer-fixed {
	display: none !important;
}

@media (max-width: 640px) {

footer {
	padding-bottom: 70px;
}
#footer-fixed {
	position: fixed;
	display: block !important;
	width: 100%;
	height: 60px;
	bottom: 0;
	clear: both;
	font-size: 12px;
}

#footer-fixed a:hover {
	opacity: 1.0;
}

.contact-email {
	display:inline-block;
	width: 50%;
	height: 60px;
	text-align: center;
	float: left;
	background-color: #ff71a4;
	line-height: 60px;
}

.contact-email img {
	height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.contact-tel {
	display: inline-block;
	width: 50%;
	height: 60px;
	text-align: center;
	background-color: #828282;
	line-height: 60px;
}

.contact-tel img {
	height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

#footer-fixed a {
	color: #fff;
}

.telinfo {
	font-size: 20px !important;
	font-weight: bold;
	text-align: center;
}
.time {
	text-align: center;
}
}
@media (max-width: 350px) {
	#footer-fixed {
		font-size: 12px;
	}
	.contact-email img {
		height: 16px;
    margin-right: 2px;
    vertical-align: middle;
	}
	.contact-tel img {
		height: 25px;
		margin-right: 10px;
	}
}