@charset "utf-8";

.title{
  height: 310px;
  background-image: url(../images/information/bg-main.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}
.title h1{
  font-size: 60px;
  font-weight: bold;
}
.title p{
  font-size: 30px;
  margin-top: 15px;
  text-align: center;
}
.main h2{
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.greeting{
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
  align-items: flex-start;
}
.greeting img{
  width: 450px;
  height: auto;
  margin-right: 20px;

}
.main h3{
  padding-top: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.corp-info {
  align-items: center;
  padding: 20px;
  margin: auto;
}
.corp-info th, td{
  border-bottom: 1px solid #000;
}
.corp-info th{
  padding:40px;
  margin: 30%;
  padding-right: 50px;
  font-size: 20px;
}
.corp-info td{
  padding: 40px;
  font-size: 20px;
}
.map{
  width: 90%;
  height: auto;
  text-align: center;
  margin: auto;
  padding: 30px;
  
}

.link-button-area{
  text-align: center;
  margin-top: 5px;
  padding-bottom: 30px;
}
.link-button{
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 50px;
  border-radius: 40px;
  font-size: 15px;
}
.link-button:hover{
  background-color: #d8b500;
}

@media (max-width: 800px){
  .title{
    height: 150px;
  }
  .title h1{
    font-size: 40px;
  }
  .title p{
    font-size: 15px;
  }
  .preparation h1{
    font-size: 20px;
  }
  .main h2{
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .greeting{
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
  .greeting img{
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .map{
    width: 90%;
    height: 280px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;

  }
  .corp-info {
    padding: 10px;
    margin: auto;
  }
  .corp-info th{
    width: 20%;
    padding:20px;
    margin: 0;
    padding: 1px;
    font-size: 15px;
  }
  .corp-info td{
    padding: 20px;
    font-size: 15px;
    line-height: 1.5;
  }

  .link-button{
    width: 80%;
    line-height: 50px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
  }
}