@charset "utf-8";

body {
	margin: 0px;padding: 0px;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2;
	-webkit-text-size-adjust: none;
	background: #fff;
}

h1,ul,li {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

a {
	color: #666;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #303030;
	text-decoration: none;
}

#top header {
	background: #00251c url(../images/background.png) no-repeat center center;	/* 古いブラウザ用 */
	background: linear-gradient( rgba(255, 255, 255, 0.2), rgba(116,124,116, 0.6)),
	url(../images/background.png) no-repeat center center/auto 130%;
	background-size: cover;
	height: 90vh;
	text-align: center;
}

#top #logo img {
	padding-top: 0;
	position: absolute;
	width: 400px;
	left:  10vh;
	top: 10vh;
}

#top #message {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 40vh;
	font-size: 28px;
	color: #fff;
}

#top #menubar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#top #menubar ul {
text-decoration: none;
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	border-left: none;
	letter-spacing: 0.1em;
	height: 40px;
}

#top #menubar li a {
display: block;
	text-decoration: none;
	padding: 0;
	border-right: none;
	font-size: 22px;
	color: #303030;
	background: #fff;
	background: rgba(255,255,255,1.0) padding-box;	/*下で設定しているボーダーの半透明が反映される為にpadding-box指定*/
	border-radius: 20px;
	border: 10px solid rgba(255,255,255,0.4);
	position: absolute;
	width: 20vw;line-height: 8vw;
}

#top #menubar li#menuHonsya a {
	left: 15vw;
	top: 60vh;
}

#top #menubar li#menuFunabashi a {
	right: 15vw;
	top: 60vh;
}

#top #menubar li a:hover {
	box-shadow: 0px 0px 30px rgba(255,255,255,0.8);
	color: #fff;
	background: rgba(0,84,64,0.4) padding-box; /*緑*/
}

footer {
	clear: both;
	background: linear-gradient( rgba(116, 124, 116, 0.6), rgba(116,124,116, 0.9));
	color: #fff;
	text-align: center;
	height: 10vh;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #3c6468;
}

footer img {
	margin : 0 auto;
	height: 4vh;
	padding-top: 8px;
}

/*-- 画面幅800px以下の設定 --*/
@media screen and (max-width:800px){

#top header {
	background: #00251c url(../images/background.png) no-repeat center center;
	background: linear-gradient( rgba(255, 255, 255, 0.2), rgba(116,124,116, 0.6)),
	url(../images/background.png) no-repeat center center/auto 130%;
	background-size: cover;
	height: 90vh;
	text-align: center;
}

/*トップページのロゴ画像*/
#top #logo img {
	padding-top: 0;
	position: absolute;
	width: 400px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 10vh;
}

#top #message {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 30vh;
	font-size: 28px;
	color: #fff;
}

#top #menubar ul {
text-decoration: none;
	display: block;
	margin: 0 auto;
	border-left: none;
	letter-spacing: 0.1em;
	height: 40px;
}

#top #menubar li a {
display: block;
	text-decoration: none;
	padding: 0;
	border-right: none;
	font-size: 22px;
	color: #303030;
	background: #fff;
	background: rgba(255,255,255,1.0) padding-box;
	border-radius: 20px;
	border: 10px solid rgba(255,255,255,0.4);
	position: absolute;
	width: 30vh;line-height: 10vh;
}

#top #menubar li#menuHonsya a {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 45vh;
}

#top #menubar li#menuFunabashi a {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: 65vh;
}

#top #menubar li a:hover {
	box-shadow: 0px 0px 30px rgba(255,255,255,0.8);
	color: #fff;
	background: rgba(0,84,64,0.4) padding-box;
}
}

/*-- 画面幅640px以下の設定 --*/
@media screen and (max-width:640px){

#top #message {
	font-size: 24px;
}
}


/*-- 画面幅530px以下の設定 --*/
@media screen and (max-width:530px){

#top #message {
	font-size: 22px;
}
}

/*-- 画面幅480px以下の設定 --*/
@media screen and (max-width:480px){

#top #logo img {
	width: 90vw;
}

#top #message {
	font-size: 18px;
}
}

/*-- 画面幅400px以下の設定 --*/
@media screen and (max-width:400px){

#top #message {
	font-size: 14px;
}
}
