@charset "utf-8";
@media screen and (min-width: 1200px){
	/*※top*/
	.top-all-wrap+#footer-wrap{
		padding-top: 13rem;
	}
}
/* tgl共通sns
--------------------------- */
.common-sns{
	display: flex;
	justify-content: center;
}
.common-sns a{
	display: flex;
	align-items: center;
	transition: .3s;
}
.common-sns a:hover{
	opacity: 0.6;
}
.sns-icon{
	width: 2rem;
}
.common-sns-txt{
	text-decoration: underline;
	margin-left: 1rem;
}
/* tgl共通privacy
--------------------------- */
.footer-privacy a{
	transition: .3s;
}
.footer-privacy a:hover{
	opacity: 0.6;
	color: #000;
}
@media screen and (max-width: 1399px){
	.footer-privacy{
		margin-bottom: 4.8rem;
	}
}
@media screen and (min-width: 1400px){
	.footer-privacy{
		margin-bottom: 5.6rem;
	}
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer-wrap a{
	text-decoration: none;
}
@media screen and (max-width: 767px){
	#footer-wrap{
		padding-bottom: 10.4rem;
	}
}
@media screen and (min-width: 768px){
	#footer-wrap{
		padding-bottom: 7.2rem;
	}
}

/* contact
--------------------------- */
.footer-contact-wrap{
	position: relative;
}
.footer-contact-wrap::before{
	content: " ";
	display: block;
	position: absolute;
	background-color: #272a31;
	height: 100%;
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 1199px){
	.footer-contact-wrap{
		padding-top: 7.2rem;
		padding-bottom: 8rem;
		margin-bottom: 8rem;
	}
	.footer-contact-wrap::before{
		width: 100%;
		left: 0%;
	}
}
@media screen and (min-width: 1200px){
	.footer-contact-wrap{
		padding-top: 12.5rem;
		padding-bottom: 13rem;
		margin-bottom: 13rem;
	}
	.footer-contact-wrap::before{
		border-radius: 2rem;
		width: 85.55555555555556%;
		left: 7.22222222222222%;
	}
}
/*txt*/
.footer-contact-txt{
	margin-bottom: 4rem;
}
.footer-contact-tel{
	line-height: 1;
}
@media screen and (max-width: 1199px){
	.footer-contact-tel{
		font-size: 2.8rem;
		margin-bottom: 1.6rem;
	}
	.footer-contact-time{
		margin-bottom: 6.4rem;
	}
}
@media screen and (min-width: 1200px){
	.footer-contact-tel{
		font-size: 3.2rem;
	}
	.footer-contact-time{
		margin-bottom: 7.2rem;
	}
}

/* logo add
--------------------------- */
.footer-logo a{
	transition: .3s;
}
.footer-logo a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 1199px){
	.footer-logo{
		max-width: 20rem;
		margin-bottom: 2.6rem;
	}
	.footer-add{
		margin-bottom: 1.8rem;
	}
}
@media screen and (min-width: 1200px){
	.footer-logo{
		max-width: 24rem;
		margin-bottom: 4rem;
	}
	.footer-add{
		margin-bottom: 2.4rem;
	}
}

/* sns
--------------------------- */
#footer-wrap .common-sns a{
	color: #000;
}
#footer-wrap .common-sns a:hover{
	color: #000;
}
#footer-wrap .common-sns a .sns-icon{
	fill: #000;
}
@media screen and (max-width: 1199px){
	#footer-wrap .common-sns{
		margin-bottom: 4rem;
	}
}
@media screen and (min-width: 1200px){
	#footer-wrap .common-sns{
		margin-bottom: 4.8rem;
	}
}

/* menu
--------------------------- */
.footer-menu-list-wrap{
	max-width: 65.2rem;
	margin-right: auto;
	margin-left: auto;
}
.footer-menu-list{
	padding-left: 0;
	margin-right: -1.7rem;
	margin-left: -1.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-menu-list li{
	list-style: none;
	padding-right: 1.7rem;
	padding-left: 1.7rem;
	padding-bottom: 2.4rem;
}
.footer-menu-list li a{
	transition: .3s;
}
.footer-menu-list li a:hover{
	opacity: 0.6;
	color: #000;
}
@media screen and (max-width: 1199px){
	.footer-menu-list{
		margin-bottom: 2.4rem;
	}
}
@media screen and (min-width: 1200px){
	.footer-menu-list{
		margin-bottom: 2rem;
	}
}

/* privacy
--------------------------- */
#footer-wrap .footer-privacy a{
	color: #000;
}

/* copy
--------------------------- */
#footer-wrap .footer-copy{
	color: #c8c8c8;
}

/* 追従
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px){
	.sp-foot-menu{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 99;
		display: flex;
	}
	.sp-foot-menu::before{
		content: " ";
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		background-color: #fff;
		width: 1px;
		height: 100%;
	}
	.sp-foot-menu-item{
		width: 50%;
		letter-spacing: 0.08em;
	}
	.sp-foot-menu-item a{
		display: flex;
		min-height: 5.6rem;
		justify-content: center;
		align-items: center;
	}
	/*tel*/
	.sp-foot-menu-item-tel{
		font-size: 1.6rem;
		background-image: url("../images/tel-icon.svg");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 1.4rem;
		padding-left: 2rem;
	}
}
@media screen and (min-width: 768px){
	.sp-foot-menu{
		display: none;
	}
}
