@charset "utf-8";

/*------------------------------------------
  footer
------------------------------------------*/
footer h3 {
	background: none;
	width: 100%;
}

footer .flex-container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .flex-container .contact_tel, footer .flex-container .contact_mail {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 0;
	margin-right: 5px;
	flex: 1;
}
footer .flex-container .middle {
	font-size: 20px;
	font-weight: bold;
}
footer .flex-container .sub {
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0;
}
footer {
	background-color: #607d8b;
	background-image: url("../img/footer_img.jpg");
}

.sp { display: none; }
@media screen and (max-width: 750px) {
	.sp { display: block; }
	.pc { display: none; }
}

footer .menu-title {
	position: relative;
	top: 30px;
}
footer .menu-title {
	color: black;
	font-family: Fjalla One, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	z-index: 1;
}
footer .ci {
	padding: 300px 0 90px;
}
footer .menu{
	padding-top: 250px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1000px;
	z-index: 4;
}
footer .flex-container .contact_tel, footer .flex-container .contact_mail {
	background: #26272a87;
}
footer .contact_tel .ftr-tel_link, footer .contact_mail .ftr-tel_link {
	color: white;
	background: url(../img/ico_tel02.png) left no-repeat;
	font-size: 32px;
	margin: 0 30px;
}
footer .contact_tel, footer .contact_mail{
	font-family: Fjalla One, sans-serif;
	font-size: 18px;
	padding-bottom: 10px!important;
	color: white;
	height: auto;
}
footer .contact_tel .middle{
	margin-bottom: 20px;
}
footer .contact_mail .middle{
	margin-bottom: 10px;
}

footer .contact_tel hr{
	width: 90%;
	box-sizing: 0;
}
footer .contact_tel .ftr-tel_link a, footer .contact_mail a{
	color: white;
	text-decoration: none;
}
footer .contact_mail .ib{
	display: inline-block;
}
footer .contact_tel .sub {
	font-size: 14px;
	line-height: 1.7em;
}
footer .contact_mail .sub {
	font-size: 14px;
	line-height: 1.7em;
}
footer .contact_mail a:hover { text-decoration: none; }

footer .contact_mail img {
	position: relative;
	top: -30px;
	right: -30px;
}

@media screen and (max-width: 750px) {
	footer {
		padding-top: 0px;
	}
	footer .menu{
		padding-top: 0px;
	}
	footer .smenu{
		padding-top: 20px;
		position: absolute;
		left: 10%;
		right: 10%;
	}
	footer .smenu .stitle{
		color: black;
		font-family: Fjalla One, sans-serif;
		font-size: 24px!important;
		font-weight: bold;
		margin-bottom: 30px;
		position: relative;
		z-index: 1;
	}
	footer .contact_tel, footer .contact_mail {
		padding: 20px;
		/*background: #26272a87!important;*/
		background: #464444!important;
		opacity: 0.5;
		margin-top: 10px;
	}
	footer .contact_tel hr {
		width: 30%;
	}

	footer .contact_mail img {
		position: relative;
		top: -25px;
		right: -10px;
	}
	footer .ci {
		padding: 530px 0 90px;
	}
	footer .sp_ph {
		background: #000 url(../img/footer_img.jpg) center top no-repeat!important;
	}
	.contact_tel .ftr-tel_link a {
		background: none;
	}
	footer .contact_tel .ftr-tel_link, footer .contact_mail .ftr-tel_link {
		font-size: 24px;
	}
	footer .contact_tel hr{
		width: 100%;
	}
	footer .contact_tel .ftr-tel_link, footer .contact_mail .ftr-tel_link {
		margin: 0px;
	}
}
