html {
	font-size: 62.5%;
}

@font-face {
  font-family: 'MNijimi';
  src: url('../font/M-NijimiMincho.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansM';
  src: url('../font/NotoSansCJKjp-Medium.otf') format('opentype');
}

body {
	margin: 20px 0px 0px;
	font: 1.3rem "MNijimi",serif;
	color: #000;
	background-color: #6e6e6e;
}

a{
	color: #555;
	text-decoration: none;
}

#wrap {
	margin: 0 auto;
	width: 960px;
	height: 760px;
	background: #fff;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height :45px;
}

#fadeIn {
	display:none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#contents {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -450px;
	padding: 0;
	width: 900px;
	text-align: center;

}

#menuLogo {
	position: relative;
	top: -45px;
	left: 0px;
	margin: 0px;
	width: 216px;
	height: 45px;
}

#menu {
	position: relative;
	top: 0px;
	left: 256px;
	display:table-cell;
	vertical-align:bottom;
	margin: 0px;
	padding-bottom: 3px;
	width: 704px;
	height: 42px;
	border-bottom: solid 1px #6e6e6e;
}

#menu a {
	font-size: 1.4rem;
	margin-right: 12px;
}

#menuReserve {
	position: relative;
	top: -98px;
	left: 760px;
	width: 200px;
	height: 40px;
	box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
	z-index: 3;
}
#menuReserve:active{
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    box-shadow: none;
}
.button{
	display: table-cell;
	text-align:center;
	vertical-align: middle;
	margin: 0px;
	background-image: -webkit-linear-gradient(135deg, #aacc22 0%, #88aa00 50%);
    background-image: linear-gradient(135deg, #aacc22 0%, #88aa00 50%);
	font: 1.7rem "NotoSansM",sans-serif;
	color: #fff
}
#bottomBtn {
	position: absolute;
	left:50%;
	margin-left: -480px;
	width: 960px;
	height: 40px;
}
#bottomBtn:active{
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    height: 35px;
}

.headline0{
	font-size: 5rem;
	margin-bottom: 15px
}

.headline1{
	font-size: 2.7rem;
	margin-bottom: 15px
}

.headline2{
	font-size: 2rem;
	margin-bottom: 25px;
	
}

.headline3{
	font-size: 1.5rem;
	margin-bottom: 10px;
	
}

.notes{
	font-size: 1.1rem;
	line-height: 1.5em;
}

.under2{
	padding: 0px 15px 3px;
	border-bottom: solid 2px #000;
}

.paragraph{
	line-height: 2em;
	margin-bottom: 40px;
}