@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_header, #header .gnav .inner, .con_topicpath, .con_search .inner, .con_old_res .box_inner, #footer .box_footer .wrp_footer, #footer .box_hotellist .list_inner, #footer .box_hotellist .con_srchBox {
	max-width: 1160px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  #header .con_header, #header .gnav .inner, .con_topicpath, .con_search .inner, .con_old_res .box_inner, #footer .box_footer .wrp_footer, #footer .box_hotellist .list_inner, #footer .box_hotellist .con_srchBox {
		width: 95%;
  }
}

#header .con_header:after, #header .con_header .box_header:after, #header .gnav .inner:after, .con_topicpath:after, .con_search .box_menu:after, #footer .box_footer .wrp_footer:after, #footer .box_footer .wrp_footer .box_info .box_sns:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.8;
}

body {
	color: #1f1f1f;
	background: url(../images/common/bg_contents.jpg);
	-webkit-text-size-adjust: none;
	font-size: 124%;
	overflow: hidden;
}
.ie body {
	font-size: 120%;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 116%;
  }
}
body a {
	color: #393939;
}
body a:link, body a:visited, body a:active {
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #525252;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}
html.ie8 #page {
	min-width: 1160px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
		display: none !important;
  }
}
@media print {
  body .view_sp {
		display: none !important;
  }
}
.ie8 body .view_sp {
	display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
		display: none !important;
  }
}

.mouse .over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .over {
	-webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
		font-size: 100% !important;
  }
}
@media print {
  #page {
		font-size: 100% !important;
  }
}
.ie8 #page {
	font-size: 100% !important;
}

/* -----------------------------------------------------------
	#bbh共通ヘッダー
----------------------------------------------------------- */

#bbh-header{
	background:url(../images/common/header_bg.gif) repeat-x 0 0;
	height: 55px;
	position: relative;
	z-index: 120;
	min-width: 768px;
}
#bbh-header ul{
	overflow: hidden;
	min-width: 768px;
	max-width: 1160px;
	margin: 0 auto;
}
#bbh-header ul li a #glogo1{ float:left; margin:18px 0 0 20px;}
#bbh-header ul li a #glogo2{ float:right; margin:6px 10px 0 0 ;}

@media only screen and ( max-width : 767px ) {/*スマホ用*/
#bbh-header{
	display: none;
}
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: relative;
	z-index: 99;
}
@media only screen and (max-width: 767px) {
  #header {
		padding-top: 64px;
  }
}
#header .con_header {
	padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  #header .con_header {
		padding: 10px 0;
  }
}
#header .con_header .con_l {
	float: left;
	width: 50%;
	padding: 35px 0 0 0px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .con_l {
		padding-left: 0;
		padding-top: 10px;
		width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .con_l {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: center;
  }
}
#header .con_header .con_l .txt_header {
	font-size: 82%;
	font-weight: normal;
	position: absolute;
	top: 42px;
	left: 300px;
	white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .con_l .txt_header {
		font-size: 75%;
		margin: 10px 0 0 0;
		top: auto;
		left: auto;
		position: static;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .con_l .txt_header {
		font-size: 69%;
		margin: 5px 0 0 0;
		text-align: center;
		position: static;
		top: auto;
		left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .con_l h1 img {
		width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .con_l h1 {
		text-align: center;
		margin-top: 5px;
  }
  #header .con_header .con_l h1 img {
		width: 50%;
  }
}
#header .con_header .box_header {
	text-align: right;
	float: right;
	width: 455px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .box_header {
		margin-right: -2.5%;
		width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header {
		display: none;
  }
}
#header .con_header .box_header .box_tel {
	float: left;
	margin-right: 15px;
	padding-top: 9px;
	color: #006953;
}
@media only screen and (max-width: 900px) {
  #header .con_header .box_header .box_tel {
		font-size: 90%;
  }
}
#header .con_header .box_header .box_tel div p {
	text-align: right;
	font-family: "Times New Roman", serif;
	font-size: 169%;
}
#header .con_header .box_header .box_tel div p span {
	font-size: 104%;
}
#header .con_header .box_header .box_language {
	display: inline-block;
	vertical-align: top;
}
#header .con_header .box_header .box_language dl {
	width: 145px;
	position: relative;
}
#header .con_header .box_header .box_language dl dt {
	background: #000;
}
#header .con_header .box_header .box_language dl dt a {
	font-family: "Times New Roman", serif;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	text-align: center;
}
#header .con_header .box_header .box_language dl dt a i {
	margin-left: 0.5em;
}
#header .con_header .box_header .box_language dl dd {
	position: absolute;
	width: 100%;
	background: #313131;
	z-index: 100;
	display: none;
}
#header .con_header .box_header .box_language dl dd ul li {
	border-top: 1px solid #ccc;
}
#header .con_header .box_header .box_language dl dd ul li a {
	font-family: "Times New Roman", serif;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 88%;
}
#header .con_header .hnav {
	width: 495px;
	float: right;
	padding-top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .hnav {
		width: 420px;
		padding-right: 0;
		font-size: 87%;
		padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .hnav {
		display: none;
  }
}
#header .con_header .hnav ul {
	overflow: hidden;
	text-align: right;
}
#header .con_header .hnav ul li {
	display: inline-block;
	margin-left: 20px;
}
#header .con_header .hnav ul li:first-child {
	margin-left: 0;
}
#header .con_header .hnav ul li a {
	text-decoration: none;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 100%;
}
#header .con_header .hnav ul li a i {
	margin-right: 0.5em;
}
#header .gnav {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#header .gnav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
@media only screen and (max-width: 767px) {
  #header .gnav {
		display: none;
  }
}
#header .gnav .inner {
	width: 100% !important;
}
#header .gnav .inner ul li {
	position: relative;
	float: left;
}
#header .gnav .inner ul li:after {
	content: " ";
	width: 1px;
	height: 50px;
	background: #e6e6e6;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
#header .gnav .inner ul li a {
	display: block;
	text-align: center;
	padding: 9px 0;
	text-decoration: none;
	line-height: 1.6;
	position: relative;
}
@media only screen and (max-width: 900px) {
  #header .gnav .inner ul li a {
		font-size: 85%;
  }
}
#header .gnav .inner ul li a:hover {
	background: #f2f2f2;
}
#header .gnav .inner ul li a span {
	display: block;
}
#header .gnav .inner ul li a span.jp {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .gnav .inner ul li a span.jp {
		font-size: 113%;
  }
}
#header .gnav .inner ul li a span.en {
	font-family: "Playfair Display", serif;
	font-size: 69%;
	color: #006953;
}
#header .gnav .inner ul li.gnav_hom {
	width: 11.0%;
}
#header .gnav .inner ul li.gnav_roo {
	width: 10.0%;
}
#header .gnav .inner ul li.gnav_din {
	width: 11.0%;
}
#header .gnav .inner ul li.gnav_hot {
	width: 10.0%;
}
#header .gnav .inner ul li.gnav_sig {
	width: 12.0%;
}
#header .gnav .inner ul li.gnav_acc {
	width: 11.8%;
}
#header .gnav .inner ul li.gnav_day {
	width: 14.6%;
}
#header .gnav .inner ul li.gnav_rsv {
	width: 19.6%;
}
#header .gnav .inner ul li.gnav_rsv:after {
	display: none;
}
#header .gnav .inner ul li.gnav_rsv a {
	background: #006953;
}
#header .gnav .inner ul li.gnav_rsv a span.en, #header .gnav .inner ul li.gnav_rsv a span.jp {
	color: #fff;
}
#header .gnav .inner ul li.gnav_rsv a:after {
	display: none;
}
#header .gnav .inner ul li.gnav_rsv a:hover {
	background-color: #006953;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF006953', endColorstr='#FF002A21');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjk1MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMmEyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006953), color-stop(100%, #002a21));
	background-image: -moz-linear-gradient(top, #006953 0%, #002a21 100%);
	background-image: -webkit-linear-gradient(top, #006953 0%, #002a21 100%);
	background-image: linear-gradient(to bottom, #006953 0%, #002a21 100%);
}
#header .sp_con_menu {
	display: none;
	font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 767px) {
  #header .sp_con_menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 9999;
		border-bottom: solid 1px #002a21;
		background: #fff;
  }
}

#header .sp_con_menu .box_sp_menu p.bestrate {
	width: 85%;
	margin: 1em auto 1em;
	display: block;
}

#header .sp_con_menu .box_menu {
	overflow: hidden;
}
#header .sp_con_menu .box_menu > li {
	width: 25%;
	float: left;
	border-right: solid 1px #002a21;
	text-align: center;
}
#header .sp_con_menu .box_menu > li:first-child {
	border-left: none;
}
#header .sp_con_menu .box_menu > li.sp_lan i {
	font-size: 157%;
}
#header .sp_con_menu .box_menu > li.sp_tel i {
	font-size: 169%;
}
#header .sp_con_menu .box_menu > li.sp_rsv {
	border-left: none !important;
}
#header .sp_con_menu .box_menu > li.sp_rsv a {
	background: #006953;
	color: #fff;
	font-size: 80%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
#header .sp_con_menu .box_menu > li.sp_rsv a i {
	font-size: 190%;
	display: inline-block;
	margin-bottom: 5px;
}
#header .sp_con_menu .box_menu > li.accordion {
	position: relative;
}
#header .sp_con_menu .box_menu > li#btn_menu {
	position: relative;
}
#header .sp_con_menu .box_menu > li#btn_menu .menu1 {
	width: 26px;
	height: 3px;
	left: 50%;
	margin-left: -13px;
	background: #000;
	top: 12px;
	position: absolute;
}
#header .sp_con_menu .box_menu > li#btn_menu .menu2 {
	width: 26px;
	height: 3px;
	left: 50%;
	margin-left: -13px;
	background: #000;
	top: 19px;
	position: absolute;
}
#header .sp_con_menu .box_menu > li#btn_menu .menu3 {
	width: 26px;
	height: 3px;
	left: 50%;
	margin-left: -13px;
	background-color: #000;
	top: 26px;
	position: absolute;
}
#header .sp_con_menu .box_menu > li#btn_menu .menu1, #header .sp_con_menu .box_menu > li#btn_menu .menu2, #header .sp_con_menu .box_menu > li#btn_menu .menu3 {
	transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
  /* Opera */
	-moz-transition: all 0.6s ease-out;
  /* Firefox */
	-webkit-transition: all 0.6s ease-out;
  /* GoogleChrome, Safari */
	-ms-transition: all 0.6s ease-out;
  /* IE */
}
#header .sp_con_menu .box_menu > li#btn_menu .menuclick1 {
	top: 20px;
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
#header .sp_con_menu .box_menu > li#btn_menu .menuclick2 {
	opacity: 0;
}
#header .sp_con_menu .box_menu > li#btn_menu .menuclick3 {
	top: 20px;
	-o-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#header .sp_con_menu .box_menu > li#btn_menu span {
	padding-top: 24px;
}
#header .sp_con_menu .box_menu > li > a, #header .sp_con_menu .box_menu > li .tel {
	text-decoration: none;
	font-size: 90%;
	display: block;
	padding: 10px 3px 2px;
	min-height: 58px;
	outline: none;
	line-height: 1.4;
}
#header .sp_con_menu .box_menu > li > a span, #header .sp_con_menu .box_menu > li .tel span {
	display: block;
}
#header .sp_con_menu .box_menu > li .acc {
	display: none;
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: -1;
}
#header .sp_con_menu .box_menu > li .acc > li {
	border: dotted 1px #ccc;
}
#header .sp_con_menu .box_menu > li .acc > li a {
	text-decoration: none;
	display: block;
	padding: 10px;
}
#header .sp_con_menu .box_lang_sp {
	display: none;
	position: absolute;
	top: 60px;
	width: 100%;
	background: #fff;
	z-index: 999;
}
#header .sp_con_menu .box_lang_sp li {
	margin-bottom: 1px;
	position: relative;
}
#header .sp_con_menu .box_lang_sp li a {
	display: block;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 88%;
	background: #006953;
	color: #fff;
	font-family: "Playfair Display", serif;
}
#header .sp_con_menu .box_lang_sp li a i {
	margin-right: 0.5em;
}

.box_sp_menu {
	display: none;
	position: static;
}
@media only screen and (max-width: 767px) {
  .box_sp_menu {
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 9999;
		overflow-y: auto;
		left: -100%;
		background: rgba(0, 105, 83, 0.8);
		padding: 0 0 100px;
		max-width: 300px;
		-webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1024px) {
  .box_sp_menu > ul > li.btn_rsv_menu a {
		background: #8A0606;
  }
}
.box_sp_menu > ul > li a {
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	border-bottom: solid 1px #ccc;
}
.box_sp_menu > ul > li > ul {
	display: none;
}
.box_sp_menu > ul > li > ul li {
	background: #fff;
	border-bottom: solid 1px #ccc;
}
.box_sp_menu > ul > li > ul li a {
	color: #4faf33 !important;
	padding-left: 30px !important;
}
.box_sp_menu > ul > li > ul li a:hover {
	color: #4faf33 !important;
}
.box_sp_menu a {
	font-size: 94%;
	text-decoration: none;
}
.box_sp_menu a:hover {
	color: #fff !important;
}
.box_sp_menu a i {
	margin-right: 0.5em;
}

/* -----------------------------------------------------------
	con_topicpath パンクズ
----------------------------------------------------------- */
.con_topicpath {
	font-size: 100%;
	padding: 13px 0;
	text-align: left;
	clear: both;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topicpath {
		margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
		margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
		font-size: 63%;
  }
}
.con_topicpath ul li {
	display: inline-block;
}
.con_topicpath ul li:first-child i {
	color: #960101;
	margin: 0 5px 0 0;
}
.con_topicpath ul li a {
	text-decoration: underline;
}
.con_topicpath ul li a:hover {
	text-decoration: none;
}
.con_topicpath ul li i {
	margin: 0 10px;
	font-size: 100%;
	vertical-align: baseline;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
.con_search {
	position: relative;
}
.con_search:before {
	content: ' ';
	position: absolute;
	bottom: -243px;
	width: 385px;
	height: 243px;
	right: 0;
	background: url("../images/common/bg_leaf_right.png") no-repeat;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
	background: url("../images/common/bg_search.jpg");
	position: relative;
	z-index: 3;
}
@media only screen and (max-width: 767px) {
  .con_search {
		display: none;
  }
}
.con_search:before {
	content: ' ';
	position: absolute;
	top: 0px;
	width: 304px;
	height: 152px;
	left: 0;
	background: url("../images/common/bg_leaf_left.jpg") no-repeat;
}
@media only screen and (max-width: 1770px) {
  .con_search:before {
		background-size: 84%;
  }
}
@media print {
  .con_search:before {
		background-size: 84%;
  }
}
.ie8 .con_search:before {
	background-size: 84%;
}
@media only screen and (max-width: 1670px) {
  .con_search:before {
		background: none;
  }
}
@media print {
  .con_search:before {
		background: none;
  }
}
.ie8 .con_search:before {
	background: none;
}
.con_search .inner {
	padding: 23px 0;
	position: relative;
}
.con_search .inner .con_bestrate p {
	position: absolute;
	z-index: 3;
	right: 0;
	top: -151px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .inner .con_bestrate p {
		right: -117px;
		top: -106px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .inner .con_bestrate p img {
		width: 70%;
  }
}
.con_search .wrp_form {
	width: 100%;
	padding-bottom: 5px;
	display: table;
}
.con_search .wrp_form > div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
@media only screen and (max-width: 900px) {
  .con_search .wrp_form > div {
		padding-right: 9px;
  }
}
.con_search .wrp_form > div > em {
	font-size: 100%;
	display: block;
	margin-bottom: 2px;
}
.con_search .wrp_form h2 {
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	font-size: 125%;
	color: #006953;
	vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .wrp_form h2 {
		font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form h2 {
		font-size: 107%;
  }
}
@media only screen and (max-width: 900px) {
  .con_search .wrp_form h2 {
		width: 110px;
		vertical-align: middle;
		display: table-cell;
		padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .wrp_form h2 {
		display: none;
  }
}
.con_search .wrp_form .btn_submit, .con_search .wrp_form .btn_list {
	vertical-align: middle;
	position: relative;
	width: 190px;
	cursor: pointer;
	display: inline-block;
	padding: 16px;
}
.con_search .wrp_form .btn_submit:before, .con_search .wrp_form .btn_list:before {
	content: " ";
	display: block;
	background: #000;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.con_search .wrp_form .btn_submit:hover:before, .con_search .wrp_form .btn_list:hover:before {
	width: 100%;
	opacity: 0.15;
}
@media only screen and (max-width: 900px) {
  .con_search .wrp_form .btn_submit, .con_search .wrp_form .btn_list {
		padding: 10px 15px;
		width: 160px;
  }
}
.con_search .wrp_form .btn_submit p, .con_search .wrp_form .btn_list p {
	color: #fff;
	font-size: 125%;
	position: relative;
	z-index: 3;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .wrp_form .btn_submit p, .con_search .wrp_form .btn_list p {
		font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form .btn_submit p, .con_search .wrp_form .btn_list p {
		font-size: 107%;
  }
}
.con_search .wrp_form .btn_submit.btn_submit, .con_search .wrp_form .btn_list.btn_submit {
	background: #002a21;
	margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .con_search .wrp_form .btn_submit.btn_submit, .con_search .wrp_form .btn_list.btn_submit {
		margin-bottom: 5px;
  }
}
.con_search .wrp_form .btn_submit.btn_list, .con_search .wrp_form .btn_list.btn_list {
	background: #006953;
}
.con_search .wrp_form .btn_submit.btn_list a, .con_search .wrp_form .btn_list.btn_list a {
	color: #fff;
	text-decoration: none;
}
.con_search .wrp_form input[type="text"], .con_search .wrp_form .cs {
	height: 40px;
	line-height: 40px;
	border: none;
	background: #fff;
	color: #000;
	border: 1px solid #97b7b0;
}
.con_search .wrp_form input[type="text"]:disabled, .con_search .wrp_form .cs:disabled {
	background-color: #ebebe4;
}
.con_search .wrp_form input[type="text"] {
	width: 100%;
	padding-left: 15px;
	font-size: 113%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
.con_search .wrp_form .cs {
	text-align: center;
	width: 40px;
	font-size: 113%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .wrp_form .cs {
		width: 53px;
  }
}
.con_search .wrp_form .box_title {
	position: relative;
	margin-bottom: 2px;
}
.con_search .wrp_form .box_title label {
	position: absolute;
	top: 0;
	right: 0;
}
.con_search .wrp_form .box_day {
	width: 180px;
	vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  .con_search .wrp_form .box_day {
		width: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .wrp_form .box_und {
		width: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .con_search .wrp_form .box_per, .con_search .wrp_form .box_sta, .con_search .wrp_form .box_roo {
		width: 13%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .wrp_form .box_per, .con_search .wrp_form .box_sta, .con_search .wrp_form .box_roo {
		width: 13%;
  }
}
.con_search .box_menu {
	margin-top: 15px;
	margin-left: 125px;
}
@media only screen and (max-width: 900px) {
  .con_search .box_menu {
		margin-left: 0;
  }
}
.con_search .box_menu ul {
	float: left;
	overflow: hidden;
	text-align: center;
}
.con_search .box_menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
@media only screen and (max-width: 900px) {
  .con_search .box_menu ul li {
		margin: 0 10px;
  }
}
.con_search .box_menu ul li a {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	color: #333;
	text-decoration: none;
	font-size: 88%;
	text-align: center;
	display: block;
}
.con_search .box_menu ul li a:hover {
	text-decoration: underline;
}
.con_search .box_menu ul li.houjin {
	background: #313131;
	padding: 3px 17px;
}
.con_search .box_menu ul li.houjin a {
	color: #fff;
	text-decoration: none;
}
.con_search .box_menu ul li.att a {
	font-size: 100%;
}
.con_search .box_menu ul li.att a i {
	color: #002a21;
}
.con_search .box_menu ul.nar li {
	margin: 0 5px;
}
.con_search .box_menu ul.wid {
	margin-left: 15px;
}
@media only screen and (max-width: 900px) {
  .con_search .box_menu ul.wid {
		margin: 7px 0 0 0px;
  }
}

/* -----------------------------------------------------------
	.con_old_res
----------------------------------------------------------- */
.con_old_res {
	background: #8a0606;
}
.con_old_res .box_inner {
	text-align: center;
	padding: 10px 5px 5px;
}
@media only screen and (max-width: 767px) {
  .con_old_res .box_inner {
		padding: 1em 0;
  }
}
.con_old_res .box_inner .st {
	color: #fff;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
.con_old_res .box_inner .st span {
	display: inline-block;
	position: relative;
	padding: 0 1.7em;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .con_old_res .box_inner .st span {
		line-height: 1.3;
		font-size: 75%;
  }
}
.con_old_res .box_inner .st span:before, .con_old_res .box_inner .st span:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 1em;
	height: 1px;
	background: #fff;
}
.con_old_res .box_inner .st span:before {
	left: 0;
}
.con_old_res .box_inner .st span:after {
	right: 0;
}
.con_old_res .box_inner .btn > a {
	display: block;
	padding: 0.3em;
	color: #fff;
	font-size: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	letter-spacing: 0.05em;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_old_res .box_inner .btn > a {
		line-height: 1.4;
		font-size: 75%;
		border: solid 1px #fff;
		padding: 0.6em;
		text-decoration: none;
  }
}
.con_old_res .box_inner .btn > a:hover {
	color: #8a0606;
	background: #fff;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  #footer {
		margin-top: 0;
		padding: 10px 0 0;
  }
}
#footer .box_footer {
	background: #eeeeee;
}
#footer .box_footer .wrp_footer {
	display: table;
	width: 100%;
	padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  #footer .box_footer .wrp_footer {
		display: block;
  }
}
#footer .box_footer .wrp_footer > * {
	display: table-cell;
	vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  #footer .box_footer .wrp_footer > * {
		display: block;
  }
}
#footer .box_footer .wrp_footer .box_info {
	width: 340px;
	position: relative;
	padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .wrp_footer .box_info {
		margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .wrp_footer .box_info {
		width: 100%;
		display: block;
		padding-bottom: 0;
  }
  #footer .box_footer .wrp_footer .box_info > * {
		display: block;
  }
}
#footer .box_footer .wrp_footer .box_info .box_logo {
	padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .wrp_footer .box_info .box_logo {
		text-align: center;
		padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .wrp_footer .box_info .box_logo {
		width: 100%;
		padding-top: 0;
		text-align: center;
  }
}
#footer .box_footer .wrp_footer .box_info .box_logo .logo {
	margin-bottom: 15px;
}
#footer .box_footer .wrp_footer .box_info .box_logo address {
	font-size: 88%;
	margin-bottom: 8px;
	display: block;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .wrp_footer .box_info .box_logo address {
		text-align: center;
		margin-top: 10px;
  }
}
#footer .box_footer .wrp_footer .box_info .box_logo .tel {
	font-size: 88%;
	margin-bottom: 12px;
}
#footer .box_footer .wrp_footer .box_info .box_sns li {
	float: left;
	width: 27px;
	margin-right: 10px;
}
#footer .box_footer .wrp_footer .box_info .box_sns li:last-child {
	margin-right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .wrp_footer .box_info .box_sns {
		width: 80px;
		margin: auto;
		overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .wrp_footer .box_info .box_sns {
		width: 150px;
		margin: auto;
		overflow: hidden;
  }
}
#footer .box_footer .wrp_footer .box_sitemap {
	border-left: 1px solid #9f9f9f;
	padding-left: 6%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer .wrp_footer .box_sitemap {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer .wrp_footer .box_sitemap {
		display: none;
  }
}
#footer .box_footer .wrp_footer .box_sitemap .inner {
	display: table;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #footer .box_footer .wrp_footer .box_sitemap .inner {
		width: 100%;
  }
}
#footer .box_footer .wrp_footer .box_sitemap .inner > * {
	display: table-cell;
	vertical-align: top;
}
#footer .box_footer .wrp_footer .box_sitemap ul {
	padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  #footer .box_footer .wrp_footer .box_sitemap ul {
		padding-left: 15px;
  }
}
#footer .box_footer .wrp_footer .box_sitemap ul:first-child {
	padding-left: 0;
}
#footer .box_footer .wrp_footer .box_sitemap ul li {
	margin-bottom: 8px;
}
#footer .box_footer .wrp_footer .box_sitemap ul li a {
	text-decoration: none;
	color: #1f1f1f;
	font-size: 88%;
}
#footer .box_footer .wrp_footer .box_sitemap ul li a:hover {
	text-decoration: underline;
}
#footer .box_footer .wrp_footer .box_sitemap ul li a i {
	margin-right: .5em;
}
#footer .box_footer #btn_ptop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	opacity: 0;
	z-index: 10;
	width: 51px;
	height: 51px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
#footer .box_footer #btn_ptop.active {
	right: 20px;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer #btn_ptop {
		display: none;
  }
}
#footer .box_hotellist {
	background: url(../images/footer/bg_footer.jpg) center center no-repeat;
	padding-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_hotellist {
		width: 100%;
		padding-bottom: 285px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_hotellist {
		padding-bottom: 0;
		background: none !important;
  }
}
#footer .box_hotellist .list_inner {
	display: table;
	overflow: hidden;
	padding: 35px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_hotellist .list_inner {
		padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_hotellist .list_inner {
		display: none;
  }
}
#footer .box_hotellist .list_inner > * {
	display: table-cell;
	vertical-align: top;
}
#footer .box_hotellist .list_inner ul {
	padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_hotellist .list_inner ul {
		padding-left: 13px;
  }
}
#footer .box_hotellist .list_inner ul:first-child {
	padding-left: 0;
}
#footer .box_hotellist .list_inner ul li {
	margin-bottom: 3px;
}
#footer .box_hotellist .list_inner ul li a {
	text-decoration: none;
	color: #1f1f1f;
	font-size: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_hotellist .list_inner ul li a {
		font-size: 69%;
  }
}
#footer .box_hotellist .list_inner ul li a:hover {
	text-decoration: underline;
}
#footer .box_hotellist .list_inner ul li a i {
	margin-right: .5em;
}
#footer .box_hotellist .list_inner ul.img_list {
	padding-top: 5px;
}
#footer .box_hotellist .list_inner ul.img_list li {
	margin-bottom: 13px;
}
#footer .box_hotellist .con_srchBox {
	padding-top: 30px;
	text-align: right;
	overflow: hidden;
}
#footer .box_hotellist .con_srchBox #srchBox {
	float: right;
}
#footer #copyright {
	text-align: center;
	font-size: 69%;
	background: #006953;
	color: #fff;
	padding: 10px 0;
	font-family: "Playfair Display", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #copyright {
		font-size: 69%;
  }
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
		font-size: 50%;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/*----------------------------------------------------
	テーブル tbl_primary　直線のテーブル（レスポン対応）
 ----------------------------------------------------*/
table.tbl_primary {
	border: 0;
	border-collapse: separate;
	background-color: #ccc;
	width: 100%;
	border-spacing: 1px;
}
table.tbl_primary th {
	background-color: #e4e4e4;
	border: 1px solid #fff;
	color: #1e2219;
	text-align: center;
	padding: 12px 6px;
}
table.tbl_primary td {
	padding: 12px 12px;
	background: #fff;
	text-align: left;
}
@media only screen and (max-width: 767px) {
  table.tbl_primary th, table.tbl_primary td {
		float: left;
		width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_primary_fix　直線のテーブル（PCからスマホまで列固定）
----------------------------------------------------*/
table.tbl_primary_fix {
	border: 0;
	border-collapse: separate;
	background-color: #ccc;
	width: 100%;
	border-spacing: 1px;
}
table.tbl_primary_fix th {
	background-color: #e4e4e4;
	border: 1px solid #fff;
	color: #1e2219;
	text-align: center;
	padding: 12px 6px;
}
table.tbl_primary_fix td {
	padding: 12px 12px;
	background: #fff;
	text-align: left;
}

/*----------------------------------------------------
	テーブル tbl_secondary　ドットのテーブル（レスポン対応）
----------------------------------------------------*/
table.tbl_secondary {
	border: 0;
	width: 100%;
}
table.tbl_secondary th {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: dotted 1px #333;
	width: 160px;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary th {
		background-color: #e4e4e4;
  }
}
table.tbl_secondary td {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: dotted 1px #333;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary th, table.tbl_secondary td {
		float: left;
		width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_secondary_fix　ドットのテーブル（PCからスマホまで列固定）
----------------------------------------------------*/
table.tbl_secondary_fix {
	border: 0;
	width: 100%;
}
table.tbl_secondary_fix th {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: dotted 1px #333;
	width: 160px;
}
@media only screen and (max-width: 767px) {
  table.tbl_secondary_fix th {
		width: 30%;
  }
}
table.tbl_secondary_fix td {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: dotted 1px #333;
}

/*----------------------------------------------------
	テーブル tbl_tertiary　直線のシンプルなテーブル（レスポン対応）
----------------------------------------------------*/
table.tbl_tertiary {
	border: 0;
	width: 100%;
}
table.tbl_tertiary th {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
	width: 160px;
}
@media only screen and (max-width: 767px) {
  table.tbl_tertiary th {
		width: 30%;
		background-color: #e4e4e4;
  }
}
table.tbl_tertiary td {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  table.tbl_tertiary th, table.tbl_tertiary td {
		float: left;
		width: 100%;
  }
}

/*----------------------------------------------------
	テーブル tbl_tertiary_fix　直線のシンプルなテーブル（PCからスマホまで列固定）
----------------------------------------------------*/
table.tbl_tertiary_fix {
	border: 0;
	width: 100%;
}
table.tbl_tertiary_fix th {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
	width: 160px;
}
@media only screen and (max-width: 767px) {
  table.tbl_tertiary_fix th {
		width: 30%;
  }
}
table.tbl_tertiary_fix td {
	padding: 12px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}

/* -----------------------------------------------------------
	.slick_defalt slickスライド共通設定
----------------------------------------------------------- */
.slick_defalt.arrow_black .slick-prev {
	left: 25px;
	background: url(../images/common/ic_arrow_b_prev.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick_defalt.arrow_black .slick-prev {
		left: 10px;
  }
}
.slick_defalt.arrow_black .slick-prev:before {
	background: url(../images/common/ic_arrow_b_prev.png) no-repeat;
}
.slick_defalt.arrow_black .slick-next {
	right: 25px;
	background: url(../images/common/ic_arrow_b_next.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick_defalt.arrow_black .slick-next {
		right: 10px;
  }
}
.slick_defalt.arrow_black .slick-next:before {
	background: url(../images/common/ic_arrow_b_next.png) no-repeat;
}
.slick_defalt .slick-prev,
.slick_defalt .slick-next {
	position: absolute;
	display: block;
	height: 34px;
	width: 18px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -17px\9;
  /*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	background-size: contain !important;
	z-index: 9;
}
@media only screen and (max-width: 767px) {
  .slick_defalt .slick-prev,
  .slick_defalt .slick-next {
		height: 24px;
		margin-top: -3px;
  }
}
.slick_defalt .slick-prev:hover, .slick_defalt .slick-prev:focus,
.slick_defalt .slick-next:hover,
.slick_defalt .slick-next:focus {
	outline: none;
}
.slick_defalt .slick-prev {
	left: 25px;
	background: url(../images/common/ic_arrow_left_w.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick_defalt .slick-prev {
		left: 10px;
  }
}
.slick_defalt .slick-prev:before {
	background: url(../images/common/ic_arrow_left_w.png) no-repeat;
}
.slick_defalt .slick-next {
	right: 25px;
	background: url(../images/common/ic_arrow_right_w.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .slick_defalt .slick-next {
		right: 10px;
  }
}
.slick_defalt .slick-next:before {
	background: url(../images/common/ic_arrow_right_w.png) no-repeat;
}
.slick_defalt .slick-dots {
	position: absolute;
	bottom: -35px;
	left: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}
.slick_defalt .slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}
.slick_defalt .slick-dots li button {
	border: 0;
	background: #fff;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 0px 2px 1px #c3c3c3;
	-moz-box-shadow: 0px 0px 2px 1px #c3c3c3;
	-webkit-box-shadow: 0px 0px 2px 1px #c3c3c3;
}
.slick_defalt .slick-dots li button:hover, .slick_defalt .slick-dots li button:focus {
	outline: none;
}
.slick_defalt .slick-dots li.slick-active button {
	background: #333333;
}

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all 0.5s;
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(30px);
	opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}
