@charset "UTF-8";

/* トップページ */
#header_top{
	text-align:center;
	padding:30px 0 0;
}
#header_top h1 img{
	width:50%;
}
@media only screen and (min-width:500px) {
	#header_top h1 img{
		width:30%;
	}
}
#header_top h2{
	font-size:2.0rem;
	padding:20px 0 10px;
	font-family:'Times New Roman','游明朝','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','メイリオ','Meiryo','ＭＳ Ｐ明朝','MS PMinch',serif;
}
.eng{
	font-size:2.5rem;
}
#header_top h3{
	font-size:1.5rem;
	line-height:150%;
	padding:0 0 20px;
	font-family:'Times New Roman','游明朝','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','メイリオ','Meiryo','ＭＳ Ｐ明朝','MS PMinch',serif;
}

#info{
	padding:15px 10px 0;
}
#info h5,h6{
	font-size:1.5rem;
	line-height:150%;
	padding:0 0 7px;
}
#info a{
	text-decoration:underline;
}
#info a:hover{
	text-decoration:none;
}


/* スライドショー */
#slideshow{
	width: 100%;
}
#slideshow img{
	width:100%;
}