/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
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 */
}
/* -----------------------------------------
		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%;
}
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#d55730;
	text-decoration:underline;
}
a:hover {
	color:#d55730;
	text-decoration:none;
}
a:hover img {
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	background-color:#ffffff; /*このテンプレの背景色*/
	color:#3e0905; /*このテンプレの基本色*/
	text-align:center;
}
#container{
}
#contents{
	width:960px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
#main{
	padding-bottom:100px;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	background:url(../../images/93/bgi-line_001.gif) left top repeat;
}
#headerIn {
	width:960px;
	text-align:left;
	margin:0 auto;
	padding-top:10px;
}
/* サイトタイトル */
#site_title {
	width:650px;
	float:left;
	padding:20px 0;
}
#site_title h1{
	font-size:2em;
	line-height:130%;
}
#site_title a {
	text-decoration:none;
	font-weight:bold;
	color:#3e0905; /*このテンプレの基本色*/
}
#site_title a:hover {
}
#site_title img {
}
#site_title a:hover img {
}
/* サイトタイトル　下層 */
#not-top #site_title h1{
	font-size:1.4em;
	line-height:140%;
}
/*　ヘッドメニュー */
#head_nav{
	width:208px;
	height:58px;
	float:right;
	overflow:hidden;
}
#head_nav ul{
	width:224px;
	height:58px;
	display:block;
	list-style-type:none;
}
#head_nav ul li{
	float:right;
	padding-right:16px;
}
#head_nav ul li a{
}
#head_nav ul li a:hover{
}
/*　リードエリア
------------------------------------------------*/
#lead_area{
	width:960px;
	position:relative;
	padding:30px 0 0 0;
}
/*　ディスクリプション    */
#site_description {
	width:550px;
	float:left;
	padding-bottom:20px;
}
#site_description h2{
	font-size:1.5em;
	font-weight:normal;
	line-height:150%;
}

/*　メイン写真    */
#cover{
	width:385px;
	float:right;
	position:rilative;
	right:0px;
	bottom:0;
	margin-bottom:-10px;
}
#cover img{
	border:10px solid #fff;
	width:100%;
}
/*　画像なしの場合（メイン写真・ディスクリプション） */
.no-img{
}
.no-img #cover{
	display:none;
}
.no-img #site_description{
	width:960px;
	float:none;
}


/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	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: #d55730;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d55730;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:180px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/93/btn-slider_001.png) 14px center no-repeat #d55730;
left:-40px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/93/btn-slider_002.png) 15px center no-repeat #d55730;
right:-40px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*============================
	フッター
=============================*/
#footer {
	width:960px;
	text-align:center;
	margin:0 auto;
	padding:20px 0 0;
}
#footer a{
}
/*　ブログ
-----------------------------------------*/
#blog{
	float:left;
	width:290px;
	background:url(../../images/93/bgi-line_001.gif) left top repeat;
	padding:10px;
	text-align:left;
	margin-right:15px;
}
#blog h2{
	padding:5px 10px 10px;
}
#blog dl{
	background:#fff;
	padding:10px 10px 5px;
	font-size:1em;
}
#blog dl dt{/* 日付 */
	display:inline-block;
	width:80px;
	float:left;
	padding-bottom:5px;
}
#blog dl dd{/* ブログタイトル */
	display:inline-block;
	width:190px;
	float:left;
	padding-bottom:5px;
}
#blog dl dd a{
}
#blog_link{
	background:#fff;
	text-align:right;
	padding:0 10px 10px;
}
#blog_link a{
	font-size:11px;
	padding-left:12px;
	padding-right:2px;
	background:url(../../images/93/ico-arrow_001.gif) left 0.3em no-repeat;
	text-decoration:none;
}
#blog_link a:hover{
	padding-right:0;
}
/*　プロフィール
-----------------------------------------*/
#about{
	float:left;
	width:290px;
	background:url(../../images/93/bgi-line_001.gif) left top repeat;
	padding:10px;
	text-align:left;
	margin-right:15px;
	font-size:1em;
}
#about h2{
	padding:5px 10px 10px;
	width:250px;
	height:24px;
	display:block;
}

#about ul{
	background:#fff;
	padding:10px 10px 5px;
	list-style-type:none;
}
#about ul li{
	padding-bottom:5px;
}
#about ul li em{
	font-style:normal;
	font-weight:bold;
}
#about ul li a{
	padding-left:12px;
	background:url(../../images/93/ico-arrow_001.gif) left 0.3em no-repeat;
	text-decoration:none;
}
#about ul li a:hover{
	background:url(../../images/93/ico-arrow_001.gif) 2px 0.3em no-repeat;
	padding-left:14px;
}
#about ul li a:active{
}
/*　QRコード
-----------------------------------------*/
#qrcode{
	float:left;
	width:290px;
	background:url(../../images/93/bgi-line_001.gif) left top repeat;
	padding:10px;
	text-align:left;
	margin-right:0px;
	font-size:1em;
}
#qrcode h2{
	padding:5px 10px 10px;
	width:270px;
	height:24px;
	display:block;
}
#qrcode p{
	background:#fff;
	padding:20px 10px 10px 0px;
	width:180px;
	height:70px;
	line-height:140%;
	float:left;
}
#qrcode img{
	width:100px;
	float:left;
}
#qrcode h2 img{
	width:auto;
}
/*　コピーライト */
address{
	clear:both;
	padding:10px 0;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	text-align:right;
}
address img{
	padding:0 0 1px 2px;
}

/*============================
	グローバルナビ
=============================*/
#global_nav {
	text-align:center;
	margin:20px auto 30px auto;
	width:100%;
}
#global_nav a {
	text-decoration:none;
}
/*---------------*/
#nav {display: block;margin: 0;padding: 0;position: relative;}
#nav li {display: block;list-style: none;margin: 0;padding: 0;float: left;position: relative;}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0;margin: 0;padding: 0;}
* html #nav ul {line-height: 0;} /* IE6 "fix" */
#nav ul a {zoom: 1;} /* IE6/7 fix */
#nav ul li {float: none;}
#nav ul ul {top: 0;}
/* Essentials- configure this */
#nav ul { 
	width:210px;
	top:45px;
	left:0;
	/margin-top:1px;
}
/* Everything else is theming */
#nav {
	min-width:960px;
	width:auto!important;
	width:960px;
	padding:0;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
	font-size:1.2em;
}
/* .nav-top */
#nav li.nav-top{
	width:auto;
	height:30px;
	padding-top:12px;
	white-space:nowrap;
	line-height:150%;
}
#nav li.nav-top a {/*  */
	width:auto;
	font-weight:bold;
	display:block;
	padding:3px 25px 3px 12px;
	color:#3e0905; /*このテンプレの基本色*/
	background:url(../../images/93/ico-arrow_002.gif) 0px 9px no-repeat;
}
#nav li:last-child.nav-top a {/*  */
}
#nav li.nav-top a:hover {/* a:hover */
	color:#d55730;
	background:url(../../images/93/ico-arrow_001.gif) 0px 9px no-repeat;
}
/*  */
#nav *:hover { 
	background-color: none; 
}
/*  */
#nav li.hover a {
}
/*  */
#nav li.nav-top ul li {
	white-space:normal;
	margin-bottom:2px;
	background:url(../../images/93/bgi-line_002.gif) left top repeat;
}
/*  */
#nav li.nav-top ul li a {
	font-size:1em;
	display:block;
	width:180px;
	padding:5px 5px 5px 20px;
	text-align:left;
	line-height:150%;
	border-left:none;
	background:url(../../images/93/ico-arrow_002.gif) 9px 10px no-repeat;
}
/* a:hover */
#nav li.nav-top ul li a:hover {
	width:180px;
	background:url(../../images/93/ico-arrow_001.gif) 9px 10px no-repeat;
}




/*============================
	ページトップとお問い合わせ
=============================*/
/*	ページトップ  */
#pagetop {
	float:right;
	padding-left:16px;
}
/*  お問い合わせ  */
#inquiry {
	float:right;
	padding-left:16px;
}
/*============================
	メイン
=============================*/
/*　トピックス 
------------------------------------------------*/
#topics{
	width:930px;
	background:url(../../images/93/bgi-line_001.gif) left top repeat;
	padding:10px;
	margin-bottom:20px;
}
#topics h2{
	padding:5px 10px 13px;
}
#topics dl{
	background:#fff;
	padding:10px 10px 0px;
	width:910px;
	max-height:150px;
	height:auto!important;
	height:150px;
	overflow:auto;
}
#topics dl dt{/* 日付 */
	display:inline-block;
	width:100px;
	float:left;
	padding-bottom:10px;
}
#topics dl dd{/* トピックス本文 */
	display:inline-block;
	width:790px;
	float:left;
	padding-bottom:10px;
}

/*============================
	記事ボックス
=============================*/
.article_box{
	width:930px;
	background:url(../../images/93/bgi-line_002.gif) left top repeat;
	padding:10px;
	margin-bottom:20px;
}

.article_box .article_title{
	padding:5px 10px 10px;
}
.article_box .article_title h2{
	background:url(../../images/93/ico-article_001.gif) left top no-repeat;
	font-size:1.3em;
	padding:3px 20px 5px 29px;
	line-height:130%;
}
.article_box .entry{
	background:#fff;
	line-height:150%;
	padding:10px;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:150%;
}
/* 記事画像あり */
.article_box .article_figure{
	background:#fff;
	padding:0 5px 5px 5px;
}
.article_box .article_figure div{
	display:inline-block;
	width:210px;
	margin:0 10px;
	float:left;
}
.article_box .article_figure img{
	width:200px;
	padding:5px;
	background:url(../../images/93/bgi-line_002.gif) left top repeat;
}
.article_box .article_figure span{
	width:193px;
	display:block;
	padding:3px;
	font-size:0.83em;
	line-height:140%;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* 記事画像なし */
/* 記事ボックス内のテーブル */
.article_box table {
	border-collapse:collapse;
	border:1px #bfab9f solid;
}
.article_box table th,
.article_box table td {
	border:1px #bfab9f solid;
	padding:1em;
	text-align:left;
}
/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
	width:960px;
}
#page_title h2{
	padding:15px 0px 30px;
	font-size:2.2em;
	line-height:130%;
	font-weight:normal;
}
/*パン屑リスト*/
#pnkz {
	width:960px;
	clear:both;
	font-size:10px;
}
#pnkz p{
	padding:50px 5px 2px;
}
#pnkz p a{
	padding-left:15px;
	color:#3e0905; /*このテンプレの基本色*/
	background:url(../../images/93/ico-home_001.gif) 0px 0.1em no-repeat;
}
#pnkz p span{
	padding-left:19px;
	background:url(../../images/93/ico-pnkz_001.gif) 8px 0.3em no-repeat;
}
#pnkz p span a{
	background:none;
	padding-left:0px;
}
/*============================
	フリーエリア
=============================*/
#side-area{
}
#foot-area{
	width:960px;
	padding:0px;
	margin-bottom:20px;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form, #map, #profile {
	padding:10px;
	background:#fff;
}
#form table, #map table, #profile table {
	border-right:none;
	border-left:none;
	margin-bottom:10px;
}
#form tr, #map tr, #profile tr {
}
#form th, #map th, #profile th {
	font-weight:bold;
	padding:10px 10px 5px;
	vertical-align:top;
	text-align:left;
	border-right:none;
	border-left:none;
	width:100px;
}
#form td, #map td, #profile td {
	padding:10px;
	vertical-align:top;
	text-align:left;
	border-right:none;
	border-left:none;
}
/*お問い合わせ
-----------------------------------------*/
.validation_span, .warning span {
	color:#F03;
}
#contact_submit th, #contact_submit td{
}
#form th {
	padding:10px 10px 5px 0;
}
#form input, #form textarea {
	font-size:1.2em;
	padding:5px;
}

/*リード文
-----------------------------------------*/
#lead_s {
	padding:0px 0px 20px 0;
	line-height:150%;
}
/*地図
-----------------------------------------*/
#frame {
	padding:5px 5px 0;
	margin-bottom:10px;
	background:url(../../images/93/bgi-line_002.gif) left top repeat;
}
#map #frame iframe {
	width: 900px;
	height: 500px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	color:#fc512a;
}
.warning {
	line-height :150%;
	padding-top:10px;
}
.w_mark {
	color:#F03;
}
.thaks {
	line-height: 150%;
}

#cover {
  width: 365px;
}
#cover img{
  width: 100%;
}

/* 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%;
}

