@charset "utf-8";

/* ==========================================================================
   全体のレイアウト
========================================================================== */
body {
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   ヘッダー
========================================================================== */
#global-header {
	background-color: #D7E9FA;
	margin: 0;
	padding: 0;
	height: 84px;
}

.header-inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* サイトタイトル
========================================================================== */
#global-header h1 {
	float: left;
	width: 213px;
	margin: 25px 0 0 0;
	padding: 0;
}

#global-header h2{
	color: #222;
	font-size: 85%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 0px;
}

/* Google翻訳ツール
========================================================================== */
#global-header .goog-te-gadget {
	position: absolute;
	top: 5px;
	right: 234px;
}

/* ヘッダーリンク
========================================================================== */
#global-header .sitenav {	
	position: absolute;
	top: 0;
	right: 0;
}

#global-header .sitenav ul {
	padding: 7px 15px 5px 15px;
	position: relative;
}

#global-header .sitenav li {
	display: inline;	
	line-height: 1.5;
	margin: 0 17px 0 0;
	padding: 0;
}

#global-header .sitenav li:last-child { margin-right: 0; }
#global-header .sitenav li a { color: #000; text-decoration: none; }
#global-header .sitenav .contact { background: url(../img/header-icon-mail.png) no-repeat left center; padding: 0 0 0 20px; }
#global-header .sitenav .access { background: url(../img/header-icon-map.png) no-repeat left center; padding: 0 0 0 13px; }

/* 予約ボタン
========================================================================== */
#global-header .rsv {
	position: absolute;
	top: 46px;
	right: 260px;
}

#global-header .rsv a {
	background: url(../img/header-sprite.png) no-repeat 0 0;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width: 250px;
	height: 30px;
}

#global-header .rsv a:hover {
	background: url(../img/header-sprite.png) no-repeat 0 -30px;	
}


/* サイト内検索
========================================================================== */
#global-header #site-search {
	position: absolute;
	top: 46px;
	right: 0;	
	width: 250px;
}

#global-header #site-search #search {
	background: url(../img/header-sprite.png) no-repeat 0 -61px;
	border: none;
	height: 30px;
	float: left;
	line-height: 30px;
	width: 195px;
	padding: 0 0 0 10px;
	margin: 0;
	outline: none;
}

#global-header #site-search #searchsubmit {
	background: url(../img/header-sprite.png) no-repeat -205px -61px;
	border: none;
	height: 30px;
	float: right;
	width: 45px;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
	cursor: pointer;
}

#global-header #site-search #searchsubmit:hover {
	background: url(../img/header-sprite.png) no-repeat -205px -90px;	
}


/* グローバルナビ
========================================================================== */
nav#global-nav {
	background: url(../img/nav-bg.png) repeat-x;
	height: 55px;
	padding: 0;
}

nav#global-nav ul {
	width: 982px;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
}

nav#global-nav li {
    display:table-cell;
    *display:inline;
    *zoom:1;
    margin:0;
    padding:0;
	line-height: 0;
}

nav#global-nav li a {
	background: url(../img/nav-main.png) repeat-x;
	display: block;
	line-height: 0;
	height: 55px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*客室*/
#global-nav ul li.nav01 a {
	background-position: 0 0;
	width: 245px;
}

#global-nav ul li.nav01 a:hover,
#global-nav ul li.nav01 a:focus {
	background-position: 0 -55px;
}

/*施設*/
#global-nav ul li.nav02 a {
	background-position: -245px 0;
	width: 246px;
}

#global-nav ul li.nav02 a:hover,
#global-nav ul li.nav02 a:focus {
	background-position: -245px -55px;
}

/*料理*/
#global-nav ul li.nav03 a {
	background-position: -491px 0;
	width: 245px;
}

#global-nav ul li.nav03 a:hover,
#global-nav ul li.nav03 a:focus {
	background-position: -491px -55px;
}

/*アクセス*/
#global-nav ul li.nav04 a {
	background-position: -736px 0;
	width: 246px;
}

#global-nav ul li.nav04 a:hover,
#global-nav ul li.nav04 a:focus {
	background-position: -736px -55px;
}


/* ==========================================================================
   メインビジュアル
========================================================================== */
#main-visual {
	background-color: #F5FAFE;
	border-bottom: 1px solid #E7E7E7;
	height: 300px;
	padding: 20px 0;
	margin: 0 0 20px 0;
}

#key-visual {
	background: url(../img/key-visual-bg.png) repeat-x;
	height: 160px;
	padding: 20px 0;
	margin: 0;
}

#key-visual h2 { margin: 0; padding: 0; }

#main-visual .inner,
#key-visual .inner {
	margin: 0 auto;
	width: 980px;	
}

/*パンくずリスト*/
#topicpath {
	font-size: 93%;
	line-height: 30px;
	margin: 0 auto;
	width: 980px;	
}

/* ==========================================================================
   コンテンツ
========================================================================== */
#content {
	background-color: #FFF;
	border: 1px solid #E9E7DE;
	margin: 0 auto 60px auto;
	padding: 19px;
	width: 940px;
}

#content .content-inner {
	background: url(../img/content-bg.gif) repeat-y;	
}


/* メイン
========================================================================== */
#content #main {
	float: left;
	width: 700px;	
}


/* サイドバー
========================================================================== */
aside#side {
	float: right;
	padding: 10px 0;
	width: 220px;
}

.sidebox h3 {
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	width: 200px;
}

.sidebox .box {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-top: none;
	margin: 0 auto 20px auto;
	padding: 10px;
	width: 178px;
}

.sidebox .box p,
.sidebox .box ul {
	font-size: 93%;
	line-height: 1.4;
	margin: 0;
	padding: 0;	
}

.sidebox .box li {
	list-style-type: none;	
	margin-bottom: 10px;
}

/*予約ボタン*/
.side-reserve {
	background: url(../img/side-btn.png) no-repeat 0 0;
	display: block;
	height: 46px;
	width: 180px;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
}

.side-reserve:hover {
	background: url(../img/side-btn.png) no-repeat 0 -46px;	
}

.side-cancel {
	background: url(../img/side-btn.png) no-repeat 0 -92px;
	display: block;
	height: 46px;
	width: 180px;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
}

.side-cancel:hover {
	background: url(../img/side-btn.png) no-repeat 0 -138px;	
}

/*電話*/
.sidebox .tel {
	text-align: center;
	padding: 10px 0;
}

/*問い合わせ*/
.sidebox .contact {
	background: url(../img/side-btn.png) no-repeat 0 -184px;
	display: block;
	height: 48px;
	width: 180px;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;	
}

.sidebox .contact:hover {
	background: url(../img/side-btn.png) no-repeat 0 -232px;	
}

/* サイドバーのバナーリスト
--------------------------------------------------------------------------*/
aside#side .bnr {
	margin: 0 auto 20px auto;
	width: 200px;
}

aside#side .bnr li {
	list-style-type: none;
	margin: 0 0 10px 0;	
}

/* 管理画面からアップロードした画像のロールオーバー設定*/
aside#side .bnr li.widget a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
} 

/* サイドバーのアドレス
--------------------------------------------------------------------------*/
.side-address {
	background: url(../img/side-line.png) no-repeat top;
	margin: 0 auto;
	width: 200px;	
}

.side-address  h4 {
	margin: 40px 0 0 0;
	padding: 15px 0 0 0;	
}

.side-address p {
	font-size: 93%;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 10px 0;
}

/* ==========================================================================
   フッター
========================================================================== */
#global-footer {
	background-color: #396EB5;
	clear: both;
}

#global-footer .footer-inner {
	margin: 0 auto;
	padding: 30px 0;
	width: 980px;
	position: relative;
}

/* フッターアドレス
========================================================================== */
.footer-address {
	background: url(../img/footer-line.png) repeat-y right top;
	float: left;
	padding: 0 20px 0 0;
	width: 330px;
}

.footer-address .footer-inner {
	margin: 0 auto;
	padding: 30px 0;
	width: 980px;
	position: relative;
}

.footer-address h4 {
	color: #FFF;
	font-size: 123.1%;	
	margin: 0 0 3px 0;
	padding: 0;
}

.footer-address p {
	color: #FFF;
	font-size: 93%;
	line-height: 1.5;
	margin: 0; 
	padding: 0;	
}

/* フッターのテキストリンク
========================================================================== */
.footer-link {
	padding: 0 0 0 30px;
	float: right;
	width: 590px;
}

.footer-link a {
	color: #FFF;
	text-decoration: none;	
}

.footer-link ul {
	margin: 0 auto 8px auto;
}

.footer-link ul li {
	background: url(../img/footer-icon.png) no-repeat left center;
	display: inline;
	font-size: 93%;
	padding: 0 0 0 14px;
	margin: 0 10px 0 0;
}

/* コピーライト
========================================================================== */
.footer-copy {
	clear: both;
	background-color: #1F5992;
	color: #fff;
	width: 100%;
}

.footer-copy p {
	font-size: 12px;
	line-height: 34px;
	width: 980px;
	margin: 0 auto;
}

/* ページの先頭へ
========================================================================== */
#global-footer .footer-inner #pagetop {
	position: absolute;
	top: -30px;
	right: 0;	
	width: 150px;
	height: 32px;
}

#global-footer .footer-inner #pagetop a {
	background: url(../img/footer-pagetop.png) no-repeat -150px 0px;	
	display: block;
	width: 150px;
	height: 32px;
	text-indent:150%;
	white-space:nowrap;
	overflow:hidden;	
}

#global-footer .footer-inner #pagetop a:hover {
	background: url(../img/footer-pagetop.png) no-repeat 0 0;	
}