
/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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:#ef8784;
	text-decoration:underline;
}
a:hover {
	color:#ffafad;
	text-decoration:none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	color:#59493f; /*このテンプレの基本色*/
	text-align:center;
	background:url(../../images/56/bgi-body_001.jpg) left top repeat-x #a4c9c1;
	padding-bottom:0px;
}
#wrapper {
	text-align:left;
}
#main {
	width:840px;
/*	margin-left:58px;*/       /*20190719/削除/宇都宮*/
    margin: 0 auto;         /*20190719/追加/宇都宮*/
}

/*============================
	ヘッダー
=============================*/
#header {
	width:840px;
    /*	margin:29px 0 0 58px;*/        /*20190719/削除/宇都宮*/
    margin: 30px auto 0;         /*20190719/追加/宇都宮*/
	background:url(../../images/56/bgi-header_001.jpg) no-repeat left top #f8ecd4;
	}
#headerIn {
	width:840px;
	background:url(../../images/56/bgi-header_003.jpg) repeat-x left bottom;
}
#header_L {
	width:655px;
	float:left;
	padding-top:30px;
	}
#header_R {
	width:115px;
	float:right;
	padding:30px 0 43px 0;
	}
#header ul {
	list-style-type:none;
	text-align:right;
	}
#header ul li {
	display:block;
	padding-bottom:5px;
	}

/*サイトタイトル
-----------------------------------------*/
.site_title {
	font-size:18px;
	line-height:130%;
	padding:0 0 7px 30px;
}
.site_title2 {/*下層*/
	font-size:18px;
	line-height:130%;
	padding:70px 0 68px 30px;
}
.site_title a, .site_title2 a {
	font-size:18px;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#59493f;
}
.site_title a:hover {
	text-decoration:none;
}
.site_description {
	font-size:1em;
	line-height:150%;
	padding:0 0 16px 30px;
}

/*============================
	ナビ　プルダウンセッティング
=============================*/
/* 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: 100px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
#nav {
	/*	width:160%;*/        /*20190719/削除/宇都宮*/
    width: 100%;     /*20190719/追加/宇都宮*/
	background:url(../../images/56/bgi-nav_001.jpg) repeat-x left top;
	height: 63px;
	/*	padding-left:50px;*/      /*20190719/削除/宇都宮*/
    text-align: center;      /*20190719/追加/宇都宮*/
	margin-bottom:25px
	}
#nav *:hover { background-color: none; }
#nav li a {
	line-height: 1;
	color:#59493f;
	padding:10px;
	text-decoration:none;
	padding:23px 13px 21px 23px;
	font-size:14px;
	font-weight:bold;
	background:url(../../images/56/ico-navi_001_off.jpg) no-repeat left 1.5em;
	}
#nav li a:hover {
	color:#f1457d;
	}
#nav li ul li a {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:130%;
	}
#nav li.hover a {

	}
#nav ul { top: 59px; }
#nav ul li a { background-color: #f3bcbb; }/*プルダウン*/
#nav ul a.hover {  }
#nav ul a {
	margin-bottom: 1px;
	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 {
    display: inline-block;  /*20190719/追加/宇都宮*/
    float: none;     /*20190719/追加/宇都宮*/
	}
 #nav li ul li a {
 	background-image:none;
	padding:8px 13px 8px 13px;
	color:#FFFFFF;
	}
 #nav li ul li a:hover {/*プルダウン時hover*/
 	background-color:#f1457d;
	color:#FFFFFF;
	}


/*============================
	リードエリア
=============================*/
.leadArea1 {/*トップページ画像あり*/
	width:840px;
/*	margin:0 0 30px 58px; */      /*20190719/削除/宇都宮*/
    margin: 0 auto 30px;      /*20190719/追加/宇都宮*/
	background:url(../../images/56/bgi-boxhead_001.gif) no-repeat left top;
	padding-top:19px;

}
.leadArea2 {/*トップページ画像なし*/
	width:840px;
	margin:0 0 30px 58px;
	background:url(../../images/56/bgi-boxhead_001.gif) no-repeat left top;
	padding-top:19px;
}
.leadArea_in {
	background:url(../../images/56/bgi-boxbottom_001.gif) no-repeat left bottom;
	padding-bottom:19px;
}
.leadArea_in2 {
	background-color:#f8ecd4;
	padding:11px 30px 12px 30px;
}


/*メイン写真
-----------------------------------------*/
.site_image {
	width:365px;
	float:left;
	vertical-align:top;
	text-align:center;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:780px;
	padding-bottom:25px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:325px !important;
}
.bx-viewport{
	overflow: hidden;
    border-radius: 25px;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:325px !important;
	width:780px;
	position:relative;
	background:rgba(0,0,0,0.2);
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:780px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #f7a4a2;
	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: #f1457d;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:150px;
	cursor:pointer;
	border-radius:20px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/56/btn-slider_001.png) 13px center no-repeat #f7a4a2;
	left:-20px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#f1457d;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/56/btn-slider_002.png) 16px center no-repeat #f7a4a2;
	right:-20px;
}
.bx-wrapper .bx-next:hover {
	background-color:#f1457d;
	opacity:0.8;
}

/*トピックス
-----------------------------------------*/
.leadArea1 #topics {/*メイン写真あり*/
	width:396px;
	float:right;
}
.leadArea2 #topics {/*メイン写真なし*/
	float:right;
}
#topics h3#topicsTitle {
	padding-bottom:14px;
}
.leadArea1 #topics_ta {/*メイン写真あり*/
	max-height:210px;
	overflow:auto;
}
.leadArea2 #topics_ta {/*メイン写真なし*/
	max-height:140px;
	overflow:auto;
}
#topics_ta table {
	border-collapse:collapse;
	width:95%;
}
#topics_ta table td {
	font-size:1em;
	line-height:150%;
	text-align:left;
	vertical-align:top;
	}
.topics_date {
	color:#549498;
	font-weight:bold;
}
.topics_entry {
	padding-bottom:5px;
}

/* 20180707 ADD */
.slide #topics {
    width: 100%;
    float: none !important;
}


/*============================
	記事ボックス
=============================*/
.box {
	width:840px;
	margin:0 0 30px 0;
	background:url(../../images/56/bgi-boxhead_001.gif) no-repeat left top;
	padding-top:19px;
}
.boxIn {
	background:url(../../images/56/bgi-boxbottom_001.gif) no-repeat left bottom;
	padding-bottom:19px;
}
.boxIn2 {
	background-color:#f8ecd4;
	padding:11px 30px 12px 30px;
}
.box_title {
	margin-bottom:14px;
	border-top:4px solid #f4a4a2;;
}
.box_title h3 {
	font-size:1.175em;
	line-height:140%;
	font-weight:bold;
	color:#59493f;
	padding:14px 132px 10px 0px;
	background:url(../../images/56/bgi-boxttl_001.jpg) no-repeat left bottom;
}
.box_entry1 {/*画像あり*/
	width:558px;
	float:left;
	line-height:150%;
}
.box_entry1 span {
	line-height:150%;
}
.box_image {
	width:201px;
	float:right;
}
.box_image div {
	padding-bottom:12px;
	}
.box_image div img {
	display:block;
	padding:1px;
	border:1px solid #cbd2d0;
	}
.box_image span {
	font-size:10px;
	display:block;
	text-align:right;
	padding-top:3px;
	line-height:140%;
}
.box_entry2 {/*画像なし*/
	line-height:150%;
	font-size:1em;
}
.box_entry2 span {
	line-height:150%;
}

/*============================
	pagetop
=============================*/
#pagetop {
	float:right;
	padding:0 18px 8px 0;
}
#pagetop a {
	color:#2a6266;
	text-decoration:none;
	}
#pagetop a:hover {
	color:#ef8784;
	text-decoration:underline;
	}

/*============================
	フッター
=============================*/
#footer {
    width: 100%;
	background-color:#353840;
/*	padding:31px 0 18px 58px;*/      /*20190719/削除/宇都宮*/
    padding: 30px 0;    /*20190719/追加/宇都宮*/
}

/*============================
	ブログ・QRコード・お問い合わせ・copyright
=============================*/
#footerIn {
	padding-bottom:30px;
/*	width:846px;*/    /*20190719/削除/宇都宮*/
    width: 840px;   /*20190719/追加/宇都宮*/
    margin: 0 auto;      /*20190719/追加/宇都宮*/
	}
#footerIn ul {
	list-style-type:none;
	}
/*ブログ
-----------------------------------------*/
#blogBox {
	width:305px;
	float:left;
}
#blog {
	width:270px;
}
#blogTitle {
	padding-bottom:12px;
}
#blog ul {
	padding-bottom:10px;
	}
#blog ul li {
	padding:0 0 3px 0;
	display:block;
}
#blog ul li a {
	line-height:150%;
	padding:0 7px 0 0;
	color:#ece9df;
}
#blog ul li a:hover {
}
#blog ul li span {
	color:#a4c9c1;
	font-size:0.75em;
	padding-left:7px;
	}
#blogLink {
	background:url(../../images/56/ico-arrow_001.jpg) no-repeat left center;
	padding-left:11px;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	}
#blogLink:hover {
	text-decoration:none;
	}

/*QRコード
-----------------------------------------*/
#qrBox {
	width:324px;
	float:left;
}
#qrBoxIn {
	width:240px;
	}
#qrTitle {
	padding-bottom:15px;
}
#qrBody {
	}
#qr_code {
	float:left;
	width:70px;
	}
#qrDescription {
	width:159px;
	float:right;
	color:#ece9df;
	font-size:1em;
	line-height:150%;
	}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	float:left;
	width:210px;
	}
/*　copyright
-----------------------------------------*/
#copyright {
	clear:both;
	text-align:center;
	color:#9ea4b5;
	padding-top:30px;
	font-size:10px;
}






/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding:8px 0 10px 18px;
	color:#666;
	}



/*============================
	コンテンツタイトル
=============================*/
#cont_ttl {
	background:url(../../images/56/bgi-conttitle_001.gif) no-repeat left top;
	padding-top:19px;
}
#cont_ttlIn {
	background:url(../../images/56/bgi-conttitle_002.gif) no-repeat left bottom;
	padding-bottom:19px;
	}
#cont_ttlIn h2 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:10px 28px 7px 28px;
	background-color:#2a6266;
	line-height:140%;
	}







/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01, #profile01, #map01 {
	width:840px;
	margin:0 auto 50px auto;
	}



#form01 table, #map01 table, #profile01 table {
	width:680px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 30px auto;
}

#form01 th, #map01 th, #profile01 th {
	width:160px;
	border:1px solid #59493f;
	background-color:#f8ecd4;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.5em;
	color:#47372d
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #59493f;
	padding:0.7em;
	background-color:#FFFFFF;
	color:#47372d
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#ff7272;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	font-size:1em;
	margin:0 0 10px 18px;
}
/*フォーム
-----------------------------------------*/
.required {
	padding:2px 0;}
/*地図
-----------------------------------------*/
#frame {
	margin:0 auto 20px auto;
	width:680px;
}

#map01 #frame iframe{
	width:680px;
	height:380px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;

}
.warning {
	line-height :150%;
	padding:5px 0 0 0;
	width:680px;
	margin:0 auto 0px auto;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/* 20120322 */
#foot-area{
   margin:36px 0 36px;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
.boxIn table {
 	border-collapse:collapse;
    border:1px #f4a4a2 solid;
 }
.boxIn table th,
.boxIn table td {
    border:1px #f4a4a2 solid;
 	padding:1em;
 }
.boxIn table th {
 	text-align:center;
    background-color:#f4a4a2;
 }

/*記事ボックス内のテーブル（2019-08-01 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%;
}

