/*============================
　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リセット*/
}
html>/**/body {
font-size: 13px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
10px	>>	0.77em
11px	>>	0.83em
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 {
line-height: 1.5;
color:#333; /*基本色*/
}
.clear {
clear:both;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
.hide {
display:none;
}
a {
color:#0099cc;
text-decoration:underline;
}
a:hover {
	text-decoration: none;
}

/*============================
レイアウト
=============================	*/

body{
}

#container {
}

#content {
	width:960px;
	margin:50px auto 0;
	text-align:left;
}

#main {
	width:700px;
	float:right;
}

#sidebar {	
	width:220px;
	float:left;
}
#footer {
	clear:both;
}

/*============================
ヘッダー
=============================*/
#header {
	width: 960px;
	margin: 0 auto;
	position:relative;
	padding:35px 0;
}
#header h1 {
	line-height: 1.1;
	padding-right: 360px;
}
#header h1 a {
	font-size:22px;
	color: #333;
	font-weight:bold;
	text-decoration:none;
}

#head_nav {
	position: absolute;
	top: 40px;
	right: 0;
}

#header li {
	list-style:none;
	display:inline;
	padding:5px 12px 5px 22px;
	margin: 0 0 0 10px;
	background: url(../../images/157/ico-arrow_002.gif) 12px center no-repeat #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 12px;
	font-size: 12px;
	
}

#header li a {
	color: #fff;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	position:relative;
    z-index:2;
    background: url(../../images/157/bgi_nav_001.png) left top;
	text-align:center;
	line-height:1;
	margin:0 auto;
	width:100%;
	height: 50px;
	-moz-box-shadow:0px 2px 4px -2px rgba(000,000,000,.4);
	-webkit-box-shadow:0px 2px 4px -2px rgba(000,000,000,.4);
	box-shadow:0px 2px 4px -2px rgba(000,000,000,.4);
}
#global_nav a {
	text-decoration:none;
	letter-spacing:0.1em;
	background:none;
}

/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block;
	/display: block;
	/float: left;
	position: relative;
}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0; top:50px;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;}

#nav {
	min-width:960px;
	width:auto!important;
	width:960px;
	padding:0;
	line-height:1;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin:0 auto;
	text-align:left;
	/display:inline;
	/zoom:1;
	white-space:nowrap;
	letter-spacing: -.40em;
	border-left: 1px solid #fff;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto!important;
	white-space:nowrap;
	line-height:50px;
	padding:0 25px;
	/z-index:1;/*IE6,7*/
	_width:120px!important;/*IE6*/
	_float:left;/*IE6*/
	letter-spacing: normal;
	border-right: 1px solid #fff;
}
#nav li.nav-top a {/* メインのa */
	display: inline-block;
	color: #fff;
	*display: inline;
	*zoom: 1;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 7px 0 8px;
	width:auto;
	line-height:1;
	position:relative;
	/display:normal;
	/z-index:1;/*IE6,7*/
	
}

#nav li.nav-top a:hover{
	text-decoration: underline;
}

/* 子メニュー*/
#nav li.nav-top ul{
	width:100%;
	/z-index:1000;/*IE6,7*/
	border-bottom: #fff solid 1px;
	background-color: rgba(255,255,255,0.9);
}

#nav li.nav-top ul li {
	display:block;
	white-space:normal;
	font-size:0.96em;
	position:relative;
	/z-index:1000;
	border-bottom: #fff solid 1px;
	border-right: #fff solid 1px;
	border-left: #fff solid 1px;
}
#nav li.nav-top ul li a {
	display:block;
	font-weight:bold;
	color:#0099cc;
	height:auto;
	text-align:center;
	line-height:1.5;
	position:relative;
	/z-index:1000!important;
	padding: 10px;
	text-align:left;
	background-image:inherit;
}
#nav li.nav-top ul li a:hover {
	background-color: rgba(255,255,255,1);
	text-decoration: none;
}
#nav li.nav-top ul li:last-child{
	border-bottom:none;
}

/*============================
メイン
=============================*/

/*lead_area*/
#lead_area {
	width: 100%;
	background: url(../../images/157/bgi_lead_001.png) left top;
	position: relative;
}

#lead_area:after{
	content:"";
	display:block;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: 5px;
	background: url(../../images/157/bgi_nav_001.png) left top;
}

.lead_inner {
	width: 960px;
	padding: 0 120px;
	margin: 0 auto;
	background: url(../../images/157/bgi_lead_002.png) center -20px no-repeat;
	overflow: hidden;
	zoom: 1;
}

#lead_area #site_discription {
	width: 515px;
	float: left;
	padding: 30px 0;
	margin-right: 20px;
	margin-top: 20px;
}
#lead_area.no-img #site_discription {
	width: auto;
	padding: 40px 0;
	margin: 0;
}
#site_discription h2 {
	font-size:16px;
	color: #fff;
	font-weight:normal;
}

#lead_area #cover {
	width:365px;
	float: right;
	padding: 30px 0;
	margin-right: 10px;
}
#lead_area #cover img {
	border: 5px solid #fff;
}

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:30px 0 0;
	margin-bottom: -40px;
}
.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: #ccc;
	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: #fff;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:180px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/157/btn-slider_001.png) 14px center no-repeat #333;
	border-radius: 3px 0 0 3px;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	background-color: #444;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/157/btn-slider_002.png) 15px center no-repeat #333;
	border-radius: 0 3px 3px 0;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	background-color: #444;
	opacity:1;
}


/*topics*/
#topics {
	margin-bottom: 40px;
	background: #fff;
}
h3.topics-title {
	font-size:14px;
	background: url(../../images/157/bgi_main_001.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
#topics .topics-entry {
	max-height:110px;
    height: auto;
	overflow-x : hidden;
	overflow-y : auto;
}

#topics dl {
	font-size:12px;
}
#topics dt {
	float: left;
	background: #333;
	color: #fff;
	padding: 1px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#topics dd {
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 100px;
	margin: 0 0 8px 0;
}


/*article_box*/
.article_box {
	margin-bottom: 40px;
	clear:both;
}
.article_title h2 {
	font-size:18px;
	background: url(../../images/157/bgi_main_001.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.article_box .entry {
	font-size:14px;
}

.article_box .article_figure {
	width:200px;
	float:right;
	margin:0 0 20px 30px;
}
.article_box .article_figure img{
	width:200px;
}
.article_box .article_figure span {
	display:block;
	font-size:12px;
	padding:5px 0 0 0;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#ccc 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#ccc 1px solid;
	padding:10px;
}

/*お問い合わせ*/
#inquiry {
	margin: 60px 0 60px;
	text-align:center;
}

#inquiry a:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}


/*============================
サイドバー
=============================*/

/*about*/

#about {
	clear:both;
	margin-bottom:40px;
}

h3.about_title {
	background: url(../../images/157/bgi_sub_001.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
#about ul {
}
#about li {
	list-style:none;
	padding: 10px 0 ;
}

#about li a{
	color: #333;
	display: block;
	text-decoration:none;
	background: url(../../images/157/ico-arrow_001.gif) right center no-repeat;
}

#about li a:hover {
	text-decoration: underline;
}



/*blog*/
#blog {
	clear:both;
	margin-bottom:40px;
}

h3.blog_title {
	background: url(../../images/157/bgi_sub_001.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

#blog  dl {
	font-size:12px;
}
#blog  dt {
	display: inline-block;
	background: #333;
	color: #fff;
	padding: 1px 5px;
	margin-bottom: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#blog  dd  {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.more-btn-area {
	margin-top: 20px;
	text-align: center;

}
.more-btn-area a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*QRコード*/
#qrcode{
	clear:both;
	margin-bottom:40px;
}

.qrcodeIn {
	text-align: center;
}

h3.qrcode_title {
	text-align: left;
	background: url(../../images/157/bgi_sub_001.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

#qrcode img {
	margin-bottom: 5px;
}
#qrcode p{
	text-align: left;
	width: 220px;
	line-height: 1.4;
	font-size:12px;
}

/*============================
フッター
=============================*/

#footer {
	background-color:#333;
	padding:30px 0;
	text-align: center;
	color: #fff;
	position: relative;
}

#footer :before{
	content:"";
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 5px;
	background: url(../../images/157/bgi_nav_001.png) left top;
}

#footer #copyright address {
	font-style:normal;
}
#pagetop {
	clear:both;
	width:100%;
}
#pagetop .pagetopIn {
	width: 960px;
	margin: 0 auto;
	text-align:right;
	padding-bottom: 20px;
}
#pagetop .pagetopin a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*============================
下層ページ共通
=============================*/

h3.page_title {
	font-size:20px;
	text-align:left;
	padding-top: 40px;
	color: #fff;
}
/*パン屑リスト*/
#pnkz {
	color: #fff;
	font-size:12px;	
	text-align:left;
	padding-bottom: 40px;
}

#pnkz a {
	color: #fff;
}

/*============================
フリーエリア
=============================*/
#side-area{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 60px;
}

#foot-area{
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 60px;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
width:700px;
margin:0 auto;
}
#map iframe{
	width:700px;
	height: 500px;
	margin-bottom: 30px;
}

#form {
padding-bottom:30px;
}

#form table, #map table, #profile table {
width: 100%;
border: 1px solid #ccc;
text-align:left;
border-collapse: collapse;
margin:0 auto;
-moz-box-shadow:0px 0px 3px rgba(000,000,000,.3);
-webkit-box-shadow:0px 0px 3px rgba(000,000,000,.3);
box-shadow:0px 0px 3px rgba(000,000,000,.3);
}

#form th, #map th, #profile th {	
width:160px;	
border: 1px solid #ccc;
background-color:#fff;
font-size: 1em;
font-weight: normal;
text-align: center;
padding: 1em;
vertical-align:middle;
}
#form td, #map td, #profile td {
border: 1px solid #ccc;
background-color:#fff;
padding: 1em;
}
.ptb {
padding:.6em 0;
}

#contact_submit td {
padding: 1.2em 0;
text-align:center;
border:none;
}
/*必須項目
-----------------------------------------*/
.warning span{
color:#d00276;
}
.validation_span{
color:#cc0000;
}
/*リード文
-----------------------------------------*/
#lead_s{
	text-align: center;
	margin-bottom: 30px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
margin-top: 3px;
color: #cc0000;
}
.warning {
line-height :150%;
padding:0 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:#fcf2ff;
border-style:solid;
border-color:#cecece;
outline:none;
}

#cover {
  width: 365px;
}
#cover img{
  width: 100%;
}

/* 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%;
}

