@charset "UTF-8";

body {
  background-color: rgb(247, 224, 160);
}

header {
  height: 80px;
  padding: 20px;
  background-color: rgb(233, 233, 233);
}

header > h1 {
  float: left;
  margin: 0;
}

.link {
  float: right;
}

main {
  padding: 20px;
  background-color: rgb(253, 247, 230);
  padding-top: 0;
}

.eyecatch {
  height: 450px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.eyecatch img {
  position: absolute;
  top: 80%;
  left: 50%;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
  min-height: 100%;
}

.shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

section {
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
  border-bottom: solid 1px rgb(247, 224, 160);
}

.news {
  display: inline-block;
  width: 600px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
}

.news table {
  display: inline-block;
}

.access {
  border-bottom: none;
}

.map {
  display: inline-block;
  height: 400px;
}

.access > .description {
  margin-left: 20px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}

table {
  border-collapse: collapse;
}

table td {
  border: solid 1px black;
  padding: 6px;
}

footer {
  height: 80px;
  padding: 20px;
  background-color: rgb(233, 233, 233);
  text-align: center;
}

.inquiry {
  border-bottom: none;
}

.inquiry > p {
  color: red;
}

.inquiry > form {
  display: inline-block;
}

.inquiry > form > table {
  width: 800px;
}

.inquiry > form > table > tfoot > tr > td > input {
  width: 100%;
}

.inquiry > form > table > tbody > tr > td > textarea {
  width: 100%;
}

.inquiry > form > table > tbody > tr > td > input {
  width: 100%;
}