@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #F4F1EC;
	}

td,th,p,pre {
	text-align:left;
	margin:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
	line-height: 120%;
}

img {border:none;}

ul {}

li {}


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


.clear {
	clear: both;
}
.center {text-align:center;}
.left {float: left;}
.right {float: right;}


/* メインコンテンツ2カラムの場合--------------------------*/

.img-left {
	padding-right: 10px;
}
.img-right {float: right; padding-left: 10px;} 

/* メインコンテンツ1カラムの場合--------------------------*/
.img-center {
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
}

h2 {}

h3 {}

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


.f10 {font-size: 10px;}	
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}

.fb14 {
	font-size: 14px;
	font-weight: bold;
	}
.fb {font-weight: bold;}

/* フォーム---------------------------------------------------- */

form {}

input,textarea {}



/* レイアウト---------------------------------------------------- */


#wrap {
	width:780px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CAB897;
	border-left-color: #CAB897;
	}

#head {
	margin: 0px;
	background-image: url(../parts/head.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 80px;
	text-align: right;
	padding: 0px;
	color: #FFFFFF;
	}

#head p {
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
	}

#main {
	margin: 0px;
	padding: 0px;
	clear: both;
	}

#content {
	margin: 0px;
	float: right;
	width: 640px;
	padding: 0px;
	text-align: center;
	}


/* メニュー-------------- */

#menu {
	margin: 0px;
	float: left;
	width: 140px;
	background-color: #C2AE98;
	padding: 0px 0px 50px;
	color: #FFFFFF;
	clear: both;
}
	
/* メニューボタン--- */

#menubt {
	margin: 0px;
	float: left;
	width: 140px;
	background-color: #C2AE98;
	color: #FFFFFF;
}
#menubt ul {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#menubt a {
	display: block;
	height: 50px;
	width: 140px;
	background-image: url(../parts/menu.gif);
	background-repeat: no-repeat;
	color: #000000;
}
#menubt li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/*menulink----- */

#top a {
	background-position: 0px 0px;
}
#kamei a {
	background-position: 0px -50px;
}
#kankou a {
	background-position: 0px -100px;
}

#sizen a{
	background-position: 0px -150px;
}

#yacyou a{
	background-position: 0px -200px;
}
#access a{
	background-position: 0px -250px;
}

#koe a{
	background-position: 0px -300px;
}
/*menulinkhover----- */

#top a:hover {
	background-position: -140px 0px;
}
#kamei a:hover {
	background-position: -140px -50px;
}
#kankou a:hover {
	background-position: -140px -100px;
}

#sizen a:hover{
	background-position: -140px -150px;
}

#yacyou a:hover{
	background-position: -140px -200px;
}
#access a:hover{
	background-position: -140px -250px;
}

#koe a:hover{
	background-position: -140px -300px;
}

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

.menu-link{
	color: #330000;
	background-image: url(../parts/yaji_cya.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	padding-bottom: 5px;
	} 
	
.menu-link a:hover {
	color: #FFFFFF;
	} 

.menu-ad {
	border-top: solid 1px #F3EFE9;
	border-bottom: solid 1px #F3EFE9;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}	

/* メニューここまで-- */


/* トップの枠組み-------------- */

.top {
	width: 718px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.top-fla {
	margin: 5px 0px 10px;
	padding: 0px;
	width: 630px;
}


.top-left {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 298px;
	font-size: 12px;
}
.top-left td {
	font-size: 12px;
}


.top-right {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: right;
	width: 298px;
}
.index_img {
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

.top-right td {
	font-size: 12px;
}


.top-center {
	margin: 5px 0px 10px;
	padding: 0px 0px 0px 10px;
	width: 648px;
	text-align: center;
}


/*.top-news p {
	padding: 5px;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	clear: both;
}*/
.top-news p {
	padding: 5px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	clear: both;
}

.top-news b {
	font-weight: bold;
	color: #FF6600;

}


.top-miyage {
	margin: 0px;
	padding: 8px;
	background-color: #FBF3EC;
	border: 1px solid #D08F48;
	display: block;
	width: 280px;
	height: 104px;
}


.top-kamei {
	margin: 0px 0px 10px;
	padding: 8px;
	background-color: #FBF2F3;
	border: 1px solid #BE5265;
	display: block;
	width: 280px;
	height: 104px;
}

.top-kankou {
	margin: 0px 0px 10px;
	padding: 8px;
	background-color: #EDF5FA;
	border: 1px solid #367AA3;
	display: block;
	width: 280px;
	height: 104px;
}

.top-sizen {
	margin: 0px 0px 10px;
	padding: 8px;
	background-color: #F4F9F5;
	border: 1px solid #589E6B;
	display: block;
	width: 280px;
	height: 104px;
}

/* box---------------------------------------------------- */

.box {
	width: 610px;
	padding: 0px;
	margin: 0px 0px 20px;
	text-align: left;
}

.box:after{
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}

.box{
 display:inline-table;
}

/* Hides from IE-mac \*/
* html .box {height: 1%;}
.box {display: block;}
/* End hide from IE-mac */


/* box2---------------------------------------------------- */

.box2 {
	width: 580px;
	padding: 10px;
	margin: 0px 0px 15px;
	text-align: left;
	color: #663300;
	border: 1px solid #CCCCCC;
}

.box2:after{
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}

.box2{
 display:inline-table;
}

/* Hides from IE-mac \*/
* html .box2 {height: 1%;}
.box2 {display: block;}
/* End hide from IE-mac */

/* テーブル枠---------------------------------------------------- */

.tb1 {
	border: 1px solid #CCCCCC;
	}


/* ページ内設定---------------------------------------------------- */
	
.title{
	margin-top: 15px;
	margin-bottom: 15px;
}

.midasi{
	font-weight: bold;
	color: #663300;
	font-size: 16px;
	background-image: url(../parts/midasi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.mise{
	background-image: url(../parts/ico_mise.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	padding-left: 20px;
	margin-bottom: 10px;
	width: 125px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.link li {
	list-style-type: square;
	padding: 5px;
	font-size: small;
	text-align: left;

}

/* 自然－春夏秋冬ページ---------------------------------------------------- */

.sizen td {
	text-align: center;

	}

.sizen-t {
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}


/* event---------------------------------------------------- */
#event {
	width: 740px;
	margin: 0px 20px 20px;
	padding: 30px 0px 0px;
}
#event .mainimg {
	margin: 0px 10px 20px 0px;
	float: left;
}
#event .titleimg {
	margin-bottom: 40px;
}
#event .eventbox1 {
	margin: 0px 0px 20px 305px;
	border: 1px solid #CCCCCC;
	color: #663300;
}
#event .eventbox2 {
	margin: 0px 0px 10px 20px;
	border: 1px solid #CCCCCC;
	float: left;
	clear: both;
	width: 680px;
	padding: 10px;
}
#event .eventbox2 p {
	padding: 5px 10px;
}


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


#foot {
	text-align: center;
	clear: both;
	padding: 20px 0px 13px;
	font-size: 11px;
}
	
	div#foot a {
	text-decoration: underline;
	color: #666666;
	} 
	
	div#foot a:hover {
	color: #CC0000;
	text-decoration: underline;
	} 

/* コピーライト---------------------------------------------------- */

#copy {
	width: 100%;
	margin: 0;
	padding: 0px;
	color: #666666;
	font-size: 10px;
	clear: both;
	text-align: center;
}
.haiku_box {
	width: 1070px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
.sokuhou_box {
	width: 710px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
.haiku_box .haiku_image {
	padding: 0px;
	width: 87px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.haiku_box hr {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top-news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 605px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.top-news.photo{
	width:100%;
	display:grid;
	grid-template-columns:100px 1fr;
	grid-template-rows: 160px;
	gap:0 15px;
	padding:0;
	margin:0;
	margin-bottom: 10px;
}
.top-news a{
	line-height:1.7em;
}
.top-news.photo a{
	line-height:1.2em;
}
.top-news.photo .past{
	width:100%;
	display:grid;
	grid-template-columns:repeat(4,120px);
	gap:5px;
}
.top-news.photo .past > a{
	width:120px;
}
.top-news.photo p{
	width:100%;
	border:none;
	padding:0;
	padding-bottom:10px;
	letter-spacing: 0.05em;
	font-size: 14px;
}
.top-news.photo .past > p:first-of-type{
	grid-column: 1 / -1;
	width:100%;
	padding:0;
}
.top-news2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 100px;
}
.top-news .news_left {
	padding: 0px;
	float: left;
	width: 90px;
	height:75px;
	background-position: center;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top-news.photo .news_left {
	padding: 0px;
	float: none;
	width: 100%;
	height:93%;
}
.top-news.photo .news_left img{
	width:100%;
	height:100%;
	object-fit: cover;
	padding:0;
}
.top-news .news_right {
	padding: 0px;
	float: right;
	width: 480px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}
.top-news.photo .news_right {
	width: 495px;
}
.orange {
	line-height: 170%;
	font-weight: bold;
	color: #FF6600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.top-news hr {

	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
.sokuhou_box table {
	padding: 0px;
	width: 700px;
	border-top: 1px solid #D19CDB;
	border-right: 1px solid #D19CDB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sokuhou_box table tr td {
	margin: 0px;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #D19CDB;
	border-left: 1px solid #D19CDB;
}

.jyushousha_list {
	width:100%;
}
.jyushousha_list tr:nth-of-type(n+2) td{
	width:33%;
}
.jyushousha_list tr:nth-of-type(3) td,
.jyushousha_list tr:nth-of-type(5) td,
.jyushousha_list tr:nth-of-type(7) td{
	text-align: center;
}
.jyushousha_list tr:nth-of-type(3) td img,
.jyushousha_list tr:nth-of-type(5) td img,
.jyushousha_list tr:nth-of-type(7) td img{
	width:200px;
	height:auto;
}
.jyushousha_list tr:nth-of-type(3) td img.tate,
.jyushousha_list tr:nth-of-type(5) td img.tate,
.jyushousha_list tr:nth-of-type(7) td img.tate{
	height:200px;
	width:auto;
}