/*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; /*このテンプレの基本色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
}

/*共通チップス

------------------------------*/
.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;
}

.hide {
	display:none;
}

a {
	text-decoration:none;
	color:#ce6100;
}

a:hover {
	text-decoration:underline;
}

.left {
	float:left;
}

.right {
	float:right;
}

li {
	list-style:none;
}

/*body
------------------------------*/
body {
	background:url(../../images/41/body_bg_01.jpg) repeat;
}

#wrapper {
	width:840px;
	background:url(../../images/41/wrapper_bg_01.png) 0 0 repeat-y;
	margin:0 auto;
}

#wrapperIn {
	width:800px;
	margin:0 auto;
}


/*ヘッダー＆リード
------------------------------*/
#header {
	background:url(../../images/41/heade_bg_01.jpg) 0 0 repeat-y;
}

#headerIn {
	background:url(../../images/41/heade_bg_02.png) bottom no-repeat;
	padding-bottom:44px;
}
#headerIn.slide {
	background:url(../../images/41/heade_bg_03.png) bottom no-repeat;
}

#headerIn2 {
	width:745px;
	margin:0 auto;
	padding-top:18px;
}

#headBox {
	width:745px;
	margin:0 auto;
	padding-bottom:40px;
}

#site_title {
	float:left;
	width:510px;
	padding-top:27px;
}

#site_title a {
	line-height:130%;
	color:#ffbb50;
	font-size:32px;
	font-weight:bold;
	text-decoration:none;
}

#site_title a:hover {
	color:#ffbb50;
	text-decoration:none;
}

#headBtn {
	float:right;
	width:183px;
}


#leadBox {
	width:745px;
	margin:0 auto;
}


#lead1 {/*lead画像あり*/
	width:350px;
	float:left;
	line-height:150%;
	font-size:20px;
	font-weight:bold;
	color:#463404;
	padding-bottom:166px;
}

#main_image {
	float:right;
	width:365px;
	text-align:center;
}

#lead2 {/*lead画像なし*/
	line-height:150%;
	font-size:20px;
	font-weight:bold;
	color:#463404;
	padding-bottom:166px;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:745px;
	padding:0px 0 1px;
	margin-top: -150px;
	margin-bottom: -30px;
	position:relative;
}
.mainSlideIn:before {
	content:"";
	display:block;
	width:260px;
	height:121px;
	background:url(../../images/41/heade_bg_04.png) 0 0 no-repeat;
	background-size:260px auto;
	position:absolute;
	left:-20px;
	bottom:-10px;
	z-index:100;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:310px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:310px !important;
	width:745px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:745px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffe239;
	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: #ff8725;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:30px;
	height:33px;
	margin:0;
	top:138px;
	cursor:pointer;
	border: 1px solid #f7da38;
}
.bx-wrapper .bx-prev {
background:url(../../images/41/btn-slider_001.png) 11px center no-repeat #ffe239;
border-radius:5px 0 0 5px;
border-left:none;
left:-32px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.8;
}
.bx-wrapper .bx-next {
background:url(../../images/41/btn-slider_002.png) 12px center no-repeat #ffe239;
border-radius:0 5px 5px 0;
border-right:none;
right:-32px;
}
.bx-wrapper .bx-next:hover {
opacity:0.8;
}

/*パン屑
------------------------------*/
#pnkz {
	padding-bottom:9px;
	color:#666666;
	}
#pnkz a {
	text-decoration:underline;
	}
#pnkz a:hover {
	text-decoration:none;
	}

/*コンテンツ
------------------------------*/
#contents {
	width:800px;
	margin:0 auto;
}

/*サイドバー メニューA
------------------------------*/
#sidebar {
	background:url(../../images/41/nav_bg_01.jpg) 0 0 repeat-y;
	width:210px;
	margin-left:6px;
	_margin-left:3px;
	float:left;
}

#sidebarIn {
	width:190px;
	margin:0 auto;
}

#menuA {
	padding-bottom:20px;
}

#menuA dt a {
	display:block;
	width:188px;
	background:url(../../images/41/menu_bg_02.png) 0 0 repeat-y;
	margin-bottom:6px;
	margin-top:6px;
	text-decoration:none;
}

#menuA dt a span {
	display:block;
	background:url(../../images/41/ico_menu_01.jpg) 5px 5px no-repeat;
	padding:8px 8px 8px 32px;
	font-size:14px;
	color:#632209;
	line-height:130%;
	font-weight:bold;
}

#menuA dt a:hover {
	background:url(../../images/41/menu_bg_05.png) 0 0 repeat-y;
	text-decoration:none;
}

#menuA dt a:hover span {
	background:url(../../images/41/ico_menu_02.jpg) 5px 5px no-repeat;
}

#menuA dd a {
	display:block;
	width:146px;
	background:url(../../images/41/menu_bg_07.jpg) 0 0 repeat-y;
	margin-bottom:3px;
	text-decoration:none;
	padding:6px 10px 6px 32px;
	color:#ce6100;
	font-size:12px;
	line-height:130%;
}

#menuA dd a:hover {
	background:url(../../images/41/menu_bg_08.jpg) 0 0 repeat-y;
	text-decoration:underline;
}

/*サイドバー プロフィール
------------------------------*/
#menuB {
	background-color:#ffe239;
	padding:6px;
	border:1px solid #f7da38;
	margin:0 0 24px 0;
}

#menuBIn {
	background-color:#ffffff;
	padding:9px 10px 9px 16px;
}

#menuB_title {
	font-size:11px;
	color:#89551f;
	text-align:center;
	line-height:130%;
	padding:0 0 4px 0;
}

#menuBIn ul li {
	margin-bottom:3px;
	_display:inline;
}

#menuBIn ul li a {
	display:block;
	line-height:130%;
	padding-left:13px;
	background:url(../../images/41/ico_01.jpg) 0px 6px no-repeat;
}

/*サイドバー ブログ
------------------------------*/
#blog_ttlBox {
	width:190px;
}

#blog_ttlBox h4 {
	float:left;
}

#blog_ttlBox p#blog_read {
	float:right;
}

#blogBox {
	background-color:#ffe239;
	padding:6px;
	border:1px solid #f7da38;
	margin:0 0 24px 0;
}

p#blog_ttl {
	padding:0 0 5px 0;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#424242;
}

#blog {
	background-color:#ffffff;
	padding:9px 10px 2px 16px;
}

#blog ul li {
	color:#9b9fa1;
	margin-bottom:7px;
}

#blog ul li a {
	color:#000000;
	line-height:130%;
	text-decoration:none;
}

#blog ul li a:hover {
	color:#ce6100;
	text-decoration:underline;
}

/*サイドバー QRコード
------------------------------*/
#qr {
	background-color:#ffe239;
	padding:6px;
	border:1px solid #f7da38;
}

#qrIn {
	background-color:#ffffff;
	padding:9px 10px 9px 10px;
}

#qr_ttl {
	padding:0 0 5px 0;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#424242;
}

#QR_code {
	text-align:center;
}

#QR_description {
	line-height:130%;
	color:#5e3807;
	font-size:11px;
}

/*メイン
------------------------------*/
#main {
	width:530px;
	float:right;
	padding-right:25px;
	padding-top:22px;
	padding-bottom:20px;
}

/*トピックス
------------------------------*/
#topics {
	background:url(../../images/41/news_bg_01.jpg) 0 0 repeat;
	padding:8px;
	margin-bottom:30px;
}

#topicsIn {
	background-color:#ffffff;
	padding:15px 26px 15px 20px;
	max-height:120px;
	overflow:auto;
}

#topicsIn h3 {		
	padding-bottom:8px;
}

#topicsIn table {
	width:460px;
	border-collapse:collapse;
	border-bottom:15px solid #ffffff;
}

#topicsIn table tr {
	background:url(../../images/41/lin_01.jpg) bottom repeat-x;
}

#topicsIn table td {
	padding:8px 0 6px 0;
}

#topicsIn table td.topics_date {
	width:75px;
	color:#58bcff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#topicsIn table td.topics_entry {
	color:#000;
	font-size:12px;
}

#topicsIn table td.topics_entry a {
	color:#1188d7;
	text-decoration:underline;
}

#topicsIn table td.topics_entry a:hover {
	color:#ce6100;
	text-decoration:underline;
}

/*コントタイトル（下層）
------------------------------*/
#cont_title {
	float:right;
	width:365px;
	color:#ff7200;
	font-size:25px;
	font-weight:bold;
	padding:115px 25px 2px 0px; 
	text-align:right;
	line-height:130%;
	background:url(../../images/41/cont_ttl_bg.png) right 117px no-repeat;
}



/*ボックス
------------------------------*/
.box {
	background:url(../../images/41/box_bg_01.jpg) 0 0 repeat;
	padding:5px;
	margin-bottom:20px;
}
.box .boxIn {
	background-color:#ffffff;
	margin:0 auto;
	padding:11px 15px 25px 15px;
}

.box h3.box_title {
	color:#ff8725;
	font-size:14px;
	line-height:130%;
	font-weight:bold;
	margin-bottom:11px;
}

.box .box_entry1 {/*画像あり*/
	width:282px;
	float:left;
	line-height:150%;
	font-size:1em;
}

.box_image {
	width:200px;
	float:right;
}

.box_image div {
	padding-bottom:10px;
}

.box_image span {
	padding-top:4px;
	display:block;
	font-size:0.85em;
	line-height:130%;
	color:#737373;
}

.box .box_entry2 {/*画像なし*/
	line-height:150%;
	font-size:1em;
}

.box .box_entry2 span {
	line-height:150%;
}


/*pagetop
------------------------------*/
#pagetop {
	text-align:right;
	padding-right:30px;
}


/*ページ下部お問い合わせボタン
------------------------------*/
p#inq02 {
	text-align:center;
	padding-bottom:20px;
}

/*フッター
------------------------------*/
#foot {
	background:url(../../images/41/footer_bg_01.png) 0 0 no-repeat;
	width:840px;
	margin:0 auto;
	padding-bottom:4px;
}

#copyright {
	text-align:center;
	color:#656565;
	font-size:12px;
	padding-top:70px;
}







/*-------------------------------------------------------------------------------------*/
















/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:530px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 5px 0px;
	background-color:#fbfef2;
}

#form01 th, #map01 th, #profile01 th {	
	width:130px;	
	border:1px solid #b8b8b8;
	background-color:#cfeaff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#333;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #b8b8b8;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0px;
}

#map01 #frame iframe{
	width:530px;
	height:328px;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s{
	line-height:150%;
	margin:0 0 15px 0px;
	font-size:1em;
}

#form01 #lead_s{
	line-height:150%;
	margin:0 0 15px 0px;
	font-size:1em;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	padding-left:25px;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left:2px;
	color:#f59428;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/* 20120322 */

#side-area{
}

#foot-area{
   width:760px;
   margin:16px 16px 0;
   padding-bottom:24px;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#main_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%;
}

