@charset 'utf-8';

/* -----------------------------------------------------------------
		 00 全ページ共通
----------------------------------------------------------------- */

body {
	line-height: 1;
}
body,
html {
	height: 100%;
	width: 100%;
	background-color: #737574;
}
#main-wrap {
	width: 100%;
	min-width: 1180px;
	
	background-size: cover;
	background-position: center;
	background-image: url(../images/bg.jpg);
	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	
  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	
  padding: 30px;
  box-sizing: border-box;
	
	position: relative;
	overflow: hidden;
}

#main-wrap h1 img {
height:auto;
max-width: 100%;
}

#main-wrap p {
	margin-bottom: 40px;
}
#main-wrap p a {
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
}
#main-wrap .logo-area {
	text-align: center;
}
#main-wrap .logo-area h1 {
	margin-bottom: 5rem;
}
/* .global-menu-area */
