@charset "UTF-8";
html {
  color: #333;
  scroll-behavior: smooth;
  scroll-padding: 50px;
}

body {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

h1, h2, h3, h4, a {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h1, h2, h3, h4, h5, a, p {
  margin: 0;
}

h3 {
  letter-spacing: 0.0826em;
}

p {
  font-size: 14px;
  color: #333;
  line-height: 2;
}

.width_standard {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 12px;
}
@media screen and (max-width: 600px) {
  .width_standard {
    margin: 0 auto;
    padding: 0 16px;
  }
}

.width_full {
  width: 100%;
}

.header-nav-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .header-nav-top {
    padding-top: 8px;
    padding-bottom: 14px;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 300;
  }
}
.header-nav-top .header-nav-left {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .header-nav-top .header-nav-left {
    width: 54%;
    justify-content: start;
  }
}
@media screen and (max-width: 450px) {
  .header-nav-top .header-nav-left {
    width: 80%;
  }
}
.header-nav-top .header-nav-left h1 {
  margin: auto 15px auto 0;
  padding: 0;
}
.header-nav-top .header-nav-left h1 img {
  width: 245px;
}
@media screen and (max-width: 600px) {
  .header-nav-top .header-nav-left h1 {
    width: 66%;
    margin-right: 10px;
  }
  .header-nav-top .header-nav-left h1 img {
    width: 100%;
  }
}
.header-nav-top .header-nav-left .h1-descrption-pc {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.12em;
  border-left: solid 1px #333;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .header-nav-top .header-nav-left .h1-descrption-pc {
    display: none;
  }
}
.header-nav-top .header-nav-left .h1-descrption-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .header-nav-top .header-nav-left .h1-descrption-sp {
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 8px;
    border: 1px solid #dae0e8;
    padding: 3px;
  }
}

.header-nav-right {
  display: flex;
  width: 512px;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .header-nav-right {
    width: 44%;
  }
}
@media screen and (max-width: 450px) {
  .header-nav-right {
    display: block;
    width: 20%;
    height: 60px;
  }
}
.header-nav-right .header-nav-right-p {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.header-nav-right .header-nav-right-p p {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
}
.header-nav-right .header-nav-right-p p:nth-of-type(1) {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .header-nav-right .header-nav-right-p {
    display: none;
  }
}
.header-nav-right .header-reserve-btn {
  padding: 1em 1.3em 1em 2.6em;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.header-nav-right .header-reserve-btn .btn-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .header-nav-right .header-reserve-btn {
    width: 75%;
    font-size: 12px;
    text-align: center;
    padding: 0.5em 0;
  }
  .header-nav-right .header-reserve-btn .btn-sp {
    display: block;
  }
  .header-nav-right .header-reserve-btn .btn-pc {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .header-nav-right .header-reserve-btn {
    display: none;
  }
}
.header-nav-right .header-reserve-btn:hover {
  background: rgba(0, 0, 0, 0.4);
}
.header-nav-right .header-reserve-btn::before {
  content: "";
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 0.9em;
  width: 25px;
  height: 22px;
  background-image: url(../img/icon_calendar.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 600px) {
  .header-nav-right .header-reserve-btn::before {
    display: none;
  }
}
.header-nav-right .menu-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .header-nav-right .menu-sp {
    display: block;
    width: 20%;
    height: auto;
    position: relative;
    cursor: pointer;
  }
}
@media screen and (max-width: 600px) and (max-width: 450px) {
  .header-nav-right .menu-sp {
    margin-left: auto;
    width: 46px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav-right .menu-sp span {
    position: absolute;
    content: "";
    width: 96%;
    height: 3px;
    background: #333;
  }
  .header-nav-right .menu-sp span:nth-of-type(1) {
    top: 11px;
    left: 3px;
    transition: transform 0.3s ease;
  }
  .header-nav-right .menu-sp span:nth-of-type(2) {
    top: 22px;
    left: 3px;
    transition: transform 0.3s ease;
  }
  .header-nav-right .menu-sp span:nth-of-type(3) {
    top: 34px;
    left: 3px;
    transition: transform 0.3s ease;
  }
  .header-nav-right .menu-sp p {
    color: #333;
    font-size: 12px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .header-nav-right .menu-sp span.actv:nth-of-type(1) {
    top: 17px;
    left: 1px;
    transform: translateY(6px) rotate(-45deg);
  }
  .header-nav-right .menu-sp span.actv:nth-of-type(2) {
    opacity: 0;
  }
  .header-nav-right .menu-sp span.actv:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    top: 30px;
    left: 1px;
  }
}

.header-nav-bottom {
  position: sticky;
  top: 0;
  background: #fff;
  padding-top: 0.5em;
  padding-bottom: 1em;
  z-index: 9999;
}
.header-nav-bottom ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  padding-top: 0;
}
.header-nav-bottom li {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  width: 20%;
  height: 38px;
  border-left: solid 1px #666;
  background: #fff;
  position: relative;
}
.header-nav-bottom li a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 14px;
  letter-spacing: 0.075em;
  text-align: center;
  transition: 0.3s;
}
.header-nav-bottom li a:hover {
  background: rgba(196, 196, 196, 0.2);
}
.header-nav-bottom li::after {
  content: attr(data-subtitle);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 0.025em;
  color: #b19f72;
  font-weight: 400;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.header-nav-bottom li:nth-of-type(6) {
  border-right: solid 1px #666;
}
@media screen and (max-width: 600px) {
  .header-nav-bottom {
    z-index: 200;
    position: fixed;
    transform: translateX(250px);
    top: 0;
    right: 0;
    width: 250px;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.3s ease;
  }
  .header-nav-bottom ul {
    flex-direction: column;
    padding-top: 30px;
  }
  .header-nav-bottom li {
    display: flex;
    width: 100%;
    background: none;
    border: none !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 600px) {
  .header-nav-bottom.active {
    transform: translateX(0);
  }
}
.header-bg {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
}
.header-bg picture, .header-bg img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  .header-bg picture, .header-bg img {
    height: 100dvh;
  }
}
.header-bg picture::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .header-bg picture::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: -10%;
    right: 53%;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
@media screen and (max-width: 450px) {
  .header-bg picture::before {
    width: 580px;
    height: 580px;
    top: -8%;
    right: 56%;
  }
}
@media screen and (max-width: 600px) {
  .header-bg {
    height: 100dvh;
  }
}

.header-bg::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 100;
  background-image: url(../img/header-bg_catchcopy.webp);
}
@media screen and (max-width: 600px) {
  .header-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100dvh;
    background: #000000;
    background: linear-gradient(90deg, rgba(100, 100, 100, 0.2) 0%, rgba(100, 100, 100, 0.1) 85%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 77%, rgba(0, 0, 0, 0) 100%);
    z-index: 100;
  }
}

.sp-point-1, .sp-point-2, .sp-point-3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: none;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 600px) {
  .sp-point-1, .sp-point-2, .sp-point-3 {
    z-index: 20;
    display: block;
    width: 60%;
    position: absolute;
    top: 110px;
    left: 30px;
    transition: opacity 3s ease;
    font-size: 24px;
    line-height: 1.65;
    color: #333;
  }
  .sp-point-1 .sp-number, .sp-point-2 .sp-number, .sp-point-3 .sp-number {
    font-size: 160%;
    margin-right: 6px;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
  }
  .sp-point-1 .point-strong, .sp-point-2 .point-strong, .sp-point-3 .point-strong {
    font-size: 250%;
    font-family: "Kapakana", cursive;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
  }
  .sp-point-1 .point-strong .point-number, .sp-point-2 .point-strong .point-number, .sp-point-3 .point-strong .point-number {
    font-size: 130% !important;
    margin-left: 10px;
    font-size: 60px;
    text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff;
  }
}
@media screen and (max-width: 450px) {
  .sp-point-1, .sp-point-2, .sp-point-3 {
    font-size: 20px;
    line-height: 1.65;
  }
  .sp-point-1 .sp-number, .sp-point-2 .sp-number, .sp-point-3 .sp-number {
    font-size: 160%;
    margin-right: 6px;
    display: inline-block;
    line-height: 1;
  }
  .sp-point-1 .point-strong, .sp-point-2 .point-strong, .sp-point-3 .point-strong {
    font-size: 70px;
    font-family: "Kapakana", cursive;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
  }
  .sp-point-1 .point-strong .point-number, .sp-point-2 .point-strong .point-number, .sp-point-3 .point-strong .point-number {
    font-size: 65px !important;
    margin-left: 10px;
    font-size: 60px;
  }
}

@media screen and (max-width: 600px) {
  .sp-point-2 {
    top: 320px;
  }
}
@media screen and (max-width: 600px) and (max-width: 450px) {
  .sp-point-2 {
    top: 300px;
  }
}

@media screen and (max-width: 600px) {
  .sp-point-3 {
    top: 530px;
  }
}
@media screen and (max-width: 600px) and (max-width: 450px) {
  .sp-point-3 {
    top: 490px;
  }
}

section {
  padding: 80px 0 30px;
}

h2 {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

h2::before {
  content: attr(data-subtitle);
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  letter-spacing: 0.24em;
  color: #b19f72;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}

p {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 12px;
  }
}

.reserve-btn {
  display: block;
  width: 250px;
  padding: 1.5em 0;
  margin: 50px auto;
  background: #000;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.14em;
  box-shadow: 2px 2px 2px #ccc;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .reserve-btn {
    width: 80%;
  }
}

.reserve-btn:hover {
  background: rgba(0, 0, 0, 0.4);
}

.gold-color {
  color: #b19f72;
}

.br-tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-tb {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

.br-sp-min {
  display: none;
}
@media screen and (max-width: 450px) {
  .br-sp-min {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .sp-small {
    font-size: 50%;
  }
}

.clinic-point {
  display: none;
}
@media screen and (max-width: 600px) {
  .clinic-point {
    display: block;
    background: #fff;
  }
  .clinic-point .width_standard h3 {
    text-align: center;
  }
  .clinic-point .width_standard p {
    padding-bottom: 26px;
    text-align: center;
  }
}

.medical-info {
  background: #F5F5F5;
}
.medical-info .width_standard h3 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .medical-info .width_standard h3 {
    font-size: 20px;
  }
}
.medical-info .width_standard p {
  text-align: justify;
  padding-bottom: 26px;
  letter-spacing: 0.05em;
}

.doctorsfile {
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message {
  background: #fff;
}
.message .width_standard h2 {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .message .width_standard h2 {
    font-size: 20px;
  }
}
.message .width_standard h2::before {
  content: "";
  width: 172px;
  height: 13px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/icon_message.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.message .width_standard p {
  text-align: justify;
  padding-top: 32px;
  padding-bottom: 26px;
  letter-spacing: 0.05em;
}

.treatment-menu {
  background: #F5F5F5;
  padding-bottom: 80px;
}
.treatment-menu .width_standard {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 600px) {
  .treatment-menu .width_standard {
    justify-content: center;
    flex-direction: column;
  }
}
.treatment-menu .item {
  width: 30%;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 20px;
}
.treatment-menu .item h3 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .treatment-menu .item h3 {
    display: block;
    height: 3em;
  }
}
.treatment-menu .item h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #b19f72;
}
.treatment-menu .item img {
  display: block;
  margin: auto;
  margin-bottom: 16px;
}
.treatment-menu .item p {
  text-align: justify;
  letter-spacing: 0.0825em;
}
@media screen and (max-width: 600px) {
  .treatment-menu .item {
    width: 100%;
    margin-bottom: 26px;
  }
  .treatment-menu .item h3 {
    height: auto;
  }
}

.symptom-list {
  background-image: url(../img/symtom-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 600px) {
  .symptom-list {
    background-position: 28% top;
    background-size: cover;
  }
}
.symptom-list .col-list {
  width: 86%;
  max-width: 800px;
  margin-left: auto;
}
.symptom-list .col-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 1.5em;
  background: #fff;
  border-bottom: solid 2px #b19f72;
  box-shadow: 1px 1px 1px #ccc;
}
.symptom-list .col-list ul li {
  list-style: square;
  list-style-position: inside;
  width: calc((100% - 20px) / 3);
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.5;
  color: #b19f72;
  background: #fff;
  padding: 0.5em 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .symptom-list .col-list {
    width: 100%;
    margin: auto;
  }
  .symptom-list .col-list h2 {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
  .symptom-list .col-list ul {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
  }
  .symptom-list .col-list ul li {
    width: 90%;
    background: none;
    font-size: 16px;
    letter-spacing: 0.0875em;
  }
}

.machine-treatment-list {
  background-image: url(../img/machine-treatment-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.machine-treatment-list .col-list {
  width: 86%;
  max-width: 800px;
  margin-right: auto;
}
.machine-treatment-list .col-list h2 {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.machine-treatment-list .col-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 1.5em;
  background: #fff;
  border-bottom: solid 2px #b19f72;
  box-shadow: 1px 1px 1px #ccc;
}
.machine-treatment-list .col-list ul li {
  list-style: square;
  list-style-position: inside;
  width: calc((100% - 20px) / 3);
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.5;
  color: #b19f72;
  background: #fff;
  padding: 0.5em 0;
  margin: 0;
}
.machine-treatment-list .col-list ul li:last-child {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .machine-treatment-list .col-list {
    width: 100%;
    margin: auto;
  }
  .machine-treatment-list .col-list ul {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
  }
  .machine-treatment-list .col-list ul li {
    width: 90%;
    background: none;
    font-size: 16px;
    letter-spacing: 0.0875em;
  }
}
@media screen and (max-width: 600px) {
  .machine-treatment-list {
    background-position: 75% top;
  }
}
@media screen and (max-width: 490px) {
  .machine-treatment-list h2::before {
    bottom: 10%;
  }
}
@media screen and (max-width: 404px) {
  .machine-treatment-list h2::before {
    bottom: 0;
  }
}

.visit-guide {
  background: #f5f5f5;
}
.visit-guide .width_standard h3 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .visit-guide .width_standard h3 {
    font-size: 20px;
  }
}
.visit-guide .width_standard h4 {
  margin-top: 15px;
  margin-bottom: 6px;
  text-align: center;
}
.visit-guide .width_standard p:nth-of-type(2) {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 40px;
}
.visit-guide .width_standard ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .visit-guide .width_standard ul {
    flex-direction: column;
  }
}
.visit-guide .width_standard li {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  width: 30%;
  box-sizing: border-box;
  padding: 25px 36px;
  background: #fff;
  transition: 0.3s;
}
.visit-guide .width_standard li p {
  font-weight: 400;
  font-size: 14px;
  text-align: justify !important;
}
.visit-guide .width_standard li img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 600px) {
  .visit-guide .width_standard li img {
    height: 14vh;
  }
  .visit-guide .width_standard li img.maina {
    height: 12vh;
  }
}
.visit-guide .width_standard li a {
  margin-top: 1em;
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  color: #fff;
  background: #000;
  position: relative;
  font-size: 14px;
}
.visit-guide .width_standard li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.visit-guide .width_standard li a::after {
  content: "";
  background-image: url(../img/blank_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: center;
  left: center;
  padding-left: 3px;
}
@media screen and (max-width: 600px) {
  .visit-guide .width_standard li {
    width: 90%;
    margin: auto;
    justify-content: center;
    margin-bottom: 26px;
  }
  .visit-guide .width_standard li p {
    font-size: 12px;
    line-height: 1.75;
  }
}

.consultation-hours {
  background: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 420px) {
  .consultation-hours h2::before {
    bottom: 0;
  }
}
.consultation-hours .time-table-pc, .consultation-hours .doctor-time-table-pc {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 1em 0;
}
.consultation-hours .time-table-pc thead, .consultation-hours .doctor-time-table-pc thead {
  background: #f5f5f5;
}
.consultation-hours .time-table-pc th, .consultation-hours .doctor-time-table-pc th {
  width: 22%;
  padding: 13px 0;
  letter-spacing: 0.05em;
}
.consultation-hours .time-table-pc td, .consultation-hours .doctor-time-table-pc td {
  width: 13%;
  padding: 13px 0;
}
.consultation-hours .time-table-pc tbody tr, .consultation-hours .doctor-time-table-pc tbody tr {
  border-bottom: solid 0.5px #dae0e8;
}
@media screen and (max-width: 600px) {
  .consultation-hours .time-table-pc, .consultation-hours .doctor-time-table-pc {
    font-size: 70%;
  }
}
.consultation-hours .time-table-p {
  line-height: 1.75;
}
.consultation-hours .time-table-pc {
  margin-bottom: 10px;
}
.consultation-hours .doctor-time-table-pc {
  margin-top: 40px;
  margin-bottom: 10px;
}
.consultation-hours .tel-box {
  box-shadow: 0px 0px 5px #f5f5f5, 0px 0px 7px #f5f5f5, 0px 0px 7px #f5f5f5;
  box-sizing: border-box;
  padding: 3em 2em;
  margin-top: 4em;
  text-align: center;
}
.consultation-hours .tel-box .reserve-btn {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.consultation-hours .tel-p {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dae0e8;
  letter-spacing: 0.2em;
}
.consultation-hours .tel-number {
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.consultation-hours .tel-number .number-big {
  font-size: 32px;
}
.consultation-hours .time-table-sp, .consultation-hours .doctor-time-table-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .consultation-hours .time-table-sp, .consultation-hours .doctor-time-table-sp {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
  }
  .consultation-hours .time-table-sp thead, .consultation-hours .doctor-time-table-sp thead {
    background: #F5F5F5;
  }
  .consultation-hours .time-table-sp thead th:nth-of-type(1), .consultation-hours .doctor-time-table-sp thead th:nth-of-type(1) {
    width: 25%;
    word-break: break-word;
    box-sizing: border-box;
    padding: 1em 0;
  }
  .consultation-hours .time-table-sp thead th:nth-of-type(2),
  .consultation-hours .time-table-sp thead th:nth-of-type(3), .consultation-hours .doctor-time-table-sp thead th:nth-of-type(2),
  .consultation-hours .doctor-time-table-sp thead th:nth-of-type(3) {
    width: 30%;
  }
  .consultation-hours .time-table-sp tbody th, .consultation-hours .time-table-sp tbody td, .consultation-hours .doctor-time-table-sp tbody th, .consultation-hours .doctor-time-table-sp tbody td {
    word-break: break-word;
    box-sizing: border-box;
    padding: 0.75em 0;
  }
  .consultation-hours .time-table-sp tbody tr, .consultation-hours .doctor-time-table-sp tbody tr {
    border-bottom: solid 1px #dae0e8;
  }
  .consultation-hours .time-table-sp tbody tr:last-child, .consultation-hours .doctor-time-table-sp tbody tr:last-child {
    border-bottom: none !important;
  }
  .consultation-hours .time-table-sp {
    margin-top: 40px;
  }
  .consultation-hours .time-table-sp tbody td {
    padding: 1.35em 0;
  }
  .consultation-hours .time-table-p {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .master {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 490px) {
  .master h2::before {
    bottom: 10%;
  }
}
.master .master-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.master .master-box img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.master .master-box .master-description {
  width: 55%;
}
.master .master-box .master-description .master-small {
  font-size: 66%;
}
.master .master-box .master-description h4 {
  font-size: 18px;
  letter-spacing: 0.125em;
  border-bottom: solid 1px #dae0e8;
  padding-bottom: 5px;
  font-weight: 400;
}
.master .master-box .master-description li {
  list-style: disc;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 600px) {
  .master .master-box {
    flex-direction: column;
    align-items: center;
  }
  .master .master-box h3 {
    text-align: center;
    font-size: 120%;
  }
  .master .master-box img {
    width: 70%;
    margin-bottom: 10px;
  }
  .master .master-box .master-description {
    width: 100%;
  }
  .master .master-box .master-description h4 {
    font-size: 18px;
  }
  .master .master-box .master-description li {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .master .master-box h3 {
    text-align: center;
    font-size: 18px;
  }
  .master .master-box img {
    width: 80%;
  }
  .master .master-box .master-description h4 {
    font-size: 16px;
  }
  .master .master-box .master-description li {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.master .h3-bio {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .master .h3-bio {
    font-size: 120%;
  }
}
.master .biography table {
  border-collapse: collapse;
  width: 100%;
  letter-spacing: 0.075em;
  border: solid 1px #dae0e8;
}
.master .biography table th {
  padding: 0.5em 0;
  background: #F5F5F5;
  width: 35%;
  border-top: solid 1px #dae0e8;
  font-weight: 400;
}
.master .biography table th .bio-small {
  font-size: 90%;
  margin-left: 0.15em;
}
.master .biography table td {
  width: 65%;
  font-size: 14px;
  border-top: solid 1px #dae0e8;
  padding: 0.5em 1em;
}
@media screen and (max-width: 450px) {
  .master .biography table table, .master .biography table tr, .master .biography table th, .master .biography table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .master .biography table table td, .master .biography table tr td, .master .biography table th td, .master .biography table td td {
    font-size: 80%;
    padding: 0.5em;
    border-top: none;
    border-bottom: none;
  }
}

.access {
  background: #f5f5f5;
  padding-bottom: 80px;
}

.access-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.access-box iframe {
  display: block;
  width: 50%;
}
.access-box .address {
  width: 45%;
}
.access-box .address .h3-access {
  margin-left: 1.4em;
  font-size: 22px;
  position: relative;
}
.access-box .address .h3-access::before {
  position: absolute;
  content: "";
  top: 3%;
  left: -1.4em;
  width: 1.3em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.access-box .address .train::before {
  background-image: url(../img/icon_train.webp);
}
.access-box .address .car::before {
  background-image: url(../img/icon_car.webp);
}
.access-box .address p {
  letter-spacing: 0.075em;
  border-bottom: solid 1px #dae0e8;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.access-box .address ul {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 0;
  letter-spacing: 0.075em;
}
.access-box .address ul li {
  line-height: 1.75;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .access-box {
    flex-direction: column;
  }
  .access-box iframe {
    width: 100%;
    height: 35vh;
  }
  .access-box .address {
    width: 100%;
  }
  .access-box p:last-child {
    border-bottom: none;
  }
  .access-box li {
    font-size: 12px;
  }
}

.footer-btn-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .footer-btn-sp {
    transform: translateY(100px);
    transition: 0.3s ease;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 76%;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
  }
  .footer-btn-sp ol.btn-box {
    display: flex;
    justify-content: space-around;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-btn-sp ol.btn-box li {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-btn-sp ol.btn-box li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-btn-sp ol.btn-box li a img {
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-btn-sp ol.btn-box li a p {
    color: #fff;
    line-height: 1;
    padding-top: 8px;
    letter-spacing: 0.125em;
  }
  .footer-btn-sp.sp-active {
    transform: translateY(0);
  }
}

.footer {
  background: #000;
  padding: 3em 0;
}
.footer img {
  display: block;
  margin: 0 auto 10px;
}
.footer p {
  color: #fff;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 600px) {
  .footer {
    padding-bottom: 7em;
  }
}

.top-back {
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}
.top-back img {
  filter: contrast(20%);
}
@media screen and (max-width: 600px) {
  .top-back {
    width: 54px;
    height: 54px;
    bottom: 20px;
    right: 20px;
  }
}

.top-back.show {
  opacity: 0.7;
  pointer-events: auto;
}

.top-back:hover {
  transform: translateY(-5px);
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  display: none;
}
@media screen and (max-width: 600px) {
  .scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    display: block;
    position: absolute;
    bottom: 0;
    right: 10%;
  }
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 20px;
  /*テキストの形状*/
  color: #eee;
  font-size: 1rem;
  letter-spacing: 0.175em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.4);
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 90px;
  background: #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=style.css.map */