/* CSS Document　ソルデザインワークス */
@charset "utf-8";
/*===== 全体 ====================================*/
*{
	
	margin:0;
	padding:0;
}

body {
	text-align:center;/* box centering */
	margin: auto;
	padding: 0px;
	background-image:url(../img/wasi1.png);
}

img {
	border: none ;/* img do not want a border */
	vertical-align:middle;
}
.btn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#wrapper {
	width: 920px;
	margin: 10px auto;
	text-align: center;
	background-image:url(../img/wasi1.png);
}
/*===== ヘッダー ====================================*/
div#header {
	width: 100%;
	text-align: center;
	background-image:url(../img/wasi.jpg);
}
div#header_contents {
	width: 920px;
	margin:0 auto;
	text-align:center;
}

.topword {
	font-size:14px;
	text-align: center;
	color:#ffffff;
}
div#menu {
	width: 100%;
	text-align:center;
	background-color:#669900;
}
div#menu_contents {
	width: 920px;
	margin:0 auto;
	text-align:center;
}
.navi {
	color: #ffffff;
	line-height:1.8;
	font-size: 14px;
	text-decoration : none;
}
a.navi:link, a.navi:visited { text-decoration : none; color: #ffffff}
a.navi:hover {text-decoration : underline;
	color: #ffffff
}
/*===== メニューナビゲーション ====================================*/
/* glovNavi
==============================*/
div#gloval_navi {
	text-align:center;
	margin: 0 auto;
	height: 100px;
	background-color:#669900;
	list-style-type: none
}

div#gloval_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none
}

div#gloval_navi ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none
}

div#gloval_navi ul li a {
	height: 100px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent:-9999px;
	list-style-type: none
}
/*=== ホーム ===*/
div#gloval_navi ul li a#home {
	width: 72px;
	background:url(../img/navi/home.png) no-repeat top;
}
div#gloval_navi ul li a#home:hover {
	background:url(../img/navi/home.png) no-repeat bottom;
}
/*=== 公園マップ ===*/
div#gloval_navi ul li a#map {
	width: 168px;
	background:url(../img/navi/map.png) no-repeat top;
}

div#gloval_navi ul li a#map:hover {
	background:url(../img/navi/map.png) no-repeat bottom;
}
/*=== 初めての方へ ===*/
div#gloval_navi ul li a#guide {
	width: 168px;
	background:url(../img/navi/guide.png) no-repeat top;
}

div#gloval_navi ul li a#guide:hover {
	background:url(../img/navi/guide.png) no-repeat bottom;
}
/*=== BBQ ===*/
div#gloval_navi ul li a#bbq {
	width: 168px;
	background:url(../img/navi/bbq.png) no-repeat top;
}

div#gloval_navi ul li a#bbq:hover {
	background:url(../img/navi/bbq.png) no-repeat bottom;
}
/*=== 里山倶楽部 ===*/
div#gloval_navi ul li a#club {
	width: 168px;
	background:url(../img/navi/club.png) no-repeat top;
}

div#gloval_navi ul li a#club:hover {
	background:url(../img/navi/club.png) no-repeat bottom;
}
/*=== 交通アクセス ===*/
div#gloval_navi ul li a#access {
	width: 168px;
	background:url(../img/navi/access.png) no-repeat top;
}

div#gloval_navi ul li a#access:hover {
	background:url(../img/navi/access.png) no-repeat bottom;
}

/*===== ページコンテンツ ====================================*/
div#contents {
	width: 920px;
	margin:0 auto;
	text-align:center;
}

div#contentsMain {
text-align: left;
padding:0px 0 0px 0;
}
/*===== topページコンテンツ ====================*/
div#topcontents_left {
	margin:0 auto;
	width: 620px;
	float:left;
	text-align: left;
}

div#topcontents_right {
	margin:0 auto;
	width:280px;
	float:right;
	text-align: center;
}

/*===== ページコンテンツ =========================*/
div#contents_left {
	margin:0 auto;
	width: 200px;
	float:left;
	text-align: left;
}

div#contents_right {
	margin:0 auto;
	width:700px;
	float:right;
	text-align: left;
}

/*===== ページの先頭へ戻る ====================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}


/*===== フッター ====================================*/
hr {
height: 0px;
border-color: #929248;
color:#929248;
}

div#footer {
	clear:both;
	margin:0 auto;
	text-align:center;
	background-image:url(../img/wasi.jpg);
	padding:0px 0 5px 0;
}

div#footerMain {
	width:900px;
	margin:0 auto;
	text-align:center;
}


.corpname {
	color: #ffffff;
	line-height:1.8;
	font-size: 16px;
	text-decoration : none;
}

.corp {
	color: #ffffff;
	line-height:2.8;
	font-size: 10px;
	text-decoration : none;
}

/*===== リストメニュー ====================================*/
.rist-menu {
	list-style: none;
	overflow: hidden;
	width: 200px;
	padding: 0;
	margin: 0px auto 10px;
}
.rist-menu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a1b91d;
}
.rist-menu li:last-child {
	border-bottom: 0px;
}
.rist-menu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 50px;
	margin: 0;
	padding: 0px 10px 0px 22px;
	background: #669900;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration: none;
}
.rist-menu li a:hover {
	background: #a1b91d;
}
#list li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 7px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#list li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 2px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #669900;
}
#list li a:hover:after {
	background: #a1b91d;
}
/*===== 概要テーブル ====================================*/
div.tbl {
	margin: 10px 0px 10px 0px;
}

div.tbl table{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

div.tbl table td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
}

div.tbl table th {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	background: #efefef;
	font-weight: normal;
	text-align: left;
}

div.tbl table td.head {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	background: #f5f5f5;
}
/*===== テーブル ====================================*/
div.tbll {
	margin: 4px 0px 4px 0px;
}

div.tbll table{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

div.tbll table td {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	font-size: 12px;
}

div.tbll table th {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
	background: #efefef;
	font-weight: normal;
	text-align: left;
}

div.tbll table td.head {
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	background: #f5f5f5;
}
/*===== テーブル0 ====================================*/
div.tbl0 {
	margin: 4px 0px 4px 0px;
}

div.tbl0 table{
	border-top: 0px;
	border-left: 0px;
}

div.tbl0 table td {
	border-right: 0px;
	border-bottom: 0px;
	padding: 2px;
	font-size: 14px;
}

#waku{
    border: 2px solid #ff9900;
    border-radius: 10px;
    cellspacing:0; cellpadding:10px;
}

/*===== 画像枠 ====================================*/
.imgwaku{    
     border:1px solid #999;/* 外枠の色 */    
     padding:5px;/* 余白 */    
     background-color:#e8e8e8;/* 余白部分の色 */    
} 

/*===== 画像ちょいナナメ ====================================*/
.imgnaname {
    padding: 10px;
    background: #fff;
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
    
/*===== お問い合わせボタン ====================================*/
.button003 a {
    background: #ffcc33;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.button003 a:hover {
    background: #ff9900;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ff9900;
    border-right: 3px solid #ff9900;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
    