/*CSSリセット
------------------------------*/

* { 
	margin: 0px;
	padding: 0px;
	font-family: Meiryo, メイリオ,  'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'MS PGothic', "ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
	/*　font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";　*/
}

body {
	font-size: 75%;
}

html>/**/body {

  font-size: 12px; /* Except IE */

}

/*とりあえずHP用CSSリセット（bodyは各テンプレごとに指定）
------------------------------*/
body {
	color: #333333; /*このテンプレの基本色*/
	background-image:url(../../images/23/bgi-body_001.jpg);
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
	margin-left:40px;
}

/*共通チップス
------------------------------*/
.clear {
	clear:both;
}

img {
	border:0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
.hide {
	display:none;
}

a {
	text-decoration:underline;
	color:#628f00;
}
a:hover {
	text-decoration:none;
	color:#83bd04;
}

/*全体wrapper1(foot前まで)
------------------------------*/
#wrapper1 {
	width:806px;
	margin:0 auto;
	background-image:url(../../images/23/bgi-base_001.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
/*ヘッダー＆リード
------------------------------*/
#header_lead {/*トップページ*/
	width:800px;
	margin:0 auto;
	background-image:url(../../images/23/bgi-head_lead_001.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#f7fbfc;
}
#header_lead2 {/*下層ページ*/
	width:800px;
	margin:0 auto;
	background-image:url(../../images/23/bgi-head_lead_002.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#f7fbfc;
}

/*ヘッダー
------------------------------*/
#header {
	background-image:url(../../images/23/bgi-head_top_001.png);
	background-position:top;
	background-repeat:no-repeat;
}
#headerIn {
	padding:0 27px 13px 27px;
}
#header_lead #site_title {/*トップページ*/
	width:365px;
	padding:58px 0 0 0;
	float:left;
}
#header_lead2 #site_title {/*下層ページ*/
	width:490px;
	padding:58px 0 14px 0;
	float:left;
}
#site_title a {
	font-size:2.5em;
	font-weight:bold;
	text-decoration:none;
	line-height:130%;
	color:#f7941d;
}
#headBtn {
	float:right;
	width:183px;
	padding:18px 0 0 0;
}

/*リード：トップページ
------------------------------*/
#lead, #lead2 {
	padding:0 27px 34px 27px;	
}
/*--画像あり--*/
#lead #site_description {
	float:left;
	width:365px;
	font-size:1.675em;
	font-weight:bold;
	color:#463404;
	line-height:170%;
	padding:40px 0 0 0;
}
#lead #site_image {
	float:right;
	width:365px;
}
/*--画像なし--*/
#lead2 #site_description {
	font-size:1.675em;
	font-weight:bold;
	color:#463404;
	line-height:170%;
	padding-bottom:10px;
}




/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:746px;
	padding:0px 0 0;
	margin-top: 10px;
	margin-bottom: -30px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:311px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:311px !important;
	width:746px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:746px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fed64c;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fed64c;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:133px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/23/btn-slider_001.png) 15px center no-repeat,
-moz-linear-gradient(
top,
#fdfbe6 0%,
#f0da48);
background:url(../../images/23/btn-slider_001.png) 15px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#fdfbe6),
to(#f0da48));
left:-43px;
border: 1px solid #cbb62c;
border-right: none!important;
-moz-border-radius: 6px 0 0 6px ;
-webkit-border-radius: 6px 0 0 6px ;
border-radius: 6px 0 0 6px ;

}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
border: 1px solid #cbb62c;
border-right: none!important;
-moz-border-radius: 6px 0 0 6px ;
-webkit-border-radius: 6px 0 0 6px ;
border-radius: 6px 0 0 6px ;
}
.bx-wrapper .bx-next {
background:url(../../images/23/btn-slider_002.png) 15px center no-repeat,
-moz-linear-gradient(
top,
#fdfbe6 0%,
#f0da48);
background:url(../../images/23/btn-slider_002.png) 15px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#fdfbe6),
to(#f0da48));
right:-43px;
border: 1px solid #fe9e13;
border-left: none!important;
-moz-border-radius: 0 6px 6px 0 ;
-webkit-border-radius: 0 6px 6px 0  ;
border-radius: 0 6px 6px 0  ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
border: 1px solid #fe9e13;
border-left: none!important;
-moz-border-radius: 0 6px 6px 0 ;
-webkit-border-radius: 0 6px 6px 0  ;
border-radius: 0 6px 6px 0  ;
}


/*-- メインエリア（リード以下）
------------------------------*/
#main {
	background-image:url(../../images/23/bgi-base_001.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0 auto;
	width:806px;
	min-height:700px;
	height:auto !important;
	height:700px;
	
}
#mainIn {
	background-image:url(../../images/23/bgi-main_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:800px;
	margin:0 auto;
}
#mainIn2 {
	padding:0 27px 0 8px;
}

/*-- パン屑
------------------------------*/
#pnkz {
	color:#a48e71;
}
#pnkz em {
	font-weight:bold;
	color:#ef8700;
	font-size:1em;
	font-style:normal;
}
#pnkz a {
	color:#a48e71;
	text-decoration:none;
	font-size:1em;
}
#pnkz a:hover {
	color:#714e20;
}

/*-- コンテンツエリア
------------------------------*/
#contents_top {/*トップページ*/
	float:right;
	width:529px;
	padding:38px 0 0 0;
}
#contents {/*下層ページ*/
	float:right;
	width:548px;
	padding:20px 0 0 0;
}
#contentsIn {/*下層ページ*/
	float:right;
	width:529px;
	padding:33px 0 0 0;
}

/*-- 最新情報
------------------------------*/
#topics {
	background-image:url(../../images/23/bgi-topics_001.jpg);
	background-position:left top;
	padding:8px 9px;
	margin:0 0 30px 0;
}
#topicsIn {
	background-color:#FFFFFF;
	padding:19px 9px 19px 22px;
}
#topics_title h3 {
}
#topics_ta {
	max-height:104px;
	overflow:auto;
}
#topics_ta table {
	border-collapse:collapse;
	width:449px;
	margin:8px 0;
}
#topics_ta table tr {
	background-image:url(../../images/21/lin-news_001.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}
#topics_ta .topics_date {
	color:#afafaf;
	font-size:0.9em;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:8px 0 7px 0;
	width:73px;
	text-align:left;
	vertical-align:top;
}
#topics_ta .topics_entry {
	color:#000116;
	font-size:1em;
	line-height:140%;
	padding:8px 0 7px 0;
	text-align:left;
	vertical-align:top;
}

/*-- コンテンツタイトル
------------------------------*/
#cont_title {
	border-top:1px solid #9fc120;
	width:529px;
	background-image:url(../../images/23/bgi-cont_title_002.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom:22px;
	}
#cont_title span {
	display:block;
	background-image:url(../../images/23/bgi-cont_title_001.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:9px 12px 8px 12px;
	color:#3d2506;
	line-height:150%;
	font-weight:bold;
	font-size:1.475em;
}	

/*-- 記事ボックス
------------------------------*/
.box {
	margin:0 0 15px 0;
	background-image:url(../../images/23/bgi-box_001.jpg);
	background-position:left top;
	padding:5px;
}
.boxIn {
	background-color:#FFFFFF;
	padding:12px 14px;
}
.box_title h3 {
	font-size:1.175em;
	line-height:140%;
	color:#ca5b00;
	padding:0 0 13px 0;
}

/*-- 画像あり --*/
.box_entry1 {
	width:280px;
	float:left;
	font-size:1em;
	line-height:150%;
	padding-bottom:8px;
}
.box_image {
	width:200px;
	float:right;
}
.box_image img{
	max-width:200px;
}
.box_image div {
	margin-bottom:7px;
}
.box_image div span {
	display:block;
	font-size:0.85em;
	color:#666666;
	margin:4px 0 0 0;	
	line-height:130%;
}

/*-- 画像なし --*/
.box_entry2 { 
	font-size:1em;
	line-height:150%;
	padding-bottom:8px;
}

/*-- 記事ボックス内のテーブル --*/
.box table {
 	border-collapse:collapse;
 	border:1px #333 solid;
}
.box table th,
.box table td {
 	border:1px #333 solid;
 	padding:0.5em;
}


/*メニューエリア
------------------------------*/
#menuarea {/*トップページ*/
	width:202px;
	float:left;
	background-color:#fcf9cb;
	background-image:url(../../images/23/bgi-menu_001.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:9px 0 0 0;
}
#menuareaIn {/*共通*/
	padding:3px 0 19px 0;
}	

/*メニューA
------------------------------*/
/*--親カテゴリ--*/
#menuA {
	margin:0 0 23px 10px;
}
#menuA dt {
	padding:6px 0 2px 0;
}
#menuA dt a {
	width:180px;
	display:block;
	text-decoration:none;
	background-color:#d8eea5;
	background-image:url(../../images/23/nvi_off_001.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	border:1px solid #87a93e;
}
#menuA dt a span {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	line-height:130%;
	color:#080808;
	padding:8px 10px 10px 25px;
	background-image:url(../../images/23/nvi-ico_001.jpg);
	background-repeat:no-repeat;
	background-position:11px 11px;
}
/*--マウスオン--*/
#menuA dt a:hover {
	width:180px;
	text-decoration:none;
	background-color:#c0e67e;
	background-image:url(../../images/23/nvi_on_001.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border:1px solid #87a93e;
}
#menuA dt a:hover span {/*文字*/
	color:#080808;
	background-image:url(../../images/21/ico-nvi_upper_on.jpg);
	background-repeat:no-repeat;
	background-position:11px 11px;
}

/*--子カテゴリ--*/
#menuA dd a {
	width:180px;
	display:block;
	text-decoration:none;
	background-image:url(../../images/23/nvi-sub_off_001.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#fbfef3;
	border:1px solid #c3c6ab;
	
}
/*--マウスオン--*/
#menuA dd a:hover {
	width:180px;
	display:block;
	text-decoration:none;
	background-image:url(../../images/23/nvi-sub_001_on.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#d9ecac;
}

#menuA dd a span {/*文字*/
	display:block;
	padding:5px 10px 5px 41px;
	font-size:1em;
	line-height:150%;
	color:#3e4828;
	font-weight:bold;
	background-image:url(../../images/23/nvi-sub_ico_001_off.jpg);
	background-repeat:no-repeat;
	background-position:28px 10px;
}
#menuA dd a:hover span {/*文字*/
	background-image:url(../../images/23/nvi-sub_ico_001_on.jpg);
	background-repeat:no-repeat;
	color:#628f00;
}
/*メニューB
------------------------------*/
#menuB {
	width:190px;
	margin:0 0 22px 6px;
}
#menuBIn {
	background-color:#ffd73b;
	padding:8px 6px;
}
#menuB_title {
	padding:0 3px 8px 3px;
	color:#89551f;
	line-height:130%;
	font-size:0.9em;
}
#menuB ul {
	margin:0;
	list-style-type:none;
	background-color:#fff8dc;
	padding:10px 10px 4px 14px;
}
#menuB ul li {
	background-image:url(../../images/21/ico-profile_001.jpg);
	background-position:left 0.3em;
	background-repeat:no-repeat;
	padding:0 0 7px 12px;
}
#menuB ul li a {
	font-size:1em;
	color:#333333;
	text-decoration:none;
}
#menuB ul li a:hover {
	color:#6d6d6d;
}

/*ブログ
------------------------------*/
#blog_all {
	width:190px;
	margin:0 0 22px 6px;
}
strong#blog_title {
	display:block;
	float:left;
}
strong#blog_btn {
	float:right;
	display:block;
}
strong#blog_btn a {
	cursor:pointer;
}
#blog_allIn {
	background-color:#ffd73b;
	padding:8px 6px;
}
#blog_title2 {
	text-align:center;
	padding:0 0 7px 0;
}
#blog {
	width:178px;
	background-color:#fff8dc;	
}
#blog ul {
	margin:0;
	list-style-type:none;
	padding:8px;
}
#blog ul li {
	padding:0 0 4px 0;
	font-size:1em;
	color:#080808;
	line-height:140%;
}
#blog ul li a {
	font-size:1em;
	color:#333333;
	text-decoration:none;
}
#blog ul li a:hover {
	color:#6d6d6d;
}


/*-- お問い合わせ
------------------------------*/
#inquiry {
	text-align:center;
	padding:22px 0 20px 0;
}

/*ページトップ*/
#pagetop {
	text-align:right;
	padding:5px 0 15px 0;	
}
#pagetop a {
	padding:0 9px 0 0;
}
#footIn {
	background-image:url(../../images/23/bgi-foot_001.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:63px;
}
#footIn2 {
	background-image:url(../../images/23/bgi-foot_002.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
	margin:0 auto;
}
/*-- コピーライト --*/
#copyright {
	text-align:center;
	font-size:12px;
	line-height:100%;
	padding:23px 0 0 0;
	color:#666666;
}
#copyright a {
	text-decoration:none;
}
#copyright img {
	vertical-align:baseline;
}


/*　フッタ固定（20091221-ADD）
=================================

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
}

#foot {
	width: 100%; 
	position: absolute; 
	bottom: 0;
	
}=====*/










/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/

#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:528px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 20px 0;
}

#form01 th, #map01 th, #profile01 th {
	width:130px;
	border:1px solid #e7db61;
	background-color:#fff8dc;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #e7db61;
	padding: 0.3em 0.7em 0.3em 0.7em ;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s{
	line-height:150%;
	margin:0 0 15px 0;
	color:#714e20;
	font-size:1em;
	width:528px;	
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:528px;
	height:324px;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
}
.w_mark {
	color: #333333;
}
.validation_span,.warning span{
	padding-left: 2px;
	color:#f7941d;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/*20100609add endo*/

#QRbox {
	padding:0px 0px 0px 0px;
	color:#7C5632;
	width:190px;
	margin-left:6px;
}

#QRbox h4 {
	padding:8px 0px 8px 0px;
	color:#89551f;
	line-height:130%;
	font-size:0.9em;
	text-align:center;
}

.QR_code {
	padding:10px 0 10px 0;
	text-align:center;
}

#QRin {
	background-color:#ffd73b;
	padding:0px 6px 8px 6px;
}

#QRin2 {
	background-color:#fff8dc;
	padding:0 10px 10px 10px;
	color:#000000;
}
#side-area{
   margin:16px 0;
   width:190px;
   margin:24px 0 0 8px;
}

#foot-area{
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}





/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

/* 202201 記事BOXの画像幅修正
-----------------------------------------*/
.article_box img {
    max-width: 100%;
}

/* 202202 記事BOXの画像幅修正
-----------------------------------------*/
.box_entry1 img,.box_entry2 img {
    max-width: 100%;
}

/* 202203 記事BOXの画像幅修正
-----------------------------------------*/
.entryText img,.entryTextBox img,.box-entry1 img,.box-entry2 img,.article-txt img,.article-entry img,.entry-box img {
    max-width: 100%;
}

