@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/

/*------------Title------------------------*/
div#Title {
	position: relative;
	width: 100%;
	height: 90vh;
	min-height: 90%;
	margin-bottom: 0;
	background-image: url(../../img/title/top.jpg);
}
div#Title div#InTxt {
	position: relative;
	width: 100%;
	height: 90vh;
	min-height: 90%;
	margin: 0 auto;
}
div#Title div#InTxt h2 {
	position: absolute;
	width: 28.69875222816399%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	font-size: 0;
	z-index: 5;
}
div#Title div#InTxt h2 span {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 348.4472049689441%;
	background: url(../../img/top/title_txt.png) no-repeat left top;
	background-size: contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
}
div#Title div#InTxt p a {
	position: absolute;
	display: block;
	width: 87px;
	height: 45px;
	background: url(../../img/top/arrow.png) no-repeat left top;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	z-index: 5;
}

/*------------LogoTxt------------------------*/
div#LogoTxt { margin-top: 75px; }
div#LogoTxt div#Logo {
	width: 145px;
	margin: 0 auto;
}
div#LogoTxt div#Logo h2 {
	padding-top: 113.3333333333333%;
	background: url(../../img/top/top_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#LogoTxt div#Txt {
	width: 100%;
	margin-top: 30px;
}
div#LogoTxt div#Txt p {
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 1.22em;
	font-weight: bold;
	color: #bf821b;
}
div#LogoTxt div#Txt p + p { margin-top: 0.6em; }

/*------------News------------------------*/
div#News {
	margin-top: 80px;
	padding: 15px 20px;
	background-color: #efefef;
}
div#News h2 {
	width: 140px;
	margin: 0 auto;
	padding-left: 35px;
	background: url(../../img/parts/title_icon01.png) no-repeat left center;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #c30d23;
}
div#News div#InNews { margin-top: 20px; }

/*------------topNav------------------------*/
div#topNav ul {
	width: 90%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#topNav ul li {
	position: relative;
	width: 100%;
}
div#topNav ul li + li { margin-top: 60px; }
div#topNav ul li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
div#topNav ul li span {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 2.375em;
	font-weight: bold;
	color: #fff;
}
div#topNav ul li a:hover { background-color: rgba(255, 255, 255, 0.3); }