/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
h1,h2{font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;}
body {
	font-size: 81%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 13px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.77em
		11px	>>	0.83em
		13px	>>	1em
		14px	>>	1.08em
		15px	>>	1.17em
		16px	>>	1.25em
		17px	>>	1.33em
		19px	>>	1.46em
		20px	>>	1.54em
----------------------------------------- */
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:#333333;
	text-decoration:underline;
}
a:hover {
	color:#e83929;
	text-decoration:none;
}
a:hover img.hover {
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	background :#fff url(../../images/117/bgi_body_001.jpg ) center top no-repeat;
	color:#4d4d4d; /*このテンプレの基本色*/
	text-align:center;
}
body#nottop {
	background:#fff url(../../images/117/bgi_nottop_001.jpg) center top no-repeat;
}
#container{
	margin:0 auto;
	width:960px;
	text-align:left;
}

#content{
	width:960px;
	margin:0 auto;
}
#sidebar{
	width:250px;
	float:left;
}
#main{
	width:660px;
	float:right;
}
/*============================
	ヘッダー※site_title,site_discriptionは#sidebarに内包されてます
=============================*/
#header {
	position:relative;
	height:76px;
	width:960px;
	margin:0 auto;
}

/*　ヘッドメニュー */
#head_nav{
	position:absolute;
	top:18px;
	right: 17px;
}
#head_nav ul{
	list-style:none;
}
#head_nav ul li{
	float:left;
}
#head_nav ul li a:hover img{
	filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
/*============================
	フッター
=============================*/

#footer {
	border-top:#fff 1px solid;
	background:#fbf6f1;
	box-shadow:0 1px 0 #ededed inset;
}
#footer #footerIn{
width:960px;
margin:0 auto;
padding:13px 0 20px 0;
}
#footer ul{
list-style:none;	
padding:15px 0;
margin-bottom:15px;
}
#footer ul li{
float:left;
}
#footer ul li:after{
content:"｜";
color:#aaa;
}
#footer ul li a{
font-size:0.84em;		
color:#aaa;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	}
#footer .foot_about{
color:#aaa;	
}
#footer .foot_about a{
font-size:0.84em;	
color:#aaa;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}
/*　コピーライト */
address{
	padding:18px 0 12px 0;
	clear:both;
	text-align:right;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    font-size:0.92em;
	font-style:normal;
	color:#7f7f7f;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	padding:20px 0;
	text-align:right;
}
#pagetop .pagetopIn{
	
}
/*============================
	サイドバー
=============================*/
#sidebar{
	margin-top:-76px;
}

/*　site_title,site_discription
-----------------------------------------*/
.header_left{
	position:relative;
	padding:30px 20px 18px 20px;
	margin-bottom:30px;
	background :#fffdfb;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.15);
	box-shadow: 0 0 6px rgba(0,0,0,.15);
}
.header_left:after{

}
#site_title{
	text-align:center;
}
#site_title h1{
	font-size:2.307em;
	padding:0 6px 12px 10px;
	line-height:1.5;
	}
#site_title h1 img{
	max-width:187px;
	width:auto!important;
	width:187px;
}
#site_title a {
	color:#1a5357;
	text-decoration:none;
}
#site_title a:hover {
	text-decoration:underline;
}
#site_title img {
}
#site_title a:hover img {
}
#site_discription {
	
}
#site_discription h2{
	font-size:1.076em;
	padding:0 6px 0 10px;
	font-weight:normal;
	color:#4d4d4d;
}



/*　グローバルナビ
-----------------------------------------*/
#global_nav{
	border:1px solid #d6d8d8;
	background:#fcfcfa;
	margin-bottom:50px;
}
#global_nav h2 { padding-top:15px;}

#global_nav dl { padding:0 19px; font-size:1.153em;}

#global_nav dl dt{/* 親メニュー */
border-bottom:1px solid #d6d6d6;
width:100%;
}

#global_nav dl dt a {
	display:block;
	background :url(../../images/117/ico_navi_parent.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 5px 10px 20px;
}

#global_nav dl dd {
	padding-left:20px;
}
#global_nav dl dd a {
	display:block;
	background :url(../../images/117/ico_navi_children.gif);
	background-repeat:no-repeat;
	background-position:left 13px;
	padding:6px 0 6px 10px;
	
}
#global_nav dl dt.parent { border:none;}
#global_nav dl dd+dt { border-top:1px solid #d6d6d6; margin-top:10px;}
#global_nav dl dt:last-child {
	border:none;
	margin-bottom:5px;
}
/*　ブログ
-----------------------------------------*/
#blog{
	border:1px solid #d6d8d8;
	background:#fcfcfa;
	padding-bottom:13px;
	margin-bottom:50px;
}
#blog h2 {
	padding-top:15px;
}
#blog dl { padding:0 19px;}
#blog dl dt{/* 日付 */
padding:10px 0 0 12px;
color:#80cad6;
font-size:0.84em;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
#blog dl dd{/* ブログタイトル */
padding:0 0 10px 0;
border-bottom:1px solid #d6d6d6;	
}
#blog dl dd a{
display:block;		
font-size:1.08em;
padding-left:12px;
color:#4d4d4d;
background :url(../../images/117/ico_arrow_001.gif) left center no-repeat;		
}
#blog dl dd a:hover {
	color:#ff9834;
	text-decoration:none;
}
#blog .blog_link{
	display:block;
	margin-top:12px;
	text-align:center;
}
#blog a:hover img {
filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;	
}
/*　プロフィール
-----------------------------------------*/
#about{
	border:1px solid #d6d8d8;
	background:#fcfcfa;
	margin-bottom:50px;
}
#about h2 { padding-top:15px;}
#about ul{
list-style:none;
padding: 0 19px;
}
#about ul li{
padding:10px 0;
font-size:1.153em;
border-bottom:1px solid #d6d6d6;	
}
#about ul li:last-child { border:none;}
#about ul li a{
	display:inline-block;
	*display:inline;
font-size:1.08em;
padding:5px 0 5px 23px;
background :url(../../images/117/ico_navi_parent.gif) left center no-repeat;
*zoom:1;	
}
/*　QRコード
-----------------------------------------*/
#qrcode{
border:1px solid #d6d8d8;
	background:#fcfcfa;
	margin-bottom:50px;
}
#qrcode h2 { padding-top:15px;}
#qrcode .qrcodeIn{
	text-align:center;
	padding:20px 19px;
}
#qrcode .qrcodeIn img {
	margin-bottom:20px;
}

#qrcode p{
border-top:1px solid #d6d6d6;
padding-top:1em;
font-size:0.923em;	
text-align:left;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}

/*============================
	メイン
=============================*/
#lead_area{/* リードエリア */
position:relative;
padding-bottom:50px;
}
/*　メイン写真
------------------------------------------------*/
#cover{
	background:url(../../images/117/img_cover_bg.png) right top no-repeat;
	padding-right:17px;
	padding-top:30px;
	min-height:300px;
	text-align:right;
	margin-bottom:20px;
}
#cover img{
	padding:5px;
	background:#fff;
}
/*　トピックス 
------------------------------------------------*/
#topics{

}
#topics p{
border-bottom:1px solid #dcdcdc;
padding: 8px 0 8px 20px;
}
#topics dl{
	padding:16px 13px 0 20px;
	max-height:200px;
	overflow-y:auto;
}
#topics dl dt{/* 日付 */
font-size:0.84em;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
float:left;
width:75px;
clear:both;
color:#80cad6;
 padding:5px 0 5px 0px;  
}
#topics dl dd{/* トピックス本文 */
width:530px;  
 margin-left:90px; 
  padding:5px 0 5px 0px;
  font-size:14px;
}
#topics dl dd a{
 color:#4d4d4d;
 text-decoration:underline;
}
#topics dl dd a:hover {
	color:#ff9834;
	text-decoration:none;
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none;
}
.no-img #topics{
position:static!important;	
float:none!important;
width:auto!important;
padding-right:17px;	
}
/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:643px;
	padding:10px 0 0;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:268px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:268px !important;
	width:643px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:643px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fcfcfa;
	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: #FF9834;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:24px;
	height:34px;
	margin:0;
	top:115px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/117/btn-slider_001.png) 8px center no-repeat rgb(128, 202, 214);
	left:-24px;
	border-radius: 3px 0 0 3px;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/117/btn-slider_002.png) 8px center no-repeat rgb(128, 202, 214);
	right:-24px;
	border-radius: 0 3px 3px 0;
}
.bx-wrapper .bx-next:hover {
	opacity:0.8;
}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	padding:100px 0;
	text-align:center;
	margin-bottom:20px;
}
#inquiry a:hover{
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
/*============================
	記事ボックス
=============================*/
.article_box{
	padding-bottom:38px;
	padding-right:17px;
	margin-bottom:30px;
}
.article_box .article_title{
	border-top:1px solid #d6d6d6;
}

#nottop .article_box .article_title {
	border:none;
}

.article_box .article_title h2{
	padding:20px 10px 20px 20px;
	font-size:1.692em;
	line-height:1.3;
	color:#1a5357;
}
.article_box.lastChild {border-bottom:1px solid #d6d6d6;}
.article_box .entry{
	width:380px;
	float:left;
	padding-left:20px;
	line-height:1.8;
	font-size:14px;
}
.article_box.no-img .entry {
	padding-left:20px;
	float:none;
	width:auto;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:1.8;
}
/* 記事画像あり */
.article_box .figure_box{
  width:216px;
  float:right;
}
.article_box .article_figure{
 	width:200px;
	margin:0 auto;
}
.article_box .article_figure img{
 	width:200px;
}
.article_box .article_figure span {
	padding:10px 0 15px;
	display:block;
}
.article_box .imgHolder { position:relative;}
.article_box .imgHolder:before {
	background:url(../../images/117/ico_figure_001.png)no-repeat;
	display:block;
	height:31px;
	width:31px;
	content:"";
	position:absolute;
	z-index:2;
	top:-5px;
	left:-8px;
}
.article_box .imgHolder:after {
	background:url(../../images/117/ico_figure_002.png)no-repeat;
	display:block;
	height:31px;
	width:31px;
	content:"";
	position:absolute;
	z-index:2;
	bottom:-6px;
	right:-8px;
}
.article_box .article_figure a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.article_box .article_figure span{
	font-size:0.92em;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    color:#777777;

}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#999 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#999 1px solid;
	padding:10px;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
text-align:right;	
padding:50px 20px 50px 150px;
margin-bottom:10px;
}
#page_title h2{
color:#4d4d4d;
font-size:2em;
}
/*パン屑リスト*/
#pnkz {
width:643px;
padding:0em 0 0.5em; 
border-bottom:#d6d6d6 1px solid;
margin-bottom:23px;
}
#pnkz span{
	font-size:1em;
	padding-left:0.5em;
}
#pnkz a { color:#ff9834; padding-right:.5em; font-size:1em;}
/*============================
	フリーエリア
=============================*/
#side-area{
	border:1px solid #d6d8d8;
	background:#fcfcfa;
	padding: 20px 19px;
}
#foot-area{
	width:637px;
	margin:0 auto;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map01 {
	padding-left:20px;
}
#map01 iframe{
	width: 640px;
	height: 514px;
	margin-bottom:24px;
	box-shadow:1px 3px 4px rgba(80,80,80,0.5);
}
#form01 {
	padding-bottom:60px;
}

#form01 table, #map01 table, #profile01 table {
	width:637px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 30px auto;
	color:#4d4d4d;
}

#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #999;
	background-color: #fcfcfa;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.5em;
	vertical-align:middle;
	
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #999;
	padding: 0.6em 0.7em 0.6em 0.7em;
}
.ptb {
	padding:.6em 0;
}

#contact_submit td {
	padding: 1.2em 0;
	text-align:center;
	border:none;
}
/*必須項目
-----------------------------------------*/
.warning span{
	padding-left:24px;
	color:#d00276;
}
.validation_span{
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:1.7;
	padding-left:24px;
	margin:8px 0 8px 0;
	font-size:1em;
	color:#4d4d4d;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}

input,textarea {
	color:#333;
	padding:.3em .2em;
}
input:focus,textarea:focus {
	background:#FEF9E2;
	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;
}

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

