/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,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 */
}
/* -----------------------------------------
		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*/
}
/*============================
　共通チップス
=============================*/
body {
	line-height:150%;
}
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#4d4d4d;
	text-decoration:none;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body { 
	background:url(../../images/89/bgi-main_001.jpg) left top repeat-y #91805b;
	color:#000000; /*このテンプレの基本色*/
	text-align:left;
	height:100%;
}
body#nottop { 
	background:url(../../images/89/bgi-main_002.jpg) left top repeat-y #91805b;
}
#container{
	height:auto;
	text-align:left;
}
#sidebar{
	width:250px;
	height:auto;
	padding-bottom:100px;
	float:left;
}
#main{
	position:absolute;
	float:left;
	max-width:900px;
	width:auto!important;
	width:900px;
	height:100%;
}
#top #main{
	left:250px;
}
#nottop #main{
	left:367px;
}
/*============================
	サイドバー
=============================*/
#sidebar{
	color:#eeeeee;
}
/* タイトル */
#site_title {
	padding:30px 33px 30px 27px;
}
#site_title h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:2em;
	line-height:120%;
}
#site_title a {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#eeeeee;
	text-decoration:none;
	font-weight:bold;
}
#site_title a:hover {
	color:#eeeeee;
}
#site_title img {
	max-width: 190px; /* 20220114 ADD*/
}
#site_title a:hover img {
}
/*　グローバルナビ
-----------------------------------------*/
#global_nav{
	margin-bottom:30px;
	padding-left:27px;
	padding-right:33px;
}
#global_nav dl dt{/* 親メニュー */
	padding:5px 0px 5px 0;
}
#global_nav dl dd{/* 子メニュー */
	padding-left:5px;
}
#global_nav dl dt a,
#global_nav dl dd a{
	color:#cccccc;
	text-decoration:none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#global_nav dl dt a{
	font-size:1.3em;
}
#global_nav dl dd a{
	display:block;
	font-size:1.1em;
	text-decoration:none;
	padding:5px 0px 5px 10px;
	border-left:solid 1px #cccccc;
}
#global_nav dl dt a:hover,
#global_nav dl dd a:hover{
	color:#999966;
}
/*　ブログ
-----------------------------------------*/
#blog{
	padding-bottom:20px;
	position:relative;
	padding-left:27px;
	padding-right:33px;
	background:url(../../images/89/lin-side_001.jpg) left bottom no-repeat;
}
#blog h2{
	text-align:center;
	padding:15px 0;
	font-size:1.17em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#blog_link{
	text-align:center;
}
#blog_link a{
	color:#cccccc;
	text-decoration:none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-left:12px;
	background:url(../../images/89/ico-arrow_003.gif) left center no-repeat;
}
#blog_link a:hover{
	color:#999966;
}
#blog dl{
}
#blog dl dt{/* 日付 */
	font-size:0.83em;
	color:#cccccc;
	line-height:120%;
}
#blog dl dd{/* ブログタイトル */
	margin-bottom:10px;
}
#blog dl dd a{
	font-size:0.91em;
	color:#cccccc;
}
/*　プロフィール
-----------------------------------------*/
#about{
	background:url(../../images/89/lin-side_001.jpg) left bottom no-repeat;
}
#about ul{
	list-style-type:none;
	padding-bottom:4px;
}
#about ul li{
	background:url(../../images/89/lin-side_001.jpg) left top no-repeat;
	padding-top:4px;
	padding-bottom:0;
	_border-bottom:solid 1px #999999;
}
#about ul li a{
	display:block;
	padding:15px 7px 15px 0;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	font-size:1.17em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#about ul li a:hover{
	display:block;
	padding:15px 7px 15px 0;
	background:url(../../images/89/bgi-about_001.jpg) left top repeat-y;
	color:#000000;
}
#about ul li a:active{
}
/*　QRコード
-----------------------------------------*/
#qrcode{
	padding-bottom:20px;
	background:url(../../images/89/lin-side_001.jpg) left bottom no-repeat;
}
#qrcode h2{
	width:250px;
	text-align:center;
	padding:15px 0;
	font-size:1.17em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#qrcode p{
	width:85px;
	font-size:0.96em!important;
	line-height:140%;
	color:#cccccc;
	padding-left:27px;
}
#qrcode img{
	float:right;
	padding-right:30px;
}
/*============================
	ヘッダー
=============================*/
#header {
	max-width:840px;
	width:auto!important;
	width:840px;
	padding:5px 100px 20px 30px;
}
#site_description {
	padding:60px 0 20px 0;
}
#site_description h2{
	font-size:1.3em;
	font-weight:normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:150%;
}
/*　ヘッドメニュー */
#head_nav{
	height:20px;
	width:100%;
}
#head_nav ul{
	width:auto;
	height:20px;
	display:block;
	list-style-type:none;
}
#head_nav ul li{
	float:left;
	padding-right:30px;
}
#head_nav ul li a{
	display:block;
	text-decoration:none;
	background:url(../../images/89/ico-arrow_001.gif) left 8px no-repeat;
	padding:3px 0px 0 13px;
	font-size:1.2em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#head_nav ul li a:hover{
}
/*============================
	メイン
=============================*/
#lead_area{/* リードエリア */
	max-width:840px;
	width:auto!important;
	width:840px;
	margin-bottom:60px;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:810px;
	padding-left:30px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:338px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:338px !important;
	width:810px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:810px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #999966;
	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: #4d4941;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:149px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/89/btn-slider_001.png) 15px center no-repeat #4d4941;
	left:0px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#999966;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/89/btn-slider_002.png) 17px center no-repeat #4d4941;
	right:0px;
}
.bx-wrapper .bx-next:hover {
	background-color:#999966;
	opacity:0.8;
}

/*　メイン写真
------------------------------------------------*/
#cover{
	width:365px;
	margin-bottom:60px;
	padding-left:30px;
}
#cover img{
}
/*　トピックス 
------------------------------------------------*/
#topics{
}
#topics h2{
	margin-bottom:10px;
	font-size:1.5em;
	padding:0 0 15px 30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:url(../../images/89/lin-main_001.png) left bottom no-repeat;
	_background:url(../../images/89/lin-main_001.jpg) left bottom no-repeat;
}
#topics dl{
	max-height:210px;
	height:auto!important;
	height:210px;
	overflow:auto;
	padding-left:30px;
}
#topics dl dt{/* 日付 */
	float:left;
	clear:both;
	padding:0 20px 10px 0;
}
#topics dl dd{/* トピックス本文 */
	width:500px;
	float:left;
	padding-bottom:10px;
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none;
}
.no-img #topics{
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
}
#inquiry a{
}
/*============================
	記事ボックス
=============================*/
.article_box{
	max-width:880px;
	width:auto!important;
	width:880px;
	clear:both;
	padding:30px 30px 60px 0px;
}
.article_box .article_title{
	padding-bottom:10px;
	background:url(../../images/89/lin-main_001.png) left bottom no-repeat;
	_background:url(../../images/89/lin-main_001.jpg) left bottom no-repeat;
	padding-left:30px;
	padding-right:30px;
}
.article_box .article_title h2{
	font-size:1.5em;
	line-height:130%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.article_box .entry{
	line-height:150%;
	padding-top:8px;
	padding-left:30px;
	padding-right:20px;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:150%;
}
/* 記事画像あり */
.article_box .article_figure{
	padding-top:10px;
	padding-left:30px;
}
.article_box .article_figure div{
	width:200px;
	margin-right:10px;
	float:left;
}
.article_box .article_figure img{
	width:200px;
}
.article_box .article_figure span{
	width:194px;
	display:block;
	padding:3px;
	color:#444444;
	font-size:0.83em;
	line-height:130%;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* 記事画像なし */

/* 記事ボックス内のテーブル */
.article_box table {
	border-collapse:collapse;
	border:1px #444 solid;
}
.article_box table th,
.article_box table td {
	border:1px #444 solid;
	padding:1em;
	text-align:left;
}
/*============================
	フッター
=============================*/
#footer {
	text-align:right;
	max-width:880px;
	width:auto!important;
	width:880px;
	clear:both;
	padding:15px 30px 30px 0px;
	background:url(../../images/89/lin-main_001.png) left top no-repeat;	
	_background:url(../../images/89/lin-main_001.jpg) left top no-repeat;	
}
#footer a{
	text-decoration:none;
	font-size:1.2em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*	ページトップ  */
#pagetop {
	float:right;
	padding-bottom:10px;
}
#pagetop a{
	padding-left:45px;
	background:url(../../images/89/ico-arrow_002.gif) 33px 0.2em no-repeat;	
}

/*  お問い合わせ  */
#inquiry {
	float:right;
	padding-bottom:10px;
}
#inquiry a{
	padding-left:10px;
	background:url(../../images/89/ico-arrow_001.gif) 0px 0.3em no-repeat;	
}

/*　コピーライト */
address{
	clear:both;
	padding:15px 0 30px 0;
	font-style:normal;
	font-weight:normal;
	background:url(../../images/89/lin-main_001.png) left top no-repeat;	
	_background:url(../../images/89/lin-main_001.jpg) left top no-repeat;	
}
address img{
	padding:0 0 1px 2px;
}
/*============================
	下層ページ共通
=============================*/

/*パン屑リスト*/
#pnkz {
	float:left;
	width:30px;
	height:1000px;
	overflow:hidden;
}
#pnkz p{
	padding:5px 0 0 83px;
	font-size:11px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:1px;
}
#pnkz p a{
	text-decoration:none;
}
/*ページタイトル*/
#page_title{
	float:left;
	width:87px;
	height:1000px;
	overflow:hidden;
}
#page_title h2{
	padding:35px 30px 10px 80px;
	font-size:26px;
	text-decoration:none;
	letter-spacing:6px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*============================
	フリーエリア
=============================*/
#side-area{
	width:190px;
	padding:15px 33px 15px 27px;
}
#foot-area{
	max-width:840px;
	width:auto!important;
	width:840px;
	clear:both;
	padding:30px 30px 30px 30px;
	background:url(../../images/89/lin-main_001.png) left top no-repeat;
	_background:url(../../images/89/lin-main_001.jpg) left top no-repeat;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form, #map, #profile{
	padding-left:30px;
	padding-top:25px;
	padding-bottom:25px;
	background:url(../../images/89/lin-main_001.png) left top no-repeat,
	url(../../images/89/lin-main_001.png) left bottom no-repeat;
	/background:url(../../images/89/lin-main_001.png) left top no-repeat;
	_background:url(../../images/89/lin-main_001.jpg) left top no-repeat;
}
#form table, #map table, #profile table {
	border-right:none;
	border-left:none;
	margin-bottom:10px;
}
#form tr, #map tr, #profile tr,
#form th, #map th, #profile th,
#form td, #map td, #profile td {
	border-right:none;
	border-left:none;
}
#form th, #map th, #profile th {
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:10px 20px 10px 5px;
	vertical-align:top;
	font-size:1.2em;
	min-width:100px;
}
#form td, #map td, #profile td {
	padding:10px 5px;
	font-size:1em;
}
/*お問い合わせ
-----------------------------------------*/
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
}
#form th {
	vertical-align:middle;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:6px;
}

/*リード文
-----------------------------------------*/
#lead_s {
	padding:0px 0px 20px 0;
	line-height:150%;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:left;
	padding-top:10px;
	margin-bottom:20px;
}
#map #frame iframe {
	width: 650px;
	height: 350px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	color:#fc512a;
}
.warning {
	line-height :150%;
	padding-top:10px;
}
.w_mark {
	color:#F03;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges img{
  width: 365px;
}

/* 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;
}


/* 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%;
}

