
/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
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:#0080ec;
	text-decoration:none;
}
a:hover {
	color:#0080ec;
	text-decoration:underline;
}
a:hover img{
	filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    }
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	color:#605f59; /*このテンプレの基本色*/
	background :#f1f0ed;
}
#wrapper {
}
/*トップページ*/
#main{
	width:810px;
	margin:0 auto;
    }
/*下層ページ*/
#main2 {}

#sidebar {
	width:234px;
	float:left;
	background :url(../../images/63/bgi-sideline_001.gif ) right top repeat-y;

}
#sidebarIn {
	background :url(../../images/63/bgi-sideline_002.gif ) right bottom no-repeat;
    }
#content {
	float:right;
	width:560px;
}

/*============================
	ヘッダー
=============================*/
#header {
	width:810px;
	margin:20px auto;
}
#page-title{
	font-size:2.86em;
	width:730px;
	margin:10px auto;
	}
/*============================
	リードエリア
=============================*/

.leadArea {/*トップページ*/
    width:630px;
	float:left;

}
.leadArea2 {/*下層ページ*/
}
/*============================
	サイトタイトル
=============================*/
.site_title {
	width:175px;
	float:left;
	font-size:1.6em;
	line-height:150%;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
.site_title img {
	margin-bottom:5px;
	width:175px;
	}
.site_title a {
	line-height:140%;
	text-decoration:none;
	font-weight:bold;
	color:#605f59;
}
.site_title a:hover img {
	filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
	}
.site_title a:hover {
	color:#605f59;
	text-decoration:none;
    }
.site_description {
	width:440px;
	float:right;
	font-size:1.01em;
	line-height:150%;
    }

.site_title2 {
	width:575px;
	float:left;
	font-size:1.6em;
	line-height:140%;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
.site_title2 a {
	line-height:140%;
	text-decoration:none;
	font-weight:bold;
	color:#605f59;
}
.site_title2 img {
	margin-bottom:5px;
	width:175px;
	}
.site_title2 a:hover img {
	filter: alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
	}
.site_title2 a:hover {
	color:#605f59;
	text-decoration:none;
    }
/*============================
トップエリア※NEWSとメイン画像のまとまったボックス
=============================*/
/*トップページ*/
#topArea{
	background :url(../../images/63/bgi-wrapper_001.jpg ) center top;
	margin-bottom:40px;
    }
#topAreaIn{
	width:810px;
	margin:0 auto;
    }

.slide #topics_ta {
    height: 180px;
    overflow: auto;
}

/*下層ページ*/
#topArea #page_title{
	padding:10px 50px 10px 0;
	font-size:2.35em;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
    }


/*メイン写真
-----------------------------------------*/
#imgBox{
	float:right;
	width:395px;
	display:flexbox;
    flex-align:center;
    flex-pack:center;
    display:-webkit-box;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display:-moz-box;
    -moz-box-align:center;
    -moz-box-pack:cetner;
    min-height:260px;
    height: auto !important;
    height: 260px;
    }
.site_image {
	width:365px;
	text-align:left;
}
.site_image img{
	width:365px;
    }


/*topics　最新情報
-----------------------------------------*/
/*画像あり*/
#topics{
	width:345px;
	float:left;
    margin:40px 0 10px 0;
	}

#topics h3 {
	margin-bottom:5px;
}
#topics #topics_ta {
	max-height:170px;
	overflow:auto;
}
#topics #topics_ta table {
	border-collapse:collapse;
	width:100%;
}
#topics_ta table td {
	padding-bottom:7px;
	font-size:12px;
	line-height:150%;
	font-family: "ヒラギノ角ゴ Pro W3";
	vertical-align:top;
	}
.topics_date {
	width:75px;
	color:#ff9dfe;
	font-size:1em;
	font-weight:bold;
	padding-left:5px;
}
.topics_entry {
	font-size:1em;
	line-height:140%;
	padding-left:10px;
	padding-right:8px;
}
/*画像なし*/
#topics2{
	width:345px;
	padding-top:40px;
	margin:20px 0 40px 0;
	}
#topics2 #topics_ta {
	max-height:123px;
	overflow:auto;
}
#topics2 h3 {
	margin-bottom:5px;
}

/*スライド*/
#topics3{
	width:100%;
	padding-top:0px;
	margin:0px 0 40px 0;
	}
#topics3 h3 {
	margin-bottom:5px;
}


/*============================
トップお問い合わせボタン
=============================*/
#topLink{
	float:right;
	width:150px;
	text-align:right;
	}
#inquiry{
	text-align:right;
	width:550px;
}


/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:810px;
	padding:30px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:338px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:338px !important;
	width:810px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:810px;
	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: #766f63;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aaa69b;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:41px;
	height:41px;
	margin:0;
	top:148px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/63/btn-slider_001.png) 15px center no-repeat #cecbc4;
left:-42px;
border: 1px solid #aaa69b;
border-right: none;
-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/63/btn-slider_002.png) 15px center no-repeat #cecbc4;
right:-42px;
border: 1px solid #aaa69b;
border-left: none;
-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;
}

.slide #topArea {
    background: url(../../images/63/bgi-wrapper_001.jpg) center top no-repeat;
    background-size: cover;
}

/*============================
	メニューエリア
=============================*/
#mainL ul, #mainL ol {
	list-style-type:none;
	}

/*メニューA
-----------------------------------------*/
#menuA {
    width:220px;
	padding-bottom:30px;
	border-top:1px solid #b2ab95;
	padding-top:1px;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
#menuA {
}
#menuA dt {
	width:220px;
	display:block;
	padding-bottom:2px;
	background:url(../../images/63/lin-2px_001.gif ) left bottom repeat-x;
}
#menuA dt a {
	width:220px;
	display:block;
	text-decoration:none;
	font-size:1.18em;
	font-weight:bold;
	line-height:150%;
	color:#605951;
	padding:10px 0;
	background :url(../../images/63/ico-navi-dt_001.gif ) 12px center no-repeat;
}
#menuA dt a span {
	display:block;
	padding:0 5px 0 36px;

	}

#menuA dt a:hover {
    background-color:#c7c4bb;
    }
#menuA dd {
	width:220px;
	padding-bottom:2px;
	background:url(../../images/63/lin-2px_001.gif ) left bottom repeat-x;
}
#menuA dd a {
	display:block;
	width:220px;
	text-decoration:none;
	font-size:1.01em;
	line-height:150%;
	color:#605951;
	padding:7px 0;
}
#menuA dd a span {
	padding:0  5px 0 46px;
	display:block;
	background :url(../../images/63/ico-navi-dd_001.gif ) 27px center no-repeat;
	}
#menuA dd a:hover {
	background-color:#d04fd4;
	background :url(../../images/63/bgi-navi-dd_001.gif ) left top repeat-y;
  }

/*メニューB
-----------------------------------------*/
#menuBbox {
	width:220px;
	padding-bottom:30px;
	border-top:1px solid #b2ab95;
	padding-top:1px;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
#menuB {
	margin-top:5px;
}
#menuB-ttl{
	padding:10px 0;
	background :url(../../images/63/lin-2px_001.gif ) left bottom repeat-x #dfdcd3;
    }
#menuB-ttl span{
	padding-left:28px;
	font-size:1.09em;
	font-weight:bold;
	display:block;
	background :url(../../images/63/ico-navi-4dot_001.gif ) 12px center no-repeat;
    }
#menuB li {
	width:220px;
	display:block;
	padding-bottom:2px;
}
#menuB li a {
	width:220px;
	display:block;
	text-decoration:underline;
	color:#605951;
	font-size:1.09em;
	line-height:150%;
	padding:2px 0;
	background :url(../../images/63/ico-navi-plus_001.gif ) 27px center no-repeat;
}
#menuB li a span {
	display:block;
	padding:0 5px 0 40px;
	}
#menuB li a:hover {
	text-decoration:none;
	color:#0080ec;
    }


/*メニュー：ブログ
-----------------------------------------*/
#blogbox {
	width:220px;
	padding-bottom:30px;
	border-top:1px solid #b2ab95;
	padding-top:1px;
	text-shadow: 0 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
#blog-ttl{
	padding:10px 0;
	background :url(../../images/63/lin-2px_001.gif ) left bottom repeat-x #dfdcd3;
	margin-bottom:10px;
    }
#blog-ttl span{
	padding:0 17px 0 28px;
	font-size:1.09em;
	font-weight:bold;
	background :url(../../images/63/ico-navi-4dot_001.gif ) 12px center no-repeat;

    }
#blog-ttl a {}
#blog {}
#blog li {
	list-style:none;
	padding:0 10px 8px 40px;
	background :url(../../images/63/ico-navi-plus_001.gif ) 27px center no-repeat;
}
#blog li  a{
	text-decoration:underline;
	color:#605951;
	font-size:1.09em;
	line-height:150%;
	}
#blog li a:hover{
	text-decoration:none;
	color:#0080ec;
    }
/*メニュー：QRコード
-----------------------------------------*/
#qrBox {
	width:220px;
	padding-bottom:30px;
	text-align:center;
}
#qrBoxIn {
	width:196px;
	margin:0 auto;
	border:1px solid #c2c2c2;
	background :#ffffff;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#qr {
	width:180px;
	margin:15px auto 20px auto;
	text-align:center;
}
#qr span {
	font-weight:bold;
}
.QR_code {
	text-align:center;
}

.QR_description {
	font-size:12px;
	line-height:140%;
	width:170px;
	text-align:left;
	margin:10px auto 0 auto;
}


/*============================
	記事ボックス
=============================*/

/*
-----------------------------------------*/
.box {
    margin-bottom:50px;
}
.box_title {
	background :url(../../images/63/ttl-article_002.gif ) left top repeat-y;
	text-shadow: 0 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	_padding-bottom:1px;
}
.box_titleIn {
	background :url(../../images/63/ttl-article_003.gif ) left bottom no-repeat;
}
.box_titleIn2 {
	background :url(../../images/63/ttl-article_001.gif ) left top no-repeat;
	padding-bottom:20px;
}

.box_title h3 {
	font-size:1.34em;
	line-height:150%;
	padding:7px 25px 0 40px;
	color:#2d7a93;
	font-weight:normal;
}
.box_title h3 span{
    }
.boxIn {
	width:525px;
	margin:0 auto;
	padding:0 10px 0 0;
}
.box_entry1 {
	width:300px;
	float:left;
	padding-bottom:12px;
	line-height:150%;
	font-size:1.01em;
}
.box_entry1 span{
	line-height:150%;
}
.box_entry2 {
	width:525px;
	padding-bottom:12px;
	line-height:150%;
	font-size:1.01em;
}
.box_entry2 span{
	line-height:150%;
}
.box_image {
	width:210px;
	float:right;
	text-align:right;
}

.box_image img {
	background :#ffffff;
	width:200px;
	padding:3px;
}

.box_image span {
	font-size:10px;
	color:#666;
	padding-bottom:5px;
	line-height:150%;
	display:block;
	text-align:left;
}

/*============================
	フッター
=============================*/
#foot {
    text-align:center;
	padding:20px;
}
#footIn {
	width:800px;
	margin:50px auto 0 auto;
	background :url(../../images/63/lin-2px_001.gif ) left top repeat-x;
}
#pagetop {
	margin:0 auto;
	width:788px;
	text-align:right;
	padding-bottom:8px;
}
#copyright {
	padding-top:20px;
}


/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding:8px;
	font-size:1em;
	text-align:right;
	margin-top:-40px;
}
#pnkz em {
	font-style:normal;
	}

/*============================
	コンテンツタイトル
=============================*/
#cont_ttl {
	background:url(../../images/61/bgi-conttitle_001.gif) no-repeat left top #d9ae00;
	margin-bottom:31px;
}
#cont_ttlIn {
		background:url(../../images/61/bgi-conttitle_002.gif) no-repeat left bottom;
		font-size:22px;
		line-height:140%;
		font-weight:bold;
		padding:22px 19px 25px 18px;
		}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	width:100%;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {
	width:160px;
	border:1px solid #7b7460;
	background-color:#c7c4bb;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;

}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #7b7460;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 15px 0;
	font-size:1em;
}

/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:525px;
	height:280px;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	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:212px;
	padding: 0 0 16px;
}

#foot-area{
	width:559px;
	margin:32px auto 22px 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%;
}

