/*CSSリセット

------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


body {
	font-size: 75%;
}

html>/**/body {

  font-size: 12px; /* Except IE */

}

/*とりあえずHP用cssリセット
------------------------------*/

body {
	color:#333; /*このテンプレの基本色*/
	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;
}
.hide {
	display:none;
}

a {
	text-decoration:underline;
	color:#c66161;
}

a:hover {
	text-decoration:none;
	color:#e08a8a;

}

li {
	list-style:none;
}


/*全体wrapper
------------------------------*/

#wrapper {
	text-align:left;
	margin:0 auto;
    background:url(../../images/25/head_bg.jpg) 0 0 repeat-x;
}

/*head
------------------------------*/

#head {
	width:850px;
	margin:0 auto;
	height:47px;
}


#headBtn {
	float:right;
	padding-right:0px;
	padding-top:7px;
}

/*lead　画像あり
------------------------------*/

#lead {
	width:797px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}

#leadL {
	width:340px;
	float:left;
	/*font-size:0.9em;*/
}

#site_title a  {
	font-size:2.6em;
	font-weight:bold;
	color:#7e5805;
	text-decoration:none;
}

#leadR {
	float:right;
}

#site_description {
	font-size:1.2em;
	margin-top:37px;
	line-height:160%;
	color:#474747;
}

#site_main_img {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px;
	background:#fefef6;
}




/*lead 画像なし
------------------------------*/

#lead2 {
	width:797px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}

#site_description2 {
	font-size:1.2em;
	padding-top:37px;
	padding-bottom:40px;
	line-height:160%;
	color:#474747;
	width:797px;
	margin:0 auto;
}

/*lead 階層下
------------------------------*/
#lead3 {
	width:797px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:25px;
}


#bar_top {
	height:13px;
	background:url(../../images/25/bar.jpg) 0 0 repeat-x;
}


/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:797px;
	padding:25px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:321px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:321px !important;
	width:797px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:797px;
	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 {
	background: #841720;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #841720;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:139px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/25/btn-slider_001.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#841720 0%,
#9f5151);
background:url(../../images/25/btn-slider_001.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#841720),
to(#9f5151));
left:-43px;
border: 1px solid #841720;
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/25/btn-slider_002.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#841720 0%,
#9f5151);
background:url(../../images/25/btn-slider_002.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#841720),
to(#9f5151));
right:-43px;
border: 1px solid #841720;
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;
}




/*contents
------------------------------*/

#contents {
	margin-top:15px;
	width:812px;
	margin:0 auto;
}


/*-- パン屑
------------------------------*/
#pnkz {
	color:#666666;
	padding:0 0 17px 0;
}

#pnkz em {
	font-weight:bold;
	font-size:1em;
	font-style:normal;
}

#pnkz a {
	text-decoration:underline;
	font-size:1em;
	color:#c66161;
}
#pnkz a:hover {
	color:#e08a8a;
	text-decoration:none;
}

/*main
------------------------------*/

#main {
	width:812px;
	padding-top:15px;
	margin:0 auto;

}

/*mainR
------------------------------*/

#mainR {
	width:520px;
	float:right;
}

/*トピックス
------------------------------*/

/*topics_title
------------------------------*/

#topics {
	margin-bottom:28px;
	color:#333;
}

#topics_title {
	background:url(../../images/25/topics_bg.jpg) 0 0 repeat-x;
	height:26px;
	border:#86151d 1px solid;
}

#topics_title h3 {
	padding:7px 0 0 13px;
}

/*topicsIn
------------------------------*/

#topicsIn {
	border:#86151d 1px solid;
	border-top:none;
	padding:13px 0 10px 13px;
	max-height:80px;
	overflow:auto;
	background-color:#fff7f7;

}

#topicsIn table {
	border-collapse:collapse;
}

#topicsIn table tr {

}


.topics_date {
	/*background:url(../../images/25/ico_news_001.jpg) 4px 2px no-repeat;*/
	padding:0 0px 8px 0px;
	vertical-align:top;
	line-height:130%;
	width:60px;
	font-family:Times, "Times New Roman", serif;
}

.topics_entry {
	padding:0 20px 8px 10px;
	vertical-align:top;
	line-height:130%;
}

.topics_entry a {
	color:#c66161;
	text-decoration:underline;
}

.topics_entry a:hover {
	color:#e08a8a;
	text-decoration:none;
}

/*-- コンテンツタイトル
------------------------------*/
#cont_title {
	border:1px solid #782827;
	background:url(../../images/25/contents_ttl_bg.jpg) 0 0 no-repeat #c65459;
	margin-bottom:22px;
	}

#cont_title span {
	display:block;
	padding:9px 12px 8px 35px;
	color:#e3cfa0;
	background:url(../../images/25/contents_ttl_ico.gif) 15px 15px no-repeat;
	line-height:150%;
	font-weight:bold;
	font-size:1.475em;
}

/*box 画像あり
------------------------------*/

.box {
	background-color:#FFF;
	margin:0 0 25px 0;
}

/*box タイトル
------------------------------*/

.box_title {
	border:#61450b 1px solid;
	background-color:#816628;
}

.box_title h3 {
	font-size:1.2em;
	color:#fff;
	padding:0px 0 0 25px;
	background:url(../../images/25/ttl_icon2.jpg) 0 0 no-repeat;
	margin:7px 13px 7px 13px;
	line-height:130%;
}

/*boxIn
------------------------------*/

.boxIn {
	border:#61450b 1px solid;
	border-top:none;
}

.boxIn2 {
	width:475px;
	margin:0 auto;
	padding:18px 0 27px 0;

}

.box_entry1 {
	width:250px;
	float:left;
	line-height:150%;
}

.box_image {
	width:200px;
	float:right;
}

.box_image span{
	display:block;
	padding-top:5px;
	padding-bottom:15px;
	line-height:130%;
	font-size:0.9em;
	color:#747474;
}

/*box画像なし
------------------------------*/

.box_entry2 {
	width:475px;
	margin:0 auto;
	line-height:150%;
	padding:18px 0 27px 0;
}

.box li{
 list-style: inherit;
}



/*お問い合わせ
------------------------------*/

#inquiry {
	margin:0 0 55px 0;
}

/*ページトップ
------------------------------*/

#pagetop {
	text-align:right;

	padding-bottom:15px;
}

/*mainL
------------------------------*/

#mainL {
	width:229px;
	float:left;
}

/*naviA
------------------------------*/

#naviA {
	margin-bottom:30px;
	background:#fdfae9;
	padding-bottom:25px;
}

#naviA h3 {
	padding:10px 0 0 16px;
	text-align:left;
}

#naviAIn {
	padding:18px 15px 0px 15px;
	margin:0;
}

#naviAIn dl {
	margin:0;

}

#naviAIn dt {
	margin-bottom:10px;
}

#naviAIn dt:hover {

}

#naviAIn dt a {
	display:block;
	width:172px;
	background-color:#dcd0ae;
	border:#897730 1px solid;
	color:#816628;
	font-size:1.3em;
	font-weight:bold;
	line-height:130%;
	padding:10px 10px 10px 15px;
	text-decoration:none;
}

#naviAIn dt a:hover {
	background-color:#a48849;
	color:#fff;
}

#naviAIn dd {
	margin-bottom:5px;
}

#naviAIn dd a {
	display:block;
	padding-left:15px;
	padding-bottom:5px;
	width:165px;
	color:#a48849;
	border-left:3px #a79343 solid;
	border-bottom:1px #a79343 solid;
	font-weight:bold;
	font-size:1.2em;
	line-height:130%;
	text-decoration:none;
}

#naviAIn dd a:hover {
	text-decoration:none;
	color:#c1ad76;
}

/*naviB
------------------------------*/

#naviB {
	padding-bottom:15px;
	margin-bottom:15px;
}

#naviBIn {
	border:#8f773f 1px solid;
	width:221px;
	border-top:none;
    background:#fefef6;
}

#naviB_title {
}

#naviB_title h3 {
}

#naviB_site_name {
	color:#7ca2a5;
	margin:0px 0 10px 10px;
	width:180px;
	font-size:1.2em;
	line-height:130%;
	color:#8f773f;
}


#naviB ul {
	margin:0 0 0 10px;
}

#naviB ul li {
	margin:0 0 10px 0;
	padding-right:10px;
	background:url(../../images/25/profile_icon.jpg) 0 4px no-repeat;
	padding-left:20px;
}

#naviB ul li a {
	font-size:1.2em;
	line-height:130%;
	color:#816628;
	text-decoration:none;

}

#naviB ul li a:hover {
	color:#c1ad76;
}

/*ブログ
------------------------------*/
#blogBox {
	padding-bottom:15px;
	margin-bottom:15px;
}

#blog_title {
}

#blog_title h3 {
}

#blogIn {
	border:#8f773f 1px solid;
	width:221px;
	border-top:none;
    background:#fefef6;
}

#blog_see {
	color:#7ca2a5;
	margin:0px 0 10px 10px;
	width:180px;
	text-align:right;
	font-size:1.2em;
	line-height:130%;
}

#blog ul {
	margin:0 0 0 10px;
}

#blog ul li {
	margin:0 0 10px 0;
	padding-right:10px;
}

#blog ul li a {
	font-size:1.2em;
	line-height:130%;
    color:#816628;
	text-decoration:underline;
}

#blog ul li a:hover {
	color:#c1ad76;
	text-decoration:none;
}

#inquiry {
	text-align:center;
}




/*背景下
------------------------------*/

#border_under {
	height:13px;
	background:url(../../images/25/bar.jpg) 0 0 repeat-x;
}

#foot {
	width:807px;
	/*background:url(../../images/25/bg_bottom.jpg) 0 0 no-repeat;*/
	text-align:left;
	margin:0 auto;
	padding:0 0 10px 0;
}



/*mainL
------------------------------*/





/*-- コピーライト --*/
#copyright {
	text-align:center;
	font-size:12px;
	padding:17px 0 30px 0;
	color:#7b6e60;
}

#copyright a {
	text-decoration:none;
}




/*-----------------------------------------------------------------------------------------------------------*/


/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:520px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 20px 0;
}

#form01 th, #map01 th, #profile01 th {
	width:130px;
	border:1px solid #61450b;
	background-color:#816628;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#FFF;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #61450b;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:520px;
	height:322px;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s{
	line-height:150%;
	margin:0 0 17px 0;
	width:500px;
	font-size:1em;
	color:#333;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.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:#c25358;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}



/*-- コンテンツタイトル
-----------------------------------*/

#contents_ttl {
	padding-top:20px;
}

#contents_ttl p {
	text-align:center;
}

#contents_ttl h2 {
	float:right;
	line-height:130%;
	font-size:1.5em;
	padding:15px 30px 0 0;
	width:540px;
}


/*20100609add endo*/

#QRbox {
	width:221px;
	margin-bottom:30px;
	background-color:#FEFEF6;

}

#QRbox h4 {
	text-align:center;
	padding:8px 0 0px 0;
	}

#QRin {
	width:221px;
	border:1px solid #8F773F;
	border-top:none;
}


.QR_code {
	padding:10px 0 10px 0;
}

.QR_description {
	padding:0 10px 10px 10px;
	color:#8B793B;
	line-height:130%;
}

/* 20120322 */
#side-area{
   margin:10px 0 40px 0;
}

#foot-area{
   margin:0 0 30px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#site_main_img 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%;
}

