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

body {
	padding: 0;
	margin: 0;
    width: 100%;
	min-width:1024px;
	_display: inline;
	_zoom:1;
	-webkit-text-size-adjust: 100%;
}
.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}
a { text-decoration : none}
a {outline:none;}
a img {outline:none;}
li{
	padding: 0px;
	float: left;
	list-style-type: none;
	display: block;
}
img {
    border: 0px;
}

/* 画像のフェード ---------------------------------- */
.fade {  
	-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
	-o-transition: 0.1s ease-in-out;  
	transition: 0.1s ease-in-out; 
		 
}  
.fade:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.fade006 {  
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out; 
		 
}  
.fade006:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}   


/* ----------------------------------------- */
/* pagetop ---------------------------------- */
/* ----------------------------------------- */


.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1;
}
.pagetop a {
	display: block;
	width: 111px;
	height: 111px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/pagetop003.png);
	background-repeat: no-repeat;
}


 /*----------------------ヘッダー---------------------*/
.head{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 190px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.head-up{
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #54c3f1;
}
.head-bottom{
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu{
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
.menu ul{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu ul li{
	float: left;
	list-style-type: none;
	height: 50px;
}
.menu-box{
}
.menu-line{
	width: 1px;
	background-color: #a7a8a8;
}
 /*----------------------ヘッダー終わり---------------------*/

 /*----------------------TOPメイン---------------------*/
.bg-slider {
	width: 100%;
	height: 500px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #bce3f8;
}
.bg-slider__title{
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

 /*----------------------新着---------------------*/
.news-base{
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(../img/nami.png);
	background-position: center top;
	background-repeat: repeat-x;
	clear: both;
}
.news-base h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}
.news-base table{
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c4c4c3;
    height: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.news-base table td{
    margin: 0px;
    padding: 0px;
    height: 40px;
    vertical-align: middle;
}
.news-base table td p{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 45px;
	color: #000;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
.news-base table td h2{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.news-base table td img{
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news-base-left{
    width: 10%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.news-base-center{
    width: 18%;
    text-align: left;
}
.news-base-right{
	width: 72%;
	text-align: left;
}

td a:link {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
td a:visited {
	color: #000000;
}
td a:hover {
	color: #FF0000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	border-bottom-color: #FF0000;
}
.news-base p{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

 /*----------------------topics---------------------*/
.topics-base{
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	clear: both;
	background-color: #def1fb;
}
.topics{
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.topics ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.topics ul li{
    list-style-type: none;
    float: left;
    display: block;
    width: 20%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.topics ul li img{
    width: 97%;
    height: auto;


}


.topics h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}

 /*----------------------発起人---------------------*/
.member-base{
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	clear: both;
}
.member{
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.member ul{
	width: 100%;
	margin: 0px;
	padding: 0px;

}
.member ul li{
	list-style-type: none;
	float: left;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 45px;
	color: #035372;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.member h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}
.member-name{
	padding: 0px;
	width: 49.2%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c3;
}
.member-aki{
	padding: 0px;
	width: 1.6%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}
.line-top{
	padding: 0px;
	width: 32.5%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4c4c3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c3;
}
.member ul li a:link {
	color: #035372;
	text-decoration: none;
}
.member ul li a:visited {
	color: #035372;
}
.member ul li a:hover {
	color: #FF0000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	border-bottom-color: #FF0000;
}
 /*----------------------アクセス---------------------*/
.access-base{
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	clear: both;
	background-color: #def1fb;
}
.access{
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.access-top-box{
  display: flex;
flex-direction:row;
justify-content:  space-between;
		width: 100%;
}
.access-top-map{
		width: 48.5%;
}
.access-top-map p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #4d4d4d;
	text-align: justify;
	margin-top: 5px;
}

.access h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}
 /*----------------------問い合わせ---------------------*/
.toi-base{
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	clear: both;
}
.toi{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 900px;
}
.toi h1{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.toi p{
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
.toi hr{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.toi ul{
    padding: 0px;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 860px;
}
.toi ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}
.toi ul li a:link {
	color: #000000;
	text-decoration: none;
}
.toi ul li a:visited {
	color: #000000;
}
.toi ul li a:hover {
	color: #FF0000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
	border-bottom-color: #FF0000;
}
.toi-text{
	background-image: url(../img/yajirushi-foot.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 18px;
	margin: 0px;
	padding: 0px;
}
.toi-aida{
	margin: 0px;
	padding: 0px;
	width: 30px;
}
 /*----------------------おさえ---------------------*/
.shita{
	background-color: #2d99ca;
	padding: 0px;
	height: 50px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}
