/*CSSリセット
------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

strong {
	font-weight: bold;
}

body {
	font-size: 75%;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}

/*2009-12-1 追加
------------------------------*/
body {
	color: #5A5345; /*このテンプレの基本色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

ul, dl {
	margin-left:40px;
}

/*共通チップス
------------------------------*/
.clear {
	clear:both;
}

img {
	border:0px;
	vertical-align:top;
	max-width: 100%;
}

a {
	color:#2B788E;
	text-decoration:underline;
}

a:hover {
	color:#3590AA;
	text-decoration:none;
}

/*レイアウト関連
------------------------------*/
body {
	background-color:#EFE6D5;
	background-image:url(../../images/12/bgi-body_001.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

#wrapper {
	background-image:url(../../images/12/bgi-body_002.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
	padding:0 0 100px 0;
}

/*ヘッダー、リード
------------------------------*/
#head_lead1 {/*--トップ--*/
	width:784px;
}

#head_lead2 {/*--下層ページ--*/
	width:784px;
}

/*ヘッダー
---------------------*/
#head {
	height:41px;
	margin:0;
	padding:0;
	background-image:url(../../images/12/bgi-head_001.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#headBtn {
	text-align:right;
	height:24px;
	padding:7px 18px 0 0;
}

/*リード
---------------------*/
#lead1 {/*--トップ--*/
	background-image:url(../../images/12/bgi-lead_001.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:0 0 15px 0;
}

#lead2 {/*--トップ：写真なし--*/
	background-image:url(../../images/12/bgi-lead_001.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:15px 0 15px 28px;
}

#lead3 {/*--下層ページ--*/
	background-image:url(../../images/12/bgi-lead_001.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:15px 0 15px 0;
}

#leadL {
	width:420px;
	float:left;
	padding:15px 0 0 28px;
}

#leadL2 {
	width:100%;
	padding:15px 0 0 28px;
}

#leadR {
	float:right;
	width:246px;
	padding:15px 19px 0 0;
}

#site_title {
	padding:10px 0 0 0;
}

#site_title a {/*--トップ--*/
	font-size:30px;
	color:#FFFFFF;
	line-height:100%;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3",serif;
	font-weight:bold;
	text-decoration:none;
	line-height:110%;
}



#site_title2 {/*--下層ページ--*/
	padding:0 0 0 28px;
	line-height:100%;
}

#site_title2 a {/*--下層ページ--*/
	font-size:30px;
	color:#FFFFFF;
	line-height:100%;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3",serif;
	font-weight:bold;
	text-decoration:none;
	line-height:110%;
}

#site_subtitle {/*--下層ページ--*/
	padding:24px 20px 0 0;
	font-size:26px;
	color:#FFFFFF;
	line-height:100%;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3",serif;
	text-align:right;
	font-weight:bold;
}

#site_discription {/*--トップ--*/
	font-size:1em;
	color:#FFFFFF;
	padding:24px 0 0 0;
	line-height:18px;
}

#site_discription2 {/*--トップ：写真なし--*/
	width:700px;
	font-size:1em;
	color:#FFFFFF;
	padding:24px 0 0 0;
	line-height:18px;
}

#site_image img {
	border:6px solid #ffffff;
}


/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:728px;
	padding:0px 0 0;
	margin: 20px 0 0;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:303px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:303px !important;
	width:728px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:728px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #978f7c;
	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: #fff;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:10px;
	height:9px;
	margin:0;
	bottom:-21px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/12/btn-slider_001.png) 0 0 no-repeat;
	left:286px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.7;
}
.bx-wrapper .bx-next {
	background:url(../../images/12/btn-slider_002.png) 0 0 no-repeat;
	right:286px;
}
.bx-wrapper .bx-next:hover {
	opacity:0.7;
}


/*メイン
-------------------------*/
#main1 {
	width:784px;
	padding:35px 0 0 0;
}

#main2 {
	width:784px;
}


/*◆メインR◆
------------------------------*/
#mainR {
	width:525px;
	float:right;
	padding:5px 15px 0 0;
}

/*各ボックス共通
------------------------------*/
#topics h3,.box h3 {
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3",serif;
	font-weight:bold;
	line-height:100%;
	background-image:url(../../images/12/g_underline.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 8px 0;
}

/*（最新情報）
------------------------------*/
#topicsIn {
	margin:8px 0 30px 0;
	max-height:120px;
	overflow:auto;
}

#topics table {
	border-collapse:collapse;
}

.topics_date {
	font-size:1em;
	line-height:170%;
	background-image:url(../../images/12/mark01.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	padding:0 20px 0 17px;
	vertical-align:top;
}

.topics_entry {
	font-size:1em;
	line-height:170%;
}

/*記事ボックス
------------------------------*/
.box {
	padding:0 0 25px 0;
}

.box_entry1 {/*--写真あり--*/
	float:left;
	width:321px;
	padding:8px 0 38px 0;
	font-size:1em;
	line-height:150%;
}

.box_entry2 {/*--写真なし--*/
	padding:8px 0 38px 0;
	font-size:1em;
	line-height:150%;
}

.box_image {
	float:right;
	width:194px;
	padding:8px 0 30px 0;
}

.box_image div {
	margin:0 0 8px 0;
}

.box_image div span {
	display:block;
	font-size:0.9em;
	line-height:130%;
	padding:3px 0 0 0;
}

.box_image img {
	border:6px solid #ffffff;
}

/*◇メインL（ナビゲーション）◇
------------------------------*/
#mainL {
	width:205px;
	float:left;
	padding:5px 0 100px 15px;
}

.naviA {
	border-bottom:1px #B0A693 solid;
	margin:0 0 40px 0;
}

.naviA dt {
	border-top:1px #B0A693 solid;
	width:205px;
}

.naviA dt a {
	width:205px;
	display:block;
	margin:1px 0 1px 0;
	background-image:url(../../images/12/mark02.gif);
	background-position:4px 10px;
	background-repeat:no-repeat;
	text-decoration:none;
}

.naviA dt a span {
	display:block;
	color:#5A5345;
	font-weight:bold;
	padding:8px 10px 7px 17px;
	line-height:130%;
}

.naviA dt a:hover {
	display:block;
	background-color:#E3D4BA;
	text-decoration:none;
}

.naviA dd {
	width:205px;
	border-top:1px #B0A693 dotted;
	background-repeat:no-repeat;
	background-position:top;
}

.naviA dd a {
	width:205px;
	display:block;
	margin:1px 0 1px 0;
	background-image:url(../../images/12/mark02.gif);
	background-position:22px 10px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#5A5345;
	font-weight:bold;
}

.naviA dd a span {
	display:block;
	color:#5A5345;
	font-weight:bold;
	padding:7px 10px 7px 38px;
	line-height:130%;
}

.naviA dd a:hover {
	display:block;
	background-color:#E3D4BA;
	text-decoration:none;
}

#naviB ul {
	list-style-type:none;
	border-bottom:1px #B0A693 solid;
	margin:0;
}

#naviB li {
	border-top:1px #B0A693 solid;
	width:205px;
}

#naviB li a {
	width:178px;
	display:block;
	margin:1px 0 1px 0;
	background-image:url(../../images/12/mark02.gif);
	background-position:4px 10px;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#5A5345;
	font-weight:bold;
	padding:8px 10px 7px 17px;
	line-height:130%;
}

#naviB li a:hover {
	background-color:#E3D4BA;
	text-decoration:none;
}

/*--メニューthis背景--*/
#thisthis {
	background-color:#E3D4BA;
}


/*ブログ
------------------------------*/
#blog_box {
	width:203px;
	margin:29px 0 0 0;
	border:1px #B0A693 solid;
	padding:0 0 14px 0;
}

#blog_info {
	padding:10px 0 9px 7px;
	font-size:1em;
	float:left;
	line-height:120%;
}

#blog_btn {
	padding:7px 7px 7px 0;
	float:right;
}

#blog ul {
	list-style-type:none;
	margin:0;
}

#blog li {
	font-size:1em;
	line-height:130%;
	padding:0 7px 5px 7px;
}

/*ページトップ
------------------------------*/
#pagetop {
	margin:57px 0 10px 0;
	text-align:right;
	padding:0 4px 0 0;
}

#pagetop a {
	font-size:0.9em;
}

/*フッター
------------------------------*/
#foot {
	width:750px;
	height:27px;
	background-color:#5A5345;
	margin-left:16px;
}

#copyright {
	text-align:right;
	font-size:10px;
	color:#EFE6D5;
	line-height:100%;
	padding:8px 11px 0 0;
}

/*パン屑
------------------------------*/
#pnkz {
	height:33px;
	text-align:right;
	padding:10px 16px 0 0;
	font-size:0.9em;
	margin:0 0 0px 0;
}

#pnkz a {
	font-size:1em;
}

/*コンテンツリード
------------------------------*/
#contents_lead {
	font-size:1em;
	line-height:150%;
	padding:0 0 1em 0;
}


/*form、map、profileのtable▼
-----------------------------------*/

table#form, #map01 table, #profile01 table {
	table-layout: fixed;
	width:525px;
	text-align:left;
	border-collapse: collapse;
	border-right:1px solid #B0A693;
	border-bottom:1px solid #B0A693;
	margin:0 0 20px 0;
	background-color:#FFFFFF;
}

#form th, #map01 th, #profile01 th {
	width:130px;
	border-top:1px solid #B0A693;
	border-left:1px solid #B0A693;
	background-color:#EFE6D5;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.5em;
}

#form td, #map01 td, #profile01 td {
	line-height:150%;
	border-top:1px solid #B0A693;
	border-left:1px solid #B0A693;
	padding: 0.6em 0.7em 0.6em 18px ;
	background-color:#FFF;
}

/*formのCSS▼
-----------------------------------*/

/*エラーメッセージエリア

-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
	/*background: url("../img/icons/icon_alert.gif") no-repeat 0 4px;*/
}

.warning {
	line-height :150%;
}

.warning span{
	padding-left: 2px;
	color: #cc0000;
}
#form .validation_span {
	padding-left: 2px;
	color: #cc0000;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

/*map01のCSS
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#apply #frame iframe{
	width:525px;
	height:324px;
}

/*20100609add endo*/

#QRbox {
	border:1px solid #B0A693;
	padding:12px 16px 12px 13px;
	margin:14px 0 20px 0;
}

#QRbox h4 {
	font-size:1.075em;
	text-align:center;
}

.QR_code {
	text-align:center;
	padding:10px 0 10px 0;
}


/* 20120322 */
#side-area{
   margin:24px 0 0 0;
}

#foot-area{
   margin:24px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 233px;
}
.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%;
}

