@charset "utf-8";
@import url(../reset.css);
/* @import url(../main/pcstyle.css); */

body {
  display: flex;
}

h1 {
  font-family: "Dela Gothic One", sans-serif;
  color: greenyellow;
  font-size: 3.5em;
}

h2 {
  font-family: "Dela Gothic One", sans-serif;
  color: greenyellow;
  font-size: 3em;
  margin: 5% auto 0;
}

/****** header ******/
.pcHeader {
  text-align: center;
  background-color: #e5b7bb;
  width: 20%;
  height: 100vh;
  position: fixed;
}

.pcHeader img {
  width: 90%;
}

.menu li {
  line-height: 4;
}

/****** main ******/

.mainContents {
  text-align: center;
  width: 80%;
  margin: 0 auto 0 20%;
}

.contactWrap {
  width: 90%;
  padding: 0 3% 0;
  margin: 0 auto;
}
.contactWrap dt {
  padding-top: 3%;
}

form {
  border: solid 3px #e5b7bb;
  padding: 3%;
}

dt {
  display: flex;
}

.contactAside {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/****** aside ******/

aside {
  width: 60%;
  margin: 0 auto;
}

/****** footer ******/

footer {
  color: greenyellow;
  background-color: #e5b7bb;
  width: 100%;
  height: 65px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
