@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header #gnav, #header #fixnav, html.lower #contents .topicpath {
	max-width: 1100px;
	margin: auto;
}
@media only screen and (max-width: 1100px) {
  #header #gnav, #header #fixnav, html.lower #contents .topicpath {
		width: 95%;
  }
}

#header .con_header:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
	background: url(../images/common/bg_page.jpg) repeat top left fixed;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

body {
	color: #313131;
	-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;
}
body a:link, body a:visited, body a:active {
	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: 'Yu Mincho Demibold',YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',"Times New Roman",Times,Garamond,Georgia,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: 1100px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1101px) {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media print {
  body .view_tab-sp, 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;
  }
}
@media only screen and (max-width: 1100px) {
  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;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
		font-size: 100% !important;
  }
}
@media print {
  #page {
		font-size: 100% !important;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#header .con_header {
	padding: 15px 0 13px;
	position: relative;
	width: 95.5%;
	margin: 0 auto;
	max-width: 1910px;
	z-index: 2000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_header {
		padding: 10px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
		padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
		overflow: visible;
		width: 72.0%;
		margin: 1em 1em 0;
  }
}
#header .con_header h1 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	margin-top: -23.5px;
	width: 217px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_header h1 {
		top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header h1 {
		width: 76.04167%;
		float: right;
		position: static;
		margin: 0;
  }
}
#header .con_header .txt_ani {
	float: left;
}
@media only screen and (max-width: 767px) {
  #header .con_header .txt_ani {
		width: 22.91667%;
  }
}
#header .con_header .box_tel {
	float: right;
	margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_header .box_tel {
		margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_tel {
		margin-top: 0.5em;
  }
}
#header .con_header .box_tel p {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#header .con_header .box_tel p a, #header .con_header .box_tel p span {
	color: #FFF;
	font-size: 224%;
	font-family: "ＭＳ Ｐ明朝", "Times New Roman", serif;
}
#header .con_header .box_tel p a:before, #header .con_header .box_tel p a:after, #header .con_header .box_tel p span:before, #header .con_header .box_tel p span:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#header .con_header .box_tel p a:before, #header .con_header .box_tel p span:before {
	content: "";
	margin-right: .5em;
	margin-right: .2em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_header .box_tel p a, #header .con_header .box_tel p span {
		font-size: 185%;
  }
}
#header .con_header .box_tel .lang {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#header .con_header .box_tel .lang li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#header .con_header .box_tel .lang li a, #header .con_header .box_tel .lang li span {
	width: 1.1em;
	font-size: 108%;
	font-family: "Times New Roman", serif;
	text-decoration: none;
	display: block;
	color: #FFF;
	line-height: 1;
	padding: .5em .5em;
	background: transparent;
	-moz-transition: color 300ms, background 300ms;
	-o-transition: color 300ms, background 300ms;
	-webkit-transition: color 300ms, background 300ms;
	transition: color 300ms, background 300ms;
}
#header .con_header .box_tel .lang li span, #header .con_header .box_tel .lang li a:hover {
	background: #000;
}
#header .con_header .obj_menuBtn {
	position: absolute;
	top: 3%;
	right: 0;
	width: 19.27083%;
	right: -27.08333%;
}
#header .con_gnav {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 2000;
	position: relative;
	padding-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_gnav {
		padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_gnav {
		padding-top: 15px;
  }
}
#header .con_gnav #hnav {
	margin: 15px auto 0;
	display: table;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_gnav #hnav {
		width: 760px;
  }
}
#header .con_gnav #hnav li {
	display: table-cell;
	position: relative;
}
#header .con_gnav #hnav li:first-child:before {
	display: none;
}
#header .con_gnav #hnav li:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.3);
}
#header .con_gnav #hnav li a {
	display: block;
	padding: 5px 1em;
	text-align: center;
	position: relative;
}
#header .con_gnav #hnav li a:after {
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	max-width: 169px;
	-moz-transition: opacity 400ms, width 400ms;
	-o-transition: opacity 400ms, width 400ms;
	-webkit-transition: opacity 400ms, width 400ms;
	transition: opacity 400ms, width 400ms;
}
#header .con_gnav #hnav li a:hover:after {
	width: calc(100% - 40px);
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .con_gnav #hnav li.hnav_week a {
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	-webkit-transition: background 400ms;
	transition: background 400ms;
}
#header .con_gnav #hnav li.hnav_week a:after {
	background: #8E2300;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	height: 2px;
	width: calc(80% - 4px);
}
#header .con_gnav #hnav li.hnav_week a:hover:after {
	width: calc(100% - 4px);
}
#header .con_gnav #hnav li.hnav_sns {
	overflow: hidden;
	vertical-align: bottom;
	padding: 0 0.6em;
}
#header .con_gnav #hnav li.hnav_sns a {
	float: left;
	color: #ffffff;
	padding: 4px 0.3em 6px;
}
#header .con_gnav #hnav li.hnav_sns a:hover {
	opacity: 0.6;
}
#header #gnav, #header #fixnav {
	display: table;
	width: 100%;
}
#header #gnav li, #header #fixnav li {
	display: table-cell;
	position: relative;
}
#header #gnav li:first-child:before, #header #fixnav li:first-child:before {
	display: none;
}
#header #gnav li.gnav_spe a, #header #fixnav li.gnav_spe a {
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	-webkit-transition: background 400ms;
	transition: background 400ms;
}
#header #gnav li.gnav_spe a:after, #header #fixnav li.gnav_spe a:after {
	background: #a97e25;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	height: 2px;
	width: calc(100% - 4px);
}
#header #gnav li.gnav_spe a:hover:after, #header #fixnav li.gnav_spe a:hover:after {
	width: calc(100% - 4px);
}
#header #gnav li.gnav_rsv a, #header #fixnav li.gnav_rsv a {
	-moz-transition: background 400ms;
	-o-transition: background 400ms;
	-webkit-transition: background 400ms;
	transition: background 400ms;
}
#header #gnav li.gnav_rsv a:after, #header #fixnav li.gnav_rsv a:after {
	background: #389b69;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	height: 2px;
	width: calc(100% - 4px);
}
#header #gnav li.gnav_rsv a:hover:after, #header #fixnav li.gnav_rsv a:hover:after {
	width: calc(100% - 4px);
}
#header #gnav li:before, #header #fixnav li:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header #gnav li:before, #header #fixnav li:before {
		height: 50%;
		top: 25%;
		margin-top: -2px;
  }
}
#header #gnav li a, #header #fixnav li a {
	display: block;
	padding: 9px 1em;
	text-align: center;
	position: relative;
}
#header #gnav li a:after, #header #fixnav li a:after {
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	max-width: 169px;
	-moz-transition: opacity 400ms, width 400ms;
	-o-transition: opacity 400ms, width 400ms;
	-webkit-transition: opacity 400ms, width 400ms;
	transition: opacity 400ms, width 400ms;
}
#header #gnav li:hover a:after, #header #gnav li.active a:after, #header #fixnav li:hover a:after, #header #fixnav li.active a:after {
	width: calc(100% - 40px);
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .con_fixnav {
	width: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 4000;
	padding: 9px 0 10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	height: 0;
	overflow: hidden;
	-moz-transition: opacity 500ms, height 500ms;
	-o-transition: opacity 500ms, height 500ms;
	-webkit-transition: opacity 500ms, height 500ms;
	transition: opacity 500ms, height 500ms;
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_fixnav {
		padding: 6px 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_fixnav {
		padding: 0;
  }
}
.activeFix #header .con_fixnav {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	top: 0;
}
@media only screen and (min-width: 1101px) {
  .activeFix #header .con_fixnav {
		height: 38px;
  }
}
@media print {
  .activeFix #header .con_fixnav {
		height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .activeFix #header .con_fixnav {
		height: 40px;
  }
}
#header .con_fixnav #fixnav li:before {
	background: #000000;
}
#header .con_fixnav #fixnav li:nth-child(-n+5) a:after {
	background: #CCC;
}
#header .con_side {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: -1;
	-moz-transition: z-index 700ms;
	-o-transition: z-index 700ms;
	-webkit-transition: z-index 700ms;
	transition: z-index 700ms;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #header .con_side {
		width: 8.45455%;
  }
}
.activeFix #header .con_side {
	z-index: 4000;
}
.activeFix #header .con_side p {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	right: 0;
	width: 93px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .activeFix #header .con_side p {
		width: 100%;
  }
}
#header .con_side p {
	-moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.3);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	position: relative;
	right: -100%;
}
#header .con_side p:nth-child(1) {
	-moz-transition: right 400ms ease 150ms, opacity 800ms ease 150ms;
	-o-transition: right 400ms ease 150ms, opacity 800ms ease 150ms;
	-webkit-transition: right 400ms ease 150ms, opacity 800ms ease 150ms;
	transition: right 400ms ease 150ms, opacity 800ms ease 150ms;
}
#header .con_side p:nth-child(2) {
	-moz-transition: right 400ms ease 300ms, opacity 800ms ease 300ms;
	-o-transition: right 400ms ease 300ms, opacity 800ms ease 300ms;
	-webkit-transition: right 400ms ease 300ms, opacity 800ms ease 300ms;
	transition: right 400ms ease 300ms, opacity 800ms ease 300ms;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .con_sns {
	position: absolute;
	z-index: 1;
	bottom: 2%;
	left: 2%;
}
@media only screen and (max-width: 767px) {
  #contents .con_sns {
		bottom: 1%;
		left: 90%;
  }
}
@media only screen and (min-width: 1101px) {
  #contents .con_sns {
		display: none;
  }
}
@media print {
  #contents .con_sns {
		display: none;
  }
}
#contents .con_sns a {
	color: #ffffff;
}
#contents .con_bnr {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
	margin-top: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_bnr {
		margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_bnr {
		margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_bnr {
		width: 95%;
		margin: 3em auto 0;
  }
}
#contents .con_bnr #obj_bnrSlider {
	margin-bottom: 0;
}
#contents .con_bnr #obj_bnrSlider div a {
	display: block;
}
#contents .con_bnr #obj_bnrSlider div a img {
	margin: 0 auto;
}
#contents .con_bnr #obj_bnrSlider .slick-dots {
	bottom: -40px;
}
.ie #contents .con_bnr #obj_bnrSlider .slick-dots {
	bottom: -35px;
}
.chrome #contents .con_bnr #obj_bnrSlider .slick-dots {
	bottom: -35px;
}
#contents .con_bnr #obj_bnrSlider .slick-dots li {
	width: 11px;
	height: 11px;
	margin: 0 0 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_bnr #obj_bnrSlider .slick-dots li {
		margin-left: 13px;
  }
}
#contents .con_bnr #obj_bnrSlider .slick-dots li:first-child {
	margin-left: 0;
}
#contents .con_bnr #obj_bnrSlider .slick-dots li.slick-active button, #contents .con_bnr #obj_bnrSlider .slick-dots li:hover button {
	background: #39a06c;
}
#contents .con_bnr #obj_bnrSlider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#contents .con_bnr #obj_bnrSlider .slick-dots li button:before {
	display: none;
}
#contents .con_bnr #obj_bnrSlider .slick-prev, #contents .con_bnr #obj_bnrSlider .slick-next {
	width: 13px;
	height: 22px;
	bottom: -40px;
	margin-top: 0;
	z-index: 20;
	top: inherit;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
#contents .con_bnr #obj_bnrSlider .slick-prev:before, #contents .con_bnr #obj_bnrSlider .slick-next:before {
	display: none;
}
#contents .con_bnr #obj_bnrSlider .slick-prev:hover, #contents .con_bnr #obj_bnrSlider .slick-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#contents .con_bnr #obj_bnrSlider .slick-prev {
	background: url(../images/home/ic_bnr_prev.png) no-repeat top left;
	left: 50%;
	margin-left: -120px;
}
#contents .con_bnr #obj_bnrSlider .slick-next {
	background: url(../images/home/ic_bnr_next.png) no-repeat top left;
	right: 50%;
	margin-right: -120px;
}
#contents .tmp_slider {
	margin: 32px auto;
}
@media only screen and (max-width: 767px) {
  #contents .tmp_slider {
		margin: 3% auto;
  }
}
#contents .tmp_slider div a {
	display: block;
}
#contents .tmp_slider div a img {
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #contents .tmp_slider .slick-dots {
		bottom: 30px;
  }
}
@media print {
  #contents .tmp_slider .slick-dots {
		bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .tmp_slider .slick-dots {
		bottom: 4px;
  }
}
#contents .tmp_slider .slick-dots li {
	width: 11px;
	height: 11px;
	margin: 0 0 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .tmp_slider .slick-dots li {
		margin-left: 13px;
  }
}
#contents .tmp_slider .slick-dots li:first-child {
	margin-left: 0;
}
#contents .tmp_slider .slick-dots li.slick-active button, #contents .tmp_slider .slick-dots li:hover button {
	background: #39a06c;
}
#contents .tmp_slider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
#contents .tmp_slider .slick-dots li button:before {
	display: none;
}
#contents .tmp_slider .slick-prev, #contents .tmp_slider .slick-next {
	width: 13px;
	height: 22px;
	margin-top: 0;
	z-index: 20;
	top: inherit;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
@media only screen and (min-width: 768px) {
  #contents .tmp_slider .slick-prev, #contents .tmp_slider .slick-next {
		bottom: 25px;
  }
}
@media print {
  #contents .tmp_slider .slick-prev, #contents .tmp_slider .slick-next {
		bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .tmp_slider .slick-prev, #contents .tmp_slider .slick-next {
		bottom: auto;
		top: 50%;
		margin-top: -4px;
  }
}
#contents .tmp_slider .slick-prev:before, #contents .tmp_slider .slick-next:before {
	display: none;
}
#contents .tmp_slider .slick-prev:hover, #contents .tmp_slider .slick-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#contents .tmp_slider .slick-prev {
	background: url(../images/common/ic_prev_w.png) no-repeat top left;
}
@media only screen and (min-width: 768px) {
  #contents .tmp_slider .slick-prev {
		left: 50%;
		margin-left: -120px;
  }
}
@media print {
  #contents .tmp_slider .slick-prev {
		left: 50%;
		margin-left: -120px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .tmp_slider .slick-prev {
		margin-left: 0;
		left: 4px;
  }
}
#contents .tmp_slider .slick-next {
	background: url(../images/common/ic_next_w.png) no-repeat top left;
}
@media only screen and (min-width: 768px) {
  #contents .tmp_slider .slick-next {
		right: 50%;
		margin-right: -120px;
  }
}
@media print {
  #contents .tmp_slider .slick-next {
		right: 50%;
		margin-right: -120px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .tmp_slider .slick-next {
		margin-left: 0;
		right: 4px;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer #pagetop a {
	display: block;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	padding: 1.7em 0 1.4em;
}
#footer .con_footer {
	display: table;
	width: 100%;
}
#footer .con_footer .box_logo {
	background: #000;
	display: table-cell;
	width: 50%;
	text-align: center;
	color: #FFF;
	padding: 140px 0 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_logo {
		padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo {
		padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_logo {
		width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo {
		padding-bottom: 5.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_logo .logo {
		width: 43.81818%;
		margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo .logo {
		width: 62.23684%;
		margin: 0 auto;
  }
}
#footer .con_footer .box_logo address {
	font-size: 116%;
	letter-spacing: .05em;
	margin-top: 1em;
}
@media only screen and (max-width: 1100px) {
  #footer .con_footer .box_logo address {
		font-size: 100%;
  }
}
#footer .con_footer .box_logo .sns {
	margin-top: 1em;
}
#footer .con_footer .box_logo .sns li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-left: 1.5em;
	line-height: 1.5;
}
#footer .con_footer .box_logo .sns li:first-child {
	margin-left: 0;
}
#footer .con_footer .box_logo .sns li.fb a:before, #footer .con_footer .box_logo .sns li.fb a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .con_footer .box_logo .sns li.fb a:before {
	content: "";
	margin-right: .5em;
	line-height: 1;
	font-size: 162%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: bottom;
	margin-right: .3em;
}
#footer .con_footer .box_logo .sns li.ig a:before, #footer .con_footer .box_logo .sns li.ig a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .con_footer .box_logo .sns li.ig a:before {
	content: "";
	margin-right: .5em;
	line-height: 1;
	font-size: 162%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: bottom;
	margin-right: .3em;
}
#footer .con_footer .box_logo .sns li a {
	color: #FFF;
	font-size: 116%;
	text-decoration: none;
	font-family: "Times New Roman", serif;
	line-height: 1;
}
#footer .con_footer .box_logo .txt_tel {
	border-top: 1px solid #424242;
	padding: 1em 2em 0;
	margin-top: 2em;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#footer .con_footer .box_logo .txt_tel em {
	font-size: 116%;
}
#footer .con_footer .box_logo .txt_tel a, #footer .con_footer .box_logo .txt_tel span {
	margin-left: 1em;
	font-size: 200%;
	color: #FFF;
}
@media only screen and (max-width: 1100px) {
  #footer .con_footer .box_logo .txt_tel a, #footer .con_footer .box_logo .txt_tel span {
		display: block;
		margin-left: 0;
		font-size: 185%;
  }
}
#footer .con_footer .box_logo #copyright {
	margin-top: .5em;
}
#footer .con_footer .box_fnav {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzN2Y1MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY0ZTJhMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #237f51), color-stop(100%, #64e2a3));
	background-image: -moz-linear-gradient(top, #237f51 0%, #64e2a3 100%);
	background-image: -webkit-linear-gradient(top, #237f51 0%, #64e2a3 100%);
	background-image: linear-gradient(to bottom, #237f51 0%, #64e2a3 100%);
	color: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_fnav {
		width: 60%;
  }
}
#footer .con_footer .box_fnav .wrp_fnav {
	width: 490px;
	margin: 0 auto;
	display: table;
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer .box_fnav .wrp_fnav {
		table-layout: fixed;
  }
}
@media print {
  #footer .con_footer .box_fnav .wrp_fnav {
		table-layout: fixed;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_fnav .wrp_fnav {
		max-width: 490px;
		width: 89.09091%;
  }
}
#footer .con_footer .box_fnav .wrp_fnav ul {
	display: table-cell;
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer .box_fnav .wrp_fnav ul:first-child {
		width: 38%;
  }
}
@media print {
  #footer .con_footer .box_fnav .wrp_fnav ul:first-child {
		width: 38%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_fnav .wrp_fnav ul {
		padding-right: .8em;
  }
  #footer .con_footer .box_fnav .wrp_fnav ul:last-child {
		padding-right: 0;
  }
}
#footer .con_footer .box_fnav .wrp_fnav ul li {
	margin-top: 0.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_fnav .wrp_fnav ul li {
		margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_fnav .wrp_fnav ul li {
		margin-top: 0.5em;
  }
}
#footer .con_footer .box_fnav .wrp_fnav ul li:first-child {
	margin-top: 0;
}
#footer .con_footer .box_fnav .wrp_fnav ul li a {
	font-size: 108%;
	display: block;
	color: #FFF;
	text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_fnav .wrp_fnav ul li a {
		font-size: 100%;
  }
}
#footer .con_footer .box_fnav .wrp_fnav ul li a:hover {
	text-decoration: underline;
}
#footer .con_footer .box_fnav .wrp_res {
	border: 1px solid #FFF;
	padding: 1em 0;
	width: 490px;
	margin: 36px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_fnav .wrp_res {
		width: 89.09091%;
		margin-top: 20px;
		max-width: 490px;
  }
}
#footer .con_footer .box_fnav .wrp_res .st {
	text-align: center;
	font-size: 124%;
}
#footer .con_footer .box_fnav .wrp_res ul {
	margin-top: .6em;
	text-align: center;
}
#footer .con_footer .box_fnav .wrp_res ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
@media only screen and (min-width: 1101px) {
  #footer .con_footer .box_fnav .wrp_res ul li {
		width: 192px;
  }
}
@media print {
  #footer .con_footer .box_fnav .wrp_res ul li {
		width: 192px;
  }
}
#footer .con_footer .box_fnav .wrp_res ul li.btn_rsv a:before {
	background: url(../images/footer/ic_rsv.png) no-repeat top left;
}
#footer .con_footer .box_fnav .wrp_res ul li.btn_cal a:before {
	background: url(../images/footer/ic_cal.png) no-repeat top left;
}
#footer .con_footer .box_fnav .wrp_res ul li a {
	display: block;
	background: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 108%;
	padding: .8em 1em;
	line-height: 1.5;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #footer .con_footer .box_fnav .wrp_res ul li a {
		font-size: 100%;
  }
}
#footer .con_footer .box_fnav .wrp_res ul li a:before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-right: .4em;
}

/* -----------------------------------------------------------
	#menu
----------------------------------------------------------- */
#menu {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: center;
	letter-spacing: -.4em;
	z-index: 2000;
	bottom: 0;
	background: #39a06c;
	border-top: 2px solid #207148;
	-moz-transition: bottom 800ms;
	-o-transition: bottom 800ms;
	-webkit-transition: bottom 800ms;
	transition: bottom 800ms;
}
#homepage #menu {
	bottom: -100%;
}
#homepage #menu.active {
	bottom: 0;
}
#menu li {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
}
#menu li a, #menu li span {
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 93%;
	padding: .5em 0 .6em;
	position: relative;
	font-family: "Yu Mincho Demibold", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	cursor: pointer;
	line-height: 1.6;
}
#menu li a:before, #menu li span:before {
	content: '';
	display: block;
	margin: .2em auto;
	width: 1.8em;
	height: 1.8em;
	display: block;
}
#menu li a:after, #menu li span:after {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	background: #33875d;
	border-right: 1px solid #5cbd8c;
}
#menu li a em, #menu li span em {
	font-family: "Mrs Saint Delafield", cursive;
}
#menu li:nth-child(1) a:before, #menu li:nth-child(1) span:before {
	background: url(../images/footer/ic_m1.png) no-repeat top left;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#menu li:nth-child(2) a:before, #menu li:nth-child(2) span:before {
	background: url(../images/footer/ic_m2.png) no-repeat top left;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#menu li:nth-child(3) a:before, #menu li:nth-child(3) span:before {
	background: url(../images/footer/ic_m3.png) no-repeat top left;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#menu li:nth-child(4) a:before, #menu li:nth-child(4) span:before {
	background: url(../images/footer/ic_m4.png) no-repeat top left;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#menu li:nth-child(4) a:after, #menu li:nth-child(4) span:after {
	display: none;
}

#menuList {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background: rgba(17, 66, 41, 0.95);
}
#menuList .box_menu {
	text-align: right;
	padding-bottom: 1em;
}
#menuList .box_menu .logo {
	width: 56.15385%;
	margin: 1em auto .5em;
}
#menuList .box_menu .btn_close1 {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 308%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	cursor: pointer;
	margin-bottom: 0;
	color: #000;
	position: relative;
	line-height: 1;
	position: absolute;
	top: .4em;
	right: .35em;
	width: 1em;
	height: 1em;
	padding: .05em;
	font-family: 'times new roman';
}
#menuList .box_menu .btn_close2 {
	display: block;
	text-align: center;
	cursor: pointer;
	color: #fff;
	margin-top: .5em;
	font-family: "Times New Roman", serif;
	font-size: 231%;
	line-height: 1;
}
#menuList .box_menu .btn_close2 span {
	font-size: 54%;
	display: block;
	line-height: 1;
}
#menuList .box_menu ul {
	overflow: hidden;
	width: 98%;
	margin: 1em auto 0;
	margin-top: 1em;
}
#menuList .box_menu ul li {
	float: left;
	width: 49%;
	letter-spacing: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1%;
}
#menuList .box_menu ul li:nth-child(2n+1) {
	margin-right: 1%;
}
#menuList .box_menu ul li a {
	text-align: center;
	display: block;
	padding: .9em .5em;
	text-decoration: none;
	color: #425341;
	font-size: 93%;
	position: relative;
	background: #EFEDE4;
}
#menuList .box_menu ul li a:before, #menuList .box_menu ul li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#menuList .box_menu ul li a:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	right: .3em;
	font-size: 139%;
}
#menuList .box_menu ul li.spe a {
	background: #a97e25;
	color: #fff;
}
#menuList .box_menu ul li.rsv a {
	background: #389b69;
	color: #fff;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #contents .con_title {
	position: relative;
	overflow: hidden;
}
html.lower #contents .con_title .txt {
	display: block;
	position: absolute;
	top: 48.4375%;
	width: 95%;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1700px;
	z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html.lower #contents .con_title .txt {
		top: 59%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_title .txt img {
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjExIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;
		background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.11) 65%, rgba(0, 0, 0, 0) 100%);
		background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.11) 65%, rgba(0, 0, 0, 0) 100%);
		background-image: radial-gradient(ellipse cover at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.11) 65%, rgba(0, 0, 0, 0) 100%);
  }
}
html.lower #contents .con_title .txt span {
	font-family: "Mrs Saint Delafield", cursive;
	color: #FFF;
	font-size: 231%;
	display: block;
	line-height: 1;
	text-shadow: 0 0 10px #000;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_title .txt span {
		font-size: 185%;
  }
}
html.lower #contents .con_title .img {
	display: block;
}
@media only screen and (min-width: 1101px) and (max-width: 1400px) {
  html.lower #contents .con_title .img {
		position: relative;
		width: 1400px;
		left: 50%;
		margin-left: -700px;
  }
}
@media print {
  html.lower #contents .con_title .img {
		position: relative;
		width: 1400px;
		left: 50%;
		margin-left: -700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html.lower #contents .con_title .img {
		position: relative;
		width: 1200px;
		left: 50%;
		margin-left: -600px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_title .img {
		overflow: hidden;
  }
  html.lower #contents .con_title .img img {
		position: relative;
		width: 170%;
		max-width: none;
		margin-left: -35%;
  }
}
html.lower #contents .topicpath {
	margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  html.lower #contents .topicpath {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .topicpath {
		margin-bottom: 2em;
  }
}
html.lower #contents .topicpath:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #c1c1c1;
	position: absolute;
	left: 0;
	right: 0;
}
html.lower #contents .topicpath li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 108%;
	line-height: 2.5;
}
html.lower #contents .topicpath li:not(:last-child):before, html.lower #contents .topicpath li:not(:last-child):after {
	font-family: FontAwesome;
	vertical-align: middle;
}
html.lower #contents .topicpath li:not(:last-child):after {
	content: "";
	margin-left: .5em;
}
html.lower #contents .topicpath li a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

/* -----------------------------------------------------------
	各パーツ
----------------------------------------------------------- */
table.tbl_basic {
	background: #FFF;
}
table.tbl_basic tr th, table.tbl_basic tr td {
	border: 1px solid #b8b8b8;
	font-weight: normal;
	font-size: 124%;
	padding: 15px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
		padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr th, table.tbl_basic tr td {
		padding: 0.5em;
  }
}
table.tbl_basic tr th {
	text-align: center;
}

.temp_dots .slick-dots {
	bottom: 0;
}
@media only screen and (min-width: 768px) {
  .temp_dots .slick-dots li {
		width: 9px;
		height: 9px;
		margin-left: 15px;
  }
}
@media print {
  .temp_dots .slick-dots li {
		width: 9px;
		height: 9px;
		margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .temp_dots .slick-dots li {
		margin-left: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .temp_dots .slick-dots li {
		width: .8em;
		height: .8em;
  }
  .temp_dots .slick-dots li:first-child {
		margin-left: 0;
  }
}
.temp_dots .slick-dots li:first-child {
	margin-left: 0;
}
.temp_dots .slick-dots li.slick-active button, .temp_dots .slick-dots li:hover button {
	background: #fff;
}
.temp_dots .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #39a06c;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	-webkit-transition: background 300ms;
	transition: background 300ms;
}
.temp_dots .slick-dots li button:before {
	display: none;
}

.temp_st1 {
	text-align: center;
}
.temp_st1 em {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: bottom;
	position: relative;
}
.temp_st1 em span {
	position: absolute;
	bottom: 0;
	left: 1.5em;
	font-family: "Mrs Saint Delafield", cursive;
	font-size: 262%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .temp_st1 em span {
		left: 1em;
		font-size: 208%;
  }
}

.temp_st2 {
	position: relative;
	padding-left: 45px;
}
@media only screen and (max-width: 767px) {
  .temp_st2 {
		padding-left: 3em;
  }
}
.temp_st2:before {
	content: '';
	width: 39px;
	height: 33px;
	background: url(../images/common/ic_bird.png) no-repeat top left;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 0;
}
@media only screen and (max-width: 767px) {
  .temp_st2:before {
		font-size: 231%;
		width: 1em;
		height: 1em;
		margin-top: -.4em;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .temp_st2 em {
		font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .temp_st2 em {
		font-size: 154%;
  }
}
.temp_st2 > span {
	font-family: "Mrs Saint Delafield", cursive;
	font-size: 231%;
	line-height: 1;
	margin-left: .4em;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
  .temp_st2 > span {
		font-size: 185%;
		margin-left: .3em;
  }
}

.tmp_btn1 {
	text-align: center;
	display: inline-block;
	border: 1px solid #2c2c2c;
	padding: .5em .5em;
}
.tmp_btn1 a {
	padding: 0 2em;
	text-decoration: none;
	line-height: 1.4em;
}
.tmp_btn1 a span {
	display: inline-block;
	font-size: 85%;
}
.tmp_btn1:before, .tmp_btn1:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.tmp_btn1:after {
	content: "";
	margin-left: .5em;
	font-size: 93%;
	margin-left: 8px;
}

.con_rec {
	display: none;
}
@media only screen and (max-width: 767px) {
  .con_rec {
		text-align: center;
		margin: 2% auto;
		display: block;
  }
}

@media only screen and (max-width: 767px) {
  .bn_rec {
		display: none !important;
  }
}
