@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color:#F9C;
}

a:visited {
	color:#F9C;
}

a:active {
	color:#F9C;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	background: url(../../img/common/body_bg.jpg);
	font-size: 1.4rem;
	line-height: 1.3;
	-webkit-text-size-adjust: none;
}

/*------------------------------------------------------------
	ヘッダー | TOP
------------------------------------------------------------*/
#siteTop #gHeader {
	background-size:426px 398px;
	-webkit-background-size: 426px 398px;
	height:398px;
	background-image: url(../../img/common/main_image3.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#siteTop .logo {
	/*padding-right: 205px;*/
	text-align: center;
}

#siteTop .title {
	position: absolute;
	top: 168px;
	right: 15px;
	font-weight: normal;
}

#siteTop #gNavi {
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	position: relative;
}

#siteTop #gNavi:after {
	width: 100%;
	height: 3px;
	/*background: #4E611D;*/
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	display: block;
	content: "";
}

#gNavi .guide {/*インデックスナビゲーションの幅*/
	margin: 0 auto 21px;
	width: 283px;
}

#gNavi .guide li {
	padding: 0 27px;
	background: url(../../img/top/separator.png) no-repeat left top;
	-webkit-background-size: 1px 180px;
	background-size: 1px 180px;
	float: right;
}

#gNavi .guide li:last-child {
	background: none;
}

#gNavi .guide li a {
	min-height: 140px;
	position: relative;
	display: block;
}

#gNavi .guide li a:after {
	margin-left: -12px;
	width: 24px;
	height: 24px;
	background: url(../../img/common/sprite_icon.png) no-repeat -24px -64px;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
}

/*#gNavi .guide li a .icon {
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: block;
	position: absolute;
	top: 4px;
	left: 50%;
}

#gNavi .guide li a .icon:before {
	width: 26px;
	height: 26px;
	border: 2px solid #000;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: absolute;
	top: -5px;
	left: -5px;
	content: "";
}

#gNavi .guide .facility a .icon,
#gNavi .guide .facility a .icon:before {
	border-color: #5F3A5F;
}

#gNavi .guide .meal a .icon,
#gNavi .guide .meal  a .icon:before {
	border-color: #c60;
}

#gNavi .guide .spa a .icon,
#gNavi .guide .spa  a .icon:before {
	border-color: #036;
}

#gNavi .guide .rooms a .icon,
#gNavi .guide .rooms  a .icon:before {
	border-color: #4E611D;
}

#gNavi .guide .facility a .icon {
	background: url(../../img/top/txture01.png) no-repeat;
	-webkit-background-size: 60px;
	background-size: 60px;
	-webkit-animation-name: bg_move1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 4s;
	-moz-animation-name: bg_move1;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 4s;
}

#gNavi .guide .meal a .icon {
	background: url(../../img/top/txture02.png) no-repeat;
	-webkit-background-size: 60px;
	background-size: 60px;
	-webkit-animation-name: bg_move2;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 4s;
	-moz-animation-name: bg_move2;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 4s;
}

#gNavi .guide .spa a .icon {
	background: url(../../img/top/txture03.png) no-repeat;
	-webkit-background-size: 60px;
	background-size: 60px;
	-webkit-animation-name: bg_move3;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 4.5s;
	-moz-animation-name: bg_move3;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 4.5s;
}

#gNavi .guide .rooms a .icon {
	background: url(../../img/top/txture04.png) no-repeat;
	-webkit-background-size: 60px;
	background-size: 60px;
	-webkit-animation-name: bg_move4;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 4.5s;
	-moz-animation-name: bg_move4;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 4.5s;
}

#gNavi .guide .home a .icon {
	background: url(../../img/top/txture05.png) no-repeat;
	-webkit-background-size: 60px;
	background-size: 60px;
	-webkit-animation-name: bg_move5;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 5s;
	-moz-animation-name: bg_move5;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 5s;
}*/

@-webkit-keyframes bg_move1 {
	0% {	background-position: left center;	}
	100% {	background-position: -30px center;	}
}

@-webkit-keyframes bg_move2 {
	0% {	background-position: left center;	}
	100% {	background-position: -30px center;	}
}

@-webkit-keyframes bg_move3 {
	0% {	background-position: left center;	}
	100% {	background-position: -40px center;	}
}

@-webkit-keyframes bg_move4 {
	0% {	background-position: left -7px;	}
	100% {	background-position: -30px -7px;	}
}

@-webkit-keyframes bg_move5 {
	0% {	background-position: left -8px;	}
	100% {	background-position: -39px -8px;	}
}

@-moz-keyframes bg_move1 {
	0% {	background-position: left center;	}
	100% {	background-position: -30px center;	}
}

@-moz-keyframes bg_move2 {
	0% {	background-position: left center;	}
	100% {	background-position: -30px center;	}
}

@-moz-keyframes bg_move3 {
	0% {	background-position: left center;	}
	100% {	background-position: -40px center;	}
}

@-moz-keyframes bg_move4 {
	0% {	background-position: left -8px;	}
	100% {	background-position: -39px -8px;	}
}

@-moz-keyframes bg_move5 {
	0% {	background-position: left -7px;	}
	100% {	background-position: -40px -7px;	}
}

#gNavi .etc {
	margin: 0 15px;
}

#gNavi .etc li {
	margin-bottom: 10px;
}

#gNavi .etc li:last-child {
	margin-bottom: 0;
}

#gNavi .etc a {
	padding: 25px 10px 23px 57px;
	/*background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#8a9669),
		color-stop(0.50, #68793f),
		color-stop(0.50, #4e611d),
		to(#6c7a16));
	background: -moz-linear-gradient(
		top,
		#8a9669 0%,
		#68793f 50%,
		#4e611d 50%,
		#6c7a16);
	background: linear-gradient(
		top,
		#8a9669 0%,
		#68793f 50%,
		#4e611d 50%,
		#6c7a16);*/

	border: 1px solid #cc6699;/*プラン予約の枠*/
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.65);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.65);
}

#gNavi .etc a:before {
	margin-top: -17px;
	width: 34px;
	height: 34px;
	background: url(../../img/common/sprite_icon.png) no-repeat;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	left: 15px;
	content: "";
}

#gNavi .etc .reserv a:before {
	background-position: -34px 0;
}

#gNavi .etc a:after {
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../../img/common/sprite_icon.png) no-repeat 0 -64px;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
}

@media screen and (min-width: 510px) {
	#gNavi .guide {
		margin: 0;
		float: left;
	}

	#gNavi .etc {
		margin-left: 293px;
	}
}

/*------------------------------------------------------------
	ヘッダー | 下層
------------------------------------------------------------*/
#kasou #gHeader {
	margin-bottom: 15px;
	min-height: 265px;
	position: relative;
}

#kasou #gHeader.ryouri {
	background:url(../../img/kasou/ryouri_1.jpg) no-repeat center;	
}
#kasou #gHeader.kankou {
	background:url(../../img/kasou/kankou_1.jpg) no-repeat center;
	
}#kasou #gHeader.room {
	background:url(../../img/kasou/room_1.jpg) no-repeat center;	
}
#kasou #gHeader.spa {
	background:url(../../img/kasou/spa_1.jpg) no-repeat center;	
}

#kasou #gHeader .pageTitle {
	padding-left: 70px;
	position: absolute;
	top: 69px;
	left: 50%;
}

#kasou #gHeader .scroll {
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#kasou #gHeader .scroll .title {
	margin-top: -5px;
	padding: 10px 0 0 8px;
	height: 40px;
	background: url(../../img/common/scroll_open.png) no-repeat right 9px, url(../../img/common/scroll_obi.png) no-repeat center 5px, url(../../img/common/scroll.png) repeat-x;
	-webkit-background-size: 79px 34px, 32px 43px, 13px 50px;
	background-size: 79px 34px, 32px 43px, 13px 50px;
}

#kasou #gHeader .scroll .title.open {
	background: url(../../img/common/scroll_close.png) no-repeat right 8px, url(../../img/common/scroll.png) repeat-x;
	-webkit-background-size: 79px 34px, 13px 50px;
	background-size: 79px 34px, 13px 50px;
}

#kasou #gHeader .scroll #gNavi {
	margin: 0 0 -5px auto;
	padding: 15px 0 20px;
	background-image:url(../../img/common/body_bg.jpg);
	-webkit-background-size: 125px 100px, 170px 207px, 160px 160px;
	background-size: 125px 100px, 170px 207px, 160px 160px;
	display: none;
}

#kasou #gHeader .scroll #gNavi .guide {
	margin: 0 auto;
	width: 90%;
	float: none;
}

#kasou #gHeader .scroll #gNavi .guide li {
	padding: 0;
	width: 20%;
	text-align: center;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding-top: 17px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 10px 0 0;
	background: #161616;
	border-top: 1px solid #161616;
	position: relative;
	color: #fff;
}

#gFooter:before {
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

#gFooter .mode {
	padding: 14px 0 10px 15px;
	height: 50px;
	float: left;
}

#gFooter .pageTop {
	padding-right: 15px;
	float: right;
}

#gFooter .pageTop a {
	padding: 14px 15px 0;
	width: 110px;
	height: 30px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.15);
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
}

#gFooter .pageTop a:before {
	margin-top: -4px;
	width: 10px;
	height: 8px;
	background: url(../../img/common/sprite_icon.png) no-repeat 0 -88px;
	-webkit-background-size: 102px 98px;
	background-size: 102px 98px;
	position: absolute;
	top: 50%;
	right: 13px;
	content: "";
}

#gFooter .copyright {
	padding: 5px;
	background: #000;
	display: block;
	clear: both;
	text-align: center;
	font-size: 1rem;
}
