/*============================
　CSSリセット
=============================*/
* {
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}

/* HTML5タグ用リセット */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
body {
	font-size: 72%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 12px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.91em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body {
	line-height:150%;
	color:#232323;
}
.clear {
	clear:both;
}

/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}


.hide {
	display:none;
}
a {
	color:#6e0a1d;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
html {
	background :url(../../images/91/bgi-wrapper_body.jpg) fixed;
}
body {
	background:#e7e6e1; /*このテンプレの背景色*/
	color:#4d4d4d; /*このテンプレの基本色*/
	text-align:center;
	background :url(../../images/91/bgi-body_001.png) no-repeat right bottom;
	background-attachment: fixed;
}
#container{
	width:940px;
	border-right:1px solid #b6b5b5;
	border-left:1px solid #b6b5b5;
	margin-left:30px;
	padding:20px 10px 20px 10px;
	background:#fff;
	text-align:left;
}
#content {
	padding-bottom:80px;
}
#sidebar{
	width:230px;
	float:left;
	padding-bottom:100px;
	
}
#main{
	width:670px;
	padding-right:10px;
	float:right;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:940px;
	margin-bottom:60px;
	position:relative;
}
#header #hgroup{
	width:940px;
}
/* タイトル */
#site_title {
	width:530px;
	margin-bottom:10px;
	line-height:150%;
}
#site_title h1{
	font-size:36px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:20px;
	padding-left:10px;
}
#site_title a {
	font-size:36px;
	text-decoration:none;
	color:#4d4d4d;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#site_title a:hover {
}
#site_title img {
	max-width:480px;
	width:expression(this.width >= 480? "480px" : "auto");
}
#site_title a:hover img {
}
#site_description {
	padding: 0;
	font-size:1em;
}
/*　ヘッドメニュー */
#head_nav {
	width:344px;
	height:22px;
	position:absolute;
	top:0;
	right:10px;
}
#head_nav ul{
	clear:both;
	width:344px;
	height:22px;
}
#head_nav ul li{
	float:left;
	height:22px;
	list-style:none;
	text-indent:-9999em;
	background:#fff;
}

#head_nav ul li.nav_profile {
	width:92px;
	height:22px;
	background-position:0 0;
	margin-right:40px;
}
#head_nav ul li.nav_map {
	width:55px;
	background-position:0 -44px;
}
#head_nav ul li.nav_contact {
	margin-right:30px;
	width:126px;
	height:22px;
	background-position:0 -22px;
}
#head_nav ul li a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../../images/91/img-header-navi_001.png);
	background-repeat:no-repeat;
}

#head_nav ul li.nav_profile a {
	background-position:0 0;
}

#head_nav ul li.nav_contact a {
	background-position:0 -22px;
}
#head_nav ul li.nav_map a {
	background-position:0 -44px;
}
#head_nav ul li a:hover {
	opacity:.5;
}
/*============================
	フッター
=============================*/
#footer {
	width:100%;
	padding-bottom:10px;
	padding-top:20px;
	height:20px;
	border-top:#6e0a1d solid 2px;
	position:relative;
	text-align:center;
	color:#333;
}
/*　コピーライト */
address{
	font-style:normal;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	position:absolute;
	right:50px;
	width:26px;
	height:113px;
	top:-50px;
}
#pagetop a {
	display:block;
	width:70px;
	height:0;
	padding-top:16px;
	overflow:hidden;
	_zoom:1;
	background:url(../../images/91/btn-pagetop_001.jpg) no-repeat;
	}
#pagetop a:hover {
	background-position:0 -16px;
}
/*============================
	サイドバー
=============================*/
#sidebar{
font-size:14px;
}
#sidebar h2 {
	width:100%;
	margin:0 auto;
	font-size:18px;
	font-weight:bold;
	
}

/*　グローバルナビ
-----------------------------------------*/
#global_nav,#about,#blog ,#qrcode {
	width:230px;
}
#global_nav {
	margin-bottom:50px;
}
#global_nav dl {
	width:230px;
}
#global_nav dl dt span {
	cursor:pointer;
	display:block;
	position:absolute;
	top:20px;
	right:10px;
	width:17px;
	height:0;
	padding-top:18px;
	*zoom:1;
	overflow:hidden;
	background:url(../../images/91/img-toggle_001.png) no-repeat;
}
#global_nav dl dt span {
	background-position:0 0;
}
#global_nav dl dt span.close {
	background-position:0 -18px;
}
#global_nav dl dt {/* 親メニュー */
	position:relative;
	min-height:35px;
	background:#de0;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:30px;
	border:1px #970b32 solid;
	margin-bottom:1px;
	background: #740b10; /* Old browsers */
	background: -moz-linear-gradient(top,  #740b10 0%, #ab1f24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#740b10), color-stop(100%,#ab1f24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #740b10 0%,#ab1f24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #740b10 0%,#ab1f24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #740b10 0%,#ab1f24 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #740b10 0%,#ab1f24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#740b10', endColorstr='#ab1f24',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 0 5px #bc1f2b;
	
}
#global_nav dl dd{/* 子メニュー */
	min-height:15px;
	font-size:90%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:15px;
	margin-bottom:1px;
	background:#f3d470;
}
#global_nav dl dt a {
	min-height:15px;
	padding-left:40px;
	padding-bottom:5px;
	padding-top:10px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:url(../../images/91/ico-navi_001.png) no-repeat;
}
#global_nav dl dd a {
	text-decoration:none;
	color:#333;
}


/*　ブログ
-----------------------------------------*/
#blog {
	margin-bottom:60px;
}
#blog h2 {
	width:100%;
	height:0;
	*zoom:1;
	overflow:hidden;
	padding-top:30px;
	background:url(../../images/91/ttl-blog-title_001.jpg) no-repeat;
	margin-bottom:15px;
}
#blog_link {
	width:180px;
	height:42px;
	margin:0 auto;
	background:url(../../images/91/btn-readmore_001.jpg) no-repeat;
}
#blog_link a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-999999em;
}
#blog_link:hover {
	opacity:.7;
	-moz-opacity:.7;
}
#blog dl {
	padding-bottom:20px;
	padding-left:10px;
}
#blog dl dt{/* 日付 */
	width:100%;
	font-size:12px;
	margin-bottom:5px;
}
#blog dl dd{/* ブログタイトル */
	margin-bottom:5px;
	width:100%;
}
#blog dl dd a{
	color:#232323;
	font-size:12px;
	text-decoration:none;
}

#blog dl dd a:hover {
	color:#6e0a1d;
	text-decoration:underline;
}
/*　プロフィール
-----------------------------------------*/
#about {
	margin-bottom:30px;
}
#about ul{
	list-style:none;
	padding:0 3px;
}
#about ul li{
	width:224px;
	height:46px;
	margin-bottom:15px;
}

#about ul li a{
	display:block;
	width:100%;
	height:0;
	padding-top:46px;
	overflow:hidden;
	background:url(../../images/91/img-sidebar-buttons.png) no-repeat;
}

#about li.side_profile a {
	background-position: 0 0;
}
#about li.side_contact a {
	background-position: 0 -46px;
}
#about li.side_map a {
	background-position: 0 -92px;
}

#about a:hover {
	opacity:.7;
}
/*　QRコード
-----------------------------------------*/

#qrcode h2 {
	width:100%;
	height:0;
	*zoom:1;
	overflow:hidden;
	padding-top:30px;
	background:url(../../images/91/ttl-qr-title_001.jpg) no-repeat;
	margin-bottom:15px;
}
#qrcode p{	
	font-size:10px;
}
#qrcode img{
	display:block;
	width:100px;
	margin:0 auto;
}
/*============================
	メイン
=============================*/
#lead_area{/* リードエリア */
	width:940px;
	background:#fff url(../../images/91/bgi-read_bottom.png) no-repeat bottom;
	margin-bottom:20px;
	padding-bottom:30px;
}
#lead_area .title {
	margin-bottom:20px;
}
#lead_area .title h2 {
	width:940px;
	height:0;
	padding-top:43px;
	overflow:hidden;
	*zoom:1;
	background:url(../../images/91/ttl-read_001.jpg) no-repeat;
	
}
/*　メイン写真
------------------------------------------------*/
#cover{
	float:right;
	width:365px;
	background:#fff;
}
#cover img{
	width:100%;
}
/*　トピックス 
------------------------------------------------*/
#topics{
	float:left;
	width:530px;
}

#topics dl{
	overflow-y:auto;
	max-height:240px;
	width:530px;
	font-size:14px;
	padding:20px 0 20px 20px; 
}

#topics dl dt {  /* 日付 */
	width:95%;
}  
#topics dl dd {  /* トピックス本文 */ 
	width:90%;
	margin-bottom:1em;
}  

#topics dl dd a{
	text-decoration:none;
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img #cover{
	display:none;
}
.no-img #topics{
	width:100%;
	}
.no-img #topics dl {
	width:920px;
}

.no-img #topics dl dt {  /* 日付 */
	float:left;  
	width:100px;  
	padding:5px 0 5px 10px;  
	clear:both;
	 
}  
.no-img #topics dl dd {  /* トピックス本文 */
	width:770px;  
	margin-left:100px; 
	padding:5px 5px 5px 10px;  

} 

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	width:405px;
	margin:0 auto 100px;
}
#inquiry a{
	display:block;
	background:url(../../images/91/btn-contact_001.jpg) no-repeat;
	width:405px;
	height:83px;
	text-indent:-9999em;
}
#inquiry a:hover {
	opacity:.7;
	-moz-opacity:.7;
}
/*============================
	記事ボックス
=============================*/
.article_box {
	font-size:14px;
	margin-bottom:30px;
	padding-bottom:35px;
	border-bottom:3px solid #ecd17b;
}
/*.article_box::before,
.article_box::after {
	display:block;
	height:10px;
	width:650px;
	content:"";
}*/
/*.article_box::before {
	background:url(../../images/90/big-main_contents_top_001.jpg) no-repeat;
}
.article_box::after {
	background:url(../../images/90/big-main_contents_bottom_001.jpg) no-repeat;
	
}*/
.article_box .article_title {
	margin-bottom:15px;
	padding-bottom:8px;
	border-bottom:1px solid #bbb7b8;
}
.article_box .article_title h2 {
	font-size:21px;
	line-height:1.5;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:url(../../images/91/ico-article_title_001.png) no-repeat center left;
	padding-left:36px;
}
/* 記事画像なし */
.article_box .entry {
	line-height:150%;
}

.inside_images.article_box .entry{
	float:right;
	line-height:150%;
	width:450px;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	font-size:1.05em;
	line-height:150%;
}
/* 記事画像あり */
.article_box .article_figure{
	float:left;
	width:200px;
	margin-bottom:20px;
	text-align:center;
}
.article_box .article_figure img{
	max-width:200px;
}
.article_box .article_figure span{
	font-size:10px;
	display:block;
	text-align:left;
	
	
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}


/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	margin-bottom:10px;
	
}

#page_title h2 {
	padding-top:10px;
	padding-bottom:10px;
	border-left:4px solid #600;
	
	padding-left:15px;
	font-size:26px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*パン屑リスト*/
#pnkz {
	padding:15px 0 10px 0;
	text-align:right;
}
#pnkz ul {
	list-style:none;
	padding-right:10px;
}
#pnkz ul li {
	padding-left:5px;
	/*float:left;*/
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#pnkz ul li a {
	padding-right:15px;
	background:url(../../images/91/ico-arrow_001.png) no-repeat right;
}
/*============================
	フリーエリア
=============================*/
#side-area{
	padding:10px 0;
	font-size:12px;
}
#foot-area{
	width:630px;
	padding:10px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	padding: 20px 10px;
	font-size:12px;
}

#map table,#form table, #profile table {
	border-collapse:collapse;
	width:100%;
	border-radius:10px;
}

#map th, #profile th {
	padding:15px 10px;
	vertical-align:middle;
	font-weight:normal;
	border:#171717 solid 1px;
	width:20%;
	font-weight:bold;
	background:#ecd17b;
}
#map td, #profile td {
	vertical-align:middle;
	padding: 15px 5px;
	border:#171717 solid 1px;
	width:80%;
}
#form th {
	vertical-align:middle;
	font-weight:normal;
	width:25%;
	padding:10px;
	text-align:center;
}
#form td {
	vertical-align:middle;
	padding:10px;
	width:75%;
}
/*お問い合わせ
-----------------------------------------*/
.warning {
	text-align:right;
}
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
	text-align:center;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
	
}
#form input[type=text], #form textarea {
	border-radius:3px;
	border:solid 1px #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#FFFFEC;
	border-radius:0;
}
#form input[type=submit],
#form input[type=reset] {
	padding:5px 5px;
}
/*リード文
-----------------------------------------*/
#lead_s {
	padding:10px 0px;
	border-bottom:dashed 1px #ffffff;
	line-height:150%;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin-bottom:15px;
}
#map #frame iframe {
	width: 100%;
	height: 350px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.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;
}

.hidden {
	display:none;
}
 /*記事ボックス内のテーブル（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%;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:940px;
	padding:0 0 0 0px;
	margin-top:-40px!important;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:392px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:392px !important;
	width:940px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:940px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cccccc;
	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: #993333;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:30px;
	height:30px;
	margin:0;
	top:185px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/91/btn-slider_001.png) 10px center no-repeat #993333;
	background-size:10px auto;
	left:-30px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#993333;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/91/btn-slider_002.png) 11px center no-repeat #993333;
	background-size:10px auto;
	right:-30px;
}
.bx-wrapper .bx-next:hover {
	background-color:#993333;
	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%;
}

