/*============================
　CSSリセット
=============================*/
@import url(//fonts.googleapis.com/css?family=Arvo:400,400italic);
* {
	margin: 0;
	padding: 0;}

/* HTML5タグ用リセット */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 81.25%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 13px; /*font-sizeリセット Except IE */
}
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;
}


.hide {
	display:none;
}
a {
	color:#922500;
	text-decoration:underline;
	-webkit-transition: 0.4s color 0s;
	-moz-transition: 0.4s color 0s;
	-ms-transition: 0.4s color 0s;
	-o-transition: 0.4s color 0s;
	transition: 0.4s color 0s;
}
a:hover {
	color:#922500;
	text-decoration:none;
}
a img {
	-webkit-transition: 0.6s opacity 0s;
	-moz-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	transition: 0.6s opacity 0s;
}
a:hover img {
	filter: alpha(opacity=70);
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	-o-opacity:0.7;
	opacity:0.7;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
html {}
body {
	background :url(../../images/129/bgi_body_001.gif ) left top #e7e6e4; /*このテンプレの背景色*/
	color:#413524; /*このテンプレの基本色*/
	text-align:center;
	font-family:'Arvo',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height:1.7;
	border-top:4px solid #484139;
}
#container{
	border-top:1px solid #ffffff;
	text-align:center;
}
#content {
	width:980px;
	padding-bottom:80px;
	text-align:left;
	margin:0 auto;
}
#sidebar{
	width:260px;
	float:left;
	padding:0 0 50px 0;
	background :url(../../images/129/lin_dashed_vertical_001.gif ) right 9px top 0 repeat-y;
}
#main{
	width:700px;
	float:right;
}
/*============================
	ヘッダー
=============================*/
#header {
	position:relative;
	height:90px;
}
/*　ヘッドメニュー */
#headInquiry{
	position:absolute;
	top:20px;
	right:0;
	z-index:10000;
}
#headInquiry p{
	width:135px;
	height:135px;
	background :url(../../images/129/btn_contact_001.png ) left -145px no-repeat;	
}
#headInquiry p a{
	text-indent: 100%;
white-space: nowrap;
overflow: hidden;
	display:block;
	width:135px;
	height:135px;
	background :url(../../images/129/btn_contact_001.png ) left top no-repeat;
	-webkit-transition: 0.6s opacity 0s;
	-moz-transition: 0.6s opacity 0s;
	-ms-transition: 0.6s opacity 0s;
	-o-transition: 0.6s opacity 0s;
	transition: 0.6s opacity 0s;
	
}
#headInquiry p a:hover{
	filter: alpha(opacity=0);
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	
}

/*============================
	タイトル
=============================*/
#site_title{
	margin-left:20px;
	padding:0 30px 0 0;
	background :url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;
}
#site_title h1{
	padding:48px 0 48px 0;
	line-height:1.2;
	font-size:1.75em;
	font-weight:500;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	}

#site_title a {
	color:#393125;
	text-decoration:none;
}
#site_title a:hover {color:#5b5346;}
#site_title img {
	width: 210px;
	margin:-30px 0;
	display: block;
}
#site_title a:hover img {
}

/*============================
	リードエリア
=============================*/
#lead_area{
}
#lead_areaIn{
	width:100%;
	margin:0 auto;
	text-align:left;
	background:#fff;
	margin-bottom: 30px;
}
/*　メイン写真   */
#cover{
	float:right;
	width:365px;
}
#cover img{
	width:365px;
	height:auto;
}
/*　リードテキスト   */
#site_description {
	font-size:1.18em;
	line-height:1.4;
	letter-spacing:1px;
	_letter-spacing:normal;
	width:295px;
	float:left;
	padding:18px 20px;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
}
/*　メイン画像なし   */
.no-img #cover{
	display:none;
}
.no-img #site_description {
	width:700px
}
/*　スライド時   */
.slide #site_description {
	font-size:1.18em;
	line-height:1.4;
	letter-spacing:1px;
	_letter-spacing:normal;
	width:680px;
	float:none;
	padding:12px 10px 46px;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	margin-bottom:-5px;
	background: url(../../images/129/lin_dashed_horizon_001.gif) left bottom repeat-x;
}
/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:700px;
	padding:0px 0 0;
	position:relative;
	z-index:1;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:292px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:292px !important;
	width:700px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:700px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(207, 205, 199);
	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: #b9b7b2;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #922500;
	opacity:1;
}
/*.bx-wrapper .bx-pager {
    bottom: -33px!important;
}*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:23px;
	height:40px;
	margin:0;
	top:50%;
	margin-top:-20px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/129/btn-slider_001.png) 10px center no-repeat;
	opacity:0.6;
	left:0;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/129/btn-slider_001.png) 10px center no-repeat;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/129/btn-slider_002.png) 0px center no-repeat;
	opacity:0.6;
	right:0;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/129/btn-slider_002.png) 0px center no-repeat;
	opacity:1;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	background :#484139;
	padding:60px 0;
	text-align:center;
}
/*　コピーライト */
address{
	color:#bfbcb7;
	font-size:0.92em;
	font-style:normal;
}

/*============================
	ページトップ
=============================*/
#content {
	position:relative;
}
#pagetop {
	background :url(../../images/129/bgi_pagetop_001.gif ) left top #bab8b4;
}
#pagetop .pagetopIn {
	width:960px;
	margin:0 auto;
	text-align:right;
	padding:5px 0 3px 0;
}
#pagetop a {
	color:#484139;
	background :url(../../images/129/ico_arrow_up_001.png ) right 4px no-repeat;
	padding-right:13px;
	text-transform:uppercase;
	line-height:1;
	text-decoration:none;
	}
#pagetop a:hover {
	text-decoration:none;
	color:#922500;
}
/*============================
	サイドバー
=============================*/
#sidebar{
}
/*　グローバルナビ
-----------------------------------------*/
#global_nav {
	padding:12px 0;
	margin:0 0 30px 20px;
	background :url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;
}
#global_nav dl {
	margin-left:-20px;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
}

#global_nav dl dt {/* 親メニュー */
	position:relative;
	font-size:16px;
	
}
#global_nav dl dt a {
	display:block;
	color:#534a3e;
	text-decoration:none;
	padding:10px 30px 10px 20px;
	line-height:1.2;
}
#global_nav dl dt a:hover{
	color:#972400;
	background :url(../../images/129/ico_arrow_001.png ) left center no-repeat;
}
#global_nav dl dd{/* 子メニュー */
	padding:0 30px 10px 38px;
}
#global_nav dl dd a {/* 子メニュー a */
	display:block;
	color:#534a3e;
	text-decoration:none;
	line-height:1.2;
}
#global_nav dl dd a:hover{/* 子メニュー */
	color:#972400;
}


/*  About
-----------------------------------------*/
#about{
	margin:0 0 20px 20px;
	padding:0 30px 20px 0;
	background :url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;	
}
#about ul{list-style:none;}
#about ul li{padding-bottom:10px;}

/*　ブログ
-----------------------------------------*/
#blog {
	padding:0 0 24px 0 ;
	margin:0 0 20px 20px;
	background :url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;	
}
#blog h2 {
	font-size:15px;
	font-weight:normal;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	background :url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;	
	padding: 0 0 12px 0;
	margin-top:-5px;
}
#blog h2 span{
	color:#922500;
	font-size:12px;
	font-style:italic;
	padding-left:10px;
	}
#blog_link {
	margin:16px 0 0 50px;
	text-align:center;
}
#blog_link a {
	text-decoration:none;
	display:block;
	width:66px;
	border-radius:2px;
	font-size:12px;
	letter-spacing:-1px;
	background :#cfcdc7;
	color:#484139;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	padding:5px 20px;
	transition: 0.6s background 0s;
-moz-transition: 0.6s background 0s;
-webkit-transition: 0.6s background 0s;
-ms-transition: 0.6s background 0s;
-o-transition: 0.6s background 0s;
}
#blog_link a:hover {
	text-decoration:none;
	background:#b9b7b2;
}
#blog dl {
	padding:10px 30px 0 0;
}
#blog dl dt{/* 日付 */
	font-size:11px;
	letter-spacing:1px;
	display:block;
}
#blog dl dd{/* ブログタイトル */
	margin-bottom:5px;
	display:block;
	line-height:1.2;
	border-bottom:1px solid #d8d5d0;
	padding-bottom:14px;
	margin-bottom:10px;
}
#blog dl dd a{
	display:block;
	text-decoration:underline;
	color:#413524;
	background :url(../../images/129/ico_arrow_right_001.png ) left 3px no-repeat;
	padding:0 0 0 10px;
}

#blog dl dd a:hover {
	text-decoration:none;
}
/*　QRコード
-----------------------------------------*/
#qrcode {
	margin-bottom:30px;
	margin-left:20px;
	padding-bottom: 20px;
background: url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;
}
#qrcode h2 {
	font-size:15px;
	font-weight:normal;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	background :url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;	
	padding:0 0 12px 0;
	margin:-5px 0 18px 0;
}
#qrcode h2 span{
	color:#922500;
	font-size:12px;
	font-style:italic;
	padding-left:10px;
}
#qrcode .qrimage{
	background:#fff;
	text-align:center;
	margin: 0 30px 0 0;
}
#qrcode img{width:100px;}
#qrcode p{margin: 12px 34px 0 4px;}

/*============================
	メイン
=============================*/
/*　トピックス 
------------------------------------------------*/
#topics{
	margin-bottom:32px;
	padding-bottom:18px;
	background: url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;
}
#topics h2{
	font-size: 15px;
	font-weight: normal;
	font-family: 'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	background: url(../../images/129/lin_dashed_horizon_001.gif ) left bottom repeat-x;
	padding: 10px 0 3px 10px;
	margin-bottom: 18px;
}
#topics h2 span{
	color: #922500;
	font-size: 12px;
	font-style: italic;
	padding-left: 10px;
}
#topics dl{
	overflow-y:auto;
	max-height: 100px;
	padding-left: 10px;
}

#topics dl dt {  /* 日付 */
	display: block;
	width: 85px;
	float: left;
	font-size: 12px;
	margin-bottom:5px;
	letter-spacing:1px;
}  
#topics dl dd {  /* トピックス本文 */ 
	display:block;
	width:570px;
	float:left;
	margin-bottom:5px;
}  
#topics dl dd a{
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin: 40px auto;
	padding-top: 40px;
	background :url(../../images/129/lin_dashed_horizon_001.gif ) left top repeat-x;
}
/*============================
	記事ボックス
=============================*/
.article_box {
	margin-bottom:50px;
}
.article_box .article_title {
	width:100%;
	background :url(../../images/129/bgi_article_shadow_001.png ) left bottom no-repeat;
}
.article_box .article_title:after {
	content:"";
	display:block;
	width:700px;
	height:21px;
	background :url(../../images/129/bgi_article_shadow_001.png ) left bottom no-repeat;
	
	}
.article_box .article_title h2 {
	font-size:22px;
	background :#484139;
	font-weight:normal;
	line-height: 1.2;
	padding: 10px 15px 10px 15px;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	font-weight:500;
}

.article_box .entry img{max-width:100%;}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
}

/* 記事画像あり */
.article_box .entry {
	padding-left:15px;
	width:460px;
	float:left;
}

.article_box .article_figure {
	width:203px;
	float:right;
}
.article_box .article_figure div{margin-bottom:18px;}
.article_box .article_figure img{
	width:200px;
	height:auto;	
	}
.article_box .article_figure span {
	display:block;
	width: 200px;
	font-size: 12px;
	line-height: 1.5;
	padding-top:5px;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* 記事画像なし */
.article_box.no-img .entry {
	padding-left:15px;
	width:685px;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#d8d5d0 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#d8d5d0 1px solid;
	padding:10px;
}


/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	background :#fff;
}

#page_title h2 {
	color:#6c5e4f;
	padding:26px 125px 26px 26px;
	font-size:22px;
	font-weight:normal;
	font-family:'Arvo','HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
	line-height:1.3;
	letter-spacing:-1px;
}

/*パン屑リスト*/
#pnkz {
	text-align:right;
	padding:19px 5px;
}
#pnkz ul {
	list-style:none;
	font-size: 12px;
	color: #776b5e;
}
#pnkz ul li {
	padding-left:5px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#pnkz ul li a {
	color: #776b5e;
	padding-right:15px;
}
/*============================
	フリーエリア
=============================*/
#side-area{
	margin:-10px 30px 0 20px;
}
#foot-area{
	width:650px;
	margin-bottom:50px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {}

#map table, #form table, #profile table {
	border-collapse:collapse;
	width:100%;
	border-top:solid 1px #d8d5d0;
}
#form table{border-top:none;}
#map th, #profile th {
	padding:15px;
	vertical-align:middle;
	font-weight:normal;
	border-bottom:solid 1px #d8d5d0;
	width:20%;
	font-weight:bold;
	text-align:left;
}
#map td, #profile td {
	vertical-align:middle;
	padding: 15px 5px;
	border-bottom:solid 1px #d8d5d0;
	width:80%;
	line-height:1.4;
}
#form th {
	vertical-align:middle;
	font-weight:normal;
	width:25%;
	padding:10px;
	text-align:left;
}
#form td {
	vertical-align:middle;
	padding:10px;
	width:75%;
}
#form #contact_submit td {
	padding:20px 0;
	border-top:1px solid #d8d5d0;
	border-bottom:1px solid #d8d5d0;
}



/*お問い合わせ
-----------------------------------------*/
.warning {}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:8px;
	
}

#form input[type=text], #form textarea {
	border-radius: 3px;
	border: solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
}
#form input[type=submit]{
	margin-right: 20px;
padding: 8px 20px;
font-weight: 400;
text-decoration: none;
color: #ffffff;
transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
background: #972400;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
-moz-box-shadow: 0px 2px 5px rgba(000,000,000,0.5);
-webkit-box-shadow: 0px 2px 5px rgba(000,000,000,0.5);
box-shadow: 0px 2px 5px rgba(000,000,000,0.5);
}

#form input[type=reset] {
padding: 8px 20px;
font-weight: 400;
text-decoration: none;
color: #484139;
transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
background: #cfcdc7;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: none;
-moz-box-shadow: 0px 2px 5px rgba(000,000,000,0.4);
-webkit-box-shadow: 0px 2px 5px rgba(000,000,000,0.4);
box-shadow: 0px 2px 5px rgba(000,000,000,0.4);
}


#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 {
	padding:0 0 10px 15px;
}
#form #lead_s {
border-bottom: solid 1px #d8d5d0;
margin-bottom:15px;

}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin-bottom:30px;
	
}
#frame iframe{
	border:1px solid #fff;
	background:#fff;
	width: 698px;
	height: 390px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	padding:10px 0 0 0;
}
.w_mark {
	color:#cc3300;
}
.thaks {
	padding :0 16px 40px 0;
}

.hidden {
	display:none;
}

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

