@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#78CDD1;
}



#footerDataWrap {
	padding:0 10px;
}

.footDataArea {
	width:1100px;
	margin:0 auto;
	box-sizing: border-box;
	padding:30px 0;
	text-align:center;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	/* align-items: stretch; 随時対応　*/
}

.footDataArea a {
	text-decoration:none;
}


.footLogo {
	text-align:center;	
	vertical-align:top;
	margin:0 20px 5px 20px;
}

.footAdress {
	text-align:left;
	vertical-align:top;
	margin:0 20px 5px 20px;
}

.footBnrWrap {
	width:100%;
	text-align:center;
}

.footBnr {
	display:inline-block;
	text-align:center;
	line-height:normal;
	padding:0.4em 1em;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	background-color:#78CDD1;
	font-size:0.94em;
	width:30%;
	box-sizing: border-box;
	margin:0 1.2em 1.4em 1.2em;
}

.footBnr a {
	display:block;
	width:100%;
	box-sizing: border-box;
	text-decoration:none;
	color:#FFF;
}

.footBnr:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footBnrEx {
	display:inline-block;
	text-align:center;
	line-height:normal;
	padding:0.4em 1em;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	background-color:#777777; /*　任意の色　*/
	font-size:0.94em;
	width:30%; /*　任意の数字　*/
	box-sizing: border-box;
	margin:0 1.2em 1.4em 1.2em;
}

.footBnrEx a {
	display:block;
	width:100%;
	box-sizing: border-box;
	text-decoration:none;
	color:#FFF;
}

.footBnrEx:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.footBnrTel {
	display:inline-block;
	text-align:center;
	line-height:normal;
	padding:0.4em 1em;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	background-color:#78CDD1;
	font-size:0.94em;
	width:30%;
	box-sizing: border-box;
	margin:0 1.2em 1.4em 1.2em;
}

.footBnrTel a {
	display:block;
	width:100%;
	box-sizing: border-box;
	text-decoration:none;
	color:#FFF;
}

ul.footerSNS {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	height:100%;
	box-sizing: border-box;
	list-style-type: none;
	align-items: center;
	margin-bottom:1em;
}


ul.footerSNS li {
	padding:0.1em 0.1em 0 0.1em;
	font-size:2em;
}

ul.footerSNS a:hover {
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
	
.footDataArea {
	width:100%;
}

.footLogo {
	width:80%;
	margin:0 20px 20px 20px;
}

.footBnr, .footBnrTel , .footBnrEx {
	width:45%;
	margin:0 0 1em 0;
}

}


@media screen and (max-width: 600px) {
	
.footLogo {
	width:auto;
	max-width:70%;
	margin:0 20px 20px 20px;
}

.footBnr, .footBnrTel , .footBnrEx {
	width:100%;
	margin:0 0 1em 0;
}

}


.copyright {
	text-align:center;
	padding:1em 0 2em;
	background-color:#f9f9f9;
}


.txtBold{
	font-weight: 900 !important;
}

.valign {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lh{
	line-height: 1.75 !important;
}





