/*============================
　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: 87.5%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 14px; /*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*/
}
/*============================
　共通チップス
=============================*/
html,body { height:100%;}
body {
	line-height:1.5;
}
.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 :#e2e2e2 url(../../images/122/bgi_body_001.gif) left top repeat-x;
	color:#4d4d4d; /*このテンプレの基本色*/
	text-align:center;
}
body#nottop {
	
}
#container{
	margin:0 auto;
	width:980px;
	text-align:left;
}

#content{
	width:980px;
	background:#ededed;
	height:100%;
	margin:0 auto;
}
#sidebar{
	width:280px;
	float:left;
}
#main{
	width:700px;
	float:right;
	background:#d2d2d2;
}
/*============================
	ヘッダー※site_title,site_discriptionは#sidebarに内包されてます
=============================*/
#header {
	position:relative;
	height:78px;
	background:#282828 url(../../images/122/bgi_header.gif);
	margin:0 auto;
}

/*　ヘッドメニュー */
#head_nav{
	position:absolute;
	right: 0;
}
#head_nav ul{
	list-style:none;
}
#head_nav ul li{
	float:left;
}
/*============================
	フッター
=============================*/

#footer {
	width:100%;
}
#footer #footerIn{
width:980px;
margin:0 auto;
}
#footer #footerIn .footerLeft {
	width:280px;
	float:left;
	background:#fff;
	text-align:left;
}
/*　コピーライト */
address{
	padding:13px 15px 20px 14px;
	clear:both;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    font-size:12px;
	font-style:normal;
	color:#7f7f7f;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	width:700px;
	float:right;
	background:#bdbdbd;
}
#pagetop .pagetopIn{
	width:119px;
	height:100%;
	float:right;
	clear:right;
	border-left:1px solid #fff;
}
#pagetop .pagetopIn a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
#pagetop .pagetopIn a img {
	position:absolute;
	width:96px;
	height:12px;
	left:10px;
	top:50%;
	margin-top:-6px;
}
/*============================
	サイドバー
=============================*/
#sidebar{
	margin-top:-78px;
}

/*　site_title,site_discription
-----------------------------------------*/
.header_left{
	position:relative;
	background :#fff;
	padding:75px 0 0 0;
	border-bottom:1px solid #d3d3d3;
	-webkit-box-shadow:#fff 0 1px 0;
	-moz-box-shadow:#fff 0 1px 0;
	box-shadow:#fff 0 1px 0;
}
.header_left:after{

}
#site_title{
	text-align:center;
}
#site_title h1{
	font-size:1.64285714em;
	padding:0 10px 35px 10px;
	line-height:1.5;
}
#site_title h1 img{
	max-width:240px;
	width:auto!important;
	width:240px;
}
#site_title a {
	color:#272727;
	text-decoration:none;
}
#site_title a:hover {
	text-decoration:underline;
	/*text-decoration:none;*/
}
#site_title img {
}
#site_title a:hover img {
}
#site_discription {
 padding-bottom:25px;
}
#site_discription h2{
	font-size:1em;
	padding:0 15px 0 10px;
	font-weight:normal;
	color:#989da1;
}



/*　グローバルナビ
-----------------------------------------*/
#global_nav{ margin-bottom:20px;}
#global_nav h2 { padding-top:15px;}

#global_nav dl { padding:0; font-size:1.07142857em;}

#global_nav dl dt{/* 親メニュー */

}

#global_nav dl dt a {
	color:#050505;
	display:block;
	position:relative;
	padding:22px 46px 22px 15px;
	text-decoration:none;
	border-bottom:1px solid #d3d3d3;
	-webkit-box-shadow:#fff 0 1px 0;
	-moz-box-shadow:#fff 0 1px 0;
	box-shadow:#fff 0 1px 0;
}
#global_nav dl dt a:after {
	display:block;
	position:absolute;
	content:"";
	background:url(../../images/122/ico_navi_001.png) no-repeat;
	width:12px;
	height:18px;
	top:50%;
	right:15px;
	margin-top:-8px;
}
#global_nav dl dd a:hover,
#global_nav dl dt a:hover { background:#fff;}
#global_nav dl dt a:hover:after {
	background:url(../../images/122/ico_navi_hover_001.png) no-repeat;
}
#global_nav dl dd {
	
}
#global_nav dl dd a {
	color:#050505;
	display:block;
	text-decoration:none;
	padding:17px 46px 17px 25px;
}
#global_nav dl dt.parent {}
#global_nav dl dd+dt {}
#global_nav dl dd.lastchild a{
	border-bottom:1px solid #d3d3d3;
	-webkit-box-shadow:#fff 0 1px 0;
	-moz-box-shadow:#fff 0 1px 0;
	box-shadow:#fff 0 1px 0;
}
/*　ブログ
-----------------------------------------*/
#blog{
	padding: 0 0 15px 0;
	margin-bottom:20px;
	border-bottom:1px solid #d3d3d3;
 	-webkit-box-shadow:#fff 0 1px 0;
	-moz-box-shadow:#fff 0 1px 0;
	box-shadow:#fff 0 1px 0;
}
#blog h2 { padding-left:17px; position:relative;}
#blog h2 span {
	position:absolute;
	display:block;
	font-size:12px;
	font-weight:normal;
	top:10px;
	right:15px;
}
#blog h2 span a:hover {color:#f28646;}
#blog dl { padding:0 25px;}
#blog dl dt{/* 日付 */
padding:10px 0 0 12px;
color:#050505;
font-size:1em;
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;	
}
#blog dl dd a{
display:block;		
font-size:1.08em;
padding-left:12px;
color:#050505;
}
#blog dl dd a:hover {
	color:#f28646;
	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{
	padding: 0 0 15px 0;
	margin-bottom:20px;
	border-bottom:1px solid #d3d3d3;
 	-webkit-box-shadow:#fff 0 1px 0;
	-moz-box-shadow:#fff 0 1px 0;
	box-shadow:#fff 0 1px 0;
}
#about h2 { padding-left:17px; position:relative; margin-bottom:15px;}
#about ul{
list-style:none;
padding: 0 28px;
}
#about ul li{
font-size:1.153em;
padding:10px 0;	
}
#about ul li:last-child { border:none;}
#about ul li a{
padding:10px 0;	
}
/*　QRコード
-----------------------------------------*/
#qrcode{
	padding: 0 0 15px 0;
	margin-bottom:20px;
	border-bottom:1px solid #d3d3d3;
 	-webkit-box-shadow:#fff 0 1px 0;
	-moz-box-shadow:#fff 0 1px 0;
	box-shadow:#fff 0 1px 0;
}
#qrcode h2 { overflow:hidden; padding:8px 0;}
#qrcode .qrcodeIn{
	padding:0 15px 0 10px;
	
}
#qrcode .qrcodeIn img {
 margin-right:11px;
 float:left;
}

#qrcode p{
color:#050505;
overflow:hidden;
font-size:12px;	
text-align:left;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}

/*============================
	メイン
=============================*/
/* スライド
------------------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:660px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(125,125,125,.7);
    -moz-box-shadow: 0 1px 3px rgba(125,125,125,.7);
    box-shadow: 0 1px 3px rgba(125,125,125,.7);
	margin: 39px auto -6px;
}
.bx-wrapper {
    margin-bottom:30px!important;
	height:275px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:275px !important;
	width:660px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	border-radius: 4px;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:660px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #bbb;
	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: #666;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:12px;
	height:18px;
	margin:0;
	bottom:-26px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/122/btn-slider_001.png) 0 0 no-repeat ;
	left:252px;
	opacity:0.3;
}
.bx-wrapper .bx-prev:hover {
	opacity:0.9;
}
.bx-wrapper .bx-next {
	background:url(../../images/122/btn-slider_002.png) 0 0 no-repeat ;
	right:252px;
	opacity:0.3;
}
.bx-wrapper .bx-next:hover {
	opacity:0.9;
}

#lead_area{/* リードエリア */
	width: 641px;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 39px auto 20px;
	background-color: #ebebeb;
	-webkit-box-shadow: 0 1px 3px rgba(125,125,125,.7);
	-moz-box-shadow: 0 1px 3px rgba(125,125,125,.7);
	box-shadow: 0 1px 3px rgba(125,125,125,.7);
}
#lead_area .lead_area_in {
	padding-right:13px;
	background:#d2d2d2;
	overflow:hidden;
	*zoom:1;
}
#lead_area .lead_area_in #cover {
	width:365px;
	float:left;
	margin-right:10px;
}
/*　メイン写真
------------------------------------------------*/
#lead_area .lead_area_in #cover img{
	width:365px;
}
/*　トピックス 
------------------------------------------------*/
#lead_area #topics{
	overflow:hidden;
}
#topics p{
border-bottom:1px solid #ababab;
padding: 8px 0 8px 0px;
box-shadow: 0 1px 0 #fff;
}
#topics dl{
	padding:0;
	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;
color:#2b2b2a;
padding:13px 0 5px 0;
}
#topics dl dd{/* トピックス本文 */
　width:220px; 
  font-size:0.84em;
  color:#232222;
}
#topics dl dd a{
 color:#232222;
 text-decoration:underline;
}
#topics dl dd a:hover {
	color:#f28646;
	text-decoration:none;
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none;
}
.no-img #topics{
position:static!important;	
float:none!important;
width:auto!important;
padding-left:15px;
padding-bottom:15px;	
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	width:661px;
	margin: 0 auto 100px;
	text-align:right;
}
#inquiry a:hover{
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
/*============================
	記事ボックス
=============================*/
.article_box {
	width:661px;
	margin:0 auto 50px;
}
.article_box .article_title{
	padding:14px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(92,92,92,.49);
	-moz-box-shadow: 0 1px 1px rgba(92,92,92,.49);
	box-shadow: 0 1px 1px rgba(92,92,92,.49);
	margin-bottom:3px;
}


.article_box .article_title h2{
	color:#050505;
	font-size:18px;
}

.article_box_inner {
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ebebeb;
	-webkit-box-shadow: 0 1px 1px rgba(92,92,92,.49);
	-moz-box-shadow: 0 1px 1px rgba(92,92,92,.49);
	box-shadow: 0 1px 1px rgba(92,92,92,.49);
}
.article_box_inner .entryWrap {
	background:#fff;
	padding:20px 10px 20px 10px;
}
.article_box .entry{
	width:408px;
	float:left;
	line-height:1.8;
	font-size:14px;
	color:#444;
}
.article_box.no-img .entry {
	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:200px;
  float:right;
}
.article_box .article_figure{
 	width:200px;
	margin:0 auto;
}
.article_box .article_figure img{
 	width:200px;
}
.article_box .article_figure span {
	padding:3px 0 12px;
	display:block;
}
.article_box .imgHolder { position:relative;}

.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:12px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    color:#444;

}
/*記事ボックス内のテーブル*/
.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:center;	
margin:0 auto 24px;
padding:17px 20px;
width: 621px;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
background-color: #2d2d2d;
-webkit-box-shadow: 1px 2px 3px rgba(120,117,117,.75);
-moz-box-shadow: 1px 2px 3px rgba(120,117,117,.75);
box-shadow: 1px 2px 3px rgba(120,117,117,.75);
}
#page_title h2{
color:#fff;
font-size:20px;
}
/*パン屑リスト*/
#pnkz {
background:#bdbdbd;
padding:13px 18px 11px 18px;
border-bottom:#d6d6d6 1px solid;
margin-bottom:32px;
}
#pnkz span{
	color:#282828;
	font-size:1em;
	padding-left:15px;
	background:url(../../images/122/img_topicpath_arror.png) no-repeat left center;
}
#pnkz #the_home {
	display:inline-block;
	width:15px;
	height:0;
	padding-top:13px;
	overflow:hidden;
	*zoom:1;
	background:url(../../images/122/img_topicpath_home.gif) no-repeat;
}
#pnkz a { 
	color:#282828;
	padding-left:15px;
	padding-right:8px;
	background:url(../../images/122/img_topicpath_arror.png) no-repeat left center;
}
#pnkz a:hover { color:#f5843f;}
/*============================
	フリーエリア
=============================*/
#side-area{
	padding: 20px 19px;
}
#foot-area{
	width:641px;
	background:#fff;
	margin:0 auto 50px;
	padding:20px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(92,92,92,.49);
	-moz-box-shadow: 0 1px 1px rgba(92,92,92,.49);
	box-shadow: 0 1px 1px rgba(92,92,92,.49);
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/

#map01 iframe{
	width: 641px;
	height: 514px;
	margin-bottom:24px;
}
#profile01,
#map01,
#form01 {
	width:641px;
	padding:10px;
	margin:0 auto 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ebebeb;
	-webkit-box-shadow: 0 1px 1px rgba(92,92,92,.49);
	-moz-box-shadow: 0 1px 1px rgba(92,92,92,.49);
	box-shadow: 0 1px 1px rgba(92,92,92,.49);
}

#profile01 .profileInner,
#form01 .formInner {
	padding:15px;
	background:#fff;
}

#form01 table, #map01 table, #profile01 table {
	width:100%;
	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;
	margin: 0 0 1.2em 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%;
}

