/*============================
　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:#115c8f;
	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;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
* {
	color:#8c6600;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
	font-size:1.03em;
	letter-spacing:0;
}
body {
	background:#e4f2f2;
}
a {
	color:#876827;
	text-decoration:underline;
}
a:hover {
	color:#d1a632;
	text-decoration:none;
}


/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	background:url(../../images/152/bgi_header_001.jpg) center top repeat-y;
}
#header:after {
	content:"";
	background:url(../../images/152/bgi_header_002.jpg) center top no-repeat;
	width:100%;
	height:50px;
	display:block;
	margin-top:20px;
}
#headerIn {
	width:960px;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
	position:relative;
}
#headerIn h1 {
	width:700px;
	margin:0 auto;
}
#headerIn h1 a {
	text-decoration:none;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size:2em;
}
#headerIn h1 a:hover {
	text-decoration:none;
}
#headerIn h1 a img {
	max-width:400px;
	height:auto;
}
#head_nav {
	position:absolute;
	right:0;
	top:0;
}
#head_nav ul {
	padding:5px 11px;
	background:url(../../images/152/bgi_sprite_001.gif);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}
#head_nav:before {
	content:"";
	background:url(../../images/152/bgi_headnav_001.png) center top no-repeat;
	height:52px;
	display:block;
}
#head_nav ul li {
	list-style:none;
	text-align:center;
	padding:16px 0;
	width:87px;
	background:url(../../images/152/lin_brown_001.png) center top repeat-x;
}
#head_nav ul li:first-child {
	background:none;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align:center;
	line-height:1;
	margin:0 auto;
	width:726px;
	height:auto;
}
#global_nav a {
	text-decoration:none;
	font-weight:normal;
	display:block;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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;
	z-index:4000;
}
#nav ul { 
	/margin-top:1px;
}
/* メインメニュー */
#nav li.nav-top{
	white-space:nowrap;
	line-height:1;
	padding:30px 30px 0;
}
#nav li.nav-top a {/* メインのa */
	width:auto;
	display:block;
	line-height:1;
}

/* 子メニュー */
#nav li.nav-top ul{
	width:100%;
	margin-top:15px;
	padding:5px 10px;
	background:url(../../images/152/bgi_sprite_001.gif);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}
/* 子メニューのli */
#nav li.nav-top ul li {
	white-space:normal;
	background:url(../../images/152/lin_brown_001.png) center top repeat-x;
}
#nav li.nav-top ul li:first-child {
	background:none;
}
/* 子メニューのliのa */
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	text-align:center;
	font-size:0.9em;
	line-height:150%;
	z-index:100;
	background:none;
	padding:15px 0;
}

/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	display:block;
	height:auto;
	font-size:0.9em;
	line-height:150%;
	z-index:100;
}

/*　リードエリア
------------------------------------------------*/
#lead_areaWrap {
	width:960px;
	margin:14px auto 78px;
}
#cover{
	width:auto!important;
	height:auto;
	float:left;
	margin-right:48px;
	position:relative;
}
#cover img {
	width:365px;
	height:auto;
	margin-left:52px;
	border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	border:5px solid #fff;
}
#main_img {
	width:365px;
}
#cover .frame01,#cover .frame02 {
	position:absolute;
	width:inherit;
	height:inherit;
	border-radius:0; 
    -webkit-border-radius:0; 
    -moz-border-radius:0;
	border:none;
}
#cover .frame01 {
	left:-49px;
	bottom:-16px;
}
#cover .frame02 {
	right:-37px;
	top:-17px;
}
#site_description {
	width:358px;
	float:right;
	margin-right:127px;
}
#site_description_in h2 {
	font-weight:normal;
	line-height:1.8em;
}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none!important;
}
.no-img #site_description {
	width:730px;
	margin:0 auto;
	float:none;
}
.no-img #topics{
	width:924px;
	max-height:165px;
	height:auto!important;
	height:165px;
	clear:both;
}
.no-img	#topics dl dd{/* トピックス本文 */
	width:800px;
	float:left;
}

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:830px;
	padding:40px 0 0;
	margin: 0 auto;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:346px !important;
	border: solid 5px #fff;
	border-radius: 5px;
	position: relative;
}
.bx-wrapper:before {
	content: "";
	width: 139px;
	height: 200px;
	display: block;
	background: url(../../images/152/img_frame_003.png) 0 0 no-repeat;
	position: absolute;
	z-index: 10000;
	left:-68px;
	bottom:-34px;
}
.bx-wrapper:after {
	content: "";
	width: 66px;
	height: 128px;
	display: block;
	background: url(../../images/152/img_frame_002.png) 0 0 no-repeat;
	position: absolute;
	z-index: 10000;
	right:-40px;
	top:-27px;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:346px !important;
	width:830px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	border-radius: 3px;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:830px;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e3b2b4;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:153px;
	cursor:pointer;
	border-radius: 20px;
}
.bx-wrapper .bx-prev {
	background:url(../../images/152/btn-slider_001.png) 15px center no-repeat #fff;
	left:-30px;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/152/btn-slider_001_hover.png) 15px center no-repeat #fff;
}
.bx-wrapper .bx-next {
	background:url(../../images/152/btn-slider_002.png) 16px center no-repeat #fff;
	right:-30px;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/152/btn-slider_002_hover.png) 16px center no-repeat #fff;
}

/*============================
	フッター
=============================*/
#footerIn {
	background:#fff;
}
#footer_main {
	width:960px;
	margin:0 auto;
	display:table;
	font-size:0.85em;
}
#footer_main h2 {
	margin-bottom:32px;
}
#blog,#about,#mobile {
	display:table-cell;
	line-height:1.7em;
	/display: inline;
    /zoom: 1;
	vertical-align:top;
	padding:38px 0 30px;
}


#blog {
	width:348px;
	padding-right:90px;
	position:relative;
}
#blog .blogBtn {
	position:absolute;
	top:50px;
	left:188px;
}
#blog dl {
	width: 333px;
	margin-left:15px;
}
#blog dl dt {  /* 日付 */
	font-weight: bold;
	line-height:1.7em;
	float: left;
	width: 90px;
	margin-bottom:15px;
	clear:both;
	height:auto;
}
#blog dl dd {
	font-weight:normal;
	float: left;
	width: 243px;
	margin-bottom:15px;
	line-height:1.7em;
}
#blog dl dt:last-child {
	margin-bottom:0px;
}
#blog dl dd:last-child {
	margin-bottom:0px;
}
#blog a {
	text-decoration:none;
}

#about {
	width:189px;
	padding-right:90px;
}
#about ul {
	margin-left:15px;
}
#about ul li {
	list-style:none;
	margin-bottom:15px;
}

#mobile {
	width:243px;
	font-size:0.95em;
	line-height:1.8em;
}
#mobile #qrcode img {
	border:1px solid #8c6600;
	float:left;
	margin:0 12px 0 15px;
}
#footer #address_in {
	text-align:center;
}
#footer address {
	margin:30px auto 45px;
	font-style:normal;
	font-size:0.9em;
	width:700px;
}
#footer #address_in:after {
	content:"";
	background:url(../../images/152/bgi_footer_001.png) center bottom no-repeat;
	margin-top:-158px;
	height:158px;
	width:100%;
	display:block;
}


/*============================
	ページトップ
=============================*/



/*============================
	メイン
=============================*/
#main {
	padding-bottom:60px;
}

/*　トピックス 
------------------------------------------------*/
#topicsWrap {
	background:url(../../images/152/bgi_sprite_001.gif);
	padding:30px 0 0;
}
#topics{
	width:800px;
	height:auto;
	padding-bottom:40px;
	font-size:0.9em;
	min-height:170px;
	margin:0 auto;
}
#topics h2{
	text-align:center;
}
#topics dl{
	display:block;
	width:737px;
	max-height:130px;
	height:auto!important;
	height:90px;
	overflow:auto;
	margin-top:45px;
	padding:0 45px;
}
#topics dl dt{/* 日付 */
	width:90px;
	height:auto;
	clear:both;
	float:left;
	font-weight:bold;
	line-height:1.7em;
}
#topics dl dd{/* トピックス本文 */
	width:580px;
	float:left;
	margin:0 0 15px 50px;
	line-height:1.7em;
}
#topics dl dd a{
	text-decoration:underline;
}


/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	padding-bottom:34px;
}

/*============================
	記事ボックス
=============================*/
.article_box {
	width:889px;
	padding-right:90px;
	margin:0 auto 20px;
	background:url(../../images/152/img_article_001.png) right bottom no-repeat;
}
.article_title {
	background:url(../../images/152/ico_article_001.png) left top no-repeat;
	padding:6px 0 18px 71px;
	font-size:1.45em;
	line-height:1.7em;
}
.article_box .entry {
	padding:0 0 43px 71px;
	float:left;
	width:600px;
}

/* 記事画像あり */
.article_box .article_figure{
	width:200px;
	float:right;
	padding-bottom:50px;
}
.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;
	height:auto;
	margin-bottom:5px;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
	border:5px solid #fff;
}
.article_box .article_figure span{
	font-size:0.786em;
	display:block;
	line-height:1.6;
	padding:0 5px;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.article_box .entry > img {
	max-width:600px;
	height:auto;
	margin-top:10px;
}

/* 記事画像なし */
.article_box.no-img .entry{
	width:auto;
	float:none!important;
}
.article_box.no-img .entry img {
	max-width:670px;
	margin-top:10px;
}

/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#d3d2d2 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#d3d2d2 1px solid;
	padding:10px;
}

/*============================
	下層ページ共通
=============================*/
#lead_areaWrap #page_title {
	width:740px;
	margin:0 auto;
	text-align:center;
	font-size:1.7em;
}
#lead_areaWrap #page_title h2 {
	width:auto;
	background:url(../../images/152/lin_brown_001.png) center bottom repeat-x;
	display:inline;
	padding:24px;
}
#pnkz {
	width:710px;
	margin:-14px auto 15px;
	font-size:0.85em;
}
#pnkz ul {
	float:right;
}
#pnkz ul li {
	list-style:none;
	float:left;
	padding-right:12px;
}
#pnkz ul li:before {
	content:" > ";
	margin-right:5px;
}
#pnkz ul li:first-child{
	background:none;
}
#pnkz ul li:last-child{
	background :none;
	padding-right:0;
}
#pnkz ul li:first-child:before {
	content:"";
}

/*============================
	フリーエリア
=============================*/
#foot-area {
	width:960px;
	margin:0 auto;
	text-align:center;
	line-height:1.7em;
	padding-bottom:40px;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/

#map table,#form table, #profile table {
	border-collapse:collapse;
	width:632px;
	/*margin:0 auto;*/
        margin:0 auto 26px auto; /* 20160614 ADD */
	border-top:solid 1px #d3d2d2;
}

#map #frame iframe {
	width: 670px;
	height: 400px;
}

#form table{
	border-bottom:solid 1px #d3d2d2;
}
#map th, #profile th {
	padding:15px 10px 15px 24px;
	vertical-align:middle;
	font-weight:normal;
	border-bottom:solid 1px #d3d2d2;
	width:20%;
	font-weight:bold;
	text-align:left;
}
#map td, #profile td {
	vertical-align:middle;
	padding: 15px 5px;
	border-bottom:solid 1px #d3d2d2;
	width:80%;
}
#form,#profile {
	width:840px;
	margin:0 auto;
}
#form table,#profile table {
	width:800px;
}
#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 #d3d0d0;
}
#form input[type=text]:focus, #form textarea:focus {
	outline:none;
	background:#e7f3f4;
}
#form input[type=submit],
#form input[type=reset] {
	padding: 8px 20px;
	width:280px;
	font-size:20px;
	margin:10px 0 20px 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: #7ca29b;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #7ca29b;
-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 {
	padding:0 24px 28px;
	line-height:1.5;
}
/*地図
-----------------------------------------*/
#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:#cc3300;
}
.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;
}

/* 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%;
}

