@charset "UTF-8";
/* CSS Document */
.header {
  display: flex;
  justify-content: space-between;
  height: 52px;
  background-color: #62534c;
}
.header h1 {
  display: inline-block;
  font-size: 20px;
  color: #d1cfce;
  margin: 18px 0 18px 14px;
}

.reserve {
  margin-bottom: 0;
}
.reserve a {
  display: inline-block;
  background-color: #817a6c;
  color: #fcfcfc;
  padding: 18px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}


h2 {
 text-align: center;
  padding-top: 100px;
}
.ir_img {
  margin: 0 auto;
  text-align: center;
}
.ir_img img {
  width: 255px;
  height: auto;
}
.name {
  padding-top: 50px;
}
.wrapper {
  margin: 0 14px 80px;
}
@media(min-width: 540px) {
  .wrapper {
  margin: 0 32px 80px;
}
}
  
p {
  line-height: 1.5;
  margin-top: 24px;
}
/*btn*/
.blog_btn {
  text-align: center;
  margin-bottom: 80px;
}
.blog_btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  color: #fcfcfc;
  letter-spacing: 0.1em;
  padding: 18px 0;
  width: 230px;
  text-align: center;
  background-color: #62534c;
  border-radius: 60px;
}
  @media(min-width: 540px) {
  .access ul {
 padding-left:32px;
  margin: 0 32px;
}
}




/*
.blog_btn {
  padding-top: 64px;
margin-bottom: 80px;
  text-align: center;
}
.blog_btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  color: #fcfcfc;
  letter-spacing: 0.1em;
  padding: 18px 0;
  width: 230px;
  text-align: center;
  background-color: #62534c;
  border-radius: 60px;
}
*/








/*footer*/
.footer {
  background-color: #62534c;
  color: #fcfcfc;
  text-align: center;
  padding: 10px 0;
}
.insta {
  text-align: center;
  margin-bottom: 24px;
}
.insta img {
  width: 29px;
  height: auto;
}