@charset "utf-8";

/*トップのカバー画像
---------------------------------------------------------------------------*/
/*全体を囲むブロック*/
#coverimg {
	width: 100%;
    height: 35vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	padding: 0;
	position: relative;
	top: 80px;	/*headerのheightの数値と合わせて下さい。*/
	overflow: hidden;
	background: url(../images/okmark.jpg) no-repeat center center / 100%;	/*背景色、背景画像の読み込み、最後の100%は画像幅。*/
	color: #fff;	/*文字色*/
}

/*テキストブロック*/
#coverimg #text {
	width: 100%;	/*幅*/
	height: 100%;	/*高さ*/
}

#coverimg h2 {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;	
	
	line-height: 1.5;		/*行間を少し狭く*/
	font-size: 3em;			/*文字サイズ。3倍。*/
	letter-spacing: 0.2em;	/*文字間隔を少しだけ広くとる設定*/
	color: #002776;			/*文字色*/
	font-family: 'Lato';	/*GoogleFontsの指定*/
	font-weight: 400;		/*文字の太さ*/
}

/*h2内のsupanタグ。小文字部分です。*/
#coverimg h2 span {
	display: block;
	font-weight: normal;
	color: #777;		/*文字色*/
	font-size: 13px;	/*文字サイズ*/
}

.fwk {
	width:80%;
	margin:20px auto;
}

.navb1 {
	float:none;
	width:100%;
	margin:0px auto;
	padding:20px;

	background: #FFE4CA;	/*背景色*/
	border: 2px solid #FF9900;
	border-radius: 10px;

	text-align:center;
	font-weight:bold;
	color:#C66300;
}

.navt {
	float:none;
	width:100%;
	margin:0px auto;
	padding-top:10px;
}

.navt2 {
	float:none;
	width:100%;
	margin:0px auto;
	padding-top:10px;
}

.navh1 {
	clear: both;
	width:100%;
	height:80px;
	margin:0px;
	padding:0px 2%;

	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.tt1 {
	width:80%;
	text-align:center;
	border: 2px solid #000;
	border-radius: 20px;
	margin:20px auto;
	padding:40px 10px;
}



/*---------------------------------------------------------------------------
ここから下は画面幅400px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:400px) {



}



/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {

/*トップのカバー画像
---------------------------------------------------------------------------*/
/*テキストブロック*/
#coverimg #text {
	width: 50%;		/*幅*/
}

.navb1 {
	float:left;
	width:24%;
	margin:0px auto;
	padding:2% 2%;

}

.navt {
	float:right;
	width:70%;
	margin:0px auto;
	padding:2% 0%;
}

.navt2 {
	float:right;
	width:70%;
	margin:0px auto;
	padding:0%;
}



.navh1 {
	clear: both;
	width:24%;
	height:80px;
	margin:0px;
	padding:20px 2%;

	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;


}



}
