@charset "Shift_JIS";
/*-----/CommonStyles/-----*/

/*/ AllStyles /*/
* {
	margin: 0px 0px 0px 0px;
}
/*--------------------*/

/*/ SEOTEXT /*/
h1.seotext {
	display: none;
}
/*--------------------*/

/*/ table class="data"のデザインは下記で変更可能です/*/
table.data { /*テーブルのデザイン*/
	width: 680px; /*幅*/
	height: ; /*高さ*/
	border-collapse: collapse; /*ボーダー同士の隣接間隔*/
	border: 1px solid #C2C2C2; /*ボーダー（線幅・線の種類・色）*/
	/*margin: 10px; /*マージン*/
}
table.data th { /*見出しのデザイン*/
	color: #fff;
	/*width: 200px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: #666; /*背景色*/
	padding: 5px; /*パディング*/
	border: 1px solid #C2C2C2; /*ボーダー*/
}
table.data td { /*セルのデザイン*/
	/*width: 300px; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: ; /*背景色*/
	padding: 5px; /*パディング*/
	border: 1px solid #C2C2C2; /*ボーダー*/
}
/*--------------------*/

/*/ img /*/
img {
	border: none;
}
/*--------------------*/

/*/ form /*/
form {
	margin: 0;
}
/*--------------------*/

/*/ p /*/
p {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin-bottom: 1em;
}
/*--------------------*/

/*/ fontsize-xtra_large /*/
.large_x {
	font-size: 18px;
	line-height: 1.3em;
}
.large_x_nomargin {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.large_x_h {
	font-size: 18px;
	line-height: 1.5em;
}
.large_x_h_nomargin {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-large /*/
.large {
	font-size: 16px;
	line-height: 1.3em;
}
.large_nomargin {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.large_h {
	font-size: 16px;
	line-height: 1.5em;
}
.large_h_nomargin {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-midium /*/
.midium {
	font-size: 14px;
	line-height: 1.3em;
}
.midium_nomargin {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.midium_h {
	font-size: 14px;
	line-height: 1.5em;
}
.midium_h_nomargin {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-small /*/
.small {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
}
.small_nomargin {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.small_h {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.small_h_nomargin {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-xtra_small /*/
.small_x {
	font-size: 10px;
	line-height: 1.3em;
}
.small_x_nomargin {
	font-size: 10px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.small_x_h {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.small_x_h_nomargin {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize_for_img_caption /*/
.caption_l {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
}
.caption_s {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
}
/*--------------------*/

/*/ fontsize_for_img_caption_center /*/
.caption_l_center {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: center;
}
.caption_s_center {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
}
/*--------------------*/

/*/ fontsize_for_img_caption_right /*/
.caption_l_right {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: right;
}

.caption_s_right {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: right;
}
/*--------------------*/

/*/ only this site style ----------------------------------------------------*/

body {
margin: 0;
padding: 0;
background:url(../images/background.gif) top left;
color:#2E1806;
}
a:link{color: #2E1806; }
a:visited { color: #2E1806; }
a:hover { color: #2E1806; }
a:active { color: #2E1806; }

.background_parts{
background:url(../images/background_parts.gif) left top repeat-x;
}

#header_decoration{
background:url(../images/header.gif) no-repeat left bottom;
width:720px;
height:124px;
text-indent: -9999px;
margin:0;
border:0;
padding:0;
}

#header_decoration a {
display: block;
width:720px;
height:124px;
text-indent: -9999px;
overflow: hidden;
margin:0;
border:0;
padding:0;
}

/*---------------------/space/-----*/
.top_space20{
margin:20px 0 0 0;
padding: 0;
border: 0;
}

/*---------------------/table_menu/-----*/

.table_menu {
margin: 0;
padding: 0;
border: 0;
}

.table_menu a {
display: block;
width: 103px;
height: 35px;
margin: 0;
padding: 0;
border: 0;
text-indent: -9999px;
overflow: hidden;
}

/*---------------------/table_menu_mouseover/-----*/

.menu_hotspa a:hover{
background:url(../buttons/menu.gif) no-repeat 0px -35px;
}

.menu_rooms a:hover{
background:url(../buttons/menu.gif) no-repeat -103px -35px;
}

.menu_dinner a:hover{
background:url(../buttons/menu.gif) no-repeat -206px -35px;
}

.menu_facilities a:hover{
background:url(../buttons/menu.gif) no-repeat -309px -35px;
}

.menu_koe a:hover{
background:url(../buttons/menu.gif) no-repeat -412px -35px;
}

.menu_option a:hover{
background:url(../buttons/menu.gif) no-repeat -515px -35px;
}

.menu_reservation a:hover{
background:url(../buttons/menu.gif) no-repeat -618px -35px;
}

/*---------------------/sub_table_menu/-----*/

.sub_table_menu {
margin: 0;
padding: 0;
border: 0;
}

.sub_table_menu a {
display: block;
height: 21px;
margin: 0;
padding: 0;
border: 0;
text-indent: -9999px;
overflow: hidden;
}

/*---------------------/top/-----*/

/*what new*/

.new_scrollbar{
background:url(../images/whatnew_background_part.gif) no-repeat top left;
scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #D9B7B2;
scrollbar-face-color: #B98C86;
scrollbar-shadow-color: #B98C86;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-highlight-color: #B98C86;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}

.new_container{
margin: 5px 0 5px 10px;
padding: 0;
border: 0;
width:330px;
height:170px;
overflow:auto;
}

.new_date{
color:#FFAAA0;
font-weight:bold;
font-size: 12px;
margin: 0 0 5px 0;
padding: 0;
border: 0;
}

.new_sentence{
color:#FFFFFF;
font-size: 12px;
line-height:1.2em;
letter-spacing:0em;
margin: 0 0 10px 0;
padding: 0;
border: 0;
width:300px;
}

/*plan*/

.plan_container{
margin: 10px 0 0 10px;
padding: 0;
border: 0;
width:325px;
height:auto;
}

.plan_images{
margin: 0 10px 0 0;
padding: 0;
border: 0;
float:left;
}


.plan_title{
color:#0F7789;
font-weight:bold;
font-size: 12px;
line-height: 1.5em;
/*text-align:right;*/
/*height:13px;*/
margin: 0 0 5px 0;
padding: 0 0 0 20px;
border: 0;
vertical-align:middle;
}

.plan_title a {
text-decoration: none;
color:#0F7789;
}
 
.plan_title a:link {
color:#0F7789;
}

.plan_title a:visited {
color:#0F7789;
}

.plan_title a:hover {
color:#0F7789;
text-decoration: underline;
}

.plan_title a:active {
color:#0F7789;
}


.plan_font_reservation{
background:url(../images/spot_yajirushi.gif) no-repeat right center;
color:#0E5956;
font-weight:bold;
font-size: 12px;
/*line-height: 1.3em;*/
text-align:right;
/*height:13px;*/
margin: 5px 0 0 0;
padding: 0 20px 0 0px;
border: 0;
}

.plan_font_reservation a {
text-decoration: none;
color:#0E5956;
}
 
.plan_font_reservation a:link {
color:#0E5956;
}

.plan_font_reservation a:visited {
color:#0E5956;
}

.plan_font_reservation a:hover {
color:#0E5956;
text-decoration: underline ;
}

.plan_font_reservation a:active {
color:#0E5956;
}

.plan_hasen{
background:url(../images/hasen.gif) repeat-x left;
width:300px;
height:2px;
margin: 5px 0 0 20px;
padding: 0;
border: 0;
}

/*---------------------/hotspa/-----*/

/*intro*/

#intoro{
font-size: 12px;
line-height: 1.3em;
letter-spacing: 1px;
margin: 20px 0 0 20px;
padding: 0;
border: 0;
width:420px;
}


/*---------------------/contact/-----*/

.data_title {
height: 30px;
padding: 7px 0 0 10px;
border-left: 5px solid #1E5164;
margin: 0;
color: #1E5164;
font-size: 14px;
line-height: 1.3em;
}

.data_title_form {
padding: 0;
margin: 10px 0;
border: 0;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
line-height: 1.3em;
letter-spacing: 1px;
}

.form_td {
padding: 15px;
font-size: 12px;
line-height: 1.3em;
}
.caption_s_astarisk {
color: #000000;
font-size: 10px;
font-weight: normal;
line-height: 1em;
letter-spacing: 1px;
padding: 0;
border: 0;
margin: 0 0 5px 5px;
}

.small_astarisk {
color:#FFFFFF;
font-size: 12px;
font-weight:normal;
}

.small_coment {
color:#CC0000;
font-size: 12px;
font-weight:normal;
line-height: 1.3em;
letter-spacing: 1px;
padding: 0;
border: 0;
margin: 5px 0 0 0;
}

.dot {
background-image: url(../images/dot.gif);
background-position: left;
background-repeat: repeat-x;
}

/*--------------------*/

/*/ Group Link /*/

div#grouptitle {
	margin-left: 10px;
}

div#group {
	background: #ffffff;
	font-size: 12px;
	color: #666666;
	margin: 0;
	border:0;
	padding:0;
}

#group ul{
	height: 150px;/*メニュー部分の高さ*/
	width: 680px;
	margin: 0 auto;
	border:0;
	padding:0;
	list-style-type:none;
}

#group ul li{
	float: left;
	width: 160px;
	height: ;
	margin: 10px 10px 0 0;
	border:0;
	padding:0;
	background: #ffffff;
}

#group ul li p{
	width: 160px;
	height: ;
	margin: 0;
	padding: 0;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	background: #ffffff;
}

#group ul li p a{
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

/* プライバシー */

.privacy_contents h3 {
	background-image:url(../privacy/images/privacy_title.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	text-indent: -9999px;
}

.privacy_title {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin: 20px 0 5px 0;
}

.privacy_text {
	font-size: 13px;
	color: #333333;
	margin: 0 0 0 15px;
	line-height: 110%;
}

.privacy_list {
	padding: 0 0 0 20px;
}

.privacy_list li {
	margin: 0 0 0 15px;
	list-style-type:decimal;
	padding: 0 0 0 0;
	line-height: 110%;
	font-size: 13px;
	color: #333333;
}

/* ご利用案内 */

.guide_contents h3 {
	background-image:url(../guide/images/guide_title1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	text-indent: -9999px;
	height: 18px;
}

.cancel_title {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 5px 0 5px 10px;
}

.cancel_title2 {
	font-size:13px;
	color:#6B4B4B;
	font-weight:bold;
	padding: 5px 0 5px 10px;
}

.cancel_text {
	font-size:13px;
	color:#6B4B4B;
	padding: 5px 0 5px 0;
}

.guide_text_aka {
	font-size:13px;
	color:#FF0000;
	line-height:110%;
	padding: 10px 0 0 20px;
}

.guide_contents h4 {
	background-image:url(../guide/images/guide_title2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	text-indent: -9999px;
	height: 18px;
}

.guide_text2 {
	padding: 10px 0 0 20px;
	font-size:13px;
	color:#333333;
}

.guide_contents h5 {
	background-image:url(../guide/images/guide_title3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 30px 0 0 0;
	text-indent: -9999px;
	height: 18px;
}

.guide_text3 {
	padding: 0 0 0 0;
	font-size:13px;
	color:#333333;
}

/* voice */

.voice_table {
	margin: 20px 0 0 10px;
}

.voice_date {
	padding: 5px 0 5px 10px;
	font-size:12px;
	color:#333333;
}

.voice_name {
	font-size: 14px;
	color:#333333;
	padding: 5px 0 5px 10px;
}

.voice_date2 {
	font-size: 14px;
	color:#333333;
	padding: 5px 0 5px 10px;
}

.voice_text {
	font-size: 14px;
	color:#333333;
	padding: 5px 10px 5px 10px;
	line-height:130%;
}

.voice_table2 {
	margin: 2px 0 0 30px;
}

.voice_table3 {
	margin: 2px 0 30px 30px;
}

#puppine {
    margin: 0px 0px 5px 0px;
}

