@charset "UTF-8";

/* サイト全体クリア */
div, h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
time, mark, audio, video {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	outline: 0;
	vertical-align: baseline;
	text-align: left;
}
img {
	vertical-align:  bottom;
}
a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
	color: #000000;
	font-size: 100%;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
table, table th, table td {
	border-collapse: collapse;
	border-spacing: 0;
}
/* サイト全体クリア */

/* ヘッダー */
#customer_header {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 2px;
}
.head-inner {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 4px 0 4px 0;
}
.head-top-content {
	margin: 0 0 10px 0;
}
.head-top-content-l {
	float: left;
	width: 50%;
}
.head-site-name {
	font-size: 12px;
}
.head-site-name h1 {
}
.head-top-content-r {
	float: right;
	width: 50%;
}
.head-link {
}
ul.head-link-ul {
	text-align: right;
}
ul.head-link-ul li {
	display: inline;
}
li.link-li-border {
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: solid 1px #000000;
}
.head-bottom-content {
	margin: 0 0 10px 0;
}
.head-bottom-content-l {
	float: left;
	width: 30%;
}
.head-logo {
}
.head-bottom-content-c {
	float: left;
	width: 28%;
}
.head-line-box {
}
.head-btn-text {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}
.head-btn-img {
	text-align: center;
}
.head-bottom-content-r {
	float: right;
	width: 40%;
}
.head-bnr-left {
	float: left;
	width: 40%;
	padding: 10px 0 0 0;
}
.head-bnr-yoyaku {
	text-align: center;
}
.head-bnr-yoyaku a {
	display: block;
	padding: 10px 10px 10px 10px;
	background: #1DB71D;
	color: #FFFFFF;
}
.head-bnr-yoyaku a:hover {
	background: #32C632;
	text-decoration: none;
}
.head-bnr-right {
	float: right;
	width: 55%;
}
.head-tel {
	text-align: right;
}
.head-tel img {
	max-width: 100%;
}
.head-tel a {
	pointer-events: none;
}
.head-btn-content {
	float: right;
	width: 55%;
}
.head-pdf-link {
	float: right;
	font-size: 11px;
	text-align: center;
}
.head-pdf-link a {
	display: block;
	padding: 4px 20px 4px 20px;
	background: #EEA661;
	color: #FFFFFF;
}
.head-pdf-link a:hover {
	background: #ED9644;
	text-decoration: none;
}
.sp-on {
	display: none;
}
.head-link-box {
	margin: 0 0 10px 0;
}

@media (max-width: 999px) {
	.head-inner {
		width: 100%;
	}
}
	/* tablet */
@media (max-width: 840px) {
	.head-top-content-l {
		float: none;
		width: 100%;
		padding: 0 0 0 1%;
		box-sizing: border-box;
	}
	.head-top-content-r {
		display: none;
	}
	.head-link {
		display: none;
	}
	.head-bottom-content-l {
		width: 40%;
		padding: 0 0 0 1%;
		box-sizing: border-box;
	}
	.head-bottom-content-c {
		float: right;
		width: 25%;
		padding: 0 1% 0 0;
		box-sizing: border-box;
	}
	.head-btn-text {
		text-align: right;
	}
	.head-btn-img {
		text-align: right;
	}
	.head-bottom-content-r {
		display: none !important;
	}
	.head-bnr-yoyaku {
		display: none;
	}
	.head-tel {
		display: none;
	}
	.head-btn-content {
		width: 30%;
	}
	.head-pdf-link {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.head-pdf-link a {
		padding: 10px 10px 10px 10px;
	}
	.sp-on {
		display: block;
	}
	.sp-off {
		display: none;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.head-bottom-content-l {
		float: none;
		width: 74%;
		margin: 0 0 2% 0;
	}
	.head-logo img {
		width: 100%;
		max-width: 318px;
	}
	.head-bottom-content-c {
		float: left;
		width: 48%;
		padding: 0 0 0 1%;
	}
	.head-btn-text {
		text-align: left;
	}
	.head-btn-img {
		text-align: left;
	}
	.head-bnr-left {
		float: none;
		margin: 0 auto 2% auto;
	}
	.head-bnr-right {
		float: none;
		margin: 0 auto 2% auto;
	}
	.head-tel {
		text-align: center;
	}
	.head-btn-content  {
		float: right;
		width: 48%;
		padding: 0 1% 0 0;
	}
	.head-pdf-link {
		width: 100%;
	}
}
/* ヘッダー */

/* メニュー */
#customer_navi {
	background: #EEA661;
}
.menu-inner {
	width: 1000px;
	margin: 0 auto 0 auto;
	background: #EEA661;
}
.menu-charm,
.menu-onsen,
.menu-cuisine,
.menu-room,
.menu-facility,
.menu-price {
	float: left;
	width: 143px;
}
.menu-plan {
	float: left;
	width: 142px;
}
.r-border {
	border-right: solid 1px #ED9644;
}
.menu-charm a {
	display: block;
	width: 142px;
	height: 40px;
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-charm.gif) left top no-repeat;
}
.menu-charm a:hover {
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-charm.gif) left bottom no-repeat;
}
.menu-onsen a {
	display: block;
	width: 142px;
	height: 40px;
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-onsen.gif) left top no-repeat;
}
.menu-onsen a:hover {
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-onsen.gif) left bottom no-repeat;
}
.menu-cuisine a {
	display: block;
	width: 142px;
	height: 40px;
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-cuisine.gif) left top no-repeat;
}
.menu-cuisine a:hover {
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-cuisine.gif) left bottom no-repeat;
}
.menu-room a {
	display: block;
	width: 142px;
	height: 40px;
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-room.gif) left top no-repeat;
}
.menu-room a:hover {
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-room.gif) left bottom no-repeat;
}
.menu-facility a {
	display: block;
	width: 142px;
	height: 40px;
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-facility.gif) left top no-repeat;
}
.menu-facility a:hover {
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-facility.gif) left bottom no-repeat;
}
.menu-price a {
	display: block;
	width: 142px;
	height: 40px;
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-price.gif) left top no-repeat;
}
.menu-price a:hover {
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-price.gif) left bottom no-repeat;
}
.menu-plan a {
	display: block;
	width: 142px;
	height: 40px;
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-plan.gif) left top no-repeat;
}
.menu-plan a:hover {
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-menu-plan.gif) left bottom no-repeat;
}

@media (max-width: 999px) {
	.menu-inner {
		width: 100%;
	}
}

	/* tablet */
@media (max-width: 840px) {
	#customer_navi {
		display: none;
	}
}

	/* mobile */
@media (max-width: 640px) {
}
/* メニュー */

/* フッター */
#customer_footer {
	background: #EEA661;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 2px;
	-webkit-text-size-adjust: 100%;
}
.foot-inner {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 40px 0 40px 0;
	background: #EEA661;
	color: #FFFFFF;
}
.foot-left-box {
	float: left;
	width: 35%;
}
.foot-logo {
	margin: 0 0 20px 0;
}
.foot-address {
}
.foot-address a {
	color: #FFFFFF;
	pointer-events: none;
}
.foot-right-box {
	float: right;
	width: 60%;
}
.foot-link-left {
	float: left;
	width: 22%;
	margin: 0 2% 0 0;
}
ul.foot-link-ul {
}
ul.foot-link-ul li {
	line-height: 200%;
}
ul.foot-link-ul li a {
	padding: 0 0 0 10px;
	background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-mark.png) left center no-repeat;
	color: #FFFFFF;
}
.foot-link-center {
	float: left;
	width: 30%;
	margin: 0 2% 0 0;
}
.foot-link-right {
	float: left;
	width: 44%;
}

@media (max-width: 999px) {
	.foot-inner {
		width: 100%;
	}
}

	/* tablet */
@media (max-width: 840px) {
	.foot-inner {
		padding: 40px 0 0 0;
	}
	.foot-left-box {
		float: none;
		width: 100%;
		margin: 0 0 3% 0;
		padding: 0 1% 0 1%;
		box-sizing: border-box;
	}
	.foot-logo {
		float: left;
		width: 48%;
		margin: 0 4% 0 0;
		text-align: center;
	}
	.foot-logo img {
		max-width: 318px;
	}
	.foot-address {
		float: left;
		width: 48%;
	}
	.foot-address a {
		pointer-events: auto;
	}
	.foot-right-box {
		float: none;
		width: 100%;
	}
	.foot-center-box {
		float: none;
		width: 100%;
		margin: 0 0 3% 0;
	}
	.foot-link-left {
		float: none;
		width: 100%;
	}
	.foot-link-center {
		float: none;
		width: 100%;
	}
	.foot-link-right {
		float: none;
		width: 100%;
	}
	ul.foot-link-ul li {
		padding: 0 0 0 20px;
		background: #FFFFFF;
		border-bottom: solid 1px #EEA661;
	}
	ul.foot-link-ul li a {
		padding: 14px 10px 14px 10px;
		background: url(https://storage.489ban.net/storage/customer/891/489ban/image/yob-mark2.png) left center no-repeat;
		color: #000000;
		display: block;
	}
}

	/* mobile */
@media (max-width: 640px) {
	.foot-logo {
		float: none;
		width: 100%;
		margin: 0 0 3% 0;
		text-align: center;
	}
	.foot-address {
		float: none;
		width: 100%;
		text-align: center;
	}
}
/* フッター */

/* clear関係 */
.clear {
	clear: both;
}
/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \ */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* clear関係 */
