/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 81.3%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 13px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.91em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#f7961d;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	background:#f6f5f2; /*このテンプレの背景色*/
	color:#524939; /*このテンプレの基本色*/
	text-align:center;
	line-height:1.62;
}
#container{
}
#content{
	width:960px;
	margin:30px auto;
	}
#main{
	width:720px;
	float:left;
	margin-bottom:30px;
}
#sidebar{
	width:199px;
	float:right;
	padding-left:20px;
	border-left:1px solid #d2d2d2;}
/*============================
	ヘッダー
=============================*/
#header {
	background:#524939;
	text-align:left;
}
#headerIn {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
}
/* タイトル */
#site_title {
	padding:40px 0 20px 0;
	width:100%;
	text-align:center;
	border-bottom:1px solid #6c6457;
}
#site_title h1{
	font-size:1.9em;
	font-weight:normal;
	line-height:140%;
	
}
#site_title a {
	text-decoration:none;
	color:#d8d7d4;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}
#site_title a:hover {
	color:#fff;
}
#site_title img {
	max-width:960px;
	width:auto!important;
	width:960px;
	height:auto;
}
/*　ヘッドメニュー */
#head_nav{
	display:block;
	width:342px;
	height:100%;
	position:absolute;
	top:0;
	right:-3px;
}
#head_nav ul{
	list-style-type:none;
    /*20190801/追加/長島*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
#head_nav ul li{
/*    float: left*/      /*20190723/削除/宇都宮*/
    /*float:right;*/       /*20190723/追加/宇都宮*//*20190801/削除/長島*/
}

#head_nav ul li a:hover img{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
    -ms-opacity:0.8;
	-o-opacity:0.8;
    opacity:0.8;
}
/*　ディスクリプション
------------------------------------------------*/
#site_description {
	border-bottom:1px solid #6c6457;
	padding:10px;
}
#site_description h2{
	font-size:13px;
	font-weight:normal;
	color:#d8d7d4;
}

/*============================
	リードエリア
=============================*/
#lead_area{/* リードエリア */
	text-align:left;
	background-color :#241c0d;
	padding:30px 0;
}
#lead_areaIn{
	width:960px;
	margin:0 auto;
}

/*　メイン写真
------------------------------------------------*/
#cover{
	position:relative;
	/position:inherit;
	width:365px;
	float:left;
}
#coverMask1{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	background :url(../../images/103/bgi-cover_001.png ) left top no-repeat;
	/background :none;
}
#coverMask2{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	bottom:0;
	right:0;
	background :url(../../images/103/bgi-cover_002.png ) left top no-repeat;
	/background :none;
}
#cover img{
	width:365px;
	height:auto;
}
/*　トピックス 
------------------------------------------------*/
#topics{
	float:right;
	width:570px;
	height:auto;
	padding-top:10px;
}
#topics h3{
	width:100%;
	height:17px;
	background :url(../../images/103/ttl-topics_001.jpg ) left top no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #6c6457;
}
#topics dl{
	display:block;
	text-align:left;
	max-height:180px;
	height:auto!important;
	height:180px;
	overflow:auto;
	font-size:1.18em;
}
#topics dl dt{/* 日付 */
	width:17%;
	clear:both;
	float:left;
	padding:3px 0 2px 0;
	color:#000;
	font-size:11px;
	line-height:1;
	text-align:center;
	background-color :#6c6457;
}
#topics dl dd{/* トピックス本文 */
	width:80%;
	/width:77%;
	color:#d8d7d4;
	float:left;
	padding:0 0 8px 3%;
	line-height:150%;
}
#topics dl dd a{
}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img #topics{
	float:inherit;
	width:100%;
	height:auto;
	padding-top:0;
}
.no-img #cover{
	display:none!important;
}


/* スライド
------------------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:10px 0 0;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #6C6459;
	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: #d8d7d4;
	opacity:1;
}
/*.bx-wrapper .bx-pager {
    bottom: -33px!important;
}*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:180px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/103/btn-slider_001.png) center center no-repeat #6C6459;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/103/btn-slider_001.png) center center no-repeat #6C6459;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/103/btn-slider_002.png) center center no-repeat #6C6459;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/103/btn-slider_002.png) center center no-repeat #6C6459;
	opacity:0.8;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	background :#524939;
	text-align:center;
	width:100%;
	height:auto;
}
#global_nav a {
	color:#d8d7d4;
	text-decoration:none;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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:210px;
	top:34px;
	left:-20px;
}
/* Everything else is theming */
#nav {/* サブ */
	display:inline-block;
	height:auto;
	padding:0 0 0 20px;
	margin:20px auto 4px auto;
	text-align:center;
	/display:inline;
	/zoom:1;
	background :url(../../images/103/bgi-gnav_001.gif ) left top no-repeat;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	height:auto;
	white-space:nowrap;
	padding:0;
	margin-bottom:10px;
	background :url(../../images/103/bgi-gnav_001.gif ) right center no-repeat;
}
#nav li.nav-top a {
	padding:0 40px 1px 20px;
	width:auto;
	display:block;
	
}
#nav li.nav-top a:hover {
	color:#9a968e;
	/*filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;*/
}

#nav *:hover { 
	background-color: none; 
}
/* メインリストhover時のa */
#nav li.hover a {
}
/* 子メニュー */
#nav li.nav-top ul{
	background :#ffffff;
	-webkit-box-shadow:0 0 20px #666;
	-moz-box-shadow:0 0 20px #666;
	-ms-box-shadow:0 0 20px #666;
	-o-box-shadow:0 0 20px #666;
	box-shadow:0 0 20px #666;
}
/* 子メニューのli */
#nav li.nav-top ul li {
	white-space:normal;
	z-index:100;
}
/* 子メニューのliのa */

#nav li.nav-top ul li a {
	display:block;
	height:auto;
	padding:6px 10px 6px 22px;
	text-align:left;
	color:#524939;
	line-height:150%;
	background:#fff;
	z-index:100;
	background :url(../../images/103/ico-dia_001.png ) 10px 12px no-repeat;
}
/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	height:auto;
	color:#524939;
	background-color :#cbc8c3;
}

/*============================
	サイドバー
=============================*/
#sidebar{
	padding-top:10px;
}
#sidebar #about{
	margin-bottom:30px;
	background-color:#fff;
	-webkit-box-shadow:0 0 20px #eae9e7;
	-moz-box-shadow:0 0 20px #eae9e7;
	-ms-box-shadow:0 0 20px #eae9e7;
	-o-box-shadow:0 0 20px #eae9e7;
	box-shadow:0 0 20px #eae9e7;
	}
#sidebar #about h3{
	width:199px;
	height:30px;
	background :url(../../images/103/ttl-nav_001.jpg ) left top no-repeat #fff;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}	
#sidebar #about ul{
	list-style:none;
	}
#sidebar #about ul li{
	margin-bottom:1px;
	/padding-bottom:1px;
}
#sidebar #about ul a{
	display:block;
	font-size:16px;
	color:#f6f5f2;
	text-decoration:none;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
	padding:17px 6px 17px 10px;
	background-color :#524939;
	}	
#sidebar #about ul a:hover{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
#sidebar #blog{
	text-align:left;
	margin-bottom:30px;
	background-color:#fff;
	-webkit-box-shadow:0 0 20px #eae9e7;
	-moz-box-shadow:0 0 20px #eae9e7;
	-ms-box-shadow:0 0 20px #eae9e7;
	-o-box-shadow:0 0 20px #eae9e7;
	box-shadow:0 0 20px #eae9e7;
	}
#sidebar #blog h3{
	width:199px;
	height:30px;
	background :url(../../images/103/ttl-nav_002.jpg ) left top no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#sidebar #blog dl{
	padding:15px 15px 0 15px;
}
#sidebar #blog dl dt{
	font-size:11px;
}
#sidebar #blog dl dd{
	padding-bottom:15px;
}
#sidebar #blog #blog_link a{
	display:block;
	width:199px;
	height:41px;
	background :url(../../images/103/btn-bloglink_001.jpg ) left top no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#sidebar #blog #blog_link a:hover{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
#sidebar #qrcode{
	margin-bottom:30px;
	background-color:#fff;
	-webkit-box-shadow:0 0 20px #eae9e7;
	-moz-box-shadow:0 0 20px #eae9e7;
	-ms-box-shadow:0 0 20px #eae9e7;
	-o-box-shadow:0 0 20px #eae9e7;
	box-shadow:0 0 20px #eae9e7;
	}
#sidebar #qrcode h3{
	width:199px;
	height:30px;
	background :url(../../images/103/ttl-nav_003.jpg ) left top no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#sidebar #qrcode p{
	text-align:left;
	padding:0 15px 15px 15px;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	background-color:#524939;
}
/*　コピーライト */
address{
	padding:20px 0;
	clear:both;
	text-align:center;
	font-style:normal;
	color:#f6f5f2;
}
address img{
	padding:0 0 1px 5px ;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	position:relative;
}
#pagetop a{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	right:20px;
	bottom:20px;
	background:url(../../images/103/btn-pagetop_001.jpg) left top no-repeat;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

}
#pagetop a:hover{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
/*============================
	お問い合わせボタン
=============================*/
#inquiry {
	margin:20px 0;
	text-align:center;
}

#inquiry a:hover{
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}
/*============================
	メインエリア
=============================*/

/*　記事ボックス 
------------------------------------------------*/
.article_box{
	text-align:left;
	padding:30px 0 30px;
	border-bottom:solid 1px #d2d2d2;
}
.article_box .article_title{
	height:auto;
	padding:0 0 24px 2px;
	margin-bottom:14px;
	background :url(../../images/103/bgi-article_ttl_001.jpg ) left bottom no-repeat;
}
.article_box .article_title h2{
	font-size:1.6em;
	color:#524939;
	line-height:130%;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}
.article_box .entry{
	width:490px;
	float:left;
	}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:1.62;
}
/* 記事画像あり */
.article_box .article_figure{
width:200px;
float:right;
}
.article_box .article_figure img{
	max-width:200px;
	height:auto;
}
.article_box .article_figure a:hover img{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}
.article_box .article_figure span{
font-size:10px;
text-align:center;
color:#444135;
display:block;
padding:10px 0 ;
}
/* 記事画像なし */
.article_box.no-img {}
.article_box.no-img .entry{
	float:none!important;
	width:720px!important;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#d2d2d2 1px solid;
    /*20190325 ADD*/
    table-layout: fixed;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#d2d2d2 1px solid;
	padding:10px;
}
/*20190325 ADD*/
.article_box .entry table th {
    width: 20%;
    text-align:center;
}
/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	margin-top:10px;
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	text-align:left;
}
#page_title h2{
	padding:20px 230px 20px 10px;
	font-size:2.1em;
	line-height:140%;
}
/*パン屑リスト*/
#pnkz {
	text-align:right;
	padding:5px 0 20px 0;
}
#pnkz p{
	margin:0 auto;
	font-size:11px;
}
#pnkz p span{
	
}
/*============================
	フリーエリア
=============================*/
#side-area{
	margin-bottom:30px;
	padding:15px;
	-webkit-box-shadow:0 0 20px #eae9e7;
	-moz-box-shadow:0 0 20px #eae9e7;
	-ms-box-shadow:0 0 20px #eae9e7;
	-o-box-shadow:0 0 20px #eae9e7;
	box-shadow:0 0 20px #eae9e7;
	background-color:#fff;
	}
#foot-area{
	padding:15px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form, #map, #profile {
	text-align:left;
}
#form table, #map table, #profile table {
	width:100%;
	margin-bottom:30px;
    /*20190325 ADD*/
    table-layout: fixed;
}
#form tr, #map tr, #profile tr {
}
#form th, #map th, #profile th {
	font-weight:bold;
	padding:20px;
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
	border-bottom:1px dotted #d2d2d2;
    /*20190325 ADD*/
    width: 25%;
}
#form td, #map td, #profile td {
	padding:20px;
	border-bottom:1px dotted #d2d2d2;
}
/*お問い合わせ
-----------------------------------------*/
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:left;
	border:none;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:4px;
	border-radius:3px;
}
.warning {
	text-align:left;
}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	padding-top:30px;
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
	
}
#form input[type=text], #form textarea {
	border:solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#e4ffef;
}
#form input[type=submit],
#form input[type=reset] {
	padding:5px 20px;
	margin-right:1em;
	background:#cbc8c3;
	border:none;
}
#form input[type=submit]:hover,
#form input[type=reset]:hover {
	cursor:pointer;
	filter: alpha(opacity=80);
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
	-ms-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
}

/*リード文
-----------------------------------------*/
#lead_s {
	line-height:150%;
	margin-bottom:15px;
}
/*地図
-----------------------------------------*/
#frame {
	margin:0 auto 15px;
	border:1px solid #d2d2d2;
}
#frame iframe{
	width: 718px;
	height: 478px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	padding:10px 0 0px 0;
}
.w_mark {
	color:#F03;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/* 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;
}


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

