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

#mainNav{
	width: 1512px;
	margin: 10px auto 15px auto;
	}

#mainNav .logo{
	width: 450px;
	padding:20px 0 0 0;
	margin-right: 118px;
}

#mainNav .mainNav{
	width: 236px;
}

#mainNav li{
	float: left;}

#about_mainVis{
	width: 100%;
	height: 550px;
	background-image: url(../img/about/about_main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.about_mainVisBox img{
	padding-top: 80px;
	width: 242px;
}

.aboutTitle{
	font-size: 35px;
	line-height: 50px;
	margin-top: 50px;
	color: #3e3a39;
	letter-spacing: 2px;
}

.aboutP{
	font-size: 17px;
	color: #3e3a39;
	line-height: 28px;
	margin-top: 50px;
}

#kaicho_aisatu{
	width: 1000px;
	margin: 150px auto 0 auto;
}

.kaicho_L{
	float: left;
	width: 620px;
	}

.kaicho_L img{
	width: 617px;
	}

.kaicho_L p{
	font-size: 17px;
	line-height: 35px;
	text-align: justify;
text-justify: inter-ideograph;
	margin-top: 30px;
}

.kaicho_R img{
	float: right;
	width: 300px;
}

#syacho_aisatu{
	width: 1000px;
	margin: 150px auto 0 auto;
}

.syacho_L img{
	float: left;
	width: 300px;
}

.syacho_R{
	float: right;
	width: 620px;
}

.syacho_R p{	font-size: 17px;
	line-height: 35px;
	text-align: justify;
text-justify: inter-ideograph;
	margin-top: 30px;
}

#about{
	width: 1000px;
	margin: 150px auto 0 auto;
	text-align: center;
	font-size: 30px;
	letter-spacing: 3px;
	border-bottom: 2px solid #319cd2;
	padding-bottom: 20px;
}

.aboutBox{
	width: 1000px;
	margin: 20px auto 0 auto;
}

.about_L{
	width: 500px;
	float: left;
}

table{
	width: 500px;
}

th,td{
	border-bottom: 1px dotted #3e3a39;
	padding: 12px 0 12px 10px;
	text-align: left;
	line-height: 22px;
}

th{
	background-color: #e6f5ff;
	width: 120px;
}

.map{
	width: 470px;
	float: right;
}

.w1000_3{
	width: 1000px;
	margin: 0px auto 0 auto;
}

.recBtn{
	width: 1000px;
	text-align: center;
}

/*ボタン*/
#sousin {
  display: inline-block;
  width: 500px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
margin: 50px 0 0 482px;
}
#sousin::before,
#sousin::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#sousin,
#sousin::before,
#sousin::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sousin {
  position: relative;
  z-index: 2;
  background-color: #f9ef00;
  border: 2px solid #f9ef00;
  color: #3e3a39;
  line-height: 70px;
	margin: 30px auto 0 auto;
	font-size: 18px;
}
#sousin:hover {
  background-color: #fff;
  border-color: #00648c;
  color: #00648c;
}
#sousin::before,
#sousin::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f9ef00;
}
#sousin::before {
  right: 0;
}
#sousin::after {
  left: 0;
}
#sousin:hover::before,
#sousin:hover::after {
  width: 0;
  background-color: #59b1eb;
}
/*ボタン*/

@media screen and (max-width: 750px) {
	
#mainNav{
	display: none;
	width: 1512px;
	margin: 10px auto 15px auto;
	}

#mainNav .logo{
	width: 450px;
	padding:20px 0 0 0;
	margin-right: 118px;
}

#mainNav .mainNav{
	width: 236px;
}

#mainNav li{
	float: left;}

#about_mainVis{
	width: 100%;
	height: 550px;
	background-image: url(../img/about/about_main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.about_mainVisBox img{
	padding-top: 80px;
	width: 100%;
}

.aboutTitle{
	font-size: 35px;
	line-height: 50px;
	margin-top: 50px;
	color: #3e3a39;
	letter-spacing: 2px;
}

.aboutP{
	font-size: 17px;
	color: #3e3a39;
	line-height: 28px;
	margin-top: 50px;
}

#kaicho_aisatu{
	width: 100%;
	margin: 0 auto 0 auto;
}

.kaicho_L{
	float: none;
	width: 100%;
	}

.kaicho_L img{
	margin-top: 100px;
	width: 100%;
	}

.kaicho_L p{
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
text-justify: inter-ideograph;
	margin-top: 20px;
}

.kaicho_R img{
	float: none;
	width: 70%;
	margin-top: 20px;
}

#syacho_aisatu{
	width: 100%;
	margin: 0 auto 0 auto;
}

.syacho_L img{
	float: none;
	width: 70%;
	margin-top: 20px;
	
}

.syacho_R{
	float: none;
	width: 100%;
}

.syacho_R p{	
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
text-justify: inter-ideograph;
	margin-top: 20px;
}

#about{
	width: 100%;
	margin: 70px auto 0 auto;
	text-align: center;
	font-size: 30px;
	letter-spacing: 3px;
	border-bottom: 2px solid #319cd2;
	padding-bottom: 20px;
	
}

.aboutBox{
	width: 100%;
	margin: 20px auto 0 auto;
}

.about_L{
	width: 100%;
	float: none;
	
}

table{
	width: 100%;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

th,td{
	width: 100%;
	display: block;
	border-bottom: 1px dotted #3e3a39;
	padding: 12px 0 12px 10px;
	text-align: center;
	line-height: 22px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

th{
	display: block;
	background-color: #e6f5ff;
	width: 100%;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.map{
	width: 100%;
	float: none;
}
	
.sp_aboutTitle{
		text-align: center;
		font-size: 27px;
		line-height: 20px;
		margin-top: 40px;
		margin-bottom: 30px;
		color: #00648b;
	}	
	.sp_aboutTitle span{
		text-align: center;
		font-size: 15px;
	}		
	
.sp_aboutP2{
		text-align: center;
		font-size: 15px;
		line-height: 24px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.sp_aboutP{
		text-align: center;
		font-size: 25px;
		line-height: 35px;
	}
	
	.Box{
		width: 100%;
		text-align: center;
	}
	
	.marginT{
		margin-top: 80px;
	}
	
	
	
	
	
	
	
	
	
}