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

/* --------------------------------------------- 
  reset
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { 
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,acronym {
	border: 0;
}

img, object, embed {
	vertical-align: top;
}

/* --------------------------------------------- 
  基本設定 
-----------------------------------------------*/
body {
	color: #333;
	font-size: 90%;
	font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 140%;
	text-align: center;
	margin:0px auto;
	background-color:#E1F0B5;
}

* html body {/* IE6 */
	font-size:85%;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

body div {
	text-align: left;
	margin: 0 auto;
}

p {
}

img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.img_l {
	margin: 0px 10px 5px 0px;
	padding: 0;
	float:left;
}
.img_r {
	margin: 0px 0px 5px 10px;
	padding: 0;
	float:right;
}

.center{
	margin: 0px 0px 5px 30px;
 }

strong {
    font-weight:bold;
}

/* recommends */
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #006600;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* recommends02 */
a.an:link {
	color: #333;
	text-decoration: none;
}
a.an:visited {
	color: #333;
	text-decoration: none;
}

a.an:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.an:active {
	color: #333;
	text-decoration: none;
}


/* --------------------------------------------- 
  header elements
-----------------------------------------------*/

h1 {
	margin: 0px;
}

h2 {
	margin: 0px 0px 20px 5px;
}

h2.pages {
	margin: 0px 0px 20px 5px;
	background-image:url(../../img/h2.gif);
	background-repeat:no-repeat;
	padding:5px 5px 6px 40px;
	font-size: 120%;
	font-weight:bold;
	color:#f0f0f0;
}

h3.page {
	margin: 0px 10px 15px 10px;
	padding: 5px 0px 5px 30px;
	color: #003300;
	font-size: 110%;
	font-weight: 800;
	background: url(../../img/arrow02.gif) no-repeat 7px 0.4em;
	background-color:#E1E1E1;
}

h3 {
	margin: 0px 10px 15px 5px;
	padding: 5px 0px 5px 30px;
	color: #003300;
	font-size: 110%;
	font-weight: 800;
	background: url(../../img/arrow02.gif) no-repeat 7px 0.4em;
	background-color:#E1E1E1;
}

h4 {
	margin: 10px 10px;
	padding: 0px 0px 3px 10px;
	font-size: 105%;
	font-weight: 800;
	color:#006600;
	border-bottom:solid 1px #009900;
}

/* --------------------------------------------- 
 テーブル設定
-----------------------------------------------*/
table {
	margin:10px 10px 20px 10px;
	border-top: 1px solid #999;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #999;
	font-size: 100%;
	width:95%;
}

table th {
	padding: 5px 10px;
	background-color: #f7f7f7;
	border-top: 0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px;
	font-weight: 800;
	text-align: left;
	vertical-align: top;
}

table td {
	margin: 0;
	padding: 5px 10px;
	border-top: 0px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 0px;
	vertical-align: top;
}

table.mail{
	margin: 0px 0px 20px 60px;
	border-top: 1px solid #999;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #999;
	font-size: 100%;
}

table.none {
	margin: 10px 0px 10px 0px;
	border: none;
	font-size: 100%;
}

table.none th,
table.none td {
	border: none;
	padding: 5px;
}

.recipe_bg {
	background-color: #E7DAC2;
	padding:10px;
	margin: 10px 20px;
}

table.recipe {
	font-size: 100%;
	background-color: #E7DAC2;
	border: none;
}

table.recipe td {
	border: none;
	padding: 5px;
	border-bottom: dotted 1px #996600;
	background-color: #E7DAC2;
}

th.recipe{
	border: none;
	padding: 5px;
	color:#996600;
	font-weight:bold;
	background-color:#fff;
	border-bottom: dotted 1px #996600;
	background-color: #E7DAC2;
}

table.zairyo {
	margin: 0px 10px;
	font-size: 100%;
	width:250px;
	background-color: #fff;
	border: none;
}

table.zairyo td {
	border: none;
	padding: 5px;
	border-bottom: solid 1px #996600;
}

table.zairyo th {
	border: none;
	padding: 5px;
	border-bottom: solid 1px #996600;
	color:#996600;
	font-weight:bold;
	background-color: #fff;
}

table.hotel{
	margin:10px 10px 20px 10px;
	background:url(../../img/img_stay02.gif) left bottom no-repeat;
	border: none;
	width:90%;
}

table.hotel td {
	margin: 0;
	padding: 5px 10px;
	border: 0px;
	vertical-align: middle;
	background:url(../../img/img_stay02.gif) left bottom no-repeat;
	border: none;
}
/* --------------------------------------------- 
 リスト
-----------------------------------------------*/

/* dl */
dl{
	margin: 5px;
}
dt{
	margin: 5px;
	font-size:14px;
	font-weight:bold;
	color:#006600;
}
dd{
    margin:5px 10px 15px 10px;
	padding:0px 10px 15px 5px;
}

dl.aruku {
	margin: 5px;
	width:580px;
}

dl.aruku dt{
	margin: 5px;
	font-size:14px;
	font-weight:bold;
	color:#006600;
}

dl.aruku dd{
    margin:5px 10px 15px 10px;
	padding:0px 10px 15px 5px;
	background:none;
}

dl.flow{
	margin: 10px auto;
	width:520px;
}
dl.flow dd{
    text-align:left;
}

*:first-child+html dd {
	margin-left: 12.5em;
	padding-left: 0;
}


/* dl_top */
#home_main dl.dl_top {
	border-bottom: 1px #666 dotted;
	clear: left;
	width: 395px;
	padding:5px 5px 0px 5px;

}

#home_main dl.dl_top dt {
	float: left;
	display:block;
	color:#333;
	font-weight:normal;
	font-size:12px;
	margin:0px;        
}

#home_main dl.dl_top dt.news {
    margin-right:5px;
	padding: 3px 5px 3px 20px;
	float: left;
	font-weight:normal;
}

#home_main dl.dl_top dt.news dd{
	padding: 3px;
	font-size:12px;
	float: left;
	font-weight:normal;
}



ol{
    margin:10px 30px;
}

ol li{
    padding:3px 10px;
}

/* --------------------------------------------- 
 検索リスト
-----------------------------------------------*/

ul.result {
	margin:5px 20px;
}
ul.result li{
	padding: 5px 5px 5px 15px;
	border-bottom:dotted 1px #666666;
	background: url(../../img/arrow.gif) no-repeat 0 0.9em;
	}

/* --------------------------------------------- 
 壁紙
-----------------------------------------------*/

/* wrapper */
#wrapper {
	margin:0px auto;
	padding:0px;
	background-color:#fff;
	width: 840px;
}


/* --------------------------------------------- 
 ヘッダ
-----------------------------------------------*/

/* header */
#header {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}

#header h1 {
	margin: 0px 0px 0px 5px;
	float:left;
}

* html #header h1 {
	margin: 0px 0px 0px 5px;
	float:left;
}

#header #r-box {
	color: #333;
	font-size: 12px;
	float:right;
	margin:5px 0px;
	width:auto;
}

* html #header #r-box {
	color: #333;
	font-size: 12px;
	float:right;
	margin:5px 0px;
	width:auto;
}

*:first-child+html #header #r-box {
	color: #333;
	font-size: 12px;
	float:right;
	margin:5px 0px;
	width:auto;
}

#header #r-box img {
	float:right;
	margin:10px 0px 0px 0px;
}

#r-box .search {
    float:left;
	margin: 5px 0px 5px 10px;
}

/* menu */
#menu {
    margin:25px 0px 5px 0px;
	padding:0px;
}
#menu img{
	padding:5px 5px 0px 5px;
}

* html #menu {
    margin:20px 0px 5px 0px;
	padding:0px;
}

*:first-child+html #menu {
    margin:20px 0px 5px 0px;
	padding:0px;
}

#flash{
    width:auto;
	height:auto;
	margin:10px 0px;
	position: relative;
}
#flash .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

* html #flash{
	margin:0px 0px 5px 0px;
}
#js_block{ height:550px; position:relative;}
#js{
	width: 850px;
	background: #ccc;
	height: 350px;
	margin:10px 0px;
	border: solid 1px #fff;
	overflow: hidden;
}

#js pre{
	margin: 150px 0 10px;
	text-align:center;}
#js_block ul{list-style:none; position:absolute; top:370px; margin:0 20px 10px; height:100px;padding: 0; z-index:2;}
#js_block ul li{float:left; margin: 5px;}

.main_menu{
    display: flex;
	margin:0 0 10px;
}
.main_menu .img{
    margin:10px;
}
/* --------------------------------------------- 
 ベース
-----------------------------------------------*/

/* container */
#container {
	margin: 0 auto;
	padding: 0px 5px;
	width:860px;
	background-color:#fff;
}

/* --------------------------------------------- 
 コンテンツ
-----------------------------------------------*/

/* content */
#content {
	width: 850px;
	margin: 10px auto;
	text-align: left;
	background-color:#fff;
}

#content:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

/* --------------------------------------------- 
 コンテンツメイン
-----------------------------------------------*/

/* main */
#main {
	width: 625px;
	margin: 0px;
	float: left;
}

.asset-body {
	margin: 0px 5px 20px 5px;
	text-align: left;
	width: 610px;
}

.asset-body p {
	margin:0px 10px 10px 10px
}

.asset-body p.sh {
	margin:0px 0px 10px 15px
}

.asset-body p.no-indent {
	text-indent: 0;
}
.author{
    text-align:right;
	margin:0px 0px 30px 0px;
}

/* form */
.form-inquiry {
	width: 550px;
	margin: 25px 0 25px 35px;
}
.form-inquiry p {
	margin-top: 10px;
	font-size: 110%;
	text-indent: 0;
}

/* --------------------------------------------- 
 コンテンツ　サイド
-----------------------------------------------*/
/* side */
#side {
	float: right;
	margin: 0px 5px 0px 0px;
	width: 200px;
}
#side_menu {
	margin:0px;
	border:5px solid #D5D5D5;
	background-color:#F8F8F8;
}

#side h2 {
	background-image:none;
	margin: 0px;
	padding: 0px;
}
#sideul{
    margin:10px 0px;
}
#sideul li{
    margin:5px 5px;
	padding:3px 0px;
}

#bnr-box {
	margin: 10px 0px 0px 0px;
}

#bnr-box img {
	margin-bottom: 8px;
}


/* topicpath */
#topicpath {
	margin: 0px 5px 0px 10px;
	text-align: left;
	color: #666;
	width:690px;
   float:left;
}
*:first-child+html #topicpath {
	margin: 0px 5px 0px 0px;
	text-align: left;
	color: #666;
	width:680px;
}
* html #topicpath {
	margin: 0px 5px 0px 5px;
	text-align: left;
	color: #666;
	width:680px;
}
ul#navigator  {
	margin: 0px 5px 0px 0px;
}

ul#navigator li {
	float: left;
	margin:5px 5px;
	font-size:12px;
	}

/* --------------------------------------------- 
  フォント
-----------------------------------------------*/

/* フォントサイズ変更ボタン */
.fontbox{
    float:left;
	margin-right:5px;
	padding:0px 0px 0px 0px;
	width:60px;
}

#fontbox {
    float:left;
	margin:0px;
	padding:8px 0px 0px 0px;
}

#fontbox ul {
  padding: 0;
  list-style: none;
}

#fontbox ul li {
  float: left;
  text-indent: -9999px;
  margin-left:5px;
}
#fontbox ul li a {
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
}
#fontbox .font_n, .font_n a {
	width: 49px;
	height: 19px;
	display: block;
	background:url(../../img/img_font_nomal.gif) no-repeat;
}
#fontbox .font_n a:hover {
	background:url(../../img/img_font_nomal.gif) no-repeat;
}

#fontbox .font_l, .font_l a {
	width: 49px;
	height: 19px;
	display: block;
    background: url(../../img/img_font_large.gif) no-repeat;
}

#fontbox .font_l a:hover {
  background: url(../../img/img_font_large_on.gif) no-repeat;
}

ul.font{
}
ul.font li{
    float:left;
	margin-right:5px;
}


/* top */
#top {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.pagetop {
	margin-top: 20px;
	text-align: right;
	clear: both;
}

/* --------------------------------------------- 
  トップページ設定
-----------------------------------------------*/
/* home main */
#home_main {
	width: 425px;
	margin: 5px 0px 0px 0px;
	float: left;
}
/* home side */
#home_left {
	float: left;
	margin: 5px 12px 10px 5px;
	width: 200px;
	clear:right;
}

* html #home_left {
	float: left;
	margin: 5px 12px 10px 1px;
	width: 200px;
	clear:right;
}

#home_left h2 {
	background-image:none;
	margin: 5px 0px;
	padding:0px;
}

#home_menu ul {
	margin:0px;
	padding:10px 5px 10px 140px;
}
#home_menu ul li {
	margin:3px;
	padding-left:13px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-size:12px;
}

/* home right */
#home_right {
	float: right;
	margin: 5px 5px 10px 0px;
	width: 200px;
	clear:right;
}

* html #home_right {
	float: left;
	margin: 5px 0px 10px -1px;
	width: 200px;
	clear:right;
}

.bnr {
    margin:0px 8px;
}

/* --------------------------------------------- 
  トップページ設定 いろいろ
-----------------------------------------------*/
#home_left .annyoji{
	margin: 0px 0px 5px 0px;
	background:url(../../img/home_img_angoji.jpg) no-repeat top left;
	padding:130px 5px 5px 5px;
	height:50px;
	font-size:12px;
	line-height: 120%;
}

* html #home_left .annyoji{
	margin: 0px 0px 10px 0px;
	background:url(../../img/home_img_angoji.jpg) no-repeat top left;
	padding:130px 5px 5px 5px;
	height:50px;
	font-size:12px;
	line-height: 120%;
}

#home_main .takara{
	margin: 0px 0px 5px 0px;
	background:url(../../img/home_img01.jpg) no-repeat top left;
	padding:10px 10px 5px 145px;
	height:165px;
	font-size:13px;
	line-height: 120%;
}

* html #home_main .takara{
	margin: 0px 0px 5px 0px;
	background:url(../../img/home_img01.jpg) no-repeat top left;
	padding:10px 10px 0px 145px;
	height:165px;
	font-size:13px;
	line-height: 120%;
}


p.text{
	margin:10px 0px 5px 0px;
}

#home_main .home_news {
	margin: 10px 0px 5px 0px;
	background:url(../../img/home_news.gif) no-repeat top left;
	padding:40px 10px 5px 10px;
	height:185px;
	font-size:13px;
	line-height: 120%;
}

* html #home_main .home_news {
	margin: 0px 0px 5px 0px;
	background:url(../../img/home_news.gif) no-repeat top left;
	padding:40px 10px 10px 10px;
	height:230px;
	font-size:13px;
	line-height: 120%;
}

#home_main .home_surrounding {
	margin: 10px 0px 5px 0px;
	background:url(../../img/home_img02.gif) no-repeat 10px 10px;
	padding:20px 10px 5px 170px;
	height:150px;
	font-size:13px;
	line-height: 120%;
}

span.new {
display: none;
color: red;
}

#home_main ul {
    margin:0px 10px;
}

#home_main ul li {
    float:left;
	margin:5px 7px;
	text-align:center;
	font-size:12px;
}

#home_right .omotenashi{
    margin:0px 0px 10px 0px;
}

#home_right .sou{
    margin:10px 0px 5px 0px;
	background-image:url(../../img/img_sonanda.gif);
	background-repeat:no-repeat;
	padding:10px 8px;
	font-size:12px;
}

* html #home_right .sou{
    margin:10px 0px 5px 0px;
	background-image:url(../../img/img_sonanda.gif);
	background-repeat:no-repeat;
	padding:10px 8px 12px 8px;
}


#home_right .sidetext{
	font-size:12px;
	line-height:140%;
    margin:10px 0px 5px 0px;
}

ul.search {
	margin:10px 0px 5px 0px;
}
ul.search li {
	margin: 3px 5px;
}

ul.ichioshi ul {
	margin:15px 0px 5px 0px;
}

ul.ichioshi li {
	margin: 8px 5px;
}

.area {
    margin: 10px 13px;
}

#about_list {
    border-top:solid 3px #009900;
	padding: 10px 5px;
	font-size:12px;
}

#about_list li {
    margin:0px 10px;
	padding: 2px 5px 2px 15px;
	background: url(../../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position:3px 7px;
}
/* --------------------------------------------- 
  コンテンツ
-----------------------------------------------*/

/* リスト　*/

.asset-body ul {
  margin:10px 25px;
  list-style:none;
}

.asset-body ul li{
	background-image:url(../../img/arrow03.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding: 5px 2px 5px 20px;
    margin:0px;
}

dl.policy{
  margin:10px 20px 10px 20px;
  padding:0px;
  width:570px;
}

dt.policy{
	padding: 5px;
}

dd.policy{
	padding: 5px;
    margin:0px 10px 10px 10px;
	background-image:none;
}


/* 観光スポット */

ul.spot {
  margin:10px 25px;
  width:600px;
  list-style:none;
}

*:first-child+html ul.spot {
  margin:10px 20px;
  width:600px;
  list-style:none;
}

* html ul.spot {
  margin:10px 15px;
  width:600px;
  list-style:none;
}

ul.spot li {
  float:left;
  border:solid 1px #666;
  padding:5px;
  margin:5px;
  background-image:none;
}

dl{
  margin:0px;
  padding:0px;
  width:164px;
}

dt{
  margin:0px;
  padding:0px;
}

dd{
	background-image:url(../../img/arrow03.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding: 2px 2px 0px 18px;
    margin:0px;
}

*:first-child+html dd{
	background-image:url(../../img/arrow03.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding: 2px 2px 0px 45px;
    margin:0px;
	text-align:left;
}

/* 企業用 */

ul.corporate {
  margin:10px 15px;
  list-style:none;
}

*:first-child+html ul.corporate {
  margin:10px 15px;
  list-style:none;
}

* html ul.corporate {
  margin:10px 15px;
  width:600px;
  list-style:none;
}

ul.corporate li {
  float:left;
  border-bottom: dotted 1px #666;
  background-image:url(../../img/arrow03.gif);
  background-repeat:no-repeat;
  background-position:3px 8px;
  padding: 5px 5px 5px 20px;
  margin:5px;
  width:250px;
}

/* イベントカレンダータブ */

table.tab{
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 1px solid #FF9933;
	border-left: 1px solid #FF9933;
	border-bottom: 1px solid #FF9933;
}
table.tab td{
	padding: 2px 5px;
	border-right: 1px solid #FF9933;
	text-align:center;
	width:36px;
}

table.tab td.now{
	padding: 2px 5px;
	border-right: 1px solid #FF9933;
	text-align:center;
	width:36px;
	background-color: #FF9D3C;
}


#tab{
	margin-right: auto;
	margin-left: auto;
}

#tab div#javascript_tab {
	width: 590px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
	
/*---ie6.0---*/
* html #tab div#javascript_tab {
	width: 580px;
	text-align:left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

div#javascript_tab .tab_box {
	border:1px solid #FF9933;
	background-color:#F9F9F9;
	clear:both;
	padding: 10px;
	margin: 0px;
	}
	
div#javascript_tab .tab_box table.month {
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin: 10px 0px;
	width: 100%;
	}

/*---ie6.0---*/
* html div#javascript_tab .tab_box table.month {
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin: 10px 0px;
	width: 90%;
	}
	
div#javascript_tab .tab_box table.month td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding: 5px;
	width: 80%;
	}

div#javascript_tab .tab_box table.month td.day {
    background-color:#FFFFCC;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding: 5px;
	width: 20%;
	}
	
div#javascript_tab ul#tab {
	margin-bottom:10px;
	padding:0;
	border-bottom:1px solid #E4E4E4;
	background-color:#fff;
	float:left;
	width:100%;
	}

div#javascript_tab ul#tab li {
	text-align:center;
	float:left;
	background-color: #F2F2F2;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
	font-weight: bold;
	width: 37px;
	border: 1px solid #FF9933;
	list-style-type: none;
	font-size: 12px;
	padding: 3px;
	background-image:none;
	}


/*---ie6.0---*/
* html div#javascript_tab ul#tab {
	margin-bottom:10px;
	padding:0;
	border-bottom:1px solid #E4E4E4;
	background-color:#fff;
	float:left;
	width:100%;
	margin: 0px 0px 10px 0px;
	}

/*---ie6.0---*/
* html div#javascript_tab ul#tab li {
	text-align:center;
	float:left;
	background-color: #F2F2F2;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
	font-weight: bold;
	width: 38px;
	border: 1px solid #FF9933;
	list-style-type: none;
	font-size: 12px;
	padding: 2px;
	background-image:none;
	}

#tab div#javascript_tab ul#tab li.selected {
	background-color:#fff;
	background-image:none;
	}

#tab div#javascript_tab ul#tab li.selected a {
	color:#0066CC;
	background-color:#ffffff;
	}

#tab div#javascript_tab a {
	color:#400000;
	text-decoration:underline;
	}

#tab div#javascript_tab a:hover	{
	color:#FF6600;
	text-decoration:underline;
}

/* 四季のイベント 他共通　*/
#detail {
  margin:20px 30px;
  padding:10px;
  border:solid 1px #FFCC00;
  background-color:#FFFFCC;
}


/* 問合せ */
.mail{
   margin:15px 20px;
}


/* sitemap */

#sitemap{
    margin:10px 5px 10px 70px;
}
#sitemap li{
    margin:0px 5px;
	padding:3px 2px 3px 28px;
	background-image:url(../images/arrow04.gif);
	background-repeat:no-repeat;
	background-position:9px 7px;
}

#sitemap02{
    margin:10px 40px;
}
#sitemap02 li{
    margin:0px 5px;
	padding:3px 2px 3px 28px;
	background-image:url(../images/arrow03.gif);
	background-repeat:no-repeat;
	background-position:9px 7px;
}

/* --------------------------------------------- 
  フッター
-----------------------------------------------*/

#footer{
	padding:10px;
	margin:10px 5px;
	background-image:url(../../img/boo.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#99CC00;
	color:#FFFFFF;
}

p.footer-address {
    margin:10px 5px 5px 5px;
 }

p.copyright {
	margin: 30px 10px 0px 10px;
	font-size: 12px;
 }
 
/* バナー　*/
.contactboad {
    margin:10px auto 20px auto;
	text-align:center;
}

/* --------------------------------------------- 
  その他
-----------------------------------------------*/

/* マージン関係 */
 
.margin-left10{ margin:10px 10px 0px 10px;}
.margin-left20{ margin:10px 10px 0px 20px;}
.margin-left30{ margin:10px 10px 0px 30px;}
.margin-topleft30{ margin:0px 0px 0px 30px;}
.margin-left50{ margin:10px 10px 0px 50px;}
.margin-rgin10{ margin:10px 10px 0px 10px;}
.margin-top10{ margin-top:10px;}
.margin-top20{ margin-top:20px;}
.margin105{ margin:10px 5px 10px 10px;}
.margin205{ margin:10px 5px 10px 20px;}
.margin20{ margin:10px 5px 10px 0px;}

/* カラー関係 */
.color-red{ color:#CC0066;}
.color-blue{ color:#0099CC;}
.color-bluegreen{ color:#009999;}
.color-orange{ color:#FF9900;}
.color-vio{ color:#9900CC;}
.color-brn{ color:#660000;}

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

/* ツイッター */
#twitter {
	background:url(../../img/blog_top.gif) no-repeat left 10px;
	margin-top:10px;
}
#twitter ul {
	padding:35px 10px 15px 10px;
	margin:0 0 7px 0;
	list-style:none;
	border: solid 1px #009900;
	font-size:12px;
}
#twitter ul li {
	border-bottom: dotted 1px #666;
}

/* blank */
.blank {
	margin-bottom: 25px;
}

/* clear */
.cbox {
}

.cbox:after {
	content: "　";
	clear: both;
	height: 0;
	display: block;
}

.clear { clear: both; }  
.clear hr { display: none; }


#sp,#iphone,table.hotel_sp{display:none;}
/*-----------------------------------------------------	*/
/*	for 810px or less				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 810px) {
#wrapper,
#header,
#header #r-box,
#container,
#content,
#main,
.asset-body,
.form-inquiry,
#side,
#topicpath,
#home_main,
#home_left,
#home_right,
ul.spot,
#flash{
 width: 94%;background-size:100% auto;}



#home_main,
#main,
#home_left,
#side{
}

/* --------------------------------------------- 
 コンテンツメイン
-----------------------------------------------*/

/* main */
#main {
	width: 540px;
	margin: 0px;
	float: left;
}

.asset-body {
	margin: 0px 5px 20px 5px;
	text-align: left;
	width: 530px;
}
/* --------------------------------------------- 
 コンテンツ　サイド
-----------------------------------------------*/
/* side */
#side {
	float: right;
	width: 150px;
}
/* --------------------------------------------- 
  トップページ設定
-----------------------------------------------*/
/* home main */
#home_main {
	width: 400px;
	margin: 5px 0px 0px 10px;
	float: left;
}
/* home side */
#home_left {
	float: left;
	margin: 5px 12px 10px 5px;
	width: 150px;
	clear:right;
}
/* home right */
#home_right {
	float: right;
	margin: 5px 5px 10px 0px;
	width: 150px;
	clear:right;
}


/* dl_top */
#home_main dl.dl_top {
	width: 350px;
}

/* --------------------------------------------- 
  トップページ設定 いろいろ
-----------------------------------------------*/
#home_left .annyoji{
	padding:80px 5px 5px 5px;
	height:60px;
	line-height:100%;
	font-size:12px;
}


#side img,
#home_main img,
#home_left img,
#home_right img,
#home_main .takara img,
#main img,
.asset-body img,
#main h2 img
 {max-width:100%;vertical-align:top;height:auto;}

table {max-width:95%;vertical-align:top;height:auto;}


#side,
#home_main,
#home_left,
#home_right,
#home_main .takara,
#home_main .home_news,
#home_left .annyoji,
#main,
.asset-body {background-size:100% auto;}

#home_main .takara .img_r{display:none;}
#home_main .takara{
	padding:5px 10px 0 145px;
	height:165px;
	font-size:90%;
	line-height: 110%;
	border:solid 1px #fff;
}
#home_main ul {margin:10px 10px;}
#home_main .home_news {height:180px;}

#home_main ul li {margin:5px 3px;}
#home_main .home_surrounding {height:180px;}
#js_block{ height:520px; position:relative;}
#js{background-size:100% auto; width:100%;}
#js pre{
	margin: 150px 0 10px;
	text-align:center;}
#js_block ul{list-style:none; position:absolute; top:370px; margin:0 10px 10px; height:100px;padding: 0; z-index:2;}
#js_block ul li{float:left; margin:0 5px;width:120px;}
#js_block ul li img{max-width:100%;vertical-align:top;height:auto;}

}

/*-----------------------------------------------------	*/
/*	for 768px or less				*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
#wrapper,
#header,
#header #r-box,
#container,
#content,
#main,
.asset-body,
.form-inquiry,
#side,
#topicpath,
#home_main,
#home_left,
#home_right,
ul.spot,
#js,
#tab div#javascript_tab{width: 94%;background-size:100% auto;}

#flash{display:none;}
#js{
	display:block;
	height: 350px;
}
.main_menu{
    display: block;
	margin:0 0 10px;
}
.main_menu .img{
    margin:10px;
	display: inline-block;
}
	/* --------------------------------------------- 
 コンテンツメイン
-----------------------------------------------*/

/* main */
#main {
	width: 530px;
	margin: 0px;
	float: left;
}

.asset-body {
	margin: 0px 5px 20px 5px;
	text-align: left;
	width: 520px;
}
/* --------------------------------------------- 
 コンテンツ　サイド
-----------------------------------------------*/
/* side */
#side {
	float: right;
	width: 130px;
}
/* --------------------------------------------- 
  トップページ設定
-----------------------------------------------*/
/* home main */
#home_main {width: 415px;
	margin: 5px 0px 0px 5px;
	float: left;
}
/* home side */
#home_left {
	float: left;
	margin: 5px 12px 10px 5px;
	width: 130px;
	clear:right;
}
/* home right */
#home_right {
	float: right;
	margin: 5px 5px 10px 0px;
	width: 130px;
	clear:right;
}


/* dl_top */
#home_main dl.dl_top {width: 350px;}

/* --------------------------------------------- 
  トップページ設定 いろいろ
-----------------------------------------------*/
#home_left .annyoji{
	padding:80px 5px 5px 5px;
	height:60px;
	line-height:100%;
	font-size:12px;
	background:url(../../img/home_img_angoji_sp.jpg) no-repeat top left;
}

#side img,
#home_main img,
#home_left img,
#home_right img,
#home_main .takara img,
#main img,
.asset-body img,
#main h2 img
 {max-width:100%;vertical-align:top;height:auto;}

table {max-width:95%;vertical-align:top;height:auto;}


#side,
#home_main,
#home_left,
#home_right,
#home_main .takara,
#home_main .home_news,
#home_left .annyoji,
#main,
.asset-body {background-size:100% auto;}

#home_main .takara .img_r{display:none;}
#home_main .takara{
	padding:5px 5px 10px 145px;
	height:165px;
	font-size:90%;
	line-height: 110%;
	border:none;
}
#home_main ul {margin:10px 10px;}
#home_main .home_news {height:190px;}

#home_main ul li {margin:5px 3px;}
#home_main .home_surrounding {height:180px;}

#about_list li {margin:0px;}
p.footer-address {max-width:65%;vertical-align:top;height:auto;}
ul.spot {
  margin:10px 10px;
}
ul.spot li{
	margin: 5px 3px;
	width:142px;
	float:none;
	vertical-align:top;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	font-size:13px;
}
dl{
  margin:0px;
  padding:0px;
max-width:100%;vertical-align:top;height:auto;	font-size:13px;
}
#js_block{ height:520px; position:relative;}
#js{background-size:100% auto; width:100%;}
#js pre{
	margin: 150px 0 10px;
	text-align:center;}
#js_block ul{list-style:none; position:absolute; top:370px; margin:0 10px 10px; height:100px;padding: 0; z-index:2;}
#js_block ul li{float:left; margin:0 5px;width:120px;}
#js_block ul li img{max-width:100%;vertical-align:top;height:auto;}
}

/*-----------------------------------------------------	*/
/*	for 568px or less						*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 568px) {
#wrapper,
#header,
#header #r-box,
#container,
#content,
#main,
.asset-body,
.form-inquiry,
#side,
#topicpath,
#home_main,
#home_left,
#home_right,
ul.spot,
#js,
#tab div#javascript_tab{max-width: 94%;background-size:100% auto;}

#header #r-box {max-width:auto;vertical-align:top;height:auto;}
#r-box .search {float:right;max-width:60%;vertical-align:top;height:auto;}

#fontbox,.fontbox,#flash,.search{display:none;}
#menu {margin:0;}
h1 img {max-width:80%;vertical-align:top;height:auto;}
#js{
	display:block;
	height: 350px;
}
#iphone{display:block;}
ul.search{display:block;}
/* --------------------------------------------- 
 コンテンツメイン
-----------------------------------------------*/

/* main */
#main {
	width:100%;
	margin: 0px auto;
	float: none;
}

.asset-body {
	margin: 0px 5px 20px 5px;
	text-align: left;
	width: 100%;
}
/* topicpath */
#topicpath {
	border-top: solid 1px #ccc;
	margin: 5px 0px 0px 10px;
	padding-top: 3px;
}

/* --------------------------------------------- 
 コンテンツ　サイド
-----------------------------------------------*/
/* side */
#side {display:none;}
/* --------------------------------------------- 
  トップページ設定
-----------------------------------------------*/
/* home main */
#home_main {width: 370px;
	margin: 5px 5px 0px 5px;
	float: right;
}
/* home side */
#home_left {
	float: left;
	margin: 5px 12px 10px 5px;
	width: 130px;
	clear:right;
}
/* home right */
#home_right {display:none;}

#sp {display: block; margin-top:10px;}
/* home right */

/* dl_top */
#home_main dl.dl_top {width: 350px;}

/* --------------------------------------------- 
  トップページ設定 いろいろ
-----------------------------------------------*/
#home_left .annyoji{
	padding:80px 5px 5px 5px;
	height:60px;
	line-height:100%;
	font-size:11px;
	background:url(../../img/home_img_angoji_sp.jpg) no-repeat top left;
}

#side img,
#home_main img,
#home_left img,
#home_right img,
#home_main .takara img,
#main img,
.asset-body img,
#main h2 img
 {max-width:100%;vertical-align:top;height:auto;}

table {max-width:95%;vertical-align:top;height:auto;}


#side,
#home_main,
#home_left,
#home_right,
#home_main .takara,
#home_main .home_news,
#home_left .annyoji,
#main,
.asset-body {background-size:100% auto;}

#home_main .takara .img_r{display:none;}
#home_main .takara{
	padding:5px 5px 10px 145px;
	height:165px;
	font-size:90%;
	line-height: 110%;
	border:none;
}
#home_main ul {margin:10px 5px;}
#home_main .home_news {height:190px;}

#home_main ul li {margin:5px 0px;max-width:100%;vertical-align:top;height:auto;
}
#home_main ul li img {max-width:80%;vertical-align:top;height:auto;}
#home_main .home_surrounding {height:180px;}

#about_list li {margin:0px;}
p.footer-address {max-width:65%;vertical-align:top;height:auto;}
ul.spot {
  margin:10px 20px;
}
ul.spot li{
	margin: 5px 10px;
	width:165px;
	float:none;
	vertical-align:top;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	font-size:13px;
}
dl{
  margin:0px;
  padding:0px;
max-width:100%;vertical-align:top;height:auto;	font-size:13px;
}
/* tel　*/
.tel-link {
    color: #06F;
    font-weight: bold;
}
.sidr-right{}
#right-menu{ position: absolute; top:-5px; right: 20px; height:80px;}
#menu {margin:40px 0 0 0;}
#left-menu{display:none;}
li.arrow {background:url(../../img/arrow04.png) no-repeat left center; padding:-left 22px; color:#F90;}

table.none td {
	width: 45% !important;
}
table.none td img {max-width:100%;vertical-align:top;height:auto;}

table.zairyo {
	width:100% !important;
}
#js_block{ height:440px; position:relative;}
#js{background-size:100% auto; width:100%;height:300px;margin:0 auto;}
#js pre{
	margin: 120px 0 10px;
	text-align:center;}
#js_block ul{list-style:none; position:absolute; top:320px; margin:0 -15px 10px; height:100px;padding: 0; z-index:2;}
#js_block ul li{float:left; margin:0 3px 5px;width:100px;}
#js_block ul li img{max-width:100%;vertical-align:top;height:auto;}

}
/*-----------------------------------------------------	*/
/*	for 320px or less						*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 320px) {
#wrapper,
#header,
#header #r-box,
#container,
#content,
#main,
.asset-body,
.form-inquiry,
#side,
#topicpath,
#home_main,
#home_left,
#home_right,
ul.spot,
#js,
#tab div#javascript_tab{max-width: 94%;background-size:100% auto;}

#header #r-box {max-width:auto;vertical-align:top;height:auto; border: solid1px #333;}
#r-box .search {display:none;}

#fontbox,.fontbox,#flash{display:none;}
#menu {margin:60px 0 0 -200px;}
h1 img {max-width:70%;vertical-align:top;height:auto;}
#js{
	display:block;
	height: 350px;
}
#iphone{display:block;}
ul.search{display:block;}
/* --------------------------------------------- 
 コンテンツメイン
-----------------------------------------------*/

/* main */
#main {
	width:100%;
	margin: 0px auto;
	float: none;
}

.asset-body {
	margin: 0px 5px 20px 5px;
	text-align: left;
	width: 100%;
}
/* topicpath */
#topicpath {
	border-top: solid 1px #ccc;
	margin: 5px 5px 0px 10px;
	padding-top: 3px;
}

/* --------------------------------------------- 
 コンテンツ　サイド
-----------------------------------------------*/
/* side */
#side {display:none;}
/* --------------------------------------------- 
  トップページ設定
-----------------------------------------------*/
/* home main */
#home_main {margin:10px;float:none;}
/* home side */
#home_left,#home_right {display:none;}

#sp {display: block; margin-top:10px;}
/* home right */

/* dl_top */
#home_main dl.dl_top {width: 350px;}

/* --------------------------------------------- 
  トップページ設定 いろいろ
-----------------------------------------------*/
#side img,
#home_main img,
#home_left img,
#home_right img,
#home_main .takara img,
#main img,
.asset-body img,
#main h2 img
 {max-width:100%;vertical-align:top;height:auto;}

table {max-width:95%;vertical-align:top;height:auto;}


#side,
#home_main,
#home_left,
#home_right,
#home_main .takara,
#home_main .home_news,
#home_left .annyoji,
#main,
.asset-body {background-size:100% auto;}

#home_main .takara .img_r{display:none;}
#home_main .takara{
	padding:5px 5px 10px 100px;
	background:url(../../img/home_img01_sp320.jpg) no-repeat top left;
    background-size:100% auto;
	height:165px;
	font-size:90%;
	line-height: 110%;
	border:none;
}
#home_main ul {margin:10px 10px;}
#home_main .home_news {background:url(../../img/home_news_sp320.gif) no-repeat top left;background-size:100% auto; height:230px;}

#home_main ul li {margin:5px 5px;max-width:100%;vertical-align:top;height:auto;
}
#home_main ul li img {max-width:100%;vertical-align:top;height:auto;}
#home_main .home_surrounding {height:150px; background:none;padding:20px 10px 5px 10px;}

#about_list li {margin:0px;}
#footer{background-size:30% auto;}
p.footer-address {max-width:65%;vertical-align:top;height:auto;}
ul.spot {
  margin:10px 10px;
}
ul.spot li{
	margin: 5px 5px;
	width:90px;
	float:none;
	vertical-align:top;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	font-size:13px;
}
dl{
  margin:0px;
  padding:0px;
max-width:100%;vertical-align:top;height:auto;	font-size:13px;}
/* tel　*/
.tel-link {color: #06F;font-weight: bold;}
.sidr-right{}
#right-menu{ position: absolute; top:-5px; right: 10px; height:80px;}
li.arrow {background:url(../../img/arrow04.png) no-repeat left center; padding-left: 22px; color:#F90;}

table.hotel{display:none;}
table.hotel_sp{display:block;}
table.hotel_sp{margin:10px 0 20px;background:url(../../img/img_stay02.gif) left bottom no-repeat;border: none;width:98%;}

table.hotel_sp td {
	margin: 0;
	padding: 5px 10px;
	border: 0px;
	vertical-align: middle;
	background:url(../../img/img_stay02.gif) left bottom no-repeat;
	border: none;
}
table.none td {
	width: 45% !important;
}
table.none td img {max-width:100%;vertical-align:top;height:auto;}

table.zairyo {
	width:100% !important;
}
#js_block{ height:570px; position:relative;}
#js{background-size:100% auto; width:100%;height:250px;margin:0 auto;}
#js pre{margin: 80px 0 10px;text-align:center;}
#js pre img{max-width:100%;vertical-align:top;height:auto;}
#js_block ul{list-style:none; position:absolute; top:360px; margin:0 -15px 10px; height:100px;padding: 0; z-index:2;}
#js_block ul li{float:left; margin:0 3px 5px;width:98px;}
#js_block ul li.spicn{float:left; margin:0 3px 5px 50px;width:98px;}
#js_block ul li img{max-width:100%;vertical-align:top;height:auto;}

}