/*============================
　CSSリセット
=============================*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
    padding:0;
	} 

body{
	line-height:1;}	

table { 
    border-collapse:collapse; 
    border-spacing:0; 
	} 
fieldset,img {  
    border:0; 
	} 
img{
	vertical-align:bottom;
	border:none;
	margin:0;
	padding:0;
	}
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal;
	} 
ol,ul{ 
    list-style:none; 
	} 
caption,th { 
    text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
	} 
q:before,q:after { 
	    content:''; 
	} 
abbr,acronym { border:0; 
	} 
    
    
body {
font-size: 87.5%;/*font-sizeリセット*/
}
html>/**/body {
font-size: 14px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------

8px 	0.571em	57.1%
9px		0.643em	64.3%
10px 	0.714em	71.4%	
11px	0.786em	78.6%	
12px	0.857em	85.7%	
13px	0.929em	92.9%	
14px	1.000em	100.0%	
15px	1.071em	107.1%	
16px	1.143em	114.3%	
17px	1.214em	121.4%	
18px	1.286em	128.6%	
19px	1.357em	135.7%	
20px	1.429em	142.9%	
21px	1.500em	150.0%	
22px	1.571em	157.1%	
23px	1.643em	164.3%	
24px	1.714em	171.4%	
----------------------------------------- */
img {
border:none;
margin: 0px;
padding: 0px;
vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body{
	line-height:1.1;
	text-align:center;
	color:#000;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/*ie6*/
body{
	_font-size:0.813em;
	_font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.clear {
clear:both;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
.hide {
display:none;
}

a {
color:#000;
text-decoration:underline;
}
a:hover {
color:#000;
text-decoration:none;
}

/*============================
レイアウト
=============================	*/

body{
    background:url(../../images/142/bg01.jpg);
}

.wrapper {}

#container {
}

#main {}

#sidebar {}
#footer {}

/*============================
ヘッダー
=============================*/
#header {
    background-color:rgba(30,15,3,0.8);
    *background-color:#433629;
}
/*forIE8*/
html>/**/body #header {  
    background-color /*\**/: #433629;  
}

#headerIn{
    width:980px;
    margin:0 auto;
}
#head_nav {
    width:480px;
    margin-left:auto;
    overflow:hidden;
}

#header li {
    width:160px;
    float:left;
    text-align:right;
}
#head_nav ul li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}		

#header h1 {
    padding:30px 0;
    text-align:center;
}


#header h1 a {
	font-size:48px;
	line-height:150%;
    letter-spacing:2px;
	color:#fff;
	text-decoration:none;
    font-family:Century, Georgia, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	background-color:#000000;
    border-bottom:#594a3d 1px solid;
    border-top:#594a3d 1px solid;
	text-align:center;
	margin:0 auto 20px;
	width:100%;
}
#global_nav a {
	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:45px;
	left:0;
	/margin-top:1px;
}
/* Everything else is theming */
#nav {/* サブ */
	min-width:960px;
	width:auto!important;
	width:960px;
	padding:0;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
	font-size:1.1em;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	height:48px;
    padding:12px 0 0;
    box-sizing:border-box;
	white-space:nowrap;
}
#nav li.nav-top a {/* メインのa */
	width:auto;
	display:block;
	padding:3px 20px;
    color:#fff;
	border-left:solid 1px #594a3d;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}
#nav li:first-child.nav-top a {/* メインのa */
	border-left:solid 1px #000;
}
#nav li:last-child.nav-top a {/* メインのa */
	border-right:solid 1px #000;
}
#nav li.nav-top a:hover {/* メインliのa:hover */
	font-weight:bold;
}
/*  */
#nav *:hover { 
	background-color: none; 
}
/* メインリストhover時のa */
#nav li.hover a {
}
/* 子メニューのli */
#nav li.nav-top ul li {
    background-color:#f2ece2;
	white-space:normal;
    border-bottom:#d1c8b7 1px solid;
}
/* 子メニューのliのa */
#nav li.nav-top ul li a {
	color:#000;
	display:block;
	width:150px;
	padding:5px 5px 5px 20px;
	text-align:left;
	line-height:150%;
	border-left:none;
}
/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	width:150px;
	font-weight:normal;
    text-decoration:underline;
}


/*============================
メイン
=============================*/

#content{
    width:1000px;
    margin:0 auto;
}

#content p,#content dt,#content dd,#content li,#content th,#content th{line-height:1.5;}

.sdw01{
-webkit-box-shadow: 0px 0px 5px 0px rgba(67, 54, 42, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(67, 54, 42, 0.75);
box-shadow:         0px 0px 5px 0px rgba(67, 54, 42, 0.75);
}

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:980px;
	margin:0 auto 0;
}
.bx-wrapper {
    margin-bottom:30px !important;
	height:408px !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(67, 54, 42, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(67, 54, 42, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(67, 54, 42, 0.75);
}
#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: #b5ac7b;
	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: #7c714f;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -24px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:184px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/142/btn-slider_001.png) 15px center no-repeat #43362a;
	border-radius: 3px 0 0 3px;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/142/btn-slider_002.png) 15px center no-repeat #43362a;
	border-radius: 0 3px 3px 0;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.8;
}


/*lead_area
-------------------------*/
#lead_area {
    width:980px;
    margin:0 auto 20px;
    background:#43362a url(../../images/142/bg_topics.gif) bottom right no-repeat;
}
#lead_area #cover {
	width:405px;
	float:right;
	text-align:center;
    padding:20px 0;
}
#lead_area #cover img {
	width: 365px;
}
#lead_area #topicsarea{
    width:575px;
    float:left;
    padding:20px 0;    
}

#lead_area h2 {
	font-size:14px;
	font-weight:bold;
    color:#fff;
	line-height:1.7;
    text-align:left;
    padding-left:20px;
}
#site_discription{
	padding:0 0 30px 0;
}

#lead_area .topics {
    padding-left:20px;
}
.topics h3.topics-title {
    background:url(../../images/142/ttl-news.gif) 0 0 no-repeat;
    text-indent:-9999px;
    height:25px;
}
.topics-entry {
    max-height: 150px;
    height: auto;
	overflow-x : hidden;
	overflow-y : auto;
}
.topics-entry dl {
    text-align:left;
    color:#fff;
}
* html .topics-entry dl{
 height: 1%;
}
.topics-entry dt {
    padding-bottom:10px;
    _padding-bottom:0px;
   width:6em;
    float:left;
    clear:left;
    
}
.topics-entry dd {
    color:#fff;
    padding-bottom:10px;
    margin-left:8em;    
}

.topics-entry dd a,
.topics-entry dd a:hover{
    color:#fff;
}

#lead_area.no-img #cover{
	display: none;
}
#lead_area.no-img #topicsarea{
	width: auto;
	padding-right: 20px;
	float: none;
}

/*article_box*/
.article_box {
    width:980px;
    margin:0 auto 20px;
	background-color:#f2ece2;
	padding:20px;
    box-sizing:border-box;
	clear:both;
    text-align:left;
}
.article_title h2 {
    background:url(../../images/142/ico-title_001.gif) 0 3px no-repeat;
    padding:0 0 15px 50px;
    font-size:1.714em;
    color:#52323a;
    font-weight:bold;
    
}
.article_box .entry {
	width:710px;
	float:left;
}
.article_box .article_figure {
	width:200px;
	float:right;
}
.article_box .article_figure img{
	width:200px;
}
.article_box img {
	max-width:100%;
}

.article_box .article_figure p {
	margin:0 0 25px 0;
}
.article_box .article_figure p span {
	display:block;
    color:#634156;
	font-size:0.786em;
	padding:5px 0 0 0;
    text-align:right;
}
.article_box{
    line-height:1.7;
    
}
.article_box p{
    padding-bottom:15px;
}

/*article_box no-img*/
.no-img .entry {
	float:none;
	width:100%;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#999 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#999 1px solid;
	padding:10px;
}
/*お問い合わせ*/
#inquiry {
	padding:0 0 40px 0;
	text-align:center;
}

#inquiry a:hover{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

/*============================
footer
=============================*/
#footer {
    background-color:rgba(0,0,0,0.8);
    *background-color:#2b2926;
}
/*forIE8*/
html>/**/body #footer {  
    background-color /*\**/: #2b2926;  
}

#footerIn{
    width:980px;
    margin:0 auto;
    padding:20px 0;
    position:relative;
}

#footerIn #pagetop{
    width:64px;
    height:64px;
    position:absolute;
    top:-32px;
    right:-100px;    
}

#pagetop a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#footer #sidebar{
    overflow:hidden;
    padding-bottom:40px;
    _padding-bottom:0px;   
}

#footer #sidebar {zoom:1;}
#footer #sidebar:after {
  content: ""; 
  display: block; 
  clear: both;
}

/*sidebar contents
----------------------------*/
#about,#blog,#qrcode{
    float:left;  
}

#aboutIn,#blogIn,#qrcodeIn{
    border:#494741 1px solid;
    height:100%;
    padding:10px 15px;  
}

h3.blog_title,
h3.about_title,
h3.qrcode_title{
	color:#f2ece2;
    font-family:Century, Georgia, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size:18px;
    font-weight:normal;
    text-align:left;
    letter-spacing:1px;
    line-height:1.2;
    min-height:40px;
    padding-bottom:15px;
}
/*blog*/
#blog {
    width:480px;
	clear:both;
    margin-right:20px;
    position:relative;
}

h3.blog_title {
    padding-right:120px;
}
.more-btn-area {
    position:absolute;
    top:10px;
    right:15px;
    width:107px;
    height:30px;
}
.more-btn-area a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#blog dl {
    text-align:left;
    color:#fff;
    line-height:1.4;
}
#blog dt {
    width:6em;
    float:left;
    clear:left;
    padding-bottom:10px;
}
#blog dd {
    margin-left:8em;
    padding-bottom:10px;
}

#blog dd a{
    color:#fff;
}

/*about*/

#about {
    width:230px;
    margin-right:20px;
}

h3.about_title {
}
#about ul {
}
#about li {
    background:url(../../images/142/ico-flw_001.gif) 0 0 no-repeat;
    padding:0 0 25px 25px;
    text-align:left;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
}

#about li a{
    color:#fff;
    text-decoration:none;
}


/*QRコード*/
#qrcode{
    width:230px;
    text-align:left;
}
h3.qrcode_title {
}
#qrcode p{
    padding-top:10px;
    line-height:1.3;
    font-size:0.857em;
    color:#fff;
}


#footer #copyright {
    clear:both;
	padding:16px 0 0 0;
}
#footer #copyright address {
	color:#fff;
    text-align:center;
    font-size:0.857em;
    font-family:Century, Georgia, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

/*============================
フリーエリア
=============================*/
#side-area{
    clear:both;
   color:#fff;
   text-align:left;
   line-height:1.5;
   padding:10px 0;
}

#foot-area{
   text-align:left;
   line-height:1.5;
   padding:10px 0 35px;
}


/*============================
下層ページ共通
=============================*/
#page_title{
    width:980px;
    margin:0 auto 25px;
    padding:25px 0;
    background-color:#000000;
}
#page_title h2{
    text-align:center;
    color:#fff;
    font-size:24px;
}
/*パン屑リスト*/
#pnkz {
    width:980px;
    margin:0 auto 25px;
font-size:0.9em;
text-align:left;
}
#pnkz p span{
    margin-left:1em;
}

#pnkz p span:before{
    content:"<";
    margin-right:1em;
}


/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
}
#map iframe{
    margin:0 auto 30px;
    width:100%;
	height: 400px;
}
#form {
padding-bottom:60px;
}

#form table, #map table, #profile table {
width:90%;
text-align:left;
margin:0 auto 30px auto;
border-top:1px solid #999;
border-left:1px solid #999;
}
#form th, #map th, #profile th,
#form td, #map td, #profile td{
border-bottom:1px solid #999;
border-right:1px solid #999;
padding:10px;
    
}

#form th, #map th, #profile th {
background-color:#d3c6b0;
font-size: 1em;
font-weight: normal;
text-align: left;
padding: 0.5em;
vertical-align:middle;
}
#form td, #map td, #profile td {
}
.ptb {
padding:.6em 0;
}

#contact_submit {
padding: 1.2em 0;
text-align:center;
border:none;
}

#contact_submit input{
    background-color:#43362a;
    margin:0 0.5em;
    color:#fff;
    padding:10px;
    text-align:center;
    border:none;
    border-radius:3px;
    cursor:pointer;
}

/*必須項目
-----------------------------------------*/
.warning span{
color:#d00276;
}
.validation_span{
color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
line-height:150%;
margin:8px 0 8px 0;
font-size:1em;

}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
margin-top: 3px;
color: #cc0000;
}
.warning {
line-height :150%;
padding:5px 0 5px 0;
}

.w_mark {
color: #333333;
}

.thaks {
line-height: 150%;
padding :0 16px 40px 0;
}

input,textarea {
color:#333;
padding:.3em .2em;
}
input:focus,textarea:focus {
background:#f2fbff;
border-style:solid;
border-color:#cecece;
outline: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;
}

