@charset "UTF-8";
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.header {
  /* background: linear-gradient(to bottom right, rgb(214, 0, 36), rgb(214, 0, 36), rgb(214, 0, 36), rgb(214, 0, 36), rgb(250, 224, 183), rgb(43, 214, 100)); */
  /* color: #000000; */
  background: white;
  color: rgb(214, 0, 36);
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.menu-icon {
  font-size: 1.5em;
  cursor: pointer;
  display: block;
}

.nav {
  display: none;
  background: white;
  /* background: linear-gradient(to bottom right, rgb(214, 0, 36), rgb(250, 224, 183), rgb(43, 214, 100), rgb(43, 214, 100), rgb(43, 214, 100), rgb(43, 214, 100)); */
  /* background: linear-gradient(to top right, rgb(214, 0, 36), rgb(214, 0, 36), rgb(214, 0, 36), rgb(214, 0, 36), rgb(250, 224, 183), rgb(43, 214, 100)); */
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
}

.nav.active {
  display: block;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-list li {
  /* background: linear-gradient(to bottom right, rgb(214, 0, 36), rgb(214, 0, 36), rgb(214, 0, 36), rgb(214, 0, 36), rgb(250, 224, 183), rgb(43, 214, 100)); */
  border-bottom: 1px solid #555;
}

.nav-list a {
  color: rgb(214, 0, 36);
  /* color: #000000; */
  text-decoration: none;
  display: block;
  padding: 1em;
  font-size: 1.2em;
}

.section {
  padding: 2em 0;
  background: #f4f4f4;
  text-align: center;
  margin: 1em 0;
}

.table_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5%;
}

.child {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

th {
  width: min-content;
  padding-right: 15px;
  white-space: nowrap;
}

td {
  width: min-content;
}

td p {
  margin: 0;
}

.tel_img {
  width: 150px;
}

footer {
  text-align: center;
  /* background: linear-gradient(to bottom right, rgb(214, 0, 36), rgb(214, 0, 36), rgb(214, 0, 36), rgb(214, 0, 36), rgb(250, 224, 183), rgb(250, 224, 183), rgb(43, 214, 100)); */
  /* color: #000000; */
  background: white;
  color: rgb(214, 0, 36);
  padding: 1em 0;
}
