@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul, li {
  list-style: none;
}
body {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #333333;
}
#header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
section {
  line-height: 0;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  height: 117px;
}
.h-logo {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: space-around;
}
.h-logo h1 {
  margin-right: 20px;
}
.h-contact {
  width: 50%;
  text-align: right;
  margin-right: 121px;
  line-height: 0;
}
.hamb {
  position: fixed;
  cursor: pointer;
  background-color: #333333;
  z-index: 300;
  right: 0;
  top: 0;
  width: 117px;
  height: 117px;
}
.black-bg ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.black-bg ul li {
  text-align: left;
  padding: 20px 0;
}
.black-bg ul li a {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.line {
  position: absolute;
  top: 26%;
  left: 27%;
  width: 51px;
  height: 3px;
  background-color: #ffffff;
}
.line:nth-child(2) {
  top: 36%;
  left: 27%;
}
.line:nth-child(3) {
  top: 46%;
  left: 27%;
}
.hamb-text {
  position: absolute;
  left: 24%;
  bottom: 20%;
  font-size: 21px;
  color: #ffffff;
}
.black-bg {
  position: fixed;
  background: #b0985a;
  top: 0;
  right: -460px;
  width: 460px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
}
.black-bg.open {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#hamb.active .line {
  background-color: #ffffff;
}
/*アニメーション*/
.black-bg {
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
}
#hamb.active .line:nth-child(1) {
  transform: translateY(10px) translateX(0) rotate(45deg);
}
#hamb.active .line:nth-child(2) {
  opacity: 0;
  background: #FFF;
}
#hamb.active .line:nth-child(3) {
  transform: translateY(-14px) translateX(0) rotate(-45deg);
}
.animation {
  transition: all .6s;
}
.trouble-img {
  max-width: 1450px;
  width: 95%;
  margin: 0 auto;
}
.trouble {
  text-align: center;
  margin-top: 60px;
}
.ourstrength {
  margin-top: 170px;
}
.reason {
  text-align: center;
  margin: 250px 0 160px;
  ;
}
.contact {
  background-image: url("../img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 16 / 7.3;
  display: flex;
  align-items: flex-end;
}
.contact-bunner {
  max-width: 1220px;
  width: 70%;
  margin: 0 auto 4%;
  flex-wrap: nowrap;
}
.contact-tel {
  margin-right: 30px;
}
.clinic {
  margin-top: 180px;
  text-align: center;
}
.clinic-slide {
  margin-top: 100px;
  position: relative;
  padding-bottom: 200px;
}
/* 前への矢印 */
.swiper-button-prev {
  left: 25% !important;
  top: 25% !important;
}
/* 次への矢印 */
.swiper-button-next {
  right: 25% !important;
  top: 25% !important;
}
/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 17% !important;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev, .swiper-button-next {
  height: 267px !important;
  width: 82px !important;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after, .swiper-button-next:after {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  content: "" !important;
  height: 267px !important;
  margin: auto !important;
  width: 82px !important;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url("../img/left.png") !important;
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url("../img/right.png") !important;
}
.swiper-slide img {
  max-width: 1059px;
  width: 100%;
}
.swiper-pagination-bullet-active {
  background: #ab903c !important;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px !important;
}
.qa {
  background-image: url("../img/qa-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1280px;
}
.qa-ttl {
  padding-top: 124px;
}
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 1550px;
  position: relative;
  width: 95%;
}
.accordion-container {
  margin-top: 50px;
}
.accordion-title {
  cursor: pointer;
  font-size: 28px;
  text-align: left;
  display: flex;
  align-items: center;
}
.accordion-title span {
  display: block;
  width: 80px;
  height: 87px;
  text-align: center;
  font-size: 66px;
  font-weight: normal;
  background-color: #ab903c;
  color: #ffffff;
  line-height: 1.2;
  margin-right: 30px;
}
.accordion-content {
  display: none;
  padding: 30px;
  background-color: #ffffff;
}
.accordion-content p {
  font-size: 20px;
  line-height: 2.5;
  text-align: left;
}
.accordion-item {
  border: solid 1px #707070;
  margin-bottom: 20px;
}
.icon-q {
  position: absolute;
  left: 1%;
  bottom: -3%;
}
.accordion-item .accordion-title {
  background-color: #f9e3a0;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
/* 縦線 */
.accordion-title::before {
  background: #ab903c; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform .3s ease-in-out;
  width: 22px; /* 線の幅 */
}
/* 横線 */
.accordion-title::after {
  background: #ab903c; /* 線の色 */
  content: "";
  height: 2px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity .3s ease-in-out;
  width: 22px; /* 線の幅 */
}
/* 縦線(クリック後) */
.accordion-title.open::before {
  transform: rotate(180deg);
}
/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}
.footer-inner {
  background-color: #333333;
  padding: 100px 0;
  text-align: center;
}
.f-clinic {
  max-width: 720px;
  width: 95%;
  margin: 0 auto 80px;
  align-items: center;
}
.f-text {
  color: #ffffff;
  font-size: 24px;
}
.f-time {
  color: #ffffff;
  font-size: 34px;
}
.f-medical {
  max-width: 1120px;
  width: 95%;
  margin: 100px auto;
}
.of-bunner {
  max-width: 739px;
  margin: 0 auto;
}
#page_top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
}
.map {
  height: 580px;
  line-height: 0;
}
.cpylight {
  background-color: #ab903c;
  color: #ffffff;
  padding: 30px 0;
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 1536px) {
  .swiper-button-prev {
    top: 20% !important;
  }
  .swiper-button-next {
    top: 20% !important;
  }
  .black-bg ul {
    top: 65%;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 18px;
  }
  .header-inner {
    height: 90px;
  }
  .h-logo {
    width: 80%;
    line-height: 0;
  }
  .h-contact {
    display: none;
  }
  .hamb {
    width: 90px;
    height: 90px;
  }
  .hamb-text {
    left: 26%;
    font-size: 18px;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(4px) translateX(0) rotate(45deg);
  }
  .black-bg ul {
    top: 50%;
  }
  .reason {
    margin-top: 150px;
  }
  .clinic {
    margin-top: 100px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 47px !important;
  }
  .accordion-title {
    font-size: 20px;
  }
  .accordion-title span {
    height: 64px;
    font-size: 48px;
  }
  .accordion-content p {
    font-size: 16px;
  }
  .qa {
    height: auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 820px) {
  .swiper-button-prev {
    top: 15% !important;
  }
  .swiper-button-next {
    top: 15% !important;
  }
  .f-tel {
    width: 100%;
    margin-bottom: 50px;
  }
  .medical-time {
    width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .h-logo {
    width: 55%;
    line-height: 1;
    flex-wrap: wrap;
    margin-left: 10px;
  }
  .h-logo img {
    width: 213px;
  }
  .header-inner {
    height: 105px;
  }
  .hamb {
    width: 66px;
    height: 66px;
    top: 15px;
    right: 15px;
  }
  .line {
    width: 30px;
    height: 2px;
  }
  .hamb-text {
    font-size: 11px;
    left: 26%;
    bottom: 24%;
  }
  #hamb.active .line:nth-child(1) {
    transform: translateY(5px) translateX(0) rotate(45deg);
  }
  #hamb.active .line:nth-child(3) {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
  .black-bg {
    width: 250px;
  }
  .black-bg ul {
    width: 100%;
    top: 45%;
    left: 60%;
  }
  .black-bg ul li {
    width: 85%;
  }
  .black-bg ul li a {
    font-size: 16px;
  }
  .trouble {
    width: 95%;
    margin: 60px auto 0;
  }
  .ourstrength {
    margin-top: 120px;
  }
  .doctor {
    margin-top: 75px;
  }
  .reason {
    margin: 90px 0;
  }
  .contact {
    background-image: url(../img/sp/contact-bg.jpg);
    aspect-ratio: 8.2 / 15;
  }
  .contact-bunner {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 13%;
  }
  .contact-tel {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .difference {
    background-image: url("../img/sp/difference-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #b49c5e;
    aspect-ratio: 8 / 16;
    padding-top: 47%;
  }
  .js-scrollable img {
    max-width: 990px;
    margin: 0 30px;
  }
  .clinic-slide {
    padding-bottom: 120px;
  }
  .clinic-ttl {
    display: flex;
    justify-content: center;
  }
  .swiper-button-prev, .swiper-button-next {
    height: 127px !important;
    width: 39px !important;
  }
  .swiper-button-prev {
    top: 24% !important;
    left: 0 !important;
  }
  .swiper-button-next {
    top: 24% !important;
    right: 0% !important;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px !important;
  }
  .qa-ttl {
    display: flex;
    justify-content: center;
  }
  .qa {
    height: auto;
    padding-bottom: 50px;
    background-size: auto;
    background-position: left;
  }
  .accordion-title {
    padding-right: 35px;
    line-height: 2;
    font-size: 16px;
  }
  .accordion-title span {
    width: 60px;
    height: 80px;
    margin-right: 10px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-inner {
    padding: 50px 20px;
  }
  .f-clinic {
    justify-content: center;
    margin-bottom: 30px;
  }
  .f-logo {
    margin-bottom: 30px;
  }
  .f-text {
    font-size: 22px;
  }
  .f-medical {
    margin: 50px auto;
  }
  .f-time {
    font-size: 28px;
  }
  .medical-time {
    width: 100%;
  }
  .map {
    height: 440px;
  }
  #page_top {
    right: 10px;
  }
}
@media (max-width: 375px) {
  .js-scrollable img {
    max-width: 900px;
  }
  .swiper-button-prev {
    top: 21% !important;
  }
  .swiper-button-next {
    top: 21% !important;
  }
}
@media (max-width: 320px) {
  .js-scrollable img {
    max-width: 770px;
  }
  .swiper-button-prev {
    top: 18% !important;
  }
  .swiper-button-next {
    top: 18% !important;
  }
}