/* リセットCSS */
body {
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,p {
  padding: 10px 0;
  margin: 0;
}

ul,li {
  padding: 0;
  margin: 0;
}

/* ヘッダー */
.header {
  border-bottom: 1px solid black;
  background-color: white;
}

.instagram{
  display: block;
  padding: 10px;
  margin: 0 0 0 auto;
  height: 50px;
  width: 50px;
}

.top-icon{
  height: 300px;
  width: 300px;
}

.heading {
  margin-left: 30px;
  text-align: center;
}

.title{
  font-family: 'Anton', sans-serif;
  font-size: 100px;
}

.top-menu{
  display: flex;
  justify-content: center;
}

a{
  text-decoration:none;
}

/*body */
.staff{
  padding-top: 50px;
  padding-left: 50px;
}

.staff-title2{
  margin: 25px;
  font-size: 18px;
}

.staff-title3{
  text-decoration:underline;
  margin-top: 30px;
}

.staff-assistant-title{
  font-size: 17px;
}

.staff-unei-title{
  font-size: 17px;
}

.staff-manager-title{
  font-size: 17px;
}

.staff_contact{
  text-align: center;
  margin-bottom: 50px;
}

/*formボタン*/
.form-link{
  text-align: center;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  font-size: 28px;
  padding: 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

