/*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: #4c433a; /*このテンプレの基本色*/
	background-image:url(../../images/24/bgi-body_001.jpg);
}

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:none;
	color:#cc781d;
}
a:hover {
	text-decoration:underline;
}

/*全体wrapper
------------------------------*/
#wrapper {	
	background-image:url(../../images/24/bgi-note_002.jpg);
	background-repeat:repeat-y;
	background-position:left 5px;
}
#wrapperIn {
	background-image:url(../../images/24/bgi-note_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

/* ヘッダー／リード （レイアウト）
------------------------------*/
#head_lead {
	width:800px;
	position:relative;
	padding:0 0 24px 0;	
}
#head_leadIn {
	padding:0 0 0 44px;	
}

/* ヘッダー／リード左（写真あり）*/
#head_lead_photo #head_lead_L {
	width:340px;
	float:left;
}
/* ヘッダー／リード右（写真あり）*/
#head_lead_photo #head_lead_R {
	float:right;
	padding:45px 0 0 0;
}
/* ヘッダー／リード左（写真なし）*/
#head_lead_nophoto #head_lead_L {
	width:340px;
	float:left;
}
/* ヘッダー／リード右（写真なし）*/
#head_lead_nophoto #head_lead_R {
	float:right;
	width:378px;
	padding:64px 0 0 0;
}


/* サイトタイトル
------------------------------*/
#site_title {
	width:340px;
	background-image:url(../../images/24/bgi-mainttl_001.png);
	background-position:left top;
	background-repeat:repeat-y;
}
#site_titleIn {
	width:340px;
	background-image:url(../../images/24/bgi-mainttl_002.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-top:32px;
	padding-bottom:25px;
	text-align:center;
}
#site_titleIn a {
	text-align:left;	
	color:#ffffff;
	font-size:2.2em;
	line-height:130%;
	text-decoration:none;
	padding:0 20px 0 15px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	
}
#site_description {
	font-size:1em;
	line-height:150%;
	padding:15px 4px 25px 4px;
	color:#5b2b0c;
}

/* お問い合わせ
------------------------------*/
#inquiry01 {
	width:155px;
	position:absolute;
	top:9px;
	left:621px;
}
#inquiry01 a {
	display:block;
	background-image:url(../../images/24/btn-inquiry_001_off.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:155px;
	height:30px;
	text-indent:-99999px;
	}
#inquiry01 a:hover {
	display:block;
	background-image:url(../../images/24/btn-inquiry_001_on.png);
	background-position:left top;
	background-repeat:no-repeat;
}

/* topics
------------------------------*/
#topics {
	width:333px;
	background-color:#f2ecd4;
	padding-bottom:5px;
}
#topics.slide {/*スライド表示時*/
	width:492px;
	margin-bottom:20px;
}
#topicsIn {
	max-height:103px;
	overflow:auto;
	border:1px solid #e2daba;
	background-color:#fcfaf4;
	width:321px;
	margin:0 auto;
}
.slide #topicsIn {/*スライド表示時*/
	width:480px;
}
#topicsIn table {
	width:295px;
	margin:8px auto 10px auto ;	
	border-collapse:collapse;
}
.slide #topicsIn table {/*スライド表示時*/
	width:470px;
}
#topicsIn table tr {
	background:url(../../images/24/lin-news_001.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.slide #topicsIn table tr{/*スライド表示時*/
	background-repeat:repeat-x;
}
#topicsIn table th.topics_date {
	width:75px;
	color:#6292a0;
	font-size:1em;
	line-height:150%;
	padding:2px 0 7px 0;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
#topicsIn table td.topics_entry {
	color:#86766e;
	font-size:1em;
	line-height:150%;
	padding:2px 0 7px 0;
}

/*メイン写真:トップページ
------------------------------*/
#site_imageArea {
	width:412px;
	background-image:url(../../images/24/bgi-mainpic.png);
	background-repeat:no-repeat;
	background-position:left top;
	min-height:331px;
	height:auto !important;
	height:331px;	
}

#site_image {
	z-index:10;
	margin:0 auto;
	text-align:center;
	width:380px;
	padding:15px 0 0 0;
	
}

/*メイン写真:トップページ（heightが274px以上の時）*/
#site_image em {
	display:-moz-inline-box;
	display:inline-block;
	background-image:url(../../images/24/bgi-pic_bk_002.png);
	background-repeat:repeat-y;
	background-position:right top;
	z-index:15;			
	padding-top:5px;
	padding-bottom:5px;		
}
#site_image em img {
	display:block;
	padding:0 10px 0 5px;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:710px;
	margin:0 0 0 5px!important;
}
.bx-wrapper {
  margin-bottom:10px !important;
	height:296px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:296px !important;
	width:710px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:710px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFEF98;
	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: #D6A26A;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:36px;
	height:36px;
	margin:0;
	top:132px;
	cursor:pointer;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/24/btn-slider_001.png) 12px center no-repeat #D6A26A;
	background-size:8px auto;
	left:-12px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
	background:url(../../images/24/btn-slider_002.png) 15px center no-repeat #D6A26A;
	background-size:8px auto;
	right:-12px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}


/*パン屑
------------------------------*/
#pnkz {
	width:700px;
	color:#ae8d6a;
	font-weight:bold;
	margin:0 30px 20px 50px;
}

#pnkz a {
	font-size:12px;
	color:#ae8d6a;
	text-decoration:none;
	font-weight:bold;
}
#pnkz a:hover {
	color:#b6a694;
}
#pnkz em {
	font-size:12px;
	color:#d27f25;
	font-weight:bold;
	font-style:normal;
}

/*　メイン（コンテンツ、サイドエリア）
------------------------------*/
#main {
	width:800px;
	background:url(../../images/24/bgi-note_003.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 0 33px 0;
}


/*コンテンツエリア
------------------------------*/
#contents {
	width:533px;
	float:right;
}

/*-- 記事ボックス
------------------------------*/
.box {
	margin-bottom:20px;
	width:514px;
	background-image:url(../../images/24/bgi-box_001.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
.boxIn {
	background-image:url(../../images/24/bgi-box_002.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:9px 0 22px 0;
}
.box_title {
	width:482px;
	
}
.box_title h3 {
	font-size:1.2em;
	line-height:130%;
	color:#1f809c;
	padding:3px 0 2px 8px;
	font-weight:bold;
	border-left:4px solid #d6a26a;
	margin:0 0 7px 6px;
	
}
.boxIn2 {
	width:480px;
	margin-left:5px;
	background-color:#fcfaf4;
	border-top:1px solid #e5ddbf;
	border-left:1px solid #e5ddbf;
	border-right:1px solid #e5ddbf;	
}
.boxIn2In {
	padding:10px;
}

/*-- 画像あり --*/
.box_entry1 {
	float:left;
	width:250px;
	font-size:1em;
	line-height:150%;
}
/*-- 画像なし --*/
.box_entry2 { 
	font-size:1em;
	line-height:150%;
}
.box_image {
	float:right;
	width:200px;
}
.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%;
}

/*-- お問い合わせ
------------------------------*/
#inquiry {
	width:800px;
	clear:both;
	text-align:center;
	padding:25px 0 15px 0;
}


/*メニューエリア
------------------------------*/
#menuarea {
	width:247px;
	float:left;
}
#menuareaIn {
	padding:0 0 0 33px;
	margin:0;
}
/*メニューA（ナビ）
------------------------------*/
#menuA {
	
}
#menuA dl {
	width:214px;
	margin:0;
	
}
/*--親カテゴリ--*/
#menuA dt {
	
}
/*マウスオフ*/
#menuA dt a {
	width:214px;
	display:block;
	background-image:url(../../images/24/nvi-bgi_002_off.jpg);
	background-position:left top;
	background-repeat:repeat-y;	
	color:#7a5328;
	font-size:1.175em;
	line-height:130%;
	font-weight:bold;	
}
#menuA dt a span.menubkTop {
	display:block;
	background-image:url(../../images/24/nvi-bgi_001_off.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:22px 0 0 0;
}
#menuA dt a span.menubkBtm {
	display:block;
	background-image:url(../../images/24/nvi-bgi_003_off.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 37px 25px 27px;
}
/*マウスオン*/
#menuA dt a:hover {
	background-image:url(../../images/24/nvi-bgi_002_on.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	text-decoration:none;
	
}
#menuA dt a:hover span.menubkTop {
	background-image:url(../../images/24/nvi-bgi_001_on.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#menuA dt a:hover span.menubkBtm {
	background-image:url(../../images/24/nvi-bgi_003_on.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*--子カテゴリ--*/
#menuA dd {
	background-image:url(../../images/24/lin-menu_001.jpg);
	background-position:14px bottom;
	background-repeat:no-repeat;	
}
/*マウスオフ*/
#menuA dd a {
	color:#937553;
	line-height:130%;
	font-size:1em;
	width:214px;
	display:block;
}
#menuA dd a span {
	background-image:url(../../images/24/ico-arrow_brwn_off.jpg);
	background-position:31px 5px;
	background-repeat:no-repeat;
	padding:3px 15px 6px 45px;
	display:block;
}
/*マウスオン*/
#menuA dd a:hover {
	color:#55330c;
	text-decoration:none;	
}
#menuA dd a:hover span {
	background-image:url(../../images/24/ico-arrow_brwn_on.jpg);
	background-position:31px 5px;
	background-repeat:no-repeat;
}

/*メニューB
------------------------------*/
#menuB {
	width:188px;
	background-color:#ac9676;
	margin:27px 0 22px 13px;
}
#menuB_title {
	padding:7px 10px 8px 19px;
	font-size:1em;
	line-height:130%;
	color:#ffffff;
	font-weight:bold;
}
#menuB ul {
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
}
#menuB li {
	margin:0 0 0 19px;
	padding:0 14px 4px 14px;
	background-image:url(../../images/24/ico-arrow_wht.jpg);
	background-position:left 3px;
	background-repeat:no-repeat;
	font-size:1em;
	line-height:150%;
	font-weight:bold;
}
#menuB li a {
	color:#ffffff;
	font-size:1em;
	line-height:130%;
}

/*-- ブログ
------------------------------*/
#blog_box {
	width:188px;
	background-color:#d1c5ab;
	margin:27px 0 22px 13px;
	position:relative;
}
#blog_title {
}
#blog_link {
	position:absolute;
	left:109px;
	top:17px;
}
#blog_link a {
	font-size:11px;
	line-height:100%;
	color:#6d4a1d;
	font-weight:bold;
	letter-spacing:1em;
}
#blog_link a:hover {
	color:#886a44;
	text-decoration:none;
}
#blog ul {
	list-style-type:none;
	width:160px;
	margin:13px auto 0 auto;
	padding:0 0 10px 0;
}
#blog li {
	padding:0 0 5px 0;
	font-size:1em;
	line-height:130%;
	color:#999999;
}
#blog li a {
	color:#333333;
}
#blog li span {
	padding-left: 2px;
}


/*-- フッタ
------------------------------*/
#foot {
	width:800px;
	padding-bottom:40px;
	position:relative;
}
/*-- ページトップ --*/
#pagetop {
	position:absolute;
	left:641px;
	top:0;
	width:133px;
	height:27px;
}
#pagetop a {
	display:block;
	background:url(../../images/24/btn-pagetop_001_off.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:133px;
	height:27px;
	text-indent:-999999px;
}
#pagetop a:hover {
	background:url(../../images/24/btn-pagetop_001_on.png);
	background-position:left top;
	background-repeat:no-repeat;
}
/*-- コピーライト --*/
#copyright {
	text-align:center;
	font-size:12px;
	line-height:100%;
	padding:17px 0 0 0;
	color:#7b6e60;
}
#copyright a {
	text-decoration:none;
}
#copyright img {
	vertical-align:baseline;
}








/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:500px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 20px 0;
}

#form01 th, #map01 th, #profile01 th {	
	width:130px;	
	border:1px solid #b9a27b;
	background-color:#e5d7bc;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#333333;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #b9a27b;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:500px;
	height:310px;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s{
	line-height:150%;
	margin:0 0 17px 0;
	width:500px;
	font-size:1em;
	color:#55330c;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.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:#FF6633;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


/*20100609add endo*/

#QRbox {
	width:188px;
	margin-left:13px;
	background-color:#d1c5ab;
}

#QRbox h4 {
	color:#7A5328;
	text-align:center;
}

.QR_code {
	padding:10px 0 10px 0;
	text-align:center;
}

.QR_description {
	padding:0 10px 10px 10px;
}

/* 20120322 */
#side-area{
   width:188px;
   margin:20px 0 0 12px;
}

#foot-area{
   width:730px;
   margin:20px 0 20px 42px;
}

/* スマホ対応 */
#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%;
}

