@charset "UTF-8";
/* CSS Document */
footer{
		position: relative;
	}
@media screen and (min-width: 891px){
/*------------------------------
フッター　ナビゲーション
-------------------------------*/
	
#footernavi{
	width: 100%;
	height: auto;
	background-color: #3E3A39;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footerul{
	text-align: center;
	line-height: 160%;
	height: auto;
	padding-left: 50px;
	padding-right: 50px;
}

#footerul li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-left: 8px;
	padding-right: 8px;
	list-style: none;
	display: inline;
}
 
#footerul li+ li {
  border-left: 0;
  border-right: 1px solid #fff;
}

#footerul a{
	color: #fff;
}

#copy{
	width: 100%;
	height: 35px;
	background-color: #ED1C24;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 2px;
}

	
#footernavi-b{
	width: 100%;
	height: 50px;
	background-color: #807d7c;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#copy-b{
	width: 100%;
	height: 35px;
	background-color: #583832;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 2px;
}
#footerul-g{
	text-align: center;
	line-height: 160%;
}

#footerul-g li {
	border-left: 1px solid #3E3A39;
	border-right: 1px solid #3E3A39;
	padding-left: 8px;
	padding-right: 8px;
	list-style: none;
	display: inline;
}
 
#footerul-g li+ li {
  border-left: 0;
  border-right: 1px solid #3E3A39;
}

#footerul-g a{
	color: #3E3A39;
}

		
#footernavi-o{
	width: 100%;
	height: 50px;
	background-color: #ECEBEB;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#copy-o{
	width: 100%;
	height: 35px;
	background-color: #FF934F;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 2px;
}

#mailform-b{
	position: fixed;
	bottom:100px;
	right: -20px;
	z-index: 100;
	}


	
/*------------------------------
アドレス
-------------------------------*/

#addressbox{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #d8d8d7;
	padding-top: 20px;
	padding-bottom: 30px;
}


#footerlogo{
	width: 206px;
	margin: 30px auto 20px;
}



#companyname{
	text-align: center;
	font-size: 24px;
	line-height: 200%;
	font-family: "Noto Sans CJK JP Bold";
	color: #3E3A39;
}
#company-add{
	text-align: center;
	font-size: 20px;
		font-family: "Noto Sans CJK JP Medium";
	}


}

@media screen and (max-width: 890px){
/*------------------------------
フッター　ナビゲーション
-------------------------------*/

#footernavi{
	width: 100%;
	height: 300px;
	background-color: #3E3A39;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footerul{
	width: 90%;
	height: 350px;
	text-align: left;
	margin-left: 50px;
}

#footerul li {
	margin-right: 50px;
	margin-bottom: 10px;
	float: left;
	color: #fff;
	list-style: square;
	text-indent: -6px;
}

#footerul a{
	color: #fff;
	text-decoration: none;
}

#copy{
	width: 100%;
	height: 50px;
	background-color: #ED1C24;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 2px;
}

	
#footernavi-b{	
	width: 100%;
	height: 100px;
	background-color: #807d7c;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;	
}
	
#copy-b{
	width: 100%;
	height: 50px;
	background-color: #583832;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 2px;	
}

	
#footerul-g{
	text-align: center;
	line-height: 180%;
}

#footerul-g li {
	border-left: 1px solid #3E3A39;
	border-right: 1px solid #3E3A39;
	padding-left: 8px;
	padding-right: 8px;
	list-style: none;
	display: inline;
}
 .title-border {
display: flex;
align-items: center;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}
#footerul-g li+ li {
  border-left: 0;
  border-right: 1px solid #3E3A39;
}

#footerul-g a{
	color: #3E3A39;
}
	
#footernavi-o{
	width: 100%;
	height: 100px;
	background-color: #ECEBEB;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #3E3A39;
}	
#copy-o{
	width: 100%;
	height: 50px;
	background-color: #FF934F;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 2px;	
}
#mailform-b{
	position: fixed;
	bottom:100px;
	left: -30px;
	z-index: 100;
	}
#mailform-b img{
	width: 200px;
	height: 200px;
	}
/*------------------------------
アドレス
-------------------------------*/

#addressbox{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #d8d8d7;
	padding-top: 20px;
	padding-bottom: 30px;
}


#footerlogo{
	width: 206px;
	margin: 30px auto 20px;
}




#companyname{
	text-align: center;
	font-size: 24px;
	line-height: 200%;
	font-family: "Noto Sans CJK JP Bold";
	color: #3E3A39;
}
#company-add{
	text-align: center;
		font-size: 20px;
		font-family: "Noto Sans CJK JP Medium";
	}
	
	
.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.8);
    color:white;
    display: none;
    font-family: 'source_sans_proregular';
    line-height: 25px;
	-webkit-text-size-adjust:none;
	text-size-adjust:none;
}	
	

}