@charset "UTF-8";
* {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 36px;
  color: orange;
  font-weight: bold;
}

h2 {
  font-size: 16px;
}

h3 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

image {
  max-width: 100%;
}

.map {
  position: relative;
  padding-top: 75%; /* 4:3 アスペクト比 */
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
}

header {
  width: 90%;
  max-width: 100%;
  margin: 0 50px 30px;
  padding: 10px 30px;
  background-color: khaki;
}
header .header-ul {
  display: flex;
  justify-content: space-between;
}
header .header-ul img {
  height: 100px;
  width: 100px;
}
header .header-title {
  display: flex;
}
header .header-nav {
  margin: 10px auto;
  text-align: center;
}
header .header-nav-ul {
  display: flex;
  margin: 0 auto;
  text-align: center;
  width: 40%;
}
header .header-nav-ul .home-img {
  vertical-align: top;
}
header .header-nav-li {
  border: 1px solid #333;
  padding: 5px;
  display: block;
}
header .header-nav-li a {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
}

main {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

#slide ul {
  position: relative;
}

#slide li {
  position: absolute;
  width: 100%;
}

#button {
  padding-top: 300px;
  padding-bottom: 40px;
  text-align: center;
}

#button ul {
  display: inline-block;
}

#button ul li {
  float: left;
  margin-right: 15px;
}

#button ul li:last-child {
  margin-right: 0;
}

#button ul li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #A8DCDB;
}

#button ul li a.target {
  background: #41AFAD;
}

.main-title {
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 0 200px;
  padding: 5px;
}

.main-policy {
  padding: 30px;
}

.main-policy::before {
  font-weight: normal;
  margin-right: 10px;
  font-size: 2rem;
  content: "|";
  color: #333;
}

.slider {
  text-align: center;
  margin-bottom: 30px;
}

.main-image-flower {
  height: 300px;
  width: 300px;
  border: gray 1px solid;
}

.introduction p {
  font-size: 16.5px;
  font-weight: normal;
  margin-left: 30px;
}

table {
  margin-left: 30px;
}

th {
  border: solid 1px #333;
  padding: 10px 30px;
  font-weight: bold;
  background-color: orange;
  color: #fff;
  margin: 0;
}

td {
  border: solid 1px #333;
  padding: 10px 30px;
  margin: 0;
  font-weight: normal;
}

.td-time {
  font-weight: bold;
}

.main-image-hospital {
  height: 200px;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.sick-description {
  display: flex;
  width: 100%;
}
.sick-description p {
  width: 50%;
}
.sick-description .sick-image {
  width: 50%;
}

.sick-image img {
  height: 250px;
  width: 350px;
}

.home-img {
  height: 20px;
  width: 20px;
}

footer {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
footer .footer-ul {
  display: flex;
  justify-content: center;
  margin: 30px 10px;
  width: 80%;
  height: 25px;
  padding: 10px 20px;
  background-color: khaki;
}
footer .footer-ul .footer-li {
  margin-right: 20px;
  border-left: 1px solid #000;
  padding-left: 10px;
  margin-top: 3px;
}
footer .footer-ul .footer-li:nth-child(1) {
  border: none;
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  body {
    max-width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  header {
    width: 100%;
    margin: 0;
  }
  header .header-title {
    margin-bottom: 3px;
  }
  header .header-ul {
    display: flex;
    flex-flow: column;
  }
  header .header-nav-li {
    line-height: 22px;
    font-weight: normal;
    font-size: 0.7rem;
    padding: 2px;
  }
  header .header-nav-li a {
    vertical-align: bottom;
  }
  header .header-nav-ul {
    width: 80%;
    justify-content: center;
  }
  header .header-nav-ul .home-img {
    vertical-align: top;
  }
  .main-title {
    margin: 0 20px;
    padding: 1px;
  }
  table {
    margin-left: 0;
    width: 100%;
    overflow-wrap: anyware;
  }
  th {
    padding: 1px 1px;
    font-weight: normal;
  }
  td {
    padding: 1px 1px;
    margin: 0;
    font-weight: normal;
  }
  .td-time {
    font-weight: normal;
    font-size: 0.5rem;
  }
  footer {
    width: 100%;
  }
  footer .footer-ul {
    margin: 3px 10px;
    width: 100%;
    height: 25px;
    padding: 3px 0;
  }
  footer .footer-li {
    margin-left: 20px;
    line-height: 30px;
  }
  footer .footer-li a {
    vertical-align: bottom;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  body {
    max-width: 100%;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
  header {
    margin: 0;
    width: 100%;
  }
  header .header-ul {
    display: flex;
    flex-flow: column;
  }
  header .header-nav-li {
    line-height: 22px;
    font-weight: normal;
  }
  header .header-nav-li a {
    font-size: 0.7rem;
    vertical-align: bottom;
  }
  header .header-nav-ul {
    width: 80%;
    justify-content: center;
  }
  header .header-nav-ul .home-img {
    vertical-align: top;
  }
  .main-title {
    margin: 0 20px;
    padding: 1px;
  }
  table {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    overflow-wrap: anyware;
  }
  th {
    padding: 1px 3px;
    font-weight: normal;
  }
  td {
    padding: 1px 3px;
    margin: 0;
    font-weight: normal;
  }
  .td-time {
    font-weight: normal;
    font-size: 0.7rem;
  }
  footer {
    width: 100%;
  }
  footer .footer-ul {
    margin: 3px 10px;
    width: 100%;
    height: 25px;
    padding: 3px 0;
  }
  footer .footer-li {
    margin-left: 20px;
    line-height: 30px;
  }
  footer .footer-li a {
    vertical-align: bottom;
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */