
/*============================
　CSSリセット
=============================*/
* { 
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}
body {
	font-size: 75%;/*font-sizeリセット*/
}
html>/**/body {
  font-size: 12px; /*font-sizeリセット Except IE */
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {outline:none;/*for firefox*/}
/*============================
　共通チップス
=============================*/
.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 */

.hide {
	display:none;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#9e1d13;
	text-decoration:none;	
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	background:url(../../images/62/bgi-body_001.gif) top left #b3a492;
	color:#77777; /*このテンプレの基本色*/
}
#wrapper {
	background:url(../../images/62/bgi-body_001.gif) top left #b3a492;
}
#main1 {/*トップページ*/
	background :url(../../images/62/bgi-index_002.jpg ) left top repeat-x;
}
#main1In {
	background :url(../../images/62/bgi-index_001.png ) center top no-repeat;
	width:840px;
	height:700px;
	margin:0 auto;
}
#main1In.slide {
	background :url(../../images/62/bgi-index_003.png ) center top no-repeat;
}
#main1In2{
	width:750px;
	margin:0 auto;
    }
#sidebar {
	width:200px;
	float:right;	
}
#main2 {/*下層ページ*/
	background :url(../../images/62/bgi-cont_002.jpg ) left top repeat-x;
}
#main2In {
	background :url(../../images/62/bgi-cont_001.png ) center top no-repeat;
	width:840px;
	height:700px;
	margin:0 auto;
}
#main2In2{
	width:750px;
	margin:0 auto;
    }
#sidebar {
	width:200px;
	float:right;	
}
#content {
	float:left;
	width:540px;
	background :url(../../images/62/bgi-content_001.gif) left top no-repeat;
	padding-top:16px;
}
#contentIn {
	background :url(../../images/62/bgi-content_003.gif) left bottom no-repeat;
	padding-bottom:16px;
    }
#contentIn2 {
	background :url(../../images/62/bgi-content_002.gif) left top repeat-y;
	_padding-bottom:1px;/*for IE6*/
	padding-bottom:15px;
    }	
	
/*============================
	ヘッダー
=============================*/
#header {
	padding:13px 0 10px 0;
	background-color:#f6f5ee;
}
#headerIn{
	width:750px;
	margin:0 auto;
}
#headRight{
	width:218px;
	float:right;
    }
/*============================
	リードエリア
=============================*/

.leadArea {/*トップページ*/
    width:480px;
	float:left;
	color:#48352d;
	
}
.leadArea2 {/*下層ページ*/
	
}
/*メイン写真
-----------------------------------------*/
#main1 #topArea{
	width:680px;
	margin:0 auto;
	padding:28px 0 20px 0;
	min-height:280px;
	height: auto !important;
	height: 280px;
}
.site_image {
	border:6px solid #fefefe;
	background-color:#fefefe;
	width:365px;
	float:right;
	-webkit-box-shadow: 2px 2px 4px 0px #777; /* Safari, Chrome用 */
	-moz-box-shadow: 2px 2px 4px 0px #777; /* Firefox用 */
	box-shadow: 2px 2px 4px 0px #777; /* CSS3 */
}
.site_image img{
	width:365px;
    }
.site_image img{
	_margin-bottom:-2px;/*for IE6*/
    }
/*サイトタイトル
-----------------------------------------*/
.leadArea .site_title{
	font-size:2.35em;
	line-height:150%;
    }
.leadArea .site_title img {
	margin-bottom:5px;
    }
.leadArea .site_title a{
	color:#48352d;
	text-decoration:none;
    }
.site_description {
	line-height:140%;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:750px;
	margin:0px auto 0;
	padding:20px 0 0;
	position:relative;
}
.mainSlideIn:before {
	content:"";
	display:block;
	width:313px;
	height:166px;
	background:url(../../images/62/bgi-index_004.png) 0 0 no-repeat;
	position:absolute;
	left: -120px;
	bottom: -50px;
	z-index:2;
}
.mainSlideIn:after {
	content:"";
	display:block;
	width:186px;
	height:372px;
	background:url(../../images/62/bgi-index_005.png) 0 0 no-repeat;
	position:absolute;
	right: -50px;
	top: -10px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:313px !important;
	border:solid 6px #f1f1f1;
	box-shadow:0 1px 8px 0 rgba(0,0,0,0.2);
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:313px !important;
	width:750px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:750px;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #9d2e4b;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	border-radius:20px;
	margin:0;
	top:140px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/62/btn-slider_001.png) 15px center no-repeat #9d2e4b;
	background-size:10px auto;
	left:-30px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#a65b70;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/62/btn-slider_002.png) 17px center no-repeat #9d2e4b;
	background-size:10px auto;
	right:-30px;
}
.bx-wrapper .bx-next:hover {
	background-color:#a65b70;
	opacity:1;
}

/*============================
	topics　最新情報
=============================*/
#topics {
	width:495px;
	margin:0 auto 20px auto;
}
#topics_ta {
	max-height:150px;
	padding-right:20px;
	overflow:auto;
}
#topics_ta table {
	border-collapse:collapse;
	width:100%;
}
#topics_ta table td {
	padding:5px 0;	
	font-size:12px;
	line-height:150%;	
	font-family: "ヒラギノ角ゴ Pro W3";
	text-align:left;	
	vertical-align:top;
	}
#topics_ta table tr{
  }
.topics_date {
	width:91px;
	color:#9e1e14;
	font-weight:bold;
	border-bottom:1px dotted #c0beb6;
}
.topics_entry {
	font-size:1.01em;
	border-bottom:1px dotted #c0beb6;
}

/*============================
	メニューエリア
=============================*/
#sidebar ul, #sidebar ol {
	list-style-type:none;
	}
#main2 #sidebar{
	margin-top:150px;
    }
/*メニューA
-----------------------------------------*/
#menuA {
	width:200px;
	margin-bottom:32px;
	border-bottom:1px solid #d3cac3;
}
#menuA img {
		border-bottom:1px solid #48352b;	
	
	}
#menuA dt {
	width:200px;
	display:block;
	border-bottom:1px solid #48352b;	
    border-top:1px solid #d3cac3;		
}
#menuA dt a {
	background :url(../../images/62/ico-parl_001.png) 6px center no-repeat;
	width:200px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:1.01em;
	line-height:150%;
	padding:7px 0;
	margin:1px 0 2px 0;
}
#menuA dt a span {
	display:block;
	padding:0 8px 0 22px;
	}
	
#menuA dt a:hover {
    background-color :#48352b;
	filter: alpha(opacity=47);
	-moz-opacity:0.47;
	opacity:0.47;
}
#menuA dd {
	width:200px;
	border-bottom:1px solid #48352b;	
    border-top:1px solid #d3cac3;	
}
#menuA dd a {
	background :url(../../images/62/ico-parl_001.png) 20px center no-repeat;
	display:block;
	width:200px;
	text-decoration:none;
	font-size:1.01em;
	line-height:150%;
	color:#ffffff;
	padding:7px 0;
	margin:1px 0 2px 0;
}
#menuA dd a span {
	padding:0 8px 0 35px;
	display:block;
	}
#menuA dd a:hover {
	background-color :#48352b;
	filter: alpha(opacity=47);
	-moz-opacity:0.47;
	opacity:0.47;
  }

/*メニューB
-----------------------------------------*/
#menuB {
	width:200px;
	margin-bottom:32px;
	border-bottom:1px solid #d3cac3;
}
#menuB img {
		border-bottom:1px solid #48352b;	
	}
#menuB li {
	width:200px;
	display:block;
	border-bottom:1px solid #48352b;	
    border-top:1px solid #d3cac3;		
}
#menuB li a {
	background :url(../../images/62/ico-parl_001.png) 6px center no-repeat;
	width:200px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:1.01em;
	line-height:150%;
	padding:7px 0;
	margin:1px 0 2px 0;
}
#menuB li a span {
	display:block;
	padding:0 8px 0 22px;
	}
	
#menuB li a:hover {
    background-color :#48352b;
	filter: alpha(opacity=47);
	-moz-opacity:0.47;
	opacity:0.47;
}


/*メニュー：ブログ
-----------------------------------------*/
#blog {
	width:200px;
	margin-bottom:4px;
	border-bottom:1px solid #d3cac3;
}
#blog-link{
	width:200px;
	margin-bottom:22px;
	text-align:center;
    }
#blog-link img{
	border:none !important;
    }
#blogbox img {
	padding-bottom:1px;
	border-bottom:1px solid #48352b;	
	
	}
#blog li {
	width:200px;
	color:#454545;
	border-bottom:1px solid #48352b;	
    border-top:1px solid #d3cac3;
	padding:7px 0;
}
#blog li a {
	color:#ffffff;
	text-decoration:underline;
	font-size:1.01em;
	line-height:140%;
}
#blog li a:hover {
    color:#af2e24;
	text-decoration:none; 
}
/*メニュー：QRコード
-----------------------------------------*/
#QRbox {
	width:200px;
	margin-bottom:22px;
}
.QR_code {
	text-align:center;
	margin:15px 0 0 0;
}

.QR_description {
	color:#ffffff;
	font-size:1.01em;
	line-height:140%;
	width:200px;
	margin:10px auto 0 auto;
}


/*============================
	記事ボックス
=============================*/
/*記事大見出し*/
#main2 #topArea{
	width:750px;
	margin:0 auto;
	padding:70px 0 5px 0;
	}
#main2 #topArea #page-ttl{
    width:520px;
	font-size:1.85em;
	font-weight:bold;
	color:#912b33;
    }
#main2 #topArea #page-ttl #page-ttlIn{
	width:330px;
	text-align:center;
	margin:0 auto;
    }
#main2 #topArea #page-ttl #page-ttlIn span{
	font-family:"ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3",serif;
    }
/*
-----------------------------------------*/
.box {
	width:495px;
	margin:0 auto;
	padding:10px 0 20px 0;
}
.box_title {
	padding-bottom:10px;
	margin-bottom:14px;
	background :url(../../images/62/lin-article_001.jpg) left bottom no-repeat;
}
.box_title h3 {
	color:#9e1d13;
	font-size:1.176em;
	line-height:150%;
}
/*画像あり*/
.box_entry1 {
	width:270px;
	float:right;
	padding-bottom:12px;
	line-height:150%;
	font-size:1.01em;
}
.box_entry1 span {
	line-height:150%;
}
.box_image {
	width:210px;
	float:left;
	text-align:right;
}

.box_image img {
	border:1px solid #e8e8e8;
	width:200px;
	padding:4px;
}

.box_image span {
	font-size:10px;
	color:#666;
	padding-bottom:5px;
	line-height:150%;
	display:block;
	text-align:left;
}

/*画像なし*/
.box_entry2 {
	padding-bottom:12px;
	line-height:150%;
	font-size:1.01em;
}
.box_entry2 span {
	line-height:150%;
}

/*pagetop*/
#pagetop {
	clear:both;
	width:750px;
	text-align:right;
	padding-bottom:8px;
}
#pagetop img{
    margin-right:70px;
    }
/*お問い合わせ*/	
#inquiry{
	text-align:center;
	/*padding-bottom:30px;*/
    }
/*============================
	フッター
=============================*/
#foot {
	width:750px;
	margin:0 auto;
	padding:14px 0 38px 0;
}

#copyright {
	width:540px;
	text-align:center;
	padding-bottom:5px;
}


/*============================
	パン屑リスト
=============================*/
#pnkz {
	margin-top:-8px;
	padding:0 15px 0 0;
	font-size:1em;
	text-align:right;
}
#pnkz em {	
	font-style:normal;
	}

/*============================
	コンテンツタイトル
=============================*/
#cont_ttl {
	background:url(../../images/62/bgi-conttitle_001.gif) no-repeat left top #d9ae00;
	margin-bottom:31px;
}
#cont_ttlIn {
		background:url(../../images/62/bgi-conttitle_002.gif) no-repeat left bottom;
		font-size:22px;
		line-height:140%;
		font-weight:bold;
		padding:22px 19px 25px 18px;
		}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01, #map01, #profile01{
	padding-bottom:20px;
	}
#form01 table, #map01 table, #profile01 table {
	width:495px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 0px auto ;
}
#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #666666;
	background-color:#e8e0c6;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#000;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #666666;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	width:495px;
	line-height:150%;
	margin:0 auto 15px auto;
	font-size:1em;
}

/*地図
-----------------------------------------*/
#frame {
	width:495px;
	margin:0 auto 20px auto;	
}
#frame iframe{
	width:495px;
	height:264px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	width:495px;
	margin:0 auto;
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}



/* 20120322 */

#side-area{
	width:208px;
	margin: 0 0 16px;
	color: #fff;
}

#foot-area{
	width:495px;
	margin:32px auto 0 auto;
}

/* スマホ対応 */
#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%;
}

