@charset "UTF-8";
/*=======================================================
footer
=======================================================*/

.footer-area{
	width:100%;
	height: 350px;
	text-align: center;
	margin-top: 15em;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px){
	.footer-area{
		margin-top:5em;
	}
}

.footer-contact-area{
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: top;
	background-image:url("../../img/footer-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 70% 60%;
	position: relative;
}

.footer-contact-btn{ 
	display: block;
	font-size: 2rem;
	color: #704c0d;
	text-align: center;
	background:  rgba(233,228,222,0.6);
	font-family: 'Prompt', sans-serif;
	width: 350px;
	height: 30px;
	padding: 1.5em 0;
	margin: 1.2em auto;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	transition: all .3s linear;
	cursor: pointer;
	overflow: hidden;
	
}

.footer-contact-btn-text{
 position: absolute;
 left: 0;
 display: block;
  height: 100%;
  width: 100%; 
  color: #704c0d;
  transition: all 0.3s;

	font-family: 'Prompt', sans-serif;	
}

.footer-contact-btn-text:nth-child(1) {
  top: 1.5em;
}

.footer-contact-btn-text:nth-child(2) {
  top: -100%;
}

.footer-contact-btn:hover .footer-contact-btn-text:nth-child(1) {
  top: 100%;
}

.footer-contact-btn:hover .footer-contact-btn-text:nth-child(2) {
   top: 2.1em;
	font-size: 1.6rem;
}

.footer-contact-info{
	display: inline-block;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-top: 5em;
	font-weight: 600;
}

.copylite{
	width: 100%;
	background: #fff;
	color: #444;
	padding: 1em 0;
	text-align: center;
	font-size: 1.2rem;
}
