/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
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;
}
.hide {
	display:none;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	opacity:0.5;
}
/*============================
レイアウト・背景色・基本文字色
=============================	*/
body {
	background-color:#FFF;
	color:#5c5c5c; /*このテンプレの基本色*/
	text-align:center;
}

#bodyIn {
	height:100%;
	background:url(../../images/110/bgi_body_001.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container {
	width:100%;
	margin:0 auto;
	text-align:left;
}

#leadArea {
	width:800px;
	margin:0 auto;
	padding-top:45px;
}

#content{
	width:800px;
	margin:0 auto;
}

#sidebar{
	float:left;
	width:234px;
	margin:32px 0 80px;
	background:url(../../images/110/bgi_sidebar_001.png) repeat-y left top;
}

#main{
	float:right;
	width:540px;
	margin-bottom:80px;
}

/*============================
ヘッダー
=============================*/
#header {
	width:800px;
	margin:0 auto;
}

#headerIn {
	float:left;
	width:590px;
}

#site_title {
	float:left;
	padding:30px 30px 0 0;
	width:140px;
}

#site_title h1.png a {
	color:#5c5c5c;
	font-size:20px;
	text-decoration:none;
}

#site_title h1.png a img {
	max-width:140px;!important
}

/*　ディスクリプション */
#site_discription {
	float:right;
	width:420px;
	padding-top:25px;
}
#site_discription h2#discription {
	font-size:12px;
	font-weight:normal;
	color:#606060;
}

/*　ヘッドメニュー */
#head_nav{
	float:right;
	margin-top:20px;
}

#head_nav ul{
	list-style:none;
}

#head_nav ul li{
}

#head_nav ul li a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*　メイン写真
------------------------------------------------*/
#cover{
	float:left;
	width:365px;
/*float:left;*/
}

#cover img{
}

/*　トピックス
------------------------------------------------*/
#topics{
	float:right;
	width:360px;
	padding:0;
}

#topics-title {
	margin-bottom:12px;
}

#topics-title p img {
	padding:0;
}

#topics-title p span{
	font-size:18px;
	color:#360;
}

#topics dl{
	max-height:132px;
	padding-left:11px;
	overflow:auto;
	background:url(../../images/110/bgi_topics_001.png);
}

#topics dl dt{/* 日付 */
	color:#555555;
	font-size:0.84em;
	float:left;
	width:56px;
	clear:both;
	padding:5px 0;
}

#topics dl dd{/* トピックス本文 */
	color:#333333;
	font-size:12px;
	padding:5px 0;
	float:right;
	width:200px;
	margin-right:40px;
}

#topics dl dd a{
}

/*　トピックス （スライダ用）
------------------------------------------------*/
#topics2{
	width:540px;
	padding:0;
	margin-top: 32px;
}


#topics2 dl{
	max-height:150px;
	overflow:auto;
}

#topics2 dl dt{/* 日付 */
	color:#555555;
	font-size:0.84em;
	float:left;
	width:50px;
	clear:both;
	padding:5px 0;
}

#topics2 dl dd{/* トピックス本文 */
	color:#333333;
	font-size:12px;
	padding:5px 0;
	float:right;
	width:410px;
	margin-right:40px;
}

#topics dl dd a{
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:800px;
	padding:0px 0 1px;
	margin-top: -20px;
	margin-bottom: -20px;
	margin-left: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:334px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:334px !important;
	width:800px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:800px;
	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: #42b3d7;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #42b3d7;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:146px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/110/btn-slider_001.png) 17px center no-repeat #42b3d7;
left:-42px;
-moz-border-radius: 21px 0 0 21px ;
-webkit-border-radius: 21px 0 0 21px ;
border-radius: 21px 0 0 21px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/110/btn-slider_002.png) 14px center no-repeat #42b3d7;
right:-42px;
-moz-border-radius: 0 21px 21px 0 ;
-webkit-border-radius: 0 21px 21px 0  ;
border-radius: 0 21px 21px 0  ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*　グローバルナビ
-----------------------------------------*/
#global_nav {
	margin-bottom:22px;
}

/* 親メニュー */
#global_nav dl {
	overflow:hidden;
}

#global_nav dl dt{
	position:relative;
	top:0;
	margin:0 0 4px;
	width:234px;
	background:#3bb3d9;
	-moz-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		-webkit-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		-ms-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		border-radius: 0 50px 50px 0 / 0 50px 50px 0;
}

#global_nav dl dt a.menu-a {
	display:block;
	padding:6px 0 6px 32px;
	background:url(../../images/110/ico_menu_001.png) no-repeat 12px center;
	color:#FFF;
	text-decoration:none;
}

#global_nav dl dt a:hover {
	position:relative;
	top:0;
	color:#3bb3d9;
	width:202px;
	background:#ceecf5 url(../../images/110/ico_menu_001.png) no-repeat 12px center;
	-moz-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		-webkit-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		-ms-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		border-radius: 0 50px 50px 0 / 0 50px 50px 0;
}

#global_nav dl dd{/* 子メニュー */
	width:221px;
	border-top:#78a4b0 1px solid;
	border-bottom:#78a4b0 1px solid;
	margin-top:-1px;
}

/*#global_nav dl dd + dt a { border-top:1px dotted #454545;}*/

#global_nav dl dd a{
	background:url(../../images/110/ico_menuSub_001.png) no-repeat 10px center;
	font-size:1em;
	color:#5c5c5c;
	display:block;
	line-height:130%;
	padding:6px 6px 10px 27px;
	text-decoration:none;
}

#global_nav dl dd a:hover {
	background-color:#ceecf5;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#global_nav dl dd.last {
	margin-bottom:4px;
}

/*#global_nav dl dd.first { border-top:none;}*/

/*　プロフィール
-----------------------------------------*/
h2#aboutTitle {
	position:relative;
	top:0;
	margin:8px 0;
	padding:6px 0 6px 32px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	width:202px;
	background:#0091b8 url(../../images/110/ico_menu_001.png) no-repeat 12px center;
	-moz-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		-webkit-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		-ms-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		border-radius: 0 50px 50px 0 / 0 50px 50px 0;
}

#about {
	margin-bottom:15px;
}

#about ul li {
	list-style-type:none;
}

#about ul li a {
	display:block;
	background:url(../../images/110/ico_about_001.png) no-repeat 10px center;
	height:24px;
	color:#3d3d3d;
	text-decoration:underline;
	padding:6px 0 0 30px;
}

#about ul li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*　ブログ
-----------------------------------------*/
#blogTitle {position:relative;}

#blogTitle h2 {
	position:relative;
	top:0;
	margin:8px 0;
	padding:6px 0 6px 32px;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	width:202px;
	background:#0091b8 url(../../images/110/ico_menu_001.png) no-repeat 12px center;
	-moz-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		-webkit-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		-ms-border-radius: 0 50px 50px 0 / 0 50px 50px 0;
		border-radius: 0 50px 50px 0 / 0 50px 50px 0;
	-moz-box-shadow: 0 0 2px #bab58e;
		-webkit-box-shadow: 0 0 2px #bab58e;
		-ms-box-shadow: 0 0 2px #bab58e;
		box-shadow: 0 0 2px #bab58e;
}

#blogTitle .more-btn-area {
	position:absolute;
	top:4px;
	right:12px;
}

#blog {
	width:198px;
	margin-bottom:42px;
}

#blog ul li {
	list-style-type:none;
}

#blog ul li a {
	display:block;
	background:url(../../images/110/ico_about_001.png) no-repeat 10px 12px;
	color:#3d3d3d;
	text-decoration:underline;
	padding:6px 0 0 30px;
}

#blog ul li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
}


/*　QRコード
-----------------------------------------*/
#qrcode {
	width:198px;
	padding:8px 0 16px 0;
	text-align:center;
	color:#333;
	border:#c2c2c2 1px solid;
	-moz-border-radius: 5px / 5px;
		-webkit-border-radius: 5px / 5px;
		-ms-border-radius: 5px / 5px;
		border-radius: 5px / 5px;
}

#qrcode h2 {
	color:#333333;
	margin-top:1em;
	font-size:13px;
	text-align:center;
}

#qrcode img {}

/*============================
記事ボックス
=============================*/
.article_box {
	/*position:relative;*/
	margin:24px 0 0;
}
.article_title {
	padding-bottom:12px;
	margin-bottom:20px;
	border-bottom:#5c5c5c 1px solid;
	line-height:1.3;
}
.article_title h3 {
	font-size:20px;
	color:#5c5c5c;
	padding:6px 6px 0 0;
}
.article_box #entry-01 {
	width:310px;
	color:#333333;
	padding-left:10px;
	float:right;
	line-height:1.6;
}
.article_box #entry-02 {
	line-height:1.6;
	color:#333333;
}
/*.article_box #entry-02 span {
	font-size:36px;
}*/
.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
	line-height:150%;
}
/* 記事画像あり */
.article_box .article_figure {
	width:210px;
	float:left;
}
.article_box .article_figure img {
	width:200px;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.article_box .article_figure span {
	font-size:10px;
	color:#444135;
	display:block;
	padding:3px 0 10px;
}
/* 記事画像なし */
.article_box.no-img {}
.article_box.no-img .entry{
	float:none!important;
	width:710px!important;
	padding:0 10px;
}
/*記事ボックス内のテーブル*/
.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;
}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin:24px 0 36px;
}

#inquiry a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*============================
ページトップ
=============================*/
#pagetop {
	width:102px;
	height:18px;
	position:absolute;
	top:-18px;
	right:120px;
}

#pagetop a {
	display:block;
	width:100%;
	height:0;
	padding-top:18px;
	overflow:hidden;
	_zoom:1;
	background:url(../../images/110/btn_pagetop_001.png) no-repeat 0 0;
}

#pagetop a:hover { opacity:1;}

/*============================
フッター
=============================*/

#footer {
	width:100%;
	background-color:#949494;
	position:relative;
	padding:30px 0;
}

#footer #footer-inner {
	width:800px;
	margin:0 auto;
}

/*　コピーライト */
#copyright {
	width:800px;
	margin:0 auto;
}

address {
	width:100%;
	text-align:center;
	font-size:0.92em;
	font-weight:normal;
	font-style:normal;
	color:#FFF;
}

/*============================
サイドバー
=============================*/
/*　sidebar 共通
-----------------------------------------*/
.header_left , #global_nav , #blog, #about, #qrcode {

}
.header_left , .qrcodeIn {
padding:0 15px 0 15px;
}

/*============================
下層ページ共通
=============================*/

#pageTitle {
	width:800px;
	margin:0 auto;
	text-align:center;
	padding:30px 0 0 0;
}

#pageTitle h2 {
	font-size:30px;
	font-weight:normal;
	color:#5c5c5c;
	line-height:1.5em;
	width:800px;
	margin:0 auto;
	text-align:center;
	padding:30px 0 27px 0;
	background:url(../../images/110/bgi_pageTitle_001.png);
	-moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
	-ms-box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
}

/*パン屑リスト*/
#pnkz {
	width:800px;
	margin:7px auto 0;
	font-size:11px;
	padding:0 5px 0 0;
	text-align:right;
	color:#333333;
}

#pnkz p span{}

/*============================
フリーエリア
=============================*/
#side-area{
	width:168px;
	margin-top:36px;
	padding:15px;
	border:1px dotted #CCC;
}
#side-area img{
	max-width:100%;
}
#foot-area{
	margin-top:40px;
	padding:15px;
	border:1px dotted #CCC;
}
#foot-area img{
	max-width:100%;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
	width:540px;
	margin:30px auto 0 auto;
}

#map iframe　{
	width: 540px;
	height: 360px;
	margin-bottom:24px;
}

#form {
	padding-bottom:60px;
}

#form table, #map table, #profile table {
	width:540px;
	text-align:left;
	border-collapse: collapse;
	margin:20px auto 30px auto;
}

#form th, #map th, #profile th {
	width:160px;
	border:1px solid #999;
	background-color:#ceecf5;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.5em;
	vertical-align:middle;
}

#form td, #map td, #profile td {
	line-height:150%;
	border:1px solid #999;
	padding: 0.6em 0.7em 0.6em 0.7em;
	background-color:#FFF;
}

.ptb {
	padding:.6em 0;
}

#contact_submit td {
	padding: 1.2em 0;
	text-align:center;
	border:none;
}

#frame iframe {
    border: none;
    width: 540px;
    height: 350px;
}

/*必須項目
-----------------------------------------*/
.warning span {
	color:#d00276;
}
.validation_span {
	color:#d00276;
}

/*リード文
-----------------------------------------*/
#lead_s {
	line-height:150%;
	font-size:1em;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.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: #333 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%;
}

