@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;
}

.main {
  margin: 0 14px;
}
 @media(min-width: 540px) {
  .main {
  margin: 0 32px;
}
}

h2 {
 text-align: center;
  padding-top: 100px;
}
.schedule_img {
  text-align: center;
  border: 5px solid #d1cdc6;
}
.schedule img {
  width: 100%;
  height: auto;
}
  

/*btn*/
.reserve_btn {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.reserve_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;
}