﻿@charset "UTF-8";

/* ------------------------ 共通設定 ------------------------ */
body {
	background-color: #fffbe8;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment:;
	color: #736357;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	font-size: 85%;	
	font-weight: 100;
	line-height: 1.7em;
}

body h1 {
	font-size: 130%;
	font-weight: bold;
}

body p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

.both {
	clear: both;
}

.center {
	background-color: #FFF;
	padding: 7% 0 7% 0;
	text-align: center;
}


/* ------------------------ #container ------------------------ */

#container {
	border: 0px #ccc solid;
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 960px;
}



/* ------------------------ #header ------------------------ */

#header {
	background-color: ;
	height: 110px;
	position: relative;
	width: 960px;
}	

#logo {
	float: left;
	height: 80px;
	margin: 20px 0 0 10px;
	width: 250px;
}


/* --- ロゴ画像置換 --- */

.logo {
    width: 250px;  
    height: 80px;  
    display: block;  
    background: url("../images/logo.png") no-repeat;  
    text-indent: -9999px;  
    overflow: hidden;  
}

a:hover.logo {
	position:relative; bottom:1px; 
}



/* --- プライマリナビ設定 --- */

#primary_navi {
	float: right;
	position: absolute; top: 0px; right:10px;
}

#primary_navi ul li {
	float: left;
	margin-left: 10px;
	text-align: center;
}	


/* --- 館内マップ --- */

.primary_navi_01 {
    background: url("../images/primary_navi/01.png") no-repeat 0 -37px;
    display: block;  
	height: 55px;
    margin-right: 2px;
	overflow: hidden;
	text-indent: -9999px;  
    width: 123px;
}

a:hover.primary_navi_01 {
    background: url("../images/primary_navi/01.png") no-repeat 0 -32px;  
}


/* --- 営業時間・料金 --- */

.primary_navi_02 {
    background: url("../images/primary_navi/02.png") no-repeat 0 -35px;
    display: block;  
	height: 55px;
    margin-right: 2px;
	overflow: hidden;
	text-indent: -9999px;  
    width: 123px;
}

a:hover.primary_navi_02 {
    background: url("../images/primary_navi/02.png") no-repeat 0 -30px;  
}


/* --- アクセス --- */

.primary_navi_03 {
    background: url("../images/primary_navi/03.png") no-repeat 0 -40px;
    display: block;  
	height: 55px;
    margin-right: 2px;
	overflow: hidden;
	text-indent: -9999px;  
    width: 123px;
}

a:hover.primary_navi_03 {
    background: url("../images/primary_navi/03.png") no-repeat 0 -35px;  
}



/* ------------------------ #g_navi ------------------------ */

#g_navi {
	clear:both;
	height: 50px;
	margin-bottom: 20px;
}

#g_navi ul {
	width: 100%;
}

#g_navi ul li {
	float: left;
}	



/* --- グローバルナビ個別設定 --- */

.g_navi_01 {
	background: url("../images/g_navi/01.png") no-repeat; 
	display: block;  
	height: 50px;  
	text-indent: -9999px;  
	overflow: hidden;  
	margin-right: 2px;
	opacity: 0.9;
	width: 190px;  
}

a:hover.g_navi_01  { 
	opacity: 0.4;
}


.g_navi_02 {
	background: url("../images/g_navi/02.png") no-repeat; 
	display: block;  
	height: 50px;  
	text-indent: -9999px;  
	overflow: hidden;  
	margin-right: 2px;
	opacity: 0.9;
	width: 190px;  
}

a:hover.g_navi_02  { 
	opacity: 0.4;
}


.g_navi_03 {
	background: url("../images/g_navi/03.png") no-repeat; 
	display: block;  
	height: 50px;  
	text-indent: -9999px;  
	overflow: hidden;  
	margin-right: 2px;
	opacity: 0.9;
	width: 190px;  
}

a:hover.g_navi_03  { 
	opacity: 0.4;
}


.g_navi_04 {
	background: url("../images/g_navi/04.png") no-repeat; 
	display: block;  
	height: 50px;  
	text-indent: -9999px;  
	overflow: hidden;  
	margin-right: 2px;
	opacity: 0.9;
	width: 190px;  
}

a:hover.g_navi_04  { 
	opacity: 0.4;
}


.g_navi_05 {
	background: url("../images/g_navi/05.png") no-repeat; 
	display: block;  
	height: 50px;  
	text-indent: -9999px;  
	overflow: hidden;  
	margin-right: 2px;
	opacity: 0.9;
	width: 190px;  
}

a:hover.g_navi_05  { 
	opacity: 0.4;
}



/* ------------------------ #l_navi ------------------------ */

#l_navi {
	float: left;
	margin-top: 25px;
	width: 170px;
}

#l_navi ul {
	background-color:rgba(153,102,51,0.15);
	margin-bottom: 20px;
}

#l_navi ul li a {
	color: #736357;
	display:block;
	font-size: 90%;
	padding-left: 3px;
	width: 177px;
}

#l_navi ul li a:hover {
	background-color:rgba(153,102,51,0.12);
	color: #736357;
	padding-left: 13px;
	opacity: 1;
	width: 157px;
}


#l_navi .l_navi_list00 {	
	background-color:rgba(153,102,51,0.2);
	margin-bottom: 5px;
	padding-left:5px;
}


/* --- 森エリア --- */

#l_navi .l_navi_list01 a{
	background: url(../images/icon1.gif) no-repeat 5px center;
	color: #736357;
	display:block;
	padding-left: 20px;
	width: 140px;
}

#l_navi .l_navi_list01 a:hover{
	background:  url(../images/icon0.gif) no-repeat 15px center;
	background-color:rgba(153,102,51,0.12);
	color: #736357;
	padding-left: 30px;
	opacity: 1;
	width: 140px;
}


/* --- 川エリア --- */

#l_navi .l_navi_list02 a{
	background: url(../images/icon2.gif) no-repeat 5px center;
	color: #736357;
	display:block;
	padding-left: 20px;
	width: 140px;
}

#l_navi .l_navi_list02 a:hover{
	background:  url(../images/icon0.gif) no-repeat 15px center;
	background-color:rgba(153,102,51,0.12);
	color: #736357;
	padding-left: 30px;
	opacity: 1;
	width: 140px;
}


/* --- 海エリア --- */

#l_navi .l_navi_list03 a{
	background: url(../images/icon3.gif) no-repeat 5px center;
	color: #736357;
	display:block;
	padding-left: 20px;
	width: 140px;
}

#l_navi .l_navi_list03 a:hover{
	background:  url(../images/icon0.gif) no-repeat 15px center;
	background-color:rgba(153,102,51,0.12);
	color: #736357;
	padding-left: 30px;
	opacity: 1;
	width: 140px;
}


/* --- 山エリア --- */

#l_navi .l_navi_list04 a{
	background: url(../images/icon4.gif) no-repeat 5px center;
	color: #736357;
	display:block;
	padding-left: 20px;
	width: 140px;
}

#l_navi .l_navi_list04 a:hover{
	background:  url(../images/icon0.gif) no-repeat 15px center;
	background-color:rgba(153,102,51,0.12);
	color: #736357;
	padding-left: 30px;
	opacity: 1;
	width: 140px;
}


/* --- ひまわり畑エリア --- */

#l_navi .l_navi_list05 a{
	background: url(../images/icon5.gif) no-repeat 5px center;
	color: #736357;
	display:block;
	padding-left: 20px;
	width: 140px;
}

#l_navi .l_navi_list05 a:hover{
	background:  url(../images/icon0.gif) no-repeat 15px center;
	background-color:rgba(153,102,51,0.12);
	color: #736357;
	padding-left: 30px;
	opacity: 1;
	width: 140px;
}


/* ------------------------ #main ------------------------ */

#main {
	float: right;
	width: 770px;
	margin: 0 0 100px 0;
}

#main a {
	color:#ff9900;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: underline;
}

#main h1 {
	background-color: #736357;
	color: #fff;
	font-size: 140%;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	margin-bottom: 15px;
}

#main h2 {
	border-left: 10px #736357 solid;
	color: #736357;
	font-size: 130%;
	padding-left: 5px;
	margin: 50px 0 10px 0;
}

#main h3 {
	font-size: 110%;
	font-weight: bold;
}

.main_breadcrumb_list {
	font-size:;
	margin-bottom: 3px;
}

.main_float_left {
	float: left;
	margin-right: 15px;
}

.main_float_right {
	float: right;
	margin-left: 15px;
}

.main_font_bold { /* メインエリア強調文字 */
	font-weight: bold;
	margin-bottom: 0.5em;
}

.main_font_small { /* メインエリア縮小文字 */
	font-size: 85%;
}



/* --- main_area_design_list (エリア案内一覧デザイン) --- */

.main_area_design_list a:hover {
	opacity: 0.75; /* 不透明度 */
}



/* --- main_spot_design (施設案内一覧デザイン) --- */

.main_spot_design {
	background-color: #FFF;
	border: 1px #ccc solid;
	float: left;
	height:230px;
	margin: 0 9px 50px 0;
	width: 170px;
}

.main_spot_design_text {
	padding: 0 5px;
}

.main_spot_design a:hover {
	opacity: 0.75; /* 不透明度 */
}




/* --- .main_area_design_header (エリア案内メイン画像) --- */

.main_area_design_top {
	clear: both;
	height: 233px;
	margin-bottom: 30px;
	width: 100%;
}




/* --- .main_area_design_header (エリア案内メイン画像) --- */

.main_area_design_header {
	margin-bottom: 50px;
}



/* --- .main_area_design1 (サムネイル画像) --- */

.main_area_design1 {
	clear: both;
	padding-top: 10px;
	width: 95%;
}

.main_area_design1 td {
	padding-right: 10px;
}

.main_area_design1 a:hover {
	opacity: 0.75; /* 不透明度 */
	text-decoration: underline;
}

.main_area_design1 img {
	margin-right: 10px;
}

/* --- .area_design2 (テーブル装飾) --- */

.main_area_design2 {
	clear: both;
	width: 95%;
}

.main_area_design2_font {
	margin: 0 0 5px 15px;
}

.main_area_design2 table {
	width:80%;
	margin-bottom: 20px;
}

.main_area_design2 tr {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

.main_area_design2 th {
	background-color: #f4f4f4;
	padding: 5px 15px 5px 20px;
	width: auto;
}

.main_area_design2 td {
	background-color: #fff;
	padding: 5px 15px 5px 30px;
}


/* --- .main_area_design_event (イベント装飾) --- */

.main_area_design_event {
	clear: both;
	height: 200px;
	margin-bottom: 100px;
	width: 98%;
}

.main_area_design_event table {
	width: 300px;
}

.main_area_design_event tr {
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

.main_area_design_event th {
	background-color: #f4f4f4;
	padding: 5px 15px 5px 20px;
	width: auto;
}

.main_area_design_event td {
	background-color: #fff;
	padding: 5px 15px 5px 30px;
}



/* ------------------------ #footer ------------------------ */

#footer {
	background-color: #736357;
	clear:both;
	width: 100%;
	height: auto;


}



/* --- #sitemap_area --- */

#sitemap {
	background-color: #736357; 
	color: #fff;
	font-weight: bold;
	line-height: 2em;
	height:280px;
	margin: 0 auto;
	padding: 40px 5px 0 5px;
	width: 960px;

}

.sitemap_area {
	float: left;
	margin: 0 0;
	width: 180px;
}

.sitemap_area a,#sitemap_social a{
	color: #fff;
}

.sitemap_area a:hover,#sitemap_social a:hover {
	position:relative; bottom:1px; /* オンマウスでピコ */
}

#sitemap ul {
	margin-bottom: 20px;
}

.sitemap_mark {
	background: url(../images/icon5.gif) no-repeat 5px center;
	font-weight: bold;
	padding-left: 20px;
}

.sitemap_nomark {
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
}

#sitemap_social {
	float: left;
	margin-left: 20px;
	width: 210px;
}


.sitemap_social {
	float: left;
	margin-right: 15px;
}


#copyright {
	background-color: #736357;
	clear: both;
}


address {
	color: #fff;
	font-size: 80%;
	text-align: center;
}
