@charset "utf-8";


/*
全頁共通（編集注意）
************************************************/

*{
	margin:0;
	padding:0;
	line-height:130%;
	font-size:12px;
	letter-spacing: 0.08em;/*0.05em-0.1emで調整*/
	font-family:Arial,"メイリオ",Meiryo, sans-serif;
	}
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#333333;
	background-color:#fff;
	min-width:970px;
	}
img,div,p,
h1,h2,h3,h4,h5,h6, 
dl,dt,dd,ul,ol,li,{
	margin:0;
	padding:0;
	}
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
ul,li{
	list-style:none;
	}
img {
	vertical-align:bottom;
	border:none;
	}
a {
	text-decoration: none;
	}
a:hover {
	font-size:100%;
	color: #e60012;
	}
div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}


/*
コンテンツ：ページ単位（編集可）
***********************************************/

.floating{
	width: 330px;
	/* height: 300px; */
    position: fixed;
    right: 1px;
    bottom: 3%;
    z-index: 99999;
	img{
	max-width: 100%;
    height: auto;
    display: block;	}
}
@media screen and (max-width: 1080px) {
    .floating {
		width: 300px;
		
	}
}

.txt_shadow {
	text-shadow: 1px 1px 0px #fff;
	}
.bd_top {	
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
	}
.bd_btm {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	}
.pd_top {
	padding:30px 0 0 0;
	}
	
/* main */
.main {
	width: 100%;
	height: 100%;
	background-color:#F5AC3C
	}
.main_contents {
	width: 960px;
	height: 150px;
	margin:0 auto;
	background-image: url(../img/img_head_about.png);
	background-repeat: no-repeat;
	
	}
.main_contents h2 {
	color:#fff;
	text-align:left;
	font-size:400%;
	line-height:150px;
	font-weight:bold;
	margin-left: 10px;
	}




/* nav */
.intro {
	width: 100%;
	height: 100%;
	color:#7A6121;
	}

.intro_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	}
.intro_contents h2 {
	text-align:left;
	padding:60px 0 30px;
	font-size:300%;
	font-weight: bold;
	border-bottom:solid 1px #7A6121;
	}
.intro_contents h2 span {
	margin-left:1em;
	font-size:50%;
	}
.intro_contents h3 a {
	color:#664A00;
	}
.intro_contents ul {
	padding:0;
	float: left;
	width: 960px;
	}
.intro_contents li {
	list-style: none;
	width: 100px;
	margin:0 20px 20px 0;
	;
	float: left;
	}
.intro_contents li a {
	background-color: #7A6121;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	border-radius:3px;
	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	behavior: url(border-radius.htc);   /* for IE */
	font-size:120%;
	}
.intro_contents li a:hover {
	background-color: #E95504;
	color: #fff;	}

/* map */
.map {
	width: 100%;
	height: 100%;
	color:#7A6121;
	text-align:left;
	padding-top:50px;
	}
.map_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	}

/* middle */
.middle {
	width: 100%;
	height: 100%;
	color:#7A6121;
	text-align:left;
	padding-bottom: 40px;
	}
.middle_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	}
.middle_contents h2 {
	text-align:left;
	padding:30px 0;
	font-size:220%;
	color:#E95504;
	font-weight:bold;
	}

/* table */
.middle_contents .table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    line-height: 1.7;
    margin-bottom: 20px;
    width: 100%;
}
.middle_contents .table th {
	width: 30%;
	font-weight: normal;
	text-align: left;/*
	text-shadow: 1px 1px 0px #fff;*/
}
.middle_contents .table th a {
	color:#E95504;
	font-size:160%;
	 font-weight: bold;
}
.middle_contents .table td {
    background: none repeat scroll 0 0 #fff;
    vertical-align: middle;
	padding-left:20px;
	font-size:110%;
}
.middle_contents .table td span {
	color:#009FE8;
	font-size:140%;
}

.middle_contents .table th, .middle_contents .table td {
    border: 1px solid #776027;
    font-size: 120%;
    padding: 30px;
}

.middle_contents .table tr .table_head {
	background-color:#DED6C2;
	font-size: 160%;
    font-weight: bold;
}

/* bottom */
.bottom {
	width: 100%;
	height: 100%;
	color:#7A6121;
	text-align:left;
	padding-bottom: 160px;
	}
.bottom_contents {
	width: 860px;
	margin:0 auto;
	padding:10px 40px 30px;
	border:solid 1px #776027;
	}
.bottom_contents h2 {
	text-align:left;
	padding:30px 0;
	font-size:160%;
	font-weight: bold;
	color:#776027;
	border-bottom:solid 1px #776027;
	}
.bottom_contents h2 span {
	font-size:inherit;
	color:#E95504;
	}
.bottom_contents ul {
	margin-top:20px;
	}
.bottom_contents li {
	float:left;
	margin:5px 30px 5px 0;
	}
.bottom_contents li a {
	font-size:inherit;
	color:#776027;
	text-decoration:underline;
	}
.bottom_contents li a:hover {
	font-size:inherit;
	color:#E95504;
	text-decoration:underline;
	}
.NumRoom{
    width: 40px;
    text-align: center;

}
