@charset "UTF-8";

/**
 * 
 * レイアウト、共通コンテンツ
 *
**/


/**
 * サイドバナー
**/

#owl-common-navi {
	padding: 10px 0 25px 0;
	width: 167px;
	text-align: center;
	background: url("../images/body_back_01.jpg") repeat-y 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#owl-common-navi img {
	margin: 0 auto 5px auto;
/*	display: block;*/
}


/**
 * ラッパー
**/

#wrapper {
	margin: 0 0 0 167px;
	min-height: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}


/**
 * ヘッダー
**/

#header {
	width: 100%;
	min-width: 950px;
	height: 149px;
	background: url("../images/header_back_01.png") no-repeat center 0;
}

#header .wrap {
	margin: 0 auto;
	width: 950px;
	height: 149px;
	text-align: left;
	position: relative;
}

#header img {
	display: block;
}

#header h1 {
	position: absolute;
	top: 21px;
	left: 0;
}

#header #logo {
	position: absolute;
	top: 12px;
	left: 115px;
}

#header .wifi {
	position:absolute;
	top:8px;
	left:405px;
}

#header .tel {
	position: absolute;
	top: 10px;
	left: 525px;
}

#header .link_01 {
	position: absolute;
	top: 0;
	right: 0;
}

#header .link_02 {
	position: absolute;
	top: 31px;
	right: 0;
}


.spsite-btn{
/*	position:relative;
	z-index:2;*/
}
.spsite-btn a{
	display:block;
	font-size:3em;
	color:#FFF;
	text-align:center;
	line-height:1.2;
	border-bottom:1px solid #FFF;
	background:#830000;
	padding:15px 0;
}



/**
 * ナビゲーション
**/

#navi {
	width: 950px;
	height: 58px;
	text-align: left;
	position: absolute;
	top: 75px;
	left: 0;
}

#navi ul {
	width: 950px;
	height: 58px;
}

#navi li {
	float: left;
	display: inline;
}

#navi li a {
	display: block;
}

#navi li a.on,
#concept #navi li#navi-concept a,
#meal #navi li#navi-meal a,
#room #navi li#navi-room a,
#spa #navi li#navi-spa a,
#facility #navi li#navi-facility a,
#relax #navi li#navi-relax a,
#access #navi li#navi-access a{
	background: url("../images/navi_back_01.png") repeat-x 0 bottom;
}

#navi li a:hover {
	background: url("../images/navi_back_01.png") repeat-x 0 bottom;
}

#navi li img {
	display: block;
}


/**
 * 外国語ページリンク
**/
#header-en-link{
	position:absolute;
	top:158px;
	right:10px;
	z-index:5;
}
.sec #header-en-link{
	top:150px;
	transition: all 0.4s ease 0s;
}
.sec .fixed #header-en-link{
	top:97px;
}
#header-en-link li{
	display:inline-block;
}
#header-en-link a{
	display:block;
	color:#FFF;
	/*font-family:serif;*/
/*	background:#662300;*/
	background:#cc0000;
	padding:3px 20px;
	border:1px solid rgba(255,255,255,0.5);
}
#header-en-link a:hover{
	background:#830000;
	border:1px solid rgba(255,255,255,0.75);
	text-decoration:none;
}






/**
 * メインイメージ
**/

#main_image {
	margin: 0 auto 28px auto;
	width: 948px;
	height: 607px;
	position: relative;
	overflow: hidden;
}

#main_image2 {
	margin: 0 auto 28px auto;
	width: 948px;
	height: 480px;
	position: relative;
	overflow: hidden;
}

#main_image .item {
	width: 948px;
	height: 607px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
}

#main_image .item:nth-child(1) {
	display: block;
}

#main_image .item img {
	display: block;
}


/**
 * コンテンツ
**/

#content {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	overflow: hidden;
}


/**
 * フッター
**/

#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #ffffff;
	background: url("../images/footer_back_01.png");
	overflow: hidden;
}

#footer img {
	display: block;
}

#footer .wrap {
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 950px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#footer .wrap .facebook{
	position: absolute;
	top: 42px;
	right: 28px;
}

#footer .wrap .sitemap {
	padding: 0 0 5px 0;
	text-align: center;
}

#footer .wrap .sitemap li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#footer .wrap .text {
	margin: 10px 0 5px 256px;
	float: left;
	display: inline;
}

#footer .wrap #footer_logo {
	margin: 0 0 5px 14px;
	float: left;
	display: inline;
}

#footer .other_link {
	margin: 0 auto 30px auto;
	padding: 10px 0 0 0;
	max-width: 994px;
	min-width: 950px;
	text-align: center;
	line-height: 120%;
	font-size: 11px;
	letter-spacing:0px;
	color: #595646;
	border-top: 1px solid #b6b3ad;
	overflow: hidden;
}

#footer .other_link a {
	color: #595646;
}

#footer .other_link li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#footer #copyright {
	padding: 10px 0 30px 0;
	min-width: 950px;
	font-size: 10px;
	text-align: center;
	background: #ffffff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
