@charset "utf-8";

body:first-of-type #comment #text_area {
	font-size: 12px;
	letter-spacing: -1px;
}

/*-----------タグ----------*/
body {
	background-image: url(../img/bg/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #9CF1CE;
}
a:hover {
	color: #74CBA7;
	text-decoration: underline;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#s {
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	clear: both;
	vertical-align: bottom;
}
#s {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 773px;
}

/* ------------------------------
ヘッダー(header)を定義
------------------------------ */
/*-----------ヘッダー-----------*/
#header {
	background-image: url(../img/header/head.jpg);
	background-repeat: no-repeat;
	height: 56px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 805px;
}
#header h1 {
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
#header a {
	width: 200px;
	height: 50px;
	display: block;
	outline: none;
}

#header .title {
	width: 200px;
	float: left;
}
#header #text {
	float: right;
	width: 300px;
	height: 20px;
	text-indent: -5000px;
}
/* ------------------------------
ラッパー(wrapper)を定義
------------------------------ */
/*-----------ラッパーー-----------*/
#wrapper {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #59463F;
	border-left-color: #59463F;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 773px;
	background-color: #9B826C;
	text-align: left;
}
#wrapper_t {
	padding: 0px;
	width: 805px;
	background-image: url(../img/wrapper/wrapper_t.jpg);
	height: 14px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	font-size: 1px;
	clear: both;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*-----------トップナビ-----------*/
#navi {
	position: relative;
	clear: both;
	float: left;
	width: 773px;
}

#navi_bar {
	height: 67px;
	background-image: url(../img/navi/navi.jpg);
	background-repeat: no-repeat;
}
#navi_bar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}
#navi li {
	float: left;
}

#navi_bar a {
	display: block;
	padding: 0px;
	height: 62px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	outline: none;
}
#navi_bar #guide a:hover {
	background-image: url(../img/navi/guide.jpg);
	background-position: 1px 2px;
	background-repeat: no-repeat;
}
#navi_bar #sea a:hover {
	background-image: url(../img/navi/seasons.jpg);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
#navi_bar #pet a:hover {
	background-position: 1px 2px;
	background-repeat: no-repeat;
	background-image: url(../img/navi/gallary.jpg);
}
#navi_bar #access a:hover {
	background-image: url(../img/navi/access.jpg);
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

#navi_bar #plan a:hover {
	background-image: url(../img/navi/plan.jpg);
	background-position: 1px 2px;
	background-repeat: no-repeat;
}




#navi #img {
	height: 230px;
	width: 773px;
}
#navi #img2 {
	height: 200px;
	width: 771px;
	z-index: 0;
	display: inline-table;
}
/*-----------トップページボックス-----------*/


#main {
	width: 550px;
	float: left;
	clear: both;
	color: #503E2F;
}
#contents {
}

/*-----------トップページメインバナー-----------*/


#banner {
	height: 189px;
	padding: 3px;
	margin: 0;
	float: left;
}
#banner div {
	float: left;
	text-indent: -5000px;
}
#banner div#bnr01 {
	background: url(../img/banner/drive.jpg) no-repeat;
}
#banner div#bnr01 a {
	width: 271px;
	height: 105px;
	display: block;
	outline: none;
}
#banner div#bnr01 a:hover {
	background: url(../img/banner/drive_on.jpg) no-repeat;
}
#banner div#bnr02 {
	background: url(../img/banner/pet.jpg) no-repeat;
}
#banner div#bnr02 a {
	width: 271px;
	height: 105px;
	display: block;
	outline: none;
}
#banner div#bnr02 a:hover {
	background: url(../img/banner/pet_on.jpg) no-repeat;
}
#banner div#bnr03 {
	background: url(../img/banner/pet2.jpg) no-repeat;
}
#banner div#bnr03 a {
	width: 270px;
	height: 79px;
	display: block;
	outline: none;
}
#banner div#bnr03 a:hover {
	background: url(../img/banner/pet2_on.jpg) no-repeat;
}
#banner div#bnr04 {
	background: url(../img/banner/lunch.jpg) no-repeat;
}
#banner div#bnr04 a {
	width: 270px;
	height: 79px;
	display: block;
	outline: none;
}
#banner div#bnr04 a:hover {
	background: url(../img/banner/lunch_on.jpg) no-repeat;
}

/*-----------トップページ書き出し-----------*/
#comment {
	background-image: url(../img/main/comment.jpg);
	background-repeat: no-repeat;
	height: 120px;
	clear: both;
	float: left;
	width: 541px;
}

#waku_top {
	clear: both;
	background: url(../img/main/waku_top.gif) no-repeat;
	height: 6px;
	overflow: hidden;
}

#waku_middle {
	background: url(../img/main/waku_middle.gif) repeat-y;
	padding: 1px 4px;
	position: relative;
}

#waku_middle #hotel_pic {
	float: left;
	position: absolute;
	top: 0px;
	left: 4px;
}

#waku_bottom {
	background: url(../img/main/waku_bottom.gif) no-repeat;
	height: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

#waku_middle h2 {
	font-size: 16px;
	background-image: url(../img/main/comment_title.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 22px;
	margin: 0px;
	margin-bottom: 4px;
}
#waku_middle #text_area {
	margin-left: 145px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
    letter-spacing: -1px;
}


#comment h2 {
	margin: 3px 0;
	font-size: 16px;
	background-image: url(../img/main/comment_title.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	padding-top: 0px;
	padding-right: 0px;
/*	padding-bottom: 5px; */
	padding-left: 0px;
	line-height: 22px;
}
#comment #text_area {
	margin-left: 150px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
}
/*-----------新着情報-----------*/
#info_box {
	width: 541px;
	clear: both;
	float: left;
}
#info_box #info_t {
	background-image: url(../img/info/info_t.jpg);
	height: 7px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	padding: 0px;
	font-size: 1px;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#info_box #info {
	background-color: #59463F;
	background-position: 370px bottom;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	width: 539px;
	background-image: url(../img/info/dog_back2.jpg);
}

#info_box #info_b {
	background-image: url(../img/info/info_b.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 7px;
	vertical-align: middle;
}
#info_box #info h3 {
	text-indent: -5000px;
	background-image: url(../img/info/what_title.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}
#info ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#info li {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7B6157;
	margin: 0px;
	color: #FFFFFF;
	font-size: small;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.4em;
	background-image: url(../img/icon/arrow.gif);
}
#500 {

}

/*-----------サイドナビ-----------*/

#sidenavi {
	background-image: url(../img/sidenavi/sidenavi_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -1px;
	text-align: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 6px;
	width: 200px;
}
#side_box {
	float: right;
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidenavi #pickup h3 {
	background-image: url(../img/sidenavi/pickup.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	height: 10px;
}
#reserve img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-----------サイドピックアップ-----------*/

#pick_box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#address h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}

#pick_box li {
	margin: 0px;
	padding: 0px;
	height: 20px;
}


#sidenavi div#reserve {
	width: 200px;
	height: 100px;
	padding: 0px;
	margin: 0 0 10px 0;
	text-indent: -5000px;
}
#sidenavi div#reserve a {
	width: 200px;
	height: 100px;
	background: url(../img/sidenavi/reservation.jpg) no-repeat;
	display: block;
	outline: none;
}
#sidenavi div#reserve a:hover {
	background: url(../img/sidenavi/reservation_on.jpg) no-repeat;
}
#pickup {
	width: 200px;
}

#pickup #pick_box {
	background-color: #EEEAE7;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #979797;
	border-left-color: #979797;
	width: 198px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #979797;
}
#pickup #pick_box .plan {
	font-size: 10px;
	background: url(../img/sidenavi/plan.jpg) no-repeat;
	width: 198px;
	text-indent: -5000px;
}
#pick_box .plan a {
	height: 17px;
	width: 198px;
	background: #EEEAE7 url(../img/sidenavi/plan.jpg) no-repeat;
	display: block;
	outline: none;
}
#pickup #pick_box .plan a:hover {
	background: #EEEAE7 url(../img/sidenavi/plan_on.jpg) no-repeat;
}

#pickup #pick_box .inq {
	font-size: 10px;
	background: url(../img/sidenavi/inquiry.jpg) no-repeat;
	width: 198px;
	text-indent: -5000px;
}
#pickup #pick_box .inq a {
	height: 17px;
	width: 198px;
	background: #EEEAE7 url(../img/sidenavi/inquiry.jpg) no-repeat;
	display: block;
	outline: none;
}
#pickup #pick_box .inq a:hover {
	background: #EEEAE7 url(../img/sidenavi/inquiry_on.jpg) no-repeat;
}
#equ {
	padding: 0px;
	margin: 0 0 10px 0;
}
#equ {
	width: 213px;
	height: 120px;
	text-indent: -5000px;
	background: url(../img/sidenavi/equ.jpg) no-repeat;
}
#equ a {
	width: 213px;
	height: 120px;
	background: url(../img/sidenavi/equ.jpg) no-repeat;
	display: block;
	outline: none;
}
#equ a:hover {
	background: url(../img/sidenavi/equ_on.jpg) no-repeat;
}

/*-----------サイド季節の便り-----------*/

#movie {
	padding: 0px 0px 12px;
	width: 220px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color:#FFFFFF;
	background: url(../img/sidenavi/mo_bg3.jpg) no-repeat left bottom;
}
#movie div {
	padding-top: 10px;
	background: url(../img/sidenavi/mo_bg1.jpg) no-repeat left top;
}

#movie h2,
#movie p {
	font-size: 80%;
	background: url(../img/sidenavi/mo_bg2.jpg) repeat-y left top;
	margin: 0px;
	padding: 5px;
}
#movie_area {
	background: url(../img/sidenavi/mo_bg2.jpg) repeat-y left top;
	margin-left: 3px;
	margin-left: 5px;
}

#season {
	padding: 0px;
	width: 220px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#season #title {
	clear: left;
	margin: 0px;
	padding: 0px;
}

#season #box {
	background-image: url(../img/sidenavi/season_box_bg.jpg);
	background-repeat: repeat-y;
	clear: both;
	padding-left: 6px;
}
#season #box img {

}
#season_b {
	background-image: url(../img/sidenavi/season_box_b.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	margin: 0px;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 12px;
}

#season h2 {
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/sidenavi/season_box_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	text-indent: -5000px;
}
/*-----------住所-----------*/
#address {
	background-image: url(../img/sidenavi/address.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	height: 90px;
}
/*-----------フッター-----------*/
#futter {
	clear: both;
	background-image: url(../img/futter/futter.jpg);
	height: 52px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 805px;
	padding: 0px;
}
#futter li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
#futter ul {
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	_margin-left: 15px;
	float: left;
	width: 350px;
}
#futter a {
	text-decoration: none;
	display: block;
	float: left;
	text-indent: -5000px;
}
#futter #inq a {
	width: 100px;
	height: 24px;
	margin-right: 6px;
	_margin-right: 3px;
	outline: none;
}
#futter #link a {
	height: 24px;
	width: 44px;
	margin-right: 6px;
	_margin-right: 3px;
	outline: none;
}
#futter #privacy a {
	height: 24px;
	width: 165px;
	outline: none;
}

#futter #copyright {
	float: right;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}
#copyright {
	float: right;
	width: 300px;
}

