@charset "utf-8";

/* 1289 */
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus {outline:0;}

ol, ul {list-style:none;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

body{
font:100%/1.7 verdana,"Yu Gothic Medium", "游ゴシック Medium","游ゴシック体", "Yu Gothic", YuGothic, sans-serif,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-weight: 500;
color:#252525;
-webkit-text-size-adjust:none;
background:#fff; /* ican */
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#000;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#777;
}


/**** Clearfix ****/
nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display:table;clear:both;}
nav .panel,#mainNav,.newsTitle,.bg, .post{zoom:1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"],textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background:#003366;
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
font-weight:bold;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
cursor:pointer;
background:#d7e1f4;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:960px;
padding:30px 0;
}

#sidebar{
float:right;
width:0px;
padding:30px 0;
}

#footer{
clear:both;
padding:20px 0px 10px;
border-bottom:0px solid #fff;
background:#ededed;
text-align:center;
} 


/* ヘッダー
*****************************************************/
#header .bg{background:#eee;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color:#000000;
font-size:80%;
font-weight:normal;
}


#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo{
clear:both;
float:left;
padding:25px 0 25px 12px; /* ican */
color:#000;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 50%;
}

#header ul li a:hover{background-position:3px 50%;}



/*************
/* 電話番号
*************/
#header .info{
float:right;
padding-right:20px;
padding-top:20px;
color:#000000;
font-size:14px;
font-weight:normal;
text-align:right;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
object-fit: cover;
object-position: 55% 50%
}

#subpage #mainBanner img{border:4px solid #f1f1f1;}

.slogan{
position:absolute;
max-width:100%;
font-family: 'Noto Serif JP', serif;
}

.slogan1{
padding-left:35px;
bottom:30px;
}


.slogan2{
padding-left:490px;
bottom:30px;
}


.slogan h2{
font-size:140%;
font-weight:bold;
color:#fff;
}
















/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff; /* ican */
}

.box{
margin:0 5px;
padding:10px;
border:1px solid #f1f1f1;
background:#ffffff; /* ican */
/*	border-radius: 7px;		/* CSS3草案 */
/*	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
/*	-moz-border-radius: 10px;	/* Firefox用 */
}

.box img{
max-width:100%;
height:auto;
/* border:4px solid #f1f1f1;  削除 */
}

.box h3{padding:10px 0 5px;} 

.box h3, .box p{text-align:left;} 

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}




/* 最新記事リンク 
.box h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #ccc;
}

.box h3 span{
display:block;
padding:2px 3px;
background:#ea8d9a;
}

.box h3 a{color:#fff;}

.box h3:hover span{background:#d7e1f4;}

*/














/*************
メイン コンテンツ
*************/
section.content article{
width:94.5%; 
margin:0px auto 20px;
padding:10px;
overflow:hidden;
background:#ffffff; /* ican */
}

* html section.content article{height:1%;}

section.content p{
padding:7px 15px;
margin:0px auto 5px;
}


h3.heading{
/*width:910px; */
width:94.5%; 
margin:15px auto 0px;
/* margin-left:15px;
margin-top:15px; */
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#000;
background:#ffffff; /* ican */
border-bottom: solid 3px #003366; /* ican */
font-family: 'Noto Serif JP', serif;
font-size: 120%;
}



section.content img{
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}


.aligncenter{
float:none;
clear:both;
margin:3px 0px 10px 0px;
}

.alignleft_b{
float:left;
clear:left;
margin:3px 10px 10px 0;
border:4px solid #aaa;
/* border:4px solid #aaa; */
	box-shadow: 2px 2px 2px 2px #aaa;
	-moz-box-shadow: 2px 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px 2px #aaa;
}

.alignright_b{
float:right;
clear:right;
margin:3px 0 10px 10px;
/* border:4px solid #aaa; */
	box-shadow: 2px 2px 2px 2px #aaa;
	-moz-box-shadow: 2px 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px 2px #aaa;
}
.aligncenter_b{
width:97%;
float:none;
clear:both;
margin:3px 0px 10px 0px;
/* border:4px solid #aaa; */
	box-shadow: 2px 2px 2px 2px #aaa;
	-moz-box-shadow: 2px 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px 2px #aaa;
}




#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}


/* カレンダー */
.article_cal{
width:96.5%; 
margin:0px auto 30px;
background:#ffffff;
}

/* マップ */
.article_map{
width:94.5%; 
margin:0px auto 30px;
padding:10px 10px 10px 10px;
background:#ddd;
}

/* 動画*/
.video{
width:80%; 
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:0px auto 15px; /* ican */
width:96.5%;
}


table.table th{
background-color:#ffffff; /* #F5F5F5; ican */
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:0px solid #D4D4D4;
border-right:4px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;
border-left:0px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}



table.table td{
border-collapse:collapse;
background-color:#ffffff; /* #F9F9F9; ican */
text-align:left;
padding:8px;
border-top:0px solid #D4D4D4;	/* ican */
border-right:0px solid #D4D4D4;	/* ican */
border-bottom:1px solid #D4D4D4;/* ican */
border-left:0px solid #D4D4D4;	/* ican */

/* border:1px solid #D6D6D6; */
line-height:20px;
}



/*************
テーブル お知らせ
*************/
table.table .whatnew{
	background-color:#ffffff;
}
table.table .ymd{
	width: 15%;
	line-height: 150%;
	padding	: 10px 0px 5px 10px;
	vertical-align:top;
	text-align: left;
	list-style-type: none;
}
table.table .comment{
	width: 85%;
	line-height: 150%; 
	padding	: 10px 0px 5px 0px;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
}











/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #f1f1f1;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}










/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:40px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer li a{
display:block;
padding:0 0 0 12px;
font-size: 85%;
overflow:hidden;
}

#footer li a:hover{text-decoration:underline;}

#footer li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer li li a,*:first-child+html #footer li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#333;
}




/* メインメニュー　PC用
------------------------------------------------------------*/
@media only all and (min-width: 960px){
	#header,#wrapper{
/*	width:960px;  削除 */
	padding:0;
	margin:0 auto;
	}

	.inner{           /* ican 追加 */
	width:930px; 
	padding:0px;
	margin:0 auto;
	}

	#wrapper{padding-bottom:20px;}
	
	nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	background:#003366; /* ican サイト全体のナビ色(1) */
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;} /* ican　メニュー境目(2) */

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:9px;
	padding-bottom:10px;
	color:#fff; 			/* ican　メニュー文字色(3) */
	background:#003366;		/* ican　メニュー色(4) */
	border-left:1px dotted #ebebeb; /* ican　メニュー境目(5) */
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size: 120%;
	}

	nav#mainNav ul li a span{
	color:#d7e1f4; /* ican　メニュー小文字色(6) */
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#fff;		/* ican　メニュー文字色(7) */
	background:#283593;	/* ican　選択メニュー色(8) */
	padding-top:9px;
	}



	/* スライダー */
	#mainBanner{margin-left:15px;}



	#sidebar{
	float:left;
	width:245px;
	padding:17px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	overflow:hidden;
	}


	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
 	#gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only all and (max-width:959px){
#mainNav{
clear:both;
width:100%;
margin:0 auto;
background:#003366; /* ican */
}

#mainNav a.menu{
width:100%;
display:block;
height:37px;
line-height:37px;
font-weight:bold;
text-align:left;
color:#fff;
background:url(images/menuOpen.png) no-repeat 5px 8px;
}

#mainNav a#menu span{padding-left:35px;}

#mainNav a.menuOpen{
background:url(images/menuOpen.png) no-repeat 5px -34px;
}

#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display:none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

#mainNav ul{margin:0;padding:0;}

#mainNav li{
float:none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

#mainNav li:first-child{border-top:1px solid #d5d5d5;}
#mainNav li li:first-child{border-top:0;}

#mainNav li a,#mainNav li.current-menu-item li a{
display:block;
padding:15px 10px;
text-align:left;
border-bottom:1px dashed #ccc;
color:#fff;
background:#003366; /* ican */
}

#mainNav li:last-child a{border:0;}
#mainNav li li:last-child a{border:0;}
#mainNav li li:last-child a{border-bottom:1px dashed #ccc;} 

 #mainNav li a span{display:none;}
 
#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
color:#d7e1f4;
}

#mainNav li li{
float:left;
border:0;
}

#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
padding-left:40px;
background:#003366 url(images/sub1.png) no-repeat 20px -62px;}

#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{
color:#d7e1f4;
background:#003366 url(images/sub1.png) no-repeat 20px 18px;}

#mainNav li li:last-child a{background:#003366 url(images/subLast.png) no-repeat 20px -65px;}
#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{
color:#d7e1f4;
background:#003366 url(images/subLast.png) no-repeat 20px 20px;}

nav div.panel{float:none;}

#mainImg{margin-bottom:20px;}

	/* テーブル */
	table.table{
	width:98%;
	}

}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only all and (max-width:959px){
#wrapper, #header, .inner{width:100%;}

#header h1, #header p{padding:5px 10px;}
#header h2{padding:10px;}
#header ul{padding:20px 10px;}

#mainNav ul, .thumbWrap{margin:0 auto;}
#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg img{width:100%;height:auto;}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 10px;}
#banners p img{width:100%;height:auto;}

section.widget_search{text-align:center;}

#footer{margin:0;border:0;text-align:center;}

#footer ul{text-align:center;}
#footer li{margin-right:20px;}

.thumbWrap{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0 auto;
padding-top:20px;
overflow:auto;
border:1px solid #dadada;
}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}


	/* テーブル */
	table.table{
	width:98%;
	}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only all and (max-width:644px){
#header{text-align:center;}
#header .logo{width:100%; padding:10px 0px 0px 0px;}

#header .logo img{
	float: left;
	padding-top: 5px;
    	padding-left: 25px;
}
#header p{float: left;}
#header .info{padding-top:0px;}

#header .logo span{text-align:center;  padding-left:0px;}
#header h1,#header h2,#header ul{float:none;}
#header h2{padding:10px 10px 0;}
#header ul{padding:0 10px 10px;}
#headerInfo{width:250px;margin:0 auto;}
img.alignright, img.alignleft{display:block;margin:5px auto;}
.alignright,.alignleft{float:none;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
h3.heading {width: 90%;}
table.table .ymd{
	width: 100%;
	line-height: 150%;
	padding	: 10px 0px 5px 0px;
	vertical-align:top;
	text-align: left;
	list-style-type: none;
}
table.table .comment{
	width: 95%;
	line-height: 150%; 
	padding	: 0px 10px 5px 0px;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
}


.slogan1{
padding:0px 10px;
bottom:10px;
text-align: center;
max-width:100%;
}

.slogan h2{
font-weight:bold;
color:#fff;
line-height: 160%;
}

/* 動画*/
.video{
width:100%; 
}



}