@charset "UTF-8";
/*============================
　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.95em
		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 {
	
}
/*============================
　共通チップス
=============================*/
.clear {clear:both;}

/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}


.hide {display:none;}
a {
	color:#115c8f;
	outline:none;
	overflow:hidden;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:none;
}
a img{
}
a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/

* {
	font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
}
body {
	background-color:#000;
	color:#fff;
}
a {
	color:#fff;
	text-decoration:none;
}
#contentIn{
	width:960px;
	height:auto;
	margin:0 auto;
	padding-top:30px;
}
#contentIn.sub {
	padding:10px 0 0;
}
#sidebar{
	width:260px;
	float:left;
	margin-bottom:20px;
}
#main{
	width:670px;
	margin-bottom:25px;
	float:right;
}

/*============================
	ヘッダー
=============================*/

#header_in {
	margin:0 auto;
	width:960px;
}
#header_in h1 {
	font-size:1.25em;
}
#header_in h1 a {
	width:595px;
	float:left;
	font-size:1.25em;
	margin:34px 0 38px 0;
	color:#fff;
}
#header_in h1 a:hover {
	color:#666;
	font-size:1.25em;
}
#head_nav {
	float:right;
	margin:8px 0 0 0;
}
#head_nav ul {
	text-align:right;
}
#head_nav ul li {
	list-style:none;
	display:inline; 
	margin-left:10px;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	background:url(../../images/146/bgi_globalnav_001.jpg) repeat-x;
	text-align:center;
	line-height:1;
	margin:0 auto;
	width:100%;
	height:auto;
	min-height:40px;
}
#global_nav a {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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;}

#nav {
	position:relative;
	min-width:960px;
	width:auto!important;
	width:960px;
	line-height:1;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
	white-space:nowrap;
	font-size:1.17em;
	z-index:4000;
}
#nav ul { 
	/margin-top:1px;
}
/* メインメニュー */
#nav li.nav-top{
	white-space:nowrap;
	line-height:1;
	padding:0px 28px;
	margin:8px 0;
	border-right:solid #333 1px;
}
#nav li.nav-top a {/* メインのa */
	width:auto;
	display:block;
	padding:5px 0 5px 0;
	line-height:1;
}
#nav li.nav-top a:hover {/* メインのa */
	color:#666;
}

#nav li:last-child {
	border-right:none;
}
/* 子メニュー */
#nav li.nav-top ul{
	width:100%;
	background-color:#1f1f1f;
	margin-top:7px;
	z-index:5000;
	position:absolute;
}
/* 子メニューのli */
#nav li.nav-top ul li {
	white-space:normal;
}
/* 子メニューのliのa */
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	padding:10px;
	text-align:left;
	color:#fff;
	font-size:1em;
	line-height:150%;
	z-index:100;
	background:none;
	border-bottom:solid #333 1px;
}

/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	display:block;
	height:auto;
	padding:10px;
	text-align:left;
	color:#666;
	font-size:1em;
	line-height:150%;
	z-index:100;
	background:none;
}

#nav li.nav-top ul li:last-child {
	border-right:none;
}


/*　リードエリア
------------------------------------------------*/
#lead_areaWrap {
	width:100%;
	background:#451d35 url(../../images/146/bgi_leadarea_001.jpg) top center repeat-y;
}
#lead_areaWrap:before,
#lead_areaWrap:after {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background:#af8952 url(../../images/146/bgi_leadarea_002.jpg) top center no-repeat;
}
#lead_area {
	width:960px;
	margin:0 auto;
	padding:27px 0;
	min-height:240px;
}
#cover{
	max-width:384px;
	width:auto!important;
	height:auto;
	float:right;
}
#cover img {
	width:365px;
	height:auto;
}
#site_description {
	width:565px;
	padding:0 30px 0 0;
	min-height:240px;
	height:auto!important;
	height:240px;
	display:table;
}
#site_description_in {
	display:table-cell;
	vertical-align:middle;
}
*:first-child+html div#site_description {/* IE 7 */
display:inline;
zoom:1;
}
#site_description h2 {
	height:auto;
	font-weight:normal;
	line-height:1.6em;
	font-size:1.17em;
}

/*　画像なしの場合（メイン写真・サイト説明文）*/
#lead_area.no-img{
	min-height: auto;
}
#lead_area.no-img #site_description{
	width: auto;
	padding: 10px 0;
	min-height: auto;
}
#lead_area.no-img #cover{
	display:none!important;
}

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
}
.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: #dbd6cf;
	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: #c7ad72;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -24px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:38px;
	height:38px;
	margin:0;
	top:180px;
	cursor:pointer;
	border: solid 1px #c7ad72;
}
.bx-wrapper .bx-prev {
	background:url(../../images/146/btn-slider_001.png) 12px center no-repeat #b5925a;
	left:-50px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#XXXXXX;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/146/btn-slider_002.png) 15px center no-repeat #b5925a;
	right:-50px;
}
.bx-wrapper .bx-next:hover {
	background-color:#XXXXXX;
	opacity:0.8;
}


/*============================
	content
=============================*/
#content {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

/*============================
	サイドバー
=============================*/
/*共通*/
#sidebar .sideBox{
	margin-bottom:20px;
	padding:20px;
	background-color:#1f1f1f;
}
/*about*/
#sidebar #about ul{
	list-style:none;
	margin-top:20px;
	font-size:1em;
}
#sidebar #about li{
	background-image:url(../../images/146/ico_menu_001.png);
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:20px;
	margin-bottom:25px;
}
#sidebar #about li:last-child {
	margin:0;
}
#sidebar #about li a{
	display:block
}
/*blog*/
#sidebar #blog{
	margin-bottom:20px;
}
#sidebar #blog h2 {
	
}
#sidebar #blog dl {
	margin-top:14px;
	font-size:1em;
}
#sidebar #blog dt{
	color:#c5709f;
	font-size:1em;
	line-height:1.3em;
}
#sidebar #blog dd{
	font-size:1em;
	margin-bottom:20px;
	line-height:1.2em;
}
#sidebar #blog dd a{
	display:block;
	color:#fff;
	font-size:1em;
}
#sidebar #blog dd a:hover {
	color:#666;
	text-decoration:none;
	font-size:1em;
}
#sidebar #blog dd:last-child {
	margin-bottom:30px;
}

/*QR Code*/
#sidebar #qrcode {
	margin-bottom:30px;
}
#sidebar #qrcode h2 {
	margin-bottom:37px;
}
#sidebar #qrcode img{
	float:left;
	margin-right:10px;
}
#sidebar #qrcode p{
	text-align:left;
	font-size:0.95em;
	line-height:1.5;
}
/*inquiry*/
#inquiry {
	margin-bottom:30px;
}
/*============================
	フッター
=============================*/
#footer {
	clear:both;
	background:#491f37 url(../../images/146/bgi_footer_001.jpg) center top repeat-y;
}
#footer:before {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background:#af8952 url(../../images/146/bgi_leadarea_002.jpg) top center no-repeat;
}

#footerIn {
	position:relative;
	width:960px;
	margin:0 auto;
	text-align:center;
}

/*　コピーライト */
address{
	padding:0px 0 30px 0;
	clear:both;
	font-size:1em;
	font-style:normal;
	font-family:"Montserrat","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}
address img{
	padding:0 0 1px 5px ;
}

/*============================
	ページトップ
=============================*/
#pagetop {
	width:30px;
	height:30px;
	position:absolute;
	right:0;
	bottom:20px;
}
#pagetop a{
}
#pagetop a:hover{
	filter: alpha(opacity=50);
-webkit-opacity:1;
-moz-opacity:1;
-ms-opacity:1;
-o-opacity:1;
opacity:1;
}

/*============================
	メイン
=============================*/
/*　トピックス 
------------------------------------------------*/
#topics{
	width:630px;
	background :#1f1f1f;
	height:auto;
	padding:20px;
	margin-bottom:40px;
	font-size:1em;
}
#topics h2{
	margin-bottom:20px;
}
#topics dl{
	display:block;
	width:640px;
	max-height:120px;
	height:auto!important;
	height:120px;
	overflow:auto;
}
#topics dl dt{/* 日付 */
	width:90px;
	height:auto;
	clear:both;
	float:left;
	color:#c5709f;
}
#topics dl dd{/* トピックス本文 */
	width:510px;
	float:left;
	margin:0 0 18px 20px;
	line-height:1.4em;
}
#topics dl dd a{
	text-decoration:underline;
	color:#fff;
}
#topics dl dd a:hover {
	color:#666;
}

/*#topics dl dt:last-child + dd {
	border-bottom:#CCC 1px dotted;
}

#topics dl dt:last-child {
	border-bottom:#CCC 1px dotted;
}*/


/*============================
	記事ボックス
=============================*/
.article_box{
	margin-bottom:40px;
	border-bottom:#333 1px solid;
	padding-bottom:30px;
	line-height:1.7em;
	letter-spacing: 0.025em;
	font-size:1.17em;
}
.article_box .article_title{
	margin-bottom:25px;
}
.article_box .article_title h2{
	font-size:1.571em;
	font-weight:bold;
	line-height:1.5em;
	padding:0 0 0 14px;
	position:relative;
}
.article_box .article_title h2:before {
	content:"";
	width:5px;
	height:100%;
	min-height:20px;
	background:#af8952 url(../../images/146/ttl_article_001.jpg) left top no-repeat;
	position:absolute;
	left:0;
	top:0;
}
.article_box .entry{
	width:435px;
	float:left;
}
.article_box .entry img {
	max-width:435px;
	height:auto;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:1.8;
}
/* 記事画像あり */
.article_box .article_figure{
	width:200px;
	float:right;
	margin-right:5px;
}
.article_box .article_figure div{
	display:inline-block; 
	/display:inline; 
	/zoom:1;
	width:200px;
	vertical-align:top;
	padding:0 10px 15px 0;
}
.article_box .article_figure img{
	width:200px;
	margin-bottom:10px;
}
.article_box .article_figure span{
	font-size:0.786em;
	display:block;
	line-height:1.6;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/* 記事画像なし */
.article_box.no-img .entry{
	width:670px;
	float:none!important;
}
.article_box.no-img .entry img {
	max-width:670px;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#333 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#333 1px solid;
	padding:10px;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/

#page_title {
	width:960px;
	margin:0 auto;
	padding:30px 0;
}
#page_title h2{
	width:960px;
	font-size:1.429em;
	font-weight:normal;
	letter-spacing: 0.025em;
	line-height:1.5em;
	margin-bottom:5px;
}
/*パン屑リスト*/
#pnkz {
	width: 100%;
	letter-spacing: 0.025em;
	line-height:1.5em;
}
#pnkz ul li{
	display: inline-block;
	*display: inline;  
    *zoom: 1;  
	font-size:0.95em;
}
#pnkz ul li a{
	text-decoration:underline;
	font-size:0.95em;
	padding-right:4px;
}
#pnkz ul li:after {
	content:">";
}
#pnkz ul li:first-child{
	background:none;
}
#pnkz ul li:last-child{
	background :none;
}
#pnkz ul li:last-child:after {
	content:"";
}


/*============================
	フリーエリア
=============================*/
#side-area{}
#foot-area{
	margin-bottom:35px;
	}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
}

#map #frame iframe {
	width: 670px;
	height: 400px;
}

#form table, #map table, #profile table {
	width:670px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 30px auto;
}

#form th, #map th, #profile th {	
	width:120px;
	border:solid #333 1px;
	font-size: 1em;
	font-weight:normal;
	text-align: center;
	padding: 1em 0.7em;
	vertical-align:middle;
	background-color:#1f1f1f;
}

#form td, #map td, #profile td {
	line-height:150%;
	border:solid #333 1px;
	padding: 1em 0.7em;
	background-color:#1f1f1f;
}

#frame {
	margin-bottom:20px;
}

.ptb {
	padding:.6em 0;
}

#contact_submit td {
	padding: 1.2em 0;
	text-align:center;
	border:none;
	background-color:#000;
}

/*必須項目
-----------------------------------------*/
.warning {
	color:#ccc;
}

.warning span {
	color:#c5709f;
}

.validation_span {
	color:#c5709f;
}

/*リード文
-----------------------------------------*/
#lead_s {
	padding-bottom:6px;
	margin-bottom:12px;
}

#lead_s h3 {
	font-size:1.5em;
	font-weight:bold;
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
}

#lead_s p {
	line-height:1.6;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	color: #cc0000;
}

.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

input,textarea {
	color:#333;
	padding:.3em .2em;
}

input:focus,textarea:focus {
	background:#f2fbff;
	border-style:solid;
	border-color:#cecece;
	outline:none;
}

/* 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;
}

