/*============================
　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: 81%;  /*font-sizeリセット*/
}
/* -----------------------------------------
10px	>>	0.77em
11px	>>	0.83em
12px	>>	0.92em
13px	>>	1em
14px	>>	1.08em
15px	>>	1.17em
16px	>>	1.25em
17px	>>	1.33em
19px	>>	1.46em
20px	>>	1.54em
----------------------------------------- */
img {
border:none;
margin: 0px;
padding: 0px;
vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body {
	background: #f5f5f5;
	color: #5f5f5f;/*このテンプレの基本色*/
}
.clear {
	clear: both;
}
/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content : ""; 
  display: block; 
  clear: both;
}
a {
text-decoration:underline;
}
a:hover {
color: #ffae00;
}

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

#content {
  width: 960px;
  margin: 90px auto 0 auto;
}
#sidebar {
  width: 230px;
  float: left;
}
#main {
  width: 690px;
  float: right;
}
#footer {
  clear: both;
}

/*============================
	サイドバー
=============================*/

/*　タイトル
-----------------------------------------*/
#site_title h1 {
	display: table;
	width:230px;
	min-height:230px;
	background: #676358;
}
#site_title a {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight:normal;
	text-decoration: none;
	padding:20px 12px;
}
#site_title img {
	width:200px;
}
	

/*　グローバルナビ
-----------------------------------------*/

#global_nav dl dt {/* 親メニュー */
	font-size: 1em;
	line-height: 1.69em;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	margin-top: -1px;
	position:relative;
}
a.span{
	display:block;
	text-decoration: none;
	color: #5f5f5f;
	font-weight: bold;
	padding: 20px 45px 20px 12px;
}
a.no_span{
	display:block;
	text-decoration: none;
	color: #5f5f5f;
	font-weight: bold;
	background: url(../../images/136/bgi_global_nav_1.png) no-repeat center;
	padding: 20px 45px 20px 12px;
}
#global_nav dl dt a:hover{
	background-color: rgba(233,220,200,0.65);
}
#global_nav dl dt span {
	cursor:pointer;
	display:block;
	width:0px;
	height:0px;
	position:absolute;
	top:50%;
	margin-top:-7px;
	right:12px;
	width:20px;
	height:0;
	padding-top:15px;
	*zoom:1;
	overflow:hidden;
	background:url(../../images/136/ico_plus_001.png) no-repeat;
}
#global_nav dl dt span.close {
	background:url(../../images/136/ico_minus_001.png) no-repeat;
}
#global_nav dl dd {/* 子メニュー */
	font-size: 0.92em;
	line-height: 1.38em;
	border-top:1px dotted #e0e0e0;
	border-bottom:1px dotted #e0e0e0;
	margin-top: -1px;
}
#global_nav dl dd a {
	display:block;
	padding:7px 45px 7px 28px;
	text-decoration: none;
	color: #5f5f5f;
	background :url(../../images/136/ico_step_001.png ) 12px 9px no-repeat;
}
#global_nav dl dd a:hover {
	background :url(../../images/136/ico_step_001.png ) 12px 9px no-repeat rgba(233,220,200,0.65);
}

/*　プロフィール
-----------------------------------------*/
#about {
	margin-top:15px;
}
#about ul li {
	list-style: none;
	font-size: 0.83em;
	font-weight:bold;
	background: url(../../images/136/bgi_global_nav_1.png) no-repeat center;  
}
#about ul li a {
	display:block;
	color: #5f5f5f;
	padding:4px 45px 4px 12px ;
	text-decoration:none;
}
#about a:hover {
	background: url(../../images/136/bgi_global_nav_1.png) no-repeat center rgba(233,220,200,0.65);  
}

/*　ブログ
-----------------------------------------*/
#blog {
	margin-top:30px;
}
#blog h2 {
	color:#fff;
	font-size: 1em;
	padding:3px 12px;
	background-color: #676358;
} 
#blog dl dt {
	color: #ffae00;
	font-size: 0.83em;
	line-height:0.83em;
	padding:15px 45px 4px 12px;
}
#blog dl dd {
	border-bottom:solid #e0e0e0 1px;
	line-height:1.54em;
	padding:0px 12px 15px 12px;
}
#blog dl dd a {
	color: #5f5f5f;
	font-size: 12px;
}
#blog dl dd a:hover {
	color: #ffae00;
}
#blog_link {
		border-bottom:solid #e0e0e0 1px;
		margin-bottom:65px;
}
#blog_link a {
	display: block;
	color: #ffae00;
	text-decoration: none;
	font-size: 1em;
	line-height:1em;
	padding: 9px 12px;
	background: url(../../images/136/bgi_blog_1.png) no-repeat center;
}
#blog_link a:hover {
	color: #fff;
	background: #ffae00 url(../../images/136/bgi_blog_2.png) no-repeat center;	
}

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

/*　リードエリア
-----------------------------------------*/
#site_description  {
	width: 690px;
	display: table;
	background: #fff;
	margin-bottom: 40px;
	padding:1px;
}
#site_description h2 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #ffae00;
	padding: 20px 34px 20px 30px;

}
#site_description img {
	display: table-cell;
	max-width:365px;
	vertical-align: middle;
	float: right;
}

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

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #676358;
	opacity: 0.5;
	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: #ffae00;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	bottom:-40px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/136/btn-slider_001.png) 15px center no-repeat;
	left:256px;
	opacity:0.5;
}
.bx-wrapper .bx-prev:hover {
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/136/btn-slider_002.png) 17px center no-repeat ;
	right:256px;
	opacity:0.5;
}
.bx-wrapper .bx-next:hover {
	opacity:1;
}
/*　トピックス 
------------------------------------------------*/
#topics{
	background: #fff;
	width:100%;
	}
.topics_title {
	background :url(../../images/136/bgi_topics_title.png ) left top no-repeat;
	padding: 28px 27px;
	border-bottom: solid 1px #f1f0ec;
}
.topics_title h2{
	font-weight: normal;
	color:#5f5f5f;
	font-size:1.25em;
	line-height:1.25em;
}
#topics dl {
	 width:100%;
	 max-height:147px;
	 overflow-x : hidden;
	 overflow-y : auto;	 
}
#topics dt {
	font-size:0.83em;
	color:#ffae00;
	width:70px;
	padding:13px 0 11px 27px;
	float: left;
}
#topics dd {
	font-size:0.92em;
	padding:13px 25px 11px 125px;
    border-bottom:1px solid #f1f0ec; 
}
#topics dd a {
	color:#5f5f5f;
}
#topics dd a:hover {
	color:#ffae00;
}

/*　記事ボックス 
------------------------------------------------*/
.article_box {
	background: #fff;
	margin-top: 40px;
	width:100%;
	clear:both;
}
.article_title {
	background :url(../../images/136/bgi_topics_title.png ) left top no-repeat;
	padding: 26px 29px 26px 27px;
	border-bottom: solid 1px #f1f0ec;
}
.article_title h2 {
	font-weight: normal;
	color:#5f5f5f;
	font-size:16px;
	line-height:24px;
}
/* 記事画像なし */

.article_box .entry {
	width: 400px;
	float: left;
	font-size: 0.92em;
	line-height: 1.99em;
	padding:30px 29px 30px 27px;
}
.article_box .article_figure {
 	float: right;
	width: 200px;
	padding: 30px 29px 30px 0;
}
.article_figure img {
	width: 200px;
	border: 1px solid #e0e0e0;
}
.article_figure span {
	display:block;
	color:#5f5f5f;
	font-size:0.83em;
	padding:5px 0 10px 0;
}

/*記事エリア内img*/
.article_box img {
	max-width:100%;
}

/*article_box no-img*/
.no-img .entry {
	width:630px;
	float: none;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#d3d2d2 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#d3d2d2 1px solid;
	padding:10px;
}
/*お問い合わせ*/
#inquiry a {
	display: block;
	margin:50px 0 65px auto;
	width: 200px;
	color: #5f5f5f;
	padding:6px 0;
	font-size:18px;
	line-height:18px;
	border:solid 1px #f1f0ec;
	text-align: center;
	background:#fff;
	text-decoration:none;
}
#inquiry a:hover{
	color: #fff;
	background: #ffae00;
}

/*============================
	フッター
=============================*/
/*ページトップ*/
#pagetop{
	height:29px;
	}
	
#pagetop a {
	display: block;
	background: #807b6b;
	padding: 5px 0 8px 0;
	text-align: center;
}
#pagetop a:hover {
	background-color:rgba(166,159,139,0.65);
}
/*QRコード*/
#qrcode {
	background: #676358;
}
#qrcode .qrcodeIn {
	width:960px;
	margin:0 auto;
}
#qrcode .qrcodeIn img{
	float:left;
	padding:22px 0 28px 0;
	margin-right:15px;
}
#qrcode .qrcodeIn p{
	color:#fff;
	width:270px;
	padding: 43px 0 0 15px;
	font-size:0.92em;
}
/*コピーライト*/
#copyright {
	background:#3d3b33;
	padding:20px 0 20px 0;
}
#copyright img{
	margin:0 7px 0 0;
}
address {
	display:block;
	color:#fff;
	font-size: 0.77em;
	text-align:center;
	font-style:normal;
	width:960px;
	margin:0 auto;
}

/*============================
フリーエリア
=============================*/
#side-area{
	margin:40px auto 20px auto;
	padding:15px;
	border:1px dotted #454545;
}
#side-area img{
	max-width: 100%;
}

#foot-area{
	margin:40px auto 40px auto;
	padding:15px;
	border:1px dotted #454545;
}
#foot-area img{
	max-width: 100%;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/

#page_title {
	width:690px;
	border-top: solid 4px #676358;	
}
#page_title h2 {
	font-size: 1.08em;
	font-weight:bold;
	line-height: 1.5em;
	color:#676358;
	padding-top:25px;
}
/*パン屑リスト*/
#pnkz {
	margin:15px 0 20px 0;
	width:690px;
	text-align:left;
}
#pnkz ul {
	list-style: none;
}
#pnkz ul li {
	float:left;
	font-size:0.92em;
	line-height:1.38em;
}
#pnkz ul li a {
	color:#676358;
	text-decoration:none;
}
#pnkz ul li a:hover {
	color:#ffae00;
}

#pnkz .cont {
	background:url(../../images/136/ico_step_001.png) 8px 2px no-repeat;
	padding:0 0 0 26px;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/

#map,#profile,#form {
	font-size:0.92em;
}

#form table {
	border-collapse:collapse;
	width:690px;
	margin:0 auto;
	border-top:solid 1px #d3d2d2;
}
#map table,　#profile table {
	border-collapse:collapse;
	width:690px;
	margin:0 auto;
	background:#fff;
	margin-bottom:60px;
}
#form table{
	border-bottom:solid 1px #d3d2d2;
}
#map th, #profile th {
	padding:25px 10px 25px 20px;
	vertical-align:middle;
	font-weight:normal;
	border-bottom:solid 1px #d3d2d2;
	border-right:solid 1px #d3d2d2;
	width:20%;
	font-weight:bold;
	text-align:left;
}
#map td, #profile td {
	vertical-align:middle;
	padding: 25px 50px;
	border-bottom:solid 1px #d3d2d2;
	width:80%;
}
#form th {
	vertical-align:middle;
	font-weight:normal;
	width:25%;
	padding:10px;
	text-align:left;
}
#form td {
	vertical-align:middle;
	padding:10px;
	width:75%;
}
/*お問い合わせ
-----------------------------------------*/
.validation-advice {
  margin-top: 3px;
  padding-left: 5px;
  color: #cc0000;
}

.warning {
	text-align:left;
	padding-top:10px;
}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
	
}
#form input[type=text], #form textarea {
	border:solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#e7f3f4;
}
#form input[type=submit],
#form input[type=reset] {
	padding: 8px 20px;
	width:150px;
	font-size:14px;
	margin:10px 0 20px 0;
}

#form input[type=submit] {
margin-right: 20px;
font-weight: bold;
text-decoration: none;
color: #5f5f5f;
}

#form input[type=reset] {
font-weight: bold;
text-decoration: none;
color: #5f5f5f;
}

#form input[type=submit]:hover, #form input[type=reset]:hover {
cursor: pointer;
text-decoration: none;
color: #ffae00;
}
#form input[type=submit]:focus, #form input[type=reset]:focus {
	outline:none;
}

/*リード文
-----------------------------------------*/
#lead_s {
	padding:18px 0;
	line-height:1.5;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin:30px 0px;
}
#map #frame iframe {
	width: 638px;
	height: 390px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}

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

