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

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

body {
	width:100%;
	margin: 0;
	 padding: 0;
	
	 /*  フォントの種類  */
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  
  /*  フォントのサイズ  */
  font-size: 18px;
  
  /*  フォントの色  */
  color: #333;
  
  /* 文字間隔の調整の設定 */
  letter-spacing: 1.5px;
  
  /* 行間の設定 */
  line-height: 1.75;
	

	 -webkit-text-size-adjust: 100%;
	
	
}

.header {
	height :auto;
	margin: 0px auto;	
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}

.header img {
	float: left;
	padding: 0;
	border-style: none;
}


#header-left {
	width:550px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}



#header-center {
	height:auto;
	float:right;
	font-size:12px;
	overflow:hidden;
	text-align:center;
	
	
}


div#header-right {
	width:210px;
	height:auto;
	float: right;
	margin-top:25px;
	
}


.head {
	margin-top:20px;
	min-width:100%;
	background:#;
	top: 0;
	
}


.menu {
    position: relative;
    height: 50px;
    width: 1260px;
    margin: 0 auto;
	list-style: none;
	
	
	
}

.menu > li {
    float: left;
    width: 245px; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
	list-style: none;
	text-align: center;
}

.menu > li a {
    display: block;
    background:#FFFFFF;
	text-decoration: none;
	color: #000000;
}

.menu > li a:hover {
    color: #000000;
	
}


/*------------------メイン画像-----------------*/


.vision {
	background:#374759;
	min-width:100%;
	height:200px;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
	/* じわっと画像が表示される */
 	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;	
	
}


.v-mini {
	padding-top:30px;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.title {
	text-align: center;
	font-size: 30px;s
	animation: SlideIn 1.6s ;
	color: #FFFFFF;
}

.title2 {
	text-align: left;
	font-size: 10px;
	font-family: 'Alegreya Sans SC', sans-serif;
	animation: SlideIn 1.6s ;
	color: #000000;
}

@keyframes SlideIn {
  0% {
    opacity: 0;/*蛻晄悄迥ｶ諷九〒縺ｯ騾乗・縺ｫ*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

@keyframes SlideIn {
  0% {
    opacity: 0;/*蛻晄悄迥ｶ諷九〒縺ｯ騾乗・縺ｫ*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



.contents1 {
	margin-top:60px; 
	height: auto;
	text-align: center;
	margin-bottom: 100px;
	width:100%;
min-width: auto;
	
	
}

.contents1 h1 {
	
	text-align: center;
	color: black;
	
}


.contents2 {
	widh:90%;
	margin-left:auto;
	margin-right: auto;
	overflow: hidden;
	display: inline-block; 
}


.map {
	width: 450px;
	height: 400px;
	float:left;
	
}

.word {
	float: left;
	width:820px;
	height: 400px;
	
}



table.row th,
table.row td{

  width:100%;

}

.contents2 table {
	width: 850px;
	margin: 0 auto;
	min-width: auto;
	
}

.contents2 table th {
  width: 20px;
  padding: 10px;
  text-align: center;
	
  
}

.contents2 table td {
  width: 500px;
  padding: 10px;
  text-align: left;
	
}


/*主な共通部分は省略*/

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}


.contents2 table {
	width: 95%;
	margin: 0 auto;
	min-width: auto;
	
}

.contents2 table th {
  width: 200px;
  padding: 10px;
  text-align: left;
	
  
}

.contents2 table td {
  width: 400px;
  padding: 10px;
  text-align: left;
	
}



/*-------------------フッター開始------------------------------*/


#footer {
	min-width:1260px;
	height:200px;
	margin-top: -15px;
	margin-left:auto;
	margin-right:auto;
	background-color:#EFEFEF;
	color:#000000;
	
}

#footer-wrap-in {
	width:1000px;
	margin: 40px auto;
	padding: 5px;
	overflow: hidden;
}

.sitemap {
	width:200px; 
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	float: left;
	
}


a.white:link {
text-decoration:none;
color : #000000; 
}
a.white:visited {
text-decoration:none;
color : #000000; 
}
a.white:active {
text-decoration:none;
color : #000000; 
}
a.white:hover {
text-decoration:none;
color : #000000; 
}

