@charset "UTF-8";
/* CSS Document */
.sec-top {
  padding: 0;
  background-color: #FDFBEF;
}
.sec-top__image {
  width: 100%;
  max-width: 1800px;
  background-image: image-set(url("../../images/top/main-picture.jpg") 1x, url("../../images/top/main-picture@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../../images/top/main-picture.jpg") 1x, url("../../images/top/main-picture@2x.jpg") 2x);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 800px 0px 0px 0px;
}
.sec-top h2 {
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 5.6rem;
  line-height: 1.5em;
  letter-spacing: inherit;
  margin: -350px auto 0;
  padding: 10px 150px;
  color: #FFF;
  text-align: left;  
  z-index: 1;
}
.sec-top h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 500px;
  height: 500px;
  background-image: image-set(url("../../images/top/top_bg.png") 1x, url("../../images/top/top_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("../../images/top/top_bg.png") 1x, url("../../images/top/top_bg@2x.png") 2x);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -75%;
  left: 5%;
  z-index: -1;
}
@media (max-width:850px) {
  .sec-top__image {
    width: 94%;
    background-image: image-set(url("../../images/top/main-picture.jpg") 1x, url("../../images/top/main-picture@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../../images/top/main-picture.jpg") 1x, url("../../images/top/main-picture@2x.jpg") 2x);
    background-position: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 15px auto 0;
    padding: 350px 0 0 0;
    border-radius: 15px;
    margin-top: 15px;
  }
  .sec-top h2 {
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3.2rem;
  line-height: 1.5em;
  letter-spacing: inherit;
  margin: 0 auto;
  padding: 50px ;
  color: #FFF;
  text-align: left;  
  z-index: 1;
}
.sec-top h2::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 280px;
  height: 250px;
  background-image: image-set(url("../../images/top/top_bg.png") 1x, url("../../images/top/top_bg@2x.png") 2x);
  background-image: -webkit-image-set(url("../../images/top/top_bg.png") 1x, url("../../images/top/top_bg@2x.png") 2x);
  background-size: cover;
  background-repeat: no-repeat;
  top: -10px;
  left: 8px;
  z-index: -1;
}
}
.sec-timetable {
  margin: 0 auto;
  padding: 100px 0 0;
}
table {
  width: 100%;
  max-width: 600px;
  margin: 0 auto ;
  border-radius: 15px;
  border-collapse: separate;
  border-left: 1px solid #4E3015;
  border-top: 1px solid #4E3015;
}
.top-table {
  background-color: #FDFBEF;
}
table th {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  padding: 10px 15px;
  background-color: #4E3015;
  border-bottom: 2px solid #4E3015;
  border-right: 2px solid #FFF;
}
table td {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 15px;
  background-color: transparent;
  border-bottom: 2px solid #4E3015;
  border-right: 2px solid #4E3015;
}
table thead th:first-child {
  border-radius: 15px 0 0 0;
  border-right: 2px solid #FFF;
}
table thead th:last-child {
  border-radius: 0 15px 0 0;
  border-right: 2px solid #4E3015;
}
table tbody {
  border-radius: 0 0 15px 15px;
  border-right: 2px solid #4E3015;
}
.border-radius {
  border-radius: 0 0 15px 0;
}
#border-radius {
  border-radius: 0 0 0 15px;
}
#border-radius2 {
  border-radius: 0 0 0 15px;
}
@media (max-width:850px) {
  .sec-timetable {
  margin: 0 auto;
  padding: 72px 16px 0 ;
}
  table {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    border-radius: 10px;
    border-collapse: separate;
    border-left: 1px solid #4E3015;
    border-top: 1px solid #4E3015;
  }
  .top-table {
    margin: 0px auto;
  }
  table th {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    align-items: center;
    color: #FDFBEF;
    padding: 5px 10px;
    background-color: #4E3015;
    border-bottom: 2px solid #4E3015;
    border-right: 2px solid #FDFBEF;
  }
  table td {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    align-items: center;
    padding: 5px 10px;
    background-color: #FDFBEF;
    border-bottom: 2px solid #4E3015;
    border-right: 2px solid #4E3015;
  }
  table thead th:first-child {
    border-radius: 10px 0 0 0;
    border-right: 2px solid #FDFBEF;
  }
  table thead th:last-child {
    border-radius: 0 10px 0 0;
    border-right: 2px solid #4E3015;
  }
  table tbody {
    border-radius: 0 0 10px 10px;
    border-right: 2px solid #4E3015;
  }
  .border-radius {
    border-radius: 0 0 10px 0;
  }
  #border-radius {
    border-radius: 0 0 0 10px;
  }
  #border-radius2 {
    border-radius: 0 0 0 10px;
  }
}
/*
.sec-news {
  padding: 70px;
  background-color: #FFF;
}
.sec-news__container {
  width: 100%;
  max-width: 1043px;
  margin: 0 auto;
}
.sec-news h2 {
  letter-spacing: 0.08em;
  line-height: 4.0rem;
}
.sec-news__lead {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
.sec-news__lead-message1 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
@media (max-width:850px) {
  .sec-news {
    padding: 40px 25px;
  }
  .sec-news h2 {
    letter-spacing: 0.03em;
    line-height: 3.0rem;
  }
  .sec-news__lead {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 2.0rem;
    margin-top: 20px;
    text-align: left;
  }
  .sec-news__lead-message1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sec-news__lead-message2 {
    text-align: left;
  }
}*/
.sec-concept {
  padding: 75px 0 100px;
  background-color: #FDFBEF;
}
.sec-concept__container {
  width: 100%;
  max-width: 1043px;
  margin: 0 auto;
}
.sec-concept__flex-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.sec-concept h2 {
  letter-spacing: 0.05em;
  line-height: 7.2rem;
  margin-bottom: 8px;
}
.sec-concept__h3 {
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.06em;
  line-height: 2rem;
  margin-top: 40px;
}
.sec-concept__lead-message {
  margin-top: 24px;
}
.sec-concept_imgArea {
  width: 40%;
  padding: 32px;
}
.sec-concept_textArea {
  width: 60%;
  padding: 25px;
  text-align: left;
}
@media (max-width:850px) {
  .sec-concept {
    padding: 80px 0;
  }
  .sec-concept__flex-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .sec-concept_textArea {
    width: 100%;
    padding: 0 25px;
    text-align: left;
  }
  .sec-concept h2 {
    letter-spacing: 0.03em;
    line-height: 5.0rem;
  }
  .sec-concept__lead {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    line-height: 2.0rem;
    margin-top: 40px;
  }
  .sec-concept__lead-message {
    margin-top: 20px;
  }
  .sec-concept_imgArea {
    width: 100%;
    content: "";
    margin: 0 auto;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
  }
  .sec-concept_imgArea__photo {
    opacity: 0.06;
  }
}
.sec-symptoms {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  background-color: #83BF7E;
  position: relative;
  z-index: 0;
}
.sec-symptoms::after {
  content: "";
  position: absolute;
  background-image: image-set(url("../../images/top/sec-symptoms_bk.jpg") 1x, url("../../images/top/sec-symptoms_bk@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../../images/top/sec-symptoms_bk.jpg") 1x, url("../../images/top/sec-symptoms_bk@2x.jpg") 2x);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -10;
}
.sec-symptoms__container {
  width: 100%;
  max-width: 1043px;
  margin: 0 auto;
}
.sec-symptoms h2 {
  color: #FFF;
  letter-spacing: 0.08em;
  line-height: 4.0rem;
}
.sec-symptoms__group__flex-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-direction: row-reverse;
}
.sec-symptoms__group {
  width: 100%;
  max-width: 840px;
  padding: 50px;
  background-color: #FFFFFF;
  border-radius: 30px;
  margin: 20px;
}
.sec-symptoms h3 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 4.0rem;
}
.sec-symptoms__description {
  margin-top: 32px;
  text-align: left;
}
.sec-symptoms__button-wrap-container {
  margin-top: 2.4rem;
}
.sec-symptoms__button-wrap {
  display: flex;
  justify-content: space-between;
}
.symptoms-button {
  width: 100%;
  min-width: 150px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 16px 28px;
  background-color: transparent;
  color: #4E3015;
  line-height: 1em; /* 1行の高さ  */
  border: 2px solid #4E3015;
  border-radius: 15px;
  margin: 8px 4px;
}
.sec-button-symptoms {
  display: inline-block;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
  cursor: pointer;
  padding: 20px 80px;
  background-color: #FFFFFF;
  color: #4E3015;
  line-height: 1em; /* 1行の高さ  */
  transition: .3s; /* なめらか変化 */
  border: 2px solid #4E3015;
  border-radius: 100px;
  margin-top: 40px;
}
.sec-button-symptoms:hover {
  color: #FFFFFF;
  background-color: #4E3015;
}
@media (max-width:850px) {
  .sec-symptoms {
    width: 100%;
    margin: 0 auto;
    padding: 80px 24px;
    background-color: #86B781;
    position: relative;
    z-index: 0;
    text-align: center;
  }
  .sec-symptoms::after {
    content: "";
    position: absolute;
    background-image: image-set(url("../../images/top/sec-symptoms_bk.jpg") 1x, url("../../images/top/sec-symptoms_bk@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../../images/top/sec-symptoms_bk.jpg") 1x, url("../../images/top/sec-symptoms_bk@2x.jpg") 2x);
    background-position: 100%;
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -10;
  }
  .sec-symptoms h2 {
    letter-spacing: 0.05em;
    line-height: 4.0rem;
  }
  .sec-symptoms__group__flex-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .sec-symptoms__group {
    width: 100%;
    max-width: 420px;
    text-align: center;
    padding: 24px;
    margin: 40px auto 0 ;
    border-radius: 30px;
  }
  .sec-symptoms h3 {
    letter-spacing: 0.03em;
    line-height: 3.0rem;
  }
  .sec-symptoms__description {
    letter-spacing: 0.06em;
    line-height: 2.7rem;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
  }
  .sec-symptoms__button-wrap-container {
  margin-top: 0.8rem;
}
.sec-symptoms__button-wrap {
  display: flex;
  justify-content:space-around;
}
.symptoms-button {
  width: 100%;
  min-width: 120px;
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  padding: 16px 10px;
  background-color: transparent;
  color: #4E3015;
  line-height: 1em; /* 1行の高さ  */
  border: 1.5px solid #4E3015;
  border-radius: 15px;
  margin: 8px ;
}
}
.sec-about {
  padding: 100px 0;
  background-color: #FDFBEF;
}
.sec-about__container {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}
.sec-about h2 {
  letter-spacing: 0.07em;
  line-height: 4.0rem;
}
.sec-about h2 span {
  font-size: 8rem;
  font-weight: 700;
}
.sec-about__flex-wrap1 {
  margin-top: 9.0rem;
  display: flex;
  justify-content: center;
}
.sec-about__flex-wrap2 {
  margin-top: 6.0rem;
  display: flex;
  justify-content: center;
}
.sec-about ul li {
  max-width: 344px;
  margin: 1.6rem;
  background-color: #FFF;
  box-shadow: 3px 3px 10px -5px #ccc;
  border-radius: 20px 20px 0 0;
}
.sec-about__image {
  display: block;
  position: relative;
}
.number-badge {
  position: absolute;
  color: #FFFFFF;
  font-size: 5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1em;
  padding-top: 2rem;
  background-image: url("../../images/top/number_badge_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  top: -10%;
  left: 35%;
  z-index: 10;
}
.sec-about__photo {
  width: 100%;
  vertical-align: top;
  border-radius: 20px 20px 0 0;
  z-index: 0;
}
.sec-about__description {
  background-color: #FFF;
  padding: 2.4rem;
}
.sec-about__description h3 {
  font-size: 2.4rem;
  font-family: 'Zen Maru Gothic';
  font-weight: 500;
}
.sec-about__description-p {
  margin-top: 1.6rem;
  text-align: left;
  letter-spacing: 0.06em;
  line-height: 1.8em;
}
.icon-play3-00 {
  font-weight: 700;
  font-family: 'Zen Maru Gothic'!important;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.icon-play3-00::after {
  content: "\ea1c";
  color: #4E3015;
  font-family: 'icomoon','Zen Maru Gothic';
  margin-left: 6px;
  font-size: 1.4rem;
}
@media (max-width:850px) {
  .sec-about {
    padding: 80px 24px;
    background-color: #FDFBEF;
  }
  .sec-about h2 {
    letter-spacing: 0.08em;
    line-height: 4.0rem;
  }
  .sec-about h2 span {
    font-size: 4rem;
    font-weight: 600;
  }
  .sec-about__flex-wrap1 {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
  }
  .sec-about__flex-wrap2 {
    display: inline-block;
    margin-top: -20px
  }
  .sec-about ul li {
    max-width: 420px;
    margin-top: 60px;
  }
  .sec-about__image {
    display: block;
  }
  .number-badge {
  position: absolute;
  color: #FFFFFF;
  font-size: 4.0rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1em;
  padding-top: 1.5rem;
  background-image: url("../../images/top/number_badge_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 72px;
  top: -8%;
  left: 40%;
  z-index: 10;
}
  .sec-about__description {
    background-color: #FFF;
    padding: 2.0rem;
  }
  .sec-about__description h3 {
    font-size: 2.0rem;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
  }
}
.sec-treatmenttime-access {
  padding: 100px 0;
  background-color: #FFF;
}
.sec-treatmenttime-access__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1043px;
}
.sec-treatmenttime-access__flex-wrap00 {
  margin: 45px 25px 0 25px;
  display: flex;
  justify-content: center;
}
.sec-treatmenttime-access__flex-wrap01 {
  width: 50%;
}
.sec-treatmenttime-access__flex-wrap {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.sec-treatmenttime-access__flex-wrap dt {
  width: 100%;
  max-width: 90px;
  height: 30px;
  display: flex;
  color: #FEFDF7;
  font-size: 1.5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  background-color: #83BF7E;
  margin-right: 20px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  line-height: 0.9;
  text-align: center;
}
.map {
  display: flex;
  width: 100%;
  height: 220px;
  max-width: 538px;
  border-radius: 15px;
  box-shadow: 3px 3px 10px -5px #ccc;
  margin-top: 30px;
}
@media (max-width:850px) {
  .sec-treatmenttime-access {
    padding: 80px 0;
    margin: 0 auto;
  }
  .sec-treatmenttime-access__flex-wrap00 {
    margin-top: 30px;
    display: inline-block;
  }
  .sec-treatmenttime-access__flex-wrap01 {
    width: 100%;
  }
  .sec-treatmenttime-access__flex-wrap {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: flex-start;
    text-align: left;
  }
}
.sec-reserve {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  background-image: image-set(url("../../images/top/reserve_bg.jpg") 1x, url("../../images/top/reserve_bg@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../../images/top/reserve_bg.jpg") 1x, url("../../images/top/reserve_bg@2x.jpg") 2x);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  color: #FFF;
}
.sec-reserve::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -10;
}
.sec-reserve__container {
  width: 100%;
  max-width: 1043px;
  margin: 0 auto;
}
.sec-reserve__discription1 {
  margin-top: 48px;
}
.sec-reserve__discription2 {
  margin-top: 8px;
}
.sec-reserve ul {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.sec-reserve ul li {
  list-style: none;
  margin: 0 10px 20px;
}
.sec-reserve__web {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 20px 85px 20px 130px;
  line-height: 2em;
  transition: .3s;
  box-sizing: border-box;
  background: #83BF7E url("../../images/common/reserve.svg") no-repeat 50px 20px / 100px auto;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 15px;
}
.sec-reserve__web p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
}
.sec-reserve__web span {
  padding-right: 50px;
}
.sec-reserve__tel {
  width: 100%;
  max-width: 400px;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
  padding: 20px 50px 20px 100px;
  margin-top: 0px;
  line-height: 2em;
  transition: .3s;
  box-sizing: border-box;
  background: url("../../images/top/reserve-tel.svg") no-repeat 50px 20px / 40px auto;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 15px;
}
.sec-reserve__tel p {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 800;
  font-size: 4.0rem;
}
.sec-reserve__tel span {
  margin-top: 25px;
  padding-right: 50px;
}
@media (max-width:850px) {
  .sec-reserve {
    padding: 80px 24px;
    background-position: 40%;
  }
  .sec-reserve__discription1 {
    margin-top: 20px;
  }
  .sec-reserve ul {
    display: block;
  }
  .sec-reserve ul li {
    margin-bottom: 10px;
  }
  .sec-reserve__web {
    width: 100%;
    max-width: 320px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 20px 48px 20px 80px;
    line-height: 1.5em;
    transition: .3s;
    box-sizing: border-box;
    background: #86B781 url("../../images/common/reserve.svg") no-repeat 30px 23px / 65px auto;
    text-align: center;
    border-radius: 15px;
  }
  .sec-reserve__web p {
    font-size: 2.4rem;
  }
  .sec-reserve__web span {
    font-size: 1.4rem;
    margin-top:8px;
    padding-right: 40px;
  }
  .sec-reserve__tel {
    width: 100%;
    max-width: 320px;
    padding: 15px 25px 15px 55px;
    margin-top: 15px;
    line-height: 1.8em;
    background: url("../../images/top/reserve-tel.svg") no-repeat 40px 20px / 30px auto;
  }
  .sec-reserve__tel p {
    font-size: 2.8rem;
  }
  .sec-reserve__tel span {
    font-size: 1.4rem;
    padding: 0px 10px;
  }
}