@charset "utf-8";
body {
  background-image: url("/static/images/background.png");
  background-size: 100%;
  margin: 0;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.tittle-area {
  background-color: #D5A67B;
  border: 2px solid;
  border-color: #5C3A1E;
  padding-bottom: 12px;
  position: fixed;  
  width :100%;
}      
.button-grid {
  align-items: center;
  background-color: #FFF6DCEE;
  border-bottom: 2px solid #5C3A1E;
  border-top: 2px solid #5C3A1E;
  display: grid;
  grid-gap: 5%;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin: 0 auto;
  padding: 5%;            
  width: 70%;
}
.button-item {
  width: 90%;
}
.image-item {
  justify-content: center;
  margin:0 auto;
  text-align: center;
}
.message-item {
  background-color: #FFF6DCEE;
  color: #5C3A1E; 
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 17px;
  justify-content: center;
  margin:0 auto;
  text-align: center;
  padding: 20px;
  width: 73%;
}
.banner-container {
  background-color: #F5E8D4; 
  bottom: 0;
  display: flex;
  height: 50px;
  justify-content: space-around;
  padding-bottom: 7px;
  padding-top: 7px;
  position: fixed;        
  width: 100%;
}
.banner-item {
  align-items: center;
  background-color: #D5A67B; 
  border: 2px solid;
  border-color: #5C3A1E;
  border-radius: 4px;
  color: #5C3A1E; 
  display: flex;
  flex-direction: row;
  font-size: 25px;
  font-family: 'Kosugi Maru', sans-serif;
  height: 100%;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 48%;
}

h1 {
  margin: auto;
}
hr {
  border: none;
  width: 80%;
}
a {
  text-decoration:none;
  /* color: #000000; */
  width: 100%
}
a[name] {
  scroll-margin-top: 180px;
}