/*============================
　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:#580000;
	text-decoration:underline;
}
a:hover {
	color:#7f2a22;
	text-decoration:none;
}
a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	color:#580000; /*このテンプレの基本色*/
	text-align:center;
	margin:0 auto;
	background:url(../../images/75/bgi-body_001.jpg) center top repeat;
	background-color:#3e2a2a; /*このテンプレの背景色*/
}
#wrap {
	background:url(../../images/75/bgi-wrap_001.jpg) center top repeat-y;
	width:1200px;
	margin:0 auto;
	height:100%!important;
	padding-bottom:40px;
}
#content {
	width:1030px;
	margin:0 auto;
	text-align:left;
}
#sidebar{
	width:210px;
	float:left;
}
#main{
	width:810px;
	float:right;
	}
/*============================
	ヘッダー
=============================*/
#header {
	padding-top:40px;
	padding-bottom:3px;
}
#header #topLink ul{
	list-style-type:none;
	padding-right:5px;
}
#header #topLink ul li{
	float:right;
	margin-left:15px;
}
#header #topLink ul li a{
}
#header #topLink ul li a img{
}

/*============================
	サイドバー
=============================*/
#sidebarIn{
	background:url(../../images/75/bgi-side_001.png) left top no-repeat;
	height:10px;
	overflow:hidden;
}
#sidebarIn2{
	background:url(../../images/75/bgi-side_002.png) left top repeat-y;
}
#sidebarIn3{
	background:url(../../images/75/bgi-side_003.png) left top no-repeat;
	height:10px;
	overflow:hidden;
}
/*　リードエリア
------------------------------------------------*/
#sidebar .leadArea{
	padding:40px 5px;
	margin:0 5px;
	border-bottom:dotted 1px #580000;
}
/*トップページサイトタイトル*/

.site_title {
	line-height:120%;
	font-size:1.8em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.site_title a {
	text-decoration:none;
}
.site_title a:hover {
	color:#580000;
}
.site_title img {
	max-width: 100%;
}
.site_title a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site_description {
	font-size:0.92em;
	line-height:140%;
	font-weight:normal;
	margin-top: 5px;
}
/*下層ページサイトタイトル*/
.site_title2 {
	line-height:150%;
}
.site_title2 h1{
}
.site_title2 a {
}
.site_title2 a:hover {
}
.site_title2 img {
}
.site_title2 a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*============================
	グローバルナビ
=============================*/
#gnavi{
	padding:0px;
	margin:0 5px;
	min-height:500px;
	height:auto!important;
	height:500px;
	padding-top:5px;
}
#gnavi a{text-decoration:none;}

#gnavi dt,#gnavi dd{
	padding:10px 5px;
	font-weight:bold;
	border-bottom:dotted 1px #580000;
}
#gnavi dd a{
	display:block;
	padding-left:20px;
	background:url(../../images/75/ico-navi_001_off.png) left 0px no-repeat;
	padding-top:1px;
}
#gnavi dd a:hover{
	background:url(../../images/75/ico-navi_001_on.png) left 0px no-repeat;
}
/*============================
	ブログ
=============================*/
#blogBox{
	padding:0 12px;
	margin-top: 20px;
}
#blog-ttl{
	padding-bottom:5px;
}
#blog{
	list-style-type:none;
}
#blog li {
	line-height:130%;;
	font-size:0.85em;
	color:#7f2a22;
}
#blog li a{
	font-size:1.05em;
	padding:1px 0 7px 0;
	display:block;
}
/*============================
	プロフィール
=============================*/
#profileMenuBox{
	padding:0 12px;
	margin:20px 0;
}
#profileMenu-ttl{
	font-size:1em;
	font-weight:bold;
}
#profileMenu li{
	list-style-type:none;
}
#profileMenu li img{
	padding-top:5px;
	}

#profileMenu li a{
text-decoration:none;
}
/*============================
	QRコード/コピーライト
=============================*/
#qr{
	padding:0 12px;
}
#qr img{
	border:solid 1px #580000;
}
.QR_description{
	padding-top:5px;
	font-size:0.85em;
	line-height:140%;
}
#copyright{
	padding:0 12px;
	font-size:0.7em;
	padding-top:40px;
}
#copyright a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*============================
	フッター要素
=============================*/
#inquiry {
	text-align:right;
	padding-top:70px;
}
#footer {
	display:block;
	width:1030px;
	clear:both;
	float:none;
}
#pagetop {
	text-align:right;
	padding-right:20px;
}

/*============================
	トップエリア
=============================*/
#topArea{
	width:810px;
	margin-bottom:10px;
}
#topArea #imgBox{
	width:395px;
	float:left;
}
#topics {
	width:415px;
	float:right;
}
/*　メイン写真
------------------------------------------------*/
#topArea #imgBoxIn{
	background:url(../../images/75/bgi-mainimg_001.png) left top no-repeat;
	height:10px;
	overflow:hidden;
}
#topArea #imgBoxIn2{
	background:url(../../images/75/bgi-mainimg_002.png) left top repeat-y;
	padding:3px 15px;
}
#topArea #imgBoxIn3{
	background:url(../../images/75/bgi-mainimg_003.png) left top no-repeat;
	height:10px;
	overflow:hidden;
}
.site_image {
	padding:;
}
.site_image img {
	padding:0;
	margin:0;
}
/*　トピックス
------------------------------------------------*/
#topArea #topicsIn{
	background:url(../../images/75/bgi-topics_004.png) left top no-repeat;
	height:10px;
	overflow:hidden;
}
#topArea #topicsIn2{
	background:url(../../images/75/bgi-topics_005.png) left top repeat-y;
	padding:3px 15px;
	height:100%;
	max-height:276px;
	height:auto!important;
	height:276px;
}
#topArea #topicsIn3{
	background:url(../../images/75/bgi-topics_006.png) left top no-repeat;
	height:10px;
	overflow:hidden;
}
#topics h3{
	display:block;
	border-bottom:dotted 1px #580000;
	height:22px;
	padding-bottom:5px;
}
#topics #topics_ta{
	max-height:256px;
	height:auto!important;
	height:256px;
	overflow:auto;
}
#topics #topics_ta table {
	font-weight:bold;
	border-collapse:collapse;
}
#topics_ta table td.topics_entry {
	padding-bottom:7px;
	font-weight:normal;
}
/*　画像なしの場合
------------------------------------------------*/
.no-img{
}
.no-img #imgBox{
	display:none;
}
.no-img #topics {
	width:810px;
	float:none;
}
.no-img #topics #topicsIn{
	background:url(../../images/75/bgi-topics_001.png) left top no-repeat;
	overflow:hidden;
}
.no-img #topics #topicsIn2{
	background:url(../../images/75/bgi-topics_002.png) left top repeat-y;
}
.no-img #topics #topicsIn3{
	background:url(../../images/75/bgi-topics_003.png) left top no-repeat;
	overflow:hidden;
}
.no-img #topics #topics #topics_ta{
	max-height:256px;
	height:auto!important;
	height:256px;
	overflow:auto;
}
/*============================
	記事ボックス
=============================*/
.box {
	margin-bottom:10px;
}
.boxIn{
	background:url(../../images/75/bgi-article_001.png) left top no-repeat;
	height:10px;
	overflow:hidden;
}
.boxIn2{
	background:url(../../images/75/bgi-article_002.png) left top repeat-y;
	padding:3px 15px 8px 15px;
}
.boxIn3{
	background:url(../../images/75/bgi-article_003.png) left top no-repeat;
	height:10px;
	overflow:hidden;
}
.box h3{
	font-size:1.17em;
	padding:7px 0 10px 0;
}
/*記事画像あり
-----------------------------------------*/

.box_title {
}
.box_entry1 {
	width:570px;
	float:left;
	line-height:150%;
}
.box_entry1 span{
	line-height:150%;
}
.box_entry1 b{
	line-height:150%;
}
.box_entry1 em{
	line-height:150%;
}
.box_image {
	width:205px;
	float:right;
}
.box_image img {
}
.box_image span {
	display:block;
	padding-top:2px;
	padding-bottom:5px;
	font-size:0.85em;
	line-height:150%;
}
/*記事画像なし
-----------------------------------------*/
.box_entry2 {
	line-height:150%;
}
.box_entry2 span{
	line-height:150%;
}
.box_entry2 b{
	line-height:150%;
}
.box_entry2 em{
	line-height:150%;
}
/*============================
	記事ボックス下層
=============================*/
#nottop .boxIn{
	background:none;
	height:10px;
	overflow:hidden;
}
#nottop .boxIn2{
	background:none;
	padding:3px 5px;
}
#nottop .boxIn3{
	background:none;
	height:10px;
	overflow:hidden;
}
#nottop .box h3{
	font-size:1.17em;
	padding:7px 5px 10px 5px;
	border-bottom:dotted 1px #580000;
	margin-bottom:10px;
}
#nottop .box_image img{
	padding:0 5px;
	background:url(../../images/75/bgi-img_002.png) left center repeat-y;
}
#nottop .box_image span{
	padding:0 5px 5px 5px;
}
/*============================
	下層ページ共通
=============================*/

/*ページタイトル*/
.page_titleWrap{
	height:10px;
	background:url(../../images/75/bgi-topics_001.png) left top no-repeat;
	overflow:hidden;
}
.page_title{
	padding:0px 15px;
	background:url(../../images/75/bgi-topics_002.png) left top repeat-y;
}
.page_titleWrap2{
	height:10px;
	background:url(../../images/75/bgi-topics_003.png) left top no-repeat;
	overflow:hidden;
	margin-bottom:5px;
}
.page_title h2{
	font-size:1.5em;
	line-height:140%;
	padding:20px 5px 15px 5px;
}
/*パン屑リスト*/
#pnkz {
	display:block;
	padding-left:5px;
	padding:5px 2px 3px 2px;
	border-bottom:dotted 1px #580000;
}
#pnkz p .home{
	padding:10px 0 3px 26px;
	text-decoration:none;
	background:url(../../images/75/ico-home_001_off.gif) left 5px no-repeat;
}
#pnkz p .home:hover{
	color:#580000;
	background:url(../../images/75/ico-home_001_on.gif) left 5px no-repeat;
}
#pnkz p span{
	padding-top:10px;
}


/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	margin-top:10px;
    /*20190305 ADD*/
    table-layout: fixed;
}
#form01 tr, #map01 tr, #profile01 tr {
}
#form01 th, #map01 th, #profile01 th {
	padding:10px 5px;
	vertical-align:top;
	text-align:left;
    /*20190305 ADD*/
    width: 30%;
}
#form01 td, #map01 td, #profile01 td {
	vertical-align:top;
	padding:10px 10px;
}
/*お問い合わせ
-----------------------------------------*/
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
}
/*リード文
-----------------------------------------*/
#lead_s {
	padding:5px;
	padding-bottom:10px;
	border-bottom:dotted 1px #580000;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin:0 auto;
	border:dotted 1px #580000;
	margin:5px;
}
#map01 #frame iframe {
	width: 768px;
	height: 350px;
}
/*プロフィール
-----------------------------------------*/
#profile01{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	margin-left:5px;
	padding:10px 0 5px 0;
}
.w_mark {
	color:#F03;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}



/* 20120322 */
#side-area{
   margin: 12px;
}

#foot-area{
   margin:16px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges img{
  width: 365px;
}
 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
.box_entry1 table, 
.box_entry2 table {
 	border-collapse:collapse;
 	border:1px #ccc solid;
     /*20190305 ADD*/
     table-layout: fixed;
 }
.box_entry1 table th,
.box_entry1 table td,
.box_entry2 table th,
.box_entry2 table td {
 	border:1px #ccc solid;
 	padding:1em;
 }
.box_entry1 table th,
.box_entry2 table th {
 	text-align:center;
 	background-color:#eee;
     /*20190305 ADD*/
     width: 20%;
 }

/* 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%;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:800px;
	padding:10px 0 0 5px;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:337px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:333px !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: #ffffcc;
	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: #660000;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:150px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/75/btn-slider_001.png) 10px center no-repeat #660000;
	left:-15px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#660000;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/75/btn-slider_002.png) 15px center no-repeat #660000;
	right:-15px;
}
.bx-wrapper .bx-next:hover {
	background-color:#660000;
	opacity:0.8;
}
/* 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%;
}

