
/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}
body {
	font-size: 75%;/*font-sizeリセット*/
}
html>/**/body {
  font-size: 12px; /*font-sizeリセット Except IE */
}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

/*============================
　共通チップス
=============================*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#c89f52;
	text-decoration:underline;
}
a:hover {
	color:#e9c480;
	text-decoration:none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	color:#ffffff; /*このテンプレの基本色*/
	text-align:center;
	background-color:#000;
}
#wrapper {
	text-align:left;
}
#main {
	width:880px;   
/*	margin:30px 0 0 60px;*/        /*20190719/削除/宇都宮*/
    margin: 30px auto 0;         /*20190719/追加/宇都宮*/
    padding-top: 30px;
	padding-bottom:60px;
}

/*============================
	ヘッダー
=============================*/
#header {
	width:880px;
	height:32px;
	/*	margin-left:60px;  */        /*20190719/削除/宇都宮*/
    margin: 0 auto;     /*20190719/追加/宇都宮*/
}
#header ul {
	width:354px;
	height:33px;
	float:right;
	list-style-type:none;
	background:url(../../images/55/bgi-headnavi_001.gif) no-repeat left top;
	text-align:center;
	padding:9px 0 0 0;
	}
#header ul li {
	display:inline;
	padding:0 12px;
	}

/*============================
	リードエリア
=============================*/
.lead_area {/*トップページ*/
	width:885px;
	/*	margin-left:60px;*/       /*20190719/削除/宇都宮*/
    margin: 0 auto 25px;      /*20190719/追加/宇都宮*/
}
.leadArea2 {/*下層ページ*/
}
/*サイトタイトル
-----------------------------------------*/
.site_title {
	font-size:18px;
	line-height:130%;
	padding:10px 0 7px 0;
}
.site_title a {
	font-size:18px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.site_title a:hover {
	text-decoration:none;
}
.site_description {
	font-size:1em;
	line-height:150%;
}

/*============================
	ナビ　プルダウンセッティング
=============================*/
/* Basic code - don't modify */

 #nav { display: block; margin: 0; padding: 0; position: relative; }
 #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
 #nav a { display: block; }
 #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
 * html #nav ul { line-height: 0; } /* IE6 "fix" */
 #nav ul a { zoom: 1; } /* IE6/7 fix */
 #nav ul li { float: none; }
 #nav ul ul { top: 0; }

/* Essentials - configure this */
#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
#nav {
/*	width:160%;*/        /*20190719/削除/宇都宮*/
    width: 100%;     /*20190719/追加/宇都宮*/
	background:url(../../images/55/bgi-navi_001.jpg) repeat-x left bottom;
	height: 42px;
	/*	padding-left:50px;*/      /*20190719/削除/宇都宮*/
    text-align: center;      /*20190719/追加/宇都宮*/
	}
#nav *:hover { background-color: none; }
#nav li a {
	line-height: 1;
	color:#FFFFFF;
	padding:10px;
	text-decoration:none;
	padding:15px 13px 13px 13px;
	font-size:14px;
	font-weight:bold;
	}
#nav li ul li a {
	font-size:12px;
	font-weight:normal;
	}
#nav li.hover a {
	background-color: #9f741e;
	color:#FFFFFF;
	}
#nav ul { top: 42px; }
#nav ul li a { background-color: #9f741e; }/*マウスアウト*/
#nav ul a.hover { background-color: #000; }
#nav ul a {
	border-bottom: 1px solid black;
	border-right: none;
	opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

 #nav li {
	background:url(../../images/55/bgi-navi_002.jpg) no-repeat right bottom;
    display: inline-block;  /*20190719/追加/宇都宮*/
    float: none;     /*20190719/追加/宇都宮*/
	}
 #nav li ul li a {
 	background-image:none;
	padding:10px 13px 10px 13px;
	}
 #nav li a:hover {
 	background:url(../../images/55/bgi-navi_001_on.jpg) repeat-x left bottom;
 }
 #nav li a.hover {
 	background:url(../../images/55/bgi-navi_001_on.jpg) repeat-x left bottom;
 }
 #nav li ul li a:hover {
 	background-color:#b49c6c;
	background-image:none
	}




/*============================
	TOP
=============================*/
/*===メイン写真とトピックス===*/
#mainpic_topics {
	width:880px;
	/*	margin-left:60px;*/       /*20190719/削除/宇都宮*/
    margin: 0 auto;      /*20190719/追加/宇都宮*/
	padding:30px 0 0 0;
	margin-bottom: -30px; /* 20180709 ADD */
}
/*メイン写真
-----------------------------------------*/
.site_image {
	width:403px;
	float:left;
}
.site_image_in {
	width:386px;
	text-align:center;
	padding:10px 0;
	border:1px solid #352506;
}
#topics {
	width:476px;
	float:left;
}
#topics.slide {
	width:880px;
	float:none;
	margin-bottom:40px;
}
#topics h3#topics_title {
	padding-bottom:14px;
}
#topics_ta {
	max-height:210px;
	overflow:auto;
}
#topics_ta table {
	border-collapse:collapse;
	width:95%;
}
#topics_ta table td {
	font-size:12px;
	line-height:150%;
	text-align:left;
	vertical-align:top;
	}
.topics_date {
	width:85px;
	color:#ba995a;
	font-weight:bold;
}
.topics_entry {
	color:#ead8d8;
	padding-bottom:8px;
}
.topics_entry a {
	color:#ead8d8;
	}
.topics_entry a:hover {
	color:#feeeee;
	}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:880px;
	padding:0px 0 1px;
	margin: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:367px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:367px !important;
	width:880px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:880px;
	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: #aa8a51;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aa8a51;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:165px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/55/btn-slider_001.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#573d0c 0%,
#aa8a51);
background:url(../../images/55/btn-slider_001.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#573d0c),
to(#aa8a51));
left:-42px;
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.8;
}
.bx-wrapper .bx-next {
background:url(../../images/55/btn-slider_002.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#573d0c 0%,
#aa8a51);
background:url(../../images/55/btn-slider_002.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#573d0c),
to(#aa8a51));
right:-42px;
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.8;
}


/*============================
	記事ボックス
=============================*/
.box {
	padding-bottom:20px
}
.box_title {

	background:url(../../images/55/bgi-boxttl_002.jpg) repeat-y left top;
	margin-bottom:14px;
}
.box_title h3 {
	font-size:14px;
	line-height:140%;
	font-weight:bold;
	border-bottom:1px solid #705c36;
	padding:11px 10px 4px 36px;
	background:url(../../images/55/bgi-boxttl_001.jpg) no-repeat left top;
}
.box_entry1 {/*画像あり*/
	width:660px;
	float:left;
	line-height:150%;
	font-size:1em;
}
.box_entry1 span {
	line-height:150%;
}
.box_image {
	width:204px;
	float:right;
	text-align:center;
	padding:1px 0;
}
.box_image div {
	padding-bottom:12px;
	}
.box_image div img {
	}
.box_image span {
	font-size:10px;
	text-align:right;
	display:block;
	padding-top:3px;
	line-height:140%;
}
.box_entry2 {/*画像なし*/
	line-height:150%;
	font-size:1em;
}

/*============================
	ブログ・QRコード・お問い合わせ
=============================*/
#foot_info {
    width: 880px;        /*20190719/追加/宇都宮*/
	/*	margin-left:60px;*/       /*20190719/削除/宇都宮*/
    margin: 0 auto;      /*20190719/追加/宇都宮*/
	padding-bottom:60px;
	}
#foot_info ul {
	list-style-type:none;
	}
/*ブログ
-----------------------------------------*/
#blog_box {
	width:378px;
	float:left;
}
#blog_box_in {
	width:362px;
	border:1px solid #5f4004;
	background-color:#160f01;
	padding:9px 0 9px 0;
}
#blog_ttl {
	width:333px;
	margin:0 auto 5px auto;
	font-size:14px;
	font-weight:bold;
	padding-bottom:12px;
	border-bottom:1px solid #5f4004;
	margin-bottom:10px;
}
#blog_ttl_L {
	width:209px;
	float:left;
	padding-top:3px
}
#blog_btn_R {
	width:108px;
	float:right;
}
#blog ul {
	width:333px;
	margin:0 auto;
	}
#blog ul li {
	padding:0 0 3px 0;
	color:#c89f52;
	display:block;
}
#blog ul li a {
	line-height:150%;
	padding:0 7px 0 0;
	color:#FFFFFF;
	text-decoration:none
}
#blog ul li a:hover {
	text-decoration:underline
}

/*QRコード
-----------------------------------------*/
#qr_box {
	width:282px;
	float:left;
}
#qr_box_in {
	width:264px;
	border:1px solid #5f4004;
	background-color:#160f01;
	padding:9px 0 9px 0;
	}
#qr_ttl {
	width:239px;
	margin:0 auto 5px auto;
	font-size:14px;
	font-weight:bold;
	padding-bottom:12px;
	border-bottom:1px solid #5f4004;
	margin-bottom:10px;
}
#qr_p {
	width:239px;
	margin:0 auto 0 auto;
	}
#qr_code {
	float:left;
	width:70px;
	}
#qr_disc {
	width:160px;
	float:right;
	color:#ece9df;
	font-size:10px;
	line-height:140%;
	}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	float:left;
	width:217px;
	}



/*============================
	フッター
=============================*/
#foot {
	width:880px;
	/*	margin-left:60px;*/       /*20190719/削除/宇都宮*/
    margin: 0 auto;      /*20190719/追加/宇都宮*/
	border-top:1px solid #705c36;
	padding:10px 0 38px 0;
}

#copyright {
	float:left;
	padding-bottom:5px;
}
#pagetop {
	float:right;
	padding-bottom:8px;
}



/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding-bottom:18px;
	color:#999;
	}



/*============================
	コンテンツタイトル
=============================*/
#cont_ttl {
	padding:4px;
	border:1px solid #412c03;
	margin-bottom:13px;
}
#cont_ttlIn {
	background-color:#251301;
	font-size:18px;
	line-height:140%;
	font-weight:bold;
	padding:20px 10px 18px 10px;
	}








/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01, #profile01, #map01 {
	width:640px;
	}



#form01 table, #map01 table, #profile01 table {
	width:100%;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {
	width:160px;
	border:1px solid #4c3d00;
	background-color:#211301;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#FFF;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #4c3d00;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#CC0000;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 15px 0;
	font-size:1em;
}

/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:640px;
	height:380px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/* 20120322 */

#foot-area{
   margin:36px 0 0;
}


/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
 .article_box table {
 	border-collapse:collapse;
 	border:1px #ccc solid;
 }
 .article_box table th,
 .article_box table td {
 	border:1px #ccc solid;
 	padding:1em;
 }
 .article_box table th {
 	text-align:center;
 	background-color:#eee;
 }

/* 20160721 ADD */
.box_image img,
.box_pic1img,
.box_pic2 img,
.box_pic3 img,
.box_pic4 img,
.box_img img,
.entryContent_R div img,
.entryImgbox img,
.box-image img,
.article-img img,
.article-figure img,
.article_figure	img {
	width:200px;
}


/* 20170110 プロフィール、お問い合わせ、地図
-----------------------------------------*/
#map th, #profile th , .map th, .profile th {
width: 20%;
}

#map td, #profile td , .map td, .profile td {
word-break:break-all;
}


/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}

/* 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;
}

/* 20191127 テーブル基本設定
-----------------------------------------*/
.box table {
    border-collapse: collapse;
}
.box table th, .box table td {
    border: #ccc 1px solid;
    padding: 5px;
}


/* 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%;
}

