/*CSSリセット
------------------------------*/

* { 
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	font-size: 75%;
}

html>/**/body {

  font-size: 12px; /* Except IE */

}

/*とりあえずHP用CSSリセット（bodyは各テンプレごとに指定）
------------------------------*/
body {
	color: #333333; /*このテンプレの基本色*/
	background-image:url(../../images/49/bgi-body_001.jpg);
	text-align:center;
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
	margin-left:40px;
}

/*共通チップス
------------------------------*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

img {
	border:0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
.hide {
	display:none;
}

a {
	text-decoration:underline;
	color:#6699cc;
}
a:hover {
	text-decoration:none;
	color:#87b7e8;
}

/*全体wrapper1(foot前まで)
------------------------------*/
#wrapper1 {
	text-align:left;
	width:806px;
	margin:0 auto;
	background-image:url(../../images/49/bgi-base_001.jpg);
	background-repeat:repeat-y;
	background-position:top;
	
}
/*ヘッダー＆リード
------------------------------*/
#header_lead {/*トップページ*/
	width:800px;
	margin:0 auto;
	background-image:url(../../images/49/bgi-head_lead_001.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
#header_lead2 {/*下層ページ*/
	width:800px;
	margin:0 auto;
	background-image:url(../../images/49/bgi-head_lead_001.jpg);
	background-position:110px bottom;
	background-repeat:no-repeat;
	background-color:#fff;
}

/*ヘッダー
------------------------------*/
#header {
	background-image:url(../../images/49/bgi-head_top_001.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:18px;
}
#headerIn {
	padding:0 27px 0px 27px;
}
#header_lead2 #site_title {/*下層ページ*/
	width:365px;
	padding:42px 0 50px 0;
	float:left;
}
#headBtn {
	float:right;
	width:183px;
	padding:0 0 0 0;
}

/*リード：トップページ
------------------------------*/
#lead{
	padding:12px 27px 24px 27px;	
}
#lead2 {
	padding:0 27px 24px 27px;	
}
#lead3 {
	padding:0 27px 0px 27px;	
}
#lead #site_title {
	width:365px;
	padding:0x 0 0 0;
}
#site_title a {
	font-size:2em;
	font-weight:bold;
	text-decoration:none;
	line-height:130%;
	color:#f7941d;
}
#lead_L {
	float:left;
	}
/*--画像あり--*/
#lead #site_description {
	width:365px;
	font-size:1em;
	font-weight:bold;
	color:#444444;
	line-height:300%;
	padding:20px 0 0 0;
}w
#lead #site_image {
	float:right;
	width:365px;
}
/*--画像なし--*/
#lead2 #site_description {
	font-size:1em;
	width:755px;
	font-weight:bold;
	color:#444444;
	line-height:200%;
	padding:14px 0 115px 0;
}

#lead3 #site_description {
	font-size:1em;
	width:755px;
	font-weight:bold;
	color:#444444;
	line-height:200%;
	padding:20px 0 0 0;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:746px;
	padding:25px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:334px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:334px !important;
	width:746px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:746px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	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: #eeab49;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #eeab49;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:146px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/49/btn-slider_001.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#fef9e5 0%,
#eeab49);
background:url(../../images/49/btn-slider_001.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#fef9e5),
to(#eeab49));
left:-43px;
border: 1px solid #eeab49;
border-right: none!important;
-moz-border-radius: 6px 0 0 6px ;
-webkit-border-radius: 6px 0 0 6px ;
border-radius: 6px 0 0 6px ;

}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/49/btn-slider_002.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#fef9e5 0%,
#eeab49);
background:url(../../images/49/btn-slider_002.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#fef9e5),
to(#eeab49));
right:-43px;
border: 1px solid #eeab49;
border-left: none!important;
-moz-border-radius: 0 6px 6px 0 ;
-webkit-border-radius: 0 6px 6px 0  ;
border-radius: 0 6px 6px 0  ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*-- メインエリア（リード以下）
------------------------------*/
#main {
	background-image:url(../../images/49/bgi-base_001.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0 auto;
	width:806px;
	min-height:700px;
	height:auto !important;
	height:700px;
	
}
#mainIn {
	background-image:url(../../images/49/bgi-main_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:800px;
	margin:0 auto;
}
#mainIn2 {
	padding:0 27px 0 8px;
}

/*-- パン屑
------------------------------*/
#pnkz {
	color:#a48e71;
}
#pnkz em {
	font-weight:bold;
	color:#ef8700;
	font-size:1em;
	font-style:normal;
}
#pnkz a {
	color:#a48e71;
	text-decoration:none;
	font-size:1em;
}
#pnkz a:hover {
	color:#714e20;
}

/*-- コンテンツエリア
------------------------------*/
#contents_top {/*トップページ*/
	float:right;
	width:529px;
	padding:38px 0 0 0;
}
#contents {/*下層ページ*/
	float:right;
	width:548px;
	padding:20px 0 0 0;
}
#contentsIn {/*下層ページ*/
	float:right;
	width:529px;
	padding:33px 0 0 0;
}

/*-- 最新情報
------------------------------*/
#topics {
	background-image:url(../../images/49/bgi-topics_001.jpg);
	background-position:left top;
	padding:8px 9px;
	margin:0 0 30px 0;
}
#topicsIn {
	background-color:#FFFFFF;
	padding:19px 9px 19px 22px;
}
#topics_title h3 {
}
#topics_ta {
	max-height:104px;
	overflow:auto;
}
#topics_ta table {
	border-collapse:collapse;
	width:449px;
	margin:8px 0;
}
#topics_ta table tr {
	background-image:url(../../images/49/lin-news_001.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}
#topics_ta .topics_date {
	color:#afafaf;
	font-size:0.9em;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:8px 0 7px 0;
	width:73px;
	text-align:left;
	vertical-align:top;
}
#topics_ta .topics_entry {
	color:#000116;
	font-size:1em;
	line-height:140%;
	padding:8px 0 7px 0;
	text-align:left;
	vertical-align:top;
}

/*-- コンテンツタイトル
------------------------------*/
#cont_title {
	border-top:1px solid #8bb9e2;
	width:529px;
	background-image:url(../../images/49/bgi-cont_title_002.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom:22px;
	}
#cont_title span {
	display:block;
	background-image:url(../../images/49/bgi-cont_title_001.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:8px 12px 8px 12px;
	color:#3d2506;
	line-height:140%;
	font-weight:bold;
	font-size:1.475em;
}	

/*-- 記事ボックス
------------------------------*/
.box {
	margin:0 0 15px 0;
	background-image:url(../../images/49/bgi-box_001.jpg);
	background-position:left top;
	padding:5px;
}
.boxIn {
	background-color:#FFFFFF;
	padding:12px 14px;
}
.box_title h3 {
	font-size:1.175em;
	line-height:140%;
	color:#ca5b00;
	padding:0 0 13px 0;
}

/*-- 画像あり --*/
.box_entry1 {
	width:280px;
	float:left;
	font-size:1em;
	line-height:150%;
	padding-bottom:8px;
}

.box_entry1 span {
	line-height:150%;
}

.box_image {
	width:200px;
	float:right;
}
.box_image div {
	margin-bottom:7px;
}
.box_image div span {
	display:block;
	font-size:0.85em;
	color:#666666;
	margin:4px 0 0 0;	
	line-height:130%;
}

/*-- 画像なし --*/
.box_entry2 { 
	font-size:1em;
	line-height:150%;
	padding-bottom:8px;
}

.box_entry2 span {
	line-height:150%;
}

/*メニューエリア
------------------------------*/
#menuarea {/*トップページ*/
	width:202px;
	float:left;
	background-color:#fcf9cb;
	background-image:url(../../images/49/bgi-menu_001.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:9px 0 0 0;
}
#menuareaIn {/*共通*/
	padding:3px 0 19px 0;
}	

/*メニューA
------------------------------*/
/*--親カテゴリ--*/
#menuA {
	margin:0 0 23px 10px;
}
#menuA dt {
	padding:6px 0 2px 0;
}
#menuA dt a {
	width:180px;
	display:block;
	text-decoration:none;
	background-color:#c3dbee;
	background-image:url(../../images/49/nvi_off_001.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	border:1px solid #6e9ed2;
}
#menuA dt a span {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	line-height:130%;
	color:#080808;
	padding:9px 10px 9px 25px;
	background-image:url(../../images/49/nvi-ico_001.jpg);
	background-repeat:no-repeat;
	background-position:11px 10px;
}
/*--マウスオン--*/
#menuA dt a:hover {
	width:180px;
	text-decoration:none;
	background-color:#9cc5e9;
	background-image:url(../../images/49/nvi_on_001.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border:1px solid #6e9ed2;
}
#menuA dt a:hover span {/*文字*/
	color:#080808;
	background-image:url(../../images/49/ico-nvi_upper_on.jpg);
	background-repeat:no-repeat;
	background-position:11px 10px;
}

/*--子カテゴリ--*/
#menuA dd a {
	width:180px;
	display:block;
	text-decoration:none;
	background-image:url(../../images/49/nvi-sub_off_001.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#fbfef3;
	border:1px solid #c3c6ab;
	
}
/*--マウスオン--*/
#menuA dd a:hover {
	width:180px;
	display:block;
	text-decoration:none;
	background-image:url(../../images/49/nvi-sub_001_on.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#c7dff1;
}

#menuA dd a span {/*文字*/
	display:block;
	padding:4px 10px 5px 41px;
	font-size:1em;
	line-height:150%;
	color:#2b5177;
	font-weight:bold;
	background-image:url(../../images/49/nvi-sub_ico_001_off.jpg);
	background-repeat:no-repeat;
	background-position:28px 10px;
}
#menuA dd a:hover span {/*文字*/
	background-image:url(../../images/49/nvi-sub_ico_001_on.jpg);
	background-repeat:no-repeat;
	color:#4375a7;
}
/*メニューB
------------------------------*/
#menuB {
	width:190px;
	margin:0 0 22px 6px;
}
#menuBIn {
	background-color:#ffd73b;
	padding:8px 6px;
}
#menuB_title {
	padding:0 3px 8px 3px;
	color:#89551f;
	line-height:130%;
	font-size:0.9em;
}
#menuB ul {
	margin:0;
	list-style-type:none;
	background-color:#fff;
	padding:10px 10px 4px 14px;
}
#menuB ul li {
	background-image:url(../../images/49/ico-profile_001.jpg);
	background-position:left 0.4em;
	background-repeat:no-repeat;
	padding:0 0 7px 12px;
}
#menuB ul li a {
	font-size:1em;
	color:#333333;
	text-decoration:none;
}
#menuB ul li a:hover {
	color:#6d6d6d;
}

/*ブログ
------------------------------*/
#blog_all {
	width:190px;
	margin:0 0 22px 6px;
}
strong#blog_title {
	display:block;
	float:left;
}
strong#blog_btn {
	float:right;
	display:block;
}
strong#blog_btn a {
	cursor:pointer;
}
#blog_allIn {
	background-color:#ffd73b;
	padding:8px 6px;
}
#blog_title2 {
	text-align:center;
	padding:0 0 7px 0;
}
#blog {
	width:178px;
	background-color:#fff;	
}
#blog ul {
	margin:0;
	list-style-type:none;
	padding:8px;
}
#blog ul li {
	padding:0 0 4px 0;
	font-size:1em;
	color:#080808;
	line-height:140%;
}
#blog ul li a {
	font-size:1em;
	color:#333333;
	text-decoration:none;
}
#blog ul li a:hover {
	color:#6d6d6d;
}

/*20100609add endo*/

#QRbox {
	padding:0px 0px 0px 0px;
	color:#7C5632;
	width:190px;
	margin-left:6px;
}

#QRbox h4 {
	padding:8px 0px 8px 0px;
	color:#89551f;
	line-height:130%;
	font-size:0.9em;
	text-align:center;
}

.QR_code {
	padding:10px 0 2px 0;
	text-align:center;
}

#QRin {
	background-color:#ffd73b;
	padding:0px 6px 8px 6px;
}

#QRin2 {
	background-color:#fff;
	padding:0 10px 10px 10px;
	color:#000000;
}
	


/*-- お問い合わせ
------------------------------*/
#inquiry {
	text-align:center;
	padding:22px 0 20px 0;
}

/*ページトップ*/
#pagetop {
	text-align:right;
	padding:5px 0 15px 0;	
}
#pagetop a {
	padding:0 9px 0 0;
}
#footIn {
	background-image:url(../../images/49/bgi-foot_001.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:63px;
}
#footIn2 {
	background-image:url(../../images/49/bgi-foot_002.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:806px;
	margin:0 auto;
}
/*-- コピーライト --*/
#copyright {
	text-align:center;
	font-size:12px;
	line-height:100%;
	padding:23px 0 0 0;
	color:#666666;
}
#copyright a {
	text-decoration:none;
}
#copyright img {
	vertical-align:baseline;
}


/*　フッタ固定（20091221-ADD）
=================================

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: relative;
}

#foot {
	width: 100%; 
	position: absolute; 
	bottom: 0;
	
}=====*/










/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/

#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:528px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 20px 0;
}

#form01 th, #map01 th, #profile01 th {
	width:130px;
	border:1px solid #e7db61;
	background-color:#fff8dc;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #e7db61;
	padding: 0.3em 0.7em 0.3em 0.7em ;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s{
	line-height:150%;
	margin:0 0 15px 0;
	color:#714e20;
	font-size:1em;
	width:528px;	
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:528px;
	height:290px;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
}
.w_mark {
	color: #333333;
}
.validation_span,.warning span{
	padding-left: 2px;
	color:#f7941d;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}



/* 20120322 */

#side-area{
   margin:16px 0;
   width:190px;
   margin:24px 0 0 8px;
}

#foot-area{
   margin:12px 0 32px;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}


 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
 .article_box table {
 	border-collapse:collapse;
 	border:1px #ccc solid;
 }
 .article_box table th,
 .article_box table td {
 	border:1px #ccc solid;
 	padding:1em;
 }
 .article_box table th {
 	text-align:center;
 	background-color:#eee;
 }

/* 20160721 ADD */
.box_image img,
.box_pic1img,
.box_pic2 img,
.box_pic3 img,
.box_pic4 img,
.box_img img,
.entryContent_R div img,
.entryImgbox img,
.box-image img,
.article-img img,
.article-figure img,
.article_figure	img {
	width:200px;
}


/* 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;
}

/* 20191127 テーブル基本設定
-----------------------------------------*/
.box table {
    border-collapse: collapse;
}
.box table th, .box table td {
    border: #ccc 1px solid;
    padding: 5px;
}


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

