/*
----------------------------------------

sp-fix

----------------------------------------
*/

footer {
	background: #f5f5f5;
	padding: 4rem 0 0;
}

footer .footer-wrap,
footer .footer-wrap .flex {
	align-items: center;
}

footer .footer-wrap .logo {
	width: 25%;
}

footer .footer-wrap .sns-wrap {
	width: 23.4%;
}

footer .footer-wrap .sns-wrap .flex {
	padding: 1rem 1rem 1rem 1.5rem;
	background: #fff;
	justify-content: center;
	border-radius: 3rem;
	margin-bottom: 1rem;
}

footer .footer-wrap .sns-wrap .flex .ttl {
	letter-spacing: 1.2px;
	margin-right: 1.2rem;
}

footer .footer-wrap .sns-wrap .icon {
	line-height: .5;
	margin-left: .8rem;
}

footer .footer-wrap .sns-wrap .icon a {
	display: block;
	transition: all .4s;
}

footer .footer-wrap .contact-wrap {
	width: 51.6%;
}

footer .footer-wrap .tel {
	width: 48%;
	padding: 0 .5rem .5rem 0;
	text-align: center;
}

footer .footer-wrap .tel .num {
	display: inline-block;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 1.6px;
	line-height: 1.2;
	padding-left: 3.6rem;
	background: url( ../img/common/2x/icon-tel-bl.png ) left center / 29px no-repeat;
}

footer .footer-wrap .tel .note {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}

footer .footer-wrap .mail-btn {
	transform: translateY( -.6rem );
	width: 52%;
}

footer .footer-wrap .mail-btn a {
	font-size: 1.8rem;
	letter-spacing: 1.2px;
	padding: 16px 10px 17px;
}

footer .nav-wrap {
	margin: 1.4rem 0 6rem;
}

footer .nav-wrap .sitemap {
	width: 41.6%;
}

footer .nav-wrap .sitemap.kitchen {
	width: 58.4%;
	padding-left: 3rem;
}

footer .nav-wrap .sitemap .top {
	margin-bottom: 1rem;
}

footer .nav-wrap .sitemap h3 {
	font-size: 1.6rem;
	letter-spacing: 1.6px;
	color: #0083c9;
	border-bottom: solid 2px #0083c9;
	padding: .8rem 0;
	margin-bottom: 1.8rem;
}

footer .nav-wrap .sitemap a {
	color: #222;
	line-height: 1.7;
}

footer .nav-wrap .sitemap a[href='#'] {
	pointer-events: none;
}

footer .nav-wrap .sitemap .menu-01 {
	width: 61%;
	padding-right: 2rem;
}

footer .nav-wrap .sitemap .menu-02 {
	width: 39%;
}

footer .nav-wrap .sitemap li {
	margin-bottom: 1rem;
}

footer .nav-wrap .sitemap.kitchen .flex {
	justify-content: space-between;
}

footer .nav-wrap .sitemap li ul {
	margin-top: .5rem;
	margin-left: 1.8rem;
}

footer .nav-wrap .sitemap li ul li {
	padding-left: 2rem;
	margin-bottom: .6rem;
	position: relative;
}

footer .nav-wrap .sitemap li ul li::before {
	content: '';
	width: 1rem;
	height: 2px;
	background: #0083c9;
	position: absolute;
	top: 1.6rem;
	left: 0;
}

footer .nav-wrap .sitemap li ul li a {
	font-size: 1.4rem;
	font-weight: normal;
}

footer .copyright {
	background: #fff;
	padding: 2.1rem 0;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
}

#sp-fix {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transform: translateY( 100% );
	transition: all .4s;
}

#sp-fix .btn-set {
	background: #0083c9;
	padding: 5px;
}

#sp-fix .mail {
	width: 80px;
}

#sp-fix .mail a {
	display: block;
	width: 100%;
	background: #fff;
	background: #fff;
	padding: 1rem;
	color: #0083c9;
	font-size: 1.3rem;
	line-height: 1.2;
}

#sp-fix .mail a img {
	width: 32px;
}

#sp-fix .tel {
	width: calc( 100% - 80px );
	padding: 0 1rem;
}

#sp-fix .tel a {
	color: #fff;
}

#sp-fix .tel .num {
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 1.2;
	padding-left: 3rem;
	background: url( ../img/common/2x/icon-tel.png ) left center / 26px no-repeat;
	white-space: nowrap;
}

#sp-fix .tel .note {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
}


/*
----------------------------------------

1200

----------------------------------------
*/

@media screen and ( max-width: 1200px ) {

	footer .footer-wrap .sns-wrap {
		width: 15%;
	}

	footer .footer-wrap .sns-wrap .icon {
		margin-left: 0;
	}

	footer .footer-wrap .sns-wrap .icon + .icon {
		margin-left: 1rem;
	}

	footer .footer-wrap .contact-wrap {
		width: 60%;
	}

	footer .footer-wrap .sns-wrap .flex {
		padding: 1rem;
		border-radius: 2rem;
	}

	footer .footer-wrap .sns-wrap .flex .ttl {
		width: 100%;
		margin: 0 0 1rem;
		text-align: center;
		line-height: 1.2;
	}

	footer .footer-wrap .tel .num {
		font-size: 2.8rem;
	}

}

/*
----------------------------------------

1000

----------------------------------------
*/

@media screen and ( max-width: 1000px ) {

	footer {
		padding-top: 5.8rem;
	}

	footer .footer-wrap {
		flex-direction: column;
		padding: 0 1rem;
	}

	footer .footer-wrap .logo {
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}

	footer .footer-wrap .logo img {
		max-height: 5.4rem;
	}

	footer .footer-wrap .sns-wrap {
		width: 100%;
		margin-bottom: 1.2rem;
	}

	footer .footer-wrap .sns-wrap .flex {
		padding: 1rem 1rem 1rem 2.5rem;
		border-radius: 3rem;
	}

	footer .footer-wrap .sns-wrap .flex .ttl {
		display: inline-block;
		width: initial;
		font-size: 1.7rem;
		font-weight: bold;
		margin-right: 1.5rem;
		margin-bottom: 0;
	}

	footer .footer-wrap .sns-wrap .icon + .icon {
		margin-left: 1.5rem;
	}

	footer .footer-wrap .contact-wrap {
		width: 100%;
	}

	footer .footer-wrap .tel {
		width: 100%;
		margin-bottom: 2rem;
	}

	footer .footer-wrap .tel .num {
		font-size: 3.3rem;
	}

	footer .footer-wrap .tel .note {
		font-size: 1.5rem;
		font-weight: normal;
		margin-top: .2rem;
	}

	footer .footer-wrap .mail-btn {
		width: 100%;
	}

	footer .footer-wrap .mail-btn a {
		font-size: 1.6rem;
		width: 100%;
	}

	footer .nav-wrap {
		flex-direction: column;
		margin: 3rem -2rem 0;
	}

	footer .nav-wrap .sitemap {
		width: 100%;
	}

	footer .nav-wrap .sitemap h3 {
		font-size: 1.7rem;
		line-height: 1.5;
		padding: .7rem 2rem;
		margin-bottom: 0;
	}

	footer .nav-wrap .sitemap .menu-01 {
		width: 100%;
		padding-right: 0;
	}

	footer .nav-wrap .sitemap .menu-02 {
		width: 100%;
	}

	footer .nav-wrap .sitemap .top {
		margin-bottom: 0;
	}

	footer .nav-wrap .sitemap li {
		margin-bottom: 0;
		border-top: solid 1px #bababa;
	}

	footer .nav-wrap .sitemap a {
		display: block;
		background: url( ../img/common/2x/arrow-02.png ) right 2rem center / 1.6rem no-repeat;
		padding: 1.4rem 4rem 1.45rem 2rem;
		margin: 0;
	}

	footer .nav-wrap .sitemap a[href='#'] {
		pointer-events: auto;
	}

	footer .nav-wrap .sitemap.kitchen {
		width: 100%;
		padding-left: 0;
		margin-top: 2.6rem;
	}

	footer .nav-wrap .sitemap.kitchen .menu-list {
		width: 100%;
	}

	footer .nav-wrap .sitemap.kitchen .menu-list a {
		background: none;
		padding: 1.4rem 2rem 1.45rem;
		position: relative;
	}

	footer .nav-wrap .sitemap.kitchen .menu-list > ul > li > a {
		padding-bottom: 1.5rem;
	}

	footer .nav-wrap .sitemap.kitchen .menu-list > ul > li > a::before,
	footer .nav-wrap .sitemap.kitchen .menu-list > ul > li > a::after {
		content: '';
		width: 1.8rem;
		height: 2px;
		background: #000;
		position: absolute;
		top: calc( 50% - 1px );
		right: 2rem;
	}

	footer .nav-wrap .sitemap.kitchen .menu-list > ul > li > a::after {
		transform: rotate( 90deg );
	}

	footer .nav-wrap .sitemap.kitchen .menu-list > ul > li > a.active::after {
		opacity: 0;
		visibility: hidden;
	}

	footer .nav-wrap .sitemap li ul {
		margin: 0;
	}

	footer .nav-wrap .sitemap li ul li {
		padding-left: 0;
	}

	footer .nav-wrap .sitemap li ul li::before {
		top: calc( 50% - 1px );
		left: 2rem;
	}

	footer .nav-wrap .sitemap.kitchen .menu-list li ul {
		background: #fff;
		display: none;
		border-top: solid 1px #bababa;
	}

	footer .nav-wrap .sitemap.kitchen .menu-list li ul a {
		font-size: 1.5rem;
		padding-left: 4rem;
	}

	footer .nav-wrap .sitemap li ul li {
		margin-bottom: 0;
		border: none;
	}

	footer .nav-wrap .sitemap li ul li + li {
		border-top: dashed 1px #bababa;
	}

	footer .copyright {
		border-top: solid 1px #bababa;
		letter-spacing: 2px;
		padding-bottom: 9.4rem;
	}

	#sp-fix {
		display: block;
	}

	#sp-fix.active {
		opacity: 1;
		visibility: visible;
		transform: none;
		z-index: 999;
	}

}


/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and ( min-width: 768px ) {

	footer .footer-wrap .sns-wrap .icon a:hover {
		transform: scale( 1.1 );
	}

	footer .nav-wrap .sitemap a:hover {
		color: #0083c9;
	}

}
