@charset "UTF-8";

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*基本　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆ ブラウザごとの設定をリセット　◆◆◆*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
}
/*◆◆◆ 常にスクロールを表示　◆◆◆*/
html {
	overflow-y: scroll;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*全体　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆ 背景　◆◆◆*/
body {
	background: #DAD3E9 url(../img/bg.jpg) center top no-repeat;
	background-attachment:fixed;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	text-align: center;
}
/*◆◆◆ マウスオーバー効果　◆◆◆*/
a:hover img {
	opacity: 0.1;
	border: none;
	filter: alpha(opacity=10);
}
/*◆◆◆ イメージ枠線消し　◆◆◆*/
img {
	border: none;
}
/*◆◆◆ 大見出し（非表示）　◆◆◆*/
h1 {
	height: 0px;
	overflow: hidden;
	position: absolute;
	width: 0px;
}
/*◆◆◆　リンク文字関連　◆◆◆*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a:active {
	color: #222222;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*ヘッダー　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆ 大枠　◆◆◆*/
#mainframe-hd {
	height: 83px;
	margin: 0 auto;
}
/*◆◆◆ ヘッダー＜１段目＞　◆◆◆*/
#hd {
	margin: 0 auto;
	width: 787px;
}
/*◆◆◆ ロゴ　◆◆◆*/
#logo {
	background-image: url(../img/logo_on.gif);
	float: left;
	height: 70px;
	margin-top: 9px;
	width: 191px;
}
/*◆◆◆ トップページへのボタン　◆◆◆*/
#top {
	height: 18px;
	float: left;
	margin-top: 60px;
	width: 100px;
	text-align: left;
	color: #666666;
	background-image: url(../img/go-to-top_on.gif);
}
/*◆◆◆ 各種ガイド　◆◆◆*/
#guide {
	height: 58px;
	float: right;
	margin-top: 17px;
	width: 260px;
}
#ac {
	background-image:url(../img/btn_access_on.gif);
	float: left;
	height: 21px;
	margin-bottom: 5px;
	width: 80px;
	margin-left: 10px;
}
#nw {
	background-image:url(../img/btn_news_on.gif);
	float: left;
	height: 21px;
	margin-bottom: 5px;
	width: 80px;
}
#sm {
	background-image:url(../img/btn_sitemap_on.gif);
	float: right;
	height: 21px;
	margin-bottom: 5px;
	width: 80px;
}
#ad {
	background-image:url(../img/hd-ad.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 14px;
	margin-bottom: 4px;
	text-indent: -9999px;
	width: 170px;
	float: right;
}
#tel {
	background-image:url(../img/hd-tel.gif);
	background-repeat: no-repeat;
	height: 14px;
	text-indent: -9999px;
	width: 170px;
	float: right;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*メニュー　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆ 大枠　◆◆◆*/
#mainframe-mn {
	background-image: url(../img/mn_bg1.gif);
	clear: both;
	margin: 0 auto;
	height: 40px;
}
/*◆◆◆ 大枠　◆◆◆*/
#menu {
	background-image: url(../img/mn_bg2.gif);
	height: 40px;
	margin: 0 auto;
	width: 787px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*イメージ画or動画　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆ メインイメージ　◆◆◆*/
#mainframe-img {
	height: 300px;
	margin: 0 auto;
	padding-top: 15px;
	clear: both;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*トップページ　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆ メインイメージ　◆◆◆*/
#m-img_index {
	margin: 0 auto;
	width: 787px;
	height: 300px;
	background-color: #DAD3E9;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*コンテンツ（共通）　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆ 大枠　◆◆◆*/
#mainframe-contents {
	margin: 0 auto;
	padding-top: 15px;
}
/*◆◆◆ 主要表示内容欄　◆◆◆*/
#contents {
	margin: 0 auto;
	width: 787px;
}
/*◆◆◆ 主要表示内容欄　◆◆◆*/
.contents1 {
	border: solid #AEA5BC 1px;
	float: left;
	width: 543px;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background-color: #C3B9D1;
}
/*◆◆◆ 主要表示内容欄（全幅）　◆◆◆*/
.contents2 {
	border: solid #AEA5BC 1px;
	width: 783px;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-color: #C3B9D1;
}
/*◆◆◆ 主要表示内容欄　◆◆◆*/
.contents3 {
	border: solid #A9A0B2 1px;
	float: left;
	width: 543px;
	text-align: left;
	margin-bottom: 20px;
	background-color: #C3B9D1;
}
/*◆◆◆ 営業案内・枠　◆◆◆*/
#info {
	border: solid #A9A0B2 1px;
	float: right;
	margin-bottom: 7px;
	width: 213px;
	text-align: left;
	clear: right;
	background-color: #C3B9D1;
}
/*◆◆◆ 営業案内・タイトル　◆◆◆*/
#ttl-info {
	background-image:url(../img/ttl_info.gif);
	height: 30px;
	margin-bottom: 8px;
	text-align: right;
}
/*◆◆◆ 営業案内・小見出し　◆◆◆*/
.time1 {
	background-color: #846CAB;
	color: #FFFFFF;
	font-size: 11px;
	margin: 2px 5px 1px 11px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 3px;
	width: 185px;
}
/*◆◆◆ 営業案内・小見出し2　◆◆◆*/
.time2 {
	color: #222222;
	font-size: 11px;
	margin: 0px 5px 0px 14px;
	line-height: 115%;
}
.time2 em {
	color: #CD0011;
}
/*◆◆◆ 営業案内・文字　◆◆◆*/
.time3 {
	color: #222222;
	font-size: 11px;
	margin: 0px 5px 1px 17px;
	line-height: 120%;
}
.time3 em {
	color: #9A0101;
}
/*◆◆◆ 営業案内・文字　◆◆◆*/
.time4 {
	color: #222222;
	font-size: 10px;
	margin: 0px 5px 7px 17px;
	line-height: 120%;
	text-align: right;
	clear: both;
}
.time4 em {
	color: #FF9F58;
}
.time4 em2 {
	color: #ABDCE1;
}
.time4 em3 {
	color: #9A0101;
}
/*◆◆◆ 営業案内・文字　◆◆◆*/
.time5 {
	color: #222222;
	font-size: 11px;
	margin: 0px 5px 2px 17px;
	line-height: 120%;
	text-align: right;
	clear: both;
}
.time5 em {
	color: #CD0011;
}
/*◆◆◆ バナー・館内案内図（トップページ）　◆◆◆*/
#bnr-chart0 {
	background-image: url(../img/ttl_chart0.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: left;
	float: left;
	margin-bottom: 20px;
	width: 543px;
	text-align: left;
	margin-top: -12px;
	background-color: #C3B9D1;
}
/*◆◆◆ タイトル・館内案内図（トップページ）　◆◆◆*/
#ttl-chart0 {
	background-image: url(../img/ttl_chart0.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-bottom: 7px;
	width: 543px;
	text-align: right;
}
/*◆◆◆ 館内案内図・文字　◆◆◆*/
.chart-text {
	color: #222222;
	font-size:11px;
	margin: 0px 0px 7px 34px;
	line-height: 135%;
	text-align: left;
	clear: left;
}
/*◆◆◆ バナー・館内案内図（第２階層以降）　◆◆◆*/
#bnr_chart {
	background-image: url(../img/bnr_chart_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 49px;
	margin-bottom: 7px;
	width: 213px;
}


/*◆◆◆ バナー・インスタ　◆◆◆*/

#bnr_Instagram {
	background-image: url(../img/kusanagi-insta-on.jpg);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 80px;
	margin-bottom: 7px;
	width: 213px;
}

/*◆◆◆ バナー・温泉へいこう　◆◆◆*/
#bnr_onsen {
	background-image: url(../img/bnr_onsenikou-on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 80px;
	margin-bottom: 7px;
	width: 213px;
}

/*◆◆◆ バナー・WI-FI　◆◆◆*/
#bnr_wifi {
	background-image: url(../img/bnr_wi-fi.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 80px;
	margin-bottom: 7px;
	width: 213px;
}

/*◆◆◆ バナー・LINE@　◆◆◆*/
#bnr_line {
	background-image: url(../img/bnr_line@_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 80px;
	margin-bottom: 7px;
	width: 213px;
}

/*◆◆◆ バナー・高濃度炭酸泉　◆◆◆*/
#bnr_knts {
	background-image: url(../img/bnr_knts_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 65px;
	margin-bottom: 7px;
	width: 213px;
}

/*◆◆◆ バナー・スタッフ募集　◆◆◆*/
#bnr_staff {
	background-image: url(../img/bnr_staff_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 65px;
	margin-bottom: 7px;
	width: 213px;
}


/*◆◆◆ 周辺案内　◆◆◆*/
#bnr_sight {
	background-image: url(../img/bnr_ksn_sightseeing_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 82px;
	margin-bottom: 7px;
	width: 213px;
}

/*◆◆◆ バナー・お知らせ　◆◆◆*/
#bnr_news {
	background-image: url(../img/bnr_news_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 49px;
	margin-bottom: 7px;
	width: 213px;
}
/*◆◆◆ バナー・会員カード　◆◆◆*/
#bnr_card {
	background-image: url(../img/bnr_card_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 56px;
	margin-bottom: 7px;
	width: 213px;
}
/*◆◆◆ バナー・エスパルス　◆◆◆*/
#bnr_s-pulse {
	background-image: url(../img/bnr_s-pulse_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 56px;
	margin-bottom: 7px;
	width: 213px;
}
/*◆◆◆ バナー・エスパルス　◆◆◆*/
#bnr_ynk {
	background-image: url(../img/bnr_ynk-garden_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 56px;
	margin-bottom: 20px;
	width: 213px;
}


/*◆◆◆ クーポン　◆◆◆*/
#bnr_coupon {
	background-image: url(../img/bnr_coupon_on.gif);
	background-repeat: no-repeat;
	border: solid #A9A0B2 1px;
	clear: right;
	float: right;
	height: 82px;
	margin-bottom: 7px;
	width: 213px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*フッター　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆ 大枠　◆◆◆*/
#mainframe-ft {
	background-image: url(../img/ft-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 19px;
	margin: 20px auto 0px auto;
}
/*◆◆ フッター（枠）　◆◆*/
#ft {
	margin: 0 auto;
	width: 787px;
}
/*◆◆ フッター（ご利用にあたって）　◆◆*/
#rl {
	background-image: url(../img/btn_rule_on.gif);
	background-repeat: no-repeat;
	height: 19px;
	float: left;
	width: 102px;
	margin-right: 15px;
}
/*◆◆ フッター（プライバシーポリシー）　◆◆*/
#pp {
	background-image: url(../img/btn_privacy_on.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	width: 124px;
}
/*◆◆ フッター（コピー）　◆◆*/
#cp {
	color:#FFFFFF;
	text-align: right;
	font-size: 9px;
	padding-top: 4px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*ページの先頭に戻る　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.return {
	border-top: solid #BA99C0 1px;
	background-image: url(../img/btn_return_on.gif);
	background-repeat: no-repeat;
	clear: both;
	background-color: #C3B9D1;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*臨時情報　◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#extraordinary {
	margin-top:10px;}
