@charset "utf-8";

body {
  font-size: 16px;
}
.br_sp::before {
  content: "\A" ;
  white-space: pre ;
}
.forPc {
  display: none;
}
.forSp {}
.wrapper {
  position: relative;
  height: 100%;
  padding-top: 60px;
}
.width {}
.main {
  height: 100%;
}
.bg_wood {
  background-image: url(./image/bg_wood.jpg);
  background-repeat: repeat;
}
.bg_pattern {
  background-image: url(./image/bg_pattern.png);
  background-repeat: repeat;
}
.content--ttl {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.content--ttl .ttl {}
.content--ttl .fuki {
  position: absolute;
  width: 90px;
}
.content--ttl .fuki.left {
  top: -75px;
  left: 30px;
}
.content--ttl .fuki.right {
  top: -75px;
  right: 30px;
}
.case .content--ttl .fuki,
.flow .content--ttl .fuki,
.about .content--ttl .fuki,
.access .content--ttl .fuki {
  top: -75px;
  right: 60px;
}
.price .content--ttl .fuki,
.faq .content--ttl .fuki,
.doctor .content--ttl .fuki {
  top: -60px;
  left: 60px;
}

h1 {}
h2,h3 {
  text-align: center;
  font-weight: 500;
}
h2 {
  font-size: 60px;
  line-height: 70px;
}
.size01 {
  font-size: 32px;
  line-height: 42px;
}
.size02 {
  font-size: 28px;
  line-height: 38px;
}
.size03 {
  font-size: 24px;
  line-height: 34px;
}
.text-white {
  color: #fff;
}

.cta_float {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}
.cta_float--inner {
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding: 5px;
  background: rgb(255 255 255 / 0.8);
}
.cta_float a {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.cta_float .link_line {
  background: #00b900;
  padding-right: 10px;
  margin-right: 5px;
}
.cta_float .link_tel {
  background: linear-gradient(135deg, #69e06e, #43c4ff);
  margin-right: 5px;
}
.cta_float .link_reserve {
  background: #ff9000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0.8);
  z-index: 50;
}
.header h1 {
  display: flex;
  align-items: center;
}
.header--left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
.header--logo {
}
.header--logo .logo {
  width: auto;
  height: 33px;
  margin-right: 5px;
}
.header--info {
  margin-left: 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 140%;
}
.header--info .info01 {}
.header--info .info02 {
  display: none;
}
.header--tel {
  height: 100%;
  margin-left: 8px;
}
.header--tel a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 8px;
}
.header--tel a img {
  display: block;
  width: 120px;
}
.header--right {}
.header--business_hours {
  display: none;
}

.cta {
  padding: 30px 10px;
  background: #fff;
}

.cta01 {
	padding: 0 10px 30px;
	background: #fff;
}

.cta--block {}
.cta--block--ttl {
  padding: 15px 0;
  background: #ff9000;
  color: #fff;
  font-size: 22px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.cta--block--detail {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 10px;
  background: #fffbe9;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 5px solid #ff9000;
}
.cta--block--web {
  width: 100%;
}
.cta--block--tel {
  width: 95%;
  margin: 0 auto 10px auto;
}
.cta--block--tel img {}
.cta--btn {
  position: relative;
  display: block;
  padding: 18px 25px 18px 0;
  background: #ff9000;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgb(180 180 180 / 60%);
}
.cta--btn::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  transform: translateY(-50%);
}
.anc_links {
  padding: 30px 0;
  background: #fff;
}
.anc_links_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anc_links_list a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 70px;
  margin: 0 1%;
  padding: 0 5px;
  border-radius: 10px;
  background: #ccc;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  box-shadow: 0 3px 10px 0 rgb(180 180 180 / 0.6);
}
.anc_links_list a span {
  margin-top: -15px;
  line-height: 110%;
}
.anc_links_list a:nth-child(1) {
  background: #8ed053;
}
.anc_links_list a:nth-child(2) {
  background: #53c4f2;
}
.anc_links_list a:nth-child(3) {
  background: #fba9c2;
}
.anc_links_list a::after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fffd29;
  font-size: 24px;
  transform: translateX(-50%);
  pointer-events: none;
}
.content_anc {
  margin-top: -60px;
  padding-top: 60px;
}

.first {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 60px);
  min-height: 550px;
  background: url(./image/main_image-sp.jpg) #fff no-repeat;
  background-size: contain;
}
.first--contents {
  margin-top: auto;
}
.first--text {
  width: 95%;
  margin: 0 auto;
  padding: 15px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 10px 0 rgb(180 180 180 / 60%);
}
.first--text--body {
  position: relative;
}
.first--text--body--itero {
  position: absolute;
  top: -85px;
  left: -20px;
  width: 80px;
}
.first--text-ex {
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.first--cta-sp {
  padding: 15px 10px 0 10px;
}
.first--cta-sp a {
  position: relative;
  display: block;
  padding: 18px 25px 18px 0;
  background: #ff9000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 30px;
}
.first--cta-sp a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  margin-top: -11px;
}
.first--cta-pc {
  display: none;
}
.first--sup {
  padding: 0 10px 10px 10px;
  background: #fff;
  font-size: 80%;
  text-align: center;
  line-height: 140%;
}

.feature {
  position: relative;
  margin: 0;
  padding: 90px 10px 35px 10px;
}
.feature h2 {
  padding: 0 10px;
}
.feature h2 img {
  display: block;
}
.feature--body {
  margin-top: 30px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 15px;
}
.feature--image {}
.feature--text {
  margin: 20px auto 0 auto;
  font-size: 90%;
  line-height: 160%;
}

.align {
  position: relative;
  margin: 0;
  padding: 90px 0 35px 10px;
}
.align h2 {}
.align--detail {
  margin-top: 30px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 15px;
}
.align--detail p {
  font-size: 13px;
}
.align--group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.align--group--item {
  width: 45%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.align--group--item:last-of-type {
  margin-bottom: 0;
}
.brand--list {}
.brand--list--item {
  margin: 15px auto;
}
.brand--list--item:nth-child(2) {
  width: 80%;
  margin: 0px auto 10px auto;
}

.case {
  position: relative;
  margin: 0;
  padding: 90px 0 35px 10px;
}
.case h2 {}
.case hr {
  width: 92%;
  margin: 0 auto;
  border: 1px solid #5ed678;
}
.case--group {
  width: 86%;
  margin: 0 auto 40px auto;
  padding-top: 10px;
  text-align: center;
}
.case--group-wrap {
  margin-bottom: 20px;
}
.case--group-wrap.arrow {
  position: relative;
  padding-bottom: 30px;
}
.case--group-wrap.arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fea7be transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.case--group--item {
  margin: 15px 0 10px 0;
  padding: 10px;
  background: #fff;
}
.case--group--item.before {}
.case--group--item.after {}
.case--group--item--ttl {
  font-size: 24px;
  font-weight: bold;
}
.case--group--item--ttl img {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 auto;
}
.case--ex {
  position: relative;
  width: 90%;
  margin: 30px auto 0 auto;
  border: 10px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}
.case--ex::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.case--ex img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.case--detail {
  margin-top: 40px;
  padding: 15px 10px;
  background: #fff;
  border-radius: 15px;
  font-size: 85%;
}
.case--detail table {
  width: 100%;
  line-height: 140%;
}
.case--detail table tr {}
.case--detail table th {
  width: 30%;
  padding: 5px 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.case--detail table td {
  padding: 5px 0;
  vertical-align: top;
}

.price {
  margin: 0;
  padding: 90px 10px 35px 10px;
}
.price h2 {
  position: relative;
}
.price--inner {
  background-repeat: repeat;
}
.price--detail {
  position: relative;
  margin: 0 auto;
  padding: 20px 15px;
  background: #fff;
  border-radius: 15px;
}
.price--detail table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
}
.price--detail table tr {
  display: flex;
  flex-wrap: wrap;
}
.price--detail table th {
  width: 100%;
  padding: 10px;
  font-weight: normal;
  text-align: left;
  background: #62c8f1;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.price--detail table td {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #62c8f1;
}
.price--detail table .last td {
  border-bottom: 0;
}
.price--sup {
  font-size: 80%;
}
.price--service {
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.price--service .price--sup {
  margin-top: 15px;
}
.price--itero {
  margin: 60px auto 0 auto;
  padding: 20px 20px 10px 20px;
  background: #fff;
  border: 4px solid #62c8f1;
  border-radius: 10px;
}
.price--itero--ttl {
  position: relative;
}
.price--itero--ttl--deco {
  position: absolute;
  top: -60px;
  right: -25px;
  width: 100px;
  z-index: 2;
}
.price--itero--body {
  margin-top: 20px;
}
.price--itero--body--img {
  width: 100%;
}
.price--itero--body--text {
  width: 100%;
  margin-top: 10px;
}
.price--itero--body--text p {
  line-height: 180%;
  margin-bottom: 2em;
}

.flow {
  position: relative;
  margin: 0;
  padding: 90px 0 35px 0;
}
.flow h2 {}
.flow--group {
  margin: 25px 0 0 0;
}
.flow--group--item {
  position: relative;
  margin: 15px 0 50px 0;
  padding: 15px;
  background: #fff;
}
.flow--group--item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #5ed678 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.flow--group--item:last-of-type {
  margin-bottom: 0;
}
.flow--group--item:last-of-type::after {
  content: none;
}
.flow--group--item .detail {}
.flow--group--item .detail .ttl {
  display: flex;
  align-items: center;
  color: #5ed678;
  font-size: 140%;
  font-weight: bold;
}
.flow--group--item .detail .ttl img {
  width: auto;
  height: 60px;
}
.flow--group--item .detail .ttl .cnt {
  width: 50px;
  margin-right: 10px;
}
.flow--group--item .detail .text {
  margin-top: 10px;
}
.flow--group--item .detail .text span {
  font-size: 70%;
}
.flow--group--item .image {
  margin-top: 10px;
}
.flow--group--item .image img {
  display: block;
  border-radius: 10px;
}

.faq {
  padding: 90px 0 35px 0;
}
.faq h2 {
  position: relative;
  margin: 0 auto;
}
.faq--wrap {}
.faq--inner {}
.faq--list {
  width: 95%;
  margin: -25px auto 0 auto;
}
.faq--list--item {
  margin: 15px 0;
  padding: 7px;
  background: #ffdde6;
  border-radius: 8px;
}
.faq--list--item .question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 35px 10px 10px;
  background: #fff;
}
.faq--list--item .question::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 18px;
  line-height: 1;
  margin-top: -9px;
}
.faq--list--item .question.on::after {
  content: '\f068';
}
.faq--list--item .question-initials {
  display: flex;
  align-items: start;
  width: 30px;
  margin-right: 10px;
  line-height: 30px;
}
.faq--list--item .question-text {
  font-size: 110%;
  line-height: 120%;
}
.faq--list--item .answer {
  display: none;
}
.faq--list--item .answer--inner {
  display: flex;
  align-items: start;
  padding: 10px 5px 5px 10px;
  font-size: 90%;
  line-height: 140%;
}
.faq--list--item .answer-initials {
  margin-right: 10px;
  line-height: 30px;
}
.faq--list--item .answer-text {}
.faq--list--item .sup {
  font-size: 80%;
  font-weight: normal;
}
.faq--list--item .question-initials img,
.faq--list--item .answer-initials img {
  width: 30px;
}

.doctor {
  position: relative;
  padding: 90px 0 35px 0;
}
.doctor h2 {}
.doctor h2 img {}
.doctor h3 {
  text-align: left;
}
.doctor--profile {
  width: 95%;
  margin: 20px auto 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
.doctor--profile .head {}
.doctor--profile .image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.doctor--profile .image img {
  display: block;
  border-radius: 100%;
}
.doctor--profile .image p {
  margin-bottom: 15px;
  color: #47c261;
  font-size: 26px;
  text-align: center;
  line-height: 150%;
}
.doctor--profile .intro {
  margin-top: 15px;
}
.doctor--profile .intro h3 {
  color: #47c261;
  font-size: 24px;
  text-align: left;
  line-height: 140%;
}
.doctor--profile .intro .text {
  margin-top: 20px;
  font-size: 95%;
  line-height: 160%;
}
.doctor--profile .intro .name {
  margin-top: 10px;
  font-size: 120%;
  text-align: right;
}
.doctor--profile .detail {
  margin-top: 25px;
}
.doctor--profile .detail--inner {
  padding: 20px;
  background: #e6fde6;
  border-radius: 15px;
}
.doctor--profile .detail h3 {
  font-size: 22px;
  line-height: 32px;
}
.doctor--profile .detail--biography {
  font-size: 90%;
  letter-spacing: 0.03em;
}
.doctor--profile .detail--ex {
  margin-top: 20px;
  font-size: 90%;
  letter-spacing: 0.03em;
}
.doctor--profile .detail p {
  margin-bottom: 10px;
}
.doctor--profile .detail p.ttl {}

.about {
  position: relative;
  margin: 0;
  padding: 90px 0 50px 0;
}
.about h2 {}
.about p {
  margin-top: 15px;
}
.about--detail {
  width: 95%;
  margin: 0 auto;
}
.about--group {
  margin-top: 15px;
}
.about--group--item {
  margin-top: 20px;
}
.about--group--item img {
  display: block;
  border: 3px solid #cfcfcf;
  border-radius: 15px;
}
.about--group--item p {
  margin-top: 10px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.access {
  padding: 90px 0 35px 0;
}
.access h2 {
  position: relative;
}
.access--inner {
  padding: 30px 0;
}
.access--detail {
  width: 95%;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
}
.access--detail--info {}
.access--data {
  width: 100%;
  font-size: 95%;
}
.access--data .block {
  margin-bottom: 20px;
}
.access--data .block .ttl {
  color: #19b71f;
  font-weight: bold;
}
.access--data .block .body {}

.access--map {
  flex-basis: 500px;
  flex-shrink: 0;
}
.access--map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.access--detail--hour {
  margin: 50px auto 0 auto;
}
.access--detail--hour .ttl {
  color: #19b71f;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.access--detail--hour .calender {
  width: 100%;
  border-spacing: 0;
  margin: 20px 0 10px 0;
}
.access--detail--hour .calender tr {
  display: flex;
}
.access--detail--hour .calender th,
.access--detail--hour .calender td {}
.access--detail--hour .calender th {
  display: block;
  flex: 1 1 auto;
  width: 90px;
  padding: 10px 0;
  border-bottom: solid 2px #ddd;
  background: #19b71f;
  color: #fff;
}
.access--detail--hour .calender td {
  display: block;
  flex: 1 1 auto;
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 10px 0;
}
.access--detail--hour .calender .head th {
  font-size: 100%;
  font-weight: bold;
  background: #fff;
  color: #333;
}
.access--detail--hour .calender .circle {
  color: #19b71f;
}

.disclaimer {
  margin: 20px;
  font-size: 85%;
}
.disclaimer p {
  line-height: 180%;
}
footer {
  padding-bottom: 50px;
}
.footer {
  margin-top: 20px;
  padding: 20px 0 60px 0;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.footer--01 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.footer--logo-text {
  font-size: 130%;
  font-weight: bold;
}
.footer--logo-img {
  margin-top: 15px;
}
.footer--logo-img img {
  display: block;
  width: 220px;
  margin: 0 auto;
}
.footer--01 table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  font-size: 85%;
  line-height: 130%;
}
.footer--01 table tr {
  display: flex;
  flex-wrap: wrap;
}
.footer--01 table th {
  width: 100%;
  padding: 15px 0 0 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.footer--01 table td {
  width: 100%;
  padding: 5px 0 15px 0;
  text-align: left;
}
.footer--02 {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 30px;
  padding: 0 15px 15px 15px;
}
.footer--copy {
  margin-top: 15px;
  font-size: 85%;
  text-align: center;
}
.footer--sns {
  display: flex;
  justify-content: center;
}
.footer--sns a {
  width: 50px;
  margin: 0 10px;
}