@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/field-533541_1280.jpg);
  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-family: 'Noto Serif JP', serif;
  font-family: 'Noto Serif SC', serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: bold;
}

.title p {
  font-family: 'Noto Serif JP', serif;
  font-family: 'Noto Serif SC', serif;
  font-size: 32px;
  margin-top: 15px;
}

.index {
  display: block;
  justify-content: space-between;
  width: 400px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  background: #ebf6f7
}

.index h2 {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}

.index ul {
  display: flex;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 30px;
}

.index li{
  margin-left: 15px;
  text-decoration: underline;
}

.feature {
  display: block;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
  font-family: 'Noto Serif JP', serif;
}

table th , table td {
  border: solid 1px black; /*実線 1px 黒*/
  padding: 10px 10px;
  line-height: 20px;
}

table th {
  width: 140px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 800px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }

  table th {
    font-size: 12px;
    width: 70px;
  }

  table td {
    font-size: 11px;
  }

}


@media (max-width: 340px) {

.index ul {
  display: block;
  width: 250px;
}

table td {
  font-size: 12px;
  width: 270px;
}

}