@charset "utf-8";
/* CSS Document */
.top-mainvisual {
  height: 90vh; /*ﾃﾞﾊﾞｲｽの高さの1/100=1vh*/
  background-image: url(../img/top_visual.jpg); /*サイトの管理をしないと画像リンクが相対パスにならない！*/
  background-position: center;
  background-size: auto 100%; /*横auto 高さは設定してるから100%*/
  background-repeat: no-repeat;
}
@media(min-width: 960px) {
  .top-mainvisual {
    background-size: cover;
    width: 100%;
  }
}
.section-concept{
  width: 80vw;
  margin: 0 auto;
  padding: 80px 0 100px;
}
.section-concept__lead {
  font-size:1.8rem;
  width: 260px;
  margin: 0 auto;
}
@media(min-width:1160px) {
  .section-concept {
    width: 1160px;
    padding: 100px 0 180px;
  }
  .section-concept__lead {
  font-size:2.4rem;
  width: 100%;
}
  .section-concept__text{
    width: 700px;
    text-align: center;
    margin: 0 auto;
  }
}
.section-therapy-content-wrapper {
  /*max-width: 355px;*/
  margin: 0 auto;
}
.section-therapy__picture img {
  width: 80vw;
}
.section-therapy__content-title__top {
  padding: 30px 0 20px;
  font-size: 1.6rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.section-therapy__content-text {
  width: 80vw;
  margin: 0 auto;
  text-align: left;
}
.therapy {/*同じclass名.concept-more therapyで指定したら、.therapyだけでデザインつける*/
  text-align: center;
}
@media(min-width:760px) {
  .section-therapy__description {
    margin-top: 60px;
  }
  .section-therapy__content-title__top {
    font-weight: 500;
  }
}
@media(min-width:1160px) {
  .section-therapy-content-wrapper {
    max-width: 1160px;
    padding-bottom: 100px;
  }
  .section-therapy__description {
    display: flex;
    justify-content: center;/*flexboxの中身を真ん中寄せ*/
  }
  .section-therapy__picture {
    width: 500px;
    margin-right: 40px;
  }
  .section-therapy__picture img {
    width: 500px;
  }
  .section-therapy__content {
    width: 500px;
    padding-top: 50px;
  }
  .section-therapy__content-title__top {
    padding-top: 0;
    font-size: 2.4rem;;
    text-align: left;
  }
  .section-therapy__content-text {
    width: 500px;
    margin: 0;
  }
  .concept-more.therapy {
    text-align: right;
  }
}
.section-bloglist-content-wrapper {
  width: 80vw;
  margin: 0 auto;
}
@media(min-width:790px) {
  .section-bloglist-content-wrapper {
    max-width: 790px;
    margin: 0 auto;
  }
  .blog-list li {
    margin-bottom: 50px;
  }
  .blog-list__image img {
    width: 270px;
    height: initial;/*前の設定をクリア→initial*/
  }
  .blog-list__text {
    /*margin-left: 60px;*/
    padding: 20px 0px 0px 40px;
    width: 520px;
    text-align: left;
  }
  .blog-list__text h4 {
    padding-bottom: 30px;
  }
  .blog-list__content {
    display: block;
    font-size: 1.4rem;
    width: 460px;
  }
}
.section-access-content-wrapper {
  width: 80vw;
  margin: 0 auto;
}
.section-access__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
@media(min-width:960px) {
  .section-access-content-wrapper {
    max-width: 900px;
  }
  .section-access__map{
    height: 560px;
  }
  .section-access table {
    width: 900px;
    margin: 20px auto 0 auto;
  }
  .section-access tbody {
    width: 100%;
    margin: 0 auto;
  }
  .section-access table tr {
    border-bottom: solid 1px #1e99a8;
    display: flex;
  }
  .section-access table th,td {
    padding: 30px 0;
  }
  .section-access table th {
    width: 400px;
    padding: 30px 100px 30px 70px;
  }
  .section-access table td {
    padding-right: 100px;
    width: 500px;
    text-align: left;
  }
}
.section-reservation {
  padding-bottom: 70px;
}
.reservation {
  padding-bottom: 20px;
}
.section-title__reservation {
  padding-bottom: 50px;
}
.section-reservation__text {
  width: 315px;
  height: 88px;
  font-size: 1.8rem;
  font-weight: 600;
  border: solid 1px #1e99a8;
  margin: 0 auto 30px;
}
.web {
  padding-top: 32px;
}
.tel {
  padding-top: 22px;
}
.section-reservation a{
  display:block;
  text-decoration: none;
  width: 315px;
  height: 88px;
  margin: 0 auto 30px;
}
@media (min-width: 751px) {
  .section-title.reservation {
    padding-top: 0px;
  }
  .section-title__reservation {
  padding-bottom: 100px;
}
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
  .section-reservation__text {
    font-weight: 500;
  }
}
@media(min-width:790px) {
  .section-reservation-content-wrapper {
    max-width: 790px;
    margin: 0 auto;
  }
  .section-reservation__container {
    display: flex;
    justify-content: center;
  }
  .section-reservation__web {
    margin-right: 60px;
  }
}