@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
footer, header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
	background-color: #fafafa;
	font-size: 62.5%;
}
footer {
  display: block;
}

img {
  border: 0;
  vertical-align: top;
}

html, body {
  height: 100%;
  margin: 0;
}
/*----------------------------------------
	body
----------------------------------------*/
body{
	background-color: #fafafa;
	font-size:10px;
	font-size:1.0rem;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #090;
  opacity: 1;
}


/*----------------------------------------
	common
----------------------------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 5px;
	cursor: pointer;
	background: #000;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
}

/*----------------------------------------
	Main
----------------------------------------*/


/*トップイメージとメニューをビューポート天地左右の中央に配置*/
.box {
	width: 1022px;
	height: 584px;
	text-align: center;
	position: relative;
	background-color: #fafafa;
}
/*メニュー*/
.top_menu {
	color: #fafafa;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	height: 40px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	font-weight: 400;
  }
.top_menu a {
	color: #fafafa;
  }
.top_menu a:hover {
	color: #090;
	opacity: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
/*日本語に切り替え*/
a.showf span.en{ display:inline; }
a.showf:hover span.en{ display:none; }
a.showf span.jp{ display:none; }
a.showf:hover span.jp{
	display:inline;
}

/*メニュー左端*/	
.menu_button_left {
	background-color: #000;
	display: block;
	width: 150px;
	border: 1px solid #000;
	text-align: center;
	float: left;
	margin-right: 12px;
	margin-left: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	height: 35px;
	}
.menu_button {
	background-color: #000;
	display: block;
	width: 150px;
	border: 1px solid #000;
	text-align: center;
	float: left;
	margin-right: 12px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 35px;
	}	
/*メニュー右端*/
.menu_button_right {
	background-color: #000;
	display: block;
	width: 150px;
	border: 1px solid #000;
	text-align: center;
	float: right;
	margin-right: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 35px;
	}

/*----------------------------------------
	footer
----------------------------------------*/
#footer {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
}
@media only screen and (max-width: 919px) {
#footer {
    padding: 0 0px;
  }
#footer br {
    display: none;
  }
}
#footer p {
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1.8;
	padding-top: 20px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
