@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "ＭＳ Ｐゴシック", "ms p gothic";
	font-weight:300;
	min-width:1000px;
	font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #313131;
}

a:link{
	text-decoration:none;
	color: #4092de;
    transition-property: all;
    transition-duration: 0.3s;
}
a:hover{
	opacity:0.5;
    transition-property: all;
    transition-duration: 0.3s;
}
a:visited{
	color: #4092de;
}

* {
margin: 0px;
padding: 0px;
}

img {
	border-width:0px;
	border-style:none;
	vertical-align: bottom;
}

header {
	width: auto;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    zoom: 1;
    min-width: 1000px;
}

header .box01 {
	width:1000px;
	margin:30px auto 25px;
	text-align: center;
}

header nav {
	width:1000px;
	height:auto;
	margin:0px auto 40px;
	padding:15px 0px;
	color:#cccccc;
	font-size:20px;
	text-align:center;
	line-height:200%;
	letter-spacing:1px;
	border-bottom: 3px double #313131;
	border-top: 3px double #313131;
}
header nav a:link, header nav a:visited {
	padding:10px 15px;
	color:#313131;
	text-decoration:none;
	border-radius:5px;
}
header nav a:hover {
	padding:10px 15px;
	background-color:#41458E;
	color:#FFFFFF;
	text-decoration:none;
	opacity:1;
	border-radius:5px;
}

/* メインイメージ＆ページタイトル */
#index_main-img {
	width: 1000px;
    height: auto;
    margin: 0px auto 70px;
    padding: 0px;
}


article{
	width:1000px;
	margin:0px auto;
}

article p {
	font-size:16px;
	line-height:190%;
}


/* お知らせ */
.news {
	width:1000px;
	height:auto;
	margin:0px auto;
    line-height: 170%;
	font-size:16px;
}
.news dl {
	width:960px;
	height:auto;
	margin:0px;
	padding: 18px 20px;
    line-height: 190%;
	overflow: hidden;
    position: relative;
    zoom: 1;
	border-bottom:dotted 1px #999999;
}
.news dt {
	width: 90px;
    height: auto;
    float: left;
    margin: 0px 20px 0px 0px;
}
.news dd {
    width: 850px;
    height: auto;
    margin: 0px;
    float: left;
}
.news dd a {
    color: #448aca;
	text-decoration:underline;
}

.news dl p {
    width: 70px;
    height: auto;
    margin: 4px 0px 0px 0px;
    padding: 0px 15px;
    background-color: #cccccc;
    color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 180%;
    text-align: center;
}
.news dl .news {
    background-color: #61adde;
}
.news dl .important {
    background-color: #f56758;
}
.news dl .other {
    background-color: #bbbbbb;
}

/* 区切り線 */
hr {
	margin:0px 0px 30px 0px;
	border-bottom:1px dotted #999999;
	border-top:none;
	border-left:none;
	border-right:none;
}


/* VIEW ALL ボタン */
.view_all {
	width:auto;
	height:auto;
	margin:30px auto 50px;
	padding:0px;
	text-align:center;
	display:block;
}

.view_all a, .view_all a:link {
	width:auto;
	height:auto;
	margin:0px auto;
	padding:10px 40px;
	font-size:18px;
	text-align:center;
	background-color:#009944;
	color:#ffffff;
	border-radius:5px;
}


/*トップへ戻るボタン*/
#pagetop{
	display:block;
    position: fixed;
    bottom: 20px;
    right: 20px;
	width:60px;
    height:60px;
	font-size:15px;
	font-weight:normal;
	line-height:150%;
    color:#67b65c;
	text-align:center;
	z-index:99999;
}

#pagetop a {
	display:block;
    position: fixed;
    bottom: 20px;
    right: 20px;
	width:60px;
    height:60px;
    background-color:#eeeeee;
    padding:15px 10px 5px 10px;
	margin:20px auto 0 auto;
    color:#666666;
	text-decoration:none;
}

#pagetop a:hover {
  	filter:alpha(opacity=50);
  	-moz-opacity: 0.5;
  	opacity: 0.5;
}


/* footer */
footer {
	width:auto;
	height:auto;
	margin:80px auto 0px;
	padding:50px 0px 40px;
	min-width:1000px;
	text-align:center;
	background-color: #eeeeee;
}
footer .logo {
	width:200px;
	height:auto;
	margin:0px auto;
	padding:0px;
}
footer p{
	margin:20px 0px 0px;
	padding:0px;
	font-size:15px;
	line-height:250%;
}
footer .link{
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height:250%;
}
footer .link a {
	color:#ffffff;
}
footer .copy {
	margin:20px 0px 0px;
	font-size:12px;
	font-family: 'Amiri', serif;
	letter-spacing: 1px;
}


/* GoogleMap */
#googlemap {
	width:auto;
	height:480px;
	margin:0px;
	padding:0px;
	min-width:1000px;
}



/* font */

h1 {
	font-size:70px;
	font-weight:700;
	font-style: italic;
	margin:0px 0px;
	padding: 0;
	line-height: 100%;
	font-family: 'Amiri', serif;
	letter-spacing: 1px;
}
h3 {
	width:1000px;
	height:auto;
	margin:0px auto 20px;
	padding:0px 0px 15px;
	color:#41458E;
	font-size:26px;
	font-weight:bold;
	border-bottom:3px solid #41458E;
}
.news h3 {
	margin:0px auto;
}

.title_eiji01{
font-family: 'Amiri', serif;
font-size:20px;
letter-spacing:1px;
}

.font-color_red{
	color:#dd0000;
}
.font-color_jade-green{
	color:#31b8a0;
}
.font_s {
	font-size:12px;
	margin: 10px 0px 0px;
}
