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

h2{
	font-size: 27px;
	font-size: 2.7rem;
	text-align: center;
	font-weight: 400;
}

p,li,dt,dd,a{
	font-size: 17px;
	font-size: 1.7rem;
}


p{
	line-height: 2.0;
	letter-spacing: 1px;
	font-weight: normal;
}

/**************************************************
 visualHanger
**************************************************/

#visualHanger{
	position: relative;
	min-width: 900px;
	height: 90vh;
	max-height: 640px;
	/*background-color: #EEEEEE;*/
}

#visualHanger ul{
	position: relative;
	height: 100%;
	overflow: hidden;
}

#visualHanger ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}

#visualHanger ul li img{display: none;}

#visualHanger ul li:nth-child(1){
	background: url(../img/top/visual1.jpg) no-repeat center center;
	background-size: cover;
}

#visualHanger ul li:nth-child(2){
	background: url(../img/top/visual2.jpg) no-repeat center center;
	background-size: cover;
}

#visualHanger ul li:nth-child(3){
	background: url(../img/top/visual3.jpg) no-repeat center center;
	background-size: cover;
}

#visualHanger ul li:nth-child(4){
	background: url(../img/top/visual4.jpg) no-repeat center center;
	background-size: cover;
}

#visualHanger .copy{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/**************************************************
 100th
**************************************************/
#banner100th{
	padding: 30px;
	background: #FFFFFF;
}
#banner100th img{width: 100%;}

/**************************************************
 newsHanger
**************************************************/

#newsInner{
	display: flex;
	display: -webkit-box;
  	display: -webkit-flex;
	display: -ms-flexbox;
}

#newsHanger h2{
	width: 240px;
	color: #fff;
	display: flex;
	display: -webkit-box;
  	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	background-color: #88B5DD;
}

#newsHanger .news_cont{
	width: calc(100% - 240px);
	padding: 78px 70px 43px;
}
#newsHanger .news_cont dl{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.3;
	margin-bottom: 35px;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	
}
#newsHanger .news_cont dt{
	width: 170px;
}
#newsHanger .news_cont dd{width: calc(100% - 170px);}
#newsHanger .news_cont dd a{color: #000;text-decoration: underline;}


/**************************************************
greeting
**************************************************/
#greeting{
	margin: 0;
	background: url("../img/top/greeting_bg.jpg")no-repeat center center;
	background-size: cover;
	padding: 70px 0;
}

#greeting .top_img{
	display: flex;
	display: -webkit-box;
  	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 40px;}


#greeting_cont{
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 55px;
}

#greeting_cont h2{
}

#greeting_cont p.sign{
	margin: 0px 30px;
	display: flex;
	display: -webkit-box;
  	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}

/**************************************************
constitution
**************************************************/
#constitution{
	padding: 65px 0 0;
}

#constitution h2{
	margin: 0px 0 30px;
}

#constitution .btn{
	width: 420px;
	background-color: #00599F;
	text-align: center;
	margin: 0 auto;
	border-radius: 15px;
}

#constitution .btn a{
	display: block;
	color: #fff;
	padding: 27px 0;
}

#constitution .btn a:hover{
	opacity: 0.5;
}

/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){
	
	h2{
		font-size: 23px;
		font-size: 2.3rem;
	}
	
	p,li,dt,dd,a{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	p{line-height: 1.8;}
	
/**  visualHanger **********/
	#visualHanger{
		min-width: 100%;
		height: 67vh;
		max-height: 100%;
	}
	
	#visualHanger .copy{width: 80%;}
	
	#visualHanger .copy img{width: 100%;}
	
/**  100th **********/
#banner100th{padding: 20px;}
	
/**  newsHanger **********/
	#newsInner{display: block;}
	
	#newsInner h2{
		padding: 5px 0;
		width: 90%;
		margin: 15px auto 0;
	}
	
#newsHanger .news_cont{
	width: 100%;
	padding: 20px 25px 10px;
}
#newsHanger .news_cont dl{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
	
}
#newsHanger .news_cont dt{width: 100%;margin-bottom: 5px;}
#newsHanger .news_cont dd{width: 100%;}

/**  greeting **********/	
	
	#greeting{padding: 30px 0;}
	
	#greeting .top_img{margin: 20px 0;}
	
	#greeting .img_left{width: 32%;}
	
	#greeting .img_left img{width: 100%;}
	
	#greeting_cont{padding:20px;}
	
	#greeting_cont p.sign{ margin: 0px 20px 0 0;}
	
	
/** constitution  **********/
	#constitution {padding: 20px 0 0;}
	
	#constitution .btn{
		width: 80%;
		margin: 20px auto;
	}
	
	#constitution .btn a{padding: 20px 0;}
	
	
}

