@charset "UTF-8";

/*----------------------------------RESET----------------------------------*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

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

/*----------------------------------END RESET----------------------------------*/
/*----------------------------------START HEADER----------------------------------*/
body {
	font-family: 'MS PGothic', Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	min-width: 960px;
	background: #000000;
}

a {
	text-decoration: none;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

p {
	margin-bottom: 15px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.margin-totop {
	margin-top: -24px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.header-container {
	width: 100%;
	background: #000000;
}
/*----------------------------------START TOP----------------------------------*/
.top-box {
	background: url(../images/top-back.gif) top center repeat-x;
	height: 88px;
	margin-bottom: 7px;
}
.top {
	overflow: hidden;
	*zoom: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.top .logo-left {
	float: left;
	width: 178px;
	margin-top: 5px;
	text-align: left;
}
.top .info-right {
	float: right;
	width: 650px;
	text-align: right;
}
.top .info-right div.clearfix {
	width: 520px;
	margin: 0px 0px 0px auto;
}

.breadcrumb {
	margin: 0px 0px 7px auto;
	width: 650px;
	background: #827C63 url(../images/breadcrumb-back.gif) right bottom no-repeat;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
.breadcrumb ul {
	margin-left: 10px;
}
.breadcrumb ul li {
	float: left;
	font-size: 13px;
	background: #827C63 url(../images/linkmark2.gif) left center no-repeat;
	margin-right: 15px;
	padding: 5px 0px;
}
.breadcrumb ul li a {
	padding-left: 17px;
	color: #ffffff;
}
.breadcrumb ul li a:hover {
	color: #D1CFC5;
}
.top-reserve {
	width: 180px;
	height: 38px;
	float: left;
	margin-right: 12px;
	text-align: left;
}
.top-reserve a:hover {
	opacity: 0.7;
}
.top-tel {
	float: left;
	width: 200px;
	margin-right: 12px;
}
.top-sns {
	float: left;
	width: 110px;
	padding-top: 10px;
}
/*----------------------------------END TOP----------------------------------*/
/*----------------------------------START NAVIGATION----------------------------------*/
.nav-cotainer {
	width: 100%;
	padding-bottom: 5px;
}
.nav-cotainer .nav {
	overflow: hidden;
	*zoom: 1;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
.nav a.nav-gallery {
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background: url(../images/nav-gallery.gif) left top no-repeat;
}
.nav a.nav-room {
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background: url(../images/nav-room.gif) left top no-repeat;
}
.nav a.nav-onsen {
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background: url(../images/nav-onsen.gif) left top no-repeat;
}
.nav a.nav-onsen-info {
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background: url(../images/nav-onsen-info.gif) left top no-repeat;
}
.nav a.nav-facility {
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background: url(../images/nav-facility.gif) left top no-repeat;
}
.nav a.nav-cuisine {
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background: url(../images/nav-cuisine2.gif) left top no-repeat;
}
.nav a.nav-reserve {
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background: url(../images/nav-reserve.gif) left top no-repeat;
}
.nav a.nav-access {
	float: left;
	display: block;
	width: 120px;
	height: 45px;
	background: url(../images/nav-access.gif) left top no-repeat;
}
.nav a:hover{
	background-position: left bottom;
}
/*----------------------------------END NAVIGATION----------------------------------*/

#main {
	width: 960px;
	margin: 0px auto;
}
.banner {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.banner * {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.section-container {
	position: relative;
	overflow: hidden;
	*zoom: 1;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.post-box {
	width: 630px;
	margin: 0px auto 35px auto;
}
h2.page-midashi {
	width: 630px;
	color: #3A2B0F;
	margin: 0px auto 24px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(../images/page-midashi-back.jpg) left top no-repeat;
	padding: 23px 0px 22px 0px;
	font-size: 26px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
}
h3.post-title {
	color: #fff;
	margin: 0px 20px 10px 20px;
	padding: 10px 0px 2px 63px;
	background: #AC6262 url(../images/post-title-back.gif) left top no-repeat;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #DFDFC0;
}
h4.post-title {
	color: #841212;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 12px;
	background: url(../images/post-title-back2.gif) left bottom no-repeat;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #DFDFC0;
}
a.on {
	pointer-events: none; 
	cursor: default; 
	text-decoration: none !important;
}
.section-container .post,
.section-container .aside {
	float: left;
}
.section-container .post {
	width: 684px;
	padding: 25px 0px;
	margin-right: 24px;
	min-height: 600px;
	background: #F8F8E6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: block;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 20px;
}
.section-container .post .post-info {
	line-height: 25px;
	width: 630px;
	margin: 0px auto 30px auto;
	background: url(../images/post-info-back.gif) right bottom no-repeat;
}
.section-container .post-info p {
	font-size: 14px;
	letter-spacing: 2px;
	color: #664444;
	line-height: 150%;
}
.section-container .post-box p {
	font-size: 13px;
	letter-spacing: 2px;
	color: #664444;
	line-height: 150%;
	text-indent: 1.2em;
	background: url(../images/page-icon.gif) left 4px no-repeat;
}
.section-container .aside {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 252px;
	padding-top: 15px;
	padding-bottom: 3px;
	margin-bottom: 20px;
	background: #E6E0E0;
}
.section-container .aside ul.aside-right li {
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 10px;
}
.aside-banner-image a:hover {
	opacity: 0.8;
}

div#breadnavi {
	font-size: 12px;
	margin-bottom: 10px;
	color: #ffffff;
	letter-spacing: 1px;
}
div#breadnavi a {
	color: #cc0000;
}


/*----------------------------------START FOOTER----------------------------------*/
.footer-container {
	width: 100%;
	background: #EDEADE;
}
.pagetop-box {
	background: url(../images/pagetop-back.gif) left bottom repeat-x;
	text-align: center;
}
.pagetop {
	margin: 0px auto;
	width: 960px;
	text-align: right;
}

.footer {
	padding: 20px 0px 0px 0px;
	color: #666633;
	overflow: hidden;
	*zoom: 1;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	letter-spacing: 1px;
}
.footer-back {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #888855;
	background: url(../images/footer-back.gif) right bottom no-repeat;
}
.footer a {
	color: #666633;
}
.footer a:hover {
	color: #871010;
}
.footer .article-left {
	float: left;
	width: 420px;
	line-height: 120%;
}
.footer .article-left #map {
	margin-bottom: 8px;
}
.footer .article-left #map .map-title-box {
	margin-bottom: 8px;
	margin-right: 20px;
}
.footer .article-left #map .map-title {
	float: left;
	width: 197px;
}
.more-link {
	float: right;
	width: 80px;
	background: url(../images/linkmark1.gif) left center no-repeat;
	margin: 3px 0px 0px 0px;
	white-space: nowrap;
}
.more-link a {
	color: #000000;
	padding-left: 13px;
}
.more-link a:hover {
	color: #871010;
}
.footer .article-left #map .map-box {
/*
	padding: 100px 0px;
	border: 3px solid #ffffff;
	background: #E8E4DA;
	font-size: 18px;
	text-align: center;
*/
}

.footer-bspace {
	margin-bottom: 15px;
}
.footer-yago-text {
	font-size: 15px;
	font-weight: bold;
}
.footer-small-text {
	font-size: 10px;
}


.footer .article-right {
	float: right;
	width: 500px;
	font-size: 12px;
}
.reserve-box {
	width: 465px;
	margin-top: 34px;
	margin-bottom: 30px;
/*
	padding: 25px 0px;
	background: #666666;
	color: #ffffff;
	text-align: center;
*/
}
.reserve-left {
	float: left;
	width: 225px;
}
.reserve-right {
	float: right;
	width: 225px;
}
.reserve-box a:hover {
	opacity: 0.8;
}

.footer .article-right .news-box {
	width: 420px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.footer .article-right .news-title-box {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #888855;
}
.footer .article-right .news-title {
	float: left;
	width: 197px;
}
.footer .article-right .news-info {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #888855;
	padding-left: 6.8em;
	text-indent: -6.8em;
}
.footer .article-right .display-inline {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 8px;
	float: left;
	clear: both;
}
.footer .article-right .display-inline li {
	float: left;
	width: 150px;
	background: url(../images/linkmark1.gif) left center no-repeat;
}
.footer .article-right .display-inline li a {
	padding-left: 15px;
}

.footer-bottom {
	padding: 10px 0px 0px 0px;
	background-color: #EDEADE;
}
.footer-bottom-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	margin: auto;
}
.footer-sns {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
}
.copyright {
	width: 100%;
	text-align: center;
	color: #000;
	padding: 8px 0;
	font-size: 13px;
	line-height: 18px;
}
.copyright * {
	margin: 0;
}



#up {
	position: fixed;
	left: 50%;
	bottom: 1em;
	margin-left: 517px;
}
/*----------------------------------END FOOTER----------------------------------*/
