@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	color: #15223c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events:none;
	}
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 14px;
	}
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	font-feature-settings: "palt";
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #15223c;
}
a:hover{
	opacity: 0.6;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
.sp_br,
.sp_img,
.sp{
	display: block;
}
@media only screen and (min-width: 768px){
	.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.items_start{
	align-items: flex-start;
}
.items_center{
	align-items: center;
}
.items_end{
	align-items: flex-end;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.global-header .global-nav{
	position: fixed;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	z-index: 9999;
}
.global-header .global-nav.fixed{
	background: #FFFFFF;
}
.global-header .global-nav .header-left{
	display: flex;
	align-items: center;
}
.global-nav .header_logo{
	padding: 0.625rem;
}
.global-nav .header_logo img{
	width: 4.375rem;
}
.global-nav .header_logo h1,
.global-nav .header_logo .ttl{
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.375;
	margin-left: 0.rem;
}
.global-nav.fixed .header_logo h1,
.global-nav.fixed .header_logo .ttl{
	color: #15223c;
}
.global-nav .header_logo h1 small,
.global-nav .header_logo .ttl small{
	font-size: 0.75rem;
}
.global-header .global-nav .header_logo .logo_white{
	display: block;
}
.global-header .global-nav .header_logo .logo_color{
	display: none;
}
.global-header .global-nav.fixed .header_logo .logo_white{
	display: none;
}
.global-header .global-nav.fixed .header_logo .logo_color{
	display: block;
}
.global-nav .header-contact{
	display: flex;
	align-items: center;
}
.global-nav .header-contact .tel-grid{
	text-align: center;
}
.global-nav .header-contact .tel-grid .tel li a{
	font-family: "Cinzel", serif;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
}
.global-nav .header-contact .tel-grid .tel li a span{
	font-size: 1.125rem;
}
.global-nav .header-contact .tel-grid .hours{
	font-family: "Cinzel", serif;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.25;
}
.global-nav .header-contact .tel-grid .hours span{
	font-size: 0.75rem;
}
.global-nav.fixed .header-contact .tel-grid .tel li a,
.global-nav.fixed .header-contact .tel-grid .hours{
	color: #15223c;
}
.global-nav .header-contact .contact_btn{
	width: 12rem;
	margin-left: 2rem;
}
.global-nav .header-contact .contact_btn li a{
	background: #b6a56b;
	display: block;
	font-family: "Cinzel", serif;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	padding: 1.5rem 1rem;
}
.global-nav .header-contact .contact_btn li a span{
	display: inline-block;
	line-height: 1;
	margin-right: 1rem;
}
.global-nav .header-contact .contact_btn li a span img{
	width: 1.4375rem;
	margin-top: -0.25rem;
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 4.05rem;
	}
	.global-header .header_logo{
		padding-left: 0.875rem;
	}
	.global-header .header_logo img{
		height: 3rem;
		width: auto;
	}
	.global-nav .header_logo h1,
	.global-nav .header_logo .ttl{
		font-size: 0.875rem;
		margin-left: 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .global-nav{
		height: 5rem;
	}
	.global-header .header_logo img{
		width: auto;
		height: 4rem;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger,
.global-nav .drawer-nav{
	display: none;
}
.global-nav .header-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.global-nav .pc-nav{
	margin-left: 4.375rem;
}
.global-nav .pc-nav .nav{
	display: flex;
}
.global-nav .pc-nav .nav>li{
	position: relative;
}
.global-nav .pc-nav .nav>li + li{
	margin-left: 3.4375rem;
}
.global-nav .pc-nav .nav li a{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}
.global-nav.fixed .pc-nav .nav li a{
	color: #15223c;
}
.global-nav .pc-nav .nav li a:hover{
	opacity: 1;
}
.global-nav .pc-nav .nav li a::after{
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #ffffff;
	border-radius: 2px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.global-nav.fixed .pc-nav .nav li a::after{
	background: #15223c;
}
.global-nav .pc-nav .nav li a:hover::after,
.global-nav .pc-nav .nav li.current a::after{
	transform: scale(1, 1);
}
@media only screen and (max-width: 1215px) {
	.global-nav .pc-nav .nav>li + li{
		margin-left: 2.4375rem;
	}
}
@media only screen and (max-width: 1120px) {
	.global-nav .pc-nav{
		margin-left: 1.5rem;
	}
	.global-nav .pc-nav .nav>li + li{
		margin-left: 1.5rem;
	}
}
@media only screen and (max-width: 1024px) {
	.global-nav .pc-nav,
	.global-nav .header-contact{
		display: none;
	}
	.global-nav .drawer-hamburger{
		display: block;
		width: 2.5rem;
		top: 0;
		z-index: 99999;
		padding: 1.875rem 1.25rem 2.35rem 1.25rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		top: 0.625rem;
		right: 0.625rem;
	}
	.global-nav .drawer-hamburger-icon{
		margin-top: 0.625rem;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
		height: 2px;
	}
	.global-nav.fixed .drawer-hamburger-icon,
	.global-nav.fixed .drawer-hamburger-icon::after,
	.global-nav.fixed .drawer-hamburger-icon::before{
		background: #15223c;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 0.5rem;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -0.5rem;
	}
	.global-header .drawer-nav{
		position: fixed;
		display: block;
		background: transparent;
		width: 100%;
		height: 100%;
		z-index: 9999;
		padding: 1rem;
	}
	.drawer--right .global-header .drawer-nav{
		right: -100%;
		left: auto;
	}
	.global-header .drawer-nav .drawer-menu-container{
		background: #15223c;
		padding: 6rem 2.5rem 3.5rem 2.5rem;
	}
	.global-header .drawer-nav .drawer-menu{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.global-nav .drawer-nav .nav li + li{
		margin-top: 1.875rem;
	}
	.global-nav .drawer-nav .nav li a{
		display: block;
		color: #ffffff;
		font-size: 0.9375rem;
		line-height: 1.45;
	}
	.global-nav .drawer-nav .nav li ul{
		margin-top: 1.875rem;
	}
	.global-nav .drawer-contact{
		margin-top: 4rem;
	}
	.global-nav .drawer-contact .contact_btn{
		text-align: center;
		margin-top: 2rem;
	}
	.global-nav .drawer-contact .contact_btn li{
		display: inline-block;
		width: 100%;
		max-width: 20rem;
	}
	.global-nav .drawer-contact .contact_btn li a{
		background: #b6a56b;
		display: block;
		font-family: "Cinzel", serif;
		color: #ffffff;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		padding: 1.5rem 0.625rem;
	}
	.global-nav .drawer-contact .contact_btn li a:hover{
		opacity: 1;
	}
	.global-nav .drawer-contact .contact_btn li a span{
		display: inline-block;
		line-height: 1;
		margin-right: 0.625rem;
	}
	.global-nav .drawer-contact .contact_btn li a span img{
		width: 1.4375rem;
		margin-top: -0.25rem;
	}
	.global-nav .drawer-contact .tel{
		text-align: center;
		margin-top: 2rem;
	}
	.global-nav .drawer-contact .tel a{
		font-family: "Cinzel", serif;
		color: #ffffff;
		font-size: 1.25rem;
		font-weight: 500;
		line-height: 1;
	}
	.global-nav .drawer-contact .tel a span{
		display: inline-block;
		line-height: 1;
		margin-right: 0.625rem;
	}
	.global-nav .drawer-contact .tel a span img{
		width: 1.125rem;
		margin-top: -0.25rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		width: 1.875rem;
		padding: 1.5rem 1.0625rem 1.875rem 1.0625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .drawer-nav .drawer-menu{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.global-nav .drawer-nav .nav + .nav{
		margin-left: 6.875rem;
	}
	.global-nav .drawer-nav .nav li a{
		font-size: 1.125rem;
	}
	.global-nav .drawer-contact .contact_btn li a{
		font-size: 1.25rem;
	}
	.global-nav .drawer-contact .tel a{
		font-size: 1.5rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.inner-wrap{
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.contact-wrap .inner-wrap{
	max-width: 1060px;
}
.inner{
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.page-wrap{
	padding: 8.125rem 0 8.5rem 0;
}
.single-wrap{
	padding: 4.125rem 0 8.5rem 0;
}
.page-guide{
	position: relative;
}
.page-wrap .page-guide:not(:last-child){
	padding-bottom: 8.125rem;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.inner-wrap{
		width: 90%;
	}
	.page-wrap{
		padding: 3rem 0 3.75rem 0;
	}
	.single-wrap{
		padding: 1rem 0 3.75rem 0;
	}
	.page-wrap .page-guide:not(:last-child){
		padding-bottom: 4.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-wrap{
		padding: 4rem 0 4.75rem 0;
	}
	.single-wrap{
		padding: 2rem 0 5.75rem 0;
	}
	.page-wrap .page-guide:not(:last-child){
		padding-bottom: 6rem;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 18.75rem;
}
.block_btn li .btn{
	background: #b6a56b;
	font-family: "Noto Serif JP", serif;
	display: block;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	padding: 1.125rem 1rem;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 100%;
		max-width: 16rem;
	}
	.block_btn li .btn{
		font-size: 0.9375rem;
		padding: 1.125rem 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		width: 100%;
		max-width: 20rem;
	}
	.block_btn li .btn{
		font-size: 1rem;
		padding: 1.125rem 0.625rem;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding: 1.875rem 0;
}
.breadcrumbs span{
	display: inline-block;
	color: #b6a56b;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
}
.breadcrumbs a span{
	color: #a2a2a2;
}
.breadcrumbs span.separator{
	color: #2c1f1a;
	margin: 0 0.75rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 0.875rem 0;
	}
	.breadcrumbs span.separator{
		margin: 0 0.375rem;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 8.5rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	font-family: "Cinzel", serif;
	color: #b3b3b3;
	width: 3rem;
	height: 3rem;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 3.2rem;
	text-align: center;
	border: none!important;
	padding: 0!important;
	margin: 0 0.125rem!important;
	border-radius: 50%;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #b6a56b;
	color: #FFFFFF;
	opacity: 1;
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: none;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 4.5rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1.125rem;
		line-height: 2.4rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.wp-pagenavi {
		margin-top: 6.5rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	background: url(../img/footer_bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: auto;
}
.footer-wrap{
	align-items: center;
	padding: 7.5rem 0 6.0625rem 0;
}
.footer-wrap .footer-l{
	width: calc(50% - 8.125rem);
}
.footer-wrap .footer-logo{
	line-height: 0;
	margin-bottom: 1.875rem;
}
.footer-wrap .footer-logo img{
	max-width: 7.5rem;
}
.footer-wrap h5{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 1.25rem;
}
.footer-wrap .address{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}
.footer-wrap .footer-contact{
	width: 17.25rem;
	text-align: center;
}
.footer-wrap .footer-contact .tel-grid .tel li a{
	font-family: "Cinzel", serif;
	color: #15223c;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
}
.footer-wrap .footer-contact .tel-grid .tel li a span{
	font-size: 1.125rem;
}
.footer-wrap .footer-contact .tel-grid .hours{
	font-family: "Cinzel", serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.25;
}
.footer-wrap .footer-contact .tel-grid .hours span{
	font-size: 0.85rem;
}
.footer-wrap .footer-contact .contact_btn{
	margin-top: 2rem;
}
.footer-wrap .footer-contact .contact_btn li a{
	background: #15223c;
	display: block;
	font-family: "Cinzel", serif;
	color: #b6a56b;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	padding: 1.5rem 1rem;
}
.footer-wrap .footer-contact .contact_btn li a span{
	display: inline-block;
	line-height: 1;
	margin-right: 1rem;
}
.footer-wrap .footer-contact .contact_btn li a span img{
	width: 1.4375rem;
	margin-top: -0.25rem;
}
.footer-wrap .footer-r{
	width: calc(50% - 9.125rem);
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.footer-wrap .footer-nav + .footer-nav{
	margin-left: 4rem;
}
.footer-wrap .footer-nav li + li{
	margin-top: 2rem;
}
.footer-wrap .footer-nav li a{
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.footer-wrap .footer-nav li a:hover{
	opacity: 1;
	text-decoration: underline;
}
.footer-wrap .footer-nav li ul{
	margin-top: 2rem;
}
.footer .copy{
	font-family: "Cinzel", serif;
	color: #454545;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	padding-bottom: 1rem;
}
.footer-bar{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.footer-wrap .footer-nav + .footer-nav{
		margin-left: 2.875rem;
	}
}
@media only screen and (max-width: 767px) {
	.footer-wrap{
		padding: 3.5rem 0 4rem 0;
	}
	.footer-wrap .footer-l{
		width: 100%;
	}
	.footer-wrap .footer-logo{
		text-align: center;
		margin-bottom: 2.5rem;
	}
	.footer-wrap .footer-logo img{
		max-width: 6.5rem;
	}
	.footer-wrap h5{
		display: none;
	}
	.footer-wrap .address{
		display: none;
	}
	.footer-wrap .footer-contact{
		display: none;
	}
	.footer-wrap .footer-r{
		width: 100%;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 2rem;
	}
	.footer-wrap .footer-nav + .footer-nav{
		margin-left: 0;
	}
	.footer-wrap .footer-nav li + li{
		margin-top: 1.875rem;
	}
	.footer-wrap .footer-nav li a{
		font-size: 0.9375rem;
	}
	.footer-wrap .footer-nav li ul{
		margin-top: 1.875rem;
	}
	.footer .copy{
		padding-bottom: 4.5rem;
	}
	.footer-bar{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9998;
	}
	.footer-bar .footer-bar-item{
		width: 50%;
	}
	.footer-bar .footer-bar-item a{
		display: block;
		font-family: "Cinzel", serif;
		color: #FFFFFF;
		font-weight: 500;
		text-align: center;
		padding: 1.785rem 1.125rem 1.25rem 1.125rem;
	}
	.footer-bar .footer-bar-item a span{
		display: inline-block;
		line-height: 1;
		margin-right: 0.625rem;
	}
	.footer-bar .bar-mail a{
		background: #b6a56b;
		font-size: 1rem;
		line-height: 1.35;
		padding: 1.25rem 0.625rem 0.875rem 0.625rem;
	}
	.footer-bar .bar-mail a span img{
		width: 1.4375rem;
		margin-top: -0.25rem;
	}
	.footer-bar .bar-tel a{
		background: #15223c;
		font-size: 1.25rem;
		line-height: 1;
		padding: 1.25rem 0.625rem 1rem 0.625rem;
	}
	.footer-bar .bar-tel a span img{
		width: 1.125rem;
		margin-top: -0.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 901px){
	.footer-wrap{
		padding: 6.5rem 0 4.5rem 0;
	}
	.footer-wrap .footer-l{
		width: calc(50% - 6rem);
	}
	.footer-wrap .footer-logo{
		margin-bottom: 1.5rem;
	}
	.footer-wrap .footer-logo img{
		max-width: 6rem;
	}
	.footer-wrap h5{
		margin-bottom: 1rem;
	}
	.footer-wrap .address .sp_br{
		display: block;
	}
	.footer-wrap .footer-contact{
		width: 12rem;
	}
	.footer-wrap .footer-contact .tel-grid .tel li a{
		font-size: 1.25rem;
	}
	.footer-wrap .footer-contact .tel-grid .hours{
		font-size: 1rem;
	}
	.footer-wrap .footer-contact .contact_btn{
		margin-top: 1rem;
	}
	.footer-wrap .footer-contact .contact_btn li a span{
		margin-right: 1rem;
	}
	.footer-wrap .footer-contact .contact_btn li a span img{
		width: 1.4375rem;
		margin-top: -0.25rem;
	}
	.footer-wrap .footer-r{
		width: calc(50% - 6rem);
	}
	.footer-wrap .footer-nav + .footer-nav{
		margin-left: 1.75rem;
	}
	.footer-wrap .footer-nav li + li{
		margin-top: 1.75rem;
	}
	.footer-wrap .footer-nav li ul{
		margin-top: 1.75rem;
	}
	.footer .copy{
		font-size: 0.75rem;
		padding-bottom: 1rem;
	}
}
