
/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
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:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {outline:none;/*for firefox*/}
/*============================
　共通チップス
=============================*/
.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:#549f37;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img{
    }
/*============================
	レイアウト・背景色・基本文字色
=============================*/

body {
	color:#2b2b2b; /*このテンプレの基本色*/
	background-color:##549f37;
	width:100%;
	_background:url(../../images/77/bgi-body_002.jpg) center top repeat-y;
}
#wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	_background:url(../../images/77/bgi-body_003.jpg) center top no-repeat;
}
#content {
	width:1040px;
	margin:0 auto;
	padding-bottom:50px;
}
#main{
	width:835px;
	float:right;
	padding:0;
    }

#sidebar {
	width:200px;
	float:left;
}
/* 背景画像 */
#bgi {
	min-width:100%;
	min-height:900px;
	width:auto!important;
	width:100%;
 	width:80%;
	position: fixed;

	_position:absolut;
    top: 0;
    left: 0;
	z-index:-1;

	_display:none!important;
}
/* 下層のみ */
#nottop{}
#nottop{
	background:#d7d7d7;
}
#nottop #bgi {
	display:none!important;
}
#nottop #wrapper {
	background:none!important;
}
/*============================
	sidebar
=============================*/
#sidebar{
	background:url(../../images/77/bgi-side_002.png) center bottom no-repeat;
	padding-bottom:10px;
	_padding-bottom:9px;
}
#sidebarIn{
	background:url(../../images/77/bgi-side_001.png) center top repeat-y;
	padding:10px 5px 5px 5px;
}

/*　サイトタイトル
-------------------------------------*/
.site_title {
	padding:10px;
	font-size:1.8em;
	line-height:130%;
}
.site_title img {
	max-width: 100%;
	}
.site_title a {
	text-decoration:none;
	font-weight:bold;
	color:#404040;
}
.site_title a:hover img {
	}
.site_title a:hover {
	color:#404040;
	text-decoration:none;
    }
/*　global-navi
-------------------------------------*/
#gnaviWrap {
	background:url(../../images/77/bgi-gnavi_001.png) left top no-repeat;
	padding-top:10px;
	margin-bottom:10px;
}

#gnavi {
	display:block;
	background:url(../../images/77/bgi-gnavi_002.png) left top repeat-y;
}
#gnavi dt,#gnavi dd{
	background:url(../../images/77/bgi-gnavi_003.png) center bottom no-repeat;
	_background:url(../../images/77/bgi-gnavi_003_ie.png) 6px bottom no-repeat;
	padding:12px 15px 14px 15px;
}
#gnavi dt a,#gnavi dd a{
	display:block;
	width:160px;
	color:#2b2b2b;
}
#gnavi dt a:hover,#gnavi dd a:hover{
	color:#549f37;
	text-decoration:none;
}
#gnavi dd a span{
	padding-left:17px;
	background:url(../../images/77/ico-allow_001.png) 1px 3px no-repeat;
	_background:url(../../images/77/ico-allow_001.png) 1px 1px no-repeat;
}
#gnavi dd a:hover span{
	background:url(../../images/77/ico-allow_003.png) 1px 3px no-repeat;
	_background:url(../../images/77/ico-allow_003.png) 1px 1px no-repeat;
}
/* お問い合わせ */

/*ブログ
-----------------------------------------*/
#blogbox {
}
#blog-ttl{
	padding:5px 0 2px 0;
    }
#blog {
	display:block;
	padding:0px 15px;
}
#blog li {
	line-height:130%;
	font-size:0.9em;
	list-style:none;
	padding-bottom:3px;
}
#blog li  a{
	line-height:150%;
	font-size:1.05em;
	display:block;
	font-weight:bold;
	}
#blog li a:hover{
    }
.blog-link{
	text-align:center;
	padding:3px 15px 0px 0;
}
.blog-link a{
	color:#2b2b2b;
	background:url(../../images/77/ico-allow_002.png) 1px 2px no-repeat;
	padding-left:17px;
}
.blog-link a:hover{
	text-decoration:none;
	color:#549f37;
	background:url(../../images/77/ico-allow_003.png) 1px 2px no-repeat;
}
/*フリーエリア
-----------------------------------------*/
#side-area{
	width:190px;
	/float:none;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:835px;
}
.leadArea {/*トップページ*/
	width:600px;
	float:left;
	padding:25px 0 30px 20px;
}
.site_description {
	float:left;
	color:#000000;
	font-size:1.14em;
	line-height:140%;
	font-weight:normal;
    }

#topLink{
	float:right;
	width:170px;
	padding-right:20px;
	}
#topLink a:hover{
	text-decoration:none!important;
}
#topLink ul{
	list-style-type:none;
}
#topLink ul li{
	position:relative;
	float:right;
	padding-left:10px;
	padding-top:15px;
}
#topLink ul li a p.blowing-out{
	display:none;
}
#topLink ul li a:hover p.blowing-out{
	display:block;
	width:129px;
	height:32px;
	position:absolute;
	top:45px;
	left:-80px;
	text-align:center;
	background:url(../../images/77/bgi-headnavi_003.png) center bottom no-repeat;
	text-decoration:none;
}
#topLink ul li a:hover p.blowing-out span{
	display:block;
	color:#2b2b2b;
	padding-top:10px;
	font-size:10px;
}

/*============================
	トップエリア
=============================*/
#topArea{
    margin-bottom:5px;
    }

/*topics　最新情報
-----------------------------------------*/
#topics{
	float:left;
	width:430px;
	margin-top:5px;
	}
#topics_title{
	background:url(../../images/77/bgi-topics_001.png) left top no-repeat;
	padding-top:6px;
}
#topics_titleIn{
	background:url(../../images/77/bgi-topics_002.png) left top repeat-y;
}
#topics h3 {}
#topicsIn{
	background:url(../../images/77/bgi-topics_003.png) left bottom no-repeat;
	padding-bottom:10px;
}
#topicsIn2{
	background:url(../../images/77/bgi-topics_002.png) left top repeat-y;
	padding:0 10px 1px 10px!important;
}
#topics #topics_ta {
	background:url(../../images/77/lin-topics_001.png) left top repeat-x;
	padding-top:2px;
}
#topics #topics_ta2 {
	background:url(../../images/77/lin-topics_002.png) left bottom repeat-x;
	padding-bottom:2px;
}
#topics #topics_ta3 {
	max-height:217px;
	height:auto!important;
	height:217px;
	overflow:auto;
}
#topics #topics_ta table {
	border-collapse:collapse;
}
#topics_ta table td {
	line-height:150%;
	vertical-align:top;
	padding:5px;
	}
#topics_ta table td.topics_date {
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	padding-bottom:0px;
}

#topics_ta table td.topics_entry {
	font-size:1em;
	line-height:140%;
	padding-top:0px;
}
/*topics　最新情報　メイン画像なしの時
-----------------------------------------*/
.no-img #topics{
	float:none;
	width:835px;
	margin-top:5px;
	}
.no-img #topics_title{
	background:url(../../images/77/bgi-box_001.png) left top no-repeat;
	padding-top:6px;
}
.no-img #topics_titleIn{
	background:url(../../images/77/bgi-box_002.png) left top repeat-y;
}

.no-img #topics h3 {}
.no-img #topicsIn{
	background:url(../../images/77/bgi-box_003.png) left bottom no-repeat;
	padding-bottom:10px;
}
.no-img #topicsIn2{
	background:url(../../images/77/bgi-box_002.png) left top repeat-y;
	padding:0 10px 1px 10px!important;
}
.no-img #imgBox {display:none;}
/*メイン写真
-----------------------------------------*/
#imgBox{
	background:url(../../images/77/bgi-mainimg_001.png) left top no-repeat;
	padding-top:10px;
	float:right;
	width:395px;
	/*
	display:flexbox;
    flex-align:center;
    flex-pack:center;
    display:-webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display:-moz-box;
    -moz-box-align:center;
    -moz-box-pack:cetner;
    min-height:260px;
    height: auto !important;
    height: 260px; */
}
#imgBoxIn{
	background:url(../../images/77/bgi-mainimg_003.png) left bottom no-repeat;
	padding-bottom:10px;
	_padding-bottom:9px;
}
#imgBoxIn2{
	background:url(../../images/77/bgi-mainimg_002.png) left top repeat-y;
	text-align:center;
	*border-bottom:1px #ededed solid;
	_border-bottom:none;
}
.site_image {
	padding:5px 0;
}
.site_image img{
	width:365px;
}

/*下層ページ*/
#nottop #topArea{
	background:url(../../images/77/bgi-pagettl_002.jpg) left top no-repeat;
	background-color:#45b03f;
    }
#nottop #topAreaIn{
	background:url(../../images/77/bgi-pagettl_001.gif) left top no-repeat;
}
#nottop #topAreaIn2{
	background:url(../../images/77/bgi-pagettl_003.gif) left bottom no-repeat;
	width:100%;
	min-height:150px;
	height:auto!important;
	height:150px;
    }
#topArea #page_title{
	padding:90px 15px 15px 15px;
	color:#ffffff;
	font-size:1.8em;
	line-height:140%;
	font-weight:normal;
    }
/* 固定ページ */
.fixing #topArea{
	background:url(../../images/77/bgi-pagettl_004.jpg) left top no-repeat!important;
    }
.fixing #topArea #page_title{
	color:#2b2b2b;
}
/*============================
	パン屑リスト
=============================*/
#pnkz {
	float:left;
	width:550px;
	padding:25px 25px 10px 25px;
}
#pnkz a,#pnkz em{
	font-size:0.9em;
	color:#2b2b2b;
}
#pnkz em {
	}

/*============================
メインエリア
=============================*/
/*   記事ボックス
-----------------------------------------*/
.boxWrap2 {
	width:835px;
    margin-bottom:5px;
	padding-top:6px;
	background :url(../../images/77/bgi-box_001.png ) left top no-repeat;
}
.boxWrap {
	background :url(../../images/77/bgi-box_003.png ) left bottom no-repeat;
	padding-bottom:10px;
	_padding-bottom:9px;
}
.box {
	background :url(../../images/77/bgi-box_002.png ) left top repeat-y;
}

.box_title {
	width:825px;
	background :url(../../images/77/bgi-boxttl_001.png ) left top no-repeat;
	padding-top:10px;
	margin-left:5px;
}
.box_titleIn {
	background :url(../../images/77/bgi-boxttl_003.png ) left bottom no-repeat;
	padding-bottom:10px;
	_padding-bottom:9px;
}
.box_titleIn2 {
	background :url(../../images/77/bgi-boxttl_002.png ) left top repeat-y;
}
.box_title h3 {
	font-weight:bold;
	font-size:1.1em;
	zoom:1;
	line-height:140%;
	padding:10px 15px;
}
.box_title h3 span{
    }
.boxIn {
}
.box_entry1 {
	line-height:150%;
	font-size:1em;
	padding:10px;
}
.box_entry1 span{
	line-height:150%;
}
.box_entry1 b{
	line-height:150%;
}
.box_entry1 em{
	line-height:150%;
}
.box_entry2 {
	padding:10px;
	line-height:150%;
	font-size:1em;
}
.box_entry2 span{
	line-height:150%;
}
.box_entry2 b{
	line-height:150%;
}
.box_entry2 em{
	line-height:150%;
}
.box_image {
	width:825px;
	_width:825px;
	padding-left:10px;
}
.box_image div{
	float:left;
	margin-right:5px;
    max-width: 200px;       /*20190722/追加/宇都宮*/
}
.box_image img {
	width:200px;
}
.box_image span {
	font-size:10px;
	color:#2b2b2b;
	padding: 1px 2px 5px 2px;
	line-height:150%;
	display:block;
	text-align:left;
}

/* 固定ページ */
.fixing .boxIn {
	padding:10px 15px 0 15px;
}

/*============================
	pagetop
=============================*/
#pagetop {
	width:1040px;
	margin:0 auto;
	text-align:right;
}
#pagetop div{
	padding-top:30px;
}
/*============================
	フッター
=============================*/
#foot {
	width:100%;
	background:url(../../images/77/bgi-foot_001.png ) left top repeat-x;
	padding-top:15px;
}
#footIn {
	width:100%;
	background:#ededed;
}
#footIn2 {
	width:1040px;
	margin:0 auto;
	padding:20px 0px 20px 0px;
}
/*QRコード
-----------------------------------------*/
#qrBox {
	width:210px;
	float:left;
}
#qr {
}
#qr img{
	float:left;
}
.QR_code {
	text-align:center;
}

.QR_description {
	float:right;
	width:100px;
	font-size:0.9em;
	line-height:140%;
	text-align:left;
	padding:10px 0;
}
#foot-nvi{
	float:right;
    text-align:right;
}
#foot-ttl{
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
}
#foot-nvi ul{
	list-style-type:none;
}
#foot-nvi ul li{
	padding-bottom:5px;
}
#foot-nvi ul li a{
	color:#2b2b2b;
}
#foot-nvi ul li a:hover{
	text-decoration:none;
	color:#549f37;
}
#copyright {
	font-size:0.8em;
	margin:0 auto;
	text-align:center;
	padding-bottom:30px;
}



/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	width:100%;
	text-align:left;
	border-collapse: collapse;
}

#form01 th, #map01 th, #profile01 th {
	font-size: 1em;
	font-weight:bold;
	text-align: left;
	padding: 22px 5px 20px 20px;
	border:none;
	background:url(../../images/77/lin-topics_001.png) left top repeat-x;
}
#profile01 th {
	min-width:100px;
	width:auto!important;
	width:100px;
}
#map01 th{
	width:100px;
}

#form01 th{
	width:150px;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	padding: 20px;
	padding-top: 22px;
	border:none;
	background:url(../../images/77/lin-topics_001.png) left top repeat-x;
}

#form01 input, #form01 textarea {
	font-size:1.2em;
	padding:4px;
	margin:4px;
}
/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding:0 2px 2px 0;
	color:#a32326;
	font-weight:bold;
}
.warning {
	padding:0 0 10px 20px;
	padding-bottom:10px;
	line-height :150%;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:10px 0 20px 20px;
	font-size:1em;
}

/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0px;
}
#map01 #frame iframe {
	width: 805px;
	height: 350px;
}
/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	line-height: 150%;
}

.w_mark {
	color:#a32326;
}

.thaks {
	line-height: 150%;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges 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%;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:755px;
	padding:10px 0 0 40px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:315px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:315px !important;
	width:755px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:755px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0099ff;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
.bx-viewport{
	overflow: hidden;
    border-radius: 6px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -22px !important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:145px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/77/btn-slider_001.png) 12px center no-repeat #ffffff;
	left:-41px;
	border: 1px solid #ededed;
    border-right: none;
    -moz-border-radius: 6px 0  0 6px;
    -webkit-border-radius: 6px 0  0 6px;
     border-radius: 6px 0  0 6px;
	background-size: 12px auto;
	opacity: 0.8;
}
.bx-wrapper .bx-prev:hover {
	background-color:#ffffff;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/77/btn-slider_002.png) 12px center no-repeat #ffffff;
	right: -41px;
    border: 1px solid #ededed;
    border-left: none;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    background-size: 12px auto;
    opacity: 0.8;
}
.bx-wrapper .bx-next:hover {
	background-color:#ffffff;
	opacity:0.6;
}

/* 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: #2b2b2b 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%;
}

