@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Noto Sans JP;
}

.favicon {
  width: 20px;
  height: 20px;
}

.site-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px;
}

.header-h1 {
  font-size: 20px;
  width: 200px;
  top: 8px;
  left: 134px;
  gap: 0px;
  opacity: 0px;
}

.header-ul {
  display: flex;
  justify-content: right;
  list-style: none;
}

.header-li {
  margin-left: 20px;
  font-weight: bolder;
  font-size: 20px;
}

.header-li__a {
  color: black;
  text-decoration: none;
}

.header-li__contact {
  margin-left: 20px;
  font-weight: bolder;
  font-size: 20px;
}

.header-li__contact__a {
  color: black;
  text-decoration: none;
}

.firstview-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.health-div {
  margin: 50px;
  text-align: center;
}

.health-h2 {
  margin: 15px;
  color: rgb(10, 136, 6);
  font-size: 25px;
}

.health-p {
  line-height: 30px;
}

.health-p__div {
  margin: 20px;
}

.strong {
  background-color: rgba(13, 150, 160, 0.1);
  padding: 30px;
}

.strong-h3 {
  text-align: center;
  margin: 20px;
}

.strong-details {
  margin: 30px 0;
}

.strong__img {
  width: 300px;
  height: 200px;
}

.strong__img__div {
  vertical-align: center;
}

.strong-details {
  max-width: 767px;
  margin: 40px auto; /* 左右がautoなのでセンターに配置 */
  display: flex;
}

.strong-details__div {
  text-align: center;
}

.strong-details__h4 {
  color: rgb(10, 136, 6);
  font-size: 25px;
}

.strong-details__p {
  margin: 20px 40px 20px 40px;
}

.service__details {
  display: flex;
  justify-content: space-evenly;
}

.service {
  padding: 40px 0;
}

.service-img {
  width: 200px;
  height: 150px;
}

.service__h4 {
  color: rgb(10, 136, 6);
  text-align: center;
  font-size: 25px;
  margin: 20px 0;
}

.service__children {
  margin-right: 20px;
}

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

.service__p__div {
  text-align: center;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.news__div {
  display: flex;
}

dl dt {
  color: rgb(10, 136, 6);
  font-weight: bolder;
  padding: 10px 0;
}

dt {
  margin-right: auto;
  margin-left: auto;
}

.dl-dd {
  max-width: 450px;
  padding: 10px 0;
}

.news {
  background-color: rgb(198, 255, 200);
  padding: 50px 0;
}

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

.news__div {
  text-align: center;
}

time {
  padding: 10px 0;
  margin: 0 auto;
}

.news-dl {
  display: flex;
  margin: 0 auto;
}

.access {
  margin: 30px 0;
}

.access-h3 {
  text-align: center;
}

.access__p {
  line-height: 40px;
}

.access__span {
  color: rgb(10, 136, 6);
  font-size: 25px;
  font-weight: bolder;
}

.access-info {
  display: flex;
  justify-content: center;
  padding: 30px;
  font-size: 18px;
}

.access-info iframe {
  margin-right: 20px;
}

.contact {
  background-color: rgb(198, 255, 200);
  padding: 40px 0;
}

.contact-div {
  text-align: center;
}

.contact__p__div {
  text-align: center;
  margin: 20px;
  line-height: 30px;
}

.contact-form {
  text-align: center;
}

.form {
  padding: 30px;
  font-weight: bolder;
}

.form-content {
  padding: 30px;
  vertical-align: top;
  font-weight: bolder;
}

.input {
  margin-bottom: 10px;
  margin-right: 30px;
  width: 711px;
  height: 40px;
}

.input {
  margin-bottom: 20px;
  width: 711px;
  height: 40px;
}

.textarea {
  margin-bottom: 10px;
  width: 711px;
  height: 300px;
}

.btn {
  color: white;
  background-color: rgb(13, 150, 160);
  font-size: 20px;
  font-weight: bolder;
  border-style: none;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 200px;
  height: 50px;
  cursor: pointer;
}

form.contact-form {
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

.form__div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form__div label {
  width: 11em;
  padding: 10px;
}

.form__div input {
  width: calc(100% - 11em);
  margin: 0;
}
.form__div textarea {
  width: calc(100% - 11em);
}

footer {
  background-color: rgb(132, 132, 132);
}

small {
  font-size: 15px;
  color: white;
}

.footer-nav {
  display: flex;
  list-style: none;
  justify-content: center;
  color: #fff;
  font-weight: bolder;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-li {
  margin-left: 20px;
}
.footer-li__a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  text-align: center;
  font-weight: bolder;
  padding-top: 30px;
  padding-bottom: 5px;
}

.footer-img {
  margin-top: 20px;
  margin-left: 10px;
  width: 36px;
  height: 36px;
}

.footer-img__div {
  text-align: center;
  padding-bottom: 40px;
}/*# sourceMappingURL=style.css.map */


/* ハンバーガーメニュー、閉じるボタンの実装 */

header nav {
  box-sizing: border-box;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
  opacity: 0.9;
}

header nav ul li a {
  border-radius: 5px;
  color: #666;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

#drawer_toggle {
  display: none;
}

div#drawer_toggle {
  position: relative;
  right: 0;
  top: 0;
  z-index: 300;
  width: 35px;
  height: 35px;
}

#drawer_toggle span {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  vertical-align: top;
}

#drawer_toggle span:nth-child(2) {
  margin-top: 10px;
}
#drawer_toggle span:last-child {
  margin-top: 20px;
}

#drawer_toggle.open span {
  top: 29px;
  left: 14px;
  width: 35px;
  margin: 0;
}

#drawer_toggle.open span:first-child {
  transform: rotate(45deg);
}

#drawer_toggle.open span:nth-child(2) {
  display: none;
}

#drawer_toggle.open span:last-child {
  transform: rotate(-45deg);
}


/* ここからメディアクエリ */


/* iPad,SPサイズ */

@media screen and (max-width: 768px) {  
  .favicon {
    width: 15px;
    height: 15px;
  }

  .header-h1 {
    font-size: 15px;
  }

  #global_nav {
    display: none;
    width: 100%;
    height: 215px;
    margin-top: 59px;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.5);
  }

  .health-h2 {
    font-size: 15px;
  }

  .sp-only {
    display: block;
  }

  .health-p__div {
    font-size: 12px;
  }

  .header-li__a{
    margin: 10px 0;
  }

  img {
    max-width:100%;
    height: auto;
  }

  .strong-details {
    margin: 30px;
  }

  .strong__img__div {
    margin: 20px;
  }

  .strong-details__p__div {
    font-size: 15px;
  }

  .strong-details__h4 {
    font-size: 15px;
    margin: 10px;
  }

  .strong-details {
    display: block;
    margin: 70px auto;
  }

  .strong__img {
    width: 100%;
    height: auto;
  }

  .service__details {
    display: block;
  }

  .service__children {
    margin: 60px 0;
  }

  .service-img__div {
    width: 300px;
    margin: 0 auto;
  }

  .service-img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }

  .service__h4 {
    font-size: 15px;
  }

  .service__p__div {
    font-size: 15px;
  }

  .access-info {
    display: block;
  }

  .time {
    margin: 0;
  }

  dl dt {
    margin: 0;
  }

  .dl-dd {
    margin: 0 auto;
  }

  .news__div {
    text-align: center;
    margin: 20px 0;
  }

  .news-dl {
    display: inline-block;
    margin: 0 auto;
  }

  .access-info {
    text-align: center;
  }

  .access-map {
    width: 80%;
    height: auto;
  }

  .access__p__div {
    font-size: 15px;
    margin-top: 20px;
  }

  .contact-form {
    display: block;
    margin: 0 auto;
  }

  .form__div {
    text-align: center;
    display: block;
  }

  .form__div label {
    display: block;
}

  .input {
    width: 250px;
    height: 40px;
  }

  .textarea {
    width: 250px;
    height: 150px;
  }

  .footer-nav {
    display: block;
    text-align: center;
  }

  .footer-li {
    margin: 10px;
  }

  .footer-img {
    width: 25px;
    height: 25px;
  }

  header nav {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 0;
    width: auto;
    height: auto;
    margin-right: 15px;
    font-size: 1.4rem;
    opacity: 1;
  }
  
  header nav ul {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }

  .header-ul {
    display: block;
    text-align: center;
  }

  .header-li {
    display: block;
  }

  header nav ul li {
    display: inline-block;
    height: 35px;
    border-radius: 2px;
    line-height: 35px;
  }

  header nav ul li a {
    padding: 0 15px;
    color: #9c9b98;
    font-size: unset;
    text-decoration: none;
    transition: color .3s;
  }

  header nav ul li:hover {
    background-color: #b99566;
  }

  header nav ul li:hover a {
    color: #fff;
  }

  #drawer_toggle {
    display:inline-block;
  }
}