@charset "utf-8";
/* CSS Document */

/*メイン画像---------------------------------*/

#mv{
	display: block;
	width: 100%;
		border-top:#ee5a24 solid 4px; 
	padding: 2px 0;
}
#mv #img{
	width: 960px;
	margin: 0 auto;
}

/* layout
 * --------------------------------------- */
#contents {
	display:block;
	width:930px;
	margin:0 auto;
	background-color:#FFF;
	padding-top:20px;
	padding-bottom: 60px;
	min-height: 800px;
}
#contents:after {
	content: "";
	clear: both;
	display: block;
}
#main {
	display:block;
	width:660px;
	margin: 0 auto;
	float: right;
}
#main02 {
	display:block;
	width:665px;
	margin: 0 auto;
	float: right;
}

.Tit00 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 660px;
	height: 32px;
	margin-bottom: 20px;
}
.Tit01 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding-left: 32px;
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 20px;
	background-image: url(../img/base/bkTit.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.Tit02 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/*width: 660px;*/
	height: 30px;
	padding-left: 40px;
	font-size: 17px;
	border-bottom: #808080 dotted 2px;
	margin-bottom: 20px;
	line-height: 30px;
}
.Tit02 span{
	font-weight: normal;
	font-size: 15px;
	padding-left: 8px;
	}
.R{
	background-image: url(../img/base/rTit.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
}
.F{
	background-image: url(../img/base/fTit.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
}
.S{
	background-image: url(../img/base/sTit.gif);
	background-repeat: no-repeat;
	background-position: 4px top;
}
.Tit03{
	margin-bottom: 10px;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
}
.Tit04{-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-left: #8DC21F solid 8px;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 6px;
}
hr {
	width: 100%;
	margin-bottom: 30px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #799D48;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.info {
	display: block;
	width: 630px;
	margin: 0 auto;
	padding-top: 15px;
}
.info dt {
	height: auto;
	margin-bottom: 10px;
	text-align: justify;
	font-weight: bold;
}
.info dt:before {font-family: FontAwesome !important;
	content:"\f1b0" !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:4px;
	color:#8DC21F;
}
.info dd {
	height: auto;
	margin-bottom: 20px;
	line-height: 1.5em;
	padding-left: 10px;
	text-align: justify;
}
.info02 {
	display: block;
	width: 340px;
	float: right;
}
.info02 dt {
	clear: left;
	float: left;
	height: auto;
	font-weight: bold;
	padding: 8px;
	line-height: 1.5em;
}
.info02 dt:before {font-family: FontAwesome !important;
	content:"\f1b0" !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:4px;
	color:#8DC21F;
}
.info02 dd {
	height: auto;
	line-height: 1.5em;
	padding: 8px 0;
	text-align: right;
}

.info03 {
	float: right;
	height: auto;
	color: #895d3b;
	width: 420px;
}
.info03 dt {
	display: block;
	width: 84px;
	clear: left;
	float: left;
	height: auto;
	font-weight: bold;
	padding: 4px 0;
	line-height: 1.5em;
}
.info03 dt:before {font-family: FontAwesome !important;
	content:"\f111" !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right:4px;
	font-size: 12px;
}
.info03 dd {
	height: auto;
	line-height: 1.5em;
	padding: 4px 0 4px 88px;
}
.info02:after,.info03:after,.info04:after {
	content: "";
	clear: both;
	display: block;
}
.info04 {
	display: block;
	height: auto;
	width: 100%;
	margin-left: 10px;
}
.info04 dt {
	display: block;
	width: 92px;
	clear: left;
	float: left;
	height: auto;
	font-weight: bold;
	padding: 4px 0;
	line-height: 1.5em;
}

.info04 dd {
	height: auto;
	line-height: 1.5em;
	padding: 4px 0 4px 100px;
}
/* side
 * --------------------------------------- */
#side {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:230px;
	height:auto;
	border: #cbcbcb solid 2px;
	padding: 10px;
}
#side #menu{
	display: block;
	margin: 0 auto;
	width:210px;
}
#side #menu li{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	width:100%;
	height:62px;
	margin-bottom:5px;	
}
#side #menu li:last-child{
	margin-bottom: 0px !important;
}

/*施設案内-----------*/
.flame{
	padding:8px;
	border: solid 1px #8abf1f;
}
.flameF{
	padding:8px;
	border: solid 1px #f38f1e;
}
.infoList{
	display: table;
	width: 628px;
	table-layout: fixed;
}

.infoList ul li{
	display:table-cell;
}

.infoList ul li:nth-child(odd){
padding-right: 16px;
}
.infoList ul li:nth-child(even){
padding-left: 16px;
}

.infoTable {
	width: 328px;
	border-collapse: collapse;
	float: right;
	margin-bottom: 10px;
}
.infoTable th {
	width: 98px;
	background-color: #ECF4E3;
	text-align: center;
	color: #333;
	border: 1px solid #A6A8AB;
	vertical-align: middle;
	padding: 5px;
}
.infoTable td  {
	color: #333;
	border: 1px solid #A6A8AB;
	font-size: 13px;
	padding:  5px;
	line-height: 1.5em;
	vertical-align: middle;
}
/*食べる-----------*/
.eatList{
	display: table;
	width: 660px;
}
.eatList ul{
	display:table-row;
}
.eatList ul li{
	display:table-cell;
}
.eatList ul li:nth-child(even){
	text-align: right;
}
/*Travel*/
.conteBox {
	display: block;
	height: auto;
	width: 600px;
	margin:0 auto;
	line-height: 1.5em;
	padding: 15px;
	color: #fff;
	background-color: #8dc21f;
	margin-bottom: 20px;
}
.conteBox2 {
	display: block;
	height: auto;
	width: 600px;
	margin:0 auto;
	line-height: 1.5em;
	padding: 15px;
	background-color: #FEF2E2;
	margin-bottom: 20px;
}



