@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .box_inner_top, #header .box_page_title .box_inner_bottom, #gnav .box_inner, #fix_gnav .box_inner, #snav .box_inner, #fix_snav .box_inner, .con_search_fix, .con_search_month_fix, .con_topicpath, .con_search, .xxx, #hotels_footer, #footer .box_footer_bottom .box_footer_list, html.lower #contents .con_foot_pglnk ul, .con_res_contact {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 1260px) {
  #header .box_inner_top, #header .box_page_title .box_inner_bottom, #gnav .box_inner, #fix_gnav .box_inner, #snav .box_inner, #fix_snav .box_inner, .con_search_fix, .con_search_month_fix, .con_topicpath, .con_search, .xxx, #hotels_footer, #footer .box_footer_bottom .box_footer_list, html.lower #contents .con_foot_pglnk ul, .con_res_contact {
		width: 98%;
  }
}

#header .box_inner_top:after, #header .box_page_title .box_inner_bottom:after, #gnav .box_inner:after, #fix_gnav .box_inner:after, #gnav .box_inner > ul:after, #fix_gnav .box_inner > ul:after, #snav .box_inner:after, #fix_snav .box_inner:after, #snav .box_l:after, #fix_snav .box_l:after, #snav .box_r > ul:after, #fix_snav .box_r > ul:after, #snav .con_bottom .con_login_info:after, #fix_snav .con_bottom .con_login_info:after, #snav .box_bottom .box_lang:after, #fix_snav .box_bottom .box_lang:after, .con_search_fix:after, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:after, .con_search_fix .box_search .box_inner .con_other:after, .con_search_fix .box_search .btns:after, .con_search_month_fix:after, .con_search_month_fix .box_calendar .box_date:after, .con_search_month_fix .box_calendar .box_date .mounth:after, .con_topicpath:after, .con_search:after, .con_search .box_search .box_inner .con_other:after, #hotels_footer:after, #hotels_footer .hotels_footer_middle:after, #hotels_footer .hotels_footer_middle .box_hotel_list:after, #hotels_footer .hotels_footer_bottom:after, #footer .box_footer_bottom .box_footer_list:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
/* font-awesome */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.7;
}

body {
	color: #232323;
	background: #fff;
	-webkit-text-size-adjust: none;
	background: url(../images/common/bg_page_white.png) repeat;
	font-size: 104%;
	word-wrap: break-word;
}
.ie body {
	font-size: 101%;
}
body a {
	color: #3d3d3d;
	text-decoration: underline;
	outline: none;
}
body a:hover {
	text-decoration: none;
	color: #565656;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

.mouse .over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.over:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clickable {
	cursor: pointer;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	overflow: hidden;
	min-width: 1100px;
}

.attention {
	color: #b90c0c;
}

#homepage #header .box_inner_top .header_logo a {
	width: 175px;
}
@media only screen and (max-width: 1260px) {
  #homepage #header .box_inner_top .header_logo a {
		width: 170px;
  }
}
#homepage #header .box_inner_top .header_logo a span {
	padding: 13px 15px 16px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	height: 270px;
	position: relative;
}
#header .box_inner_top {
	min-width: 1100px;
	position: relative;
}
#header .box_inner_top > h1 {
	font-weight: normal;
	font-size: 82%;
	color: #3e3e3e;
	padding-top: 17px;
	padding-left: 200px;
}
#header .box_inner_top .header_logo {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#header .box_inner_top .header_logo a {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 2px;
	display: inline-block;
	text-align: center;
	background: url(../images/common/bg_page_white.png) repeat;
	width: 170px;
}
@media only screen and (max-width: 1260px) {
  #header .box_inner_top .header_logo a {
		width: 160px;
  }
}
#header .box_inner_top .header_logo a:hover {
	opacity: .7;
}
#header .box_inner_top .header_logo a span {
	display: block;
	border: solid 1px #e5e5e5;
	border-top: none;
	padding: 12px 15px 15px;
}
#header .box_inner_top .btn_header_village_top {
	position: absolute;
	right: 215px;
	top: 15px;
	width: 140px;
}
#header .box_inner_top .btn_header_village_top a {
	background: rgba(50, 45, 45, 0.8);
	text-align: center;
	display: block;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
	font-size: 112%;
	position: relative;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
}
#header .box_inner_top .btn_header_village_top a:hover {
	opacity: 0.8;
}
#header .box_inner_top .btn_header_village_top a:hover span:before {
	margin-right: 0.4em;
	margin-left: 0.2em;
}
#header .box_inner_top .btn_header_village_top a span:before {
	content: '\f0da';
	font-family: FontAwesome;
	margin-right: 0.6em;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .box_inner_top .box_select_hotel {
	position: absolute;
	top: 15px;
	right: 0;
	width: 210px;
}
#header .box_inner_top .box_select_hotel .btn_hotel_list {
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	font-size: 112%;
}
#header .box_inner_top .box_select_hotel .btn_hotel_list:hover:before {
	margin-top: -0.7em;
	color: #3d8894;
}
#header .box_inner_top .box_select_hotel .btn_hotel_list:before {
	content: '▼';
	position: absolute;
	top: 50%;
	margin-top: -0.9em;
	right: 15px;
	color: #222;
	font-size: 80%;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header .box_inner_top .box_select_hotel .btn_hotel_list.active {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
#header .box_inner_top .box_select_hotel .btn_hotel_list.active:hover:before {
	margin-top: -1em;
	color: #222;
}
#header .box_inner_top .box_select_hotel .btn_hotel_list.active:before {
	color: #3d8894;
	margin-top: -0.7em;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#header .box_inner_top .box_select_hotel .btn_hotel_list span {
	display: inline-block;
	width: 170px;
	border-right: dotted 1px #222;
	padding: 6px 10px;
}
#header .box_inner_top .box_select_hotel .box_footer_list {
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden !important;
	height: 450px;
	display: none;
	position: relative;
	z-index: 9999;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#header .box_inner_top .box_select_hotel .box_footer_list ul li.btn_list_village a {
	background: #e9f3f5;
}
#header .box_inner_top .box_select_hotel .box_footer_list ul li a {
	display: block;
	padding: 4px 10px;
	border-bottom: dotted 1px #ccc;
	text-decoration: none;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header .box_inner_top .box_select_hotel .box_footer_list ul li a:hover {
	background: #3d8894;
	color: #fff;
}
#header .box_page_title {
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7px 0;
	width: 100%;
}
#header .box_page_title .box_inner_bottom .page_title {
	font-weight: normal;
}
#header .box_page_title .box_inner_bottom .page_title span.jp {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 208%;
	letter-spacing: 0.1em;
	margin-right: 10px;
}
#header .box_page_title .box_inner_bottom .page_title span.en {
	font-family: "Cinzel", serif;
	font-size: 119%;
	color: #3d8894;
}

/******************************************************************
　グローバルナビゲーションアクティブ設定
*******************************************************************/
#rooms #gnav .box_inner > ul > li.gnav_roo > a, #rooms #fix_gnav .box_inner > ul > li.gnav_roo > a {
	background: #ddeef1 !important;
}

#hotspring #gnav .box_inner > ul > li.gnav_hot > a, #hotspring #fix_gnav .box_inner > ul > li.gnav_hot > a {
	background: #ddeef1 !important;
}

#dishes #gnav .box_inner > ul > li.gnav_dis > a, #dishes #fix_gnav .box_inner > ul > li.gnav_dis > a {
	background: #ddeef1 !important;
}

#facilities #gnav .box_inner > ul > li.gnav_fac > a, #facilities #fix_gnav .box_inner > ul > li.gnav_fac > a {
	background: #ddeef1 !important;
}

#activity #gnav .box_inner > ul > li.gnav_act > a, #activity #fix_gnav .box_inner > ul > li.gnav_act > a {
	background: #ddeef1 !important;
}

#camp #gnav .box_inner > ul > li.gnav_cam > a, #camp #fix_gnav .box_inner > ul > li.gnav_cam > a {
	background: #ddeef1 !important;
}

#ski #gnav .box_inner > ul > li.gnav_ski > a, #ski #fix_gnav .box_inner > ul > li.gnav_ski > a {
	background: #ddeef1 !important;
}

#banquet #gnav .box_inner > ul > li.gnav_ban > a, #banquet #fix_gnav .box_inner > ul > li.gnav_ban > a {
	background: #ddeef1 !important;
}

#sightseeing #gnav .box_inner > ul > li.gnav_sig > a, #sightseeing #fix_gnav .box_inner > ul > li.gnav_sig > a {
	background: #ddeef1 !important;
}

#gallery #gnav .box_inner > ul > li.gnav_gal > a, #gallery #fix_gnav .box_inner > ul > li.gnav_gal > a {
	background: #ddeef1 !important;
}

#walk #gnav .box_inner > ul > li.gnav_tre > a, #walk #fix_gnav .box_inner > ul > li.gnav_tre > a {
	background: #ddeef1 !important;
}

#pool #gnav .box_inner > ul > li.gnav_poo > a, #pool #fix_gnav .box_inner > ul > li.gnav_poo > a {
	background: #ddeef1 !important;
}

/* -----------------------------------------------------------
	#gnav, #fix_gnav
----------------------------------------------------------- */
#gnav, #fix_gnav {
	background: url(../images/common/bg_shadow.png) center bottom no-repeat;
	padding-bottom: 13px;
}
#gnav .box_inner, #fix_gnav .box_inner {
	width: 100%;
}
#gnav .box_inner > ul > li, #fix_gnav .box_inner > ul > li {
	float: left;
	width: 11.11111%;
	text-align: center;
	border-right: solid 1px #cfcfcf;
	position: relative;
}
#gnav .box_inner > ul > li:first-child, #fix_gnav .box_inner > ul > li:first-child {
	border-left: solid 1px #cfcfcf;
}
#gnav .box_inner > ul > li.gnav_rsv, #fix_gnav .box_inner > ul > li.gnav_rsv {
	position: relative;
}
#gnav .box_inner > ul > li.gnav_rsv:before, #fix_gnav .box_inner > ul > li.gnav_rsv:before {
	content: ' ';
	position: absolute;
	top: 2px;
	right: 2%;
	width: 96%;
	height: 2px;
	background: #fff;
	z-index: 2;
}
#gnav .box_inner > ul > li.gnav_rsv > a, #fix_gnav .box_inner > ul > li.gnav_rsv > a {
	background: #37838b;
	position: relative;
}
#gnav .box_inner > ul > li.gnav_rsv > a:before, #fix_gnav .box_inner > ul > li.gnav_rsv > a:before {
	left: 0;
}
#gnav .box_inner > ul > li.gnav_rsv > a:after, #fix_gnav .box_inner > ul > li.gnav_rsv > a:after {
	right: 0;
}
#gnav .box_inner > ul > li.gnav_rsv > a:before, #gnav .box_inner > ul > li.gnav_rsv > a:after, #fix_gnav .box_inner > ul > li.gnav_rsv > a:before, #fix_gnav .box_inner > ul > li.gnav_rsv > a:after {
	background: rgba(255, 255, 255, 0.05);
}
#gnav .box_inner > ul > li.gnav_rsv > a:hover, #fix_gnav .box_inner > ul > li.gnav_rsv > a:hover {
	background: #2f767e;
}
#gnav .box_inner > ul > li.gnav_rsv > a:hover:before, #gnav .box_inner > ul > li.gnav_rsv > a:hover:after, #fix_gnav .box_inner > ul > li.gnav_rsv > a:hover:before, #fix_gnav .box_inner > ul > li.gnav_rsv > a:hover:after {
	width: 100%;
}
#gnav .box_inner > ul > li > a, #fix_gnav .box_inner > ul > li > a {
	display: block;
	padding: 0 5px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: transparent;
	position: relative;
}
#gnav .box_inner > ul > li > a:before, #fix_gnav .box_inner > ul > li > a:before {
	left: 0;
}
#gnav .box_inner > ul > li > a:after, #fix_gnav .box_inner > ul > li > a:after {
	right: 0;
}
#gnav .box_inner > ul > li > a:before, #gnav .box_inner > ul > li > a:after, #fix_gnav .box_inner > ul > li > a:before, #fix_gnav .box_inner > ul > li > a:after {
	content: ' ';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 0;
}
#gnav .box_inner > ul > li > a:hover, #gnav .box_inner > ul > li > a.active, #fix_gnav .box_inner > ul > li > a:hover, #fix_gnav .box_inner > ul > li > a.active {
	background: #ddeef1;
}
#gnav .box_inner > ul > li > a:hover:before, #gnav .box_inner > ul > li > a:hover:after, #gnav .box_inner > ul > li > a.active:before, #gnav .box_inner > ul > li > a.active:after, #fix_gnav .box_inner > ul > li > a:hover:before, #fix_gnav .box_inner > ul > li > a:hover:after, #fix_gnav .box_inner > ul > li > a.active:before, #fix_gnav .box_inner > ul > li > a.active:after {
	width: 100%;
}
#gnav .box_inner > ul > li > a img, #fix_gnav .box_inner > ul > li > a img {
	position: relative;
	z-index: 99;
}
#gnav .box_inner > ul > li > ul, #fix_gnav .box_inner > ul > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	background: #fff;
	margin-left: -50%;
	z-index: 99;
	letter-spacing: 0.08em;
	box-shadow: 0px 0px 2px 2px #efefef;
	-moz-box-shadow: 0px 0px 2px 2px #efefef;
	-webkit-box-shadow: 0px 0px 2px 2px #efefef;
}
#gnav .box_inner > ul > li > ul > li > a, #fix_gnav .box_inner > ul > li > ul > li > a {
	text-decoration: none;
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: left;
	padding: 12px 7px 12px 20px;
	background: #fff;
	border-bottom: dotted 1px #cfcfcf;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	line-height: 1.4;
}
#gnav .box_inner > ul > li > ul > li > a:hover, #fix_gnav .box_inner > ul > li > ul > li > a:hover {
	background: #ddeef1;
}
#gnav .box_inner > ul > li > ul > li > a:before, #fix_gnav .box_inner > ul > li > ul > li > a:before {
	content: '\f0da';
	position: absolute;
	top: 50%;
	margin-top: -0.7em;
	left: 9px;
	color: #3d8894;
	font-family: FontAwesome;
	font-size: 75%;
}
#gnav .box_inner > ul > li > ul > li > a span, #fix_gnav .box_inner > ul > li > ul > li > a span {
	display: inline-block;
}

.sado #gnav .box_inner > ul > li.gnav_rsv a, .sado #fix_gnav .box_inner > ul > li.gnav_rsv a {
	background: #1b723e !important;
}
.sado #snav .btn_login, .sado #snav .box_l .btn_mypage, #fix_snav .box_l .sado #snav .btn_mypage, .sado #fix_snav .btn_login, #snav .box_l .sado #fix_snav .btn_mypage, .sado #fix_snav .box_l .btn_mypage {
	background: #d1e8da !important;
}

/* -----------------------------------------------------------
	#snav
----------------------------------------------------------- */
#snav, #fix_snav {
	margin-bottom: 0px;
}
#snav .box_l, #fix_snav .box_l {
	width: 100%;
	float: right;
	margin-right: -850px;
	padding-right: 850px;
}
@media only screen and (max-width: 1260px) {
  #snav .box_l, #fix_snav .box_l {
		margin-right: 0;
		padding-right: 0;
		float: left;
		width: 450px;
  }
}
#snav .box_l .btn_login, #snav .box_l .btn_mypage, #fix_snav .box_l .btn_login, #fix_snav .box_l .btn_mypage {
	float: left;
	background: #8dd5e1;
	width: 175px;
}
#snav .box_l .btn_login a, #snav .box_l .btn_mypage a, #fix_snav .box_l .btn_login a, #fix_snav .box_l .btn_mypage a {
	display: block;
	width: 100%;
	padding: 10px 7px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#snav .box_l .btn_login a img, #snav .box_l .btn_mypage a img, #fix_snav .box_l .btn_login a img, #fix_snav .box_l .btn_mypage a img {
	vertical-align: middle;
}
#snav .box_l .btn_login a:hover, #snav .box_l .btn_mypage a:hover, #fix_snav .box_l .btn_login a:hover, #fix_snav .box_l .btn_mypage a:hover {
	opacity: 0.7;
}
#snav .box_l .btn_mypage, #fix_snav .box_l .btn_mypage {
	background: #3d944d;
}
#snav .box_l .btn_logout, #fix_snav .box_l .btn_logout {
	float: left;
	background: #f3df00;
	width: 175px;
	padding: 10px 7px;
	text-align: center;
	vertical-align: middle;
}
#snav .box_l .btn_logout a, #fix_snav .box_l .btn_logout a {
	display: block;
	width: 100%;
}
#snav .box_l .btn_logout a img, #fix_snav .box_l .btn_logout a img {
	vertical-align: middle;
}
#snav .box_l .btn_logout a:hover, #fix_snav .box_l .btn_logout a:hover {
	opacity: 0.7;
}
#snav .box_l .box_ref, #fix_snav .box_l .box_ref {
	float: left;
	margin-left: 9px;
	width: 207px;
	display: table;
	border: solid 1px #ccc;
	border-right: none;
}
@media only screen and (max-width: 1260px) {
  #snav .box_l .box_ref, #fix_snav .box_l .box_ref {
		width: 245px;
  }
}
#snav .box_l .box_ref > p, #fix_snav .box_l .box_ref > p {
	display: table-cell;
	border-right: solid 1px #ccc;
	width: 50%;
	vertical-align: middle;
}
#snav .box_l .box_ref > p a, #fix_snav .box_l .box_ref > p a {
	padding: 9px 2px;
	display: block;
}
#snav .box_l .btn_login, #snav .box_l .btn_mypage, #snav .box_l .box_ref, #fix_snav .box_l .btn_login, #fix_snav .box_l .btn_mypage, #fix_snav .box_l .box_ref {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
}
#snav .box_l .btn_login a, #snav .box_l .btn_mypage a, #snav .box_l .box_ref a, #fix_snav .box_l .btn_login a, #fix_snav .box_l .btn_mypage a, #fix_snav .box_l .box_ref a {
	text-decoration: none;
}
#snav .box_l .btn_login a img, #snav .box_l .btn_mypage a img, #snav .box_l .box_ref a img, #fix_snav .box_l .btn_login a img, #fix_snav .box_l .btn_mypage a img, #fix_snav .box_l .box_ref a img {
	vertical-align: middle;
}
#snav .box_r, #fix_snav .box_r {
	width: 850px;
	float: right;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 1260px) {
  #snav .box_r, #fix_snav .box_r {
		float: none;
		width: 100%;
		margin-bottom: 10px;
  }
}
#snav .box_r > ul, #fix_snav .box_r > ul {
	text-align: right;
}
#snav .box_r > ul > li, #fix_snav .box_r > ul > li {
	display: inline-block;
	margin-left: 10px;
}
@media only screen and (max-width: 1260px) {
  #snav .box_r > ul > li, #fix_snav .box_r > ul > li {
		margin-left: 20px;
  }
}
#snav .box_r > ul > li a, #fix_snav .box_r > ul > li a {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding-left: 15px;
	position: relative;
	text-decoration: none;
	letter-spacing: -0.05em;
	font-size: 97%;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#snav .box_r > ul > li a:hover, #fix_snav .box_r > ul > li a:hover {
	opacity: 0.8;
}
#snav .box_r > ul > li a:hover:before, #fix_snav .box_r > ul > li a:hover:before {
	color: #3d8894;
	left: 1px;
}
#snav .box_r > ul > li a:before, #fix_snav .box_r > ul > li a:before {
	content: '\f138';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 0;
	color: #787878;
	font-size: 12px;
	margin-top: -10px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#snav .con_bottom, #fix_snav .con_bottom {
	clear: both;
}
#snav .con_bottom .con_login_info, #fix_snav .con_bottom .con_login_info {
	position: relative;
	float: left;
	width: 55.55556%;
	margin-bottom: 10px;
	background: #fff;
	border: solid 2px #ccc;
	padding: 5px 10px;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#snav .con_bottom .con_login_info:before, #fix_snav .con_bottom .con_login_info:before {
	content: '▲';
	position: absolute;
	top: -9px;
	color: #ccc;
	font-size: 7px;
	left: 10px;
}
#snav .con_bottom .con_login_info .box_login_info .box_user, #fix_snav .con_bottom .con_login_info .box_login_info .box_user {
	padding-top: 2px;
	position: relative;
	padding-left: 40px;
	line-height: 1.5;
	display: table;
	table-layout: fixed;
	height: 100%;
	float: left;
	width: 48%;
}
@media only screen and (max-width: 1260px) {
  #snav .con_bottom .con_login_info .box_login_info .box_user, #fix_snav .con_bottom .con_login_info .box_login_info .box_user {
		padding-top: 3px;
  }
}
#snav .con_bottom .con_login_info .box_login_info .box_user:before, #fix_snav .con_bottom .con_login_info .box_login_info .box_user:before {
	content: '\f007';
	font-family: FontAwesome;
	padding: 3px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	position: absolute;
	top: 0px;
	left: 6px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #3d8894;
}
#snav .con_bottom .con_login_info .box_login_info .box_user .mem_type, #fix_snav .con_bottom .con_login_info .box_login_info .box_user .mem_type {
	margin-right: 10px;
}
#snav .con_bottom .con_login_info .box_login_info .box_user .mem_type span, #fix_snav .con_bottom .con_login_info .box_login_info .box_user .mem_type span {
	background: #333;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	letter-spacing: 0.05em;
	font-size: 75%;
}
#snav .con_bottom .con_login_info .box_login_info .box_user .name span, #fix_snav .con_bottom .con_login_info .box_login_info .box_user .name span {
	font-size: 119%;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
#snav .con_bottom .con_login_info .box_login_info .box_user .mem_type, #snav .con_bottom .con_login_info .box_login_info .box_user .name, #fix_snav .con_bottom .con_login_info .box_login_info .box_user .mem_type, #fix_snav .con_bottom .con_login_info .box_login_info .box_user .name {
	display: inline-table;
	vertical-align: middle;
}
#snav .con_bottom .con_login_info .box_login_info .box_point_limit, #fix_snav .con_bottom .con_login_info .box_login_info .box_point_limit {
	float: right;
	width: 50%;
	margin-top: 3px;
	text-align: right;
	line-height: 1.2;
	padding-top: 5px;
}
@media only screen and (max-width: 1260px) {
  #snav .con_bottom .con_login_info .box_login_info .box_point_limit, #fix_snav .con_bottom .con_login_info .box_login_info .box_point_limit {
		padding-top: 0;
  }
}
#snav .con_bottom .con_login_info .box_login_info .box_point_limit dl, #fix_snav .con_bottom .con_login_info .box_login_info .box_point_limit dl {
	display: inline-block;
	margin-left: 15px;
	font-size: 89%;
}
#snav .con_bottom .con_login_info .box_login_info .box_point_limit dl.point dd span, #fix_snav .con_bottom .con_login_info .box_login_info .box_point_limit dl.point dd span {
	color: #c00e15;
}
#snav .con_bottom .con_login_info .box_login_info .box_point_limit dl.limit dd span, #fix_snav .con_bottom .con_login_info .box_login_info .box_point_limit dl.limit dd span {
	color: #3d8894;
}
#snav .con_bottom .con_login_info .box_login_info .box_point_limit dl dt, #fix_snav .con_bottom .con_login_info .box_login_info .box_point_limit dl dt {
	font-weight: bold;
}
#snav .con_bottom .con_login_info .box_login_info .box_point_limit dl dt, #snav .con_bottom .con_login_info .box_login_info .box_point_limit dl dd, #fix_snav .con_bottom .con_login_info .box_login_info .box_point_limit dl dt, #fix_snav .con_bottom .con_login_info .box_login_info .box_point_limit dl dd {
	display: inline;
	vertical-align: bottom;
}
#snav .con_bottom .con_login_info .box_btn, #fix_snav .con_bottom .con_login_info .box_btn {
	clear: both;
	padding-top: 5px;
}
#snav .con_bottom .con_login_info .box_btn ul, #fix_snav .con_bottom .con_login_info .box_btn ul {
	text-align: center;
}
#snav .con_bottom .con_login_info .box_btn ul li, #fix_snav .con_bottom .con_login_info .box_btn ul li {
	float: left;
	margin-left: 1%;
	width: 32.666%;
}
#snav .con_bottom .con_login_info .box_btn ul li:first-child, #fix_snav .con_bottom .con_login_info .box_btn ul li:first-child {
	margin-left: 0;
}
#snav .con_bottom .con_login_info .box_btn ul li.btn_mypage a, #fix_snav .con_bottom .con_login_info .box_btn ul li.btn_mypage a {
	background: #3d944d;
}
#snav .con_bottom .con_login_info .box_btn ul li.btn_change a, #fix_snav .con_bottom .con_login_info .box_btn ul li.btn_change a {
	background: #777575;
}
#snav .con_bottom .con_login_info .box_btn ul li.btn_limit a, #fix_snav .con_bottom .con_login_info .box_btn ul li.btn_limit a {
	background: #222222;
}
#snav .con_bottom .con_login_info .box_btn ul li a, #fix_snav .con_bottom .con_login_info .box_btn ul li a {
	padding: 7px 10px;
	line-height: 1;
	text-decoration: none;
	display: block;
	color: #fff;
}
#snav .con_bottom .con_login_info .box_btn ul li a i, #fix_snav .con_bottom .con_login_info .box_btn ul li a i {
	margin-right: 0.5em;
}
#snav .box_bottom, #fix_snav .box_bottom {
	float: right;
	width: 42.85714%;
	text-align: right;
	position: relative;
	padding-right: 160px;
}
@media only screen and (max-width: 1260px) {
  #snav .box_bottom, #fix_snav .box_bottom {
		clear: none;
  }
}
#snav .box_bottom .txt_tel, #fix_snav .box_bottom .txt_tel {
	position: relative;
	color: #474747;
	font-size: 208%;
	font-family: "Times New Roman", serif;
	letter-spacing: -0.05em;
	padding-right: 20px;
	vertical-align: middle;
}
#snav .box_bottom .txt_tel:before, #fix_snav .box_bottom .txt_tel:before {
	content: '\f095';
	margin-right: 8px;
	font-size: 72%;
	font-family: FontAwesome;
}
#snav .box_bottom .box_sns, #fix_snav .box_bottom .box_sns {
	border-left: dotted 1px #000;
	border-right: dotted 1px #000;
}
#snav .box_bottom .box_sns li, #fix_snav .box_bottom .box_sns li {
	display: inline-block;
	margin-right: 15px;
}
#snav .box_bottom .box_sns li:first-child, #fix_snav .box_bottom .box_sns li:first-child {
	margin-left: 15px;
}
#snav .box_bottom .box_sns li i, #fix_snav .box_bottom .box_sns li i {
	vertical-align: middle;
}
#snav .box_bottom .box_sns li i.fa-facebook, #fix_snav .box_bottom .box_sns li i.fa-facebook {
	font-size: 163%;
}
#snav .box_bottom .box_lang, #fix_snav .box_bottom .box_lang {
	margin-left: 15px;
	position: absolute;
	z-index: 99;
	top: 10px;
	right: 0;
	min-width: 135px;
}
#snav .box_bottom .box_lang > a, #fix_snav .box_bottom .box_lang > a {
	background: #e7e7e7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	font-size: 97%;
	display: inline-block;
	min-width: 135px;
	line-height: 1.2;
	padding: 5px 15px 5px 20px;
	text-decoration: none;
	text-align: left;
	font-family: "Times New Roman", serif;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#snav .box_bottom .box_lang > a.active, #fix_snav .box_bottom .box_lang > a.active {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #3d8894;
	color: #fff;
}
#snav .box_bottom .box_lang > a:before, #fix_snav .box_bottom .box_lang > a:before {
	content: '▼';
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
}
#snav .box_bottom .box_lang > ul, #fix_snav .box_bottom .box_lang > ul {
	display: none;
	background: #fff;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}
#snav .box_bottom .box_lang > ul > li, #fix_snav .box_bottom .box_lang > ul > li {
	text-align: center;
}
#snav .box_bottom .box_lang > ul > li:first-child a, #fix_snav .box_bottom .box_lang > ul > li:first-child a {
	border-top: none;
}
#snav .box_bottom .box_lang > ul > li > a, #fix_snav .box_bottom .box_lang > ul > li > a {
	text-decoration: none;
	padding: 5px;
	display: block;
	border-top: dotted 1px #ccc;
	font-family: "Times New Roman", serif;
}
#snav .box_bottom .box_lang > ul > li > a:hover, #fix_snav .box_bottom .box_lang > ul > li > a:hover {
	background: #cdeaed;
}
#snav .box_bottom .txt_tel, #snav .box_bottom .box_sns, #snav .box_bottom .box_lang, #fix_snav .box_bottom .txt_tel, #fix_snav .box_bottom .box_sns, #fix_snav .box_bottom .box_lang {
	display: inline-block;
}

/* -----------------------------------------------------------
	#fix_nav
----------------------------------------------------------- */
#fix_nav {
	position: fixed;
	width: 100%;
	top: -170px;
	left: 0;
	z-index: 99999;
	background: url(../images/common/bg_page_white.png) repeat;
	box-shadow: 0px 0px 5px 1px #cbcbcb;
	-moz-box-shadow: 0px 0px 5px 1px #cbcbcb;
	-webkit-box-shadow: 0px 0px 5px 1px #cbcbcb;
	min-width: 1100px;
  /* -----------------------------------------------------------
  	#fix_gnav　共通設定上書き
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  	#fix_snav  共通設定上書き
  ----------------------------------------------------------- */
}
#fix_nav #fix_gnav {
	padding-bottom: 0;
	border-bottom: solid 1px #ccc;
	background: none;
}
#fix_nav #fix_gnav .box_inner > ul > li {
	height: 70px !important;
}
#fix_nav #fix_gnav .box_inner > ul > li img {
	position: relative;
	top: -4px;
	max-width: 90%;
}
@media only screen and (max-width: 1260px) {
  #fix_nav #fix_gnav .box_inner > ul > li img {
		top: -9px;
  }
}
#fix_nav #fix_gnav .box_inner > ul > li > a {
	height: 70px !important;
	padding: 0 5px !important;
}
#fix_nav #fix_snav {
	padding: 5px 0;
	border-bottom: solid 1px #e1dede;
}
#fix_nav #fix_snav .box_l {
	display: none;
}
#fix_nav #fix_snav .box_r {
	width: 100%;
	float: left;
	margin-right: -250px;
	padding-right: 250px;
	margin-bottom: 0 !important;
}
#fix_nav #fix_snav .box_r > ul {
	text-align: left !important;
}
@media only screen and (max-width: 1260px) {
  #fix_nav #fix_snav .box_r > ul li:first-child {
		margin-left: 0px !important;
  }
}
#fix_nav #fix_snav .con_bottom {
	clear: none !important;
}
#fix_nav #fix_snav .box_bottom {
	width: 250px;
	clear: none !important;
	float: right;
	text-align: right;
	padding-right: 0 !important;
}
#fix_nav #fix_snav .box_bottom .txt_tel {
	font-size: 178%;
	color: #3d8894;
	line-height: 1 !important;
	padding-right: 5px !important;
	letter-spacing: -0.05em;
}
#fix_nav #fix_snav .box_bottom .txt_tel:before {
	font-size: 67%;
}
#fix_nav #fix_snav .box_bottom .box_sns, #fix_nav #fix_snav .box_bottom .box_lang {
	display: none !important;
}

#homepage .con_login_info {
	margin-bottom: 60px !important;
}

/*---------------------------------
	グローバルナビゲーションの数
----------------------------------*/
/* 37_指宿 */
.mura_copy #gnav .box_inner > ul > li, .mura_copy #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.shikotsu #gnav .box_inner > ul > li, .shikotsu #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.iwate #gnav .box_inner > ul > li, .iwate #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.miyako #gnav .box_inner > ul > li, .miyako #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.nyuto #gnav .box_inner > ul > li, .nyuto #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.kesen #gnav .box_inner > ul > li, .kesen #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.haguro #gnav .box_inner > ul > li, .haguro #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.bandai #gnav .box_inner > ul > li, .bandai #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.nasu #gnav .box_inner > ul > li, .nasu #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.nikko #gnav .box_inner > ul > li, .nikko #fix_nav .box_inner > ul > li {
	width: 14.28571% !important;
}

.kazawa #gnav .box_inner > ul > li, .kazawa #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.musashi #gnav .box_inner > ul > li, .musashi #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.tateyama #gnav .box_inner > ul > li, .tateyama #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.myoukou #gnav .box_inner > ul > li, .myoukou #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.azumino #gnav .box_inner > ul > li, .azumino #fix_nav .box_inner > ul > li {
	width: 14.28571% !important;
}

.norikura #gnav .box_inner > ul > li, .norikura #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.izu #gnav .box_inner > ul > li, .izu #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.fuji #gnav .box_inner > ul > li, .fuji #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.irago #gnav .box_inner > ul > li, .irago #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.chausu #gnav .box_inner > ul > li, .chausu #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.noto #gnav .box_inner > ul > li, .noto #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.echizen #gnav .box_inner > ul > li, .echizen #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.ohmi #gnav .box_inner > ul > li, .ohmi #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.awaji #gnav .box_inner > ul > li, .awaji #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.takeno #gnav .box_inner > ul > li, .takeno #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.kada #gnav .box_inner > ul > li, .kada #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.katsuura #gnav .box_inner > ul > li, .katsuura #fix_nav .box_inner > ul > li {
	width: 14.28571% !important;
}

.daisen #gnav .box_inner > ul > li, .daisen #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.hiruzen #gnav .box_inner > ul > li, .hiruzen #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.ohkuno #gnav .box_inner > ul > li, .ohkuno #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.azuma #gnav .box_inner > ul > li, .azuma #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.taishaku #gnav .box_inner > ul > li, .taishaku #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.goshiki #gnav .box_inner > ul > li, .goshiki #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.toyo #gnav .box_inner > ul > li, .toyo #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.shikano #gnav .box_inner > ul > li, .shikano #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.unzen #gnav .box_inner > ul > li, .unzen #fix_nav .box_inner > ul > li {
	width: 11.11111% !important;
}

.aso #gnav .box_inner > ul > li, .aso #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

.ibusuki #gnav .box_inner > ul > li, .ibusuki #fix_nav .box_inner > ul > li {
	width: 12.5% !important;
}

#con_fix_ser {
	z-index: 99999;
	position: relative;
}
#con_fix_ser #mask {
	background: rgba(43, 52, 54, 0.8);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}

/* -----------------------------------------------------------
	#box_fix_ser
----------------------------------------------------------- */
#box_fix_ser {
	z-index: 9999999;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 0;
	height: 325px;
	position: fixed;
	top: 50%;
	right: -100%;
	width: 50px;
	margin-top: -222.5px;
}
@media only screen and (max-height: 750px) {
  #box_fix_ser {
		top: auto;
		margin-top: 0;
		bottom: 50px;
  }
}
#box_fix_ser.ser_fixed {
	right: 0;
	opacity: 1;
}
#box_fix_ser.ypro_fix > li {
	text-align: right !important;
}
#box_fix_ser.ypro_fix > li a:before {
	display: none;
}
#box_fix_ser > li {
	text-align: center;
}
#box_fix_ser > li.btn_fix_ser_month {
	margin-bottom: 10px;
}
#box_fix_ser > li.btn_fix_ser_month a {
	height: 190px;
	background: #3d8894;
}
#box_fix_ser > li.btn_fix_ser {
	background: #2b3436;
}
#box_fix_ser > li.btn_fix_ser a {
	height: 125px;
}
#box_fix_ser > li.btn_fix_fav a, #box_fix_ser > li.btn_fix_lim a {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#box_fix_ser > li.btn_fix_fav a:hover, #box_fix_ser > li.btn_fix_lim a:hover {
	opacity: .7;
}
#box_fix_ser > li a {
	display: block;
	padding-top: 20px;
	position: relative;
}
#box_fix_ser > li a:before {
	content: '\f0da';
	font-family: FontAwesome;
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	bottom: 7px;
	color: #fff;
	font-size: 67%;
}

/* -----------------------------------------------------------
	.con_search_fix
----------------------------------------------------------- */
.con_search_fix {
	width: 100%;
	position: fixed;
	width: 450px;
	right: -100%;
	top: 0;
	height: 100%;
	overflow-y: auto;
	z-index: 999;
	background: white;
	border-left: solid 5px #2b3436;
	border-right: solid 55px #2b3436;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.con_search_fix.active {
	right: 0;
}
.con_search_fix .box_search {
	width: 100%;
	padding: 5px;
	background: url("../images/common/boreder-dotted.png") repeat;
}
.con_search_fix .box_search .box_inner {
	background: url(../images/common/bg_page_white.png) repeat;
	padding: 3px 15px;
	font-size: 89%;
}
.con_search_fix .box_search .box_inner .st_search {
	text-align: center;
	padding-top: 25px;
}
.con_search_fix .box_search .box_inner .box_select {
	padding-top: 14px;
	padding-bottom: 19px;
	text-align: center;
}
.con_search_fix .box_search .box_inner .box_select label {
	vertical-align: middle;
	line-height: 1;
	padding: 5px 6px 0 6px;
	margin-bottom: 5px;
	cursor: pointer;
	display: inline-block;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_search_fix .box_search .box_inner .box_select label.hotel {
	background: url(../images/common/ic_ser_hotel_fix_ac.png) center bottom no-repeat;
}
.con_search_fix .box_search .box_inner .box_select label.cottage {
	background: url(../images/common/ic_ser_cottage_fix_ac.png) center bottom no-repeat;
}
.con_search_fix .box_search .box_inner .box_select label.loghouse {
	background: url(../images/common/ic_ser_loghouse_fix_ac.png) center bottom no-repeat;
}
.con_search_fix .box_search .box_inner .box_select label.camp {
	background: url(../images/common/ic_ser_camp_fix_ac.png) center bottom no-repeat;
}
.con_search_fix .box_search .box_inner .box_select label.tour {
	background: url(../images/common/ic_ser_tour_fix_ac.png) center bottom no-repeat;
}
.con_search_fix .box_search .box_inner .box_select label.air {
	background: url(../images/common/ic_ser_air_fix_ac.png) center bottom no-repeat;
}
.con_search_fix .box_search .box_inner .box_select label:hover img, .con_search_fix .box_search .box_inner .box_select label.active img {
	opacity: 0;
}
.con_search_fix .box_search .box_inner .box_select label input {
	vertical-align: -2px;
	display: inline-block;
	margin-bottom: 3px;
}
.con_search_fix .box_search .box_inner .con_day {
	position: relative;
	margin-bottom: 20px;
}
.con_search_fix .box_search .box_inner .con_day .st {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	color: #383838;
	padding-left: 9px;
	font-size: 119%;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
}
.con_search_fix .box_search .box_inner .con_day .st:before {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	height: 5px;
	width: 5px;
	margin-top: -2px;
	background: #3a7340;
}
.con_search_fix .box_search .box_inner .con_day .box_day {
	margin-bottom: 5px;
}
.con_search_fix .box_search .box_inner .con_day .box_day .datepicker_inline {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_search_fix .box_search .box_inner .con_day .box_day .datepicker_inline.disabled {
	opacity: 0.4;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker {
	width: 100%;
	border: none;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-state-hover .ui-icon,
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-state-focus .ui-icon {
	background: #72999f !important;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-priority-secondary, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-widget-content .ui-priority-secondary, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-widget-header .ui-priority-secondary {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	font-weight: normal;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-prev {
	width: 54px;
	height: 33px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: block;
	cursor: pointer;
	z-index: 99;
	top: 10px !important;
	left: auto !important;
	right: 65px !important;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
	background: none !important;
	border: none !important;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-prev .ui-icon {
	width: 54px;
	height: 33px;
	background: url("../images/common/ic_calender_prev.png") #72999f !important;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-next {
	width: 54px;
	height: 33px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: block;
	cursor: pointer;
	z-index: 99;
	right: 5px !important;
	top: 10px !important;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
	background: none !important;
	border: none !important;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover .ui-icon {
	opacity: .8;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-next .ui-icon {
	width: 54px;
	height: 33px;
	background: url("../images/common/ic_calender_next.png") #72999f !important;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header {
	padding-top: 15px;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	position: relative;
	margin: 0;
	min-height: 70px;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
	font-size: 163%;
	font-family: "Cinzel", serif;
	font-style: italic;
	display: block;
	line-height: 1;
	position: absolute;
	bottom: 5px;
	right: 15px;
	color: #847c7c;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	display: block;
	position: absolute;
	top: 25px;
	left: 15px;
	z-index: 5;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:before {
	content: ' ';
	background: #f0e6e6;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month em {
	font-family: "Cinzel", serif;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month em.num {
	font-size: 519%;
	font-style: italic;
	margin-right: 0.1em;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month em.en {
	color: #8daeb4;
	font-size: 134%;
	vertical-align: 3px;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker thead th {
	font-size: 119%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	padding: .4em .2em .1em;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker tbody tr td a {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker tbody tr td a:hover, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker tbody tr td a.ui-state-active {
	background: #3d8894;
	color: #fff;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker tbody tr td a, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker tbody tr td span {
	border: none;
	background: none;
	padding: 0.3em 0.2em;
	text-align: center;
	font-size: 178%;
	font-family: "Allura", cursive;
	font-weight: bold;
	border: solid 2px #e6e6e6;
}
@media only screen and (max-height: 750px) {
  .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker tbody tr td a, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker tbody tr td span {
		padding: 0.08em 0.2em;
  }
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-datepicker-week-end a {
	color: #c61a1a;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-saturday a {
	color: #243ece;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-saturday a:hover, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-saturday a.ui-state-active {
	background: #243ece;
	color: #fff;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-holiday a, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-sunday a {
	color: #c61a1a;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-holiday a:hover, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-holiday a.ui-state-active, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-sunday a:hover, .con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .datepicker_inline-sunday a.ui-state-active {
	background: #c61a1a;
	color: #fff;
}
.con_search_fix .box_search .box_inner .con_day .box_day .ui-datepicker .ui-widget-header {
	background: none;
	border: none;
}
.con_search_fix .box_search .box_inner .con_day .box_day input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 7px;
	background: #fff;
	border: solid 1px #ccc;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.con_search_fix .box_search .box_inner .con_day .box_und {
	position: absolute;
	top: 2px;
	right: 7px;
	vertical-align: middel;
	z-index: 5;
}
.con_search_fix .box_search .box_inner .con_day .box_und label {
	cursor: pointer;
}
.con_search_fix .box_search .box_inner .con_other {
	margin-bottom: 25px;
}
@media only screen and (max-height: 700px) {
  .con_search_fix .box_search .box_inner .con_other {
		margin-bottom: 15px;
  }
}
.con_search_fix .box_search .box_inner .con_other .st {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	color: #383838;
	padding-left: 9px;
	font-size: 119%;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
}
.con_search_fix .box_search .box_inner .con_other .st:before {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	height: 5px;
	width: 5px;
	margin-top: -2px;
	background: #3a7340;
}
.con_search_fix .box_search .box_inner .con_other .box_per {
	margin-right: 5px;
}
.con_search_fix .box_search .box_inner .con_other .box_per_child {
	vertical-align: middle;
	float: left;
	width: 60px;
	padding-top: 15px;
}
.con_search_fix .box_search .box_inner .con_other .box_per_child .popup-modal_search {
	position: relative;
}
.con_search_fix .box_search .box_inner .con_other .box_per_child .popup-modal_search:before {
	content: ' ';
	position: absolute;
	bottom: -2px;
	width: 30px;
	height: 1px;
	left: -3px;
	background: #3d8894;
}
.con_search_fix .box_search .box_inner .con_other .box_per_child a {
	text-decoration: none;
	color: #3d8894;
}
.con_search_fix .box_search .box_inner .con_other .box_sta, .con_search_fix .box_search .box_inner .con_other .box_roo {
	margin-right: 10px;
}
.con_search_fix .box_search .box_inner .con_other .box_sta, .con_search_fix .box_search .box_inner .con_other .box_roo, .con_search_fix .box_search .box_inner .con_other .box_per {
	float: left;
}
.con_search_fix .box_search .box_inner .con_other .box_sta .custom_select, .con_search_fix .box_search .box_inner .con_other .box_sta .custom_select_clone, .con_search_fix .box_search .box_inner .con_other .box_roo .custom_select, .con_search_fix .box_search .box_inner .con_other .box_roo .custom_select_clone, .con_search_fix .box_search .box_inner .con_other .box_per .custom_select, .con_search_fix .box_search .box_inner .con_other .box_per .custom_select_clone {
	width: 55px;
	border: solid 1px #ccc;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	padding-left: 7px;
	background: url(../images/common/bg_ser_arrow_bk.png) right center no-repeat #fff;
	height: 45px;
	line-height: 45px;
}
.con_search_fix .box_search .box_inner .btn_search {
	text-align: center;
	padding-top: 5px;
	text-align: left;
	margin-bottom: 20px;
}
.con_search_fix .box_search .box_inner .btn_search button {
	vertical-align: middle;
	background: #383838;
	width: 100%;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
}
.con_search_fix .box_search .box_inner .btn_search button:hover {
	opacity: 0.7;
}
.con_search_fix .box_search .btns {
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.con_search_fix .box_search .btns > p {
	display: inline-block;
	margin: 0 5px;
}
.con_search_fix .box_search .btns > p a {
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
}
.con_search_fix .box_search .btns > p a:before {
	content: "";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: #3d8894;
}
.con_search_fix .box_search .btn_pre_regist {
	text-align: center;
	margin-bottom: 25px;
}
.con_search_fix .box_search .btn_pre_regist a {
	min-width: 231px;
	display: inline-block;
	color: #fff;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	font-size: 104%;
	padding: 5px 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
	border: solid 2px #c7dfe3;
	background: #79acb4;
	position: relative;
}
.con_search_fix .box_search .btn_pre_regist a:hover {
	background: #fff;
	color: #79acb4;
}
.con_search_fix .box_search .btn_pre_regist a:hover span:after {
	left: 2px;
}
.con_search_fix .box_search .btn_pre_regist a span {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.con_search_fix .box_search .btn_pre_regist a span:after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.4em;
	line-height: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	vertical-align: middle;
	font-size: 89%;
}

/* -----------------------------------------------------------
	.con_search_month_fix
----------------------------------------------------------- */
.con_search_month_fix {
	max-width: 1140px;
	min-width: 1040px;
	background: white;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	padding: 25px 15px 15px;
	padding: 25px;
}
.con_search_month_fix.active {
	right: 0;
}
.con_search_month_fix .st_ser {
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.3;
}
.con_search_month_fix .st_ser span.en {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 326%;
	color: #3d8894;
	font-family: "Cinzel", serif;
	letter-spacing: 0.05em;
}
.con_search_month_fix .st_ser span.jp {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 126%;
	position: relative;
	color: #383838;
	letter-spacing: 0.1em;
}
.con_search_month_fix .st_ser span.jp:before {
	left: -60px;
}
.con_search_month_fix .st_ser span.jp:after {
	right: -60px;
}
.con_search_month_fix .st_ser span.jp:before, .con_search_month_fix .st_ser span.jp:after {
	content: ' ';
	position: absolute;
	top: 50%;
	border-top: dotted 1px #888888;
	width: 30px;
}
.con_search_month_fix .box_rooms_type {
	width: 50%;
	float: left;
	position: relative;
}
.con_search_month_fix .box_rooms_type:before {
	content: ' ';
	width: 31px;
	height: 60px;
	position: absolute;
	top: 50%;
	right: -43px;
	margin-top: -30px;
	background: url("../images/common/ic_next_black.png");
}
.con_search_month_fix .box_rooms_type .st_rooms_type {
	text-align: center;
	margin-bottom: 15px;
	font-size: 134%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_search_month_fix .box_rooms_type .st_rooms_type i {
	color: #3d8894;
}
.con_search_month_fix .box_rooms_type .box_inner {
	direction: rtl;
	overflow-y: scroll;
	height: 593px;
	background: #56838a;
	padding: 10px;
}
.con_search_month_fix .box_rooms_type .box_inner > ul {
	direction: ltr;
	margin-bottom: 10px;
}
.con_search_month_fix .box_rooms_type .box_inner > ul > li > a {
	display: table;
	width: 100%;
	padding: 7px;
	text-decoration: none;
	color: #fff;
	table-layout: fixed;
}
.con_search_month_fix .box_rooms_type .box_inner > ul > li > a:hover, .con_search_month_fix .box_rooms_type .box_inner > ul > li > a.active {
	background: #fff;
	color: #0e3036;
}
.con_search_month_fix .box_rooms_type .box_inner > ul > li > a p {
	display: table-cell;
	vertical-align: middle;
}
.con_search_month_fix .box_rooms_type .box_inner > ul > li > a p.img {
	width: 130px;
}
.con_search_month_fix .box_rooms_type .box_inner > ul > li > a p.txt {
	padding-left: 15px;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_search_month_fix .box_calendar {
	float: right;
	width: 45%;
}
.con_search_month_fix .box_calendar .st_cal {
	text-align: center;
	margin-bottom: 15px;
	font-size: 134%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_search_month_fix .box_calendar .st_cal i {
	color: #3d8894;
}
.con_search_month_fix .box_calendar .box_inner {
	border: solid 1px #ccc;
	padding: 15px;
}
.con_search_month_fix .box_calendar .box_select {
	margin-bottom: 10px;
}
.con_search_month_fix .box_calendar .box_select > a {
	display: table;
	width: 100%;
	padding: 7px;
	text-decoration: none;
	color: #fff;
	background: #efefef;
	color: #0e3036;
	table-layout: fixed;
}
.con_search_month_fix .box_calendar .box_select > a p {
	display: table-cell;
	vertical-align: middle;
}
.con_search_month_fix .box_calendar .box_select > a p.img {
	width: 130px;
}
.con_search_month_fix .box_calendar .box_select > a p.txt {
	padding-left: 15px;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_search_month_fix .box_calendar .box_date {
	margin-bottom: 15px;
	position: relative;
}
.con_search_month_fix .box_calendar .box_date .year {
	margin: 0;
	float: right;
	padding-top: 40px;
	font-size: 163%;
	font-family: "Cinzel", serif;
	font-style: italic;
	display: block;
	line-height: 1;
	color: #847c7c;
	margin-right: 5px;
}
.con_search_month_fix .box_calendar .box_date .mounth {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	display: block;
	z-index: 5;
	float: left;
	line-height: 1;
	position: relative;
}
.con_search_month_fix .box_calendar .box_date .mounth:before {
	content: ' ';
	background: #f0e6e6;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.con_search_month_fix .box_calendar .box_date .mounth span {
	font-family: "Cinzel", serif;
}
.con_search_month_fix .box_calendar .box_date .mounth span.num {
	font-size: 519%;
	font-style: italic;
	margin-right: 0.1em;
}
.con_search_month_fix .box_calendar .box_date .mounth span.en {
	color: #8daeb4;
	font-size: 134%;
	vertical-align: 3px;
}
.con_search_month_fix .box_calendar .box_arrow {
	position: absolute;
	top: 0;
	right: 0;
}
.con_search_month_fix .box_calendar .box_arrow > a {
	display: inline-block;
	background: #72999f;
}
.con_search_month_fix .box_calendar .box_arrow > a.no_active {
	opacity: .35;
	filter: Alpha(Opacity=35);
}
.con_search_month_fix .box_calendar .box_arrow > a.active {
	background: #72999f;
}
.con_search_month_fix .box_calendar .tbl_calendar {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
.con_search_month_fix .box_calendar .tbl_calendar tr.week th {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td {
	padding: 1px;
	width: 14.28571%;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-disabled > a, .con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-no > a {
	opacity: .7;
	cursor: default;
	background: rgba(204, 204, 204, 0.7);
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-disabled > a:hover, .con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-no > a:hover {
	background: rgba(204, 204, 204, 0.7) !important;
	color: #232323 !important;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-disabled > a:hover .day, .con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-disabled > a:hover .ic, .con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-no > a:hover .day, .con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-no > a:hover .ic {
	color: #232323 !important;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-disabled > a .ic, .con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-no > a .ic {
	text-decoration: none !important;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.cal-state-next > a {
	opacity: .6;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.sat > a:hover {
	background: #274cb6;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.sat > a:hover .day {
	color: #fff;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.sat > a p.day {
	color: #274cb6;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.sun > a:hover {
	background: #c61a1a;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.sun > a:hover .day {
	color: #fff;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td.sun > a p.day {
	color: #c61a1a;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td p.day {
	font-family: "Allura", cursive;
	font-size: 134%;
	font-weight: bold;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td a {
	border: solid 2px #ccc;
	display: block;
	padding: 7px 2px 3px;
	text-decoration: none;
	min-height: 64px;
	line-height: 1.2;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td a:hover {
	background: #3d8894;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td a:hover .day {
	color: #fff;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td a:hover .ic {
	color: #fff;
	text-decoration: none;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td a .ic {
	text-decoration: underline;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td a .circle {
	color: #3d8894;
}
.con_search_month_fix .box_calendar .tbl_calendar tr td a .cross {
	opacity: .8;
	text-decoration: none;
}
.con_search_month_fix .box_calendar .tbl_calendar tr th, .con_search_month_fix .box_calendar .tbl_calendar tr td {
	text-align: center;
}

/* -----------------------------------------------------------
	con_topicpath パンクズ
----------------------------------------------------------- */
.con_topicpath {
	margin-bottom: 50px;
	text-align: left;
	position: relative;
	z-index: 9;
}
.con_topicpath ul li {
	display: inline-block;
}
.con_topicpath ul li:before {
	content: '>';
	display: inline-block;
	padding: 0 5px;
}
.con_topicpath ul li:first-child:before {
	display: none;
}
.con_topicpath ul li a {
	text-decoration: underline;
}
.con_topicpath ul li a:hover {
	text-decoration: none;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
	clear: both;
	position: relative;
}
@media only screen and (max-width: 1260px) {
  .con_search {
		margin-top: 40px;
  }
}
.con_search .st_search_month {
	float: left;
	display: table;
	position: absolute;
	top: -35px;
	left: 0;
}
.con_search .st_search_month > a {
	background: #3d8894;
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_search .st_search_month > a:hover {
	opacity: 0.7;
}
.con_search .box_search {
	float: right;
	width: 100%;
	padding: 5px;
	background: url("../images/common/boreder-dotted.png") repeat;
	padding-left: 0;
	border-left: solid 5px #3d8894;
}
.con_search .box_search .box_select {
	width: 98%;
	margin: 0 1% 10px;
	float: none !important;
	padding-bottom: 10px;
	border-bottom: solid 1px #e2e2e2;
	text-align: left;
	padding-top: 7px;
	padding-left: 1%;
	background: url(../images/common/bg_page_white.png) repeat;
}
.con_search .box_search .box_select label {
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	cursor: pointer;
	text-align: right;
	margin-right: 12px;
}
.con_search .box_search .box_select label.hotel {
	background: url(../images/common/ic_ser_hotel_ac.png) right bottom no-repeat;
}
.con_search .box_search .box_select label.cottage {
	background: url(../images/common/ic_ser_cottage_ac.png) right bottom no-repeat;
}
.con_search .box_search .box_select label.loghouse {
	background: url(../images/common/ic_ser_loghouse_ac.png) right bottom no-repeat;
}
.con_search .box_search .box_select label.camp {
	background: url(../images/common/ic_ser_camp_ac.png) right bottom no-repeat;
}
.con_search .box_search .box_select label.tour {
	background: url(../images/common/ic_ser_tour_ac.png) right bottom no-repeat;
}
.con_search .box_search .box_select label.air {
	background: url(../images/common/ic_ser_air_ac.png) right bottom no-repeat;
}
.con_search .box_search .box_select label:hover img, .con_search .box_search .box_select label.active img {
	opacity: 0;
}
.con_search .box_search .box_select label input {
	vertical-align: -8px;
	margin-right: 3px;
}
.con_search .box_search .box_inner {
	background: url(../images/common/bg_page_white.png) repeat;
	padding: 10px 0;
	font-size: 89%;
}
.con_search .box_search .box_inner .st_search {
	width: 11.11111%;
	text-align: center;
	padding-top: 30px;
}
.con_search .box_search .box_inner .con_day {
	width: 23.80952%;
	float: left;
	padding-left: 20px;
	position: relative;
}
@media only screen and (max-width: 1260px) {
  .con_search .box_search .box_inner .con_day {
		width: 22.22222%;
  }
}
.con_search .box_search .box_inner .con_day:before {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0;
	font-size: 134%;
}
.con_search .box_search .box_inner .con_day .st {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	color: #383838;
	padding-left: 9px;
	font-size: 97%;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
}
.con_search .box_search .box_inner .con_day .st:before {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	height: 5px;
	width: 5px;
	margin-top: -2px;
	background: #3a7340;
}
.con_search .box_search .box_inner .con_day .box_day {
	width: 89.28571%;
	margin-bottom: 5px;
}
.con_search .box_search .box_inner .con_day .box_day input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 7px;
	background: #fff;
	border: solid 1px #ccc;
	cursor: pointer;
}
.con_search .box_search .box_inner .con_day .box_und {
	position: absolute;
	top: 0;
	right: 30px;
}
.con_search .box_search .box_inner .con_other {
	float: left;
	width: 36.50794%;
	padding-left: 18px;
}
@media only screen and (max-width: 1260px) {
  .con_search .box_search .box_inner .con_other {
		width: 42.06349%;
  }
}
.con_search .box_search .box_inner .con_other .st {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	color: #383838;
	padding-left: 9px;
	font-size: 97%;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
}
.con_search .box_search .box_inner .con_other .st:before {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	height: 5px;
	width: 5px;
	margin-top: -2px;
	background: #3a7340;
}
.con_search .box_search .box_inner .con_other .box_per {
	margin-right: 5px;
}
.con_search .box_search .box_inner .con_other .box_per_child {
	float: left;
	padding-top: 8px;
	margin-left: 3px;
	vertical-align: middle;
	position: relative;
}
.con_search .box_search .box_inner .con_other .box_per_child:before {
	content: ' ';
	position: absolute;
	bottom: -2px;
	width: 30px;
	height: 1px;
	left: 25px;
	background: #3d8894;
}
.con_search .box_search .box_inner .con_other .box_per_child a {
	text-decoration: none;
	color: #3d8894;
}
.con_search .box_search .box_inner .con_other .box_sta, .con_search .box_search .box_inner .con_other .box_roo {
	margin-right: 10px;
}
.con_search .box_search .box_inner .con_other .box_sta, .con_search .box_search .box_inner .con_other .box_roo, .con_search .box_search .box_inner .con_other .box_per {
	float: left;
}
.con_search .box_search .box_inner .con_other .box_sta .custom_select, .con_search .box_search .box_inner .con_other .box_sta .custom_select_clone, .con_search .box_search .box_inner .con_other .box_roo .custom_select, .con_search .box_search .box_inner .con_other .box_roo .custom_select_clone, .con_search .box_search .box_inner .con_other .box_per .custom_select, .con_search .box_search .box_inner .con_other .box_per .custom_select_clone {
	width: 80px;
	border: solid 1px #ccc;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 7px;
	background: url(../images/common/bg_ser_arrow_bk.png) right center no-repeat #fff;
}
.con_search .box_search .box_inner .btn_search {
	float: left;
	width: 19.84127%;
	text-align: center;
	padding-top: 20px;
}
@media only screen and (max-width: 1260px) {
  .con_search .box_search .box_inner .btn_search {
		width: 15.87302%;
  }
}
.con_search .box_search .box_inner .btn_search button {
	vertical-align: middle;
	background: #383838;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 95%;
	border: none;
	cursor: pointer;
}
.con_search .box_search .box_inner .btn_search button:hover {
	opacity: 0.7;
}
.con_search .box_search .box_inner .btns {
	float: left;
	padding-top: 7px;
	width: 12.22222%;
	text-align: left;
	padding-left: 30px;
}
@media only screen and (max-width: 1260px) {
  .con_search .box_search .box_inner .btns {
		padding-left: 20px;
  }
}
.con_search .box_search .box_inner .btns > p {
	position: relative;
}
.con_search .box_search .box_inner .btns > p:before {
	content: '\f105';
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 89%;
	vertical-align: middle;
}
.con_search .box_search .box_inner .btns > p img {
	vertical-align: middle;
}
.con_search .box_search .box_inner .btns > p a {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.con_search .box_search .box_inner .btns > p a:hover {
	opacity: 0.7;
}
.con_search .box_search .box_inner .st_search, .con_search .box_search .box_inner .box_select, .con_search .box_search .box_inner .con_day {
	float: left;
}
.con_search .box_search .box_inner .con_tab_ser {
	overflow: hidden;
}
.con_search .box_search .box_inner .con_tab_ser_02 {
	text-align: center;
	padding: 0 15px;
}

/* -----------------------------------------------------------
	.datepicker
----------------------------------------------------------- */
.ui-datepicker .ui-datepicker-header {
	background: #eaeaea;
}

.ui-widget-content .ui-state-default:hover {
	background: #ececec;
}
.ui-widget-content .datepicker-weekday span, .ui-widget-content .datepicker-weekday a {
	background: #fff;
}
.ui-widget-content .datepicker-saturday span.ui-state-default, .ui-widget-content .datepicker-saturday a.ui-state-default {
	background: #37407f;
	color: #fff;
}
.ui-widget-content .datepicker-saturday a:hover.ui-state-default {
	background: rgba(55, 64, 127, 0.7);
}
.ui-widget-content .datepicker-holiday span.ui-state-default, .ui-widget-content .datepicker-holiday a.ui-state-default, .ui-widget-content .datepicker-sunday span.ui-state-default, .ui-widget-content .datepicker-sunday a.ui-state-default {
	background: #c61a1a;
	color: #fff;
}
.ui-widget-content .datepicker-holiday a:hover.ui-state-default, .ui-widget-content .datepicker-sunday a:hover.ui-state-default {
	background: rgba(198, 26, 26, 0.7);
}

.xxx {
	text-align: center;
	margin-bottom: 10px;
}

.popup_search {
	width: 800px;
	margin: 0 auto;
	background: url(../images/common/bg_page_white.png) repeat;
	padding: 50px 50px 20px;
	border: solid 2px #3d8894;
}
.popup_search .st {
	text-align: center;
	position: relative;
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 178%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 1.4;
	margin-bottom: 40px;
}
.popup_search .st:before {
	content: ' ';
	position: absolute;
	width: 75px;
	background: #3d8894;
	height: 3px;
	bottom: 0;
	left: 50%;
	margin-left: -38px;
}
.popup_search .st span.sub {
	font-size: 59%;
	font-weight: normal;
}
.popup_search .tbl_primary {
	margin-bottom: 15px;
	letter-spacing: 0.05em;
}
.popup_search .tbl_primary select {
	width: 70px !important;
}
.popup_search .tbl_primary .custom_select {
	width: 70px;
	border: solid 1px #ccc;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding-left: 5px;
	background: url(../images/common/bg_ser_arrow_bk.png) right center no-repeat #fff;
}
.popup_search .pop_total {
	text-align: center;
	font-size: 134%;
}
.popup_search .pop_total span {
	font-size: 167%;
	font-family: "Cinzel", serif;
	display: inline-block;
	padding: 0 8px 0 5px;
	color: #3d8894;
	font-style: italic;
}

/*----------------------------------------------------
	.con_banner
	検索下バナー
----------------------------------------------------*/
.con_banner {
	width: 1260px;
	margin: 30px auto 10px;
	min-height: 1px;
	position: relative;
}
.con_banner:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.con_banner ul {
	display: flex;
	justify-content: space-around;
}
.con_banner ul li {
	/*float: left;
	width: 45.5%;
	margin: 0 3%;*/
}
.con_banner ul li:nth-child(2n) {
	/*float: left;
	margin: 0 3% 0 0;*/
}
@media only screen and (max-width: 1260px) {
  .con_banner {
		width: 100%;
		min-width: 1000px;
  }
  .con_banner ul li {
		width: 47.75%;
		margin: 0 1.5%;
  }
  .con_banner ul li:nth-child(2n) {
		margin: 0 1.5% 0 0;
  }
}

/* -----------------------------------------------------------
	#hotels_footer
----------------------------------------------------------- */
#hotels_footer .hotels_footer_middle {
	position: relative;
	padding-top: 60px;
	margin-top: 68px;
	margin-bottom: 30px;
}
#hotels_footer .hotels_footer_middle:before {
	content: ' ';
	width: 1842px;
	position: absolute;
	top: -0;
	left: 50%;
	height: 13px;
	z-index: 10;
	background: url(../images/common/bg_shadowline.png) center 0 no-repeat;
	margin-left: -921px;
}
#hotels_footer .hotels_footer_middle .box_hotel_list {
	width: 66.5873%;
	float: left;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul {
	float: left;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul.box_hotel_col_01 {
	width: 26.22169%;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul.box_hotel_col_01 .fnav_hom {
	margin-bottom: 20px;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul.box_hotel_col_02 {
	width: 21.45411%;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul.box_hotel_col_03 {
	width: 27.41359%;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul.box_hotel_col_04 {
	width: 23.36114%;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul > li.group_m_b {
	margin-bottom: 20px;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul > li > ul {
	padding-left: 10px;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul a {
	text-decoration: none;
	display: block;
	color: #444;
	position: relative;
	padding-left: 10px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media only screen and (max-width: 1260px) {
  #hotels_footer .hotels_footer_middle .box_hotel_list > ul a {
		font-size: 97%;
  }
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul a:before {
	content: '\f105';
	font-family: FontAwesome;
	margin-right: 6px;
	position: absolute;
	top: 0;
	left: 0;
}
#hotels_footer .hotels_footer_middle .box_hotel_list > ul a:hover {
	opacity: .7;
}
#hotels_footer .hotels_footer_middle .box_banner {
	float: right;
	width: 32.61905%;
}
#hotels_footer .hotels_footer_middle .box_banner > li {
	margin-top: 20px;
}
#hotels_footer .hotels_footer_middle .box_banner > li:first-child {
	margin-top: 0;
}
#hotels_footer .hotels_footer_middle .box_banner > li > a {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#hotels_footer .hotels_footer_middle .box_banner > li > a:hover {
	opacity: 0.7;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info {
	float: left;
	width: 25.63492%;
	text-align: center;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .img_hotel {
	margin-bottom: 20px;
	text-align: center;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .img_hotel img {
	width: 300px;
	height: 156px;
}
@media only screen and (max-width: 1260px) {
  #hotels_footer .hotels_footer_bottom .box_hotel_info .img_hotel img {
		width: 276px;
		height: 144px;
  }
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .txt_park {
	margin-bottom: 0.5em;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .img_logo {
	margin-bottom: 10px;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .txt_address {
	margin-bottom: 10px;
	font-size: 97%;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .txt_address span {
	display: inline-block;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .box_contact > p {
	font-family: "Times New Roman", serif;
	display: inline-block;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .box_contact > p.txt_tel {
	font-size: 119%;
	margin-right: 10px;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .box_contact > p.txt_tel span {
	font-size: 144%;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .box_contact > p.txt_fax {
	font-size: 97%;
}
#hotels_footer .hotels_footer_bottom .box_hotel_info .box_contact > p.txt_fax span {
	font-size: 139%;
}
#hotels_footer .box_air {
	float: left;
	width: 32.93651%;
	text-align: center;
}
#hotels_footer .box_air a {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#hotels_footer .box_air a:hover {
	opacity: .7;
}
#hotels_footer .box_air .btn_detail {
	text-align: right;
	margin-right: 10%;
}
#hotels_footer .box_air .btn_detail a {
	display: inline-block;
	padding: 7px 25px;
	border: dotted 1px #222;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	text-decoration: none;
}
#hotels_footer .box_air .btn_detail a:before {
	content: '\f105';
	font-family: FontAwesome;
	margin-right: 6px;
}
#hotels_footer .box_faci_info {
	float: right;
	width: 39.28571%;
}
#hotels_footer .box_faci_info .box_info {
	margin-left: -1.81818%;
}
#hotels_footer .box_faci_info .box_info dt {
	margin-left: 1.81818%;
}
#hotels_footer .box_faci_info .box_info dd {
	float: left;
	width: 10.50505%;
	margin-left: 1.81818%;
	margin-bottom: 15px;
}
#hotels_footer .box_faci_info .box_info, #hotels_footer .box_faci_info .box_card {
	clear: both;
}
#hotels_footer .box_faci_info .box_info dt, #hotels_footer .box_faci_info .box_card dt {
	margin-bottom: 7px;
	font-size: 119%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

#pagetop {
	position: fixed;
	display: none;
	bottom: 30px;
	right: 30px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 99;
}
@media only screen and (max-height: 900px) {
  #pagetop {
		right: 60px;
		bottom: 15px;
  }
}
#pagetop:hover {
	opacity: 0.7;
}
@media only screen and (max-height: 900px) {
  #pagetop img {
		width: 70px;
		height: 70px;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	padding-bottom: 30px;
}
#footer .box_footer_bottom {
	text-align: center;
	position: relative;
	padding-top: 50px;
	margin-top: 50px;
}
#footer .box_footer_bottom:before {
	content: ' ';
	width: 1842px;
	position: absolute;
	top: -0;
	left: 50%;
	height: 13px;
	z-index: 10;
	background: url(../images/common/bg_shadowline.png) center 0 no-repeat;
	margin-left: -921px;
}
#footer .box_footer_bottom .st_hotel_list {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 149%;
	font-weight: normal;
	margin-bottom: 30px;
}
#footer .box_footer_bottom .st_hotel_list span {
	position: relative;
	display: inline-block;
	padding: 0 35px;
}
#footer .box_footer_bottom .st_hotel_list span:before {
	left: 0;
}
#footer .box_footer_bottom .st_hotel_list span:after {
	right: 0;
}
#footer .box_footer_bottom .st_hotel_list span:before, #footer .box_footer_bottom .st_hotel_list span:after {
	content: ' ';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #2a93ba;
	top: 50%;
	margin-top: -5px;
}
#footer .box_footer_bottom .box_footer_list {
	margin-bottom: 50px;
	max-width: 1175px;
	text-align: left;
}
#footer .box_footer_bottom .box_footer_list > ul {
	float: left;
	width: 16.66667%;
}
#footer .box_footer_bottom .box_footer_list > ul > li {
	margin-bottom: 10px;
}
#footer .box_footer_bottom .box_footer_list > ul > li > a {
	text-decoration: none;
	line-height: 1.8;
}
#footer .box_footer_bottom .box_footer_list > ul > li > a > p {
	position: relative;
	font-size: 89%;
	color: #444;
	display: inline;
}
#footer .box_footer_bottom .box_footer_list > ul > li > a > p:before {
	content: '\f105';
	font-family: FontAwesome;
	margin-right: 6px;
}
#footer .box_footer_bottom .footer_q_logo {
	margin-bottom: 30px;
}
#footer .box_footer_bottom .footer_q_logo a {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#footer .box_footer_bottom .footer_q_logo a:hover {
	opacity: 0.7;
}
#footer .box_footer_bottom .txt_address {
	margin-bottom: 5px;
}
#footer .box_footer_bottom .txt_address span {
	display: inline-block;
	margin: 0 5px;
}
#footer .box_footer_bottom #copyright {
	letter-spacing: 0.05em;
}
#footer .box_footer_bottom .txt_address, #footer .box_footer_bottom #copyright {
	font-size: 104%;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #contents .con_foot_pglnk {
	background-color: #ddeef1;
	padding: 10px;
	margin-bottom: 40px;
}
html.lower #contents .con_foot_pglnk ul {
	text-align: center;
}
html.lower #contents .con_foot_pglnk ul li {
	display: inline-block;
	margin: 0 15px;
}
html.lower #contents .con_foot_pglnk ul li a {
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: block;
}
html.lower #contents .con_foot_pglnk ul li a:hover {
	opacity: 0.7;
}

.custom_select {
	cursor: pointer;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_primary {
	border: 0 none;
	border-collapse: separate;
	border-top: 1px solid #b5b5b5;
	border-spacing: 0;
	width: 100%;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 10px;
}
table.tbl_primary.tbl_blue {
	border-left: solid 2px #3d8894;
}
table.tbl_primary.tbl_blue tr th {
	background: #ddeef1;
}
table.tbl_primary.tbl_green {
	border-left: solid 3px #a4d691;
}
table.tbl_primary tr:first-child th, table.tbl_primary tr:first-child td {
	border-top: none;
}
table.tbl_primary th {
	background-color: #e7e7e7;
	color: #232323;
	text-align: center;
	width: 150px;
	font-weight: normal;
}
table.tbl_primary td {
	text-align: left;
}
table.tbl_primary th, table.tbl_primary td {
	padding: 7px 12px;
	text-align: left;
	border-top: 1px dotted #b5b5b5;
}
table.tbl_primary.tbl_blue_lg th {
	text-align: center;
	width: 315px;
	border-left: solid 2px #3d8894;
	background: #e9f3f5;
	font-weight: bold;
}
table.tbl_primary.tbl_blue_lg td {
	background: #fff;
}
table.tbl_primary.tbl_blue_lg th, table.tbl_primary.tbl_blue_lg td {
	padding: 15px 15px;
}

.con_res_contact {
	background: #ddeef1;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.con_res_contact .st_contact {
	text-align: center;
	font-size: 149%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-weight: normal;
	margin-bottom: 0px;
	letter-spacing: 0.08em;
}
.con_res_contact .st_contact:before {
	content: ' ';
	position: absolute;
	top: 0;
	width: 125px;
	height: 3px;
	background: #3d8894;
	left: 50%;
	margin-left: -63px;
}
.con_res_contact .st_contact span {
	display: block;
	padding: 20px 0 8px;
}
.con_res_contact .tel {
	position: relative;
	color: #3d8894;
	font-size: 223%;
	font-family: "Times New Roman", serif;
}
.con_res_contact .tel:before {
	content: '\f095';
	margin-right: 7px;
	font-size: 67%;
	font-family: FontAwesome;
}
.con_res_contact .btn a {
	min-width: 301px;
	display: inline-block;
	color: #fff;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none;
	font-size: 104%;
	padding: 12px 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
	border: solid 2px #383838;
	background: #383838;
	position: relative;
}
.con_res_contact .btn a:hover {
	background: #fff;
	color: #383838;
}
.con_res_contact .btn a:hover span:after {
	left: 2px;
}
.con_res_contact .btn a span {
	position: relative;
	display: inline-block;
}
.con_res_contact .tel, .con_res_contact .btn {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 8px;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.secondary {
	border: 0 none;
	border-collapse: separate;
	border-top: 1px solid #b5b5b5;
	border-spacing: 0;
	width: 100%;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 10px;
}
table.secondary.tbl_blue {
	border-left: solid 2px #3d8894;
}
table.secondary.tbl_blue tr th {
	background: #ddeef1;
}
table.secondary.tbl_green {
	border-left: solid 3px #a4d691;
}
table.secondary tr:first-child th, table.secondary tr:first-child td {
	border-top: none;
}
table.secondary th {
	background-color: #e7e7e7;
	color: #232323;
	text-align: center;
	width: 150px;
	font-weight: normal;
}
table.secondary td {
	text-align: left;
}
table.secondary th, table.secondary td {
	width: 100%;
	padding: 7px 12px;
	text-align: left;
	border-top: 1px dotted #b5b5b5;
}

#ui-datepicker-div {
	z-index: 999999 !important;
}

/* -----------------------------------------------------------
	マジックポップアップの設定
----------------------------------------------------------- */
.mfp-bg {
	z-index: 999999;
}

.mfp-wrap {
	z-index: 999999;
}

.mfp-content .clone_popup_box_txt {
	margin-top: 20px;
	text-align: center;
	color: #fff !important;
}
.mfp-content .st {
	text-align: center;
	position: relative;
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 149%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	line-height: 1.4;
	margin-bottom: 20px;
}
.mfp-content .st:before {
	content: ' ';
	position: absolute;
	width: 42px;
	background: #3d8894;
	height: 1px;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
}
.mfp-content .st span.sub {
	font-size: 70%;
	font-weight: normal;
}
.mfp-content .price {
	font-size: 134%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	margin-bottom: 10px;
}
.mfp-content .txt {
	margin-bottom: 50px;
}

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all 0.5s;
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(30px);
	opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

.iframebox {
	width: 100%;
}

.iframebox iframe {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 80px;
}

#con_search_fix .iframebox iframe {
	height: 480px;
}

.sado .st_search_month {
	display: none !important;
}
.sado .box_search {
	border-left: solid 5px #1b723e !important;
}
.sado #btn_fix_ser_month {
	display: none !important;
}
