@charset "UTF-8";

/*-------------------
  症状から探す
--------------------*/
#symptom,
#disease,
#medical1,
#medical2 {
  margin-bottom: 80px;
}

#symptom .top-btn,
#disease .top-btn,
#medical1 .top-btn,
#medical2 .top-btn {
  color: #35ADA9;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

#symptom .top-btn:hover,
#disease .top-btn:hover,
#medical1 .top-btn:hover,
#medical2 .top-btn:hover {
  color: #fff;
}

/* #symptom #mv,
#disease #mv {
  background: linear-gradient(rgba(82, 69, 43, 0.6)), url(../images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
} */
#symptom #contents .anchor-list,
#disease #contents .anchor-list,
#medical1 #contents .anchor-list,
#medical2 #contents .anchor-list {
  margin-bottom: 40px;
}

#symptom #contents .anchor-list ul,
#disease #contents .anchor-list ul,
#medical1 #contents .anchor-list ul,
#medical2 #contents .anchor-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 10px 10px;
}

#symptom #contents .anchor-list ul li,
#disease #contents .anchor-list ul li,
#medical1 #contents .anchor-list ul li,
#medical2 #contents .anchor-list ul li {
  width: calc(25% - 10px);
  text-align: center;
  display: flex;
}

#symptom #contents .anchor-list ul li a,
#disease #contents .anchor-list ul li a,
#medical1 #contents .anchor-list ul li a,
#medical2 #contents .anchor-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
  font-size: min(1.2cqw, 1rem);
}

#symptom #contents .anchor-list ul li a:after,
#disease #contents .anchor-list ul li a:after,
#medical1 #contents .anchor-list ul li a:after,
#medical2 #contents .anchor-list ul li a:after {
  transform: translateY(-50%) rotate(90deg);
  right: 15px;
}

/* #symptom #contents .area,
#disease #contents .area,
#medical1 #contents .area,
#medical2 #contents .area {
  margin-bottom: 60px;
  padding-top: 120px;
  margin-top: -120px;
} */
#symptom #contents .area,
#disease #contents .area {
  margin-bottom: 60px;
  padding-top: 120px;
  margin-top: -120px;
}


#symptom #contents .area:last-of-type,
#symptom #contents .area.last,
#disease #contents .area:last-of-type,
#disease #contents .area.last,
#medical1 #contents .area:last-of-type,
#medical1 #contents .area.last,
#medical2 #contents .area:last-of-type,
#medical2 #contents .area.last {
  margin-bottom: 0px;
}

#symptom #contents .area.left .flex-wrap,
#disease #contents .area.left .flex-wrap,
#medical1 #contents .area.left .flex-wrap,
#medical2 #contents .area.left .flex-wrap {
  flex-direction: row;
}

#symptom #contents .area.left .flex-wrap article,
#disease #contents .area.left .flex-wrap article,
#medical1 #contents .area.left .flex-wrap article,
#medical2 #contents .area.left .flex-wrap article {
  padding-right: 0px;
  padding-left: 50px;
}

#symptom #contents .area .flex-wrap,
#disease #contents .area .flex-wrap,
#medical1 #contents .area .flex-wrap,
#medical2 #contents .area .flex-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

#symptom #contents .area .flex-wrap figure,
#disease #contents .area .flex-wrap figure,
#medical1 #contents .area .flex-wrap figure,
#medical2 #contents .area .flex-wrap figure {
  width: 40%;
}

#symptom #contents .area .flex-wrap article,
#disease #contents .area .flex-wrap article,
#medical1 #contents .area .flex-wrap article,
#medical2 #contents .area .flex-wrap article {
  width: 60%;
  box-sizing: border-box;
  padding-right: 50px;
}

#symptom #contents .area .symptom-box,
#disease #contents .area .symptom-box,
#medical1 #contents .area .symptom-box,
#medical2 #contents .area .symptom-box {
  /* padding: 25px 40px 35px; */
  padding: 20px 30px 30px;
  background: #edf9f9;
}

#disease #contents .area .symptom-box,
#medical1 #contents .area .symptom-box,
#medical2 #contents .area .symptom-box {
  background: #fff6f6;
}

#symptom #contents .area .symptom-box h4,
#disease #contents .area .symptom-box h4,
#medical1 #contents .area .symptom-box h5,
#medical2 #contents .area .symptom-box h5 {
  text-align: center;
  color: #35ADA9;
  font-family: "Noto serif JP", sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#disease #contents .area .symptom-box h4,
#medical1 #contents .area .symptom-box h5,
#medical2 #contents .area .symptom-box h5 {
  color: #eb8585;
}

#symptom #contents .area .symptom-box h4:after,
#disease #contents .area .symptom-box h4:after,
#medical1 #contents .area .symptom-box h5:after,
#medical2 #contents .area .symptom-box h5:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #35ADA9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#disease #contents .area .symptom-box h4:after,
#medical1 #contents .area .symptom-box h5:after,
#medical2 #contents .area .symptom-box h5:after {
  background-color: #eb8585;
}

#symptom #contents .area .symptom-box ul,
#disease #contents .area .symptom-box ul,
#medical1 #contents .area .symptom-box ul,
#medical2 #contents .area .symptom-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

#symptom #contents .area .symptom-box ul li,
#disease #contents .area .symptom-box ul li,
#medical1 #contents .area .symptom-box ul li,
#medical2 #contents .area .symptom-box ul li {
  position: relative;
  padding-left: 1.2em;
  /* margin-right: 1.5em; */
  margin-right: 2.5em;
  /* font-size: 1.1rem; */
  font-size: 1rem;
  line-height: 1.4;
  /* margin-bottom: 15px; */
  margin-bottom: 1.5em;
}

#symptom #contents .area .symptom-box ul li:before,
#disease #contents .area .symptom-box ul li:before,
#medical1 #contents .area .symptom-box ul li:before,
#medical2 #contents .area .symptom-box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#symptom #contents .area .symptom-box ul li a,
#disease #contents .area .symptom-box ul li a,
#medical1 #contents .area .symptom-box ul li a,
#medical2 #contents .area .symptom-box ul li a {
  text-decoration: underline;
  /* color: #333; */
  color: #0000a9;
  text-underline-offset: 2px;
}

#symptom #contents .area .symptom-box ul li a:hover,
#disease #contents .area .symptom-box ul li a:hover,
#medical1 #contents .area .symptom-box ul li a:hover,
#medical2 #contents .area .symptom-box ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {

  /*#footer{
    overflow: hidden;
    .info-r{
      padding: 20px;
      display: block;
      img{
        width: 100%;
      }
      .clinic-info{
        width: 100%;
        margin-bottom: 30px;
      }
    }
  }*/
  #symptom,
  #disease {
    margin-bottom: 60px;
  }

  #symptom .top-btn:hover,
  #disease .top-btn:hover,
  #medical1 .top-btn:hover,
  #medical2 .top-btn:hover {
    color: #35ADA9;
    background-color: #fff;
    opacity: 1;
  }

  #symptom .top-btn:hover:after,
  #disease .top-btn:hover:after,
  #medical1 .top-btn:hover:after,
  #medical2 .top-btn:hover:after {
    background: url(../images/common/arrow2.png) no-repeat;
    background-size: 7px;
  }

  #symptom #contents .anchor-list,
  #disease #contents .anchor-list,
  #medical1 #contents .anchor-list,
  #medical2 #contents .anchor-list {
    margin-bottom: 40px;
  }

  #symptom #contents .anchor-list ul,
  #disease #contents .anchor-list ul,
  #medical1 #contents .anchor-list ul,
  #medical2 #contents .anchor-list ul {
    gap: 5px 10px;
    gap: 10px;
  }

  #symptom #contents .anchor-list ul li,
  #disease #contents .anchor-list ul li,
  #medical1 #contents .anchor-list ul li,
  #medical2 #contents .anchor-list ul li {
    width: calc(50% - 5px);
  }

  #symptom #contents .area,
  #disease #contents .area,
  #medical1 #contents .area,
  #medical2 #contents .area {
    margin-bottom: 40px;
    padding-top: 100px;
    margin-top: -100px;
  }

  #symptom #contents .area.left .flex-wrap,
  #disease #contents .area.left .flex-wrap,
  #medical1 #contents .area.left .flex-wrap,
  #medical2 #contents .area.left .flex-wrap {
    flex-direction: row;
  }

  #symptom #contents .area.left .flex-wrap article,
  #disease #contents .area.left .flex-wrap article,
  #medical1 #contents .area.left .flex-wrap article,
  #medical2 #contents .area.left .flex-wrap article {
    padding-right: 0px;
    padding-left: 0px;
  }

  #symptom #contents .area .flex-wrap,
  #disease #contents .area .flex-wrap,
  #medical1 #contents .area .flex-wrap,
  #medical2 #contents .area .flex-wrap {
    display: block;
    margin-bottom: 20px;
  }

  #symptom #contents .area .flex-wrap figure,
  #disease #contents .area .flex-wrap figure,
  #medical1 #contents .area .flex-wrap figure,
  #medical2 #contents .area .flex-wrap figure {
    width: 100%;
    margin-bottom: 20px;
  }

  #symptom #contents .area .flex-wrap article,
  #disease #contents .area .flex-wrap article,
  #medical1 #contents .area .flex-wrap article,
  #medical2 #contents .area .flex-wrap article {
    width: 100%;
    padding-right: 0px;
  }

  #symptom #contents .area .symptom-box,
  #disease #contents .area .symptom-box,
  #medical1 #contents .area .symptom-box,
  #medical2 #contents .area .symptom-box {
    padding: 15px 20px 25px;
  }

  #symptom #contents .area .symptom-box h4,
  #disease #contents .area .symptom-box h4,
  #medical1 #contents .area .symptom-box h5,
  #medical2 #contents .area .symptom-box h5 {
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  #symptom #contents .area .symptom-box h4:after,
  #disease #contents .area .symptom-box h4:after,
  #medical1 #contents .area .symptom-box h5:after,
  #medical2 #contents .area .symptom-box h5:after {
    width: 60px;
  }

  #symptom #contents .area .symptom-box ul li,
  #disease #contents .area .symptom-box ul li,
  #medical1 #contents .area .symptom-box ul li,
  #medical2 #contents .area .symptom-box ul li {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  #symptom #contents .area .symptom-box ul li a,
  #disease #contents .area .symptom-box ul li a,
  #medical1 #contents .area .symptom-box ul li a,
  #medical2 #contents .area .symptom-box ul li a {
    text-decoration: underline;
  }

  #symptom #contents .area .symptom-box ul li a:hover,
  #disease #contents .area .symptom-box ul li a:hover,
  #medical1 #contents .area .symptom-box ul li a:hover,
  #medical2 #contents .area .symptom-box ul li a:hover {
    text-decoration: underline;
  }

  #symptom #contents .anchor-list ul li a,
  #disease #contents .anchor-list ul li a,
  #medical1 #contents .anchor-list ul li a,
  #medical2 #contents .anchor-list ul li a {
    font-size: 1em;
  }

}

.flex-wrap2.s_box {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.flex-wrap2.s_box figure {
  width: 30%;
}

.flex-wrap2.s_box article {
  width: 70%;
}

.dis_box {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .flex-wrap2.s_box {
    flex-direction: column;
    gap: 10px;
  }

  .flex-wrap2.s_box figure {
    width: 80%;
    margin: 0 auto;
  }

  .flex-wrap2.s_box article {
    width: 100%;
  }

  #medical1,
  #medical2 {
    margin-bottom: 20px;
  }
}







/*-------------------
  アクセス
--------------------*/
#access {
  margin-bottom: 20px;
}

#access #mv {
  background: linear-gradient(rgba(82, 69, 43, 0.6)), url(../images/access/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#access #map .map iframe {
  width: 100%;
}

#access #map .map p {
  text-align: center;
  line-height: 1.6;
  /* font-size: 1.25rem;
  margin-top: 20px; */
  font-size: 1.1rem;
  padding: 15px 0;
  background: #edf9f9;
}

#access #access-movie .movie {
  width: 80%;
  min-width: 700px;
  margin: auto;
}

#access #access-movie .movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #access {
    margin-bottom: 10px;
  }

  #access #map .map iframe {
    height: 250px;
  }

  #access #map .map p {
    font-size: 0.875rem;
    margin-top: 10px;
    line-height: 1.6;
  }

  #access #access-movie .movie {
    width: 100%;
    min-width: 100%;
    margin: auto;
  }

  #access .ttl01.first {
    margin-top: 40px;
    margin-bottom: 0;
  }

  section#access-movie .ttl01 {
    margin-top: 90px;
    margin-bottom: 0;
  }

  section#access-movie .ttl02 {
    font-size: 1.2rem;
  }
}

/*-------------------
  お問い合わせ
--------------------*/
.wpcf7 {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  background: #DCF2F2;
  padding: 40px;
  outline: 1px solid #00ADA9;
  outline-offset: -20px;
}

.wpcf7 p {
  margin-bottom: 1em;
  font-size: 12px;
}

.wpcf7 form {
  margin: 1.5em 1.5em 0;
}

.mail-form {
  width: 100%;
  /* background: #fff; */
  border-radius: 40px;
  /* padding: 0px 20px 60px; */
  padding: 0px 20px;
}

.form__wrap {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  /* margin-top: 10px; */
  margin-top: 20px;
}

.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 5px;
}

.wpcf7 .template01 p.form__label,
label {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 600;
}

.wpcf7 .template01 p.form__label.is-required label::after {
  content: "＊";
  position: absolute;
  top: -20%;
  right: -1.5em;
  font-size: 80%;
  color: #d35d5d;
}

.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  /* padding: 0.5em 1em; */
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  /* font-size: inherit; */
  font-size: 1.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}

.wpcf7 input.wpcf7-submit,
.wpcf7 .wpcf7-previous {
  margin: 30px auto 0;
  background-color: #333333;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #00ADA9;
  color: #fff;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  width: 220px;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* border-radius: 5px; */
}

.wpcf7 .submit-btn p {
  text-align: center;
}

.wpcf7 input.wpcf7-submit:hover,
.wpcf7 .wpcf7-previous:hover {
  transition: 0.4s;
  opacity: 0.8;
}

.wpcf7-spinner {
  display: block !important;
}


#contact {
  margin-bottom: 20px;
}

#contact #mv {
  background: linear-gradient(rgba(82, 69, 43, 0.6)), url(../images/contact/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#contact #contents #form-wrap {
  background: #DCF2F2;
  padding: 80px 40px;
  position: relative;
  z-index: 1;
}

#contact #contents #form-wrap:after {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #00ADA9;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}

#contact #contents #form {
  width: 100%;
  /* max-width: 800px; */
  max-width: 650px;
  margin: auto;
}

#contact #contents #form table {
  width: 100%;
}

#contact #contents #form table th,
#contact #contents #form table td {
  float: left;
  width: 100%;
  text-align: left;
}

#contact #contents #form table th {
  clear: both;
  padding-bottom: 15px;
  /* font-size: 1.125rem; */
  font-size: 1rem;
  letter-spacing: 0.1em;
}

#contact #contents #form table th.required span {
  display: inline-block;
  position: relative;
}

/* #contact #contents #form table th.required span:first-letter {
  color: #EB8585;
} */

#contact #contents #form table th.required span:after {
  content: "＊";
  position: absolute;
  top: 0;
  right: -1.5em;
  font-size: 80%;
  color: #d35d5d;
}

#contact #contents #form table td {
  padding-bottom: 25px;
}

#contact #contents #form table input,
#contact #contents #form table textarea {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid #bcbcbc;
}

#contact #contents #form table input:focus,
#contact #contents #form table textarea:focus {
  outline: 1px solid #00ADA9;
}

#contact #contents #form table input::-moz-placeholder,
#contact #contents #form table textarea::-moz-placeholder {
  color: #9f9f9f;
}

#contact #contents #form table input::placeholder,
#contact #contents #form table textarea::placeholder {
  color: #9f9f9f;
}

#contact #contents #form table textarea {
  height: 200px;
}

#contact #contents #form table p.error {
  margin-top: 5px;
  font-size: 90%;
  color: #d35d5d;
}

#contact #contents #form .btn {
  text-align: center;
  margin-top: 30px;
}

#contact #contents #form .btn button {
  display: inline-block;
  background-color: #00ADA9;
  color: #fff;
  border: 0px;
  font-size: 1.25rem;
  height: 60px;
  line-height: 60px;
  width: 260px;
  font-family: inherit;
  cursor: pointer;
}

#contact #contents #form .btn button:hover {
  opacity: 0.7;
  transition: 0.5s all;
}

#contact #contents #form input[type=submit],
#contact #contents #form input[type=button] {
  display: inline-block;
  background-color: #00ADA9;
  color: #fff;
  border: 0px;
  font-size: 1.25rem;
  height: 60px;
  line-height: 60px;
  width: 260px;
  font-family: inherit;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 30px;
  cursor: pointer;
}

#contact #contents #form input[type=submit]:hover,
#contact #contents #form input[type=button]:hover {
  opacity: 0.7;
  transition: 0.5s all;
}

#contact #contents #form input[type=button] {
  background-color: #aaa;
  margin-left: 1.5em;
}

#contact #contents .confirm_txt {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.125rem;
}

#contact #contents .confirm_txt strong {
  color: #00ADA9;
}

#contact #contents .thanks-txt {
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.6;
}

#contact #contents .thanks-txt+a {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .wpcf7 {
    width: 100%;
  }

  .wpcf7 form {
    margin: 0;
  }

  .mail-form {
    padding: 0;
  }

  #contact {
    margin-bottom: 10px;
  }

  #contact #contents #form-wrap {
    /* padding: 40px 40px 50px; */
    padding: 30px 20px 40px;
  }

  #contact #contents #form-wrap:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }

  #contact #contents #form table th {
    padding-bottom: 10px;
    font-size: 1rem;
  }

  #contact #contents #form table td {
    padding-bottom: 20px;
  }

  #contact #contents #form table input,
  #contact #contents #form table textarea {
    padding: 10px 15px;
  }

  #contact #contents #form table textarea {
    height: 250px;
  }

  #contact #contents #form .btn {
    text-align: center;
    margin-top: 15px;
  }

  #contact #contents #form .btn button {
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    max-width: 260px;
    width: 100%;
  }

  #contact #contents #form .btn button:hover {
    opacity: 1;
  }

  #contact #contents #form input[type=submit],
  #contact #contents #form input[type=button] {
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    max-width: 300px;
    width: 100%;
    font-family: inherit;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 30px auto 0;
    cursor: pointer;
    display: block;
  }

  #contact #contents #form input[type=submit]:hover,
  #contact #contents #form input[type=button]:hover {
    opacity: 1;
  }

  #contact #contents #form input[type=button] {
    margin-left: 0;
    margin: 10px auto 0;
  }

  #contact #contents .confirm_txt {
    margin-bottom: 25px;
    font-size: 0.875rem;
    line-height: 1.6;
  }

  #contact #contents .thanks-txt {
    font-size: 1.125rem;
  }

  #contact #contents #form table th.required span {
    font-weight: 500;
  }

  #contact .ttl01.first {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=add.css.map */