@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultantf
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Caveat|Great+Vibes");
.container, .topicpath ul, .con_lnk_top ul, .slider_spa {
	max-width: 1200px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container, .topicpath ul, .con_lnk_top ul, .slider_spa {
		width: 95%;
  }
}

#header:after, #header .con_header:after, .gnav:after, .gnav .sub_menu .list_menu:after, .gnav .sub_menu .list_menu li:after, .gnav ul:after, .fixmenu .box_menu .list_menu:after, #footer:after, #footer .footer_inner:after, .btn_fixel ul:after, .con_search .box_title_search:after, html.lower #contents .lnk_arrowmenu:after, .box_anchor:after, .box_inner_onsen:after, .box_calendar_inline .box_choose_calendar:after, .box_calendar_inline .box_choose_calendar .inner:after, .con_list_hotel .box_hotel:after, .con_list_hotel .box_hotel .list_hotel:after {
	content: "";
	display: table;
	clear: both;
}

/*icon style*/
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/*@include dots(#color1,#color2,width);*/
/*@include btn_slider(#color1,#color2,size);*/
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #4e4e4e;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 100%;
	overflow: hidden;
}
.ie body {
	font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 93%;
		overflow: hidden;
  }
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

a {
	color: #686868;
}
a:link, a:visited, a:active {
	text-decoration: underline;
}
.mouse a:hover, .touch a.touchstart {
	text-decoration: none;
	color: #818181;
}

body, pre, input, textarea, select {
	font-family: "宋体", "SimSun", SimSun, "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: 1200px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
		display: none !important;
  }
}
@media print {
  body .view_sp {
		display: none !important;
  }
}
.ie8 body .view_sp {
	display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
		display: none !important;
  }
}

.mouse .over {
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-o-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 {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.txt_center {
	text-align: center;
}

.clr_red {
	color: #dc0b0b;
}

.clr_footer {
	color: #2db56a;
}

f
#page {
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (min-width: 768px) {
  f
  #page {
		font-size: 100% !important;
  }
}
@media print {
  f
  #page {
		font-size: 100% !important;
  }
}
.ie8 f
#page {
	font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #header {
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		position: relative;
		overflow: hidden;
		*zoom: 1;
		margin-bottom: 1em;
  }
}
#header .con_header {
	padding: 1em 3.5% 0 5.5%;
	position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  #header .con_header {
		padding: 1em 1.5em 0;
  }
}
@media print {
  #header .con_header {
		padding: 1em 1.5em 0;
  }
}
.ie8 #header .con_header {
	padding: 1em 1.5em 0;
}
@media only screen and (max-width: 1024px) {
  #header .con_header {
		padding-top: 1.5em;
		padding-bottom: .7em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
		padding: 1em 1em .7em;
  }
}
#header .box_logo {
	width: 30%;
	float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_logo {
		width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_logo {
		width: 50%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #header .box_logo {
		width: 17%;
  }
}
@media print {
  #header .box_logo {
		width: 17%;
  }
}
.ie8 #header .box_logo {
	width: 17%;
}
#header .box_logo h1 {
	font-weight: normal;
	margin-bottom: 2em;
	position: absolute;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #header .box_logo h1 {
		font-size: 93%;
  }
}
@media print {
  #header .box_logo h1 {
		font-size: 93%;
  }
}
.ie8 #header .box_logo h1 {
	font-size: 93%;
}
@media only screen and (min-width: 1025px) {
  #header .box_logo .logo {
		padding-top: 2.5em;
  }
}
@media print {
  #header .box_logo .logo {
		padding-top: 2.5em;
  }
}
.ie8 #header .box_logo .logo {
	padding-top: 2.5em;
}
#header .box_main {
	float: right;
	width: 60%;
	text-align: right;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #header .box_main {
		width: 83%;
  }
}
@media print {
  #header .box_main {
		width: 83%;
  }
}
.ie8 #header .box_main {
	width: 83%;
}
#header .box_main .box_lang {
	display: table;
	float: right;
	margin-bottom: .5em;
	width: 45em;
}
#header .box_main .box_tel {
	display: inline-block;
	vertical-align: middle;
	color: #68c893;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  #header .box_main .box_tel {
		font-size: 80%;
  }
}
@media print {
  #header .box_main .box_tel {
		font-size: 80%;
  }
}
.ie8 #header .box_main .box_tel {
	font-size: 80%;
}
#header .box_main .box_tel img {
	vertical-align: sub;
	padding-right: 0.3em;
}
#header .box_main .box_tel a, #header .box_main .box_tel span {
	font-size: 231%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
	margin-left: .3em;
}
#header .box_main .box_best_rate {
	display: inline-block;
	vertical-align: middle;
	padding: 0 1em;
}
#header .box_main .box_lang_dr {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#header .box_main .box_lang_dr .bt_lang span {
	border: 1px solid #c7c7c7;
	padding: .3em 2.5em .3em .5em;
	position: relative;
	overflow: hidden;
	*zoom: 1;
}
#header .box_main .box_lang_dr .bt_lang span:before, #header .box_main .box_lang_dr .bt_lang span:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#header .box_main .box_lang_dr .bt_lang span > * {
	vertical-align: middle;
	display: inline;
}
#header .box_main .box_lang_dr .bt_lang span:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	right: .5em;
	padding-left: .5em;
	border-left: 1px solid #c7c7c7;
	top: 0;
	height: 100%;
	line-height: 2;
}
#header .box_main .box_lang_dr .bt_lang span:hover {
	cursor: pointer;
}
#header .box_main .box_lang_dr ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #FFF;
	border: 1px solid #c7c7c7;
	z-index: 99;
}
#header .box_main .box_lang_dr ul li {
	text-align: left;
}
#header .box_main .box_lang_dr ul li a {
	padding: .3em 0 .3em .5em;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #c7c7c7;
}
#header .box_main .box_lang_dr ul li:last-child a {
	border-bottom: none;
}
#header .box_menu_sp {
	width: 30%;
	float: right;
	position: relative;
	text-align: right;
}
#header .box_menu_sp .btn_menu {
	display: table;
	vertical-align: middle;
	float: right;
	width: auto;
	height: auto;
	line-height: 0;
	background: none;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}
#header .box_menu_sp .btn_menu:before {
	content: "";
	position: absolute;
	left: -1em;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1px;
	height: 400%;
	background: #CCC;
}
#header .box_menu_sp .btn_menu .ic {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 30px;
	height: 22px;
}
#header .box_menu_sp .btn_menu .ic > span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	background: #68c893;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header .box_menu_sp .btn_menu .ic > span:nth-of-type(1) {
	top: 0;
}
.open_menu #header .box_menu_sp .btn_menu .ic > span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-moz-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	-o-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
#header .box_menu_sp .btn_menu .ic > span:nth-of-type(2) {
	top: 9px;
}
.open_menu #header .box_menu_sp .btn_menu .ic > span:nth-of-type(2) {
	opacity: 0;
}
#header .box_menu_sp .btn_menu .ic > span:nth-of-type(3) {
	bottom: 0;
}
.open_menu #header .box_menu_sp .btn_menu .ic > span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	-moz-transform: translateY(-9px) rotate(45deg);
	-ms-transform: translateY(-9px) rotate(45deg);
	-o-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#header .box_menu_sp .btn_menu em {
	display: table-cell;
	vertical-align: middle;
	padding-left: .3em;
	text-transform: uppercase;
	font-size: 154%;
	color: #68c893;
	font-weight: bold;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  #header .box_menu_sp .btn_menu em {
		font-size: 124%;
  }
}

/* -----------------------------------------------------------
	.gnav
----------------------------------------------------------- */
.gnav .sub_menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #edf5f1;
	padding: 2em 0 0;
	overflow: hidden;
	*zoom: 1;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.gnav .sub_menu .container {
	text-align: center;
}
.gnav .sub_menu .list_menu {
	display: inline-block;
	float: none;
}
.gnav .sub_menu .list_menu.two li {
	width: 50%;
	margin-right: 0;
	float: left;
}
.gnav .sub_menu .list_menu.two li:nth-of-type(2n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .gnav .sub_menu .list_menu.two li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.gnav .sub_menu .list_menu.three li {
	width: 33.33333%;
	margin-right: 0;
	float: left;
}
.gnav .sub_menu .list_menu.three li:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .gnav .sub_menu .list_menu.three li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.gnav .sub_menu .list_menu li {
	width: 25%;
	margin-right: 0;
	float: left;
	padding-right: 2em;
	position: relative;
	margin-bottom: 2em;
}
.gnav .sub_menu .list_menu li:nth-of-type(4n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .gnav .sub_menu .list_menu li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.gnav .sub_menu .list_menu li:before {
	content: "";
	right: .8em;
	top: 0;
	width: 1px;
	height: 100%;
	background: #cfdfd7;
	position: absolute;
}
.gnav .sub_menu .list_menu li img {
	width: 33%;
	float: left;
}
.gnav .sub_menu .list_menu li .box_menu_txt {
	float: right;
	width: 63.33333%;
	text-align: left;
}
.gnav .sub_menu .list_menu li a {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 100%;
	display: block;
	overflow: hidden;
	*zoom: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0;
}
.gnav .sub_menu .list_menu li a:before {
	display: none;
}
.gnav .sub_menu .list_menu li .st_gnav {
	font-size: 108%;
	font-weight: bold;
}
.gnav .sub_menu .list_menu li .st_gnav:before, .gnav .sub_menu .list_menu li .st_gnav:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.gnav .sub_menu .list_menu li .st_gnav > * {
	vertical-align: middle;
	display: inline;
}
.gnav .sub_menu .list_menu li .st_gnav:before {
	content: "";
	margin-right: .5em;
	font-family: "Ionicons";
}
.gnav .sub_menu .list_menu li:nth-child(4n):before {
	display: none;
}
.gnav ul {
	float: right;
	display: flex;
}
.gnav ul li {
	float: left;
	padding: .8em 0 2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gnav ul li a {
	padding: .6em 1em;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 124%;
	text-decoration: none;
	position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .gnav ul li a {
		padding: .6em .8em;
  }
}
@media print {
  .gnav ul li a {
		padding: .6em .8em;
  }
}
.ie8 .gnav ul li a {
	padding: .6em .8em;
}
.gnav ul li a.active {
	background: #edf5f1;
}
.gnav ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 1.2em;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #e8e8e8;
}
.gnav ul li.parent:hover {
	background: #edf5f1;
}
.gnav ul li.parent:hover .sub_menu {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible  !important;
	z-index: 99;
}
.gnav ul li:hover a {
	background: #edf5f1;
}
.gnav ul li.lnk_res a {
	color: #FFF;
	background: -svg-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -owg-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -webkit-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -moz-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -o-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: linear-gradient(to right, #d71518 0%, #f68807 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71518', endColorstr='#f68807',GradientType=1 );
}
.gnav ul li.lnk_res a:before {
	display: none;
}
.gnav ul li.lnk_res:hover {
	background: none;
}

/* -----------------------------------------------------------
	#fixnav-sp
----------------------------------------------------------- */
#fixnav-sp {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#fixnav-sp ul {
	overflow: hidden;
	background: #FFF;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#fixnav-sp ul li {
	width: 25%;
	float: left;
}
#fixnav-sp ul li a, #fixnav-sp ul li span {
	font-size: 116%;
	border-left: 1px solid #cccccc;
	display: block;
	cursor: pointer;
	text-align: center;
	padding: .5em 0.1em;
	color: #2db56a;
	text-decoration: none;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
}
#fixnav-sp ul li i {
	font-size: 200%;
	display: block;
	text-align: center;
	margin-bottom: .2em;
}
#fixnav-sp ul li:first-child a {
	border-left: none;
}

/* -----------------------------------------------------------
	fixbtns
----------------------------------------------------------- */
.fixbtns {
	width: auto;
	text-align: right;
	padding: 1em 0;
}
.fixbtns a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 100%;
	padding: .8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	color: #FFF;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fixbtns a .ic {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 2em;
	height: 1.3em;
	margin-bottom: .2em;
}
.fixbtns a .ic > span {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	height: .2em;
	width: 100%;
	background: #FFF;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fixbtns a .ic > span:nth-of-type(1) {
	top: 0;
}
.fixbtns a .ic > span:nth-of-type(2) {
	top: .55em;
}
.fixbtns a .ic > span:nth-of-type(3) {
	bottom: 0;
}
.fix_active .fixbtns a .ic > span {
	background: #555555;
}
.fixbtns a .ic .btn_inner {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 0;
}
.fixbtns a .txt {
	display: inline-block;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 90%;
	color: #FFF;
	text-transform: uppercase;
	vertical-align: middle;
}
.fixbtns a .txt.txt_close {
	display: none;
}
.fix_active .fixbtns a .txt {
	color: #555555;
	font-size: 110%;
}
.fix_active .fixbtns {
	background: none;
}

/* -----------------------------------------------------------
	fix_active
----------------------------------------------------------- */
body.fix_active {
	width: 100%;
	top: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
body.fix_active .fixbtns {
	z-index: 101;
}
body.fix_active .fixbtns a .ic > span:nth-of-type(1) {
	-webkit-transform: translateY(0.55em) rotate(-45deg);
	-moz-transform: translateY(0.55em) rotate(-45deg);
	-ms-transform: translateY(0.55em) rotate(-45deg);
	-o-transform: translateY(0.55em) rotate(-45deg);
	transform: translateY(0.55em) rotate(-45deg);
}
body.fix_active .fixbtns a .ic > span:nth-of-type(2) {
	opacity: 0;
}
body.fix_active .fixbtns a .ic > span:nth-of-type(3) {
	-webkit-transform: translateY(-0.55em) rotate(45deg);
	-moz-transform: translateY(-0.55em) rotate(45deg);
	-ms-transform: translateY(-0.55em) rotate(45deg);
	-o-transform: translateY(-0.55em) rotate(45deg);
	transform: translateY(-0.55em) rotate(45deg);
}
body.fix_active .fixbtns a .txt.txt_menu {
	display: none;
}
body.fix_active .fixbtns a .txt.txt_close {
	display: inline-block;
}
body.fix_active .fixmenu {
	overflow: auto;
	z-index: 999;
}

/* -----------------------------------------------------------
  .fixmenu
----------------------------------------------------------- */
.fixmenu {
	display: none;
	position: fixed;
	z-index: -1;
	width: 100%;
	top: 0;
	right: 0;
	height: 100%;
	background: white;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-overflow-scrolling: touch;
}
.fixmenu .fixmenu_inner {
	max-width: 1200px;
	margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixmenu .fixmenu_inner {
		width: 95%;
  }
}
.fixmenu .fixmenu_inner h3 {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 262%;
	color: #000000;
	text-align: center;
	margin: 1.5em 0;
	font-weight: normal;
}
.fixmenu .fixbtns.view_sp {
	width: 5em;
	float: right;
	top: 1em;
	right: 0;
	margin-top: .5em;
}
.fixmenu .sub_menu {
	width: 100%;
	margin-left: 1em;
}
.fixmenu .sub_menu li a {
	font-size: 116%;
	padding: .2em 0;
	color: #555555;
	display: block;
	text-decoration: none;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	padding: .2em 0;
}
.fixmenu .box_menu {
	overflow: hidden;
	*zoom: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fixmenu .box_menu .list_menu {
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.fixmenu .box_menu .list_menu li {
	border-bottom: 1px solid #eaeaea;
}
.fixmenu .box_menu .list_menu li.first {
	background: #2db56a;
	border-color: #2db56a;
}
.fixmenu .box_menu .list_menu li.first a {
	color: #FFF;
	padding-left: 1em;
}
.fixmenu .box_menu .list_menu li a {
	display: block;
	text-decoration: none;
	color: #555555;
	position: relative;
	font-size: 139%;
	padding: .7em 1em .7em 1.5em;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixmenu .box_menu .list_menu li a {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .fixmenu .box_menu .list_menu li a {
		font-size: 116%;
  }
}
.fixmenu .box_menu .list_menu li a:before, .fixmenu .box_menu .list_menu li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.fixmenu .box_menu .list_menu li a > * {
	vertical-align: middle;
	display: inline;
}
.fixmenu .box_menu .list_menu li a:before {
	content: "";
	margin-right: .5em;
}
.fixmenu .box_menu .list_menu li:last-child {
	border-bottom: none;
}
.fixmenu .box_menu .list_menu li.lang a {
	background: #7d7d7d;
	color: #fff;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
.btn_closeall {
	text-align: center;
	margin: 2em 0 3em;
}
@media only screen and (max-width: 767px) {
  .btn_closeall {
		margin-bottom: 2em;
  }
}
.btn_closeall .ic_close {
	width: 6em;
	padding-top: 0.5em;
	padding: 1.25em;
	background: -svg-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -owg-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -webkit-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -moz-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -o-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: linear-gradient(to right, #d71518 0%, #f68807 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71518', endColorstr='#f68807',GradientType=1 );
	margin: auto;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	*zoom: 1;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	text-transform: uppercase;
}
.btn_closeall .ic_close .line_close {
	height: 2em;
	width: 2em;
	position: relative;
	display: block;
	margin: auto;
	line-height: 80%;
}
.btn_closeall .ic_close .line_close:before, .btn_closeall .ic_close .line_close:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: 1em;
}
.btn_closeall .ic_close .line_close:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn_closeall .ic_close .line_close:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn_closeall .ic_close em {
	color: #FFF;
	font-size: 85%;
}
.btn_closeall .ic_close:hover {
	cursor: pointer;
}

.accordion.all {
	padding: 10px;
	cursor: pointer;
	position: relative;
	font-size: 139%;
}
@media only screen and (max-width: 767px) {
  .accordion.all {
		padding: 0.8em 2.4em 0.8em 0.8em;
  }
}
.accordion.all:after {
	content: '';
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -7px;
	border: 10px solid transparent;
	border-top: solid 15px #ddd;
	border-bottom-width: 0;
	z-index: 100;
	-webkit-transition: -webkit-transform 500ms ease;
	-moz-transition: -moz-transform 500ms ease;
	-o-transition: -o-transform 500ms ease;
	transition: transform 500ms ease;
}
.accordion.all.active:after {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.accordion.all + * .inner {
	padding: 1em;
	border-top: 0;
	display: block;
}
.accordion.all + * {
	display: none;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
		font-weight: bold;
  }
  .accordion.sp_only + * {
		display: block !important;
  }
}
@media print {
  .accordion.sp_only {
		font-weight: bold;
  }
  .accordion.sp_only + * {
		display: block !important;
  }
}
.ie8 .accordion.sp_only {
	font-weight: bold;
}
.ie8 .accordion.sp_only + * {
	display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
		padding: 10px;
		cursor: pointer;
		position: relative;
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .accordion.sp_only {
		padding: 0.8em 2.4em 0.8em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only:after {
		content: '';
		position: absolute;
		right: 1em;
		top: 50%;
		margin-top: -7px;
		border: 10px solid transparent;
		border-top: solid 15px #ddd;
		border-bottom-width: 0;
		z-index: 100;
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
  }
  .accordion.sp_only.active:after {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
  }
  .accordion.sp_only + * .inner {
		padding: 1em;
		border-top: 0;
		display: block;
  }
  .accordion.sp_only + * {
		display: none;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	background: url(../images/footer/bg_footer.jpg) center bottom no-repeat;
	background-size: cover;
	padding-bottom: 3em;
	margin-top: 8em;
}
@media only screen and (max-width: 767px) {
  #footer {
		margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
		background: #2db56a;
  }
}
#footer .footer_inner .backtop {
	text-align: center;
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .backtop {
		background: #FFF;
		border-top: 1px solid #d0d0d0;
		margin-left: -3%;
		margin-right: -3%;
  }
}
#footer .footer_inner .backtop a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	text-transform: uppercase;
	line-height: .8;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .backtop a {
		display: block;
  }
}
#footer .footer_inner .backtop a:before, #footer .footer_inner .backtop a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .footer_inner .backtop a > * {
	vertical-align: middle;
	display: inline;
}
#footer .footer_inner .backtop a:before {
	content: "";
	margin-right: .5em;
	content: "\f3d8";
	font-family: "Ionicons";
	display: block;
	font-size: 308%;
	margin-right: 0;
	line-height: 1;
}
#footer .footer_inner .footer_box_tel {
	background: #FFF;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel {
		background: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel {
		color: #FFF;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
  }
}
#footer .footer_inner .footer_box_tel .box_inner {
	display: table;
	width: 100%;
	padding: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .footer_inner .footer_box_tel .box_inner {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner {
		padding: 2em 0 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #footer .footer_inner .footer_box_tel .box_inner {
		font-size: 77%;
  }
}
@media print {
  #footer .footer_inner .footer_box_tel .box_inner {
		font-size: 77%;
  }
}
.ie8 #footer .footer_inner .footer_box_tel .box_inner {
	font-size: 77%;
}
@media only screen and (max-width: 1024px) {
  #footer .footer_inner .footer_box_tel .box_inner {
		text-align: center;
		overflow: hidden;
		*zoom: 1;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_logo {
	display: table-cell;
	vertical-align: middle;
	width: 26.1324%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_logo {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_logo {
		display: block;
		width: 100%;
		text-align: center;
  }
  #footer .footer_inner .footer_box_tel .box_inner .box_logo img {
		width: 80%;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_logo .add {
	margin-top: .5em;
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci {
	overflow: hidden;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci {
		margin-left: 2em;
  }
}
@media print {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci {
		margin-left: 2em;
  }
}
.ie8 #footer .footer_inner .footer_box_tel .box_inner .box_soci {
	margin-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci {
		display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci {
		display: inline-block;
		margin: 5% 0;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li {
	float: left;
	display: inline-block;
	margin-left: 0.3em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci li {
		margin-left: 1em;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li a {
	height: 3em;
	width: 3em;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #FFF;
	position: relative;
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li a .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 154%;
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_tw a {
	background: #45b0e3;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_tw a {
		background: #FFF;
		color: #45b0e3;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_fb a {
	background: #39599f;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_fb a {
		background: #FFF;
		color: #39599f;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_insta a {
	background: #4e4e4e;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_insta a {
		background: #FFF;
		color: #4e4e4e;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_line a {
	background: #00b900;
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_line a img {
	width: 1.5em;
	margin-top: 0.7em;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_line a {
		background: #FFF;
		color: #4e4e4e;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_blog a {
	background: #548b2b;
}
#footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_blog a img {
	width: 1.5em;
	margin-top: 0.7em;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_soci li.i_blog a {
		background: #FFF;
		color: #4e4e4e;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_tel {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 0 1em;
	width: 27.43902%;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_tel {
		width: 23.51916%;
  }
}
@media print {
  #footer .footer_inner .footer_box_tel .box_inner .box_tel {
		width: 23.51916%;
  }
}
.ie8 #footer .footer_inner .footer_box_tel .box_inner .box_tel {
	width: 23.51916%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_tel {
		border-right: none;
		text-align: center;
		border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_tel {
		display: block;
		width: 100%;
		text-align: center;
		border: 1px solid #6ad978;
		padding: .7em 0;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_tel .lbl_tel {
	font-weight: 500;
}
#footer .footer_inner .footer_box_tel .box_inner .box_tel .box_tem_num a, #footer .footer_inner .footer_box_tel .box_inner .box_tel .box_tem_num span {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 200%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	vertical-align: middle;
}
#footer .footer_inner .footer_box_tel .box_inner .box_tel .box_tem_num a img, #footer .footer_inner .footer_box_tel .box_inner .box_tel .box_tem_num span img {
	vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_tel .box_tem_num a, #footer .footer_inner .footer_box_tel .box_inner .box_tel .box_tem_num span {
		color: #FFF;
  }
  #footer .footer_inner .footer_box_tel .box_inner .box_tel .box_tem_num a img, #footer .footer_inner .footer_box_tel .box_inner .box_tel .box_tem_num span img {
		height: .8em;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_btn_footer {
	display: table-cell;
	vertical-align: middle;
	padding-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .footer_inner .footer_box_tel .box_inner .box_btn_footer {
		width: 100%;
		display: block;
		margin: 1em 0;
  }
}
#footer .footer_inner .footer_box_tel .box_inner .box_btn_footer li {
	width: 100%;
	float: left;
}
#footer .footer_inner .footer_box_tel .box_inner .box_btn_footer li:last-child {
	margin-right: 0;
}
#footer .box_menu_footer {
	overflow: hidden;
	*zoom: 1;
	margin-top: 3em;
	width: 100%;
}
@media only screen and (min-width: 768px) {
  #footer .box_menu_footer {
		display: table;
		margin-bottom: 2em;
  }
}
@media print {
  #footer .box_menu_footer {
		display: table;
		margin-bottom: 2em;
  }
}
.ie8 #footer .box_menu_footer {
	display: table;
	margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  #footer .box_menu_footer .list_menu {
		width: 20%;
		margin-right: 0;
		float: left;
		position: relative;
		padding: 0 0.66667%;
		float: none;
		display: table-cell;
  }
  #footer .box_menu_footer .list_menu:nth-of-type(5n) {
		margin-right: 0;
  }
  #footer .box_menu_footer .list_menu:before {
		content: "";
		width: 1px;
		height: 100%;
		background: #dbdbdb;
		position: absolute;
		right: 0;
		top: 0;
  }
  #footer .box_menu_footer .list_menu:first-child:after {
		content: "";
		width: 1px;
		height: 100%;
		background: #dbdbdb;
		position: absolute;
		left: 0;
		top: 0;
  }
}
@media print {
  #footer .box_menu_footer .list_menu {
		width: 20%;
		margin-right: 0;
		float: left;
		position: relative;
		padding: 0 0.66667%;
		float: none;
		display: table-cell;
  }
  #footer .box_menu_footer .list_menu:nth-of-type(5n) {
		margin-right: 0;
  }
  #footer .box_menu_footer .list_menu:before {
		content: "";
		width: 1px;
		height: 100%;
		background: #dbdbdb;
		position: absolute;
		right: 0;
		top: 0;
  }
  #footer .box_menu_footer .list_menu:first-child:after {
		content: "";
		width: 1px;
		height: 100%;
		background: #dbdbdb;
		position: absolute;
		left: 0;
		top: 0;
  }
}
.ie8 #footer .box_menu_footer .list_menu {
	width: 20%;
	margin-right: 0;
	float: left;
	position: relative;
	padding: 0 0.66667%;
	float: none;
	display: table-cell;
}
.ie8 #footer .box_menu_footer .list_menu:nth-of-type(5n) {
	margin-right: 0;
}
.ie8 #footer .box_menu_footer .list_menu:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #dbdbdb;
	position: absolute;
	right: 0;
	top: 0;
}
.ie8 #footer .box_menu_footer .list_menu:first-child:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #dbdbdb;
	position: absolute;
	left: 0;
	top: 0;
}
#footer .box_menu_footer .list_menu li {
	margin-bottom: 1.5em;
}
#footer .box_menu_footer .list_menu li a {
	background: #f0f4f0;
	padding: .3em 1em;
	text-decoration: none;
	display: block;
}
#footer .box_menu_footer .list_menu li a:before, #footer .box_menu_footer .list_menu li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
#footer .box_menu_footer .list_menu li a > * {
	vertical-align: middle;
	display: inline;
}
#footer .box_menu_footer .list_menu li a:before {
	content: "";
	margin-right: .5em;
	font-family: "Ionicons";
}
#footer .box_menu_footer .list_menu li .list_submenu {
	margin-left: 1em;
}
#footer .box_menu_footer .list_menu li .list_submenu li {
	padding-left: .5em;
	margin-bottom: .3em;
}
#footer .box_menu_footer .list_menu li .list_submenu li a {
	background: none;
	padding: .3em 0 .3em 1.2em;
}
#footer .box_menu_footer .list_menu li .list_submenu li a:before {
	content: "-";
	position: absolute;
	left: 2em;
}
#footer .box_facilities {
	background-image: url(../images/footer/bg_fac_f.png);
	padding: 1.5em;
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (min-width: 768px) {
  #footer .box_facilities {
		margin-top: 2em;
  }
}
@media print {
  #footer .box_facilities {
		margin-top: 2em;
  }
}
.ie8 #footer .box_facilities {
	margin-top: 2em;
}
#footer h4 {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 131%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	text-align: center;
	padding: .3em 1em;
	margin-bottom: 1em;
}
#footer .list_fac {
	text-align: center;
	border: 1px solid #d7e2d9;
	padding: 7px;
	max-width: 750px;
	margin: auto;
	overflow: hidden;
	*zoom: 1;
	position: relative;
}
#footer .list_fac:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	background: #c9c9c9;
}
#footer .list_fac li {
	width: 49.14286%;
	margin-right: 1.71429%;
	float: left;
	border: 1px solid #c9c9c9;
	background: #FFF;
	padding: 10px;
	overflow: hidden;
	*zoom: 1;
	position: relative;
}
#footer .list_fac li:nth-of-type(2n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #footer .list_fac li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
#footer .list_fac li a {
	display: block;
	text-decoration: none;
	display: table;
	width: 100%;
}
#footer .list_fac li img {
	display: table-cell;
	vertical-align: middle;
}
#footer .list_fac li .box_fac_info {
	display: table-cell;
	width: 69.69697%;
	vertical-align: middle;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
}
#footer .list_fac li .box_fac_info .txt {
	font-size: 93%;
}
#footer .list_fac li .box_fac_info h5 {
	font-size: 131%;
}
#footer #copyright {
	text-align: center;
	color: #FFF;
	margin: 3em 0 6em;
	font-size: 93%;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
		margin: 2em 0 0;
  }
}

/* -----------------------------------------------------------
	btn_fixel
----------------------------------------------------------- */
.btn_fixel {
	position: fixed;
	left: 0;
	top: -300px;
	z-index: 99;
	background: -svg-linear-gradient(#f5f3ec, #FFF);
	background: -owg-linear-gradient(#f5f3ec, #FFF);
	background: -webkit-linear-gradient(#f5f3ec, #FFF);
	background: -moz-linear-gradient(#f5f3ec, #FFF);
	background: -o-linear-gradient(#f5f3ec, #FFF);
	background: linear-gradient(#f5f3ec, #FFF);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF5F3EC', endColorstr='#FFFFFFFF');
	-webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 0 4px rgba(0, 0, 0, 0.4);
	width: 100%;
}
.btn_fixel .box_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_fixel .img_logo {
	width: 20%;
	margin-left: 2em;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .btn_fixel .img_logo {
		width: 15%;
  }
}
@media print {
  .btn_fixel .img_logo {
		width: 15%;
  }
}
.ie8 .btn_fixel .img_logo {
	width: 15%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_fixel .img_logo {
		width: 20%;
  }
}
.btn_fixel ul {
	float: right;
}
.btn_fixel ul li {
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn_fixel ul li a {
	padding: 1em 1em;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 124%;
	text-decoration: none;
	display: block;
	position: relative;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .btn_fixel ul li a {
		padding: 1em .8em;
  }
}
@media print {
  .btn_fixel ul li a {
		padding: 1em .8em;
  }
}
.ie8 .btn_fixel ul li a {
	padding: 1em .8em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_fixel ul li a {
		padding: 1em .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .btn_fixel ul li a {
		font-size: 100%;
  }
}
.btn_fixel ul li a.active {
	background: #edf5f1;
}
.btn_fixel ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 1.2em;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #e8e8e8;
}
.btn_fixel ul li.parent:hover {
	background: #edf5f1;
}
.btn_fixel ul li.parent:hover .sub_menu {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	visibility: visible  !important;
	z-index: 99;
}
.btn_fixel ul li:hover a {
	background: #edf5f1;
}
.btn_fixel ul li.lnk_res a {
	color: #FFF;
	background: -svg-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -owg-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -webkit-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -moz-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -o-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: linear-gradient(to right, #d71518 0%, #f68807 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71518', endColorstr='#f68807',GradientType=1 );
}
.btn_fixel ul li.lnk_res a:before {
	display: none;
}
.btn_fixel ul li.lnk_res:hover {
	background: none;
}

/* -----------------------------------------------------------
	btn_map
----------------------------------------------------------- */
.btn_map {
	position: fixed;
	right: 2em;
	bottom: 2em;
	z-index: 99;
	width: auto;
	display: none;
}
.btn_map a {
	outline: none;
	display: block;
}

/* -----------------------------------------------------------
	POPUP
----------------------------------------------------------- */
body #popup_maps button.mfp-close {
	right: 0;
	left: 0;
	margin: auto;
	top: 100%;
	font-size: 385%;
}
body #popup_maps button.mfp-close:active {
	top: 100%;
}
body .mfp-bg {
	background: rgba(255, 255, 255, 0.85);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
body #popup_list_res {
	max-width: 100%;
}

.white-popup {
	max-width: 960px;
	margin: auto;
}

/* -----------------------------------------------------------
	con_search
----------------------------------------------------------- */
.con_search {
	overflow: hidden;
	*zoom: 1;
	padding: 2em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .container {
		width: 98%;
  }
}
.con_search input[type="text"], .con_search select {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 1px solid #cccccc;
	padding: .3em .5em .3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	color: #000;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 93%;
	min-width: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search input[type="text"], .con_search select {
		min-width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search input[type="text"], .con_search select {
		min-width: 35px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search input[type="text"], .con_search select {
		min-width: 35px;
  }
}
@media print {
  .con_search input[type="text"], .con_search select {
		min-width: 35px;
  }
}
.ie8 .con_search input[type="text"], .ie8 .con_search select {
	min-width: 35px;
}
.con_search input[type="text"]:focus, .con_search select:focus {
	outline: none;
}
.con_search input[type="text"] option, .con_search select option {
	color: #000;
}
.con_search select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
}
.con_search select::-ms-expand {
	display: none;
}
.con_search select::select, .con_search select::-moz-selection {
	color: #000;
}
.con_search select option:first {
	color: #000;
}
.con_search input[type="checkbox"] {
	vertical-align: middle;
	margin-right: .5em;
}
.con_search .box_title_search {
	padding-bottom: .5em;
}
.con_search .box_title_search .st_title {
	display: inline-block;
	font-size: 170%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: normal;
	vertical-align: middle;
	color: #2db56a;
	margin-right: .5em;
}
.con_search .box_title_search .st_title:before, .con_search .box_title_search .st_title:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.con_search .box_title_search .st_title > * {
	vertical-align: middle;
	display: inline;
}
.con_search .box_title_search .st_title:before {
	content: "";
	margin-right: .5em;
	background: #2db56a;
	color: #FFF;
	font-size: 73%;
	padding: .7em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .con_search .box_title_search .st_title {
		display: block;
		margin-bottom: 1em;
		margin-right: 0;
		font-size: 154%;
		font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
  }
}
.con_search .box_title_search .box_choose_hotel {
	display: inline-block;
	vertical-align: middle;
}
.con_search .box_title_search .box_choose_hotel select {
	margin-right: .5em;
}
.con_search .box_title_search .box_choose_hotel select:disabled {
	background: #ebebe4;
}
.con_search .box_search_innner {
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search .box_search_innner {
		font-size: 93%;
  }
}
@media print {
  .con_search .box_search_innner {
		font-size: 93%;
  }
}
.ie8 .con_search .box_search_innner {
	font-size: 93%;
}
.con_search .box_search_innner .container {
	border-top: 1px solid #dbdfd5;
	border-bottom: 1px solid #dbdfd5;
}
.con_search .box_search_innner .st_title_input {
	font-size: 100%;
	margin-bottom: .5em;
	font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search_innner .st_title_input {
		font-size: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .st_title_input {
		font-size: 100%;
  }
}
.con_search .box_search_innner .box_input {
	display: table;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input {
		display: block;
  }
}
.con_search .box_search_innner .box_input .box_day {
	display: table-cell;
	border-right: 1px solid #dbdfd5;
	border-left: 1px solid #dbdfd5;
	padding: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search_innner .box_input .box_day {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input .box_day {
		padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search .box_search_innner .box_input .box_day {
		padding: 1em;
  }
}
@media print {
  .con_search .box_search_innner .box_input .box_day {
		padding: 1em;
  }
}
.ie8 .con_search .box_search_innner .box_input .box_day {
	padding: 1em;
}
.con_search .box_search_innner .box_input .box_day span {
	margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input .box_day {
		display: block;
		width: 100%;
  }
}
.con_search .box_search_innner .box_input .box_rooms {
	display: table-cell;
	border-right: 1px solid #dbdfd5;
	padding: 1.5em;
	width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search_innner .box_input .box_rooms {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input .box_rooms {
		padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search .box_search_innner .box_input .box_rooms {
		padding: 1em;
  }
}
@media print {
  .con_search .box_search_innner .box_input .box_rooms {
		padding: 1em;
  }
}
.ie8 .con_search .box_search_innner .box_input .box_rooms {
	padding: 1em;
}
.con_search .box_search_innner .box_input .box_rooms span {
	margin-right: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search_innner .box_input .box_rooms select {
		margin-bottom: .5em;
		min-width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input .box_rooms {
		display: block;
		width: 100%;
  }
}
.con_search .box_search_innner .box_input .box_per {
	display: table-cell;
	border-right: 1px solid #dbdfd5;
	padding: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search_innner .box_input .box_per {
		padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input .box_per {
		padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search .box_search_innner .box_input .box_per {
		padding: 1em;
  }
}
@media print {
  .con_search .box_search_innner .box_input .box_per {
		padding: 1em;
  }
}
.ie8 .con_search .box_search_innner .box_input .box_per {
	padding: 1em;
}
.con_search .box_search_innner .box_input .box_per ul {
	overflow: hidden;
	*zoom: 1;
}
.con_search .box_search_innner .box_input .box_per ul li {
	float: left;
	padding-right: 1em;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search .box_search_innner .box_input .box_per ul li {
		padding-right: .5em;
  }
}
@media print {
  .con_search .box_search_innner .box_input .box_per ul li {
		padding-right: .5em;
  }
}
.ie8 .con_search .box_search_innner .box_input .box_per ul li {
	padding-right: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search_innner .box_input .box_per ul li {
		padding-right: .5em;
		margin-bottom: .5em;
  }
}
.con_search .box_search_innner .box_input .box_per ul li:last-child {
	padding-right: 0;
}
.con_search .box_search_innner .box_input .box_per ul li:last-child span {
	margin-right: 0;
}
.con_search .box_search_innner .box_input .box_per span {
	margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input .box_per {
		display: block;
		width: 100%;
  }
}
.con_search .box_search_innner .box_input .box_pri {
	display: table-cell;
	border-right: 1px solid #dbdfd5;
	padding: 1.5em;
	width: 22%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search_innner .box_input .box_pri {
		padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input .box_pri {
		padding: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search .box_search_innner .box_input .box_pri {
		padding: 1em;
  }
}
@media print {
  .con_search .box_search_innner .box_input .box_pri {
		padding: 1em;
  }
}
.ie8 .con_search .box_search_innner .box_input .box_pri {
	padding: 1em;
}
.con_search .box_search_innner .box_input .box_pri select {
	width: 45%;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search .box_search_innner .box_input .box_pri select {
		width: 44%;
  }
}
@media print {
  .con_search .box_search_innner .box_input .box_pri select {
		width: 44%;
  }
}
.ie8 .con_search .box_search_innner .box_input .box_pri select {
	width: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_search_innner .box_input .box_pri select {
		width: 80%;
		margin-bottom: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_search_innner .box_input .box_pri {
		display: block;
		width: 100%;
  }
}
.con_search .box_button {
	padding: 1.5em 1em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_button {
		padding: 1.5em 0.3em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_search .box_button {
		font-size: 85%;
  }
}
@media print {
  .con_search .box_button {
		font-size: 85%;
  }
}
.ie8 .con_search .box_button {
	font-size: 85%;
}
@media only screen and (max-width: 767px) {
  .con_search .box_button .container {
		width: 100%;
  }
}
.con_search .box_button .box_chg {
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_search .box_button .box_chg {
		margin-right: 0;
  }
}
.con_search .box_button .box_chg ul li {
	float: left;
	margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_search .box_button .box_chg ul li {
		margin-bottom: .5em;
  }
}
.con_search .box_button .list_button {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 1em auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_search .box_button .list_button {
		margin-top: 1em;
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_button .list_button {
		display: block;
		margin-top: 1em;
  }
}
.con_search .box_button .list_button li {
	float: left;
	width: 31.3333%;
	padding-right: 2%;
}
@media only screen and (max-width: 767px) {
  .con_search .box_button .list_button li {
		width: 100%;
		padding-right: 0;
		margin-bottom: 1em;
  }
}
.con_search .box_button .list_button li:last-child {
	padding-right: 0px;
}
.con_search .box_button .list_button li a {
	display: block;
}
.con_search .box_button .list_button li.btn a, .con_search .box_button .list_button li.btn span {
	padding: .5em 0;
	cursor: pointer;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
.con_search .box_button .list_button li.btn_gray a {
	background: #dfdfdf;
	color: #4e4e4e;
}
@media only screen and (min-width: 768px) {
  .con_search .box_button .list_button li.btn_brown {
		border-left: 1px dotted #94a678;
		padding-left: 2%;
  }
}
@media print {
  .con_search .box_button .list_button li.btn_brown {
		border-left: 1px dotted #94a678;
		padding-left: 2%;
  }
}
.ie8 .con_search .box_button .list_button li.btn_brown {
	border-left: 1px dotted #94a678;
	padding-left: 2%;
}

/* -----------------------------------------------------------
	box_pop_content
----------------------------------------------------------- */
.box_map_inner .img_map {
	margin-bottom: 1em;
}
.box_map_inner .box_txt h3 {
	font-size: 124%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
  .box_pop_content .con_search .box_search_innner {
		border: 1px solid #dbdfd5;
  }
  .box_pop_content .con_search .box_search_innner .container {
		width: 100%;
  }
  .box_pop_content .con_search .box_search_innner .box_input {
		padding: 3% 0;
  }
  .box_pop_content .con_search .box_search_innner .box_day {
		border: none;
		border-bottom: 1px solid #dbdfd5;
		padding: 3%;
  }
  .box_pop_content .con_search .box_search_innner .box_day input[type="text"] {
		width: 100%;
  }
  .box_pop_content .con_search .box_search_innner .box_rooms {
		border: none;
		border-bottom: 1px solid #dbdfd5;
		padding: 3%;
  }
  .box_pop_content .con_search .box_search_innner .box_rooms input[type="text"], .box_pop_content .con_search .box_search_innner .box_rooms select {
		width: 25%;
  }
  .box_pop_content .con_search .box_search_innner .box_rooms input[type="text"].first, .box_pop_content .con_search .box_search_innner .box_rooms select.first {
		margin-bottom: .5em;
  }
  .box_pop_content .con_search .box_search_innner .box_per {
		border: none;
		border-bottom: 1px solid #dbdfd5;
		padding: 3%;
  }
  .box_pop_content .con_search .box_search_innner .box_per ul li {
		width: 100%;
		padding-right: 0;
		margin-bottom: .5em;
		float: unset !important;
		display: inline-block;
		vertical-align: middle;
  }
  .box_pop_content .con_search .box_search_innner .box_per ul li input[type="text"], .box_pop_content .con_search .box_search_innner .box_per ul li select {
		width: 25%;
		margin-right: .5em;
  }
  .box_pop_content .con_search .box_search_innner .box_per ul li:last-child {
		margin-bottom: 0;
  }
  .box_pop_content .con_search .box_search_innner .box_pri {
		border: none;
		padding: 3%;
  }
}
/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #contents .lnk_arrowmenu li {
	float: left;
	text-align: center;
	width: 25%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .lnk_arrowmenu li {
		width: 50%;
  }
}
html.lower #contents .lnk_arrowmenu li a {
	font-size: 124%;
	text-decoration: none;
	display: block;
	padding: .5em 0.8em;
	border-right: 1px solid #d1d0c5;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	color: #4e4e4e;
}
html.lower #contents .lnk_arrowmenu li a:before, html.lower #contents .lnk_arrowmenu li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
html.lower #contents .lnk_arrowmenu li a > * {
	vertical-align: middle;
	display: inline;
}
html.lower #contents .lnk_arrowmenu li a:after {
	content: "";
	margin-left: .5em;
	display: block;
	color: #000;
}
html.lower #contents .lnk_arrowmenu li a:after {
	margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .lnk_arrowmenu li a {
		font-size: 100%;
  }
}
html.lower #contents .lnk_arrowmenu li:first-child a {
	border-left: 1px solid #d1d0c5;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .lnk_arrowmenu li a {
		border: 1px solid #d1d0c5;
		font-size: 100%;
  }
  html.lower #contents .lnk_arrowmenu li:nth-child(odd) a {
		border-right: 0;
  }
  html.lower #contents .lnk_arrowmenu li:nth-child(n+3) a {
		border-top: 0;
  }
}
html.lower #contents .lnk_arrowmenu.col5 li {
	width: 20%;
	margin-right: 0;
	float: left;
}
html.lower #contents .lnk_arrowmenu.col5 li:nth-of-type(5n) {
	margin-right: 0;
}
html.lower #contents .lnk_arrowmenu.col6 li {
	width: 16.66667%;
	margin-right: 0;
	float: left;
}
html.lower #contents .lnk_arrowmenu.col6 li:nth-of-type(6n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .lnk_arrowmenu.col6 li {
		width: 50%;
		float: left;
  }
}
html.lower #contents .lnk_arrowmenu.col6.txt_white li a {
	color: #FFF;
	border-color: #FFF;
	padding: .5em 0;
}
html.lower #contents .lnk_arrowmenu.col6.txt_white li a:after {
	color: #FFF;
}
html.lower #contents .box_course {
	background: #f4f2ed url(../cuisine/images/bg_course.png) no-repeat center 2em;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	padding: 6em 3.33333% 3.33333%;
	margin: 0 0.8em;
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course {
		padding: 3em 3% 3%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course {
		margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course {
		background-position: center 1em;
  }
}
html.lower #contents .box_course .txt {
	line-height: 1.8;
	font-size: 108%;
	margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .box_course .txt {
		line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .txt {
		line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .box_course .txt {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .txt {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .txt {
		text-align: justify;
  }
}
html.lower #contents .box_course .list_menu_course {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 1em;
}
html.lower #contents .box_course .list_menu_course li {
	background: #FFF;
	margin-bottom: 2em;
	overflow: hidden;
	*zoom: 1;
}
html.lower #contents .box_course .list_menu_course li:last-child {
	margin-bottom: 0;
}
html.lower #contents .box_course .list_menu_course li .img {
	width: 49.90926%;
	float: left;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .list_menu_course li .img {
		width: 100%;
		margin-bottom: 0;
  }
  html.lower #contents .box_course .list_menu_course li .img img {
		width: 100%;
  }
}
html.lower #contents .box_course .list_menu_course li .box_content {
	width: 46.46098%;
	float: right;
	padding: 2em 2em 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .box_course .list_menu_course li .box_content {
		padding: 1em 2em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .list_menu_course li .box_content {
		padding: 3%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .list_menu_course li .box_content {
		width: 100%;
		margin-bottom: 0;
  }
}
html.lower #contents .box_course .list_menu_course li .box_content .box_txt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
html.lower #contents .box_course .list_menu_course li .box_content .box_txt .txt {
	width: 48%;
}
html.lower #contents .box_course .list_menu_course li .cat {
	font-size: 116%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFF;
	background: #2db56a;
	display: inline-block;
	padding: .3em .5em;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .list_menu_course li .cat {
		display: block;
		text-align: center;
  }
}
html.lower #contents .box_course .list_menu_course li .cat.cat01 {
	background: #ae861c;
}
html.lower #contents .box_course .list_menu_course li h4 {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 200%;
	margin: .3em 0;
	font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .box_course .list_menu_course li h4 {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .list_menu_course li h4 {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .list_menu_course li h4 {
		text-align: center;
  }
}
html.lower #contents .box_course .list_menu_course li .btn_normal {
	margin-bottom: 1em;
}
html.lower #contents .box_course .list_menu_course li .btn_normal a {
	padding: .3em 0;
	max-width: 220px;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_course .list_menu_course li .btn_normal a {
		max-width: 100%;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c4dfd0;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic {
		border: 1px solid #c4dfd0;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic tr {
		border-bottom: 1px solid #c4dfd0;
  }
}
table.tbl_basic tr:last-child {
	border-bottom: none;
}
table.tbl_basic th, table.tbl_basic td {
	font-weight: normal;
	border-bottom: 1px solid #c4dfd0;
	vertical-align: middle;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th, table.tbl_basic td {
		line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th, table.tbl_basic td {
		width: 100%;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: none;
  }
}
table.tbl_basic th {
	padding: 1.2em 1em 1.2em 1em;
	background: #d0eddd;
	width: 200px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
		padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic th {
		width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
		text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th {
		width: 100%;
  }
}
table.tbl_basic td {
	padding: 1.2em 1em 1.2em 2em;
	background: #FFF;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic td {
		padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.tbl_norp th, table.tbl_basic.tbl_norp td {
		display: table-cell;
		width: auto;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.tbl_norp tr td {
		border: none;
		border-right: 1px solid #c4dfd0;
  }
  table.tbl_basic.tbl_norp tr td:last-child {
		border-right: none;
  }
}
table.tbl_basic.tbl_clr {
	border-color: #f4d7c3;
}
table.tbl_basic.tbl_clr th {
	background: #f4d7c3;
	border-bottom: #eacdb8 1px solid !important;
}
table.tbl_basic.tbl_clr th, table.tbl_basic.tbl_clr td {
	border-color: #f4d7c3;
}
table.tbl_basic.tbl_border th, table.tbl_basic.tbl_border td {
	border-right: 1px solid #c4dfd0;
}
table.tbl_basic.tbl_border th {
	width: 150px;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic.tbl_border th {
		width: 150px;
  }
}

/* -----------------------------------------------------------
	category
----------------------------------------------------------- */
.box_cat span {
	display: inline-block;
	color: #FFF;
	padding: .3em .5em;
	margin-left: .5em;
	background: #748c13;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: 200;
}

.cate_media {
	background: #dab934 !important;
}

.cate_info {
	background: #287375 !important;
}

.cate_event {
	background: #df8137 !important;
}

.cate_other {
	background: #666666 !important;
}

.cate01 {
	background: #82c131 !important;
}

.cate02 {
	background: #2db56a !important;
}

.cate03 {
	background: #542518 !important;
}

.cate04 {
	background: #ae861c !important;
}

.cate05 {
	background: #10520e !important;
}

.cate06 {
	background: #8d8b0c !important;
}

.cate07 {
	background: #ad4558 !important;
}

.cate08 {
	background: #479ec8 !important;
}

/* -----------------------------------------------------------
	btn
----------------------------------------------------------- */
.btn a, .btn span {
	overflow: hidden;
	*zoom: 1;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	display: block;
	padding: 1em 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 116%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn a:before, .btn a:after, .btn span:before, .btn span:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.btn a > *, .btn span > * {
	vertical-align: middle;
	display: inline;
}
.btn a:after, .btn span:after {
	content: "";
	margin-left: .5em;
	font-family: "Ionicons";
	font-size: 139%;
	position: relative;
	left: .5em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn a:hover, .btn span:hover {
	color: #FFF;
}
.btn a:hover:after, .btn span:hover:after {
	left: 1em;
}
.btn.btn_gradient a, .btn.btn_gradient span {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	background: -svg-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -owg-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -webkit-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -moz-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: -o-linear-gradient(to right, #d71518 0%, #f68807 100%);
	background: linear-gradient(to right, #d71518 0%, #f68807 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71518', endColorstr='#f68807',GradientType=1 );
}
.btn.btn_brown a, .btn.btn_brown span {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	background: #b58a38;
}
.btn.btn_orange a, .btn.btn_orange span {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	background: -svg-linear-gradient(to bottom, #f68807 0%, #e88006 100%);
	background: -owg-linear-gradient(to bottom, #f68807 0%, #e88006 100%);
	background: -webkit-linear-gradient(to bottom, #f68807 0%, #e88006 100%);
	background: -moz-linear-gradient(to bottom, #f68807 0%, #e88006 100%);
	background: -o-linear-gradient(to bottom, #f68807 0%, #e88006 100%);
	background: linear-gradient(to bottom, #f68807 0%, #e88006 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68807', endColorstr='#e88006',GradientType=1 );
	border: 1px solid #c8710b;
}
.btn.btn_main a, .btn.btn_main span {
	background: #59b682;
}
.btn.btn_sm {
	text-align: center;
}
.btn.btn_sm a, .btn.btn_sm span {
	background: #FFF;
	color: #4e4e4e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	padding: .3em 2em;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 108%;
}
.btn.btn_noborder a, .btn.btn_noborder span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.btn.btn_normal a, .btn.btn_normal span {
	background: -svg-linear-gradient(#ffffff, #f3f1ef);
	background: -owg-linear-gradient(#ffffff, #f3f1ef);
	background: -webkit-linear-gradient(#ffffff, #f3f1ef);
	background: -moz-linear-gradient(#ffffff, #f3f1ef);
	background: -o-linear-gradient(#ffffff, #f3f1ef);
	background: linear-gradient(#ffffff, #f3f1ef);
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF3F1EF');
	color: #4e4e4e;
	border: 1px solid #d4d4d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

/* -----------------------------------------------------------
	st_tmp
----------------------------------------------------------- */
.st_tmp01 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 1.5em;
}
.st_tmp01 span {
	display: block;
}
.st_tmp01 span.eng {
	font-family: "Caveat", cursive;
	color: #e5810b;
	font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp01 span.eng {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp01 span.eng {
		font-size: 124%;
  }
}
.st_tmp01 span.jp {
	font-size: 247%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 247%;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp01 span.jp {
		font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp01 span.jp {
		font-size: 170%;
  }
}
.st_tmp01 span.cat {
	display: inline-block;
	padding: .1em 1em;
	background: #82c132;
	color: #FFF;
	font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp01 span.cat {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp01 span.cat {
		font-size: 108%;
  }
}
.st_tmp01 span.cat.group {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	background: #2db56a;
}
.st_tmp01.st_lg span.jp {
	font-size: 308%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp01.st_lg span.jp {
		font-size: 247%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp01.st_lg span.jp {
		font-size: 154%;
  }
}
.st_tmp01.clr01 span.eng {
	color: #2db56a;
}
.st_tmp01.clr02 span.eng {
	color: #e5810b;
}

.st_tmp02 {
	background-size: 1em auto;
	font-size: 231%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	color: #615546;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .st_tmp02 {
		font-size: 154%;
  }
}
.st_tmp02 span {
	font-family: "Caveat", cursive;
	font-size: 72%;
	vertical-align: baseline;
	color: #2db56a;
	margin-left: .2em;
}

.st_tmp03 {
	font-weight: 400;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 231%;
	margin-bottom: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp03 {
		font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp03 {
		font-size: 170%;
  }
}
.st_tmp03 span {
	font-family: "Caveat", cursive;
	font-size: 72%;
	vertical-align: baseline;
	color: #2db56a;
	margin-left: .2em;
	display: inline-block;
}

.st_tmp04 {
	font-weight: 400;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 154%;
	margin-bottom: .5em;
	font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp04 {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp04 {
		font-size: 139%;
  }
}
.st_tmp04 span {
	font-size: 60%;
	vertical-align: baseline;
	margin-left: .2em;
	font-weight: bold;
}

.st_icon {
	font-size: 170%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	color: #2db56a;
	margin-bottom: 1em;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_icon {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .st_icon {
		font-size: 139%;
  }
}

.st_tmp05 {
	font-weight: 400;
	margin-bottom: 1em;
	text-align: center;
}
.st_tmp05 span.cat {
	display: inline-block;
	padding: .1em 1em;
	background: #82c132;
	color: #FFF;
	font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp05 span.cat {
		font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp05 span.cat {
		font-size: 108%;
  }
}
.st_tmp05 span.jp {
	display: block;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 339%;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_tmp05 span.jp {
		font-size: 308%;
  }
}
@media only screen and (max-width: 767px) {
  .st_tmp05 span.jp {
		font-size: 231%;
  }
}

/* -----------------------------------------------------------
	pswp__img
----------------------------------------------------------- */
.pswp__img.pswp__img--placeholder {
	display: none;
}

.pswp__item {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* -----------------------------------------------------------
	page_title
----------------------------------------------------------- */
.page_title {
	background: url("../images/common/bg_page_title.jpg") no-repeat center center;
}
@media only screen and (max-width: 767px) {
  .page_title {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
  }
}
.page_title h2 {
	padding: 4em 0;
}
@media only screen and (max-width: 767px) {
  .page_title h2 {
		padding: 1em 0;
  }
}
.page_title h2 span {
	display: block;
	font-weight: normal;
	text-align: center;
	color: #000;
	line-height: 1.2;
}
.page_title h2 span.jp {
	font-size: 308%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 500;
	font-size: 308%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page_title h2 span.jp {
		font-size: 308%;
  }
}
@media only screen and (max-width: 767px) {
  .page_title h2 span.jp {
		font-size: 170%;
  }
}
.page_title h2 span.eng {
	font-family: "Caveat", cursive;
	font-size: 154%;
	font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page_title h2 span.eng {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .page_title h2 span.eng {
		font-size: 124%;
  }
}

/* -----------------------------------------------------------
	#topicpath
----------------------------------------------------------- */
.topicpath {
	overflow: hidden;
	*zoom: 1;
	padding: .5em 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .topicpath {
		margin-bottom: 1.5em;
  }
}
.topicpath ul {
	overflow: hidden;
	*zoom: 1;
}
.topicpath ul li {
	float: left;
}
.topicpath ul li a {
	padding: 0 1em 0 0.5em;
	display: inline-block;
	position: relative;
	text-decoration: underline;
}
.topicpath ul li a:before, .topicpath ul li a:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.topicpath ul li a > * {
	vertical-align: middle;
	display: inline;
}
.topicpath ul li a:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	right: 0;
	top: 0;
}
.topicpath ul li:last-child {
	margin-left: 0.5em;
}

.txt_note {
	margin-top: 1em;
}

.st_info_onsen {
	background: #d0eddd;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	padding: .3em .3em .3em 1em;
	font-size: 154%;
	margin-bottom: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_info_onsen {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .st_info_onsen {
		font-size: 124%;
  }
}
.st_info_onsen.st_clr01 {
	background: #f4d7c3;
}

/* -----------------------------------------------------------
	con_lnk_top
----------------------------------------------------------- */
.con_lnk_top {
	overflow: hidden;
	*zoom: 1;
	border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .con_lnk_top {
		border: none;
  }
}
.con_lnk_top ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul {
		border: 1px solid #e6e6e6;
		margin-bottom: 1em;
  }
}
.con_lnk_top ul li {
	width: 33.33333%;
	margin-right: 0;
	float: left;
	border-right: 1px solid #e6e6e6;
	position: relative;
}
.con_lnk_top ul li:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.con_lnk_top ul li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}
.con_lnk_top ul li:after {
	content: "";
	position: absolute;
	left: -1px;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .con_lnk_top ul li:first-child {
		border-left: 1px solid #e6e6e6;
  }
}
@media print {
  .con_lnk_top ul li:first-child {
		border-left: 1px solid #e6e6e6;
  }
}
.ie8 .con_lnk_top ul li:first-child {
	border-left: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul li {
		border: none;
		border-bottom: 1px solid #e6e6e6;
  }
  .con_lnk_top ul li:last-child {
		border-bottom: none;
  }
}
.con_lnk_top ul li a {
	display: block;
	text-decoration: none;
	padding: 1.2em 0;
	text-align: center;
	font-size: 124%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: normal;
	font-size: 139%;
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul li a {
		padding: 0.5em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lnk_top ul li a {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul li a {
		font-size: 100%;
  }
}
.con_lnk_top ul li.active a {
	background: #edf5f1;
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul.col_grid04 {
		overflow: hidden;
  }
}
.con_lnk_top ul.col_grid04 li {
	width: 25%;
	margin-right: 0;
	float: left;
}
.con_lnk_top ul.col_grid04 li:nth-of-type(4n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul.col_grid04 li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul.col_grid04 li {
		width: 50%;
		float: left;
		border-bottom: none;
  }
  .con_lnk_top ul.col_grid04 li:last-child {
		border-right: 1px solid #e6e6e6;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul.col_grid05 {
		overflow: hidden;
  }
}
.con_lnk_top ul.col_grid05 li {
	width: 20%;
	margin-right: 0;
	float: left;
}
.con_lnk_top ul.col_grid05 li:nth-of-type(5n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul.col_grid05 li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk_top ul.col_grid05 li {
		width: 50%;
		float: left;
		border-bottom: none;
  }
  .con_lnk_top ul.col_grid05 li:last-child {
		border-right: 1px solid #e6e6e6;
  }
}

/* -----------------------------------------------------------
	sst_intro
----------------------------------------------------------- */
.sst_intro {
	font-size: 154%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 154%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sst_intro {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .sst_intro {
		font-size: 124%;
  }
}
.sst_intro .clr01 {
	color: #1520ad;
}
.sst_intro .clr02 {
	color: #d28970;
}
.sst_intro .clr03 {
	color: #b66618;
}
.sst_intro .clr04 {
	color: #37afb6;
}
.sst_intro .clr05 {
	color: #d11ccf;
}
.sst_intro .clr06 {
	color: #873ddb;
}
.sst_intro .clr07 {
	color: #40b474;
}

.stitle_intro {
	font-size: 277%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 500;
	text-align: center;
	margin: .5em 0;
	font-size: 277%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .stitle_intro {
		font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .stitle_intro {
		font-size: 154%;
  }
}

.txt_clr01 {
	color: #2db56a;
}

.txt_intro {
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
	font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .txt_intro {
		text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .txt_intro {
		line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_intro {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_intro {
		font-size: 100%;
  }
}

/* -----------------------------------------------------------
	box_anchor
----------------------------------------------------------- */
.box_anchor {
	margin-top: 2em;
}
.box_anchor ul.list_anchor {
	text-align: center;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.box_anchor ul.list_anchor li {
	display: inline-block;
	width: 233px;
	float: none;
	margin-right: 1.5em;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box_anchor ul.list_anchor li {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_anchor ul.list_anchor li {
		margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_anchor ul.list_anchor li {
		margin-bottom: 1em;
  }
}
.box_anchor ul.list_anchor li:last-child {
	margin-right: 0;
}
.box_anchor ul.list_anchor li a {
	display: table;
	width: 100%;
	padding: .5em;
	background: #FFF;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.box_anchor ul.list_anchor li a .img {
	display: table-cell;
	width: 110px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .box_anchor ul.list_anchor li a .img {
		width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .box_anchor ul.list_anchor li a .img img {
		width: 100%;
  }
}
.box_anchor ul.list_anchor li a h4 {
	display: table-cell;
	vertical-align: middle;
	font-size: 116%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
	padding-left: 0.5em;
}
.box_anchor ul.list_anchor li a h4:before, .box_anchor ul.list_anchor li a h4:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.box_anchor ul.list_anchor li a h4 > * {
	vertical-align: middle;
	display: inline;
}
.box_anchor ul.list_anchor li a h4:after {
	content: "";
	margin-left: .5em;
	display: block;
	text-align: center;
}
.box_anchor ul.list_anchor.anchor_3col {
	max-width: 915px;
}
.box_anchor ul.list_anchor.anchor_3col li {
	display: inline-block;
	width: 32.02186%;
	margin-right: 1.96721%;
	float: left;
}
.box_anchor ul.list_anchor.anchor_3col li:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .box_anchor ul.list_anchor.anchor_3col li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.box_anchor ul.list_anchor_block {
	text-align: center;
	margin: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.box_anchor ul.list_anchor_block li {
	display: inline-block;
	width: 177px;
	margin-right: 1.5em;
	float: none;
}
@media only screen and (max-width: 767px) {
  .box_anchor ul.list_anchor_block li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: .5em;
  }
  .box_anchor ul.list_anchor_block li:nth-child(2n) {
		margin-right: 0;
  }
}
.box_anchor ul.list_anchor_block li:last-child {
	margin-right: 0;
}
.box_anchor ul.list_anchor_block li a {
	display: block;
	width: 100%;
	padding: .9em;
	background: #FFF;
	text-decoration: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.box_anchor ul.list_anchor_block li a .img {
	vertical-align: middle;
	display: block;
	margin-bottom: 1em;
}
.box_anchor ul.list_anchor_block li a .img img {
	width: 100%;
}
.box_anchor ul.list_anchor_block li a h4 {
	vertical-align: middle;
	font-size: 116%;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 116%;
	font-weight: 500;
	text-align: center;
	line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_anchor ul.list_anchor_block li a h4 {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_anchor ul.list_anchor_block li a h4 {
		font-size: 100%;
  }
}
.box_anchor ul.list_anchor_block li a h4:before, .box_anchor ul.list_anchor_block li a h4:after {
	font-family: FontAwesome;
	vertical-align: middle;
}
.box_anchor ul.list_anchor_block li a h4 > * {
	vertical-align: middle;
	display: inline;
}
.box_anchor ul.list_anchor_block li a h4:after {
	content: "";
	margin-left: .5em;
	display: block;
	text-align: center;
}

/* -----------------------------------------------------------
	slider_spa
----------------------------------------------------------- */
.slider_spa {
	position: relative;
}
.slider_spa .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	line-height: 1;
  /* &.slick-prev{
  	left:0;
  }
  &.slick-next{
  	right:0;
  } */
}
.slider_spa .slick-arrow.slick-next {
	right: -2em;
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-arrow.slick-next {
		right: 0;
  }
}
.slider_spa .slick-arrow.slick-next:before {
	display: inline-block;
	content: "\f105";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 7.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slider_spa .slick-arrow.slick-next:before {
		font-size: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-arrow.slick-next:before {
		font-size: 3em;
  }
}
.slider_spa .slick-arrow.slick-prev {
	left: -2em;
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-arrow.slick-prev {
		left: 0;
  }
}
.slider_spa .slick-arrow.slick-prev:before {
	display: inline-block;
	content: "\f104";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 7.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slider_spa .slick-arrow.slick-prev:before {
		font-size: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-arrow.slick-prev:before {
		font-size: 3em;
  }
}
.slider_spa .slick-arrow:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	filter: alpha(opacity=700);
}
.slider_spa .slick-arrow:before {
	color: #FFF !important;
	font-size: 100%;
	padding: 0.2em 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slider_spa .slick-arrow:before {
		padding: 0.2em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-arrow:before {
		padding: 0.1em 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-arrow:before {
		font-size: 2em !important;
  }
}
.slider_spa .slick-dots {
	text-align: right;
	bottom: 4.5%;
	z-index: 1;
	width: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-dots {
		bottom: .5em;
		width: 100%;
		text-align: center;
  }
}
.slider_spa .slick-dots li {
	position: relative;
	width: 12px;
	height: 0;
	padding-top: 12px;
	margin: 0;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
	background: #d8d8d8;
}
.slider_spa .slick-dots li:not(.slick-active) button {
	cursor: pointer;
}
.mouse .slider_spa .slick-dots li:not(.slick-active):hover, .touch .slider_spa .slick-dots li:not(.slick-active).touchstart {
	background: #82c6a1;
}
.touch .slider_spa .slick-dots li:not(.slick-active) {
	-webkit-tap-highlight-color: transparent;
}
.touch .slider_spa .slick-dots li:not(.slick-active).touchend {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.slider_spa .slick-dots li:not(:first-child) {
	margin-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-dots li:not(:first-child) {
		margin-left: 1em;
  }
}
.slider_spa .slick-dots li.slick-active {
	background-color: #2db56a;
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-dots li {
		width: 1em;
		padding-top: 1em;
  }
}
.slider_spa .slick-dots li button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.slider_spa .slick-dots li {
	border: 2px solid #FFF;
}
@media only screen and (min-width: 768px) {
  .slider_spa .slick-dots li {
		width: 16px;
  }
}
@media print {
  .slider_spa .slick-dots li {
		width: 16px;
  }
}
.ie8 .slider_spa .slick-dots li {
	width: 16px;
}
@media only screen and (max-width: 767px) {
  .slider_spa .slick-dots li {
		width: 1.2em;
  }
}
.slider_spa .slick-list {
	padding: 0 !important;
	overflow: visible !important;
}

/* -----------------------------------------------------------
	box_inner_onsen
----------------------------------------------------------- */
.box_inner_onsen {
	padding: 2em 0;
	position: relative;
}
@media only screen and (min-width: 1025px) {
  .box_inner_onsen {
		min-height: 484px;
		width: 95%;
  }
}
@media print {
  .box_inner_onsen {
		min-height: 484px;
		width: 95%;
  }
}
.ie8 .box_inner_onsen {
	min-height: 484px;
	width: 95%;
}
.box_inner_onsen .box_txt {
	width: 46.66667%;
	float: left;
}
@media only screen and (max-width: 1024px) {
  .box_inner_onsen .box_txt {
		width: 100%;
		float: none;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_txt {
		padding: .5em;
  }
}
.box_inner_onsen .box_txt .st_faciname {
	background: #82c131;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-ms-border-radius: 2em;
	-o-border-radius: 2em;
	border-radius: 2em;
	display: inline-block;
	color: #fff;
	font-size: 154%;
	padding: 0 0.8em;
	margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_inner_onsen .box_txt .st_faciname {
		font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_txt .st_faciname {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_txt .st_faciname {
		padding: 0.4em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_txt .st_faciname {
		margin-bottom: 1em;
  }
}
.box_inner_onsen .box_txt .st_faciname.gardensweet {
	background: #8d8b0c;
}
.box_inner_onsen .box_txt .st_faciname.queenscollina {
	background: #ad4558;
}
.box_inner_onsen .box_txt .st_faciname.fukurou {
	background: #10520e;
}
.box_inner_onsen .box_txt .st_faciname.sansou {
	background: #479ec8;
}
.box_inner_onsen .box_txt .st_faciname.forestvilla {
	background: #2db56a;
}
.box_inner_onsen .box_txt .st_faciname.cottage {
	background: #542518;
}
.box_inner_onsen .box_txt .st_faciname.orientalgarden {
	background: #ae861c;
}
.box_inner_onsen .box_txt .box_roomscate {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.box_inner_onsen .box_txt .box_roomscate li {
	background: #2db56a;
	color: #fff;
	margin-right: 0.3em;
	font-size: 108%;
	padding: 0.1em 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_inner_onsen .box_txt .box_roomscate li {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_txt .box_roomscate li {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_txt .box_roomscate li {
		padding: 0.4em;
  }
}
.box_inner_onsen .box_txt .btn_normal {
	width: 70%;
	margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_txt .btn_normal {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_txt .btn_normal {
		margin-bottom: 1em;
  }
}
.box_inner_onsen .box_txt .btn_normal a {
	padding: .5em 0;
}
.box_inner_onsen .box_txt .tbl_basic {
	margin-bottom: 1em;
}
.box_inner_onsen .box_img {
	max-width: 882px;
}
@media only screen and (min-width: 1025px) {
  .box_inner_onsen .box_img {
		width: 882px;
		left: 50%;
		top: 0;
		position: absolute;
  }
}
@media print {
  .box_inner_onsen .box_img {
		width: 882px;
		left: 50%;
		top: 0;
		position: absolute;
  }
}
.ie8 .box_inner_onsen .box_img {
	width: 882px;
	left: 50%;
	top: 0;
	position: absolute;
}
@media only screen and (min-width: 1025px) and (max-width: 1673px) {
  .box_inner_onsen .box_img {
		width: 50%;
  }
}
@media print {
  .box_inner_onsen .box_img {
		width: 50%;
  }
}
.ie8 .box_inner_onsen .box_img {
	width: 50%;
}
@media only screen and (max-width: 1024px) {
  .box_inner_onsen .box_img {
		width: 100%;
  }
}
.box_inner_onsen .box_right {
	width: 48.08333%;
	float: right;
	margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_inner_onsen .box_right {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_right {
		width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_inner_onsen .box_right {
		float: none;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_right {
		float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_inner_onsen .box_right {
		margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .box_right {
		margin-top: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .box_inner_onsen .box_right {
		text-align: center;
  }
}
.box_inner_onsen h4 {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 193%;
	font-weight: normal;
	margin-bottom: .4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_inner_onsen h4 {
		font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen h4 {
		font-size: 154%;
  }
}
.box_inner_onsen .txt {
	line-height: 1.8;
	font-size: 108%;
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .txt {
		line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_inner_onsen .txt {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .box_inner_onsen .txt {
		font-size: 100%;
  }
}
.box_inner_onsen .txt.red {
	color: #ff0000;
}

/* -----------------------------------------------------------
	box_calendar_inline
----------------------------------------------------------- */
.box_calendar_inline .txt {
	font-size: 108%;
	margin-bottom: 1em;
}
.box_calendar_inline .txt.red {
	color: #ff0000;
}
.box_calendar_inline .box_choose_calendar .calendar_item {
	width: 48%;
	float: left;
}
@media only screen and (max-width: 767px) {
  .box_calendar_inline .box_choose_calendar .calendar_item {
		width: 100%;
		margin-bottom: 1em;
  }
}
.box_calendar_inline .box_choose_calendar .ui-datepicker {
	width: 100%;
}
.box_calendar_inline .box_choose_calendar .ui-widget-content {
	border: none;
}
.box_calendar_inline .box_choose_calendar .ui-widget-header {
	background: none;
	border: none;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker-title {
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker-title select {
	border: none;
	margin: 0;
	padding: .5em 1em;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker-title select.ui-datepicker-year {
	float: left;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker-title select.ui-datepicker-month {
	float: right;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker-title span.ui-datepicker-year {
	padding: .3em;
	display: inline-block;
	font-weight: normal;
}
.box_calendar_inline .box_choose_calendar .box_txt_calendar, .box_calendar_inline .box_choose_calendar .calendar {
	width: 48%;
	float: right;
	padding-top: 5em;
}
@media only screen and (max-width: 767px) {
  .box_calendar_inline .box_choose_calendar .box_txt_calendar, .box_calendar_inline .box_choose_calendar .calendar {
		width: 100%;
		padding-top: 0;
  }
}
.box_calendar_inline .box_choose_calendar .inner {
	margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_calendar_inline .box_choose_calendar .inner {
		margin-bottom: 1em;
  }
}
.box_calendar_inline .box_choose_calendar .calendar {
	padding-top: 0;
	float: left;
	text-align: center;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box_calendar_inline .box_choose_calendar .calendar {
		margin-bottom: 1em;
  }
}
.box_calendar_inline .box_choose_calendar .calendar .box_selecrtarea {
	overflow: hidden;
}
.box_calendar_inline .box_choose_calendar .calendar .box_selecrtarea .prev, .box_calendar_inline .box_choose_calendar .calendar .box_selecrtarea .next {
	display: inline-block;
	font-size: 170%;
	margin: .3em;
}
.box_calendar_inline .box_choose_calendar .calendar .box_selecrtarea .input_form {
	border: 1px solid #d1d1d1;
	overflow: hidden;
	padding: .5em;
	font-size: 116%;
	width: 70%;
	margin-bottom: 1em;
	display: inline-block;
}
.box_calendar_inline .box_choose_calendar .calendar .tbl_date {
	width: 100%;
}
.box_calendar_inline .box_choose_calendar .calendar .tbl_date tr.txt_week th {
	font-weight: bold;
}
.box_calendar_inline .box_choose_calendar .calendar .tbl_date th, .box_calendar_inline .box_choose_calendar .calendar .tbl_date td {
	vertical-align: top;
	padding: 0.2em;
	text-align: center;
	font-size: 124%;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_calendar_inline .box_choose_calendar .calendar .tbl_date th, .box_calendar_inline .box_choose_calendar .calendar .tbl_date td {
		padding: 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_calendar_inline .box_choose_calendar .calendar .tbl_date th, .box_calendar_inline .box_choose_calendar .calendar .tbl_date td {
		padding: 0.2em;
  }
}
.box_calendar_inline .box_choose_calendar .calendar .tbl_date td {
	border: 2px solid #fff;
}
.box_calendar_inline .box_choose_calendar .calendar .tbl_date td.type01 {
	background: #ecc5d8;
}
.box_calendar_inline .box_choose_calendar .calendar .tbl_date td.type02 {
	background: #c1d099;
}
.box_calendar_inline .box_choose_calendar .calendar .tbl_date td.type03 {
	background: #ffe29e;
}
.box_calendar_inline .box_choose_calendar .calendar .tbl_date td.type04 {
	background: #666;
	color: #FFF;
}
.box_calendar_inline .box_choose_calendar .list_price {
	margin-top: 1em;
}
.box_calendar_inline .box_choose_calendar .list_price li {
	margin-bottom: 1em;
}
.box_calendar_inline .box_choose_calendar .list_price li:before {
	width: 1.6em;
	height: 1.4em;
	display: inline-block;
	content: "";
	background: #000;
	vertical-align: middle;
	margin-right: .5em;
}
.box_calendar_inline .box_choose_calendar .list_price li:first-child:before {
	background: #ecc5d8;
}
.box_calendar_inline .box_choose_calendar .list_price li:nth-child(2):before {
	background: #c1d099;
}
.box_calendar_inline .box_choose_calendar .list_price li:nth-child(3):before {
	background: #ffe29e;
}
.box_calendar_inline .box_choose_calendar .list_price li:nth-child(4):before {
	background: #666;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker .ui-datepicker-next span {
	background: url(../images/common/btn_next.png) no-repeat;
	width: 12px;
	height: 21px;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker .ui-datepicker-prev span {
	background: url(../images/common/btn_prev.png) no-repeat;
	width: 12px;
	height: 21px;
}
.box_calendar_inline .box_choose_calendar .ui-state-hover, .box_calendar_inline .box_choose_calendar .ui-widget-content .ui-state-hover, .box_calendar_inline .box_choose_calendar .ui-widget-header .ui-state-hover, .box_calendar_inline .box_choose_calendar .ui-state-focus, .box_calendar_inline .box_choose_calendar .ui-widget-content .ui-state-focus, .box_calendar_inline .box_choose_calendar .ui-widget-header .ui-state-focus {
	border: none;
	background: none;
	right: 2px;
	top: 2px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	cursor: pointer;
}
.box_calendar_inline .box_choose_calendar .ui-state-default, .box_calendar_inline .box_choose_calendar .ui-widget-content .ui-state-default, .box_calendar_inline .box_choose_calendar .ui-widget-header .ui-state-default {
	background: #c1d099;
}
.box_calendar_inline .box_choose_calendar .ui-state-default, .box_calendar_inline .box_choose_calendar .ui-widget-content .ui-state-default, .box_calendar_inline .box_choose_calendar .ui-widget-header .ui-state-default {
	border-color: #FFF;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker td {
	padding: 0;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker td a {
	padding: .2em;
	text-align: center;
	font-size: 116%;
}
.box_calendar_inline .box_choose_calendar .ui-datepicker td.ui-datepicker-week-end a {
	background: #ffe29e;
}
.box_calendar_inline .box_choose_calendar .box_sunset {
	background: #f4f2ed;
	padding: 1em;
}
.box_calendar_inline .box_choose_calendar .box_sunset h4 {
	margin-bottom: 0.5em;
}
.box_calendar_inline .box_choose_calendar .box_sunset ul {
	margin-left: 1em;
	margin-bottom: 0;
}
.box_calendar_inline .box_choose_calendar .box_sunset ul li {
	list-style-type: disc;
}

.box_bg {
	background: url("../images/common/bg_shadow.png") repeat-x left top, url("../images/common/bg_box.jpg") repeat;
	padding: 3em 0;
}

/* -----------------------------------------------------------
	list_spa
----------------------------------------------------------- */
.list_spa {
	overflow: hidden;
	*zoom: 1;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.list_spa .img {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 1em;
}
.list_spa .img img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.list_spa li {
	width: 50%;
	margin-right: 0;
	float: left;
	position: relative;
	z-index: 0;
}
.list_spa li:nth-of-type(2n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .list_spa li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.list_spa li:not(:first-child):after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 150%;
	background: #e2e6dc;
	z-index: -1;
}
.list_spa li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.list_spa a {
	display: block;
	text-decoration: none;
	color: #4e4e4e;
	padding-bottom: 3em;
}
.list_spa .box_txtarea {
	width: 95%;
	margin: auto;
}
.list_spa .box_title {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 185%;
	vertical-align: middle;
	margin-bottom: .3em;
	font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .list_spa .box_title {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .list_spa .box_title {
		font-size: 139%;
  }
}
.list_spa .box_title .cat {
	font-size: 50%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFF;
	background: #2db56a;
	display: inline-block;
	padding: .3em .8em;
	vertical-align: middle;
	margin-right: .5em;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .list_spa .box_title .cat {
		margin-bottom: 0.3em;
  }
}
.list_spa .box_title .cat.cat01 {
	background: #82c131;
}
.list_spa .box_title .cat.cat02 {
	background: #ae861c;
}
.list_spa .box_title .cat.cat03 {
	background: #542518;
}
.list_spa .box_title .cat.cat04 {
	background: #10520e;
}
.list_spa .box_title .cat.cat05 {
	background: #10520e;
}
.list_spa .box_title .cat.cat06 {
	background: #8d8b0c;
}
.list_spa .box_title .cat.cat07 {
	background: #ad4558;
}
.list_spa .box_title .cat.cat08 {
	background: #479ec8;
}
.list_spa .box_title .cat.cat09 {
	background: #000000;
}
.list_spa .box_title .cat.cat10 {
	background: #479ec8;
}
.list_spa .box_txt {
	font-size: 108%;
	line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .list_spa .box_txt {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .list_spa .box_txt {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .list_spa .box_txt {
		line-height: 1.6;
  }
}
.list_spa.grid_col3 li {
	width: 33.33333%;
	margin-right: 0;
	float: left;
}
.list_spa.grid_col3 li:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .list_spa.grid_col3 li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}

/* -----------------------------------------------------------
	list_facilies_room
----------------------------------------------------------- */
.list_facilies_room {
	overflow: hidden;
	*zoom: 1;
}
@media only screen and (max-width: 1200px) {
  .list_facilies_room {
		width: 95%;
		margin: auto;
  }
}
@media print {
  .list_facilies_room {
		width: 95%;
		margin: auto;
  }
}
.ie8 .list_facilies_room {
	width: 95%;
	margin: auto;
}
.list_facilies_room h4 {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 200%;
	margin: .3em 0;
	font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .list_facilies_room h4 {
		font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .list_facilies_room h4 {
		font-size: 154%;
  }
}
.list_facilies_room .txt {
	font-size: 108%;
	margin-bottom: 1em;
	line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .list_facilies_room .txt {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .list_facilies_room .txt {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .list_facilies_room .txt {
		line-height: 1.6;
  }
}
.list_facilies_room .txt_red {
	color: #dc0b0b;
}
.list_facilies_room .btn a {
	max-width: 300px;
	padding: .3em 0;
}
@media only screen and (max-width: 767px) {
  .list_facilies_room .btn a {
		max-width: 100%;
  }
}
.list_facilies_room li {
	margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .list_facilies_room li {
		height: auto !important;
  }
}
.list_facilies_room li .box_img img {
	width: 100%;
}
.list_facilies_room.list_fac03 li {
	width: 31.5%;
	margin-right: 2.75%;
	float: left;
}
.list_facilies_room.list_fac03 li:nth-of-type(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .list_facilies_room.list_fac03 li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
.list_facilies_room.list_fac02 li {
	width: 48.625%;
	margin-right: 2.75%;
	float: left;
}
.list_facilies_room.list_fac02 li:nth-of-type(2n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .list_facilies_room.list_fac02 li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}

/* -----------------------------------------------------------
	con_list_hotel
----------------------------------------------------------- */
.con_list_hotel {
	overflow: hidden;
	*zoom: 1;
	padding: 3em 0;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.con_list_hotel .container {
	width: 95%;
	margin: auto;
}
.con_list_hotel .box_hotel .list_hotel li {
	width: 24.375%;
	margin-right: 0.83333%;
	float: left;
	background: #FFF;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	padding: .5em;
	margin-bottom: 0.83333%;
}
.con_list_hotel .box_hotel .list_hotel li:nth-of-type(4n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_list_hotel .box_hotel .list_hotel li {
		width: 100%;
		margin-right: 0;
		float: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_list_hotel .box_hotel .list_hotel li {
		margin-bottom: 1em;
  }
}
.con_list_hotel .box_hotel .list_hotel li a {
	display: table;
	width: 100%;
	text-decoration: none;
}
.con_list_hotel .box_hotel .list_hotel li a .img {
	display: table-cell;
	vertical-align: middle;
	width: 36.91756%;
}
@media only screen and (max-width: 767px) {
  .con_list_hotel .box_hotel .list_hotel li a .img img {
		width: 100%;
  }
}
.con_list_hotel .box_hotel .list_hotel li a h4 {
	display: table-cell;
	vertical-align: middle;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 116%;
	color: #000;
	text-align: center;
	width: 63.08244%;
	padding-left: 3%;
}

@media only screen and (max-width: 767px) {
  .tbl_responsive {
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		margin: 1em 0 0;
		display: block;
		text-align: left;
		overflow-x: scroll;
  }
  .tbl_responsive .tbl_basic {
		min-width: 1200px;
  }
}
/* -----------------------------------------------------------
	con_pack
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .con_pack .container_full {
		padding: 0 3%;
  }
}
.con_pack .img_sp {
	margin-bottom: 1em;
}
.con_pack .txt_desc {
	text-align: center;
	font-size: 108%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	width: 95%;
	margin: 0 auto 2em;
}
@media only screen and (max-width: 767px) {
  .con_pack .txt_desc {
		text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pack .txt_desc {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .txt_desc {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pack .txt_desc {
		width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_pack .box_img {
		background: url("../group/images/bg_pack.jpg") center center no-repeat;
		min-height: 376px;
  }
}
@media print {
  .con_pack .box_img {
		background: url("../group/images/bg_pack.jpg") center center no-repeat;
		min-height: 376px;
  }
}
.ie8 .con_pack .box_img {
	background: url("../group/images/bg_pack.jpg") center center no-repeat;
	min-height: 376px;
}
.con_pack .btn {
	margin-top: 2em;
}
.con_pack .btn a {
	max-width: 355px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_pack .btn a {
		max-width: 100%;
  }
}

/* -----------------------------------------------------------
	con_ingroup
----------------------------------------------------------- */
.con_ingroup {
	margin: 4em auto 0;
}
@media only screen and (max-width: 767px) {
  .con_ingroup {
		margin: 2em 0 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .con_ingroup {
		width: 95%;
  }
}
@media print {
  .con_ingroup {
		width: 95%;
  }
}
.ie8 .con_ingroup {
	width: 95%;
}
.con_ingroup a {
	display: block;
	text-decoration: none;
}
.con_ingroup .container {
	border: 8px solid #ab1010;
	padding: 2em;
	text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_ingroup .container {
		background: url(../images/common/arrow_right.png) no-repeat 98% center #880a0a;
  }
}
@media print {
  .con_ingroup .container {
		background: url(../images/common/arrow_right.png) no-repeat 98% center #880a0a;
  }
}
.ie8 .con_ingroup .container {
	background: url(../images/common/arrow_right.png) no-repeat 98% center #880a0a;
}
@media only screen and (max-width: 767px) {
  .con_ingroup .container {
		background: #880a0a;
  }
}
@media only screen and (max-width: 767px) {
  .con_ingroup .container {
		padding: 1em;
  }
}
.con_ingroup .container .st_cat {
	text-align: center;
}
.con_ingroup .container .st_cat span {
	display: inline-block;
	background: #faf387;
	color: #000;
	padding: .1em .5em;
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ingroup .container .st_cat span {
		font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ingroup .container .st_cat span {
		font-size: 108%;
  }
}
.con_ingroup .container h4 {
	font-family: "宋体", "SimSun", SimSun, "Times New Roman", Times, Garamond, Georgia, serif;
	color: #faf387;
	font-size: 185%;
	margin: .2em 0;
	letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ingroup .container h4 {
		font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ingroup .container h4 {
		font-size: 124%;
  }
}
.con_ingroup .container .txt {
	color: #FFF;
	font-size: 108%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ingroup .container .txt {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ingroup .container .txt {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ingroup .container .txt {
		text-align: left;
  }
}

/* -----------------------------------------------------------
	POPUP
----------------------------------------------------------- */
body button.mfp-close {
	right: 0;
	left: 0;
	margin: auto;
	top: 90%;
	bottom: inherit;
	font-size: 539%;
}
@media only screen and (max-width: 767px) {
  body button.mfp-close {
		top: inherit;
  }
}
@media only screen and (max-width: 767px) {
  body button.mfp-close {
		bottom: -1em;
  }
}
body button.mfp-close:active {
	top: 90%;
}
body .mfp-bg {
	background: rgba(255, 255, 255, 0.95);
}
body .mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
body .mfp-zoom-in.mfp-wrap {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
body .mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
body .mfp-zoom-in.mfp-ready.mfp-wrap {
	opacity: 1;
}
body .mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 1;
}
body .mfp-zoom-in.mfp-removing.mfp-wrap {
	opacity: 0;
}
body .mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.white-popup {
	max-width: 922px;
	margin: 3em auto;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-container {
	overflow-y: scroll;
	position: fixed !important;
}
@media only screen and (max-width: 767px) {
  .mfp-container {
		padding-left: 1em;
		padding-right: 1em;
		overflow-y: scroll;
  }
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.box_lang.language_1 {
	margin-bottom: 0;
	margin-left: 1em;
	border: 1px solid #c7c7c7;
}
.box_lang.language_1 a {
	display: block;
	color: #4e4e4e;
	background: #fff;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	padding: .6em 2em;
}
.box_lang.language_1 a:hover {
	background: #f2f2f2;
}
