@charset "utf-8";


.cotanctarea2{
	background: #eee;
}
.contentstitle_footer{
	font-weight: bold;
	font-size: 1.8em;
	color: #656565;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 60px;
}
.contents_fmidashi{
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 8px;
	padding-left: 5px;
	text-align: center;
}
.toiawa{
	display: flex;
	justify-content: center;
	margin-top: 35px;
	align-items: center;
}
.ftel{
	font-weight: bold;
	font-size: 2.5em;
	color: #656565;
	margin-right: 50px;
}
.telsmall{
	font-size: 0.7em;
	font-weight: bold;
}
.faxsmall{
	font-size: 0.6em;
	font-weight: bold;
}


.sns{
	display: flex;
	justify-content: center;
}
	
.snsarea2{
	padding: 35px 0px;
	text-align: center;
    	color: #333333;
	font-size: 14px;
}
.facebook{
	margin-right: 30px;
}
.ecbunnar{
	width: 50%;
	margin: 40px auto;
	border: solid 1px;
}
.ftel a{
	text-decoration: none;
	color: #656565;
	font-weight: bold;
}

@media only screen and (max-width: 800px){
.toiawa{
	display: block;
}
.ftel{
	margin: 0 auto 20px;
	text-align: center;
}
}
@media only screen and (max-width: 599px){
.ecbunnar {
    width: 75%;
}
.contentstitle_footer{
	font-size: 1.4em;
	padding-top: 40px;
}
.contents_fmidashi{
	font-size: 1em;
}
.toiawa {
	margin-top: 30px;
}
.ftel{
	font-size: 1.8em;
}
.toibtn{
	width: 68%;
	margin: auto;
}
.snsarea2 {
	padding: 30px 0px;
}
.facebook {
	margin-right: 20px;
}
.facebook img{
	width: 80%;
}
.insta img{
	width: 80%;
}	
}