/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}

body {
	font-size: 0.875em;/*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*/
}

/*============================
　共通チップス
=============================*/
body {
	line-height:150%;
}

.clear {
	clear:both;
}

/*clearfix*/
.clearfix:after	{
	content:"";
	clear:both;
	display:block;
	height:0;
}

.hide {
	display:none;
}

a {
	color:#214976;
	text-decoration:none;
}

a:hover {
	color:#32afcb;
	text-decoration:none;
}

/*============================
レイアウト・背景色・基本文字色
=============================	*/
body {
	background-color:#FFF;
	color:#4d4d4d; /*このテンプレの基本色*/
	text-align:left;
	position:relative;
}

#content-sub {
	background-color:#FFF;
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#content {
	background-color:#FFF;
	width:980px;
	margin:20px auto 0;
	position:relative;
	overflow:hidden;
}

#sidebar {
	width:240px;
	float:left;
	padding:0 10px 80px;
}

#main {
	width:690px;
	float:right;
}

/*============================
ヘッダー
=============================*/
#header {
	border-top:#32afcb 3px solid;
	width: 100%;
	min-height:64px;
	padding-bottom:46px;
}

#headerIn {
}

#header-inner {
	margin:0 auto;
	width:980px;
	min-height:64px;
}

#site_title {
	float:left;
	width:480px;
	text-align:left;
	margin-top:18px;
}

#site_title h1 {
	font-size:24px;
	line-height:130%;
}

#site_title h1.png a {
	color:#333333;
	font-weight:normal;
}

#site_title h1.png a img {max-width:550px;}

#site_title a {
	color:#764f4f;
	text-decoration:none;
}

#site_title a:hover {}

#site_title a:hover img {}

/*　ヘッドメニュー */
#head_nav{
	float:right;
	width:300px;
	padding-top:4px;
}

#head_nav ul {
	list-style:none;
}

#head_nav ul li {
	float:left;
	margin-left:24px;
}

#head_nav ul li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align:center;
	width:100%;
	height:auto;
	position:relative;
	top:-36px;
	margin:0 auto;
}
#global_nav a {
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}
#global_nav span#gnavMask01 {
	display:block;
	width:11px;
	height:44px;
	position:absolute;
	top:0;
	left:-11px;
	background:url(../../images/108/nav_global_001.png) left top no-repeat;
	/background :none;
}
#global_nav span#gnavMask02 {
	display:block;
	width:13px;
	height:44px;
	position:absolute;
	top:0;
	right:-13px;
	background:url(../../images/108/nav_global_002.png) left top no-repeat;
	/background :none;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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;}
/* Essentials- configure this */
#nav ul { 
	width:180px;
	top:36px;
	margin:0 auto;
	text-align:center;
}
/* Everything else is theming */
#nav {/* サブ */
	display:inline-block;
	height:auto;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	height:auto;
	white-space:nowrap;
	background:url(../../images/108/bgi_global_001.png) repeat-x left top;
}
#nav li.nav-top a {
	width:auto;
	display:block;
	padding:12px 50px 12px;
	background:url(../../images/108/nav_global_003.png) no-repeat right 1px;	
}
#nav li.nav-top a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#nav *:hover { 
	background-color: none; 
}

#nav li.nav-top:last-child a {
	background:none;
}

/* メインリストhover時のa */
#nav li.hover a {
}

/* 子メニュー */
#nav li.nav-top ul{
	padding:0 6px 6px;	-webkit-box-shadow:0 0 6px #666;
	-moz-box-shadow:0 0 6px #666;
	-ms-box-shadow:0 0 6px #666;
	-o-box-shadow:0 0 6px #666;
	box-shadow:0 0 6px #666;
	background:#FFF url(../../images/108/bgi_subNav_001.png) no-repeat center top;
}
/* 子メニューのli */
#nav li.nav-top ul li {
	white-space:normal;
	z-index:100;
	border-bottom:#CCC 1px dotted;
}
/* 子メニューのliのa */
#nav li.nav-top ul li a {
	display:block;
	height:auto;
	padding:10px;
	text-align:left;
	color:#333;
	font-size:14px;
	font-weight:normal;
	line-height:150%;
	z-index:100;
	background:none;
}

/* 子メニューのa:hover */
#nav li.nav-top ul li a:hover {
	height:auto;
	color:#32afcb;
}

#nav li.nav-top ul li:last-child {
	border-bottom:none;
}

/* リードエリア
------------------------------------------------*/
#lead_area {
	background:#d1eaff url(../../images/108/bgi_lead_001.png) repeat-x bottom;
	width:100%;
	margin:0 auto;
	position:relative;
}

#lead_areaIn {
	background:url(../../images/108/img_lead_001.png) no-repeat 80px top;
	width:980px;
	margin:0 auto;
	position:relative;
}

/*　ディスクリプション */
#site_discription {
	width:470px;
	float:left;
	/*margin-top:36px;*/
}

#site_discription h2#discription {
	clear:both;
	text-align:left;
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin-left:12px;
	line-height:1.875em;
	border-bottom:none;
}

/*　ディスクリプション（スライダ用） */
#site_discription2 {
	clear: both;
	padding-top: 10px;
	width:100%;
	/*margin-top:36px;*/
}

#site_discription2 h2#discription {
	clear:both;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:1.875em;
	border-bottom:none;
}

/*　メイン写真
------------------------------------------------*/
#cover {
	text-align:center;
	position:relative;
	/position:inherit;
	float:right;
	margin:0 12px 42px 0;
	/*width:410px;
	min-height:303px;*/
	/*margin-top:36px;*/
}

#cover img {
	text-align:left;
	width:auto;
	height:auto;
	/*padding:5px;
	background-color:#FFF;
	-webkit-box-shadow:0 0 8px #666;
	-moz-box-shadow:0 0 8px #666;
	-ms-box-shadow:0 0 8px #666;
	-o-box-shadow:0 0 8px #666;
	box-shadow:0 0 8px #666;*/
	width:365px;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:980px;
	padding:0px 0 1px;
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:409px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:409px !important;
	width:980px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:980px;
	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 {
	background: #3daecb;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #3daecb;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:184px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/108/btn-slider_001.png) 15px center no-repeat #3daecb;
left:-42px;
-moz-border-radius: 6px 0 0 6px ;
-webkit-border-radius: 6px 0 0 6px ;
border-radius: 6px 0 0 6px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/108/btn-slider_002.png) 17px center no-repeat #3daecb;
right:-42px;
-moz-border-radius: 0 6px 6px 0 ;
-webkit-border-radius: 0 6px 6px 0  ;
border-radius: 0 6px 6px 0  ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*============================
サイドバー
=============================*/
/*　sidebar 共通
-----------------------------------------*/
/*.header_left , #global_nav , #blog, #about, #qrcode {}

.header_left , .qrcodeIn {
	padding:0 15px 0 15px;	
}*/

/*　サイド共通
-----------------------------------------*/
h2 {
	padding-bottom:6px;
}

/*順番に色変える*/


/*　プロフィール
-----------------------------------------*/
#about {
	margin:0 auto;
}

#about ul {
	list-style-type:none;
	margin-top:10px;
}

#about ul li {
	height:34px;
}

#about ul li#profButtun a {
	margin:0 auto;
	display:block;
	width:240px;
	height:0;
	overflow:hidden;
	padding-top:34px;
	background:url(../../images/108/img_about_spr.png) no-repeat left top;
}

#about ul li#mapButtun a {
	margin:0 auto;
	display:block;
	width:240px;
	height:0;
	overflow:hidden;
	padding-top:34px;
	background:url(../../images/108/img_about_spr.png) no-repeat left -34px;
}

#about ul li#formButtun a {
	margin:0 auto;
	display:block;
	width:240px;
	height:0;
	overflow:hidden;
	padding-top:34px;
	background:url(../../images/108/img_about_spr.png) no-repeat left -68px;
}

#about ul li a {
	background-repeat:no-repeat;
}

#about ul li#profButtun a:hover {
	background-position:-240px 0;
}

#about ul li#mapButtun a:hover {
	background-position:-240px -34px;
}

#about ul li#formButtun a:hover {
	background-position:-240px -68px;
}

/*　トピックス 
------------------------------------------------*/
#topics {
	height:auto;
	margin:30px 0;
	padding:10px 12px 20px;
	border:#dddddd 1px solid;
}

#topics dl {
	max-height:340px;
	overflow:auto;
	margin:12px auto 0;

}

#topics dl dt {/* 日付 */
	color:#666;
	font-size:10px;
	margin:12px 0 4px;
}

#topics dl dd {/* トピックス本文 */
	color:#000;
	font-size:12px;
	line-height:1.250;
	padding-bottom:10px;
	width:195px;
	text-align:left;
	border-bottom:#dddddd 1px dotted;
}

#topics dl dd a {
	color:#214976;
}

#topics dl dd a:hover {
	color:#32afcb;
}

/*　QRコード
-----------------------------------------*/
#qrcode {
	border:#dddddd 1px solid;
	padding:10px;
	text-align:center;
}

#qrcode h2 {
	text-align:left;
}

#qrcodeIn img {
	padding:8px 0 0;
	margin:9px auto;
	text-align:center;
}

#qrcode p {
	color:#4d4d4d;
	font-size:12px;
	text-align:left;
}

/*============================
タイトル
=============================*/
/*
#title-box {
	width::752px;
	float:right;
}

h2#title {
	max-width:365px;
	min-height:250px;
	height:auto!important;
	height:250px;
	font-size:28px;
	color:#764f4f;
	line-height:7em;
	padding:36px 54px 0 0;
}

h2#title img {
	border:#FFF 6px solid;
	-moz-box-shadow: 1px 1px 5px #CCC;  
    	-webkit-box-shadow: 1px 1px 5px #CCC;
		-ms-box-shadow: 1px 1px 5px #CCC;
	box-shadow: 1px 1px 5px #CCC;
}
*/

/*============================
フッター
=============================*/

#footer {
	background:#ffffff url(../../images/108/bgi_footer_001.png) repeat-x left top;
	border-top:#32afcb 1px solid;
	width:100%;
	min-height:100px;
	height:auto!important;
	height:100px;
	position:relative;
}

#footer #footer-inner {
	width:980px;
	margin:0 auto;
	padding-bottom:50px;
	position:relative;
}

#footer-inner #foot-link {
	overflow:hidden;
}

#footer ul {
	list-style:none;	
	padding:24px 0 0;
	margin-bottom:30px;
}

#footer ul li {
	float:left;
	margin-bottom:5px;
	border-right:#333 1px solid;
}

#footer ul li a {
	font-size:0.92em;		
	color:#333;
	padding:0 22px;
}

#footer ul li:last-child {
	border-right:none;
}

/*　コピーライト */
#copyright {
	width:100%;
	margin:0 auto 30px;
}

address{
	margin:0 auto;
	text-align:center;
	font-size:0.92em;
	font-weight:normal;
	font-style:normal;
	color:#333;
	font-size:11px;
}

/*============================
ページトップ
=============================*/
#pagetop {
	clear:both;
	width:96px;
	height:24px;
	position:absolute;
	top:-24px;
	right:0;
}

#pagetop a:hover { opacity:0.75;}

/*============================
メイン
=============================*/

/*　メインエリア共通
------------------------------------------------*/

/*============================
記事ボックス
=============================*/
.article_box {
	position:relative;	
	margin:0 0 42px 0;
	border:#dddddd 1px solid;
	padding:12px 16px 26px;
}

.article_title {
	background:url(../../images/108/ico_contTitle_001.png) no-repeat left 3px;
	margin-bottom:12px;
}

.article_title h3 {
	padding:0 0 0 12px;
	color:#000;
	font-size:18px;
	font-weight:normal;
	line-height:1.5em;
}

.article_box #entry-01 {
	line-height:1.438;
	margin-bottom:12px;
	color:#4d4d4d;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:150%;
}

/* 記事画像なし */
.article_box .entry {
 	line-height:1.8;
	color:#563d12;
}

.inside_images.article_box .entry {
	line-height:1.8;
}

.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
	font-size:1.05em;
	line-height:150%;
}

/* 記事画像あり */
.article_box .article_figure {
	float:left;
	width:auto;
	padding:12px 0 0;
  	text-align:center;
	margin-right:12px;
}

.article_box .article_figure img {
  	max-width:200px;
	margin-bottom:6px;
	border:#FFF 3px solid;
	-webkit-box-shadow:0px 0px 4px #999;
	-moz-box-shadow:0px 0px 4px #999;
	-ms-box-shadow:0px 0px 4px #999;
	-o-box-shadow:0px 0px 4px #999;
	box-shadow:0px 0px 4px #999;
}

.article_box .article_figure span {
	max-width:200px;
  	font-size:11px;
  	display:block;
  	text-align:left;
	line-height:1.250;
	margin-top:6px;
	color:#4d4d4d;
}

.article_box .article_figure a:hover img {
  	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#ccc 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#ccc 1px solid;
	padding:10px;
}

/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
#lead_area.no-img {}

#lead_area.no-img #cover {
	display:none;
}

#lead_area.no-img #topics {
	position:static!important;	
	float:none!important;
	width:auto!important;
}

.no-img #topics dl {
	height:140px;
}

/*　ブログ
-----------------------------------------*/
#blog {
	margin:12px 0 48px;
	position:relative;
	border:#dddddd 1px solid;
	padding:12px 16px 26px;
}

h2#blog_ttl {
	margin-bottom:8px;
}

#blog_link{
	float:right;
	text-align:right;
}

#blog dl {
	margin-bottom:18px;
	overflow:auto;
}

#blog dl dt {	
	clear:both;
	color:#666;
	font-size:12px;
	float:left;
	width:95px;
	padding:8px 0;
	border-bottom:#dddddd 1px dotted;
}

#blog dl dd {
	color:#4d4d4d;
	font-size:14px;
	padding:8px 0;
	float:right;
	width:560px;
	border-bottom:#dddddd 1px dotted;
}

#blog dl dd a {
	color:#214976;
	text-decoration:none;
}

#blog dl dd a:hover {
	color:#32afcb;	
}

#blog a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;	
}
	
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin:20px 0 116px;
}

#inquiry a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*============================
下層ページ共通
=============================*/
#page_title {
	background:url(../../images/108/ico_page_001.png) no-repeat left 3px;
	margin-bottom:25px;
}

#page_title h2 {
	margin:0 auto;
	color:#214976;
	text-align:left;
	padding-left:12px;
	line-height:1.4em;
	font-size:20px;
	border-bottom:#fc6621 1px solid;
	padding-bottom:0;
}

/*パン屑リスト*/
#pnkz {
	font-size:10px;	
	padding:0 0 10px 10px;	
	text-align:left;
}

#pnkz a {
	color:#214976;
	margin-right:8px;
}

#pnkz span{
	margin-left:8px;
	font-size:12px;
}

/*============================
フリーエリア
=============================*/
#side-area {
	text-align:left;
	margin:30px auto 0;
	line-height:1.7;
}

#side-area  img {
	display:block;
	margin:0 auto;
	text-align:center;
}

#side-area a:hover img {
	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}

#foot-area {
	line-height:1.7;
}

#foot-area  img {
	display:block;
	margin:6px 0;
}

#foot-area a:hover img {
	filter:alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	width:660px;
	margin:0 auto;
}

#map iframe {
	width: 660px;
	height: 478px;
	margin-bottom:24px;	
}

#form {
	padding-bottom:60px;
}

#form table, #map table, #profile table {
	width:660px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 30px auto;
}

#form th, #map th, #profile th {	
	width:120px;
	color:#214976;	
	border:1px solid #ccc;
	font-size: 1em;
	font-weight:normal;
	text-align: center;
	padding: 1em 0.7em;
	vertical-align:middle;
}

#form td, #map td, #profile td {
	line-height:150%;
	border:1px solid #ccc;
	padding: 1em 0.7em;
}

.ptb {
	padding:.6em 0;
}

#contact_submit td {
	padding: 1.2em 0;
	text-align:center;
	border:none;
}

/*必須項目
-----------------------------------------*/
.warning {
	color:#2e2e2e;
}

.warning span {
	color:#d00276;
}

.validation_span {
	color:#d00276;
}

/*リード文
-----------------------------------------*/
#lead_s {
	margin-bottom:6px;
}

#lead_s h3 {
	padding:4px 0 0 0;
	color:#32afcb;
	font-size:16px;
	font-weight:normal;
}

#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;
}
/* 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;
}

/* 20191127 テーブル基本設定
-----------------------------------------*/
.article_box table {
    border-collapse: collapse;
}
.article_box table th, .article_box table td {
    border: #4d4d4d 1px solid;
    padding: 5px;
}


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

