/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;
	font-size: 100%;
	font: inherit;
	line-height: 1.8em;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
body {
	line-height: 1.5;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	word-break: break-all;
}
a,a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: inherit;
}
/* resetここまで */
/* サイト全体 */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-family: 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 16px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
p{
	line-height: 2.0rem;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.trans,.trans * {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.center_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.dib{
	display: inline-block;
}
.f_goth{
	font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.w880 {
	width: 100%;
	max-width: 880px;
	margin: auto;
}
.w1000 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.w1100 {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.w1280 {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}
.w1920 {
	width: 100%;
	max-width: 1920px;
	margin: auto;
}
.fade{
	opacity: 0;
	-webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
}
.active .fade{
	opacity: 1;
}
.fade_up{
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-filter: blur(6px);
	filter: blur(6px);
	-webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
}
.fade_up_late{
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-filter: blur(6px);
	filter: blur(6px);
	-webkit-transition: 1.5s 0.5s ease-in-out;
	transition: 1.5s 0.5s ease-in-out;
}
.fade_left{
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-filter: blur(6px);
	filter: blur(6px);
	-webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
}
.fade_right{
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-filter: blur(6px);
	filter: blur(6px);
	-webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
}
.fade_box{
	opacity: 0;
	-webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
}
.fade_box:nth-child(2){
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.fade_box:nth-child(3){
	-webkit-transition-delay:0.4s;
	transition-delay:0.4s;
}
.fade_box:nth-child(4){
	-webkit-transition-delay:0.6s;
	transition-delay:0.6s;
}
.fade_box:nth-child(5){
	-webkit-transition-delay:2.0s;
	transition-delay:2.0s;
}
.fade_box:nth-child(6){
	-webkit-transition-delay:2.2s;
	transition-delay:2.2s;
}
.fade_box:nth-child(7){
	-webkit-transition-delay:2.4s;
	transition-delay:2.4s;
}
.fade_box:nth-child(8){
	-webkit-transition-delay:2.6s;
	transition-delay:2.6s;
}
.fade_box6{
	opacity: 0;
	-webkit-transition: 1.5s ease-in-out;
	transition: 1.5s ease-in-out;
}
.fade_box6:nth-child(2){
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.fade_box6:nth-child(3){
	-webkit-transition-delay:0.4s;
	transition-delay:0.4s;
}
.fade_box6:nth-child(4){
	-webkit-transition-delay:0.6s;
	transition-delay:0.6s;
}
.fade_box6:nth-child(5){
	-webkit-transition-delay:0.8s;
	transition-delay:0.8s;
}
.fade_box6:nth-child(6){
	-webkit-transition-delay:1.0s;
	transition-delay:1.0s;
}
.active .fade_up_late,.active.fade_up,.active.fade_left,.active.fade_right,.active .fade_box,.active .fade_box6{
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: translate(0);
	transform: translate(0);
}
.obf_cover{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.obf_cover img{
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	max-width: 1000%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.obf_cover img {
		position: static;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform: none;
		transform: none;
	}
}
main{
	display: block;
	margin-top: 95px;
}

@media only screen and (min-width:1025px) {
	.pc {
		display: block;
	}
	.pc_di {
		display: inline;
	}
	.sp {
		display: none;
	}
}
@media only screen and (max-width:1024px) {
	* {
		line-height: 1.6rem;
	}
	body,p {
		font-size: 14px;
		line-height: 1.8rem;
	}
	.pc,.pc_di {
		display: none;
	}
	.sp {
		display: block;
	}
	.w880,.w1000,.w1100,.w1280,.w1920 {
		max-width: 100%;
	}
	main{
		margin-top: 50px;
	}
}
/*ヘッダー*/
header{
	padding: 30px 100px 30px 30px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.scroll header{
	padding: 10px 120px 10px 30px;
}
.head_logo{
	margin-right: 50px;
}
.main_nav{
	color: #8f8c8c;
	margin-top: 5px;
	font-size: 14px;
	flex-wrap: wrap;
}
.main_nav_item{
	line-height: 1.8em;
	padding: 2px 10px 2px;
	letter-spacing: 0.1em;
	border-bottom: solid 1px transparent;
	position: relative;
}
.main_nav_ja{
	position: absolute;
	text-align: center;
	width: 120px;
	top: -15px;
	left: calc(50% - 60px);
	opacity: 0;
	font-size: 0.8em;
	background: #fff;
}
.head_r{
	width: 80px;
	margin-right: 0;
	margin-left: auto;
}
.head_lang{
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #8f8c8c;
	padding-right: 30px;
	padding-top: 5px;
}
.head_lang_item{
	padding: 0 7px;
	border-bottom: solid 1px transparent;
}
.head_icon{
	padding: 5px;
	border-bottom: solid 1px transparent;
}
.head_icon img{
	vertical-align: middle;
}

/**開閉ボタン*/
#nav_toggle{
	position: fixed;
	right: 30px;
	top: 30px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 10000;
	padding: 5px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	color: #000;
	left: 0;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 5px;
}
#nav_toggle span:nth-child(2) {
	top: 13px;
}
#nav_toggle span:nth-child(3) {
	width: 20px;
	top: 21px;
}
/*#nav_toggle span:nth-child(4) {
	top: 24px;
	height: 0;
	line-height: 1.0em;
	font-size: 10px;
}*/
.open#nav_toggle span:nth-child(1) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open#nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open#nav_toggle span:nth-child(3) {
	top: 15px;
	width: 100%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.scroll #nav_toggle{
	top: 10px;
}
/**ドロワーナビ*/
.head_drawer{
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.head_d_top{
	padding-top: 30px;
}
.head_d_content{
	margin-top: 50px;
}
.head_drawer_l{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 20px;
	min-width: 170px;
}
.head_d_name{
	font-size: 50px;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	letter-spacing: 0.2em;
	font-weight: 600;
	line-height: 1.2em;
	padding: 20px 0 42px 20px;
	margin: auto;
}
.head_d_en{
	font-size: 14px;
	letter-spacing: 0.1rem;
	color: #9d8247;
}
.head_d_txt{
	color: #747474;
	font-size: 16px;
}
.head_d02{
	display: none;
}
.head_drawer_r{
	margin-top: 0;
}
.head_d_nav01{
	gap: 10px 20px;
}
.head_d_logo{
	text-align: right;
}
.head_d_tel{
	text-align: right;
	margin-top: 10px;
}
.head_d_r{
	width: 240px;
	margin-right: 0;
	margin-top: 10px;
	margin-left: auto;
	padding-left: 160px;
}
.head_d_nav_txt{
	border-top: solid 3px #a4977c;
	position: relative;
}
.head_d_nav01_item,.head_d_nav03_item{
	width: calc(100% / 4 - 15px);
	border-bottom: solid 1px transparent;
}
.head_d_nav_a{
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
	display: block;
	padding: 15px 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}
.head_d_nav_en{
	font-size: 13px;
	color: #9d8247;
}
.head_d_nav_arrow {
	position: absolute;
	right: 20px;
	top: calc(50% - 14px);
	width: 28px;
	height: 28px;
	background-image: url(../images/top/tp_btn_arrow.png);
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	background-position: center;
}
.head_d_nav_sub{
	padding: 20px 10px 0;
	color: #7f7f7f;
}
.head_d_nav_sub_item{
	display: block;
	line-height: 2.0em;
	padding: 0 10px;
	border-bottom: solid 1px transparent;
}
.head_d_nav02 {
	margin-top: 30px;
	color: #fff;
}
.head_d_nav02_item{
	width: calc(100% / 4 - 15px);
	background: #a4977c;
	border: solid 1px #a4977c;
	border-radius: 20px;
	padding: 1px;
}
.head_d_nav03{
	margin-top: 20px;
}
.head_d_info_wrap{
	margin-top: 30px;
	position: relative;
	padding: 80px 20px 0;
}
.head_d_info_wrap::before{
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: #d4cab5;
}
.head_d_info_txt{
	color: #4d4d4d;
}
.foot_name{
	font-size: 24px;
}
.head_d_sns{
	width: 150px;
	margin-right: 0;
	margin-left: auto;
	color: #ABB3BB;
	font-size: 20px;
}
.head_d_sns_a{
	display: block;
	padding: 5px;
	border-bottom: solid 1px transparent;
}
.head_d_nav04{
	width: 480px;
	color: #4d4d4d;
}
.head_d_nav04_item{
	padding: 5px;
	line-height: 1.3em;
	border-bottom: solid 1px transparent;
}
.reserve_btn{
	position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 100;
    width: 260px;
	transition: 0.3s;
}

/**メイン*/

@media screen and (min-width:1025px) {
	.head_d_nav_a:hover{
		background: rgba(212,202,181,0.5);
	}
	.main_nav_item:hover,.head_d_nav03_item:hover,.head_d_nav04_item:hover,a.head_d_nav_sub_item:hover{
		border-bottom: solid 1px #ccc;
	}
	.main_nav_item:hover .main_nav_ja{
		opacity: 1;
	}
	.head_lang_item:hover{
		color: #000;
	}
	.head_icon:hover,.head_d_sns_a:hover{
		-webkit-filter: brightness(5%);
		filter: brightness(5%);
	}
	a.head_d_nav02_item:hover{
		background: #fff;
		color: #a4977c;
	}
	.head_d_nav03_item:hover .head_d_nav_arrow{
		-webkit-transform: translate(5px);
		transform: translate(5px);
	}
	#nav_toggle:hover span{
		background: #ccc;
	}
	.reserve_btn:hover{
		opacity: 0.7;
	}
}
@media only screen and (max-width:1400px) {
	.reserve_btn{
		width: 100%;
		background: #9D8247;
		bottom: 0;
		right: 0;
	}
	.reserve_btn img{
		margin: auto;
		height: 40px;
	}
}
@media only screen and (max-width:1024px) {
	header{
		height: 50px;
		padding: 0 80px;
		background: rgba(256,256,256,0.7);
		border-bottom: solid 1px #8f8f8f;
	}
	.head_logo{
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	.main_nav,.head_icon,.head_d_tel,.head_d_nav_sub{
		display: none;
	}
	.head_r{
		width: auto;
		position: absolute;
		right: 0;
		top: 15px;
	}
	.head_lang{
		padding: 0;
		font-size: 10px;
	}
	.head_lang_item{
		padding: 0 2px;
	}
	#nav_toggle{
		right: unset;
		left: 10px;
		top: 5px;
		border-radius: 30px;
	}
	.open#nav_toggle{
		background: rgba(256,256,256,0.8);
	}
	.head_drawer{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		overflow: scroll;
	}
	.head_d_top{
		padding-top: 0;
		height: 50px;
		border-bottom: solid 1px #8f8f8f;
	}
	.head_d_logo{
		text-align: center;
		padding: 0 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	.head_d_logo img{
		display: block;
	}
	.head_d_r{
		width: auto;
		position: absolute;
		right: 0;
		top: 15px;
		margin: auto;
	}
	.head_d_content{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
		padding: 20px;
	}
	.head_drawer_l{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0;
	}
	.head_d_name{
		-webkit-writing-mode: unset;
		-ms-writing-mode: unset;
		writing-mode: unset;
		padding: 0 0 10px;
		font-size: 30px;
	}
	.head_d_en{
		font-size: 12px;
	}
	.head_d_txt {
		text-align: left;
		line-height: 1.5em;
		font-size: 12px;
	}
	.head_d02{
		display: block;
		font-size: 12px;
	}
	.head_icon_sp_wrap{
		margin-right: 0;
		margin-left: auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 10px;
	}
	.head_icon_sp_wrap a{
		display: block;
		margin-left: 10px;
	}
	.head_icon_sp{
		width: 30px;
	}
	.head_drawer_r{
		padding: 0;
		margin-top: 20px;
	}
	.head_d_nav01 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.head_d_nav01_item{
		width: 100%;
	}
	.head_d_nav_txt {
		border: none;
		border-left: solid 10px #a4977c;
		-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.15);
		box-shadow: 0 0 50px rgba(0,0,0,0.15);
		padding: 5px 20px;
	}
	.head_d_nav_a{
		font-size: 14px;
		line-height: 1.1em;
		padding: 0;
	}
	.head_d_nav_en{
		font-size: 10px;
	}
	.head_d_nav_arrow{
		top: calc(50% - 8px);
	}
	.head_d_nav02{
		color: #a4977c;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: solid 3px #a4977c;
		padding-top: 10px;
		margin-top: 10px;
		font-size: 10px;
	}
	.head_d_nav02_item{
		width: calc(50% - 5px);
		background: none;
		margin-bottom: 10px;
		padding: 5px 1px;
	}
	.head_d_nav03{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.head_d_nav03_item{
		width: calc(50% - 5px);
		border-bottom: dashed 1px #767575;
		margin-bottom: 10px;
	}
	.head_d_nav03_txt{
		padding: 0 10px 5px;
	}
	.head_d_nav_a,.head_d_nav_a08{
		font-size: 12px;
		padding: 10px 0;
	}
	.head_d_info_wrap{
		margin-top: 0;
		border-top: solid 3px #a4977c;
		padding: 10px 10px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.head_d_info_wrap::before{
		display: none;
	}
	.foot_name{
		font-size: 18px;
		text-align: center;
	}
	.head_d_info_add{
		font-size: 12px;
	}
	.head_d_sns{
		margin: 10px auto 0;
	}
	.head_d_nav04{
		width: 100%;
		font-size: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.head_d_nav04_item{
		padding: 0 2px;
	}

}
/*フッター*/
footer{
	border-top: solid 1px #d2d2d2;
	padding-bottom: 50px;
}
.foot_wrap01{
	padding: 80px 90px;
}
.foot_nav01 {
	gap: 10px 20px;
}
.foot_nav_txt{
	position: relative;
}
.foot_nav_a{
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 600;
	display: block;
	padding: 15px 20px 20px;
	position: relative;
}
.foot_nav_a::before{
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: #d4cab5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.foot_arrow_btn{
	position: absolute;
	right: 10px;
	top: 25px;
	cursor: pointer;
	background-image: url(../images/top/tp_btn_arrow.png);
	background-color: #f7f7f7;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px;
	width: 39px;
	height: 39px;
	text-align: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.click.foot_arrow_btn{
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.foot_nav_sub_wrap{
	overflow: hidden;
	max-height: 0;
	border-top: dashed 1px #8f8c8c;
}
.click.foot_nav_sub_wrap{
	max-height: 200px;
}
.foot_nav_sub{
	padding: 20px;
}
a.foot_nav02_item{
	width: calc(100% / 4 - 15px);
	border: solid 1px #9d8247;
	color: #a4977c;
	padding: 3px;
}
.foot_info_wrap{
	position: relative;
	padding: 80px 90px 0;
	border-top: solid 1px #a4977c;
}
.foot_logo{
	padding: 12px 20px 0 0;
}
.copy{
	text-align: right;
}
@media screen and (min-width:1025px) {
	.foot_nav_a:hover{
		background: rgba(212,202,181,0.5);
	}
	a.foot_nav02_item:hover{
		background:  #9d8247;
		color: #fff;
	}
	.foot_arrow_btn:hover{
		background-color: #d4cab5;
	}
}
@media only screen and (max-width:1024px) {
	.foot_wrap01{
		padding: 50px 10px 20px;
	}
	.foot_nav01 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: solid 6px #d4cab5;
	}
	.foot_nav_a{
		font-size: 15px;
		padding: 10px 20px 10px;
	}
	.foot_nav_sub_wrap{
		border: none;
	}
	.foot_nav_sub{
		padding: 10px 20px;
	}
	.foot_arrow_btn{
		top: 12px;
	}
	.foot_nav02{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: solid 1px #9d8247;
		border-left: solid 1px #9d8247;
		padding: 0;
	}
	a.foot_nav02_item{
		width: 50%;
		border-top: none;
		border-left: none;
		padding: 15px 3px;
	}
	.head_d_nav03 {
		margin-top: 10px;
	}
	.foot_info_wrap{
		border: none;
		padding: 0 20px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.head_d_info_l {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.foot_logo{
		margin: auto;
		padding: 0;
	}
	.head_d_info_txt{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 10px auto 0;
		width: 100%;
		text-align: center;
	}
	.head_d_nav_sub_item{
		padding: 5px;
		font-size: 12px;
	}
	.head_d_info_r{
		width: 100%;
	}
	.foot_sns{
		margin: 10px auto 0;
	}
	.copy{
		text-align: center;
		font-size: 11px;
	}
}

.grecaptcha-badge{
	visibility: hidden;
}