/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	color:#49351e; /*このテンプレの基本色*/
	line-height:1.7;
	font-family:"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"ＭＳ Ｐゴシック" , "MS PGothic" , Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana ,  sans-serif;
	background:url(../../images/183/bgi-body_001.jpg) center top repeat;
}
a {
	color:#49351e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container{text-align: left;}
#content{
	width:980px;
	margin:0 auto 85px;
	}
#main{
	width:690px;
	float:right;
	margin-bottom:85px;
}
#sidebar{
	width:240px;
	float:left;
}

/*============================
	ヘッダー
=============================*/
#header {
	text-align:center;
	background:url(../../images/183/bgi-header_001.jpg) center top repeat;
	color:#fff;
}
#headerIn {
	width:980px;
	height:auto;
	margin:0 auto;
	padding:50px 0 50px;
	position:relative;
}
#headerIn:before {
	content:"";
	display:block;
	width:140px;
	height:127px;
	background:url(../../images/183/img-header_flower_001.png) left top no-repeat;
	position:absolute;
	top:0;
	left:21px;
	z-index:10;
}
#headerIn:after {
	content:"";
	display:block;
	width:1094px;
	height:272px;
	background:url(../../images/183/img-header_flower_002.png) left top no-repeat;
	position:absolute;
	bottom:-96px;
	left:-87px;
	z-index:1;
}
#nottop #headerIn:after {
	display:none;
}
/* タイトル */
#site_title {
	width:600px;
	margin:0 auto;
	text-align:center;
	position:relative;
	z-index:5;
}
#site_title h1{
	font-size:3em;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,  Garamond , "Times New Roman" ,serif;
}
#site_title a {
	text-decoration:none;
	color:#fff;
}
#site_title a:hover {
	opacity:0.7;
}
#site_title img {
	max-width:600px;
	width:auto!important;
	width:100%;
	height:auto;
}
#site_title img:hover {
	opacity:0.7;
}
/*　ヘッドメニュー */
#head_nav{
	display:block;
	position:absolute;
	top:0;
	right:-40px;
	z-index:10;
}

/*　ディスクリプション
------------------------------------------------*/
#site_description {
	width:600px;
	position:relative;
	z-index:5;
	margin:25px auto 0;
}
#site_description h2{
	text-align:center;
	font-size:1.14em;
	font-weight:normal;
	line-height:2;
}

/*============================
	リードエリア
=============================*/
#lead_area{/* リードエリア */
	text-align:left;
	padding:55px 0 57px;
	background:url(../../images/183/bgi-lead_001.jpg) center top repeat;
	margin-bottom:63px;
}
#lead_areaIn{
	position:relative;
	width:980px;
	margin:0 auto;
	display:table;
}

/*　メイン写真
------------------------------------------------*/
#cover{
	position:relative;
	/position:inherit;
	width:365px;
	display:table-cell;
	text-align:center;
}
#cover img{
	width:365px;
	height:auto;
}
/*　トピックス 
------------------------------------------------*/
#topics{
	position:relative;
	display:table-cell;
	box-sizing: initial;
	width: 565px;
    height: auto;
	overflow:auto;
	vertical-align:top;
	padding-right:50px;
}
#topics h3{
	font-size:1.4em;
	padding-bottom:10px;
	margin-bottom:18px;
	line-height:1;
	padding:0 0 22px 7px;
	background:url(../../images/183/lin-topics_001.png) left bottom repeat-x;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,  Garamond , "Times New Roman" ,serif;
	color:#bb1b23;
}
#topics dl{
	overflow:auto;
	max-height:156px;
    height: auto;
}
#topics dl dt{/* 日付 */
	width: 100px;
    clear: both;
    float: left;
    margin:0 0 20px 7px;
    line-height:2;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
#topics dl dd{/* トピックス本文 */
	width:450px;
	/width:77%;
	float:left;
	line-height:2;
	margin-bottom:20px;
}
#topics dl dd a{}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img #topics{
	float:inherit;
	width:100%;
	height:auto;
	padding:0;
}
.no-img #topics dl dd {
	width:750px;
}
.no-img #cover{display:none!important;}


/* スライド
------------------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:980px;
	padding:10px 0 0;
	margin: -30px auto 20px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:408px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:408px !important;
	width:980px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:980px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #9F7F43;
	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: #BA1825;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	border-radius: 30px;
	margin:0;
	top:180px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/183/btn-slider_001.png) 15px center no-repeat #9f7f40;
	left:-30px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.9;
}
.bx-wrapper .bx-next {
	background:url(../../images/183/btn-slider_002.png) 17px center no-repeat #9f7f40;
	right:-30px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.9;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align: center;
	background:#9f7f40;
    margin: 0 auto;
	padding:19px 0;
}
#global_nav a {
	color:#fff;
	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:152px;
	top:32px;
	left:50%;
	margin-left:-76px;
}
/* Everything else is theming */
#nav {/* サブ */
	width:660px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
	display: inline-block;
	/display:inline;
	/zoom:1;
	z-index:100;
	letter-spacing: -.40em;
}
/* メインメニュー */
#nav li {
	position:relative;
	display:inline-block;
	/display:inline;
	/zoom:1;
	float:none;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,  Garamond , "Times New Roman" ,serif;
	font-size:1.35em;
	margin:0;
	letter-spacing:0;
}
#nav li:before {
	content:"";	
	position:absolute;
	width:0;
	height:22px;
	border-left:1px dashed #594318;
	top:5px;
	left:0;
}
#nav li:first-child:before {
	display:none;
}
#nav li.nav-top{
	width: auto;
    height: auto;
    padding: 0;
}
#nav li.nav-top a {
	padding:3px 33px;
    line-height: 1.3;
    width: auto;
    display: block;
	
}
#nav li.nav-top a:hover {opacity:0.7;}

/* メインリストhover時のa */
#nav li.hover a {}

/* 子メニュー */
#nav li.nav-top ul{
	padding-top:8px;
}
#nav li.nav-top ul:before {
	content:"";
	display:block;
	border:10px solid transparent;
	border-bottom:10px solid #715725;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-10px;
}
/* 子メニューのli */
#nav li.nav-top ul li {
	display:block;
	white-space:normal;
	z-index:100;
	font-size:0.8em;
	background:#715725;
	padding:0 16px;
}
#nav li.nav-top ul li:before {
	display:none;
}
#nav li.nav-top ul li:first-child {
	border-radius:5px 5px 0 0/5px 5px 0 0;
}
#nav li.nav-top ul li:last-child {
	border-bottom:none;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

/* 子メニューのliのa */
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	padding:15px 22px 15px 7px;
	text-align:left;
	color:#fff;
	z-index:100;
	border-bottom:1px dashed #302000;
	background:url(../../images/183/ico-nav_001.png) right center no-repeat;
}
/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
}

/*============================
	サイドバー
=============================*/
#sidebar{}
#sidebar .sidebarBox h3{
	line-height: 1;
    font-weight:bold;
    font-size: 1.57em;
	padding-bottom:16px;
	color:#9f7f40;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,  Garamond , "Times New Roman" ,serif;
	position:relative;
	padding:0 0 17px 17px;
	background:url(../../images/183/lin-sidebar_001.png) left bottom repeat-x;
}
#sidebar .sidebarBox h3:before {
	content:"";
	display:block;
	background:url(../../images/183/img-sidebar_flower_001.png) left top no-repeat;
	width:51px;
	height:38px;
	position:absolute;
	left:-34px;
	top:-6px;
}
#sidebar .sidebarBox {margin-bottom: 66px;}
#sidebar #about ul{
}
#sidebar #about ul li{
	list-style:none;
	border-bottom:1px dashed #c4a463;
}
#sidebar #about ul a{
	display:block;
	text-decoration:none;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,  Garamond , "Times New Roman" ,serif;
	font-weight:bold;
	font-size:1.35em;
	padding:14px 44px 14px 13px;
	background:url(../../images/183/ico-sidebar_001.png) right 15px center no-repeat;
}
#sidebar #about ul a:hover {
	opacity:0.7;
}
#sidebar #blog {position:relative;}
#sidebar #blog dl{}
#sidebar #blog dl dt{
	padding:13px 15px 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.14em;
}
#sidebar #blog dl dd{
	padding:0 15px 13px;
	border-bottom:1px dashed #c4a463;
	line-height:2;
}
#sidebar #blog dl dd:last-child {
	border-bottom:none;
	padding-bottom:0;
}
#sidebar #blog dl dd a{
	display:block;
	position:relative;
 
}
#sidebar #blog #blog_link {
	text-align:center;
	margin-top:25px;
}
#sidebar #blog #blog_link a:hover img{
	opacity:0.7;
}

#sidebar #qrcode {
	margin-bottom:65px;
}
#sidebar #qrcode .qrBox{
	text-align:center;
	margin-bottom:15px;
}
#sidebar #qrcode .qrcodeIn {
	margin:20px 15px 0;
	background: url(../../images/183/bgi-lead_001.jpg) center top repeat;
	border-radius:8px;
	padding:25px 27px 20px;
}
#sidebar #qrcode p{
	font-size:0.85em;
	text-align:justify;
}

/*============================
	フッター
=============================*/
#footer {
	margin:0 auto;
	background: url(../../images/183/bgi-header_001.jpg);
	padding:15px 0;
}
#footer .footerIn {
	width:980px;
	margin:0 auto;
	display:table;
}
/*　コピーライト */
address{
	display:table-cell;
	color:#fff;
	font-size:0.78em;
	vertical-align:middle;
	font-style:normal;
	letter-spacing:0.08em;
}
address img{padding:0 0 1px 5px ;}
/*============================
	ページトップ
=============================*/
#pagetop {
	display:table-cell;
	vertical-align:middle;
	width:180px;
	border-left:1px solid #ae1018;
	text-align:right;
}
#pagetop a{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,  Garamond , "Times New Roman" ,serif;
	color:#fff;
	background:url(../../images/183/ico-pageTop_001.png) right center no-repeat;
	padding-right:29px;
	text-decoration:none;
	font-size:1.2em;
}
#pagetop a:hover{
}
/*============================
	お問い合わせボタン
=============================*/
#inquiry {
	margin-bottom:80px;
	text-align:center;
}
#inquiry a{
}

#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 45px;
	border:1px solid #c5a666;
	border-radius:8px;
	margin-bottom:60px;
	position:relative;
}
.article_box:before {
	content:"";
	display:block;
	background:url(../../images/183/img-article_flower_001.png) left top no-repeat;
	width:114px;
	height:103px;
	position:absolute;
	top:-36px;
	right:-25px;
}
.article_box .article_title{
	height:auto;
	margin-bottom:14px;
}
.article_box .article_title h2{
	font-size:2.28em;
	color:#9f7f40;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,  Garamond , "Times New Roman" ,serif;
	padding-right:55px;
	line-height:1.5;
}
.article_box .entry{
	width:350px;
	float:left;
	line-height:2;
	}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{line-height:1.62;}
.article_box .entry img{max-width:100%;height:auto;}

/* 記事画像あり */
.article_box .article_figure{
width:200px;
float:right;
}
.article_box .article_figure img{
	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 figure {
	margin-bottom:12px;
}
.article_box .article_figure span{
font-size:85.7%;
display:block;
padding:5px 0 0 0 ;
}
/* 記事画像なし */
.article_box.no-img {}
.article_box.no-img .entry{
	float:none!important;
	width:100%!important;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#c4a463 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#c4a463 1px solid;
	padding:10px;
}
/*Thickbox*/
#TB_overlay{z-index:10000;}
#TB_window{box-sizing:initial;z-index:10000;}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	background:url(../../images/183/bgi-lead_001.jpg) center top repeat;
	padding:45px 0 15px;
	margin-bottom:60px;
}
#page_title h2{
	margin:0 auto 10px;
	text-align:center;
	line-height:1.4;
	width:980px;
	color:#d63333;
	font-size:2.7em;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,  Garamond , "Times New Roman" ,serif;
}
/*パン屑リスト*/
#pnkz {
	width:980px;
	margin:0 auto;
	text-align:right;
}
#pnkz p{
	margin:0 auto;
	font-size:0.78em;
}
#pnkz p span{}

/*============================
	フリーエリア
=============================*/
#side-area{margin:0;padding-top:30px;background:url(../../images/183/lin-sidebar_002.png) left top repeat-x;font-size:0.85em;line-height:2;}
#side-area img{max-width:100%;height:auto;}
#foot-area{padding-top:30px;background:url(../../images/183/lin-sidebar_002.png) left top repeat-x;font-size:0.85em;line-height:2;}
#foot-area img{max-width:100%;height:auto;}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form, #map, #profile {text-align:left;}
#form table, #map table, #profile table {
	width:100%;
	margin-bottom:30px;
}
#map #frame iframe {
	width: 698px;
	height: 478px;
}
#form tr, #map tr, #profile tr {
}
#form th, #map th, #profile th {
	font-weight:bold;
	padding:25px 0;
	vertical-align:middle;
	font-weight:normal;
	text-align:left;
	border-bottom:1px dashed #c4a463;
	font-weight:bold;
	position:relative;
}
#form td, #map td, #profile td {
	padding:25px 0;
	border-bottom:1px dashed #c4a463;
	position:relative;
}
#form th:after, #map th:after, #profile th:after,
#form td:after, #map td:after, #profile td:after {
	position:absolute;
	bottom:-2px;
	left:0;
	width:100%;
	height:1px;
	content:"";
	display:block;
	background:#fffbf4;
}

/*お問い合わせ
-----------------------------------------*/
.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;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	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;
}
#contact_submit td:after {display:none;}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
}
#form input[type=text], #form textarea {border:solid 1px #dcd7cc;background:#fff;}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#fafafa;
}
#form input[type=submit],
#form input[type=reset] {
	border:none;
	cursor:pointer;
	-webkit-transition:opacity ease-in 0.2s;
	-moz-transition:opacity ease-in 0.2s;
	-ms-transition:opacity ease-in 0.2s;
	-o-transition:opacity ease-in 0.2s;
	transition:opacity ease-in 0.2s;
}
#form input[type=submit]{
	padding:10px;
	margin-right:1em;
	background:#9f7f40;
	color:#ffffff;
	width:200px;
}
#form input[type=reset] {
	padding:10px;
	background: #dcd7cc;
	width:200px;
}
#form input[type=submit]:hover,
#form input[type=reset]:hover {
	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:1.5;
	margin-bottom:15px;
}
#lead_s img{max-width:100%;height:auto;}

/*地図
-----------------------------------------*/
#frame {
	margin: 0 auto;
	border:1px solid #d2d2d2;
}
#frame iframe{}

/*プロフィール
-----------------------------------------*/
#profile{}

/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	line-height :1.5;
	padding:10px 0 0px 0;
}
.w_mark {color:#F03;}

.thaks {
	line-height: 1.5;
	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;
}

/* 2022.01.14 ADD */
hr {
    border-top:1px solid #ccc;
}