* {
	margin: 0;
	padding: 0;
}

body {
	background: #F8F4ED;
	/*background-image:url(images/shadow.gif);*/
	font-size: 12px;
	line-height: 1.5em;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	width: 100%;
}

body, td, th {
	color: #333333;
}

h1, h2, h4,h3, h5, h6 {
	font-weight: normal;
	font-size: 12px;
}

ul,dl{
	list-style: none;
}

a:link, a:visited, a:active {
	color: #663300;
	text-decoration:underline;
}
a:hover {
	color: #996600;
	text-decoration:underline;
}

#bbh{
	background: url(images/header_bg.jpg) repeat-x bottom;
	height: 85px;
	text-align: center;
}

div#copy h1 a:link, div#copy h1 a:visited, div#copy h1 a:active {
	color: #ffffff;
	text-decoration: underline;
}
div#copy h1 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/*マージン・余白*/
.mb04 {	margin-bottom: 4px;}
.mb06 {	margin-bottom: 6px;}
.mb10 {	margin-bottom: 10px;}
.mb20 {	margin-bottom: 20px;}
.mb30 {	margin-bottom: 30px;}
.mb40 {	margin-bottom: 40px;}
.mb50 {	margin-bottom: 50px;}
.mr10 {	margin-right: 10px;}
.mr20 {	margin-right: 20px;}
.ml10 {	margin-left: 10px;}
.ml20 {	margin-left: 20px;}
.mt10 {	margin-top: 10px;}
.mt20 {	margin-top: 20px;}
.mt30 {	margin-top: 30px;}
.pb10 { padding-bottom: 10px;}
.pb20 {	padding-bottom: 20px;}
.pb30 {	padding-bottom: 30px;}

/*ディスプレイ*/
.db{ display:block;}
.di{ display:inline;}
.dt{ display:table;}
.dtc{ display:table-cell;}
.dno{ display:none;}

/*行揃え*/
.tc{ text-align:center !important;}
.tl{ text-align:left !important;}
.tr{ text-align:right !important;}
.mc{ margin: 0 auto; !important;}

.mid { vertical-align:middle; }

i{ margin-right: 4px; }

/*フォントサイズ・カラー*/

.fs10{ font-size: 10px !important;}.fs11{ font-size: 11px !important;}.fs12{ font-size: 12px !important;}.fs13{ font-size: 13px !important;}.fs14{ font-size: 14px !important;}.fs15{ font-size: 15px !important;}

.fc-white{ color: #FFFFFF;}

.bg_white{
	background: #FFF
}

/*フロート*/
.f_left{
	float: left;
}

.f_right{
	float: right;
}






/*#bigbox {
	margin:9px;
	width:782px;
}*/

p.mgin00 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

p.mgin01 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
}

p.mgin02 {
	margin: 15px 0 0px 25px;
	padding: 0 0 0 0;
}


div#warap {
	/*background: url(images/shadow_.jpg) repeat-y left top;*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div#copy {
	background: url(images/bg_header.jpg) repeat-y center top #CE860D;
	/*height: 5px;*/
	text-align: left;
}

div#copy h1 {
	text-align: right;
	width: 782px;
	font-size: 12px;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 0 0 0;
	line-height: 1.0;
}

#header {
	background: url(images/bg_header.jpg) repeat-y center top #CE860D;
	height: auto;
	width: 100%;
	display: table;
	color: #FFF;
}

#headerInner{
	height: 150px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header h2{
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
}

#header #tel{
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
}

#header a:link { color:#FFF; text-decoration:none; }
#header a:visited { color: #FFF; text-decoration:none; }
#header a:hover { color: #FFF; text-decoration:underline; }
#header a:active { color: #FFF; text-decoration:none; }

#contents a img
 {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

#contents a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* navi　ページナビゲーション
-------------------------------*/

#navi {
	width: 812px;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

#naviInner{
	width: 782px;
	background: #F8F4ED;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 5px;
}

#naviInner ul {
	width: 100%;
	height: 50px;
	color: #FFF;
	display: table;
	/*table-layout: fixed;*/
	box-sizing: border-box;
	background: #6A0F15;
}

#naviInner ul li {
	display: table-cell;
	min-width:80px;
	height: 50px;
	background: #590C12;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #6A0F15;
	border-left: 1px solid #4E0A10;
	box-sizing: border-box;
}

#naviInner ul li a{
	height: 50px;
	line-height: 50px;
	display: block;
}

#naviInner ul li:hover{
	background: url(none);
}

#naviInner ul .active{
	background: url(none);
}

#navi a:link,
#navi a:visited,
#navi a:active,
#navi a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#naviInner ul li {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}





div#flash {
	width: 782px;
	text-align: center;
	margin: 0 0 10px 0;
}

#bigbox {
	/*margin:9px;*/
	width: 782px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/*#title {
	width:782px;
	height:124px;
	margin-bottom:5px;
	background-image:url(images/title.jpg);
	
}*/

/*#title h1 {
	left: -10000px;
	position: absolute;
}*/

#menu {
	width: 782px;
	height: 32px;
	margin: 0 0 12px 0;
	padding: 2px 0 0 0;
}

#contents {
	width: 782px;
	text-align: left;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	overflow: hidden;
}

#footer {
	width: 100%;
	/*height: 32px;*/
	/*background-image:url(images/copyright.jpg);*/
	background: url(images/bg_header.jpg) repeat-y center top #CE860D;
	text-align: center;
	margin-top: 20px;
	color: #FFF;
}

#footer_in{
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2.8em;
}

#footer_in address {
	font-style: normal;
	color: #FFFFFF;
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
}



/* indexLR
-------------------------------*/

#indexLeft {
	height: auto;
	width: 450px;
	float: left;
}

#indexRight {
	height: auto;
	width: 285px;
	float: right;
}



/* toppage */

p.news{
	border: solid 1px #cacaca;
	padding:10px;
	text-align:center;
	display:block;
	margin-top:20px;
	background-color:#fffaec;
}

#present a{
	line-height: 2.5em;
	color: #FFF;
	background: #E80A17;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 10px;
}

#present a:hover{
	background: #F84952;
}

#present a {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
	


/*.top-infos {
	float:left;
	margin-left:5px;
	padding:5px;
}*/

.top-infos {
	float:left;
	margin-left:15px;
	padding:5px;
}

.top-infos img {
	float:left;
	margin-right: 5px;
	/*border: 1px #999999 solid;*/
	border: 1px #663300 solid;
}

div.top-infostxt {
	float:left;
	/*width:162px;*/
	width: 116px;
}

div.top-infostxt ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}

div.top-infostxt ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.8;
}

/*.clear {
	clear:left;
}*/

.clear {
	overflow: hidden;
}

/* guestroom etc. */

.pic {
	width: 254px;
	margin-right: 9px;
	float: left;
}

.pic img {
	border: 1px solid #663300;
}

.picl {
	width: 382px;
	margin-right: 9px;
	margin-bottom: 23px;
	float: left;
}

.picl img {
	border: 1px solid #663300;
}

.pic h4,.picr h4 {
	background: url(images/icon_square.gif) no-repeat left top;
	margin: 0 0 7px 0;
	padding: 0 0 0 30px;
	line-height: 19px;
	font-size: 13px;
	height: 19px;
	font-weight: bold;
}

.picr {
	width: 254px;
	margin-right: 0px;
	float: left;
}

.picr img {
	border: 1px solid #663300;
}

.picr h4 {
	background: url(images/icon_square.gif) no-repeat left top;
	margin: 0 0 7px 0;
	padding: 0 0 0 30px;
	line-height: 19px;
	font-size: 13px;
	height: 19px;
}



.pic div {
	font-size: 12px;
	margin: 10px 10px 0 10px;
	width: 234px;
	text-align: left;
}

.picr div {
	font-size: 12px;
	margin: 10px 10px 0 10px;
	width: 234px;
	text-align: left;
}


.picl div {
	font-size: 12px;
	margin: 10px 10px 0 10px;
	text-align: left;
}

.picspc {
	width:84px;
	float:left;
}

div#title a:link,
div#title a:visited,
div#title a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
div#title a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* access page */

div#contents .left_access {
	width: 535px;
	height: 405px;
	margin: 0 30px 0 15px;
	padding: 0 0 0 0;
	float: left;
	display: inline;
}

/*div#contents .left_access img {
	border: 1px solid #999999;
}*/

div#contents .right_access {
	width: 202px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	float: left;
	display: inline;
}

div#access_box {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	line-height: 1.8;
}
 
div#access_box .access_box_left {
	float: left;
	margin: 0 50px 0 40px;
	padding: 0 0 0 0;
	display: inline;
}

div#access_box .access_box_right {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

/* bath page */

div#bath_box {
	width: 782px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

/* guestroom page */

div.room_info {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #9e716b;
	clear:both;
}

div.room_info h4 {
	background: url(images/icon_square.gif) no-repeat left top;
	padding: 0 0 0 30px;
	line-height: 19px;
	font-size: 13px;
	height: 19px;
	font-weight: bold;
}

div.room_info ul {
	list-style: none;
	margin: 10px 0 20px 30px;
	padding: 0 0 0 0;
}

div.room_info ul li {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

div.room_info ol {
	margin: 10px 0 20px 48px;
	padding: 0 0 0 0;
}

div.room_info ol li {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}


table#table-01 {
    width: 480px;
    border: 1px #CCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #CCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#table-01 td {
    padding: 5px;
    border: 1px #CCC solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	line-height: 180%;
}

table#table-03 {
	width: 580px;
	border: 1px #CCC solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-03 th {
    padding: 5px;
    border: #CCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width:120px;
}

table#table-03 td {
    padding: 5px;
    border: 1px #CCC solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	line-height: 180%;
}


table#table-02 {
    width: 180px;
    border: 1px #CCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    padding: 5px;
    border: #CCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#table-02 td {
    padding: 5px;
    border: 1px #CCC solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	line-height: 180%;
}




table#table-01_1 {
    width: 580px;
    border: 1px #CCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01_1 th {
    padding: 5px;
    border: #CCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table#table-01_1 td {
    padding: 5px;
    border: 1px #CCC solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	line-height: 180%;
}


/*テーブル*/
.table01{
	border-collapse: collapse;
	width: 100%;
}
.table01 caption{
	text-align: left;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
}
.table01 th{
	padding: 6px;
	font-weight: bold;
	background-color: #f1ecde;
	font-weight :normal;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.table01 td{
	padding:10px 14px;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #ccc;
}
/*テーブル背景・フォント色*/
table .c1{ background-color:#d3ddd8 !important;}
table .c2{ background-color:#e2dac5 !important;}
table .c3{ background-color:#f8f8f8 !important;}
table .c4{ background-color:#ede6d7 !important;}
table .c5{ background-color:#fbf7ed !important;}

/*div.room_info img {
	border:3px double #33201A;
}*/

div.room_info ul {
	list-style: none;
	margin: 10px 0 20px 30px;
	padding: 0 0 0 0;
}

div.room_info ul li.left_img {
	list-style: none;
	margin: 0 25px 15px 0;
	padding: 0 0 0 0;
	float: left;
	width: 260px;
}

div.room_info ul li.right_img {
	list-style: none;
	margin: 1em 0 15px 0;
	padding: 0 0 0 0;
	float: left;
	width: 439px;
	line-height: 1.8;
}

div.room_info ul li.right_img_photo {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	float: left;
}

td.waku {
	width:20px;
}

.waku2 {
	margin-top:30px;
	
}

/*div.room_info ul li.right_img_photo img {
	border: none;
}*/

/* resev page */

div.resev_info {
	width: 665px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
}

.reader {
	display:block;
	height:1px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

.pagetop {
	margin:0 auto;
	padding:10px 5px 0 0;
	text-align:right;
	font-size: 11px;
}


.pagetop a:link,
.pagetop a:visited,
.pagetop a:active {
	color: #333333;
	text-decoration: underline;
}
.pagetop a:hover {
	color: #666666;
	text-decoration: underline;
}


/* アクセス */

#contentsArea{
	width: 668px;
	margin: 0 auto;
	text-align: left;
}
#contentsArea h1{
	color: #631a1d;
	font-size: 14px;
	margin-bottom: 20px;
}
#contentsArea h2{
	font-size: 13px;
	margin-bottom: 4px;
}
.column ul li{
	list-style-position:inside;
	padding-left: 2em;
	text-indent: -1.2em;
}
.column{
	margin-bottom: 20px;
}
.column dl{
	margin-bottom: 10px;
}
.column dl dt{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
}
.column h3{
	background: url(images/icon_square.gif) no-repeat left top;
	border-bottom:1px #ccc solid;
	margin: 0 0 14px 0;
	padding: 0 0 2px 30px;
	line-height: 19px;
	font-size: 14px;
	height: 19px;
}



.slideArea{
	width: 700px;
	margin: 0 auto;
}
.slideArea ul{
	margin: 0 !important;
}
.slideArea ol{
	margin: 0 !important;
}
.slideArea  ul li {
	list-style: none;
	margin-bottom: 4px !important;
	padding: 0 0 0 0;
}


/*周辺情報*/

#spot_contents {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	background: #FFF;
	text-align: left;
	padding-bottom: 25px;
}

.spot_section{
	height: auto;
	width: 180px;
	background: #F8F4ED;
}

.spot_section a{
	color: #333;
	text-decoration: none;
	display: block;
}

.spot_text{
	padding: 5px;
	font-size: 11px;
}



