@charset "UTF-8";
/************************************/
/*basic*/
/************************************/
* {
	margin:0;
	padding:0;
}

body{
	background-image:url(../img/bg2.gif) ;
	font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	font-family: "ＭＳ Ｐゴシック", " ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	/*background-color:#000;*/
	color:#333333;
	margin: 0 !important;
	padding: 0 !important;
}

a,img {
	border:none;
	text-decoration: none;
	overflow: hidden;
}
ul,ol,li {
	list-style:none;
	}

a:link { color: #fff;text-decoration:none;}
a:visited {color: #fff;text-decoration: none; }
a:hover { color: #ff9900;}
a:active { color: red; } 

h3{
	font-size:100%;
}

/************************************/
/*header*/
/************************************/
#header{
	width:970px;
	/*height:100px;*/
	margin:0 auto;
	padding:0;
}
#logo_part{
	background:#000 url(../img/logo.gif) top left no-repeat;
	width:970px;
	height:80px;
	margin:0 auto;
	padding:0;
}
#logo_part h1,
#logo_part h1 a{
	text-indent: -9999px;
	font-size: 12px;
	height:80px;
	margin:0;
	padding:0;
}

/************************************/
/*layout*/
/************************************/

#img_area{
	width:847px;
	margin:0 auto;
	padding:0;
	clear:both;
}

#img_area img{
	padding:2px 0 0 0;
	#padding:4px 0 0 0;	/*IE7用*/
}
#main_n{
	width:847px;
	margin:0 auto;
	padding:0;
}

/*コンテンツ*/
#contentmain_n{
	width:625px;
	float: right;
	padding-right: 10px;
	margin-bottom:45px;
	padding-top: 15px;
	overflow:hidden;
}

/*サイド*/
#contentsub_n{
	width:172px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}


/************************************/
/*ルームサイドバーのメニュー*/
/************************************/
.clear{
	clear:both;
}

.clearfix:after{
	
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	overflow:hidden;
}

.sectionSub{
	text-align:left;
	width:172px;
}
.sectionSub h3{
	margin:0 0 6px 0
}
.sectionSub ul{
	margin:0 0 10px 12px;
	width:192px;
}
.sectionSub li{
	width:42px;
	float:left;	
}
.sectionSub li a{
	width:42px;
	padding:0 6px 0 6px;
	background:url(../room/img/ya01.jpg) no-repeat -1px 50%;
}


/************************************/
/*ルームコンテンツ*/
/************************************/
td.imgbox{
	width:88px;
	text-align:left;
	padding:0 0 16px 0;
}
td.textbox{
	text-align:left;
	vertical-align: top;
}

.textbox ul{
	list-style: none;
	margin: 0px;
}

.textbox li{
	margin:0px 6px 4px 0px;
	list-style: none;
	float: left;
}

.textbox li a{
	background-image:url(../room/img/ya01.jpg);
	margin: 0px;
	padding:0px 6px 0px 6px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	display: block;
}

.imgFrmae{
	border:#CCCCCC 1px solid;
	padding:2px;
}


/************************************/
/*マージン*/
/************************************/

.mt5{margin-top:5px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt16{margin-top:16px;}
.mt25{margin-top:25px;}
.mt35{margin-top:35px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr30{margin-right:30px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb45{margin-bottom:45px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml45{margin-left:45px;}
.ml60{margin-left:60px;}
.ml100{margin-left:100px;}
.ml230{margin-left:230px;}



/**************menu↓********************************************/

#menu{
	background:url("../img/b_menu.gif") no-repeat;
	position:relative;
	width:720px;
	height:24px;
	padding:0;
	margin:0 auto 0 auto;
}

#menu li {
    float:left;
    list-style:none;
    text-indent: -9999px;
}

#menu a{
	text-decoration:none;
    width: 120px;
	height:26px;
    display:block;
}

#menu_guestroom a{background:url("../img/b_menu.gif") 0px 0px no-repeat; }
#menu_system a{background:url("../img/b_menu.gif") -120px 0px no-repeat; }
#menu_price a{background:url("../img/b_menu.gif") -240px 0px no-repeat; }
#menu_service a{background:url("../img/b_menu.gif") -360px 0px no-repeat; }
#menu_member a{background:url("../img/b_menu.gif") -480px 0px no-repeat; }
#menu_access a{background:url("../img/b_menu.gif") -600px 0px no-repeat; }

#menu_guestroom a:hover {background:url("../img/b_menu.gif") 0px -26px no-repeat; }
#menu_system a:hover {background:url("../img/b_menu.gif") -120px -26px no-repeat; }
#menu_price a:hover {background:url("../img/b_menu.gif") -240px -26px no-repeat; }
#menu_service a:hover {background:url("../img/b_menu.gif") -360px -26px no-repeat; }
#menu_member a:hover {background:url("../img/b_menu.gif") -480px -26px no-repeat; }
#menu_access a:hover {background:url("../img/b_menu.gif") -600px -26px no-repeat; }

#menu_guestroom_now a{background:url("../img/b_menu.gif") 0px -26px no-repeat; }
#menu_system_now a{background:url("../img/b_menu.gif") -120px -26px no-repeat; }
#menu_price_now a{background:url("../img/b_menu.gif") -240px -26px no-repeat; }
#menu_service_now a{background:url("../img/b_menu.gif") -360px -26px no-repeat; }
#menu_member_now a{background:url("../img/b_menu.gif") -480px -26px no-repeat; }
#menu_access_now a{background:url("../img/b_menu.gif") -600px -26px no-repeat; }

/********************************menu↑*****************************************************/



#lower_menu{
	clear:both;
	background-color:#410D1A;
	width:100%;
	text-align:center;
	line-height:130%;
	font-size:10px;
	color:#FFFFFF;
}
#footer{
	padding:0px;
	width:100%;
	text-align:center;
	line-height:130%;
	font-size:10px;
	clear:both;
	background-color:#410D1A;
}

#lower_contents{
	width:807px;
	margin:0 auto 0 auto;
	position:relative;
	clear:both;
}
#f_left{
	float:left;
	width:530px;
	text-align:center;
}
/************************************/
/*guest room*/
/************************************/

.sweet_box{
	width:610px;
	clear:left;
	background-image:url(../room/img/sweetback.jpg);
	padding:10px;
}

.sweet_table{
	width:100%;
}
.sweet_table td{
	padding:10px;
}



/************************************/
/*access*/
/************************************/
.qr_box{
	width:165px;
	font-size:98%;
	color:#FFFFFF;
	line-height:150%;
	padding:6px;
}
	
.qr_box img{
	padding:2px;
}

.maparea_lead{
	padding:0 0 0 10px;
}	
/************************************/
/*font*/
/************************************/
.tx14{
	font-size:105%;
}
.tx10_wh{
	font-size:80%;
	color:#FFFFFF;
	line-height:120%;
}
.tx12_wh{
	font-size:98%;
	color:#FFFFFF;
	line-height:150%;
}
.tx13_wh{
	font-size:100%;
	color:#FFFFFF;
	line-height:150%;
}
.tx13_pk{
	font-size:100%;
	color:#C27399;
	line-height:150%;
}
.tx14_wh{
	font-size:105%;
	color:#FFFFFF;
	line-height:150%;
}
.tx16_pk{
	font-size:145%;
	color:#C27399;
	line-height:150%;
}	
.tx14_min{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:110%;
	color:#FFFFFF;
	line-height:150%;
}

.grey{
	color:#999999;
}


.tx16_bold{
	font-size:115%;
	font-weight:bold;
	color:#C27399;
}

/********************googl map  ********************************/

#gmap {
	width:520px;
	height:430px;
	border:1px solid #000;
	padding:5px 5px 0 20px;
}
#gmap_caption {
	color:#000;
	font-family:"Trebuchet MS", Sans-serif;
	font-size:small;
	width:240px;
	height:100px;
}
#gmap_caption p,
#gmap_caption h1 {
	font-size:small;
	margin:0;
	padding:0;
}
#gmap_caption img {
	float:left;
	margin:5px 10px 5px 0;
}


/************************************/
/*room*/
/************************************/

.left1 {
	float: left;
}

.right1 {
	float: right;
}


.con_n_box {
	clear:both;
	float: left;
	width: 620px;
}

#contentmain_n h2{
	border-bottom:solid 1px #ffffff;
	width:600px;
	color:#ffffff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#contentmain_n h3 {
	margin:0px;
	padding:0px;
	font-size:120%;
}

table.price {
	witdh:600px;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	margin-bottom:3px;
}

.price .td1 {
	padding:0px;
	border-top:solid 1px #333333;
	color:#FFFFFF;
	padding:4px 10px;
	line-height:150%;
}

.price .td2 {
	padding:0px;
	color:#FFFFFF;
	padding:4px 13px;
}


/************************************/
/*suite*/
/************************************/

#contentmain_n2{
	width:847px;
}

.gobot{
	clear:both;
	display:block;
	width:335px;
	height:53px;
	background:url(../suite/img/suite_bot.jpg) no-repeat;
	text-indent:-9999px;
}

.gobot a{
	display:block;
	width:335px;
	height:53px;
	background:url(../suite/img/suite_bot.jpg) no-repeat;
	text-indent:-9999px;
}

.gobot a:hover{
	background:url(../suite/img/suite_bot_f2.jpg) no-repeat;
}

.right_box {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 490px;
}

/************************************/
/*system*/
/************************************/
table.system01 {
	witdh:782px;
	margin-top:25px;
	margin-left:25px;
}

.system01 .td1 {
	vertical-align:top;
	color:#FFFFFF;
	padding:0px;
	width:173px;
	white-space: nowrap; 
}

.system01 .td2 {
	padding:10px 0px 0px 0px;
	border-top:solid 1px #333333;
	color:#FFFFFF;
	white-space: nowrap; 
}

.system01 .td3 {
	padding:10px 0px 5px 0px;
	color:#FFFFFF;
	white-space: nowrap; 
}

#contentmain_n2 .system_t li {
	color:#FFFFFF;
	list-style-image: url(../img/ya03.gif);
	list-style-type: none;
	font-size:130%;
}

#contentmain_n2 .system_u li {
	color:#FFFFFF;
	list-style-image: url(../img/ya02.gif);
	list-style-type: none;
	font-size:130%;
}

.short {
	width:600px;
	margin:25px 0px 60px 25px;
	padding:10px 30px;
	border-top:solid 3px #333333;
	background-color:#111111;
}

.card {
	width:370px;
	margin:25px 0px 60px 60px;
	padding: 10px 30px;
	background-color:#FFFFFF;
	line-height:150%;
}
/************************************/
/*member's*/
/************************************/
p.last,
h2{
	padding:0 0 20px 0;
	display:block;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table h2{
	padding:0 0 0px 0;
	display:block;
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#contentmain_n .first_column{
	padding:5px 0 0 20px;
}
#contentmain_n .bg_ari{
	width:600px;
	background:url(../member/img/mail_touroku2.gif) no-repeat right top;
	padding:5px 0 0 20px;
}
#contentmain_n .second_column,
#contentmain_n .third_column{
	padding:5px 0 0 30px;
}
.third_column .lead_txt,
.second_column .lead_txt{
	font-size:105%;
	line-height:150%;
	color:#C27399;
	font-weight:bold;
}
.third_column .lead_txt2,
.second_column .lead_txt2{
	font-size:105%;
	line-height:150%;
	color:#fff;
	font:"ＭＳ ゴシック", "Osaka－等幅";
	font-weight:bold;
}

.third_column table,
.second_column table{
	margin:5px;
}
.second_column li{
	text-indent:20px;
	color:#C27399;
}
#contentsub_n .m1 a{
	background:left top no-repeat url(../member/img/member_menu_1-1.gif);
	padding:0 0 0 10px;
	width:150px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
#contentsub_n .m1_active,
#contentsub_n .m1 a:hover{
	background:left top no-repeat url(../member/img/member_menu_1-2.gif);
	padding:0 0 0 10px;
	width:150px;
	height:24px;
	text-indent:-9999px;
	display:block;
}

#contentsub_n .m2 a{
	background:left top no-repeat url(../member/img/member_menu_2-1.gif);
	padding:0 0 0 10px;
	width:150px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
#contentsub_n .m2_active,
#contentsub_n .m2 a:hover{
	background:left top no-repeat url(../member/img/member_menu_2-2.gif);
	padding:0 0 0 10px;
	width:150px;
	height:24px;
	text-indent:-9999px;
	display:block;
}
/*********************始めのテーブル**********/
table.one{
	border-collapse: collapse;
	padding:2px;
}
td.onetd{
	border-bottom: 1px #fff solid;
	padding:1px 10px 1px 1px;
}
td.onetd_black_b{
	border-bottom: 1px #fff solid;
	padding:1px 10px 1px 1px;
	font-size:15px;
	color:#FFF;
	line-height:150%;
	font-weight:bold;
}
td.onetd_purple_b{
	border-bottom: 1px #fff solid;
	padding:1px 10px 1px 1px;
	font-size:15px;
	color:#C27399;
	line-height:150%;
	font-weight:bold;
}
.square{
	display:block;
	padding:1px;
	border: 1px #fff solid;
}
/*********************2番目のテーブル**********/
table.two{
	border-collapse: collapse;
	padding:2px;
}
td.twotd{
	border-bottom: 1px #fff solid;
	padding:1px 10px 1px 1px;
}
td.twotd_dot{
	border-bottom: 1px #fff dotted;
	padding:1px 10px 1px 1px;
}

/*********************4番目のテーブル**********/
table.four{
	width:200px;
	border-collapse: collapse;
	padding:2px;
}
td.fourtd{
	padding:1px 10px 1px 1px;
}

/*********************mailページのテーブル**********/
table.mail{
	border-collapse: collapse;
	padding:2px;
}
td.mailtd{
	border-bottom: 1px #C27399 solid;
	padding:1px 10px 1px 1px;
	text-align:center;
}
td.mailtd_dot{
	border-bottom: 1px #C27399 dotted;
	padding:1px 10px 1px 1px;
}
.sweet_box h2 {
	margin: 0px;
	padding:0px;
}

/************************************/
/*privacy policy*/
/************************************/
.privacy_box {
	margin: 20px 0px 45px 50px;
	padding:0px;
	width:750px;
	color:#FFFFFF;
	font-size:105%;
	line-height:150%;
}

.privacy_box li {
	margin-top: 15px;
}

.pri_box_s {
	margin: 20px 30px 20px 30px;
	padding:0px;
	width:700px;
}

.pri_box_s li {
	margin: 0px;
}

/************************************/
/*news */
/************************************/
.news_box {
	margin: 20px 0px 20px 100px;
	padding:0px;
	width:620px;
	color:#FFFFFF;
	font-size:105%;
	line-height:150%;
	padding:0px 0px 20px 0px;
	border-bottom:1px dotted #666;
}

.dline{
	/*background-color:#2a2a2a;*/
	padding:5px 0 0 20px;
	border-bottom:1px dotted #666;
}
.news_box p {
	background: url(../img/ya02.gif) no-repeat left center;
	padding-left: 10px;
}


/************************************/
/*service */
/************************************/
.table_food{
	width:560px;
	margin-left:0px;
}

.table_food td{
	padding:3px 10px;
	color:#FFFFFF;
}

/************************************/
/*sitemap */
/************************************/
.sitemap_l {
	float: left;
	width: 300px;
	margin-left: 0px;
}

.sitemap_r {
	float: right;
	width: 300px;
	margin-left: 35px;
}

.smap_table {
	border-top: 2px solid #666666;
	margin:0px 0px 20px 0px;
}

.smap_table .td1 {
	padding:10px 0px 0px 3px;
}

.smap_table .td2 {
	padding:15px 0px 0px 3px;
}

.smap ul li{
	margin:5px;
	padding:0px;
}

.smap ul{
	margin-top:0px; 
}

.smap li{
	list-style: none;
	float: left;
}

.smap li a{
	width:300px;
	margin: 0px;
	padding:0px 0px 0px 7px;
	list-style-type: none;
	display: block;
	background: url(../room/img/ya01.jpg) no-repeat 0px 5px;
}

td.stextbox{
	text-align:left;
	vertical-align: top;
	padding:0px 5px;
}

.stextbox ul li{
	margin: 0px;
	padding:0px;
}

.stextbox ul{
	list-style: none;
	margin: 0px;
}

.stextbox li{
	margin:0px 6px 4px 0px;
	list-style: none;
	float: left;
}

.stextbox li a{
	background-image:url(../room/img/ya01.jpg);
	margin: 0px;
	padding:0px 6px 0px 6px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	display: block;
}
