@charset 'UTF-8';
@import url('reset.css');
@import url('general.css');

html {
	font-size: 62.5%;
}
body {
	width:100%;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.5;
	color:#231815;
	font-family:Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

h1,h2,h3,h4 {
	margin:0;
}

a,img {
	display:block;
	margin:0;
	padding:0;
}

img {
	width:100%;
	height:auto;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

a, a:visited, a:hover {
	color:#00001e;
	font-weight:bold;
	text-decoration:none;
	transition-property: all;
	transition: 0.1s linear;
}
a:hover {
	text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: 'alpha(opacity=70)';
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.tal {
	text-align:left;
	font-weight:400 !important;
}

.mid {
	text-align:center;
	color:#00001e;
	font-size:20px; font-size:2.0rem;
	font-weight:900;
	margin-bottom:50px;
}
.mid span {
	font-size:16px; font-size:1.6rem;
	font-family: 'Josefin Slab', Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
div#wrapper.blue .mid {
	color:#fff;
}

#main_wrap {
	background-color:#FFF;
	margin:0;
	padding:0;
}
#header {
	width:100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:url('../images/front/topBg.jpg');
}
div#header > h1,div#header > a {
	width:12%;
	height:auto;
	margin:20px auto;
}

div#header > ul {
	float:right;
	font-size:14px; font-size:1.4rem;
	padding:20px;
}
div#header > ul li,div#header > ul li a {
	display:inline;
	font-family: 'Josefin Slab', serif;
	color:#fff;
	text-decoration:underline;
	margin:0 5px;
}

div#header div#menu {
	width:100%;
	text-align:center;
	padding:20px 0;
}
div#header div#menu > ul {
	display:table;
	margin:0 auto;
}
div#header div#menu > ul > li {
	display:table-cell;
	vertical-align:middle;
	padding:0 10px;
}
div#header div#menu > ul > li ul {
	text-align:center;
}
div#header div#menu > ul > li ul li {
	display:inline;
	white-space:nowrap;
	border-right:1px solid #867743;
	padding:0 10px;
}
div#header div#menu > ul > li ul li:last-child {
	border-right:none;
}
div#header div#menu > ul > li ul li a {
	display:inline;
}
div#header div#menu ul li a,
div#header div#menu p {
	color:#fff;
	font-size:14px; font-size:1.4rem;
}
div#header div#menu > ul > li a:hover {
	text-decoration:none;
}
div#header div#menu > ul > li > a span,
div#header div#menu p span {
	display:block;
	font-family: 'Josefin Slab', serif;
	font-size:12px; font-size:1.2rem;
	border-top:1px solid #fff;
}
div#header div#menu p {
	font-weight:bold;
	cursor:pointer;
	margin:0;
	position:relative;
	transition-property: all;
	transition: 0.1s linear;
}
div#header div#menu p:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: 'alpha(opacity=70)';
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
div#header div#menu p.active:before {
	position:absolute;
	content:'';
	bottom: -27px;
	left: 50%;
	border: 8px solid transparent;
	border-top: 8px solid 	;
	margin-left:-8px;
	z-index:9999;
}
div#header div#menu p.active:after {
	position:absolute;
	content:'';
	bottom: -24px;
	left: 50%;
	border: 8px solid transparent;
	border-top: 8px solid #00001e;
	margin-left:-8px;
	z-index:9999;
}
div#header div#menu ul li div {
	position:absolute;
	display:none;
	left:0;
	width:100%;
	background:#fff;
	border-top:2px solid #867743;
	border-bottom:2px solid #867743;
	padding:20px 0;
	margin-top:10px;
}
div#header div#menu ul li div a {
	color:#867743;
}
div#header div#menu ul li div a span {
	display:block;
}
/*reserved*/
div#header div#menu .reserved p {
	border: 1px solid #867743;
	padding: 1px;
}
div#header div#menu .reserved a {
	color:#00001e;
	background-color:#fff;
	padding:0 5px;
}
div#header div#menu .reserved p span {
	border-color:#00001e;
}


.fixed {
	position:fixed;
	background-color:rgba(0,0,30,0.8);
	top:-100px;
	left:0;
	z-index:9999;
}

div#wrapper,footer {
	width:90%;
	padding:60px 5%;
}
div#wrapper > h2 {
	margin-bottom:1.5em;
}
div#wrapper > a {
	font-size:14px; font-size:1.4rem;
}
div#wrapper.blue {
	background:url('../images/blueBg.png') no-repeat right bottom #00001e;
}
div#wrapper.blue2 {
	background:url('../images/blueBg.png') no-repeat right bottom #ccccd2;
}
div#wrapper.beige {
	background:url('../images/blueBg.png') no-repeat right bottom #f2e6cc;
}
div#wrapper {
	position:relative;
}

footer {
	font-size:14px; font-size:1.4rem;
	background-color:#00001e;
}
footer > ul {
	text-align:center;
	margin-bottom:50px;
}
footer > ul li {
	display:inline;
	white-space:nowrap;
	margin-left:10px;
}
footer > ul li a {
	color:#fff !important;
	display:inline;
	text-decoration:underline;
}
footer > ul li a:before {
	content:'> ';
}
footer > ul li a:hover {
	text-decoration:none;
}
footer .bn ul {
	text-align:center;
}
footer .bn ul li,
footer .bn ul a,
footer .bn ul img {
	display:inline;
}
footer .bn ul li,
footer .bn ul img {
	width:200px;
	height:40px;
}
footer .bn ul li {
	margin:0 2px;
}
footer > img {
	width:13%;
	margin:50px auto 0;
}
footer > p,footer > span {
	text-align:center;
	color:#fff;
}
footer > img {
	margin-bottom:1em;
}
footer > p {
	margin:0;
}
footer span {
	display:block;
	font-family: 'Josefin Slab', serif;
	font-size:12px; font-size:1.2rem;
}
.pagetop {
	position:fixed;
	bottom:-50px;
	right:2%;
}
.pagetop a {
	display:block;
	text-indent:-9999px;
	width:50px;
	height:50px;
	background:url('../images/pagetop.png') no-repeat left top;
}

ul.pankuzu {
	width:90%;
	font-size:14px; font-size:1.4rem;
	border-bottom:1px solid #e6e6e6;
	padding:20px 5%;
}
ul.pankuzu li,ul.pankuzu a {
	display:inline-block;
	/*white-space:nowrap;*/
}

/*cp*/
div.cp {
	clear:both;
}
div.cp > a {
	position:relative;
	overflow:hidden;
	float:left;
	width:23%;
	min-width:240px;
	min-height:260px;
	color:#fff;
	font-weight:400;
	background-color:#00001e;
	margin:0 1% 30px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: 'alpha(opacity=100)';
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
div.cp a:hover {
	text-decoration:none;
}
div.cp a img {
	max-width:440px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
div.cp > a > span {
	position:absolute;
	top:0;
	right:0;
	text-align:center;
	min-width:106px;
	font-size:12px; font-size:1.2rem;
	background-color:#00001e;
	padding:0 5px;
}
div.cp > a div {
	position:absolute;
	bottom:-120px;
	left:0;
	width:90%;
	background-color:rgba(0,0,30,0.8);
	padding:5px 5%;
}
div.cp > a div > span {
	display:block;
	font-size:12px; font-size:1.2rem;
	border-bottom:1px solid #fff;
	margin-top:10px;
}
div.cp h3 {
	overflow:hidden;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:16px; font-size:1.6rem;
	font-weight:600;
	margin-top:10px;
}
div.cp > a div p {
	font-size:14px; font-size:1.4rem;
}
div.cp p.arti {
	overflow:hidden;
	width:100%;
	height:60px;
	text-overflow: ellipsis;
	color:#fff;
}
div.cp > a div p:last-child {
	text-align:center;
	color:#00001e;
	font-weight:900;
	border:1px solid #fff;
	background-color:rgba(255,255,255,0.8);
}
div.cp > a div p span {
	font-family: 'Josefin Slab', serif;
	font-size:12px; font-size:1.2rem;
}
div#wrapper.blue div.cp > a {
	color:#00001e;
	background-color:#fff;
}
div#wrapper.blue div.cp > a > span {
	color:#00001e;
	background-color:#fff;
}
div#wrapper.blue div.cp > a div > span {
	border-bottom-color:#00001e;
}
div#wrapper.blue div.cp > a div {
	background-color:rgba(255,255,255,0.8);
}
div#wrapper.blue div.cp > a div p:last-child {
	border-color:#00001e;
}
div#wrapper.blue div.cp p.arti {
	color:#00001e;
}
div.reserve {
	float:none!important;
	display:inline-block;
	position:absolute;
	top:0;
	right:50px;
	padding:0;
	margin:0;
}
	.reserve div {
	display:inline-block;
	padding:10px 15px 5px;
	margin:0;
	font-family: 'Josefin Slab', Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	color:#00001e;
	border:1px solid #ccccd2;
	border-top:0;
	border-radius:0px 0px 20px 20px;
	background:#fff;
	}
div#wrapper > div.reserve {
	border-top:0;
	border-color:#e6e6e6;
}
div.reserve p {
	font-size:30px; font-size:3.0rem;
	margin:0;
	float:none!important;
	}
div.reserve p.left {
	display:inline-block;
	margin-right:10px;
}
div.reserve p:first-child {
	font-size:16px; font-size:1.6rem;
}
div.reserve img {
	display:inline;
	width:22px;
	vertical-align:middle;
	margin-right:3px;
}
div.reserve p.reception {
	font-size:160%;
}

footer > a.contact {
	width:300px;
	text-align:center;
	font-size:1.4rem;
	color:#fff !important;
	line-height:40px;
	border:1px solid #fff;
	border-radius:10px;
	margin:1em auto 10px;
}
footer > a:hover {
	text-decoration:none;
}

/*sp-menu*/
.sp-open,p.close,a.tel,.sp-open-fix {
	display:none;
}

/*respocive*/
@media (max-width: 1200px) {
	div.reserve {
		display: inline-block;
		position:static!important;
		width:100%;
		text-align:center;
		margin:-60px auto 40px auto!important;
	}
	div.reserve div {
		text-align:left;
	}
}
@media (min-width: 1025px) {
	#header {
		/*background-attachment: fixed;*/
	}
}
@media (max-width: 1025px) {
	div#header > h1,div#header > a,footer > img {
		width:20%;
	}
	div.cp > a {
		min-width:31.3333%;
	}
	
}
@media (max-width: 774px) {
	div#header > h1,div#header > a,footer > img {
		width:30%;
	}
	div.cp > a {
		min-width:48%;
	}
	footer > a.contact {
		width:60%;
		margin-top:1em;
	}
	div.reserve {
		margin:-40px auto 40px auto!important;
	}
	div.reserve div {
		width:80%;
	}
	a.tel {
		display: block;
		text-align:center;
		font-size: 3.0rem;
		font-weight: 400;
		color: #00001e;
		line-height: 1;
		font-family: 'Josefin Slab', serif;
		margin: 0 10px 0 0;
	}
	a.tel:hover {
		text-decoration:none;
	}
	p.tel {
		display:none!important;
	}
	a.tel img {
	    display: inline;
	    width: 22px;
	    vertical-align: middle;
	    margin-right: 3px;
	}
	p.fax {
		display: block;
		text-align:center;
	}
	/*div#mainImg+div#wrapper {
		padding-top:0;
	}*/
	div#wrapper,footer {
		padding:40px 5%!important;
	}
	div.reserve p {
		text-align:center!important;
	}
	div.reserve p.fax {
		display:block;
	}
	footer {
		text-align:center;
	}
	footer a.tel {
		display:inline-block;
		color:#fff;
		font-size: 1.4rem;
		line-height: 1.5;
		font-family:Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
		margin: 0;
	}
	footer > p {
		margin:0;
	}
	footer > img {
		margin-bottom:1em;
	}
	.pagetop {
		display: none;
	}
}
@media (max-width: 737px) {
	.sp-open,p.close a,.sp-open-fix {
		display:block;
		font-size:1.4rem;
		font-family: 'Josefin Slab', Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
		text-align:center;
		color:#fff;
		border:1px solid #fff;
		border-radius:10px;
		background-color:rgba(0,0,0,0.5);
		padding:10px;
	}
	.sp-open:hover,p.close a:hover,.sp-open-fix:hover {
		text-decoration:none;
		color:#fff;
	}
	.sp-open-fix {
		position:fixed;
		top:-50px;
		right:2%;
	}
	.lock {
		overflow:hidden;
	}
	.sp-menu {
		position:relative;
		display:none;
		width:86%;
		height:86%;
		margin:7%;
		padding:0;
	}
	p.close {
		display:block;
		width:50%;
		margin-left:auto;
		margin-right:auto;
	}
	.modal-overlay {
		z-index:1;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:120%;
		background-color:rgba(0,0,30,0.8);
	}
	.modal-wrap {
		z-index:2;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		overflow:auto;
	}
	div#header div#menu {
		background:none;
		padding:0;
	}
	div#header div#menu > ul {
		display:block;
	}
	div#header div#menu > ul > li {
		display:block;
		padding:0;
	}
	div#header div#menu ul li div {
		position:static;
		margin-top:-5px;
		margin-bottom:5px;
	}
	div#header div#menu p,
	div#header div#menu ul li a {
		color:#00001e;
		line-height:40px;
		background-color:#fff;
		margin-bottom:5px;
	}
	div#header div#menu > ul span,
	div#header div#menu > ul > li > a span {
		display:inline;
		margin-left:5px;
	}
	#header {
		/*max-height:350px;*/
	}

}
@media (max-width: 500px) {
	div#header > h1,div#header > a,footer > img {
		width:50%;
	}
	div.cp > a {
		min-width:98%;
	}
/*	a.tel,p.fax {
		float:none !important;
	}
	h1+div#wrapper {
		padding-top:0;
	}
	div.reserve {
		position:static;
	}
	div.reserve p:last-child img {
		margin:0;
	}
	div.reserve p:last-child span {
		display:block;
	}
	div.reserve p:first-child {
		margin-bottom:10px;
	}*/
	h2.mid span {
		display:block;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  /*.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }*/

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  /*.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }*/

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
　font-size:14px;font-size:1.4rem;
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 900px;
  margin: 20px auto;
}
.white-popup h3 {
	font-size: 20px;font-size: 2.0rem;
	color: #800000;
	border-bottom: 1px solid #867743;
	margin:0;
}
.white-popup p {
	font-size: 16px;font-size: 1.6rem;
	color:#00001e;
}
.white-cont a {
	float:left;
	width:36%;
}
.white-cont div {
	float:right;
	width:60%;
}
.white-cont div p {
	margin-top:0;
}
.white-cont:before,
.white-cont:after{
  content:"";
  display: table;
}
.white-cont:after{
  clear:both;
}
.white-cont {
  *zoom:1;
}