@charset "utf-8";

.br_pc::before {
  content: "\A" ;
  white-space: pre ;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
.forPc {}
.forSp {
  display: none;
}
.wrapper {
  position: relative;
  height: 100%;
  padding-top: 80px;
}
.width {
  width: 1000px;
  max-width: 1000px;
  min-width: 800px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.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;
}
.content--ttl .ttl {}
.content--ttl .fuki {
  position: absolute;
  width: 160px;
}
.content--ttl .fuki.left {
  top: -15px;
  left: -170px;
}
.content--ttl .fuki.right {
  top: -15px;
  right: -170px;
}
.case .content--ttl .fuki,
.flow .content--ttl .fuki,
.about .content--ttl .fuki,
.access .content--ttl .fuki {
  top: -15px;
  right: -120px;
}
.price .content--ttl .fuki,
.faq .content--ttl .fuki,
.doctor .content--ttl .fuki {
  top: -15px;
  left: -80px;
}

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

.cta_float {
  display: none;
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 50;
}
.cta_float--inner {}
.cta_float a {
  display: block;
  padding: 35px 25px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #ff9000;
  line-height: 1;
  text-align: center;
  box-shadow: 0 3px 10px 0 rgb(180 180 180 / 0.6);
}
.cta_float a.link_tel {
  display: none;
}
.cta_float img {
  width: 28px;
}
.cta_float .link_line {
  margin-bottom: 20px;
}
.cta_float .link_reserve {}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 0 0 10px;
  background: #fff;
  z-index: 50;
}
.header h1 {
  display: flex;
  align-items: center;
}
.header--left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header--logo {
}
.header--logo .logo {
  width: auto;
  height: 50px;
  margin-right: 25px;
}
.header--info {
  display: flex;
  font-size: 15px;
  line-height: 140%;
}
.header--info .info01 {
  padding-right: 15px;
  font-weight: bold;
  border-right: 1px solid #ccc;
}
.header--info .info02 {
  margin-left: 15px;
}
.header--tel {
  height: 100%;
  margin-left: 12px;
}
.header--tel a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 20px;
  background: linear-gradient(135deg, #69e06e, #43c4ff);
}
.header--tel a img {
  display: block;
  width: 200px;
}
.header--right {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 85%;
  text-align: right;
  line-height: 120%;
}
.header--business_hours {}

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

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

.cta--block {}
.cta--block--ttl {
  padding: 20px 0;
  background: #ff9000;
  color: #fff;
  font-size: 28px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.cta--block--detail {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #fffbe9;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 5px solid #ff9000;
}
.cta--block--web {
  width: 55%;
  margin-right: 2%;
}
.cta--block--tel {
  width: 43%;
}
.cta--block--tel img {}
.cta--btn {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  background: #ff9000;
  color: #fff;
  border-radius: 80px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition: 0.5s ease;
  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: 4%;
  font-size: 36px;
  transform: translateY(-50%);
}
.cta--btn:hover {
  color: #fff;
  transform: scale(1.03);
}
.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: block;
  width: 30%;
  height: 100px;
  margin: 0 1%;
  padding: 25px 5px 10px 5px;
  border-radius: 10px;
  background: #ccc;
  color: #fff;
  font-size: 24px;
  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: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: 8px;
  left: 50%;
  color: #fffd29;
  font-size: 32px;
  transform: translateX(-50%);
  pointer-events: none;
}
.content_anc {
  margin-top: -60px;
  padding-top: 60px;
}

.first {
  background-image: url(./image/main_image-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.first--contents {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin-left: 6.5vw;
  padding: 60px 0;
}
.first--text {
  margin: 0 10px;
  padding: 25px 40px;
  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: 160px;
  right: -140px;
  width: 180px;
}
.first--text-ex {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
.first--cta-pc {
  width: 100%;
  margin-top: 25px;
}
.first--cta-pc a {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 45px 25px 25px;
  background: #ff9000;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 3px 10px 0 rgb(85 85 85 / 0.6);
  transition: 0.5s ease;
}
.first--cta-pc a::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 28px;
  margin-top: -12px;
}
.first--cta-pc a:hover {
  transform: scale(1.03);
}
.first--cta-pc a img {
  display: block;
}
.first--cta-sp {
  display: none;
}
.first--sup {
  margin-top: auto;
  padding: 15px 0;
  background: #fff;
  font-size: 80%;
  text-align: center;
  line-height: 140%;
}

.feature {
  position: relative;
  padding: 60px 10px;
}
.feature h2 img {
  width: 500px;
}
.feature--body {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}
.feature--image {}
.feature--text {
  width: 90%;
  margin: 40px auto 0 auto;
  line-height: 200%;
}

.align {
  position: relative;
  margin: 0 auto;
  padding: 50px 10px;
}
.align h2 {}
.align h2 img {
  max-width: 560px;
}
.align--detail {
  margin-top: 30px;
  padding: 40px 30px;
  background: #fff;
  border-radius: 15px;
}
.align--detail p {
  font-size: 13px;
  text-align: center;
}
.align--group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.align--group--item {
  width: 30%;
  margin: 0 1% 3% 1%;
}
.align--group--item:last-of-type {
  margin-bottom: 0;
}

.case {
  position: relative;
  padding: 50px 10px;
}
.case h2 {}
.case h2 img {
  max-width: 560px;
}
.case hr {
  display: none;
}
.case--content {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}
.case--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.case--list {
  width: 100%;
}
.case--group {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0 auto;
}
.case--group-wrap {
  width: 45%;
  margin-bottom: 20px;
}
.case--group-wrap.arrow {
  position: relative;
}
.case--group-wrap.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #fea7be;
  border-width: 20px 0 20px 20px;
  margin-top: -40px;
}
.case--group--item {
  margin: 15px 0;
  padding: 5px;
  background: #fff;
}
.case--group--item img {
  display: block;
  border-radius: 10px;
}
.case--group--item.before {}
.case--group--item.after {}
.case--group--item--ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.case--detail {
  width: 80%;
  margin: 20px auto 0 auto;
  border-radius: 15px;
  font-size: 90%;
}
.case--detail table {
  width: 100%;
  line-height: 140%;
}
.case--detail table tr {}
.case--detail table th {
  width: 15%;
  padding: 5px 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.case--detail table td {
  padding: 5px 0;
}

.price {
  margin: 0 auto;
  padding: 50px 10px;
}
.price h2 {
  position: relative;
}
.price h2 img {
  max-width: 600px;
}
.price--detail {
  position: relative;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}
.price--detail table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 110%;
  background: #fff;
  border-top: 1px solid #62c8f1;
  border-bottom: 1px solid #62c8f1;
}
.price--detail table tr {}
.price--detail table th {
  width: 60%;
  padding: 15px;
  font-weight: normal;
  text-align: left;
  background: #62c8f1;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.price--detail table td {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #62c8f1;
}
.price--detail table .last th,
.price--detail table .last td {
  border-bottom: 0;
}
.price--sup {
  margin-top: 10px;
  font-size: 80%;
}
.price--service {
  width: 88%;
  margin-top: 20px;
}
.price--itero {
  margin: 60px auto;
  padding: 30px 30px 20px 30px;
  background: #fff;
  border: 4px solid #62c8f1;
  border-radius: 10px;
}
.price--itero--ttl {
  position: relative;
}
.price--itero--ttl--deco {
  position: absolute;
  top: -75px;
  right: 140px;
  width: 150px;
}
.price--itero--body {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.price--itero--body--img {
  width: 35%;
  margin-right: 3%;
}
.price--itero--body--text {
  width: 60%;
  margin-top: 10px;
}
.price--itero--body--text p {
  line-height: 180%;
  margin-bottom: 2em;
}

.flow {
  position: relative;
  margin: 0px auto;
  padding: 50px 10px 30px 10px;
}
.flow h2 {}
.flow h2 img {
  max-width: 500px;
}
.flow h2 .point img {
  display: block;
  width: 135px;
}
.flow--group {
  margin: 40px 0 0 0;
}
.flow--group--item {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 15px auto 50px auto;
  padding: 25px;
  background: #fff;
}
.flow--group--item:last-child {
  margin-bottom: 0;
}
.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 {
  width: 65%;
  margin-right: 3%;
}
.flow--group--item .detail .ttl {}
.flow--group--item .detail .ttl img {
  width: auto;
  height: 80px;
}
.flow--group--item .detail .ttl .cnt {
  width: 80px;
  margin-right: 15px;
}
.flow--group--item .detail .text {
  margin-top: 20px;
  font-size: 110%;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.flow--group--item .detail .text span {
  font-size: 70%;
}
.flow--group--item .image {
  width: 35%;
}
.flow--group--item .image img {
  display: block;
  border-radius: 10px;
}

.faq {
  margin: 0px auto;
  padding: 60px 0;
}
.faq h2 {
  position: relative;
}
.faq h2 img {
  max-width: 500px;
}
.faq--wrap {}
.faq--inner {}
.faq--list {
  margin-top: 20px;
}
.faq--list--item {
  margin: 15px 0;
  padding: 15px;
  background: #ffdde6;
  border-radius: 12px;
}
.faq--list--item .question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
.faq--list--item .question::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 24px;
  line-height: 1;
  margin-top: -12px;
}
.faq--list--item .question.on::after {
  content: '\f068';
}
.faq--list--item .question-initials {
  display: flex;
  width: 30px;
  margin-right: 10px;
}
.faq--list--item .question-text {
  font-size: 130%;
  line-height: 150%;
}
.faq--list--item .answer {
  display: none;
}
.faq--list--item .answer--inner {
  display: flex;
  align-items: start;
  padding: 20px 15px 5px 15px;
}
.faq--list--item .answer-initials {
  display: flex;
  width: 30px;
  margin-right: 10px;
}
.faq--list--item .answer-text {
  width: calc(100% - 35px);
  font-size: 110%;
  letter-spacing: 0.04em;
}
.faq--list--item .sup {
  font-size: 80%;
  font-weight: normal;
}

.doctor {
  padding: 50px 0;
}
.doctor--inner {}
.doctor h2 {}
.doctor h2 img {
  max-width: 500px;
}
.doctor h3 img {
  max-width: 470px;
  margin: 0;
}
.doctor--profile {
  margin: 20px auto 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}
.doctor--profile .head {
  display: flex;
  justify-content: space-between;
}
.doctor--profile .image {
  width: 37%;
  margin: 0 3% 0 auto;
}
.doctor--profile .image img {
  display: block;
  border-radius: 100%;
}
.doctor--profile .image p {
  margin-top: 10px;
  color: #47c261;
  font-size: 26px;
  text-align: center;
  line-height: 150%;
}
.doctor--profile .intro {
  width: 60%;
}
.doctor--profile .intro h3 {
  color: #47c261;
  font-size: 32px;
  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 {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.doctor--profile .detail--inner {
  width: 60%;
  padding: 20px;
  background: #e6fde6;
  border-radius: 15px;
}
.doctor--profile .detail--biography {
  font-size: 90%;
  letter-spacing: 0.03em;
}
.doctor--profile .detail--ex {
  margin-top: 30px;
  font-size: 90%;
  letter-spacing: 0.03em;
}
.doctor--profile .detail p {
  margin-bottom: 5px;
  line-height: 150%;
}
.doctor--profile .detail p.ttl {}

.about {
  position: relative;
  margin: 0px auto;
  padding: 50px 10px;
}
.about h2 {}
.about h2 img {
  max-width: 500px;
}
.about--detail {
  margin: 0 auto;
}
.about--detail p {
  margin-top: 20px;
  font-size: 120%;
  text-align: center;
  line-height: 200%;
}
.about--group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about--group--item {
  width: 48%;
  margin-top: 4%;
}
.about--group--item img {
  width: auto;
  height: 340px;
  border: 3px solid #cfcfcf;
  border-radius: 15px;
}
.about--group--item p {
  margin-top: 10px;
  font-weight: bold;
  line-height: 150%;
}

.access {
  padding: 50px 0;
}
.access h2 {}
.access h2 img {
  max-width: 500px;
}
.access--inner {}
.access--detail {
  margin-top: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}
.access--detail--info {
  display: flex;
  justify-content: space-between;
}
.access--data {
  width: 100%;
}
.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 {
  width: 90%;
  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: 145px;
  padding: 10px 0;
  border-bottom: solid 2px #ddd;
  font-size: 110%;
  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: 0 30px 30px 30px;
  font-size: 85%;
}
.disclaimer p {
  line-height: 180%;
}
footer {
  padding-bottom: 30px;
  text-align: center;
}
.footer {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.footer--01 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.footer--logo-text {
  font-size: 140%;
  font-weight: bold;
}
.footer--logo-img {
  width: 250px;
  margin: 25px auto;
}
.footer--logo-img img {
  display: block;
}
.footer--01 table {
  width: 550px;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  font-size: 90%;
}
.footer--01 table th {
  width: 18%;
  padding: 5px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.footer--01 table td {
  padding: 5px;
  text-align: left;
}
.footer--02 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.footer--copy {
  width: 100%;
  margin-top: 15px;
  font-size: 90%;
  text-align: center;
}
.footer--sns {
  display: flex;
  justify-content: center;
}
.footer--sns a {
  width: 50px;
  margin: 0 10px;
}

.page-notfound {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  background: linear-gradient(135deg, #69e06e, #43c4ff);
  text-align: center;
}
.page-notfound--inner {
  width: 80%;
  min-width: 600px;
  padding: 80px 40px;
  background: #fff;
  border-radius: 20px;
}
.page-notfound--head {}
.page-notfound--head h1 {
  margin-bottom: 30px;
  line-height: 1.2;
}
.page-notfound--head h1 span {
  display: block;
  margin: 5px 0;
  color: #aaa;
  font-size: 24px;
}
.page-notfound--head p {
  margin: 15px 0;
}
.page-notfound--foot {
  margin-top: 30px;
}