@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap');

@charset "utf-8";
/*
Theme Name: yasudadental SP
*/

/**
 *
 * 初期化
 *
 */
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, font, 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
 {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #49331D;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	font-size: 12px;
	line-height:150%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left top;
	max-width: 640px;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
div,img,h1,h2,h3,h4,h5,h6,p,form,pre{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul,li{
	margin: 0px;
	padding: 0px;
}
input,select{
	font-size: 16px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}






/**
 *
 * 共通定義
 *
 */
img,
  video {
	  max-width: 100%;
	  height: auto;
 }
.type {
	 font-family: 'Noto Serif JP', serif;
 }
 .type-all * {
	 font-family: 'Noto Serif JP', serif;
 }
 .en {
	 font-family: 'Cinzel', serif;
 }
 .en-all * {
	 font-family: 'Cinzel', serif;
 }
em {
	font-style: italic;
}
.clear {
	float: none;
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
a:link {
	color: #564488;
	text-decoration: underline;
}
a:visited {
	color: #564488;
	text-decoration: underline;
}
a:hover {
	color: #564488;
	text-decoration: none;
}
a:active {
	color: #564488;
	text-decoration: underline;
}
.over {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

.orange {
	color: #FF9226;
}
.blue {
	color: #00B2B2;
}
.green {
	color: #008A8A;
}
.brown {
	color: #520500;
}


/**
 *
 * パンくずリスト
 *
 */
#bread {
	position: absolute;
	left: 0px;
	top: -40px;
	display: none;
}
#breadcrumb {
	position: relative;
	/*background: url(/img/glue_0.png) left center no-repeat;*/
	margin-bottom: 5px;
}
#breadcrumb ul {
	margin-top: 10px;
	margin-left: 0px !important;
	list-style-image: none !important;
	padding-left: 0px !important;
	margin-bottom: 0px !important;

}
#breadcrumb:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
#breadcrumb ul li {
	float: left;
	margin: 0px 2px;
	font-size: 10px;

}
#breadcrumb ul li a {

}
/**
 *
 * ページ送り
 *
 */
.pagenavi {
	clear: both;
	margin: 10px auto 0px auto;
	padding-bottom: 10px;
	color: black;
	text-align: center !important;
	font-size: 12px;
}
.pagenavi:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	content: ".";
}
.pagenavi a, .wp-pagenavi span {
	margin: 1px;
	text-decoration: none;
}
.page-numbers {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #63513b;
	background: white;
	color: #63513b;

}
.page-numbers:after {

}
.pagenavi a:hover, .wp-pagenavi span.current {

}
.pagenavi .prev {

	display: inline-block;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}
.pagenavi .prev:hover {

}
.pagenavi .next {
	display: inline-block;
	margin-left: 15px;
	width: 107px;
	height: 30px;
	border: 0px;

	color: #63513b;

}
.pagenavi .next:hover {

}
.pagenavi .prev:after, .pagenavi .next:after {
	content: "" !important;
}

.pagenavi span.current {
	background: #63513b;
	color: white;
	font-weight: bold;
}


/**
 *
 * レイアウト定義
 *
 */
.l-wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	color: #49331D;

}
.l-header {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	/* height: 80px; */
	height: 0;
	z-index: 99;
/*
	background: white;
	box-shadow: 0px 0px 5px gray;
*/
}
.l-header.is-fixed {

}


.l-nav {
	position: relative;
	z-index: 100;
	display: block;
	margin: 0px auto 0;

}
.l-main {
	position: relative;
	display: block;
	margin: 0 auto;
/* 	padding-top: 80px; */


}

.l-main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.l-sidebar {

	margin: 20px auto 0;

}

.l-content {


}
.l-footer {
	clear: both;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 19px;
	position: relative;
	overflow: hidden;
	background: #49331D;

}

/**
 *
 * Box
 *
 */
.box-960 {

	margin: 0px auto;
	position: relative;
}
.box-980 {

	margin: 0px auto;
	position: relative;
}
.box-990 {

	margin: 0px auto;
	position: relative;
}
.box-900 {

	margin: 0px auto;
	position: relative;
}
.box-1000 {

	margin: 0px auto;
	position: relative;
}
.box-1010 {

	margin: 0px auto;
	position: relative;
}
.box-1050 {

	margin: 0px auto;
	position: relative;
}
.box-1110 {

	margin: 0px auto;
	position: relative;

}
.box-1120 {

	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
.box-content {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

/**
 *
 * Header
 *
 */
.header-inner {
	position: relative;
	padding: 15px;
}
 .header-title {
	 text-align: left;
	 font-size: 9px;
	 color: #fff;
	 line-height: 1.2em;
	 padding-top: 5px;
	 font-weight: normal;
	 padding-left: 15px;
	 margin: 0 !important;
	 display: none;
 }
.header-logo {
	width: 270px;
}
 .header-notice {
	 position: absolute;
	 left: 70px;
	 top: 60px;
	 text-align: left;
 }
 .header-notice a {
	 color: red !important;
	 text-decoration: underline !important;
	 font-size: 12px;
 }
 .header-notice a:hover {
	 text-decoration: none !important;
 }
.header-tag {
	position: absolute;
	left: 15px;
	top: 18px;
 }
 .is-sub .header-tag {

 }
 .header-time {
	 display: none;
 }
 .header-tel {
	 display: none;
 }
 .header-tag .header-logo {
	 width: 80px;
	margin: 0;
 }
 .header-tag p.header-clinic {
	 font-size: 15px;
	 color: #3C377D;
	 margin-bottom: 20px;
	 display: none;
 }
 .header-tag p strong {
	 font-weight: bold;
	 font-size: 18px;
 }
 

/**
 *
 * NAV
 *
 */
 .l-nav {

}
.l-nav .logo {
	width: 270px;
}
.l-nav .nav-inner {
	background: rgba(255,255,255,1);
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: scroll;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-nav .nav-inner.is-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-nav .nav-inner > ul {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	margin: 0 0px 0;
	left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.l-nav .nav-inner > ul > li {

	margin: 0 10px;
}
.l-nav .nav-inner > ul > li:first-child {
	border-top: 1px solid #49331D;
}
.l-nav .nav-inner > ul > li .en {
	display: none;
}
.l-nav .nav-inner > ul > li > a, .l-nav .nav-inner > ul > li > span {
	display: block;
	padding: 5px 15px;
	padding-right: 60px;
	padding-left: 0;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 24px;
	box-sizing: border-box;
	position: relative;
	color: black;
	border-bottom: 1px solid #49331D;
	text-decoration: none;
}
.l-nav .nav-inner.is-active > ul > li > a, .l-nav .nav-inner.is-active > ul > li > span {
	padding: 15px 15px;
	padding-right: 60px;
	padding-left: 0;
	height: 44px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	position: relative;
	z-index: 5;
}
.l-nav .nav-inner.is-active > ul > li > a:hover, .l-nav .nav-inner.is-active > ul > li > span:hover {
	text-decoration: none;
	cursor: pointer;
}
/*.l-nav .nav-inner > ul > li > a:after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	padding-right: 15px;
	box-sizing: border-box;
	height: 100%;
	line-height: 46px;
	content: "\f0da";
	color: #FE2687;
	font-family: fontAwesome;
	text-align: center;
}*/
.l-nav .nav-inner > ul > li > span:after {
	content: "";
	background: url(./img/angle-bottom.png) 0 0 no-repeat;
	background-size: contain;
	width: 19px;
	height: 11px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	font-size: 30px;
}
.l-nav .nav-inner > ul > li > span.is-active:after {
content: "";
background: url(./img/angle-top.png) 0 0 no-repeat;
background-size: contain;
width: 19px;
height: 11px;
position: absolute;
right: 15px;
top: 50%;
margin-top: -5px;
font-size: 30px;
}
.l-nav .nav-inner > ul > li .to-child {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 50px;
	height: 44px;
	z-index: 1;

}

.l-nav .nav-inner > ul > li:nth-child(1) .to-child {
	top: 0px;
}
.l-nav .nav-inner > ul > li:nth-child(2) .to-child {
	top: 46px;
}
.l-nav .nav-inner > ul > li:nth-child(3) .to-child {
	top: 91px;
}
.l-nav .nav-inner > ul > li:nth-child(4) .to-child {
	top: 136px;
}
.l-nav .nav-inner > ul > li:nth-child(5) .to-child {
	top: 181px;
}
.l-nav .nav-inner > ul > li:nth-child(6) .to-child {
	top: 226px;
}
.l-nav .nav-inner > ul > li:nth-child(7) .to-child {
	top: 271px;
}


.l-nav ul.menu.is-active {
	/*left: -100%;*/
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.l-nav .nav-inner > ul > li > .to-child:hover {
	cursor: pointer;
}
.menu-sub {
	/*position: absolute;
	left: 100%;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;*/
	display: none;
}
.menu-sub.is-active {

}
.menu-sub ul {

}
.menu-sub ul li {
	border-bottom: 1px solid #49331D;
	margin: 0px 0px;
}
.menu-sub ul li:last-child {

}

.menu-sub ul li a {
	display: block;
	padding: 15px 0 15px 30px;
	font-size: 14px;
	position: relative;
	text-align: left;
	height: 44px;
	box-sizing: border-box;
	color: black;
	text-decoration: none;

}
.menu-sub ul li a:after {
	content: "";
	background: url(./img/angle-right.png) 0 0 no-repeat;
	background-size: contain;
	width: 12px;
	height: 19px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	font-size: 30px;
}
.menu-sub .to-back {
	/*width: 80px;
	height: 40px;
	text-align: center;
	border: 1px solid #FE2687;
	margin-left: 10px;
	position: relative;
	top: -10px;
	color: #FE2687;*/

}
.menu-sub .to-back:hover {
	cursor: pointer;
}
.menu-sub .to-back:before {
	/*content: "\f104";
	font-family: fontAwesome;
	font-size: 30px;
	line-height: 40px;*/
}

.btn-nav {
	width: 42px;
	height: 50px;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 99999;
	background: rgba(73,51,29,0.9);
}
.l-nav .:hover {
	cursor: pointer;
}
.btn-nav small {
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 3px;
	top: 30px;
	width: 42px;
}
.btn-nav,
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 6px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 5px;
}
/* .btn-nav.is-active small {
	color: #3C377D;
}
.btn-nav.is-active span {
	background-color: #3C377D;
} */
.btn-nav span:nth-of-type(1) {
	top: 10px;
}
.btn-nav span:nth-of-type(2) {
	top: 18px;
}
.btn-nav span:nth-of-type(3) {
	top: 26px;
}
.btn-nav.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) translateX(-0px) rotate(-45deg);
	transform: translateY(10px) translateX(-0px) rotate(-45deg);
}
.btn-nav.is-active span:nth-of-type(2) {
	opacity: 0;
}
.btn-nav.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) translateX(-0px) rotate(45deg);
	transform: translateY(-6px) translateX(-0px) rotate(45deg);
}
.btn-nav.is-active span:before {
	display: none;
}
.nav-inner-logo {
	margin-top: 0px;
	padding: 0px;
	width: 270px;
	text-align: left;

}
.nav-inner-logo .logo {
	text-align: left;
	height: auto !important;
}
.nav-inner-logo img {
	width: 100%;
	margin: 0 !important;
	position: relative;
	left: 15px;
	top: 15px;
}



/**
 *
 * Box contact
 *
 */
 
.box-contact-wrap {
	margin-top: 0px;
	position: relative;
	background: #D3C3B1;
}
.box-contact-pics {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.box-contact-wrap .title-main-caption {
	color: #FFFFFF;
	margin-top: 100px;
}
.box-contact-wrap .title-main-caption:before {
	background: url(../img/top/box-contact-title.png) 0 0 no-repeat;
	background-size: contain;
}
.box-contact-wrap .title-main-caption:after {
	background: url(../img/top/box-contact-title.png) 0 0 no-repeat;
	background-size: contain;
}
.box-contact-wrap .title-main {
	
}

.box-contact {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.box-contact p {
	font-size: 16px;
}
.btn {
	margin-bottom: 18px;
}
.btn > a {
	color: white !important;
	text-decoration: none !important;
	text-align: center;
	display: block;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	background: #49331D;
	position: relative;
}
.btn > a:hover {
	color: white !important;
	text-decoration: none !important;
	opacity: 0.7;
}
.box-contact .box-contact-tel {
	width: 240px;
	margin: 5px auto;
}
.box-contact-btns {
	margin: 15px auto;
}
.box-contact-btns .btn {
	width: 90%;
	margin: 5px auto;
}
.btn-reserve > a:before {
	content: "";
	display: inline-block;
	background: url(img/btn-reserve.png) 0 0 no-repeat;
	background-size: contain;
	width: 17px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.btn-access > a:before {
	content: "";
	display: inline-block;
	background: url(img/btn-access.png) 0 0 no-repeat;
	background-size: contain;
	width: 15px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.btn-contact > a:before {
	content: "";
	display: inline-block;
	background: url(img/btn-contact.png) 0 0 no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.box-contact-map {
	position: relative;
}
.box-contact-access {
	text-align: left;
	font-size: 15px;
	line-height: 1.75em;
}
.ic-train {
	display: inline-block;
	vertical-align: middle;
	background: url(img/ic-train.png) 0 0 no-repeat;
	background-size: contain;
	width: 15px;
	height: 18px;
	margin-right: 10px;
}
.ic-car {
	display: inline-block;
	vertical-align: middle;
	background: url(img/ic-car.png) 0 0 no-repeat;
	background-size: contain;
	width: 20px;
	height: 16px;
	margin-right: 10px;
}
.timetable {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
.timetable th {
	text-align: center;
	background: #49331D;
	color: white;
	padding: 5px;
	font-size: 16px;
	border: 1px solid white;
}
.timetable td {
	color: #49331D;
	padding: 15px 5px;
	text-align: center;
	font-size: 16px;
	border: 1px solid white;
}
.timetable-p {
	text-align: left;
	font-size: 15px;
	padding: 0 15px;
	margin: 0 auto 80px;
}
.map {
	display: block;
	width: 100%;
}

/**
 *
 * Sidebar
 *`
 */
.list-banner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5px;
}
.list-banner > li {
	line-height: 0px;
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
.list-banner > li a {
	display: block;
}

.side-nav {
	margin-top: 20px;
	border-top: 1px solid #ccc;
}
.side-nav-inner {

}
.side-nav h2 {
	clear: both;
	display: block;
	line-height: 45px;
	font-size: 18px;
	padding: 0px 0 0px 10px;
	font-weight: normal;
	color: #63513B;
	border-bottom: 1px solid #ccc;
	position: relative;

}
.side-nav h2:after {
	content: "";
	background: url(./img/angle-bottom.png) 0 0 no-repeat;
	background-size: contain;
	width: 19px;
	height: 11px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	font-size: 30px;
}

.side-nav h2.on {
	border-bottom: 0px;
}
.side-nav h2 span {
	line-height: 0px;
	display: block;
	color: #63513B;
}
.side-nav h2 img {
	float: left;
	width: 60px;
	margin-top: 2px;
	margin-right: 10px;
	border: 2px solid #0AB1AC;
	border-radius: 60px;

}
.side-nav ul {
	clear: both;
	display: none;
}
.side-nav ul li {
	border-bottom: 1px dashed #CCCCCC;
}
.side-nav ul li:last-child {
	border-bottom: 1px solid #CCCCCC;
}
.side-nav ul li img {

}
.side-nav ul li a {
	display: block;
	color: black;
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	text-indent: 10px;
	line-height: 30px;
	position: relative;
}
.side-nav ul li a:after {
	content: "";
	background: url(./img/angle-right.png) 0 0 no-repeat;
	background-size: contain;
	width: 12px;
	height: 19px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	font-size: 30px;
}
.side-nav ul li a:hover {
	text-decoration: underline;
}

/**
 *
 * Footer
 *
 */
.page-top {
	position: fixed;
	right: 5px;
	bottom: 60px;
	z-index: 1000;
	width: 60px;
}
.footer-pics {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.footer-logo {
	font-size: 16px;
	margin: 70px auto 40px;

}
.footer-logo a {
	display: block;
	text-align: center;
	color: #fff !important;
	text-decoration: underline !important;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: normal;
	
}
.footer-logo a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}
.footer-logo img {
	width: 276px;
}
.copyright {
	font-size: 13px;
	color: #fff;
	margin: 30px auto 0;
	line-height: 40px;
	padding-bottom: 50px;
}

.footer-fix {
	position: fixed;
	left: 0;
	bottom: -1px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	background: white;
	z-index: 10;
}
.footer-fix > li {

overflow: hidden;
box-sizing: border-box;

}

.footer-fix > li img {
	width: 101%;
	max-width: 101%;
	height: 100%;
}
.footer-fix > li a {
	display: block;
	line-height: 0;
}

form#mailformpro dl dt {
	padding: 10px 0px 8px !important;
}

.link {

	padding-right: 18px;
	text-decoration: underline !important;
}
.pc {
	display: none !important;
}

.br-pc {
	display: none;
}
.contact-tel {
	width: 80%;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
 background: white url(img/logo.png) center center no-repeat;
   background-size: 225px 36px;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: 2s ease 500ms;
}

.mfp_element_submit {
	color: black !important;
}