@charset "UTF-8";

.grecaptcha-badge { visibility: hidden; }

.f-icons
{
	font-family: f-icons;
	font-weight: 400;
}

.strong,
strong, b
{
	text-align:left;
	font-family: 'R-B', 'GG-B', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 700;
}
h1, h2, h3, h4, h5
{
	font-family: serif, "A1 Mincho", 'YuMin_36pKn-Medium';
	font-weight: 400;
}

h1.secTitle,
h2.secTitle
{
	font-size: clamp(2.2rem, 5vw, 3rem);
	white-space: nowrap;
	line-height: 1;
	margin-bottom: 1em;
}

h2.secTitle > span
{
	display: block;
}
h2.secTitle > span.jp
{
	margin-top: .5em;
	font-size: max(.8rem, .5em);
	color: rgb(168, 27, 75);
}

a:link,
a:active,
a:visited
{
	color: rgb(0, 62, 52);
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:not([class]):link,
a:not([class]):active,
a:not([class]):visited,
a:not([class]):hover
{
	color: rgb(0, 62, 52);
	text-decoration: none;
	border-bottom: 1px dotted;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a.more
{
	display: inline-block;
	font-family: 'R-B', serif;
	font-weight: 700;
	font-size: 1em;
	color: rgb(168, 27, 75);
}
a.more > span:before
{
	content:"";
	display:block;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 1px;
	background-color:rgb(168, 27, 75);
	transform-origin: top left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
body:not(.touch) a.more:hover > span:before
{
	transform:scaleY(3);
}

a.more._w
{
	color: rgb(255, 255, 255);
}
a.more._w > span:before
{
	background-color:rgb(255, 255, 255);
}

body:not(.touch) a:not([class]):hover
{
	color: rgba(50, 50, 50, .5);
}

a.box
{
	text-transform: uppercase;
	padding: .25em 1em;
	font-family: 'R-B', 'GG-B', serif;
	font-weight: 700;
	color:rgb(255, 255, 255);

	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	
	background-color:rgb(168, 27, 75);
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a.box._w
{
	color:rgb(168, 27, 75);
	background-color:rgb(255, 255, 255);
}

body:not(.touch) a.box:hover
{
	background-color:rgb(100, 100, 100);
}

a.box._b
{
	font-size: clamp(1.1rem, 3.5vw, 2rem);
	padding: .5em 1.5em .5em 2em;
}

a.dir
{
	font-family: 'R-B', 'GG-B', serif;
	font-weight: 700;
	color:rgb(168, 27, 75);
}
a.dir._w
{
	color:rgb(255, 255, 255);
}

a.more > span,
a.dir > span,
a.box > span,
a.box._b > span,
a.box._b > p > span:last-child
{
	display:inline-block;
	padding-right: 1em;
}

a.more > span:after,
a.dir > span:after,
a.box > span:after,
a.box._b > span:after,
a.box._b > p > span:last-child:after
{
	font-family: f-icons;
	font-weight: 400;
	content:"\f198";
	position:absolute;
	right: 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body:not(.touch) a.more:hover > span:after,
body:not(.touch) a.dir:hover > span:after,
body:not(.touch) a.box._b:hover > span:after,
body:not(.touch) a.box._b:hover > p > span:last-child:after
{
	right: -.25em;
}

body
{
	color:rgb(0, 62, 52);
	line-height:1.75;
	letter-spacing:0em;
	font-family: serif, "A1 Mincho", 'YuMin_36pKn-Medium';
	font-weight: 400;
	word-wrap: break-word;
	position: relative;
    z-index: 1;
}

#allWrapper:before,
#allWrapper:after
{
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
}
#allWrapper:before
{
	top: -50vh;
	background-color: rgb(255, 255, 255);
    z-index: -1;
}
#allWrapper:after
{
	bottom: -50vh;
	background-color: rgb(168, 27, 75);
    z-index: -1;
}

#allWrapper
{
/*	overflow-x: hidden;*/
	display:flex;
	flex-direction:column;
	width: 100%;
	background-color: rgb(230, 230, 230);
}

.max_page_width
{
	margin: 0 auto;
	width:100%;
	max-width: 1120px;
}

/**********************************************************************/
/***************************** 共通フレーム *****************************/
/**********************************************************************/

/* くるくるローダー */
.loader
{
	position:absolute;
	height:100%;
	width:100%;
	top: 0px;
	left:0px;
}

.loader:after
{
	content: ""; 
	display: block;

	box-sizing:border-box;
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgb(168, 27, 75);
	border-right-color: transparent;
	
	top: 50%;
	left: 50%;
	margin-top:-1.25rem;
	margin-left:-1.25rem; 

	animation: circle-spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
}

@keyframes circle-spin
{
	0%
	{
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		filter:alpha(opacity=20);
		-moz-opacity: .2;
		opacity: .2;
	} /*0%の時は20％の透明度*/
	50%
	{
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	} /*50%の時は透明度なし*/
	100%
	{
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		filter:alpha(opacity=20);
		-moz-opacity: .2;
		opacity: .2;
	} /*100%の時に20％の透明度に戻る*/
}


/**********************************************************/
/*********************** Selector **************************/
/**********************************************************/

#selector
{
/*	pointer-events: none;*/
/*	text-transform: uppercase;*/
/*	text-transform: capitalize;*/
	display:flex;
	position: sticky;
	top: 0;
	padding: 1.5rem;
	width: 100%;
	z-index: 9900;
	color: rgb(168, 27, 75);
	background-color: rgba(255, 255, 255, 1);

	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.hamburgerOpen #selector
{
	position: fixed;
}

.sc #selector
{
	padding: .5rem 1.5rem;
}

#selector .logo
{
	width: min(calc(100vw - 15rem), 15rem);
	aspect-ratio: 300 / 75;
	background-image: url(../_img/logo.svg);
	background-size: cover;
}

.sc #selector .logo
{
	width: min(calc(100vw - 10rem), 10rem);
}

.hamburgerOpen #selector
{
	justify-content: flex-end;
	background-color: rgba(255, 255, 255, 0);
}

.hamburgerOpen #selector .logo,
.hamburgerOpen #selector .info .venue,
.hamburgerOpen #selector .info .sns
{
	display: none;
}

#selector #selectorBts{display:none;}
#selectorSubBts{display: none;}

#selector .bt_sns
{
	display: flex;
	align-items: center;
}

#selector div.sns
{
	display:flex;
	align-items:center;
	padding: 0 1.5rem;
	border-right: 1px solid;
}

#selector a.sns
{
	overflow:hidden;
	width: 2rem;
	aspect-ratio: 1/1;
	background-size:cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
#selector a.sns > span
{
	position:absolute;
	white-space:nowrap;
	top: -100%;
}
#selector a.sns + a.sns
{
	margin-left: .25em;
}
#selector a.sns:nth-of-type(1)
{
	background-image:url(../_img/sns_1.svg);
}

/*##############################
############ Menu Bt ###########
##############################*/

.hamburgerWrapper
{
	padding-left: 1.5rem;
	color: rgb(168, 27, 75);
	
	cursor: pointer;
	display:flex;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}

.hamburgerWrapper > span
{
	font-size: .7rem;
	font-family: 'R-B', serif;
	font-weight: 700;
}

.hamburgerOpen .hamburgerWrapper > span
{
	transform:scale(0, 0);
}

.hamburger
{
	cursor: pointer;
	height: 1.5rem;
	width: 2rem;
}
.hamburger span
{
	top: .5rem;
	width: 2rem;
	left: calc(50% - 1rem);
	height: 2px;
	display: block;
	position: absolute;
	background: rgb(168, 27, 75);
	
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.hamburger p.text
{
	white-space: nowrap;
	font-size: .6em;
	text-align: center;
	position: absolute;
	bottom: .5em;
	width: 100%;
}

.hamburger .top
{
	transform: translateY(.5rem);
}
.hamburger .middle
{
	transform: translateY(0);
}
.hamburger .bottom
{
	transform: translateY(0rem);
}

body:not(.hamburgerOpen):not(.touch) .hamburgerWrapper:hover .hamburger .top
{
	transform: translateY(.55rem);
}
body:not(.hamburgerOpen):not(.touch) .hamburgerWrapper:hover .hamburger .bottom
{
	transform: translateY(-.2rem);
}

.hamburger.open .top
{
	transform: rotate(-45deg) translateX(-.5rem) translateY(.5rem);
}

.hamburger.open .middle
{
	transform: rotate(0deg) scale(0);
}

.hamburger.open .bottom
{
	transform: rotate(45deg) translateX(.5rem) translateY(.5rem);
}


/*##############################
########### MENU LiIST #########
##############################*/

#menuList
{
/*	text-transform: uppercase;*/
	position:fixed; 
	top: 0rem;
	right: 0;
	margin: 0;
	width:100%;
	height:100vh;
	z-index: 9800;
	background-color: rgba(0, 0, 0, .5);
}

#menuList > .flex
{
	position:absolute;
	width:min(20rem, calc(100vw - 2rem));
	right: -100%;
	height: 100vh;
	padding: 7rem 2rem 2rem;
	flex-direction: column;
	
	background: rgb(255, 255, 255);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
/*	align-items:center;*/
	transition: all .5s ease;
}

.hamburgerOpen #menuList > .flex
{
	right: 0rem;
}

#menuList .logo
{
	width: 100%;
	overflow:hidden;
	cursor:pointer;
	display:block;
	aspect-ratio: 300 / 75;
	background-size:contain;
	background-position: 50%;
	background-repeat:no-repeat;
	background-image: url(../_img/logo.svg);
	
	margin-bottom: 2rem;
}

#menuList .menuWrapper
{
	margin: 0 auto; 
	width: 100%;
	display:flex;
	flex-direction:column;
}

#menuList .menuWrapper a._a
{
	cursor:pointer;
	color:rgb(0, 62, 52);
	display:block;
	border-bottom: 1px solid rgb(168, 27, 75);
	padding: 1rem 0;
}

#menuList .menuWrapper a._a > span
{
	width:100%;
	display: inline-block;
}

#menuList .menuWrapper a._a > span:after
{
	font-family: f-icons;
	font-weight: 400;
	content:"\f198";
	display:inline-block;
	position:absolute;
	right:0;
	transform:translateX(-.25em);
	transition: all .5s ease;
}

body:not(.touch) #menuList .menuWrapper a._a:hover
{
	color:rgb(0, 62, 52);
}

body:not(.touch) #menuList .menuWrapper a._a:hover > span:after
{
	transform:translateX(0);
}

/**********************************************************/
/*********************** Go Top Bt *************************/
/**********************************************************/

#goTopBt
{
	display:none;
/*	display:flex;*/
	position: absolute;
	z-index:9800;
	cursor:pointer;
	
	flex-direction:column;
	align-items: center;
	justify-content: center;
	
	top: 2.7rem;
	right: 1rem;
	
	width:1.5rem;
	height:1.5rem;
	border:1px solid;
	border-radius:50%;
	color:rgb(50, 50, 50);
}

#goTopBt:before
{
	content:"";
	display:block;
	width:.6rem;
	height:.6rem;
	background-repeat:no-repeat;
	background-size:cover;
	transform:rotate(-90deg);
}

.pageContainer
{
	position: relative;
	box-sizing: border-box;
	margin: 0rem auto;
	z-index:1;
	
	-webkit-transition: width .7s ease;
	-moz-transition: width .7s ease;
	-ms-transition: width .7s ease;
	-o-transition: width .7s ease;
	transition: width .7s ease;
}
/*.pageContainer:not(#titleWrapper){overflow-x: hidden;}*/

.pageContainer .transY
{
	position: relative;
	box-sizing: border-box;
	
	transform: translateY(5rem);
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: transform .7s ease, opacity .7s ease;
	-moz-transition: transform .7s ease, opacity .7s ease;
	-ms-transition: transform .7s ease, opacity .7s ease;
	-o-transition: transform .7s ease, opacity .7s ease;
	transition: transform .7s ease, opacity .7s ease;
	
	transition-delay: 0s;
}
.pageContainer.end .transY
{
	transform: translateY(0rem);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pageContainer .marginY
{
	position: relative;
	box-sizing: border-box;
	
	margin-top: 5rem;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: margin-top .7s ease, opacity .7s ease;
	-moz-transition: margin-top .7s ease, opacity .7s ease;
	-ms-transition: margin-top .7s ease, opacity .7s ease;
	-o-transition: margin-top .7s ease, opacity .7s ease;
	transition: margin-top .7s ease, opacity .7s ease;
	
	transition-delay: 0s;
}
.pageContainer.end .marginY
{
	margin-top: 0rem;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pageContainer .transX
{
	position: relative;
	box-sizing: border-box;
	
	transform: translateX(2rem);
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: transform .7s ease, opacity .7s ease;
	-moz-transition: transform .7s ease, opacity .7s ease;
	-ms-transition: transform .7s ease, opacity .7s ease;
	-o-transition: transform .7s ease, opacity .7s ease;
	transition: transform .7s ease, opacity .7s ease;
	
	transition-delay: 0s;
}
.pageContainer.end .transXR
{
	transform: translateX(0rem);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pageContainer .transXR
{
	position: relative;
	box-sizing: border-box;
	
	transform: translateX(-5rem);
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: transform .7s ease, opacity .7s ease;
	-moz-transition: transform .7s ease, opacity .7s ease;
	-ms-transition: transform .7s ease, opacity .7s ease;
	-o-transition: transform .7s ease, opacity .7s ease;
	transition: transform .7s ease, opacity .7s ease;
	
	transition-delay: 0s;
}
.pageContainer.end .transX
{
	transform: translateX(0rem);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pageContainer .transBlur
{
	position: relative;
	box-sizing: border-box;
	
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-filter: blur(10px);
	filter: blur(10px);
	
	-webkit-transition: -webkit-filter .7s ease, opacity .7s ease;
	-moz-transition: -moz-filter .7s ease, -moz-opacity .7s ease;
	-ms-transition: -ms-filter .7s ease, opacity .7s ease;
	-o-transition: -o-filter .7s ease, opacity .7s ease;
	transition: filter .7s ease, opacity .7s ease;
	
	transition-delay: 0s;
}
.pageContainer.end .transBlur
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

/**********************************************************/
/************************** Parts **************************/
/**********************************************************/

.italic{font-style: italic;}
.smallerText{font-size:.9em;}
.biggerText{font-size:1.2em;}

/*********************************************************************/
/****************************** Footer ********************************/
/*********************************************************************/

#footer
{
	width: 100%;
	padding-top: max(5rem, 10vw);
	background-color: rgb(255, 255, 255);
}

#footer .contact
{
	width: 100%;
	margin-bottom: 5rem;
	padding: 0 1rem;
	color: rgb(168, 27, 75);
	
	display: flex;
	justify-content:space-between;
}

#footer .contact > div.shop
{
	margin: 1rem;
	width:calc(100% / 3 - 2rem);
}

#footer .contact .contact_bt
{
	margin: 1rem;
	width:calc(100% / 3 * 2 - 2rem);
	display: flex;
	justify-content:space-between;
}

#menuList .contact_bt
{
	margin-top: 2rem;
}

#menuList .contact_bt > a,
#footer .contact .contact_bt > a
{
	width:calc(100% / 2 - 1rem);
	color: rgb(168, 27, 75);
	font-size: clamp(1rem, 1.5vw, 1.1rem);
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	
	padding: 1rem;
	border: 2px solid;
	border-radius: 1rem;
	
	transition: all .5s ease;
}

#menuList .contact_bt > a
{
	width:calc(100%);
	font-size: 1rem;
	display: flex;
	flex-direction: row;
}

#menuList .contact_bt > a + a
{
	margin-top: 1rem;
}

body:not(.touch) #menuList .contact_bt > a:hover,
body:not(.touch) #footer .contact .contact_bt > a:hover
{
	color: rgb(230, 230, 230);
	background-color: rgb(168, 27, 75);
}

#menuList .contact_bt > a:before,
#footer .contact .contact_bt > a:before
{
	font-family: f-icons;
	font-weight: 400;
	font-size: 3em;
	line-height: 1;
	margin-bottom: .2em;
}

#menuList .contact_bt > a:before
{
	margin-bottom: 0;
	margin-right: 1rem;
	font-size: 2rem;
}

#menuList  .contact_bt > a._tel:before,
#footer .contact .contact_bt > a._tel:before
{
	content:"\f1f8";
}
#menuList .contact_bt > a._form:before,
#footer .contact .contact_bt > a._form:before
{
	content:"\f16d";
}

#menuList .contact_bt > a >span:nth-of-type(1),
#footer .contact .contact_bt > a >span:nth-of-type(1)
{
	font-family: R-R, GG-R, sans-serif;
	font-weight: 400;
}

#menuList .contact_bt > a >span:nth-of-type(2),
#footer .contact .contact_bt > a >span:nth-of-type(2)
{
	font-size: 1.5em;
}

#footer .contact .logo
{
	width: min(calc(100vw - 15rem), 15rem);
	aspect-ratio: 300 / 75;
	background-image: url(../_img/logo.svg);
	background-size: cover;
}

#footer .contact .name
{
	font-size: 1.2em;
	margin-top: .5em;
	margin-bottom: 1em;
}
#footer .contact .name p:nth-of-type(1)
{
	font-size: 1.2em;
}

#footer .contact .add
{
	font-family: R-R, GG-R, sans-serif;
	font-weight: 400;
}

#footer .map
{
	width:100%;
	aspect-ratio: 3/1;
	max-height: 500px;
	min-height: 300px;
}

#footer .map iframe
{
	border-width: 0;
}

#footer .credit
{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	font-family: R-R, GG-R, sans-serif;
	font-weight: 400;
	color: rgb(230, 230, 230);
	background-color: rgb(168, 27, 75);
	padding: max(2rem, 4vw);
	font-size: .7rem;
	text-align:center;
}

#footer .credit .logo
{
	width: clamp(3rem, 5vw, 5rem);
	margin-right: 2rem;
	aspect-ratio: 100 / 75;
	background-image: url(../_img/logo_konohana.svg);
	background-size: cover;
}

#footer .credit > p
{
	margin-top: 1rem;
}

/*//////////////////////////////////////////////////////////////////////////////////
///=///////////////////////////////// Loading //////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

.pace
{
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	z-index: 9999;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;

	overflow: hidden;
/*	background: linear-gradient(to right, rgb(125, 204, 243) 0%, rgb(84, 144, 117) 100%);*/
	background: rgb(0, 62, 52);
}

.pace:after
{
	content: attr(data-progress-text);

	display: inline-block;
	
	position: fixed;
	top: calc(50% + 6vw);
	left: 0;
	width: 100vw;
	text-align: center;
	font-size: 1.5rem;
	color: rgba(230, 230, 230);
}

.pace .pace-progress
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	width: 100%;
	position: fixed;
	z-index: 9999;
	display: block;
	position: absolute;
	top: calc(50% + 4vw);
	right: 100%;
	height: 1px;
	width: 100%;
	background: rgba(230, 230, 230, 1);
}

body.other .pace .pace-progress
{
	background-color: rgb(230, 230, 230);
}

.pace .logo_anim
{
	height: 100%;
	width: 100%;
	margin-top: -2em;
	
	display:flex;
	
	justify-content: center;
	-webkit-justify-content: center;
	
	-webkit-align-items: center;
	align-items: center;
}

.pace .logo_anim svg
{
	top: 0vw;
	width: 50%;
	max-width: 300px;
	min-width: 200px;
	aspect-ratio: 200 / 75;
	z-index: 10;
}

.pace.pace-inactive, .loaded .pace
{
	display: none;
}

.pace .logo_anim .st0
{
	fill:rgb(230, 230, 230);
}


/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN ////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 900px)
{
	#footer .contact
	{
		flex-direction: column;
	}
	
	#footer .contact > div.shop,
	#footer .contact .contact_bt
	{
		width: calc(100% - 2rem);
	}
}

@media screen and (max-width: 550px)
{
	#selector
	{
		padding: .5rem 1rem;
	}

	#footer .contact .contact_bt
	{
		flex-direction: column;
	}
	
	#footer .contact .contact_bt > a
	{
		width:calc(100% - 1rem);
	}
	
	#footer .contact .contact_bt > a + a
	{
		margin-top: 2rem;
	}

	#footer
	{
		flex-direction: column; 
		justify-content:center;
		align-items:center;
	}
}