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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header #wrapNav #gnav .inner, #header #fixnav #gnav .inner, #header #wrapNav #hnav .inner, #header #fixnav #hnav .inner, #contents .con_search .inner, #footer .con_footer .box_footer, html.lower #contents .topicpath {
	max-width: 1000px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  #header #wrapNav #gnav .inner, #header #fixnav #gnav .inner, #header #wrapNav #hnav .inner, #header #fixnav #hnav .inner, #contents .con_search .inner, #footer .con_footer .box_footer, html.lower #contents .topicpath {
		width: 95%;
  }
}

#modal_search #obj_search2:after {
	content: "";
	display: table;
	clear: both;
}

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

body {
	color: #313131;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
.ie body {
	font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 93%;
  }
}
body a {
	color: #4b4b4b;
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #646464;
}
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: 1000px !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 (min-width: 1025px) {
  body .view_appeal_sp {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
		display: none !important;
  }
}

.mouse .over, .mouse #header #wrapNav #gnav .inner ul li:last-child a, #header #wrapNav #gnav .inner ul li:last-child .mouse a, .mouse #header #fixnav #gnav .inner ul li:last-child a, #header #fixnav #gnav .inner ul li:last-child .mouse a {
	-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, .mouse #header #wrapNav #gnav .inner ul li:last-child a:hover, #header #wrapNav #gnav .inner ul li:last-child .mouse a:hover, .mouse #header #fixnav #gnav .inner ul li:last-child a:hover, #header #fixnav #gnav .inner ul li:last-child .mouse a:hover, .touch .over.touchstart, .touch #header #wrapNav #gnav .inner ul li:last-child a.touchstart, #header #wrapNav #gnav .inner ul li:last-child .touch a.touchstart, .touch #header #fixnav #gnav .inner ul li:last-child a.touchstart, #header #fixnav #gnav .inner ul li:last-child .touch a.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .over, .touch #header #wrapNav #gnav .inner ul li:last-child a, #header #wrapNav #gnav .inner ul li:last-child .touch a, .touch #header #fixnav #gnav .inner ul li:last-child a, #header #fixnav #gnav .inner ul li:last-child .touch a {
	-webkit-tap-highlight-color: transparent;
}
.touch .over.touchend, .touch #header #wrapNav #gnav .inner ul li:last-child a.touchend, #header #wrapNav #gnav .inner ul li:last-child .touch a.touchend, .touch #header #fixnav #gnav .inner ul li:last-child a.touchend, #header #fixnav #gnav .inner ul li:last-child .touch a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	overflow: hidden;
}
@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;
}
@media only screen and (max-width: 767px) {
  #page {
		margin-bottom: 49px;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .TA_certificateOfExcellence{
	position: absolute;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
	z-index: 9999;
	right: 0;
	bottom: 115px;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	transform: translate(-50%,0);
	text-indent: 0;
}
#header h1 {
	float: left;
	padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #header h1 {
		padding: 0.5em 0;
  }
}
@media only screen and (max-width: 1024px) {
  #header h1 {
		margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #header h1 {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background: #e9e4d3;
  }
  #header h1 img {
		width: 45%;
  }
}
#header #wrapNav{
	position: relative;
}
#header #wrapNav #gnav, #header #fixnav #gnav {
	background: #e9e4d3;
}
#header #wrapNav #gnav .inner, #header #fixnav #gnav .inner {
	overflow: hidden;
}
#header #wrapNav #gnav .inner ul, #header #fixnav #gnav .inner ul {
	overflow: hidden;
	float: right;
	width: 77%;
}
#header #wrapNav #gnav .inner ul li, #header #fixnav #gnav .inner ul li {
	position: relative;
	float: left;
	width: 14.5%;
}

#header #wrapNav #gnav .inner ul li.nav_gourmet, #header #fixnav #gnav .inner ul li.nav_gourmet {
	position: relative;
	float: left;
	width: 18.46154%;
}

#header #wrapNav #gnav .inner ul li a, #header #fixnav #gnav .inner ul li a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #header #wrapNav #gnav .inner ul li a, #header #fixnav #gnav .inner ul li a {
		padding: 1em 0;
  }
}
#header #wrapNav #gnav .inner ul li a em, #header #fixnav #gnav .inner ul li a em {
	display: block;
	text-align: center;
}
#header #wrapNav #gnav .inner ul li a em.jp, #header #fixnav #gnav .inner ul li a em.jp {
	font-size: 124%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
#header #wrapNav #gnav .inner ul li a em.en, #header #fixnav #gnav .inner ul li a em.en {
	font-size: 85%;
	color: #a78f5b;
	font-family: "Cinzel", serif;
}
#header #wrapNav #gnav .inner ul li a:before, #header #fixnav #gnav .inner ul li a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 5px;
	width: 80px;
	margin-left: -40px;
	border-bottom: 2px solid #a78f5b;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 300ms, bottom 300ms;
	-o-transition: opacity 300ms, bottom 300ms;
	-webkit-transition: opacity 300ms, bottom 300ms;
	transition: opacity 300ms, bottom 300ms;
}
#header #wrapNav #gnav .inner ul li a:hover:before, #header #fixnav #gnav .inner ul li a:hover:before {
	bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header #wrapNav #gnav .inner ul li:last-child, #header #fixnav #gnav .inner ul li:last-child {
	width: 22.154%;
}
#header #wrapNav #gnav .inner ul li:last-child:before, #header #fixnav #gnav .inner ul li:last-child:before {
	display: none;
}
#header #wrapNav #gnav .inner ul li:last-child a, #header #fixnav #gnav .inner ul li:last-child a {
	background: #a78f5b;
}
#header #wrapNav #gnav .inner ul li:last-child a em.jp, #header #fixnav #gnav .inner ul li:last-child a em.jp {
	color: #fff;
}
#header #wrapNav #gnav .inner ul li:last-child a em.en, #header #fixnav #gnav .inner ul li:last-child a em.en {
	color: #e9e4d3;
}
#header #wrapNav #hnav, #header #fixnav #hnav {
	background: rgba(0, 0, 0, 0.7);
}
#header #wrapNav #hnav .inner, #header #fixnav #hnav .inner {
	overflow: hidden;
}
#header #wrapNav #hnav .inner .box_news, #header #fixnav #hnav .inner .box_news {
	float: left;
	overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  #header #wrapNav #hnav .inner .box_news, #header #fixnav #hnav .inner .box_news {
		width: 47%;
  }
}
@media print {
  #header #wrapNav #hnav .inner .box_news, #header #fixnav #hnav .inner .box_news {
		width: 53%;
  }
}
.ie8 #header #wrapNav #hnav .inner .box_news, .ie8 #header #fixnav #hnav .inner .box_news {
	width: 53%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #wrapNav #hnav .inner .box_news, #header #fixnav #hnav .inner .box_news {
		width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  #header #wrapNav #hnav .inner .box_news, #header #fixnav #hnav .inner .box_news {
		width: 100%;
  }
}
#header #wrapNav #hnav .inner .box_news .st, #header #wrapNav #hnav .inner .box_news #obj_news, #header #wrapNav #hnav .inner .box_news #obj_news_fix, #header #fixnav #hnav .inner .box_news .st, #header #fixnav #hnav .inner .box_news #obj_news, #header #fixnav #hnav .inner .box_news #obj_news_fix {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}
#header #wrapNav #hnav .inner .box_news .st, #header #fixnav #hnav .inner .box_news .st {
	padding: 12px 10px;
	background: #431309;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #wrapNav #hnav .inner .box_news .st, #header #fixnav #hnav .inner .box_news .st {
		padding: 12px 12px;
  }
}
@media only screen and (max-width: 767px) {
  #header #wrapNav #hnav .inner .box_news .st, #header #fixnav #hnav .inner .box_news .st {
		padding: 0.8em 1em;
  }
}
@media only screen and (min-width: 1025px) {
  #header #wrapNav #hnav .inner .box_news #obj_news, #header #wrapNav #hnav .inner .box_news #obj_news_fix, #header #fixnav #hnav .inner .box_news #obj_news, #header #fixnav #hnav .inner .box_news #obj_news_fix {
		width: 82.75862%;
  }
}
@media print {
  #header #wrapNav #hnav .inner .box_news #obj_news, #header #wrapNav #hnav .inner .box_news #obj_news_fix, #header #fixnav #hnav .inner .box_news #obj_news, #header #fixnav #hnav .inner .box_news #obj_news_fix {
		width: 82.75862%;
  }
}
.ie8 #header #wrapNav #hnav .inner .box_news #obj_news, .ie8 #header #wrapNav #hnav .inner .box_news #obj_news_fix, .ie8 #header #fixnav #hnav .inner .box_news #obj_news, .ie8 #header #fixnav #hnav .inner .box_news #obj_news_fix {
	width: 82.75862%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #wrapNav #hnav .inner .box_news #obj_news, #header #wrapNav #hnav .inner .box_news #obj_news_fix, #header #fixnav #hnav .inner .box_news #obj_news, #header #fixnav #hnav .inner .box_news #obj_news_fix {
		width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #header #wrapNav #hnav .inner .box_news #obj_news, #header #wrapNav #hnav .inner .box_news #obj_news_fix, #header #fixnav #hnav .inner .box_news #obj_news, #header #fixnav #hnav .inner .box_news #obj_news_fix {
		width: 70%;
  }
}
#header #wrapNav #hnav .inner .box_news #obj_news li, #header #wrapNav #hnav .inner .box_news #obj_news_fix li, #header #fixnav #hnav .inner .box_news #obj_news li, #header #fixnav #hnav .inner .box_news #obj_news_fix li {
	display: none;
	width: 100%;
	padding-left: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  #header #wrapNav #hnav .inner .box_news #obj_news li, #header #wrapNav #hnav .inner .box_news #obj_news_fix li, #header #fixnav #hnav .inner .box_news #obj_news li, #header #fixnav #hnav .inner .box_news #obj_news_fix li {
		padding-left: 2%;
  }
}
#header #wrapNav #hnav .inner .box_news #obj_news li a, #header #wrapNav #hnav .inner .box_news #obj_news_fix li a, #header #fixnav #hnav .inner .box_news #obj_news li a, #header #fixnav #hnav .inner .box_news #obj_news_fix li a {
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  #header #wrapNav #hnav .inner .box_news #obj_news li a span, #header #wrapNav #hnav .inner .box_news #obj_news_fix li a span, #header #fixnav #hnav .inner .box_news #obj_news li a span, #header #fixnav #hnav .inner .box_news #obj_news_fix li a span {
		display: block;
		font-size: 93%;
  }
}
#header #wrapNav #hnav .inner .box_news #obj_news li a span + span, #header #wrapNav #hnav .inner .box_news #obj_news_fix li a span + span, #header #fixnav #hnav .inner .box_news #obj_news li a span + span, #header #fixnav #hnav .inner .box_news #obj_news_fix li a span + span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#header #wrapNav #hnav .inner .box_hnav, #header #fixnav #hnav .inner .box_hnav {
	float: right;
	width: 53%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #wrapNav #hnav .inner .box_hnav, #header #fixnav #hnav .inner .box_hnav {
		width: 52%;
  }
}
#header #wrapNav #hnav .inner .box_hnav ul, #header #fixnav #hnav .inner .box_hnav ul {
	overflow: hidden;
	padding: 10px 0;
	text-align: right;
}
@media only screen and (max-width: 767px) {
  #header #wrapNav #hnav .inner .box_hnav ul, #header #fixnav #hnav .inner .box_hnav ul {
		padding: 2% 0;
  }
}
#header #wrapNav #hnav .inner .box_hnav ul li, #header #fixnav #hnav .inner .box_hnav ul li {
	position: relative;
	display: inline-block;
	color: #fff;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #wrapNav #hnav .inner .box_hnav ul li, #header #fixnav #hnav .inner .box_hnav ul li {
		padding-right: 1.5%;
  }
}
@media only screen and (max-width: 767px) {
  #header #wrapNav #hnav .inner .box_hnav ul li, #header #fixnav #hnav .inner .box_hnav ul li {
		padding-right: 3%;
  }
}
#header #wrapNav #hnav .inner .box_hnav ul li:before, #header #wrapNav #hnav .inner .box_hnav ul li:after, #header #fixnav #hnav .inner .box_hnav ul li:before, #header #fixnav #hnav .inner .box_hnav ul li:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#header #wrapNav #hnav .inner .box_hnav ul li > *, #header #fixnav #hnav .inner .box_hnav ul li > * {
	vertical-align: middle;
	display: inline;
}
#header #wrapNav #hnav .inner .box_hnav ul li:before, #header #fixnav #hnav .inner .box_hnav ul li:before {
	content: "";
	margin-right: .5em;
}
#header #wrapNav #hnav .inner .box_hnav ul li a, #header #fixnav #hnav .inner .box_hnav ul li a {
	color: #fff;
	text-decoration: none;
}
#header #fixnav {
	position: fixed;
	left: 0;
	top: -200px;
	width: 100%;
	z-index: 100;
	margin-top: 0;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	-webkit-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
#header #fixnav #hnav {
	position: absolute;
	top: 80px;
	width: 100%;
}
.activeFix #header #fixnav {
	top: 0;
	display: block;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: opacity 300ms ease-in;
	-o-transition: opacity 300ms ease-in;
	-webkit-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
.ie8 #header #fixnav {
	min-width: 1000px;
}
@media only screen and (max-width: 767px) {
  #header #fixnav {
		display: none !important;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents {
		padding-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  #contents {
		padding-bottom: 10%;
  }
}
#contents .con_search {
	background: #fff;
	padding: 30px 0;
	border-bottom: 1px solid #a78f5b;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_search {
		padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_search {
		padding: 15px 0;
  }
}
#contents .con_search .inner {
	width: 100%;
}
@media only screen and (min-width: 1025px) {
  #contents .con_search .inner {
		display: table;
  }
}
@media print {
  #contents .con_search .inner {
		display: table;
  }
}
.ie8 #contents .con_search .inner {
	display: table;
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner {
		width: 96%;
		margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  #contents .con_search .inner .st, #contents .con_search .inner .box_select {
		display: table-cell;
		vertical-align: middle;
  }
}
@media print {
  #contents .con_search .inner .st, #contents .con_search .inner .box_select {
		display: table-cell;
		vertical-align: middle;
  }
}
.ie8 #contents .con_search .inner .st, .ie8 #contents .con_search .inner .box_select {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  #contents .con_search .inner .st, #contents .con_search .inner .box_select {
		text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  #contents .con_search .inner .st {
		padding: 0 75px 0 45px;
  }
}
@media print {
  #contents .con_search .inner .st {
		padding: 0 75px 0 45px;
  }
}
.ie8 #contents .con_search .inner .st {
	padding: 0 75px 0 45px;
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .st img {
		width: 20%;
  }
}
#contents .con_search .inner .box_select form {
	display: table;
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_search .inner .box_select form {
		width: 720px;
		margin: 1em auto 0;
  }
}
#contents .con_search .inner .box_select form .box_day, #contents .con_search .inner .box_select form .box_sta, #contents .con_search .inner .box_select form .box_per, #contents .con_search .inner .box_select form .btn_submit {
	display: table-cell;
	padding-left: 52px;
	background: url(../images/common/ic_next.png) no-repeat 20px 15px;
}
#contents .con_search .inner .box_select form .box_day:first-child, #contents .con_search .inner .box_select form .box_sta:first-child, #contents .con_search .inner .box_select form .box_per:first-child, #contents .con_search .inner .box_select form .btn_submit:first-child {
	padding-left: 0;
	background: none;
}
#contents .con_search .inner .box_select form .box_day input, #contents .con_search .inner .box_select form .box_sta select, #contents .con_search .inner .box_select form .box_per select {
	height: 3em;
	padding: 0 .5em;
	width: 100%;
	box-sizing: border-box;
}
#contents .con_search .inner .box_select form .box_day {
	width: 180px;
}
#contents .con_search .inner .box_select form .box_day .box_day input {
	border-width: 1px;
	background: url(../images/common/ic_cal.png) no-repeat 95% center;
}
#contents .con_search .inner .box_select .box_btn {
	margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #contents .con_search .inner .box_select .box_btn {
		display: table;
  }
}
@media print {
  #contents .con_search .inner .box_select .box_btn {
		display: table;
  }
}
.ie8 #contents .con_search .inner .box_select .box_btn {
	display: table;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_search .inner .box_select .box_btn {
		width: 720px;
		margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  #contents .con_search .inner .box_select .box_btn .btn, #contents .con_search .inner .box_select .box_btn ul, #contents .con_search .inner .box_select .box_btn .txt_tel {
		display: table-cell;
		vertical-align: middle;
  }
}
@media print {
  #contents .con_search .inner .box_select .box_btn .btn, #contents .con_search .inner .box_select .box_btn ul, #contents .con_search .inner .box_select .box_btn .txt_tel {
		display: table-cell;
		vertical-align: middle;
  }
}
.ie8 #contents .con_search .inner .box_select .box_btn .btn, .ie8 #contents .con_search .inner .box_select .box_btn ul, .ie8 #contents .con_search .inner .box_select .box_btn .txt_tel {
	display: table-cell;
	vertical-align: middle;
}
#contents .con_search .inner .box_select .box_btn .wrap_btn {
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn .wrap_btn .tmp_btn1 {
		float: left;
		width: 49%;
  }
  #contents .con_search .inner .box_select .box_btn .wrap_btn .tmp_btn1:before {
		font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn .wrap_btn .tmp_btn2 {
		float: right;
		width: 49%;
		font-size: 100%;
  }
}
#contents .con_search .inner .box_select .box_btn ul {
	padding-left: 15px;
	margin-top: 0;
	overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_search .inner .box_select .box_btn ul {
		padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn ul {
		padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_search .inner .box_select .box_btn ul {
		margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn ul {
		margin-top: 4%;
  }
}
#contents .con_search .inner .box_select .box_btn ul li {
	float: left;
	margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_search .inner .box_select .box_btn ul li {
		margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn ul li {
		margin-left: 3%;
  }
}
#contents .con_search .inner .box_select .box_btn ul li:before, #contents .con_search .inner .box_select .box_btn ul li:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#contents .con_search .inner .box_select .box_btn ul li > * {
	vertical-align: middle;
	display: inline;
}
#contents .con_search .inner .box_select .box_btn ul li:before {
	content: "";
	margin-right: .5em;
}
#contents .con_search .inner .box_select .box_btn ul li:first-child {
	margin-left: 0;
}
#contents .con_search .inner .box_select .box_btn ul li:first-child a {
	color: #9a6e11;
}
#contents .con_search .inner .box_select .box_btn ul li:first-child:before {
	color: #9a6e11;
}
#contents .con_search .inner .box_select .box_btn .txt_tel {
	padding-left: 40px;
	font-family: "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_search .inner .box_select .box_btn .txt_tel {
		padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn .txt_tel {
		padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn .txt_tel {
		border: 1px solid #ddd;
		margin-top: 4%;
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
		background: -moz-linear-gradient(#ffffff, #eeeeee);
		background: -webkit-linear-gradient(#ffffff, #eeeeee);
		background: linear-gradient(#ffffff, #eeeeee);
  }
}
@media only screen and (min-width: 768px) {
  #contents .con_search .inner .box_select .box_btn .txt_tel:before {
		content: '/';
		margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn .txt_tel:before {
		margin-right: 0;
  }
}

@media print {
  #contents .con_search .inner .box_select .box_btn .txt_tel:before {
		content: '/';
		margin-right: 15px;
  }
}
.ie8 #contents .con_search .inner .box_select .box_btn .txt_tel:before {
	content: '/';
	margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .ie8 #contents .con_search .inner .box_select .box_btn .txt_tel:before {
		margin-right: 0;
  }
}
#contents .con_search .inner .box_select .box_btn .txt_tel a, #contents .con_search .inner .box_select .box_btn .txt_tel span {
	font-size: 231%;
	text-decoration: none;
	vertical-align: baseline;
	color: #1d1101;
}
@media only screen and (min-width: 1025px) {
  #contents .con_search .inner .box_select .box_btn .txt_tel a, #contents .con_search .inner .box_select .box_btn .txt_tel span {
		display: inline-block;
  }
}
@media print {
  #contents .con_search .inner .box_select .box_btn .txt_tel a, #contents .con_search .inner .box_select .box_btn .txt_tel span {
		display: inline-block;
  }
}
.ie8 #contents .con_search .inner .box_select .box_btn .txt_tel a, .ie8 #contents .con_search .inner .box_select .box_btn .txt_tel span {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn .txt_tel a, #contents .con_search .inner .box_select .box_btn .txt_tel span {
		display: block;
		font-size: 162%;
  }
}
#contents .con_search .inner .box_select .box_btn .txt_tel a span, #contents .con_search .inner .box_select .box_btn .txt_tel span span {
	display: inline-block;
	font-size: 70%;
}
@media only screen and (max-width: 767px) {
  #contents .con_search .inner .box_select .box_btn .txt_tel a span, #contents .con_search .inner .box_select .box_btn .txt_tel span span {
		font-size: 72%;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .ptop {
	position: fixed;
	right: 50px;
	bottom: -50px;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 300ms ease-in, bottom 300ms ease-in;
	-o-transition: opacity 300ms ease-in, bottom 300ms ease-in;
	-webkit-transition: opacity 300ms ease-in, bottom 300ms ease-in;
	transition: opacity 300ms ease-in, bottom 300ms ease-in;
}
.activeFix #footer .ptop {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	bottom: 50px;
}
#footer .con_footer {
	border-top: 2px solid #a78f5b;
	padding: 22px 0;
	background: #ece9dd;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer {
		padding: 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
		padding: 3% 0;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer {
		display: table;
  }
}
@media print {
  #footer .con_footer .box_footer {
		display: table;
  }
}
.ie8 #footer .con_footer .box_footer {
	display: table;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .flogo, #footer .con_footer .box_footer .inner {
		display: table-cell;
		vertical-align: middle;
  }
}
@media print {
  #footer .con_footer .box_footer .flogo, #footer .con_footer .box_footer .inner {
		display: table-cell;
		vertical-align: middle;
  }
}
.ie8 #footer .con_footer .box_footer .flogo, .ie8 #footer .con_footer .box_footer .inner {
	display: table-cell;
	vertical-align: middle;
}
#footer .con_footer .box_footer .flogo {
	padding: 10px 20px 10px 0;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .flogo {
		padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .flogo {
		padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .flogo {
		border-right: 1px dotted #000;
  }
}
@media print {
  #footer .con_footer .box_footer .flogo {
		border-right: 1px dotted #000;
  }
}
.ie8 #footer .con_footer .box_footer .flogo {
	border-right: 1px dotted #000;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .flogo {
		width: 180px;
		margin: auto;
  }
}
#footer .con_footer .box_footer .inner {
	overflow: hidden;
	margin: auto;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .inner {
		width: 74.5%;
		padding-left: 20px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .inner {
		padding-left: 5%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 767px) {
  #footer .con_footer .box_footer .inner {
		padding-left: 3%;
  }
}

@media print {
  #footer .con_footer .box_footer .inner {
		width: 74.5%;
		padding-left: 20px;
  }
}
.ie8 #footer .con_footer .box_footer .inner {
	width: 74.5%;
	padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ie8 #footer .con_footer .box_footer .inner {
		padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 #footer .con_footer .box_footer .inner {
		padding-left: 3%;
  }
}
#footer .con_footer .box_footer .inner address {
	margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .inner address {
		margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .inner address {
		margin-top: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .inner address {
		float: left;
		width: 390px;
  }
}
@media print {
  #footer .con_footer .box_footer .inner address {
		float: left;
		width: 390px;
  }
}
.ie8 #footer .con_footer .box_footer .inner address {
	float: left;
	width: 390px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .inner address {
		text-align: center;
  }
}
#footer .con_footer .box_footer .inner .btn {
	max-width: 250px;
	width: 70%;
	font-size: 139%;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .box_footer .inner .btn {
		float: right;
  }
}
@media print {
  #footer .con_footer .box_footer .inner .btn {
		float: right;
  }
}
.ie8 #footer .con_footer .box_footer .inner .btn {
	float: right;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .inner .btn {
		margin: 3% auto 0;
		max-width: 345px;
		font-size: 100%;
  }
}
#footer .con_lnk {
	padding: 0 20px;
	border-top: 1px solid #dad6d4;
	background: #ece9dd;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_lnk {
		padding: 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk {
		padding: 4% 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk .box_lnk {
		padding: 0 5%;
		box-sizing: border-box;
  }
}
#footer .con_lnk .box_lnk .wrap_lnk {
	overflow: hidden;
	padding: 1% 0;
}
@media only screen and (min-width: 768px) {
  #footer .con_lnk .box_lnk .wrap_lnk:first-child {
		border-bottom: 1px solid #dad6d4;
  }
}
@media print {
  #footer .con_lnk .box_lnk .wrap_lnk:first-child {
		border-bottom: 1px solid #dad6d4;
  }
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk:first-child {
	border-bottom: 1px solid #dad6d4;
}
#footer .con_lnk .box_lnk .wrap_lnk .st {
	position: relative;
	color: #a78f5b;
	font-size: 185%;
	font-family: "Cinzel", serif;
	text-align: left;
}
@media only screen and (min-width: 1025px) {
  #footer .con_lnk .box_lnk .wrap_lnk .st {
		width: 20%;
		max-width: 250px;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
  }
}
@media print {
  #footer .con_lnk .box_lnk .wrap_lnk .st {
		width: 20%;
		max-width: 250px;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
  }
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk .st {
	width: 20%;
	max-width: 250px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk .box_lnk .wrap_lnk .st {
		padding: 0.5em 0.5em;
		background: #9a8469;
		color: #fff;
		font-size: 100%;
  }
  #footer .con_lnk .box_lnk .wrap_lnk .st:before, #footer .con_lnk .box_lnk .wrap_lnk .st:after {
		font-family: FontAwesome;
		vertical-align: middle;
  }
  #footer .con_lnk .box_lnk .wrap_lnk .st > * {
		vertical-align: middle;
		display: inline;
  }
  #footer .con_lnk .box_lnk .wrap_lnk .st:before {
		content: "";
		margin-right: .5em;
		position: absolute;
		right: .5em;
		top: 50%;
		margin-top: -.7em;
  }
}
#footer .con_lnk .box_lnk .wrap_lnk .st.active:before, #footer .con_lnk .box_lnk .wrap_lnk .st.active:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .con_lnk .box_lnk .wrap_lnk .st.active > * {
	vertical-align: middle;
	display: inline;
}
#footer .con_lnk .box_lnk .wrap_lnk .st.active:before {
	content: "";
	margin-right: .5em;
}
@media only screen and (min-width: 1025px) {
  #footer .con_lnk .box_lnk .wrap_lnk ul {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		width: 75%;
		margin-left: 4%;
  }
}
@media print {
  #footer .con_lnk .box_lnk .wrap_lnk ul {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		width: 75%;
		margin-left: 4%;
  }
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk ul {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 75%;
	margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk .box_lnk .wrap_lnk ul {
		display: none;
  }
}
#footer .con_lnk .box_lnk .wrap_lnk ul li {
	position: relative;
	margin: 1% 5.5% 1% 0;
	margin: 10px 50px 10px 0;
	font-size: 108%;
	font-family: "Cinzel", serif;
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_lnk .box_lnk .wrap_lnk ul li {
		margin: 1% 3.5% 1% 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk .box_lnk .wrap_lnk ul li {
		margin: 2% 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_lnk .box_lnk .wrap_lnk ul li {
		float: left;
		padding-left: 25px;
  }
  #footer .con_lnk .box_lnk .wrap_lnk ul li:before {
		content: '';
		position: absolute;
		left: 0;
		width: 21px;
		height: 25px;
		background: url(../images/footer/ic_hotel01.png) no-repeat left center;
  }
  #footer .con_lnk .box_lnk .wrap_lnk ul li.ic_02 {
		padding-left: 50px;
  }
  #footer .con_lnk .box_lnk .wrap_lnk ul li.ic_02:before {
		width: 44px;
		height: 16px;
		background: url(../images/footer/ic_hotel02.png) no-repeat left center;
  }
}
@media print {
  #footer .con_lnk .box_lnk .wrap_lnk ul li {
		float: left;
		padding-left: 25px;
  }
  #footer .con_lnk .box_lnk .wrap_lnk ul li:before {
		content: '';
		position: absolute;
		left: 0;
		width: 21px;
		height: 25px;
		background: url(../images/footer/ic_hotel01.png) no-repeat left center;
  }
  #footer .con_lnk .box_lnk .wrap_lnk ul li.ic_02 {
		padding-left: 50px;
  }
  #footer .con_lnk .box_lnk .wrap_lnk ul li.ic_02:before {
		width: 44px;
		height: 16px;
		background: url(../images/footer/ic_hotel02.png) no-repeat left center;
  }
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk ul li {
	float: left;
	padding-left: 25px;
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk ul li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 21px;
	height: 25px;
	background: url(../images/footer/ic_hotel01.png) no-repeat left center;
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk ul li.ic_02 {
	padding-left: 50px;
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk ul li.ic_02:before {
	width: 44px;
	height: 16px;
	background: url(../images/footer/ic_hotel02.png) no-repeat left center;
}
@media only screen and (max-width: 767px) {
  #footer .con_lnk .box_lnk .wrap_lnk ul li {
		padding-left: 1.3em;
		font-size: 93%;
  }
  #footer .con_lnk .box_lnk .wrap_lnk ul li:before {
		content: '\f138';
		position: absolute;
		left: 0;
		font-family: FontAwesome;
		color: #9a8469;
  }
}
#footer .con_lnk .box_lnk .wrap_lnk ul li a {
	color: #a78f5b;
	text-decoration: none;
}
#footer .con_lnk .box_lnk .wrap_lnk ul li a:hover {
	text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #footer .con_lnk .box_lnk .wrap_lnk:last-child {
		border-top: 1px solid #fff;
  }
}
@media print {
  #footer .con_lnk .box_lnk .wrap_lnk:last-child {
		border-top: 1px solid #fff;
  }
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk:last-child {
	border-top: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li {
		padding-left: 30px;
  }
  #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li:before {
		width: 25px;
		height: 22px;
		background: url(../images/footer/ic_cabin01.png) no-repeat left center;
  }
  #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li.ic_02 {
		padding-left: 30px;
  }
  #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li.ic_02:before {
		width: 24px;
		height: 20px;
		background: url(../images/footer/ic_cabin02.png) no-repeat left center;
  }
}
@media print {
  #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li {
		padding-left: 30px;
  }
  #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li:before {
		width: 25px;
		height: 22px;
		background: url(../images/footer/ic_cabin01.png) no-repeat left center;
  }
  #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li.ic_02 {
		padding-left: 30px;
  }
  #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li.ic_02:before {
		width: 24px;
		height: 20px;
		background: url(../images/footer/ic_cabin02.png) no-repeat left center;
  }
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li {
	padding-left: 30px;
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li:before {
	width: 25px;
	height: 22px;
	background: url(../images/footer/ic_cabin01.png) no-repeat left center;
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li.ic_02 {
	padding-left: 30px;
}
.ie8 #footer .con_lnk .box_lnk .wrap_lnk:last-child ul li.ic_02:before {
	width: 24px;
	height: 20px;
	background: url(../images/footer/ic_cabin02.png) no-repeat left center;
}
#footer .menu {
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	overflow: hidden;
	font-size: small;
}
#footer .menu li {
	float: left;
	width: 25%;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 77%;
}
#footer .menu li:first-child {
	border-left: none;
}
#footer .menu li:first-child a, #footer .menu li:first-child span {
	border-left: none;
}
#footer .menu li a, #footer .menu li span {
	display: block;
	padding: .8em 0;
	border-left: 1px solid #fff;
	color: #fff;
	background: #9a8469;
	line-height: 1;
	text-decoration: none;
}
#footer .menu li a:before, #footer .menu li span:before {
	display: block;
	text-align: center;
	margin: 0 0 .3em !important;
	font-size: 180%;
}
#footer .menu li:nth-child(1) a:before, #footer .menu li:nth-child(1) a:after, #footer .menu li:nth-child(1) span:before, #footer .menu li:nth-child(1) span:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .menu li:nth-child(1) a > *, #footer .menu li:nth-child(1) span > * {
	vertical-align: middle;
	display: inline;
}
#footer .menu li:nth-child(1) a:before, #footer .menu li:nth-child(1) span:before {
	content: "";
	margin-right: .5em;
}
#footer .menu li:nth-child(2) a:before, #footer .menu li:nth-child(2) a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .menu li:nth-child(2) a > * {
	vertical-align: middle;
	display: inline;
}
#footer .menu li:nth-child(2) a:before {
	content: "";
	margin-right: .5em;
}
#footer .menu li:nth-child(3) a {
	background: #A78F5B;
}
#footer .menu li:nth-child(3) a:before, #footer .menu li:nth-child(3) a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .menu li:nth-child(3) a > * {
	vertical-align: middle;
	display: inline;
}
#footer .menu li:nth-child(3) a:before {
	content: "";
	margin-right: .5em;
}
#footer .menu li:nth-child(4) a {
	background: #222;
}
#footer .menu li:nth-child(4) a:before, #footer .menu li:nth-child(4) a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .menu li:nth-child(4) a > * {
	vertical-align: middle;
	display: inline;
}
#footer .menu li:nth-child(4) a:before {
	content: "";
	margin-right: .5em;
}
#footer #menuList {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 100;
}
#footer #menuList #obj_close {
	overflow: hidden;
	padding: .5em 0;
	background: #222;
	color: #fff;
	font-size: 116%;
	text-align: center;
}
#footer #menuList #obj_close img {
	float: right;
	width: 6%;
	margin-right: .8em;
}
#footer #menuList ul {
	width: 90%;
	margin: 1em auto 0;
	overflow: hidden;
}
#footer #menuList ul li {
	float: left;
	width: 49%;
	margin-bottom: 2%;
}
#footer #menuList ul li:nth-child(even) {
	margin-left: 2%;
}
#footer #menuList ul li a {
	display: block;
	padding: 1em .5em;
	background: #ece9dd;
	text-decoration: none;
}
#footer #menuList ul li a:before, #footer #menuList ul li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer #menuList ul li a > * {
	vertical-align: middle;
	display: inline;
}
#footer #menuList ul li a:before {
	content: "";
	margin-right: .5em;
}
#footer #menuList ul li.rsv a {
	background: #A78F5B;
	color: #fff;
}
#footer #copyright {
	padding: 15px 20px;
	background: #320e06;
	color: #fff;
	font-size: 77%;
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #copyright {
		padding: 1.5em 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
		padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
		text-align: center;
  }
}

/* -----------------------------------------------------------
	modal
----------------------------------------------------------- */
.btn_openSearch {
	position: fixed;
	right: -60px;
	top: 200px;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 300ms ease-in, right 300ms ease-in;
	-o-transition: opacity 300ms ease-in, right 300ms ease-in;
	-webkit-transition: opacity 300ms ease-in, right 300ms ease-in;
	transition: opacity 300ms ease-in, right 300ms ease-in;
}
.activeFix .btn_openSearch {
	right: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.btn_openSearch:hover {
	cursor: pointer;
}

.cover_modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1500;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
	-moz-transition: opacity 600ms;
	-o-transition: opacity 600ms;
	-webkit-transition: opacity 600ms;
	transition: opacity 600ms;
	display: none;
}
.cover_modal.active {
	opacity: 1;
}

.modal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.modal .wrap_modal {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.modal .wrap_modal .inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 900px;
	width: 95%;
	margin: auto;
	background: #f2eee4;
	padding: 70px 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal .wrap_modal .inner {
		padding: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .modal .wrap_modal .inner {
		padding: 3%;
  }
}
.modal .wrap_modal .inner .close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
@media only screen and (max-width: 767px) {
  .modal .wrap_modal .inner .close {
		width: 3em;
  }
}

#modal_search h3 {
	position: relative;
	font-weight: normal;
}
#modal_search h3 span.jp {
	display: block;
	font-size: 170%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
#modal_search h3 span.en {
	font-size: 93%;
	color: #a78f5b;
	font-family: "Cinzel", serif;
	margin-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal_search h3 span.en {
		margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #modal_search h3 span.en {
		margin-top: 2%;
  }
}
#modal_search h3:before, #modal_search h3:after {
	content: '';
	display: block;
}
#modal_search h3:before {
	width: 100%;
	border-bottom: 1px solid #a78f5b;
	margin-bottom: 18px;
}
#modal_search h3:after {
	position: absolute;
	top: 1px;
	left: 50%;
	width: 120px;
	border-bottom: 3px solid #a78f5b;
	margin-left: -60px;
}
#modal_search #obj_search2 {
	margin: 35px 0 20px;
	width: 100%;
}
#modal_search #obj_search2 > div {
	float: left;
	width: 32%;
	margin-left: 2%;
	position: relative;
	z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal_search #obj_search2 > div {
		width: 32%;
  }
  #modal_search #obj_search2 > div.box_day, #modal_search #obj_search2 > div.box_sta {
		margin-bottom: 2%;
  }
}
#modal_search #obj_search2 > div.box_day .st, #modal_search #obj_search2 > div.box_sta .st, #modal_search #obj_search2 > div.box_per .st {
	position: relative;
}
#modal_search #obj_search2 > div.box_day {
	margin-left: 0;
	z-index: 1;
}
#modal_search #obj_search2 > div.box_day #obj_calendar {
	display: none;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	position: absolute;
	top: 100%;
	margin-top: 10px;
	left: -1px;
	z-index: 10;
	width: 630px;
}
#modal_search #obj_search2 > div.box_day #obj_calendar:not(.active) {
	opacity: 0;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal_search #obj_search2 > div.box_day #obj_calendar {
		width: 206%;
  }
}
#modal_search #obj_search2 > div.box_day #obj_calendar .ui-datepicker {
	max-width: 600px;
	width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#modal_search #obj_search2 > div.box_day #obj_calendar .ui-datepicker .ui-datepicker-group {
	width: 49%;
	margin-left: 2%;
}
#modal_search #obj_search2 > div.box_day #obj_calendar .ui-datepicker .ui-datepicker-group:first-child {
	margin-left: 0;
}
#modal_search #obj_search2 > div.box_day > div .overlay:after {
	content: none;
}
#modal_search #obj_search2 > div.box_day > div .overlay p > span {
	margin-top: -2.5em;
}
#modal_search #obj_search2 > div.box_day > div .overlay p > span span {
	display: block;
}
#modal_search #obj_search2 > div.box_day > div .overlay p > span em {
	line-height: 1.4;
}
#modal_search #obj_search2 > div.box_day > div .overlay p > span em:before, #modal_search #obj_search2 > div.box_day > div .overlay p > span em:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#modal_search #obj_search2 > div.box_day > div .overlay p > span em > * {
	vertical-align: middle;
	display: inline;
}
#modal_search #obj_search2 > div.box_day > div .overlay p > span em:before {
	content: "";
	margin-right: .5em;
	font-size: 46%;
	color: #b49f72;
}
#modal_search #obj_search2 > div.box_sta {
	z-index: 1;
}
#modal_search #obj_search2 > div .st {
	background: #a78f5b;
	color: #fff;
	text-align: center;
	padding: .5em;
}
#modal_search #obj_search2 > div > div {
	border: 1px solid #bbb;
	border-top: 0;
	position: relative;
	z-index: -10;
	height: 9.3em;
	-moz-perspective: 500px;
	-webkit-perspective: 500px;
	perspective: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal_search #obj_search2 > div > div {
		height: 8em;
  }
}
#modal_search #obj_search2 > div > div ul {
	overflow: hidden;
}
#modal_search #obj_search2 > div > div ul li {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: .4em 0;
	line-height: 1;
	cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal_search #obj_search2 > div > div ul li {
		width: 20%;
		line-height: 3.2;
  }
  #page #modal_search #obj_search2 > div > div ul li {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
  }
  #page #modal_search #obj_search2 > div > div ul li:nth-child(1), #page #modal_search #obj_search2 > div > div ul li:nth-child(2), #page #modal_search #obj_search2 > div > div ul li:nth-child(3), #page #modal_search #obj_search2 > div > div ul li:nth-child(4), #page #modal_search #obj_search2 > div > div ul li:nth-child(5) {
		border-top: 0;
  }
  #page #modal_search #obj_search2 > div > div ul li:nth-child(5n+1) {
		border-left: 0;
  }
}
#modal_search #obj_search2 > div > div ul li.active {
	background: #9b8453 !important;
	color: #fff;
	cursor: default;
}
.mouse #modal_search #obj_search2 > div > div ul li:hover, .touch #modal_search #obj_search2 > div > div ul li.touchstart {
	background: #cdc1a9;
}
.touch #modal_search #obj_search2 > div > div ul li {
	-webkit-tap-highlight-color: transparent;
}
.touch #modal_search #obj_search2 > div > div ul li.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
#modal_search #obj_search2 > div > div ul li:first-child, #modal_search #obj_search2 > div > div ul li:first-child + li {
	border-top: 0;
}
#modal_search #obj_search2 > div > div ul li:first-child, #modal_search #obj_search2 > div > div ul li:first-child + li + li, #modal_search #obj_search2 > div > div ul li:first-child + li + li + li + li, #modal_search #obj_search2 > div > div ul li:first-child + li + li + li + li + li + li, #modal_search #obj_search2 > div > div ul li:first-child + li + li + li + li + li + li + li + li {
	border-left: 0;
}
#modal_search #obj_search2 > div > div .overlay {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 200%;
	-moz-transition: opacity 250ms 250ms, -moz-transform 500ms;
	-o-transition: opacity 250ms 250ms, -o-transform 500ms;
	-webkit-transition: opacity 250ms, -webkit-transform 500ms;
	-webkit-transition-delay: 250ms, 0s;
	transition: opacity 250ms 250ms, transform 500ms;
}
#modal_search #obj_search2 > div > div .overlay:not(.active) {
	-moz-transform: rotateX(90deg) skew(-10deg);
	-ms-transform: rotateX(90deg) skew(-10deg);
	-webkit-transform: rotateX(90deg) skew(-10deg);
	transform: rotateX(90deg) skew(-10deg);
	opacity: 0;
}
#modal_search #obj_search2 > div > div .overlay.active {
	-moz-transition: opacity 500ms 100ms, -moz-transform 500ms 100ms;
	-o-transition: opacity 500ms 100ms, -o-transform 500ms 100ms;
	-webkit-transition: opacity 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 100ms, 100ms;
	transition: opacity 500ms 100ms, transform 500ms 100ms;
}
#modal_search #obj_search2 > div > div .overlay:after {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
}
#modal_search #obj_search2 > div > div .overlay p {
	cursor: pointer;
	position: absolute;
	height: 50%;
	top: 50%;
	left: -1px;
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
}
.mouse #modal_search #obj_search2 > div > div .overlay p:hover, .touch #modal_search #obj_search2 > div > div .overlay p.touchstart {
	-moz-box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -30px 30px -30px rgba(0, 0, 0, 0.2);
}
.touch #modal_search #obj_search2 > div > div .overlay p {
	-webkit-tap-highlight-color: transparent;
}
.touch #modal_search #obj_search2 > div > div .overlay p.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
#modal_search #obj_search2 > div > div .overlay p:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	border: 5px solid #a78f5b;
	border-color: #a78f5b transparent transparent transparent;
	margin-left: -5px;
}
#modal_search #obj_search2 > div > div .overlay p:after {
	content: '\f107';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 90%;
	border-top: 1px solid #f2eee3;
	margin-left: -45%;
	font-family: FontAwesome;
	font-size: 193%;
	line-height: 1;
	color: #b49f72;
}
#modal_search #obj_search2 > div > div .overlay p > span {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -1.7em;
	font-size: 108%;
	line-height: 1;
}
#modal_search #obj_search2 > div > div .overlay p > span b {
	font-weight: normal;
}
#modal_search #obj_search2 > div > div .overlay p > span em {
	font-size: 250%;
}
@media only screen and (min-width: 1025px) {
  #modal_search #obj_search2 > div.box_per div ul li {
		padding: 1.04em 0;
  }
}
@media print {
  #modal_search #obj_search2 > div.box_per div ul li {
		padding: 1.04em 0;
  }
}
.ie8 #modal_search #obj_search2 > div.box_per div ul li {
	padding: 1.04em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #modal_search #obj_search2 > div.box_per div ul li {
		width: 33.3%;
		padding: .41em 0;
  }
  #modal_search #obj_search2 > div.box_per div ul li:nth-child(4) {
		border-left: none !important;
  }
  #modal_search #obj_search2 > div.box_per div ul li:nth-child(n+4) {
		border-top: 1px solid #ccc !important;
  }
  #modal_search #obj_search2 > div.box_per div ul li:nth-child(6) {
		border-left: 1px solid #ccc !important;
  }
}
#modal_search .btns li.btn1 {
	width: 100%;
	margin-bottom: 15px;
}
#modal_search .btns li.btn2 {
	display: inline-block;
	width: 200px;
	margin-bottom: 20px;
}
#modal_search .btns li.btn2 a {
	max-width: none;
}
#modal_search .btns li.btn3 {
	display: inline-block;
	text-align: left;
	margin-left: 20px;
}
#modal_search .btns li.btn3:before, #modal_search .btns li.btn3:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#modal_search .btns li.btn3 > * {
	vertical-align: middle;
	display: inline;
}
#modal_search .btns li.btn3:before {
	content: "";
	margin-right: .5em;
}
#modal_search .btns li.btn3 a {
	color: #000;
}
#modal_search .btns li.btn4 a, #modal_search .btns li.btn4 > span {
	display: block;
	background: #fff;
	border-top: 1px solid #d6cdb0;
	border-bottom: 1px solid #d6cdb0;
	text-align: center;
	padding: 1em 0;
	text-decoration: none;
}
#modal_search .btns li.btn4 a em, #modal_search .btns li.btn4 > span em {
	display: block;
	line-height: 1;
	color: #452a24;
}
#modal_search .btns li.btn4 a em.txt, #modal_search .btns li.btn4 > span em.txt {
	margin-right: 1.5em;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
#modal_search .btns li.btn4 a em.txt_tel, #modal_search .btns li.btn4 > span em.txt_tel {
	font-family: "Times New Roman", serif;
	margin-top: .1em;
	font-size: 231%;
}
#modal_search .btns li.btn4 a em.txt_tel:before, #modal_search .btns li.btn4 a em.txt_tel:after, #modal_search .btns li.btn4 > span em.txt_tel:before, #modal_search .btns li.btn4 > span em.txt_tel:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#modal_search .btns li.btn4 a em.txt_tel > *, #modal_search .btns li.btn4 > span em.txt_tel > * {
	vertical-align: middle;
	display: inline;
}
#modal_search .btns li.btn4 a em.txt_tel:before, #modal_search .btns li.btn4 > span em.txt_tel:before {
	content: "";
	margin-right: .5em;
	top: -2px;
	font-size: 80%;
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	margin-top: -.3em;
	margin-right: .1em;
}
#modal_search .btns li.btn4 a em.txt_tel b, #modal_search .btns li.btn4 > span em.txt_tel b {
	font-weight: normal;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #wrapNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
@media only screen and (max-width: 767px) {
  html.lower #wrapNav #hnav {
		display: none;
  }
}
html.lower #contents {
	background: url(../images/common/tmp_bg01.png) left top;
}
@media only screen and (min-width: 768px) {
  html.lower #contents {
		margin-top: 123px;
  }
}
@media print {
  html.lower #contents {
		margin-top: 123px;
  }
}
.ie8 html.lower #contents {
	margin-top: 123px;
}
html.lower #contents .con_tit {
	margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_tit {
		margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_tit {
		margin-top: 7%;
  }
}
html.lower #contents .con_tit .img {
	position: relative;
	left: 50%;
	margin-left: -1000px;
	margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_tit .img {
		margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_tit .img {
		margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_tit .img {
		margin-left: -500px;
  }
}
html.lower #contents .con_tit .img img {
	max-width: none;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_tit .img img {
		width: 1000px;
  }
}
html.lower #contents .topicpath {
	margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .topicpath {
		margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .topicpath {
		margin-top: 0;
  }
}
html.lower #contents .topicpath li {
	display: inline-block;
	padding-left: .5em;
}
html.lower #contents .topicpath li:before {
	content: '>';
	margin-right: .5em;
}
html.lower #contents .topicpath li:first-child {
	padding-left: 0;
}
html.lower #contents .topicpath li:first-child:before {
	content: '';
}
html.lower #contents .topicpath li a {
	color: #8d7237;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.tmp_st1 {
	position: relative;
	font-family: "Cinzel", serif;
	font-size: 231%;
	font-weight: normal;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .tmp_st1 {
		font-size: 154%;
  }
}
.tmp_st1:before, .tmp_st1:after {
	content: '';
	display: block;
}
.tmp_st1:before {
	background: url(../images/common/ic_st.png) no-repeat left center;
	width: 25px;
	height: 21px;
	margin: 0 auto .5em;
}
.tmp_st1:after {
	bottom: -.3em;
	width: 100px;
	border-bottom: 3px solid #a78f5b;
	margin: .5em auto 0;
}

.tmp_st2 {
	text-align: center;
	font-weight: normal;
}
.tmp_st2:before {
	content: '';
	display: block;
	width: 25px;
	height: 21px;
	margin: 0 auto 15px;
	background: url(../images/common/ic_st.png) no-repeat left top;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_st2:before {
		margin: 0 auto 2%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st2:before {
		margin: 0 auto 2%;
  }
}
.tmp_st2 span {
	display: block;
}
.tmp_st2 span.jp {
	font-size: 231%;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .tmp_st2 span.jp {
		font-size: 154%;
  }
}
.tmp_st2 span.en {
	font-size: 93%;
	color: #a78f5b;
	font-family: "Cinzel", serif;
}
@media only screen and (max-width: 767px) {
  .tmp_st2 span.en {
		font-size: 77%;
  }
}

.tmp_btn1 {
	font-size: 139%;
	color: #fff;
	text-align: center;
	width: 250px;
}
@media only screen and (max-width: 767px) {
  .tmp_btn1 {
		font-size: 100%;
  }
}
.tmp_btn1 a, .tmp_btn1 span {
	display: block;
	padding: .5em 0;
	border: 2px solid #be4a42;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5MzUyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2MWIxMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9352d), color-stop(100%, #961b13));
	background: -moz-linear-gradient(#b9352d, #961b13);
	background: -webkit-linear-gradient(#b9352d, #961b13);
	background: linear-gradient(#b9352d, #961b13);
	color: #fff;
	text-decoration: none;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
.tmp_btn1 a:before, .tmp_btn1 a:after, .tmp_btn1 span:before, .tmp_btn1 span:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.tmp_btn1 a > *, .tmp_btn1 span > * {
	vertical-align: middle;
	display: inline;
}
.tmp_btn1 a:before, .tmp_btn1 span:before {
	content: "";
	margin-right: .5em;
}
.tmp_btn1 a:hover, .tmp_btn1 span:hover {
	color: #fff !important;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.tmp_btn2 {
	width: 180px;
	font-size: 108%;
	text-align: center;
}
.tmp_btn2 a, .tmp_btn2 span {
	display: block;
	padding: 0.5em 0;
	border: 2px solid #d4cbad;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYTI2YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EwODc1MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bba26b), color-stop(100%, #a08752));
	background: -moz-linear-gradient(#bba26b, #a08752);
	background: -webkit-linear-gradient(#bba26b, #a08752);
	background: linear-gradient(#bba26b, #a08752);
	color: #fff;
	text-decoration: none;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_btn2 a, .tmp_btn2 span {
		padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_btn2 a, .tmp_btn2 span {
		padding: 0.5em 0;
  }
}
.tmp_btn2 a:before, .tmp_btn2 a:after, .tmp_btn2 span:before, .tmp_btn2 span:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.tmp_btn2 a > *, .tmp_btn2 span > * {
	vertical-align: middle;
	display: inline;
}
.tmp_btn2 a:before, .tmp_btn2 span:before {
	content: "";
	margin-right: .5em;
}
.tmp_btn2 a:hover, .tmp_btn2 span:hover {
	color: #fff !important;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
