@charset "utf-8";
#gNav li.trans{
	display: none;
}
.email {
  font-family: 'Avenir Next';
  text-decoration: none;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}

.email:hover {
  text-decoration: none;
}

.email .email__address {
  font-size: 24px;
  color: #2e6eb5;
  text-decoration: underline;
  margin-left: 16px;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 640px) {
  .section {
    padding: 0;
  }
  .contactArea {
    padding: 20px;
    width: calc(100% - 40px);
  }
	address p {
		font-size: 12px;
	}
}
