@font-face {
	font-family: 'tele';
	src: url('../fonts/telegrama_render.otf') format('opentype');
}

@font-face {
	font-family: 'freehand';
	src: url('../fonts/DISCO___.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  background-color: #001e43;
  border: 1px solid;
  box-sizing: border-box;
  color: white;
}

a:link {
	color: white;
	}

a:visited {
	color: white;
	}

.logo {
  width: 20%;
  height: 50px;
	padding: 10px;
  font-family: 'tele';
  float: left;
  text-align: center;
  border-right: 1px solid;
  box-sizing: border-box;
}

.menu {
  width: 60%;
  height: 100%;
  float: left;
}

div.menu a {
  width: 20%;
  height: 100%;
  font-family: 'freehand';
  font-weight: bolder;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  float: left;
  border-right: 1px solid;
  box-sizing: border-box;
  padding-top: 15px;
}

/* 通常時はホバー時の文字を非表示にする */
div.menu a .hover{
display: none;
}

/* ホバー時は通常時の文字を非表示にする */
div.menu a:hover .nomal{
display: none;
}

/* ホバー時に、ホバー時の文字を表示する */
div.menu a:hover .hover{
display: inline;
}

section {
  height: 100%;
}

div.top {
  height: 100%;
  padding-top: 50px;
  background: url('../img/top.jpg') center center / cover no-repeat fixed;
}

.copy {
  width: 450px;
	height: auto;
  color: white;
  margin-top: 15%;
	margin-left: 60%;
  text-align: left;
  padding: 15px;
  border-radius: 20px 20px 20px 20px;
  background: rgba(0,29,66,0.7);
}

.copy h3 {
  font-family: 'Yusei Magic', sans-serif;
	font-weight: lighter;
  font-size: 30px;
}

.copy p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
  font-size: 18px;
}

div.content1 {
  height: 100%;
  border: 1px solid;
  box-sizing: border-box;
  background: url('../img/back1.jpg') center center / cover no-repeat fixed;
}

.profile {
  width: 40%;
  height: auto;
	margin-top: 80px;
	margin-left: 70px;
	float: left;
	padding: 10px;
  color: white;
  border-radius: 20px 20px 20px 20px;
  background: rgba(0,29,66,0.7);
}

.profile h2 {
	text-align: center;
	font-family: 'Yusei Magic', sans-serif;
	margin-bottom: 15px;
}

.profile p {
	font-size: 18px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}

.sign {
	text-align: right;
}

.company_name {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 20px;

}

.position {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 15px;
}

.topname {
	font-family: 'Yusei Magic', sans-serif;
	font-size: 25px;
}

.article1 {
  width: 40%;
  height: auto;
	margin-top: 80px;
	margin-left: 70px;
	float: left;
	padding: 10px;
  color: white;
  border-radius: 20px 20px 20px 20px;
  background: rgba(0,29,66,0.7);

}

.article1 h2 {
	text-align: center;
	font-family: 'freehand';
	margin-bottom: 30px;
}

.article1 h3 {
	text-align: left;
	font-family: 'Yusei Magic', sans-serif;
	margin-top: 30px;
	margin-bottom: 10px;
}

.article1 p {
	font-size: 18px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}

.price {
	font-size: 20px;
	font-weight: bolder;
}

#content1 {
  margin-top: -50px;
  padding-top: 50px;
}

div.content2 {
  width: 100%;
  height: 100%;
	border: 1px solid;
  box-sizing: border-box;
  background: url('../img/back2.jpg') center center / cover no-repeat fixed;
}

.article2 {
}

.about {
	float: left;
  color: white;
	margin-top: 25px;
	margin-left: 20px;
	background-color: #001e43;
}

.about table {
	border-collapse: collapse;
	border: 1px solid;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.about th {
  text-align: center;
	border: 1px solid;
	background-color: #001e43;
	padding: 5px;
}

.about td {
	border: 1px solid;
  text-align: left;
	padding: 5px;
}

#content2 {
  margin-top: -50px;
  padding-top: 50px;
}

.footer {
  width: auto;
  height: 50px;
  color: white;
  background-color: #001e43;
  border-top: 1px solid;
  border-bottom: 1px solid;
  box-sizing: border-box;
}

.footer p {
  text-align: center;
  margin-right: 15px;
  margin-top: 20px;
}
