@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
=================================================================== */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
body {
	color: #555;
	font-size: small;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
	background: #fff;
	letter-spacing: 1px;
}
body a {
	color: #505050;
}
body a:link {
	text-decoration: underline;
}
body a:visited {
	text-decoration: underline;
}
body a:hover {
	text-decoration: none;
}
body a:active {
	text-decoration: underline;
}
body img {
	line-height: 1;
	vertical-align: bottom;
}

/* jquery.fittedのホバー設定 */
.hovered {
	cursor: pointer;
	background-color: #666;
}

/* .over透過 */
a.over {
  /* ゆっくり*/
}
a.over img {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
a.over:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
  /* Ie用 */
	text-decoration: none;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	width: 100%;
	min-width: 1100px;
	text-align: left;
	position: relative;
}
#page .btn_serch_side {
	position: fixed;
	top: 36%;
	right: 0;
	width: 60px;
	z-index: 1000;
}
#page .btn_serch_side a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 173px;
	background: url(../images/common/btn_serch_side.png) no-repeat 0 0;
}
#page .btn_serch_side a:hover {
	background: url(../images/common/btn_serch_side.png) no-repeat 0 -192px;
}

/* -----------------------------------------------------------
	.lightbox
----------------------------------------------------------- */
/* ポップアップ用初期非表示 */
#open01 .close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}
#open01 .modal_window {
	margin: -270px 0 0 -466px;
	padding-top: 40px;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	display: block;
	background: #fff;
	z-index: 10000;
	width: 918px;
}
#open01 .modal_window .box_modal {
	width: 550px;
	margin: auto;
}
#open01 .modal_window .box_modal h2 {
	text-align: center;
	margin-bottom: 39px;
}
#open01 .modal_window .box_modal .box_select {
	margin-top: 4px;
	margin-right: 16px;
}
#open01 .modal_window .box_modal .box_select .box_top {
	height: 39px;
}
#open01 .modal_window .box_modal .box_select .box_top input {
	margin-left: 9px;
}
#open01 .modal_window .box_modal .box_select .box_top select {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-left: 9px;
	float: left;
}
#open01 .modal_window .box_modal .box_select .box_top input {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
#open01 .modal_window .box_modal .box_select .box_top .obj_day {
	float: left;
}
#open01 .modal_window .box_modal .box_select .box_top .obj_day input {
	width: 134px;
}
#open01 .modal_window .box_modal .box_select .box_top .box_checkbox {
	padding-top: 13px;
	float: left;
}
#open01 .modal_window .box_modal .box_select .box_btn_search {
	text-align: center;
	width: 100%;
	padding: 28px 0;
	margin-bottom: 16px;
	border-bottom: #c2c2c2 1px solid;
}
#open01 .modal_window .box_modal .box_select .box_btn_search .btn_search {
	width: 175px;
	margin: auto;
}
#open01 .modal_window .box_modal .box_select .box_btn_search .btn_search input {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 26px;
	width: 175px;
	height: 22px;
	background: url(../images/common/btn_serch.png) no-repeat 0 0;
}
#open01 .modal_window .box_modal .box_select .box_btn_search .btn_search input:hover {
	background: url(../images/common/btn_serch.png) no-repeat 0 -48px;
}
#open01 .modal_window .box_modal .box_select .box_middle {
	overflow: hidden;
	padding: 0 0 16px 15px;
	border-bottom: #c2c2c2 1px solid;
}
#open01 .modal_window .box_modal .box_select .box_middle .btn_plan {
	width: 175px;
	float: left;
}
#open01 .modal_window .box_modal .box_select .box_middle .btn_plan a {
	padding-bottom: 29px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 175px;
	background: url(../images/common/btn_plan.png) no-repeat 0 0;
}
#open01 .modal_window .box_modal .box_select .box_middle .btn_plan a:hover {
	background: url(../images/common/btn_plan.png) no-repeat 0 -49px;
}
#open01 .modal_window .box_modal .box_select .box_middle ul {
	float: left;
	overflow: hidden;
	padding-top: 13px;
}
#open01 .modal_window .box_modal .box_select .box_middle ul li {
	float: left;
	padding-left: 20px;
}
#open01 .modal_window .box_modal .box_select .box_middle ul li a {
	color: #000;
}
#open01 .modal_window .box_modal .box_select .txt_tel {
	margin: 28px 0 36px;
	text-align: center;
}
#open01 .modal_window .close {
	width: 100%;
	background: #E2E2E2;
}
#open01 .modal_window .close a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 16px 0px 8px;
}

#modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.5;
	z-index: 2000;
	-moz-transition: z-index 0ms 500ms, opacity 500ms, -moz-transform 500ms;
	-o-transition: z-index 0ms 500ms, opacity 500ms, -o-transform 500ms;
	-webkit-transition: z-index 0ms, opacity 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 500ms, 0s, 0s;
	transition: z-index 0ms 500ms, opacity 500ms, transform 500ms;
	opacity: 0;
	z-index: -1;
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.SeaOpen #modal {
	z-index: 2000;
	opacity: 1;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
}

/* -----------------------------------------------------------
	#header
		ヘッダ
----------------------------------------------------------- */
#header {
	margin: 0 auto;
	overflow: hidden;
  /* #gnav 	グローバルナビ */
}
#header .nav {
	width: 100%;
	overflow: hidden;
	background: url(../images/header/bg_gnav.png) repeat-x 0 0;
}
#header .nav .con_gnav {
	width: 1100px;
	margin: 0 auto;
	height: 106px;
	box-shadow: rgba(0, 0, 0, 0.15686) 0px 7px 13px -3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15686) 0px 7px 13px -3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15686) 0px 7px 13px -3px;
}
#header .nav .con_gnav h1 {
	float: left;
	width: 172px;
	padding-top: 34px;
	margin-right: 66px;
}
#header .nav .con_gnav #gnav {
	float: left;
	overflow: hidden;
	*zoom: 1;
}
#header .nav .con_gnav #gnav li {
	float: left;
	height: 106px;
	overflow: hidden;
}
#header .nav .con_gnav #gnav li a {
	display: block;
	height: 0;
	padding-top: 106px;
	overflow: hidden;
}
#header .nav .con_gnav #gnav li a:hover {
	background-position: left -50px;
}
#header .nav .con_gnav #gnav li.gnav_hotspa a {
	width: 113px;
	background: url(../images/header/gnav.png) no-repeat 0 11px;
}
#header .nav .con_gnav #gnav li.gnav_hotspa a:hover {
	background: url(../images/header/gnav.png) no-repeat 0 -95px;
}
#header .nav .con_gnav #gnav li.gnav_dish a {
	width: 117px;
	background: url(../images/header/gnav.png) no-repeat -113px 11px;
}
#header .nav .con_gnav #gnav li.gnav_dish a:hover {
	background: url(../images/header/gnav.png) no-repeat -113px -95px;
}
#header .nav .con_gnav #gnav li.gnav_rooms a {
	width: 115px;
	background: url(../images/header/gnav.png) no-repeat -230px 11px;
}
#header .nav .con_gnav #gnav li.gnav_rooms a:hover {
	background: url(../images/header/gnav.png) no-repeat -230px -95px;
}
#header .nav .con_gnav #gnav li.gnav_stay a {
	width: 142px;
	background: url(../images/header/gnav.png) no-repeat -345px 11px;
}
#header .nav .con_gnav #gnav li.gnav_stay a:hover {
	background: url(../images/header/gnav.png) no-repeat -345px -95px;
}
#header .nav .con_gnav #gnav li.gnav_access a {
	width: 212px;
	background: url(../images/header/gnav.png) no-repeat -487px 11px;
}
#header .nav .con_gnav #gnav li.gnav_access a:hover {
	background: url(../images/header/gnav.png) no-repeat -487px -95px;
}
#header .nav .con_gnav #gnav li.gnav_res a {
	width: 161px;
	background: url(../images/header/gnav.png) no-repeat -699px 11px;
}
#header .nav .con_gnav #gnav li.gnav_res a:hover {
	background: url(../images/header/gnav.png) no-repeat -699px -95px;
}

/* #fxnav 	グローバルナビ(移動用)
----------------------------------------------------------- */
#con_fixnav {
	position: fixed;
	background: url(../images/header/bg_fixnav.png) repeat-x 0 0;
	z-index: 3000;
	width: 100%;
	overflow: hidden;
	top: 0;
}
#con_fixnav .box_fixnav {
	width: 1100px;
	margin: 0 auto;
	height: 68px;
	box-shadow: rgba(0, 0, 0, 0.15686) 0px 7px 13px -3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15686) 0px 7px 13px -3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15686) 0px 7px 13px -3px;
}
#con_fixnav .box_fixnav h1 {
	float: left;
	width: 172px;
	padding-top: 10px;
	margin-right: 66px;
}
#con_fixnav .box_fixnav #fixnav {
	float: left;
	overflow: hidden;
	*zoom: 1;
}
#con_fixnav .box_fixnav #fixnav li {
	float: left;
	height: 68px;
	overflow: hidden;
}
#con_fixnav .box_fixnav #fixnav li a {
	display: block;
	height: 0;
	padding-top: 68px;
	overflow: hidden;
}
#con_fixnav .box_fixnav #fixnav li a:hover {
	background-position: left -50px;
}
#con_fixnav .box_fixnav #fixnav li.gnav_hotspa a {
	width: 113px;
	background: url(../images/header/fixnav.png) no-repeat 0 0;
}
#con_fixnav .box_fixnav #fixnav li.gnav_hotspa a:hover {
	background: url(../images/header/fixnav.png) no-repeat 0 -68px;
}
#con_fixnav .box_fixnav #fixnav li.gnav_dish a {
	width: 117px;
	background: url(../images/header/fixnav.png) no-repeat -113px 0;
}
#con_fixnav .box_fixnav #fixnav li.gnav_dish a:hover {
	background: url(../images/header/fixnav.png) no-repeat -113px -68px;
}
#con_fixnav .box_fixnav #fixnav li.gnav_rooms a {
	width: 115px;
	background: url(../images/header/fixnav.png) no-repeat -230px 0;
}
#con_fixnav .box_fixnav #fixnav li.gnav_rooms a:hover {
	background: url(../images/header/fixnav.png) no-repeat -230px -68px;
}
#con_fixnav .box_fixnav #fixnav li.gnav_stay a {
	width: 142px;
	background: url(../images/header/fixnav.png) no-repeat -345px 0;
}
#con_fixnav .box_fixnav #fixnav li.gnav_stay a:hover {
	background: url(../images/header/fixnav.png) no-repeat -345px -68px;
}
#con_fixnav .box_fixnav #fixnav li.gnav_access a {
	width: 212px;
	background: url(../images/header/fixnav.png) no-repeat -487px 0;
}
#con_fixnav .box_fixnav #fixnav li.gnav_access a:hover {
	background: url(../images/header/fixnav.png) no-repeat -487px -68px;
}
#con_fixnav .box_fixnav #fixnav li.gnav_res a {
	width: 161px;
	background: url(../images/header/fixnav.png) no-repeat -699px 0;
}
#con_fixnav .box_fixnav #fixnav li.gnav_res a:hover {
	background: url(../images/header/fixnav.png) no-repeat -699px -68px;
}

/* @each $gnav in $gnav {
	#gnav ul li.xxx, xxxx, xxxxx, xxxxx, xxxxx a{
		background-image: url(../images/header/xxx, xxxx, xxxxx, xxxxx, xxxxx.png);
//		【注意】対応する画像を入れてからコメントアウトをはずしてください
//		width: image-width("images/header/xxx, xxxx, xxxxx, xxxxx, xxxxx.png");
	}
} */
/* #hnav 	サブナビ
----------------------------------------------------------- */
#hnav {
	background: #F4F1EB;
	overflow: hidden;
	padding: 0 0 12px;
	box-shadow: rgba(0, 0, 0, 0.24706) -1px 8px 9px -3px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24706) -1px 8px 9px -3px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.24706) -1px 8px 9px -3px inset;
}
#hnav .box_hnav {
	padding-top: 10px;
	overflow: hidden;
	*zoom: 1;
	margin: 0 auto;
	width: 1100px;
}
#hnav .box_hnav ul {
	width: 510px;
	float: right;
}
#hnav .box_hnav ul li {
	float: left;
	padding-left: 20px;
}
#hnav .box_hnav ul li a {
	color: #000;
	display: block;
	overflow: hidden;
	background: left top no-repeat;
	text-decoration: none;
}
#hnav .box_hnav ul li a:hover {
	background-position: left -50px;
}
#hnav .box_hnav ul li a i {
	padding-right: 5px;
}
#hnav .box_hnav ul li a:hover {
	text-decoration: underline;
}
#hnav .box_hnav ul li:first-child {
	padding-left: 0;
}
#hnav .box_hnav ul li:nth-child(4) {
	padding-left: 10px;
}
#hnav .box_hnav ul li:nth-child(1), #hnav .box_hnav ul li:nth-child(2), #hnav .box_hnav ul li:nth-child(4) {
	padding-top: 2px;
}

/* @each $hnav in $hnav {
	#hnav ul li.xxx, xxxx, xxxxx, xxxxx, xxxxx a {
		background-image: url(../images/header/xxx, xxxx, xxxxx, xxxxx, xxxxx.png);
//		【注意】対応する画像を入れてからコメントアウトをはずしてください
//		width: image-width("images/header/xxx, xxxx, xxxxx, xxxxx, xxxxx.png");
	}
} */
/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
#contents {
	background: url(../images/common/bg_contents.png) repeat;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding-bottom: 79px;
}

/* -----------------------------------------------------------
	#pagetitle
----------------------------------------------------------- */
#pagetitle {
  /* 内部ページ用タイトル */
	position: relative;
	height: 193px;
}
#pagetitle h2 {
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -559px;
}

/* -----------------------------------------------------------
	.main	メインコンテンツ
----------------------------------------------------------- */
.main {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

/*	#topicpath		パンクズ
----------------------------------------------------------- */
#topicpath {
	padding: 8px 0;
}
#topicpath ul {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#topicpath ul li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#topicpath ul li a {
	padding-right: 10px;
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
----------------------------------------------------------- */
#btn_ptop {
	z-index: 2000;
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: none;
}

/* -----------------------------------------------------------
	#footer
		フッタ
----------------------------------------------------------- */
#footer {
	background: url(../images/footer/bg_footer.png) repeat;
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
}
#footer:before {
	background: url(../images/home/bottom_catch.png) no-repeat center bottom;
	content: '';
	width: 100%;
	height: 79px;
	position: absolute;
	top: -78px;
}
#footer .box_top {
	overflow: hidden;
	padding: 0 0 40px 0;
	margin-bottom: 36px;
	background: url(../images/footer/line_footer.png) no-repeat center bottom;
}
#footer .box_top .logo {
	float: left;
	width: 185px;
	margin-right: 42px;
}
#footer .box_top .box_add {
	float: left;
	width: 285px;
	margin-right: 30px;
}
#footer .box_top .box_add p {
	font-weight: bold;
	margin-bottom: 5px;
}
#footer .box_top .box_tel {
	float: left;
	border: #d2ca9f solid 1px;
	position: relative;
	background: url(../images/home/ic_triangle.png) no-repeat left top;
}
#footer .box_top .box_tel p {
	border: #fff solid 1px;
	padding: 15px 20px;
}
#footer .box_bottom .con_fnav {
	width: 492px;
	float: left;
	padding-left: 47px;
}
#footer .box_bottom .con_fnav ul {
	margin-right: 40px;
	overflow: hidden;
}
#footer .box_bottom .con_fnav ul li {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
#footer .box_bottom .con_fnav ul li a {
	text-decoration: none;
}
#footer .box_bottom .con_fnav ul li a i {
	color: #a09875;
}
#footer .box_bottom .con_fnav ul li a:hover {
	text-decoration: underline;
}
#footer .box_bottom .con_fnav ul li:first-child {
	margin-left: 0;
}
#footer .box_bottom .con_fnav .copyright {
	display: block;
}
#footer .box_bottom .btn_res_plan {
	float: left;
	margin-right: 17px;
	width: 278px;
}
#footer .box_bottom .btn_res_plan a {
	display: block;
	background: url(../images/footer/btn_res_plan.png) no-repeat 0 0;
	padding-bottom: 66px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#footer .box_bottom .btn_res_plan a:hover {
	background-position: 0 -84px;
}
#footer .box_bottom .txt_qr {
	float: left;
}

/* -----------------------------------------------------------
	Table		表設定
----------------------------------------------------------- */
table.tbl_basic {
	border-bottom: none;
}
table.tbl_basic th, table.tbl_basic td {
	padding: 10px 15px;
	border-top: none;
	text-align: left;
}
table.tbl_basic th {
	background: #ca8e9a;
	font-weight: normal;
	color: #FFF;
	border-bottom: 1px dotted #eec6cd;
}
table.tbl_basic td {
	background: #fff;
	border-bottom: 1px dotted #ca8e9a;
}
table.tbl_basic tr:first-child th {
	border-top: 1px dotted #eec6cd;
}
table.tbl_basic tr:first-child td {
	border-top: 1px dotted #ca8e9a;
}

/* -----------------------------------------------------------
	ボタン設定
----------------------------------------------------------- */
.btn_basic {
	display: inline-block;
}
.btn_basic a {
	color: #FFF;
	display: block;
	padding: 0.6em 3em 0.6em 2em;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #94581c), color-stop(0.49, #a26a2f));
	background: -webkit-linear-gradient(top, #a26a2f 49%, #94581c 50%);
	background: -moz-linear-gradient(top, #a26a2f 49%, #94581c 50%);
	background: -o-linear-gradient(top, #a26a2f 49%, #94581c 50%);
	background: -ms-linear-gradient(top, #a26a2f 49%, #94581c 50%);
	background: linear-gradient(to bottom, #a26a2f 49%, #94581c 50%);
	border: 3px solid #bd8b58;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.btn_basic a:after {
	content: "\f0da";
	font-family: FontAwesome;
	color: #FFF;
	margin: -10px 0 0 5px;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	vertical-align: middle;
}
.btn_basic a:link {
	text-decoration: none;
}
.btn_basic a:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #af6b23), color-stop(0.49, #c38239));
	background: -webkit-linear-gradient(top, #c38239 49%, #af6b23 50%);
	background: -moz-linear-gradient(top, #c38239 49%, #af6b23 50%);
	background: -o-linear-gradient(top, #c38239 49%, #af6b23 50%);
	background: -ms-linear-gradient(top, #c38239 49%, #af6b23 50%);
	background: linear-gradient(to bottom, #c38239 49%, #af6b23 50%);
	border: 3px solid #d8a260;
}

.pdf a:after {
	content: "\f1c1";
	font-family: FontAwesome;
}

.ext a:after {
	content: "\f08e";
	font-family: FontAwesome;
}
