/*============================
　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:#543f32;
	outline:none;
	overflow:hidden;
	text-decoration:underline;
}
a:hover {
	color:#9e3d3f;
	text-decoration:none;
}
a img{
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
transition: 0.6s opacity 0s;
}
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:#fff;
	color:#543f32;
}
a {
	color:#543f32;
	text-decoration:none;
}
#container {
	width:100%;
	height:auto;
}
#contentIn{
	width:960px;
	height:auto;
	margin:0 auto;
}
#contentIn.sub {
	padding:10px 0 0;
}
#main{
	width:960px;
	margin:0 auto;
}

/*============================
	ヘッダー
=============================*/
#header {
	background:#f9f6e9;
	width:100%;
	margin:23px 0 73px 0;
	padding:32px 0 0 0;
}
#headerIn {
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#header_left {
	width:311px;
	min-height:327px;
	background-image:url(../../images/151/bgi_header_002.jpg),url(../../images/151/bgi_header_001.jpg);
	background-repeat:no-repeat,repeat-y;
	background-position:bottom center,bottom center;
	background-image:url(../../images/151/bgi_header_001.jpg)\9;
	position:absolute;
	left:0;
	top:-55px;
	padding-bottom:60px;
}
#headerIn .content {
	min-height:160px;
	padding-bottom:20px;
}
#header_left ul {
	width:141px;
	margin:0 auto;
}
#header_left ul li {
	list-style:none;
	float:left;
	margin-left:50px;
}
#header_left ul li:first-child {
	margin-left:0;
}
#headerIn .content ul {
	margin-left:33px;
}
#headerIn .content ul li {
	float:none;
	margin-left:0;
	margin-bottom:20px;
}
#headerIn h1 {
	margin:0 auto;
	text-align:center;
	padding:65px 30px 47px 30px;
}
#headerIn h1 a {
	font-size:1.12em;
	color:#9e3d3f;
	letter-spacing:0.025em;
}
#headerIn h1 a:hover {
	color:#543f32;
}
#headerIn h1 img {
	max-width:245px;
	height:auto;
}
#head_nav {
	margin-right:23px;
}
#head_nav ul {
	text-align:right;
}
#head_nav ul li {
	list-style:none;
	display:inline; 
	margin-left:10px;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	background:#c7b370;
	line-height:1;
	width:100%;
	height:auto;
	padding-bottom:15px;
	border-top:solid #e8d9a6 1px;
	border-bottom:solid #e8d9a6 1px;
}
#globalIn {
	width:960px;
	margin:0 auto;
}
#globalIn ul#nav {
	width:611px;
	margin-left:349px;
}
#globalIn ul#nav li:last-child {
	margin-right:0;
}
#global_nav a {
	text-decoration:none;
	color:#f9f6e9;
	font-weight:normal;
	padding-top:24px;
	padding-bottom:9px;
	display:block;
}
#global_nav a:hover {
	color:#9e3d3f;
	background:url(../../images/151/bgi_nav_001.jpg) bottom center repeat-x;
}

/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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;
	width:auto!important;
	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;
	letter-spacing:0.025em;
}
#nav ul { 
	/margin-top:1px;
}
/* メインメニュー */
#nav li.nav-top{
	white-space:nowrap;
	line-height:1;
	margin-right:65px;
}
#nav li.nav-top a {/* メインのa */
	width:auto;
	display:block;
	line-height:1;
}
#nav li.nav-top a:hover {/* メインのa */
	color:#9e3d3f;
}

#nav li:last-child {
	border-right:none;
}
/* 子メニュー */
#nav li.nav-top ul{
	min-width:120px;
	background-color:#f9f6e9;
	margin-top:7px;
	z-index:5000;
	padding:5px 10px 0 10px;
	position:absolute;
	border:solid #9e3d3f 5px;
}
/* 子メニューのli */
#nav li.nav-top ul li {
	white-space:normal;
	border-bottom:solid #9e3d3f 2px;
}
#nav li.nav-top ul li:last-child {
	border-bottom:none;
	padding:0;
	margin:0;
}
/* 子メニューのliのa */
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	text-align:left;
	color:#543f32;
	font-size:1em;
	line-height:150%;
	z-index:100;
	background:none;
	padding:10px 0;
}

/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	display:block;
	height:auto;
	color:#9e3d3f;
	font-size:1em;
	line-height:150%;
	z-index:100;
}

/*　リードエリア
------------------------------------------------*/
#lead_areaWrap {
	width:960px;
	margin:0 auto;
}
#lead_area {
	width:611px;
	margin-left:349px;
	min-height:240px;
	padding:33px 0 38px 0;
}
#cover{
	max-width:384px;
	width:auto!important;
	height:auto;
	float:left;
}
#cover img {
	width:365px;
	height:auto;
}
#site_description {
	width:226px;
	min-height:200px;
	float:right;
}
#site_description h2 {
	height:auto;
	font-weight:normal;
	line-height:2em;
	font-size:1.15em;
	letter-spacing:0.025em;
}


/*============================
	メイン
=============================*/

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	margin:-40px 0 60px;
}
.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: #e8d9a6;
	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: #c7b370;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -23px!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/151/btn-slider_001.png) 12px center no-repeat #c7b370;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#e8d9a6;
}
.bx-wrapper .bx-next {
	background:url(../../images/151/btn-slider_002.png) 15px center no-repeat #c7b370;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	background-color:#e8d9a6;
}

/*　トピックス 
------------------------------------------------*/
#topics{
	width:907px;
	height:auto;
	font-size:1em;
	margin-bottom:90px;
}
#topics h2{
	font-size:1.75em;
	font-weight:bold;
	line-height:1.5em;
	padding:0 0 0 47px;
	background:url(../../images/151/ico_ttl_001.jpg) left center no-repeat;
	min-height:33px;
	letter-spacing:0.025em;
}
#topics dl{
	display:block;
	width:839px;
	max-height:123px;
	height:auto!important;
	height:123px;
	overflow:auto;
	margin:46px 0 0 68px;
	letter-spacing:0.025em;
}
#topics dl dt{/* 日付 */
	width:155px;
	height:auto;
	clear:both;
	float:left;
	font-weight:bold;
}
#topics dl dd{/* トピックス本文 */
	width:610px;
	float:left;
	margin-bottom:27px;
	line-height:2em;
}
#topics dl dd a{
	text-decoration:underline;
	color:#543f32;
}
#topics dl dd a:hover {
	color:#9e3d3f;
}

/*#topics dl dt:last-child + dd {
	border-bottom:#CCC 1px dotted;
}

#topics dl dt:last-child {
	border-bottom:#CCC 1px dotted;
}*/

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none!important;
}
.no-img #site_description {
	width:611px;
}
.no-img #topics{
	width:924px;
	max-height:165px;
	height:auto!important;
	height:165px;
	clear:both;
}
.no-img	#topics dl dd{/* トピックス本文 */
	width:800px;
	float:left;
}

/*============================
	記事ボックス
=============================*/
.article_box{
	margin-bottom:40px;
	line-height:2em;
	font-size:1.17em;
	letter-spacing:0.025em;
}
.article_box .article_title{
	margin-bottom:30px;
}
.article_box .article_title h2{
	font-size:1.571em;
	font-weight:bold;
	line-height:2em;
	padding:0 0 0 45px;
	position:relative;
	background:url(../../images/151/ico_ttl_001.jpg) left 4px no-repeat;
	min-height:31px;
	letter-spacing:0.025em;
}

.article_box .entry{
	width:840px;
	margin-left:68px;
	padding-bottom:41px;
}
.article_box .entry img {
	max-width:435px;
	height:auto;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:2em;
}
/* 記事画像あり */
.article_box .article_figure{
	width:854px;
	margin-left:58px;
	padding-bottom:50px;
}
.article_box .article_figure div{
	width:200px;
	padding-left:9px;
	display:inline-block;
	vertical-align:top;
	/display:block;
	/float:left;
}
.article_box .article_figure img{
	margin-bottom:10px;
	display:block;
	width:200px;
	height:auto;
}
.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:840px;
	float:none!important;
}
.article_box.no-img .entry img {
	max-width:840px;
}

/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#543f32 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#543f32 1px solid;
	padding:10px;
}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	padding-bottom:116px;
}


/*============================
	フッター
=============================*/
#footer {
	width:100%;
	height:auto;
	background:#f9f6e9;
	font-size:1em;
	letter-spacing:0.025em
}
#footerIn {
	width:960px;
	margin:0 auto;
	position:relative;
}
#addressIn #addressIn2 {
	width:100%;
	background:#c7b370;
	color:#f9f6e9;
	padding:30px 0;
}
#addressIn2 address {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-style:normal;
	font-size:1em;
	font-weight:normal;
}
#addressIn:before {
	content:"";
	width:100%;
	height:2px;
	background:#c7b370;
	display:block;
	margin-bottom:2px;
}
#footer_main {
	padding-top:50px;
	margin-bottom:50px;
	overflow:hidden;
}
#footer_main #footerTitle h2 {
	width:240px;
	height:214px;
	min-height:214px;
	display:table-cell;
	vertical-align:middle;
}
#footerTitle,#blog,#about,#mobile {
	float:left;
	min-height:214px;
	margin-right:65px;
}
#footerIn2 div:last-child {
	background:none;
	padding-right:0;
	margin-right:0;
}

/*　ブログ
-----------------------------------------*/
#blog {
	width:395px;
	position:relative;
}
#blog #more {
	position:absolute;
	left:0;
	top:86px;
}
#blog h2 {
	float:left;
}
#blog dl {
	width: 340px;
	margin:28px 0 0px 34px;
	float:left;
}
#blog dl dt {  /* 日付 */
	font-weight: bold;
	padding: 1px 0px 0px 2px;
	float: left;
	width: 86px;
	margin-bottom:35px;
	clear:both;
	height:auto;
}
#blog dl dd {
	font-weight:normal;
	float: left;
	width: 244px;
	margin-bottom:35px;
	line-height:1.4em;
}
#blog dl dt:last-child {
	margin-bottom:0px;
}
#blog dl dd:last-child {
	margin-bottom:0px;
}

/*　モバイル
-----------------------------------------*/
#mobile {
	width:195px;
}
#mobile h2 {
	float:left;
}
#qrcode {
	margin:28px 0;
	width:220px;
}
#qrcode p {
	text-align:left;
	font-size:1em;
	font-weight:normal;
	width:150px;
	margin-top:21px;
	padding-left:45px;
}
#qrcode img {
	display:block;
	width: 100px;
	border:solid #968e7a 1px;
	margin:0 auto;
}

/*============================
	ページトップ
=============================*/
#pagetop {
	position:absolute;
	right:0;
	top:-79px;
}


/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/

#page_title {
	width:611px;
	margin:0 auto;
	padding:20px;
	margin-left:349px;
	padding:37px 0 25px 0;
}
#page_title h2{
	width:611px;
	font-size:2em;
	font-weight:bold;
	line-height:1.5em;
}
/*パン屑リスト*/
#pnkz {
	width:611px;
	margin-left:349px;
	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;
}
#pnkz ul li:before {
	content:" > ";
}
#pnkz ul li:first-child{
	background:none;
}
#pnkz ul li:last-child{
	background :none;
}
#pnkz ul li:first-child:before {
	content:"";
}

/*============================
	フリーエリア
=============================*/
#foot-area {
	text-align:center;
	padding-bottom:40px;
	font-size:1em;
	font-weight:normal;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	font-size:1.17em;
	margin-bottom:116px;
}

#map #frame iframe {
	width: 670px;
	height: 400px;
}

#map table,#form table, #profile table {
	border-collapse:collapse;
	width:860px;
	margin:0 auto;
	border:solid 1px #543f32;
}
#form table {
	border:none;
}
#map th, #profile th {
	padding:15px 10px 15px 24px;
	vertical-align:middle;
	font-weight:normal;
	border:solid 1px #543f32;
	width:20%;
	font-weight:bold;
	text-align:left;
	background:#f9f6e9;
}
#map td, #profile td {
	vertical-align:middle;
	padding: 15px 10px;
	border:solid 1px #543f32;
	width:80%;
}
#form th {
	vertical-align:middle;
	font-weight:normal;
	width:25%;
	padding:10px;
	text-align:left;
}
#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:solid 1px #968e7a;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#e7f3f4;
}
#form input[type=submit],
#form input[type=reset] {
	padding: 8px 20px;
	width:250px;
	font-size:1.67em;
	margin:10px 0 0 0;
}

#form input[type=submit] {
margin-right: 20px;

font-weight: bold;
text-decoration: none;
color: #ffffff;
transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
background: #9e3d3f;
background: -moz-linear-gradient(top,#f08074 0%,#9e3d3f);
background: -webkit-gradient(linear, left top, left bottom, from(#f08074),to(#9e3d3f));
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #9e3d3f;
-moz-box-shadow: 0px 2px 3px rgba(000,000,000,0.3);
-webkit-box-shadow: 0px 2px 3px rgba(000,000,000,0.3);
box-shadow: 0px 2px 3px rgba(000,000,000,0.3);
text-shadow: 0px 0px 5px rgba(000,000,000,0.5);
}

#form input[type=reset] {
font-weight: bold;
text-decoration: none;
color: #888;
transition: 0.6s opacity 0s;
-moz-transition: 0.6s opacity 0s;
-webkit-transition: 0.6s opacity 0s;
-ms-transition: 0.6s opacity 0s;
-o-transition: 0.6s opacity 0s;
background: #dadada;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #d8d8d8;
-moz-box-shadow: 0px 2px 10px rgba(000,000,000,0.1);
-webkit-box-shadow: 0px 2px 10px rgba(000,000,000,0.1);
box-shadow: 0px 2px 10px rgba(000,000,000,0.1);
}

#form input[type=submit]:hover, #form input[type=reset]:hover {
cursor: pointer;
filter: alpha(opacity=60);
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
-ms-opacity: 0.6;
-o-opacity: 0.6;
opacity: 0.6;
}
#form input[type=submit]:focus, #form input[type=reset]:focus {
	outline:none;
}

/*リード文
-----------------------------------------*/
#lead_s {
	line-height:1.5;
	padding-bottom:30px;
}
/*地図
-----------------------------------------*/
#frame {
	text-align:center;
	margin-bottom:26px;
}
/*プロフィール
-----------------------------------------*/
#profile{
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 5px;
	color: #cc0000;
}
.warning {
	text-align:left;
	margin-bottom:-10px;
	padding:10px 0 0 0;
}
.w_mark {
	color:#9e3d3f;
}
.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

.hidden {
	display: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;
}

