/*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:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
}


/*全体wrapper
------------------------------*/
#wrapper {
	text-align:left;
	margin:0 auto;
    background:url(../../images/28/body_bg.jpg) 0 0 repeat;
}

/*head
------------------------------*/
#head_shadow {
}
#head {
	padding-top:2px;
	width:800px;
	margin:0 auto;
	height:54px;
}
#headBtn {
	float:right;
	padding-top:2px;
}
#headBtn a {
	height:52px;
	width:229px;
	background:url(../../images/28/inq_01_off.png) no-repeat;
	display:block;
	text-indent:-9999px;
}
#headBtn a:hover {
	background:url(../../images/28/inq_01_on.png) no-repeat;
}

/*lead　画像あり
------------------------------*/
#lead {
	margin:0 auto;
    background:#000;
}
#leadIn {
	width:800px;
	margin:0 auto;
	padding:29px 0 22px 0;
}
#leadL {
	width:380px;
	float:left;
	font-size:0.9em;
}
#site_title {
	padding:0px 0 44px 0;
}
#site_title a  {
	font-size:2.4em;
	font-weight:bold;
	color:#cbb158;
	text-decoration:none;
	line-height:150%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#leadR {
	float:right;
}
#site_description {
	font-size:1.2em;
	line-height:150%;
	color:#FFF;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#site_main_img {
}
.lead_top {
	background:url(../../images/28/lead_head.jpg) 0 0 repeat-x #000;
	height:9px;
}
.lead_bottom {
	background:url(../../images/28/lead_bottom.jpg) bottom repeat-x #000;
	height:16px;
}

/*lead 画像なし
------------------------------*/
#lead2 {
	margin:0 auto;
    background:#000;
}
#leadIn2 {
	width:800px;
	margin:0 auto;
	padding:38px 0 38px 0;
}
#site_description2{
	font-size:1.2em;
	line-height:150%;
	color:#ffffff;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*lead スライド 20160729追記
------------------------------*/
#lead4 {
	margin:0 auto;
    background:#000;
}
#leadIn4 {
	width:800px;
	margin:0 auto;
	padding:24px 0 0 0;
}
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:800px;
	margin:-22px auto 0px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:334px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:334px !important;
	width:800px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:800px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #7E7C73;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #cbb158;
	opacity:1;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -24px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:145px;
	border-radius: 40px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/28/btn-slider_001.png) 14px center no-repeat #cbb158;
	left:-30px;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/28/btn-slider_001.png) 14px center no-repeat #F0E19E;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/28/btn-slider_002.png) 17px center no-repeat #cbb158;
	right:-30px;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/28/btn-slider_002.png) 17px center no-repeat #F0E19E;
	opacity:1;
}
/* site_description */
#site_description3{
	padding:10px 0 40px 19px;
    width:531px;
	font-size:1.2em;
	line-height:150%;
	color:#333;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*lead 階層下
------------------------------*/
#lead3 {
	margin:0 auto;
    background:#000;
}
#leadIn3 {
	width:800px;
	margin:0 auto;
	padding:0px 0 0px 0;
}
#site_title3 {
	padding:40px 30px 35px 0;
}
#site_title3 a {
	font-size:2.4em;
	font-weight:bold;
	color:#cbb158;
	text-decoration:none;
	line-height:150%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*contents
------------------------------*/
#contents {
	width:828px;
	margin:0 auto;
	background:url(../../images/28/contents_bg.png) 0 0 repeat-y;
	text-align:left;
}
#contents2 {
	background: 0 0 no-repeat;
	background:url(../../images/28/contents_bg_top.png) 0 0 no-repeat;
	width:800px;
	margin:0 auto;
}
/*main
------------------------------*/
#main {
	width:800px;
	margin:0 auto;
}
/*mainL
------------------------------*/
#mainL {
	width:222px;
	padding-left:0px;
	float:left;
}
/*naviA
------------------------------*/
#naviA {
	width:222px;
	background:url(../../images/28/navi_bg.png) 0px 0 repeat-y;
	margin-bottom:0px;
}
#naviAIn {
	padding:10px 0px 0px 19px;
	margin:0;
}
#naviAIn dl {
	margin:0;
}
#naviAIn dt {
	margin-top:6px;
	width:182px;
}
#naviAIn dt a {
	background:url(../../images/28/navi_dt_off.jpg) #988c43  0 0 no-repeat;
	display:block;
	color:#333;
	font-size:1.3em;
	font-weight:bold;
	line-height:130%;
	width:149px;
	padding:6px 6px 6px 25px;
	text-decoration:none;
}
#naviAIn dt a:hover {
	background:url(../../images/28/navi_dt_on2.jpg) #c4bb7d 0 0 no-repeat;
	color:#846600;
}
#naviAIn dd {
	margin-top:1px;
	width:182px;
}
#naviAIn dd a {
	background:url(../../images/28/navi_dd_off.jpg) #43402d 0 0 no-repeat;
	color:#ffffff;
	display:block;
	padding:4px 10px 6px 42px;
	font-size:1.2em;
	width:128px;
	line-height:130%;
	text-decoration:none;
}
#naviAIn dd a:hover {
	background:url(../../images/28/navi_dd_on.jpg) #8b8043 0 0 no-repeat;
	color:#333;
}
#naviA_bottom  {
	background:url(../../images/28/navi_main_bottom.jpg) 0 0 no-repeat;
	height:39px;
}
/*naviB
------------------------------*/
#naviB {
	width:222px;
	background:url(../../images/28/navi_bg.jpg) 0px 0 repeat-y;
}
#naviBIn {
	width:222px;
	background:url(../../images/28/profile_bottom.jpg) 0px 0 no-repeat;
}
#naviBIn2 {
	width:222px;
	background:url(../../images/28/pdofile_bg.jpg) 0px 0 repeat-y;
}
#naviB_title {
}
#naviB_title p {
	padding-left:0px;
}
#naviB_site_name {
	padding:7px 25px 7px 30px;
	color:#ffffff;
	line-height:130%;
}
#naviB ul {
	padding:9px 30px 30px 45px;
	margin:0;
	list-style:none;
}
#naviB ul li {
	margin:0;
}
#naviB ul li a {
	font-size:1.2em;
	line-height:130%;
	color:#ffffff;
	text-decoration:none;
	background:url(../../images/28/profile_ico.jpg) 0 5px no-repeat;
	padding-left:15px;
}
#naviB ul li a:hover {
	text-decoration:underline;
}

/*ブログ
------------------------------*/
#blogBox {
	background:url(../../images/28/navi_bg.jpg) 0px 0 repeat-y;
}
#blogBox p {
	padding:0 0 0 0px;
}
#blog_bg {
	background:url(../../images/28/blog_top.jpg) 0px 0 no-repeat;
}
#blog_see {
    padding:28px 28px 0px 0;
	text-align:right;
}
#blogIn {
	margin:0 auto;
	padding:10px 7px 6px 8px;
	width:160px;
}
#blog ul {
	margin:0 0 0 10px;
	list-style:none;
}
#blog ul li {
	margin:0 0 10px 0;
	padding-right:10px;
	color:#52614b;
}
#blog ul li a {
	font-size:1.2em;
	line-height:130%;
    color:#ffffff;
	text-decoration:none;
}
#blog ul li a:hover {
	text-decoration:underline;
}
#blog_bottom {
	position:relative;
	height:55px;
}
#blog_bottom img {
	position:absolute;
	top:0;
	left:0;
}
#inquiry {
	padding-top:40px;
	text-align:center;
}
/*mainR
------------------------------*/
#mainR2{
	width:577px;
}
#mainR {
	width:577px;
	float:left;
	padding-top:50px;
}
/*-- パン屑
------------------------------*/
#pnkz {
	color:#99853e;/*#333*/
	padding:3px 0 5px 0;
	text-align:left;
}
#pnkz em {
	color:#cbb158;
	font-weight:bold;
	font-size:1em;
	font-style:normal;
}
#pnkz a {
	text-decoration:underline;
	font-size:1em;
	color:#99853e;
}
#pnkz a:hover {
	text-decoration:none;/*text-decoration:none;*/
}
/*トピックス
------------------------------*/

/*topics_title
------------------------------*/
#topics {
	padding-bottom:35px;
	padding-left:18px;
	color:#333;
    width:540px;
}
#topics_title {
    padding-bottom:15px;
}
#topics_title h3 {
}
/*topicsIn
------------------------------*/
#topicsIn {
	max-height:110px;
	overflow:auto;
}
#topicsIn table {
	width:531px;
}
#topicsIn table tr {
}
#topicsIn table td  {
    border-bottom:#d7d7c6 1px dashed;
	padding-top:8px;
	padding-bottom:6px;
}
.topics_date {
	vertical-align:top;
	line-height:130%;
	width:55px;
	font-family:Times, "Times New Roman", serif;
}
.topics_entry {
	padding-left:20px;
	vertical-align:top;
	line-height:130%;
}
.topics_entry a {
	color:#333;
	text-decoration:none;
}
.topics_entry a:hover {
	text-decoration:underline;
}
/*-- コンテンツタイトル
------------------------------*/
#cont_title {
	padding:0px 15px 25px 15px;
}
#cont_title span {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#000000;
	line-height:150%;
	font-weight:bold;
	font-size:2.3em;
}
/*box 画像あり
------------------------------*/
.box {
	padding:0 0 40px 0;
	text-align:left;
}
/*box タイトル
------------------------------*/
.box_title {
	background:url(../../images/28/box_ttl_bg_long.jpg) 0 0 repeat-y;
	width:550px;
}
.box_title_top {
	background:url(../../images/28/box_ttl_bg.jpg) 0 0 no-repeat;
}
.box_title_in {
	background:url(../../images/28/box_ttl_img.png) 0 0px no-repeat;
}
.box_title_top h3 {
	font-size:1.2em;
	color:#403612;
	padding:7px 20px 7px 65px;
	line-height:130%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*boxIn
------------------------------*/
.boxIn {
	padding-left:18px;
	width:531px;
	padding-top:10px;
}
.box_entry1 {
	width:314px;
	float:left;
	line-height:150%;
}
.box_image {
	width:200px;
	float:right;
}
.box_image img{
	width:200px;
}
.box_image span{
	display:block;
	padding-top:5px;
	padding-bottom:15px;
	line-height:130%;
	font-size:0.9em;
	color:#747474;
}
/* 記事ボックス内のテーブル */
.box table {
	border-collapse:collapse;
	border:1px #cdc89b solid;
}
.box table th,
.box table td {
	border:1px #cdc89b solid;
	padding:0.8em;
	text-align:left;
}

/*box画像なし
------------------------------*/
.box_entry2 {
	width:522px;
	line-height:150%;
}
/*お問い合わせ
------------------------------*/
#inquiry {
	margin:0 0 55px 0;
}
/*ページトップ
------------------------------*/
#pagetop {
	text-align:right;
	padding-bottom:15px;
	padding-right:24px;
}
#pagetop a {
	color:#333;
	text-decoration:none;
}
#pagetop a:hover {
	text-decoration:underline;
}

/*コンテンツドロップシャドウ下
------------------------------*/
#contents_shadow_bottom {
	text-align:center;
	}

/*フッター
------------------------------*/
#foot {
    border-top:#857827 3px solid;
	background:#000;
}
#footIn {
	width:800px;
	margin:0 auto;
}

/*mainL
------------------------------*/
/*-- コピーライト --*/
#copyright {
	text-align:right;
	font-size:12px;
	padding:17px 3px 30px 0;
	color:#ffffff;
}

#copyright a {
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------------------*/

/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout: fixed;
	width:534px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 20px 15px;
	background:#f8faec;
}

#form01 th, #map01 th, #profile01 th {
	width:130px;
	border:1px solid #cdc89b;
	background-color:#ebe6bf;/*dbd6ab*/
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#403612;
}

#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #cdc89b;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:17px 0 20px 15px;
}

#map01 #frame iframe{
	width:540px;
	height:290px;
}

/*-- プロフィール
-----------------------------------*/
#profile01 #lead_s,#form01 #lead_s{
	line-height:150%;
	margin:17px 0 17px 15px;
	width:500px;
	font-size:1em;
	color:#1d0500;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	margin-left:15px;
	padding:0 0 3px 0;
}
.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left: 2px;
	color:#F90;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}
/*20100609add endo*/
#QRbox {
	padding:12px 10px 12px 13px;
	margin-bottom:30px;
	border:1px solid #D9D2A4;
	width:176px;
	margin-left:7px;
	background-color:#ebe6bf;/*D9D2A4*/
}
#QRbox h4 {
	text-align:center;
}
.QR_code {
	padding:10px 0 10px 0;
	text-align:center;
}

/* 20120322 */
#side-area{
   width:200px;
   margin:20px 0 0 10px;
}
#foot-area{
   width:760px;
   margin:0 auto 20px auto;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges img{
  width: 365px;
}
#site_main_img img{
 width: 365px;
}

/* 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;
}


/* 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%;
}

