/*============================
　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:#4f2e17;
	text-decoration:underline;
}
a:hover {
	color:#4f2e17;
	text-decoration:none;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	background:url(../../images/92/bgi-body_001.jpg) left top repeat;
	background-color:#e4dcd3; /*このテンプレの背景色*/
	color:#4f2e17; /*このテンプレの基本色*/
	text-align:center;
	height:100%;
}
#container{
	width:960px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
#sidebar{
	width:200px;
	height:auto;
	background:url(../../images/92/bgi-side_001.jpg) left top no-repeat;
	padding-top:50px;
	padding-bottom:20px;
	float:left;
}
#main{
	width:720px;
	height:auto;
	float:right;
	padding-top:20px;
	padding-bottom:30px;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:960px;
	text-align:left;
	height:auto;
	padding:5px 0 20px 0;
}
/* タイトル */
#site_title {
	width:650px;
	float:left;
	padding-top:25px;
}
#site_title h1{
	font-size:1.6em;
	line-height:130%;
}
#site_title a {
	text-decoration:none;
	font-weight:bold;
}
#site_title a:hover {
	color:#4f2e17; /*このテンプレの基本色*/
}
#site_title img {
}
#site_title a:hover img {
}
#site_description {
	width:650px;
	float:left;
	padding:10px 0 10px 0;
}
#site_description h2{
	font-size:1.1em;
	font-weight:normal;
	line-height:150%;
}
/*　ヘッドメニュー */
#head_nav{
	width:208px;
	height:52px;
	float:right;
	overflow:hidden;
}
#head_nav ul{
	width:224px;
	height:52px;
	display:block;
	list-style-type:none;
}
#head_nav ul li{
	float:right;
	padding-right:16px;
	background:url(../../images/92/bgi-head_001.jpg) right 4px no-repeat;
}
#head_nav ul li a{
}
#head_nav ul li a:hover{
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:10px 0 1px;
	margin-top: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.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: #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: #4e321c;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #4e321c;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -40px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:179px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/92/btn-slider_001.png) 13px center no-repeat #4e321c;
left:-42px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/92/btn-slider_002.png) 14px center no-repeat #4e321c;
right:-42px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*============================
	フッター
=============================*/
#footer {
	text-align:center;
	clear:both;
	padding:30px 0 10px 0px;
	background:url(../../images/92/bgi-body_002.jpg) left top repeat;
	position:relative;
	z-index:1;
}
#footer:before {
	content:"";
	position:absolute;
	z-index:-1;
	left:0;
	top:0;
	width:100%;
	height:6px;
	background:url(../../images/92/bgi-foot_001.jpg) left top repeat-x;
}
#footer a{
}
/*　プロフィール
-----------------------------------------*/
#about{
	margin:10px auto 30px auto;
	text-align:center;
	width:960px;
}
#about ul{
	list-style-type:none;
	display:inline-block;
	width:auto;
	height:18px;
	margin:0 auto;
	text-align:center;
	border-left:solid 1px #4f2e17;
	/display:inline;
	/zoom: 1;
}
#about ul li{
	display:inline-block;
	width:auto;
	height:18px;
	float:left;
	padding:0 12px;
	border-right:solid 1px #4f2e17;
	font-size:1em;
	/display:inline;
}
#about ul li em{
	font-style:normal;
	font-weight:bold;
}
#about ul li a{
}
/*　コピーライト */
address{
	width:960px;
	display:inline;
	clear:both;
	font-size:10px;
	text-align:center;
	font-style:normal;
	font-weight:normal;
}
address img{
	padding:0 0 1px 2px;
}
/*============================
	サイドバー
=============================*/
#sidebar{
}
/*　グローバルナビ
-----------------------------------------*/
#global_nav{
	margin-bottom:20px;
	padding:0 5px;
}
#global_nav dl dt ,
#global_nav dl dd {
	border-bottom:dotted 1px #4f2e17;
}
#global_nav dl dt{/* 親メニュー */
}
#global_nav dl dd{/* 子メニュー */
	padding-left:10px;
}
#global_nav dl dt a,
#global_nav dl dd a{
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	padding:9px 0px;
}
#global_nav dl dt a:hover{
	background:url(../../images/92/bgi-gnav_001.jpg) right center no-repeat;
}
#global_nav dl dd a:hover{
	background:url(../../images/92/bgi-gnav_002.jpg) right center no-repeat;
}
#global_nav dl dt a:active,
#global_nav dl dd a:active{
	color:#996b17;
}
/*　ブログ
-----------------------------------------*/
#blog{
	background:url(../../images/92/bgi-body_002.jpg) left top repeat;
	padding-bottom:10px;
	margin-bottom:15px;
}
#blog h2{
}
#blog dl{
	padding:5px 10px 0 10px;
}
#blog dl dt{/* 日付 */
	font-size:0.83em;
	line-height:120%;
}
#blog dl dd{/* ブログタイトル */
	margin-bottom:4px;
}
#blog dl dd a{
	font-size:0.91em;
}
#blog_link{
	text-align:center;
	padding-right:10px;
}
#blog_link a{
}
/*　QRコード
-----------------------------------------*/
#qrcode{
	background:url(../../images/92/bgi-body_002.jpg) left top repeat;
	padding-bottom:5px;
	margin-bottom:15px;
	text-align:center;
}
#qrcode h2{
	padding-bottom:5px;
}
#qrcode p{
	display:inline-block;
	padding:5px 10px;
	font-size:0.96em!important;
	line-height:140%;
	text-align:left;
}
#qrcode img{
}
/*============================
	ページトップとお問い合わせ
=============================*/
/*  お問い合わせ  */
#inquiry {
	text-align:center;
	padding-bottom:10px;
}
#inquiry a{
	padding-left:40px;
}
/*	ページトップ  */
#pagetop {
	width:960px;
	text-align:right;
	padding:20px 0;
}
#pagetop a{
}

/*============================
	メイン
=============================*/
#lead_area{/* リードエリア */
	max-width:712px;
	padding:0 5px 0 3px;
	margin-bottom:20px;
}
/*　メイン写真
------------------------------------------------*/
#cover{
	width:365px;
	float:left;
}
#cover img{
	width:100%;
}
/*　トピックス 
------------------------------------------------*/
#topics{
	width:335px;
	float:right;
}
#topics h2{
	border-bottom:dotted 1px #4f2e17;
}
#topics dl{
	max-height:240px;
	overflow:auto;
}
#topics dl dt{/* 日付 */
	padding-top:8px;
}
#topics dl dd{/* トピックス本文 */
	padding-bottom:8px;
	border-bottom:dotted 1px #4f2e17;
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none;
}
.no-img #topics{
	width:720px;
	float:none;
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
}
#inquiry a{
}
/*============================
	記事ボックス
=============================*/
.article_box{
	width:720px;
	background:url(../../images/92/bgi-article_002.jpg) left top repeat-y;
	position:relative;
	z-index:1;
	padding-bottom:20px;
	margin-bottom:20px;
	/border-bottom:#817169 solid 2px;
}
.article_box:after{
	content:"";
	position:absolute;
	z-index:-1;
	left:0;
	bottom:0;
	width:100%;
	height:6px;
	background:url(../../images/92/bgi-article_003.jpg) left bottom no-repeat;
}

.article_box .article_title{
	background:url(../../images/92/bgi-article_001.jpg) left top no-repeat;
}
.article_box .article_title h2{
	text-align:center;
	font-size:1.3em;
	padding:30px 100px 20px 100px;
	line-height:130%;
}
.article_box .entry{
	border-top:dotted 1px #4f2e17;
	line-height:150%;
	margin:0 20px;
	padding-top:10px;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:150%;
}
/* 記事画像あり */
.article_box .article_figure {
	width:418px;
	padding-top:10px;
	text-align:center;
	margin:0 auto;
}
.article_box .article_figure div{
	margin:0 3px 9px 3px;
    display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/margin-right: 3px;
	/zoom: 1;
	vertical-align:top;
	}
.article_box .article_figure img{
	width:200px;
	}
.article_box .article_figure span {
	display:block;
	width:194px;
	padding:3px;
	line-height:140%;
	color:#94725f;
	font-size:0.83em;
}
.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 #7b553d solid;
}
.article_box table th,
.article_box table td {
	border:1px #7b553d solid;
	padding:1em;
	text-align:left;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	width:100%;
	background:url(../../images/92/bgi-pagetitle_001.jpg) left top no-repeat;
	padding-top:6px;
}
#page_title h2{
	padding:20px 30px;
	text-align:center;
	font-size:1.6em;
	line-height:130%;
	background:url(../../images/92/bgi-pagetitle_002.jpg) left top repeat-y;
}
/*パン屑リスト*/
#pnkz {
	font-size:11px;
	background:url(../../images/92/bgi-pagetitle_003.jpg) left top no-repeat;
	padding:6px;
	text-align:left;
	margin-bottom:20px;
	color:#996b17;
}
#pnkz p{
	width:940px;
	text-align:left;
	margin:0 auto;
}
#pnkz p span{
	padding-left:19px;
	background:url(../../images/92/ico-pnkz_001.jpg) 5px 0.3em no-repeat;
}
#pnkz p a{
	color:#996b17;
}
/*============================
	フリーエリア
=============================*/
#side-area{
	width:200px;
	padding:10px 0;
}
#foot-area{
	padding:10px 0;
	margin-bottom:20px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form,
#map,
#profile {
	background:url(../../images/92/bgi-article_001.jpg) left top no-repeat;
	padding:70px 20px 20px 20px;
}
#form table, #map table, #profile table {
	font-size:1.1em;
	width:680px;
	text-align:left;
}
#form tr, #map tr, #profile tr {
}
#form th, #map th, #profile th {
	font-weight:bold;
	padding:10px;
	vertical-align:top;
}
#form td, #map td, #profile td {
	vertical-align:top;
	padding:10px;
}
/*お問い合わせ
-----------------------------------------*/
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:left;
}
#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{
	text-align:center;
}
#contact_submit th{
	border-right:none;
}
#contact_submit td{
	border-left:none;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
	
}
#form input[type=text], #form textarea {
	border-radius:3px;
	border:none;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#fdf3d1;
}
#form input[type=submit],
#form input[type=reset] {
	padding:5px 5px;
	border-radius:3px;
	background:#dcdcdc;
	color:#4d4d4d;
}
/*リード文
-----------------------------------------*/
#lead_s {
	padding-bottom:20px;
	line-height:150%;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:left;
	padding-top:10px;
	margin-bottom:20px;
}
#map #frame iframe {
	width: 680px;
	height: 400px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top:3px;
	color:#4f2e17;
}
.warning {
	line-height :150%;
	padding-top:10px;
}
.w_mark {
	color:#F03;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}





/* 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%;
}

