@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap");
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

.brz .brz-rich-text > * {
  white-space: normal !important;
}

.brz-root__container {
  overflow: hidden;
}

.brz-section__header {
  display: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#page_header .title {
  opacity: 1 !important;
}

/* ------------------------------------
// base
------------------------------------ */
:root {
  --color-base: #424242;
  --color-gray1: #b9b9b9;
  --color-gray2: #686969;
  --color-blue1: #2778de;
  --color-blue2: #e2edfa;
  --color-blue3: #1a2952;
  --color-blue4: #eef5ff;
  --color-green1: #1394c1;
  --js-menuOpenDulation: 0.3s;
  --js-headerHeight: 130px;
}
@media (max-width: 1024px) {
  :root {
    --js-headerHeight: 7rem;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #fff;
  color: var(--color-base);
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  overflow-wrap: anywhere;
  padding-top: var(--js-headerHeight);
}

nav li a {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: 0;
  }
}
a {
  color: var(--color-base);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

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

@media (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* // screen
----------------------------------- */
.sp {
  display: none;
}

.md {
  display: none;
}

.pc {
  display: block;
}

.pconly {
  display: block;
}

@media (max-width: 1024px) {
  .sp {
    display: none;
  }
  .md {
    display: block;
  }
  .pc {
    display: block;
  }
  .pconly {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .md {
    display: block;
  }
  .pc {
    display: none;
  }
  .pconly {
    display: none;
  }
}
/* header
----------------------------------- */
header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: auto !important;
  padding: clamp(2px, 1.4vw, 20px) 0;
  border-bottom: solid 1px var(--color-blue3);
  background: #fff;
}
header a:hover {
  color: var(--color-base);
}
header .header {
  max-width: 1400px;
  padding: 0 clamp(3px, 2.1vw, 30px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
header .header .logo {
  margin-right: clamp(5px, 3.5vw, 50px);
}
header .header .logo p {
  font-size: clamp(0rem, 1vw, 1.4rem);
  margin-bottom: 10px;
}
header .header .logo img {
  width: clamp(34px, 23.3vw, 335px);
}
header .header .gnav {
  display: flex;
  align-items: flex-end;
  gap: clamp(2px, 1vw, 15px);
}
header .header .gnav > * {
  position: relative;
}
header .header .gnav > * > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  transition: 0.3s;
}
header .header .gnav > * > a::before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
header .header .gnav > * > a span {
  display: block;
  font-size: clamp(0rem, 1.3vw, 1.8rem);
  line-height: 1.3;
  padding: 0.05em 0.5em;
  border-radius: 2em;
  background: #fff;
  transition: 0.3s;
}
header .header .gnav > * > a:hover {
  opacity: 1;
}
header .header .gnav > * > a:hover span {
  background: var(--color-blue1);
  color: #fff;
}
header .header .gnav > *.home > a:before {
  width: clamp(4px, 2.8vw, 40px);
  aspect-ratio: 40/38;
  background-image: url(../img/cmn/icon_home.svg);
}
header .header .gnav > *.doctor > a:before {
  width: clamp(4px, 2.6vw, 38px);
  aspect-ratio: 38/40;
  background-image: url(../img/cmn/icon_doctor.svg);
}
header .header .gnav > *.about > a:before {
  width: clamp(4px, 2.8vw, 40px);
  aspect-ratio: 40/36;
  background-image: url(../img/cmn/icon_clinic.svg);
}
header .header .gnav > *.info > a:before {
  width: clamp(4px, 2.8vw, 40px);
  aspect-ratio: 40/36;
  background-image: url(../img/cmn/icon_medical.svg);
}
header .header .gnav > *.info:hover > a span {
  background: var(--color-blue1);
  color: #fff;
}
header .header .gnav > *.info:hover > ul {
  opacity: 1;
  visibility: visible;
}
header .header .gnav > *.info ul {
  position: absolute;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-blue2);
  padding: clamp(2px, 1.4vw, 20px) clamp(3px, 1.7vw, 25px);
  border-radius: clamp(2px, 1.4vw, 20px);
  width: clamp(46px, 31.9vw, 460px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1px, 0.7vw, 10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .header .gnav > *.info ul::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #e2edfa transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
}
header .header .gnav > *.info ul li a {
  background: #fff;
  font-size: clamp(0rem, 1.3vw, 1.8rem);
  position: relative;
  display: block;
  text-align: center;
  padding: 0.3em 0.5em;
}
header .header .gnav > *.info ul li a::after {
  content: "";
  width: 5px;
  aspect-ratio: 1/2;
  background: url(../img/cmn/icon_arrow_02.svg) no-repeat 0 0/contain;
  position: absolute;
  right: clamp(1px, 0.7vw, 10px);
  top: 50%;
  transform: translateY(-40%);
}
header .header .gnav > *.info ul li a:hover {
  opacity: 1;
  background: #faf8da;
}
header .header .gnav > *.price > a:before {
  width: clamp(4px, 2.8vw, 40px);
  aspect-ratio: 40/35;
  background-image: url(../img/cmn/icon_price.svg);
}
header .header .gnav > *.access > a:before {
  width: clamp(3px, 1.9vw, 27px);
  aspect-ratio: 27/40;
  background-image: url(../img/cmn/icon_access.svg);
}
header .header .gnav > *.recruit > a:before {
  width: clamp(6px, 3.9vw, 56px);
  aspect-ratio: 56/40;
  background-image: url(../img/cmn/icon_recruit.svg);
}
header .header .contact {
  margin-left: auto;
  width: clamp(21px, 14.6vw, 210px);
}
header .header .contact > * a {
  display: flex;
  border-radius: clamp(2px, 1.5vw, 21px);
  aspect-ratio: 210/42;
  color: #fff;
  font-weight: 500;
  align-items: center;
}
header .header .contact > * a::before {
  content: "";
}
header .header .contact > *.tel a {
  font-size: clamp(0rem, 1.6vw, 2.3rem);
  gap: clamp(1px, 0.7vw, 10px);
  background: var(--color-blue1);
  padding-left: clamp(2px, 1vw, 15px);
}
header .header .contact > *.tel a::before {
  width: clamp(3px, 2.1vw, 30px);
  aspect-ratio: 1/1;
  background: url(../img/cmn/icon_tel.svg) no-repeat 0 0/contain;
}
header .header .contact > *.inq {
  margin-top: 5px;
}
header .header .contact > *.inq a {
  font-size: clamp(0rem, 1.4vw, 2rem);
  gap: clamp(2px, 1vw, 15px);
  background: var(--color-green1);
  padding-left: clamp(2px, 1vw, 15px);
}
header .header .contact > *.inq a::before {
  width: clamp(3px, 2.1vw, 30px);
  aspect-ratio: 30/29;
  background: url(../img/cmn/icon_inquiry.svg) no-repeat 0 0/contain;
}
header .btn_menu,
header #menu {
  display: none;
}
@media (max-width: 1024px) {
  header {
    padding: 0 1.5rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 7rem !important;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: none;
  }
  .js-menuOpen header {
    background: var(--color-blue4);
    transition: 0.3s;
  }
  header .header {
    padding: 0;
    margin: 0;
  }
  header .header .logo {
    margin-right: 0;
  }
  header .header .logo p {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
  header .header .logo img {
    width: 25rem;
  }
  header .header .gnav {
    display: none;
  }
  header .header .contact {
    display: none;
  }
  header .btn_menu {
    display: block;
    width: 2.7rem;
    height: 2.3rem;
    position: absolute;
    right: 2rem;
    top: 2.5rem;
    cursor: pointer;
  }
  header .btn_menu span {
    display: block;
    width: 100%;
    height: 0.5rem;
    background: #d9d9d9;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  header .btn_menu span:nth-child(1) {
    top: 0;
  }
  header .btn_menu span:nth-child(2) {
    top: 50%;
    margin-top: -0.3rem;
  }
  header .btn_menu span:nth-child(3) {
    bottom: 0;
  }
  .js-menuOpen header .btn_menu span:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
  }
  .js-menuOpen header .btn_menu span:nth-child(2) {
    opacity: 0;
  }
  .js-menuOpen header .btn_menu span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(-135deg);
  }
  header #menu {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100% - 7rem - 5.5rem);
    left: 0;
    top: 7rem;
    overflow-y: auto;
    display: block;
    background: #fff;
    padding: 2rem 2rem 3rem;
    z-index: 100;
    background: var(--color-blue4);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0s 0.3s;
  }
  .js-menuOpen header #menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0s 0s;
  }
  header #menu > * {
    max-width: 450px;
    margin: 0 auto;
  }
  header #menu .gnav > * + * {
    margin-top: 2rem;
  }
  header #menu .gnav > * > a {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 6rem;
    gap: 2.5rem;
  }
  header #menu .gnav > * > a::before {
    content: "";
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0.6rem;
  }
  header #menu .gnav > * > a span {
    font-size: 1.8rem;
  }
  header #menu .gnav > *.home > a:before {
    width: 3.2rem;
    aspect-ratio: 40/38;
    background-image: url(../img/cmn/icon_home.svg);
  }
  header #menu .gnav > *.doctor > a:before {
    width: 3rem;
    aspect-ratio: 38/40;
    background-image: url(../img/cmn/icon_doctor.svg);
  }
  header #menu .gnav > *.about > a:before {
    width: 3.2rem;
    aspect-ratio: 40/36;
    background-image: url(../img/cmn/icon_clinic.svg);
  }
  header #menu .gnav > *.info > a::before {
    left: 0.7rem;
    width: 3.2rem;
    aspect-ratio: 40/36;
    background-image: url(../img/cmn/icon_medical.svg);
  }
  header #menu .gnav > *.info > a::after {
    content: "";
    width: 1.2rem;
    aspect-ratio: 2/1;
    background: url(../img/cmn/icon_arrow_03.svg) no-repeat 0 0/contain;
    margin-left: -1rem;
    transition: 0.3s;
  }
  header #menu .gnav > *.info > a.js-open::after {
    transform: scale(1, -1);
  }
  header #menu .gnav > *.info:hover > a {
    opacity: 1;
  }
  header #menu .gnav > *.info ul {
    margin-top: 20px;
    border-radius: clamp(2px, 1.4vw, 20px);
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem 0.9rem;
  }
  header #menu .gnav > *.info ul li a {
    background: #fff;
    font-size: 1.4rem;
    position: relative;
    display: block;
    text-align: center;
    padding: 0.3em 0.5em;
  }
  header #menu .gnav > *.info ul li a::after {
    content: "";
    width: 5px;
    aspect-ratio: 1/2;
    background: url(../img/cmn/icon_arrow_02.svg) no-repeat 0 0/contain;
    position: absolute;
    right: clamp(1px, 0.7vw, 10px);
    top: 50%;
    transform: translateY(-40%);
  }
  header #menu .gnav > *.info ul li a:hover {
    opacity: 1;
    background: #faf8da;
  }
  header #menu .gnav > *.price > a:before {
    width: 3.2rem;
    aspect-ratio: 40/35;
    background-image: url(../img/cmn/icon_price.svg);
  }
  header #menu .gnav > *.access > a:before {
    left: 1.2rem;
    width: 2.2rem;
    aspect-ratio: 27/40;
    background-image: url(../img/cmn/icon_access.svg);
  }
  header #menu .gnav > *.recruit > a:before {
    left: 0;
    width: 4.5rem;
    aspect-ratio: 56/40;
    background-image: url(../img/cmn/icon_recruit.svg);
  }
  header #menu .address {
    border-top: solid 1px #222;
    padding-top: 1.5rem;
    margin-top: 2rem;
  }
  header #menu .address span {
    display: block;
  }
  header #menu .time {
    margin-top: 2rem;
  }
  header #menu .time hgroup {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 10px;
  }
  header #menu .time table {
    width: 100%;
    border-top: solid 1px var(--color-gray1);
    margin-bottom: 20px;
    border-collapse: collapse;
  }
  header #menu .time table th,
  header #menu .time table td {
    border-bottom: solid 1px var(--color-gray1);
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.2;
  }
  header #menu .time table thead th {
    padding: 0.3em 0;
  }
  header #menu .time table thead th.holiday {
    width: 13%;
  }
  header #menu .time table tbody th,
  header #menu .time table tbody td {
    padding: 0.6em 0 0.4em;
  }
  header #menu .time table tbody th {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500;
    width: 24%;
    text-align: left;
  }
  header #menu .time table tbody td {
    text-align: center;
    font-family: "Baloo 2", sans-serif;
    font-size: 1.6rem;
  }
  header #menu .time table tbody td.pm {
    width: 12%;
    font-size: 1.4rem;
  }
  header #menu .time table tbody tr:last-child th,
  header #menu .time table tbody tr:last-child td {
    padding: 0;
  }
  header #menu .time > p {
    font-weight: 500;
    line-height: 1.5;
  }
}

/* main
----------------------------------- */
main a:hover {
  color: var(--color-base);
}
main article p,
main article ol,
main article ul {
  line-height: 2;
}
main article p + p, main article p + ol, main article p + ul, main article p + dl, main article p + .tbl01,
main article ol + p,
main article ol + ol,
main article ol + ul,
main article ol + dl,
main article ol + .tbl01,
main article ul + p,
main article ul + ol,
main article ul + ul,
main article ul + dl,
main article ul + .tbl01 {
  margin-top: 2em;
}
main article p a,
main article dt a,
main article dd a,
main article th a,
main article td a,
main article li a {
  text-decoration: underline;
  color: var(--color-blue1);
}
main article > section + * {
  margin-top: 90px;
}
@media (max-width: 767px) {
  main article > section + * {
    margin-top: 6rem;
  }
}

/* footer
----------------------------------- */
footer {
  border-top: solid 1px var(--color-blue3);
  padding-top: 50px;
}
footer a:hover {
  color: var(--color-base);
}
footer .logo {
  max-width: 610px;
  margin: 0 auto 25px;
}
footer .address {
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 auto 25px;
}
footer .address .parking {
  display: none;
}
footer .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
footer .contact > * {
  width: 210px;
}
footer .contact > * a {
  display: flex;
  border-radius: 21px;
  aspect-ratio: 210/42;
  color: #fff;
  font-weight: 500;
  align-items: center;
}
footer .contact > * a::before {
  content: "";
}
footer .contact > *.tel a {
  font-size: 2.3rem;
  gap: 10px;
  background: var(--color-blue1);
  padding-left: 15px;
}
footer .contact > *.tel a::before {
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/cmn/icon_tel.svg) no-repeat 0 0/contain;
}
footer .contact > *.inq a {
  font-size: 2rem;
  gap: 15px;
  background: var(--color-green1);
  padding-left: 15px;
}
footer .contact > *.inq a::before {
  width: 30px;
  aspect-ratio: 30/29;
  background: url(../img/cmn/icon_inquiry.svg) no-repeat 0 0/contain;
}
footer .info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1360px;
  margin: 70px auto 0;
  padding: 0 30px;
}
footer .info .data {
  flex-basis: 580px;
}
footer .info .data .time hgroup {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .info .data .time table {
  width: 100%;
  border-top: solid 1px var(--color-gray1);
  margin-bottom: 20px;
  border-collapse: collapse;
}
footer .info .data .time table th,
footer .info .data .time table td {
  border-bottom: solid 1px var(--color-gray1);
  font-size: 1.6rem;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.2;
}
footer .info .data .time table thead th {
  padding: 0.3em 0;
}
footer .info .data .time table tbody th,
footer .info .data .time table tbody td {
  padding: 0.6em 0 0.4em;
}
footer .info .data .time table tbody th {
  font-family: "Baloo 2", sans-serif;
  font-weight: 500;
  width: 20%;
}
footer .info .data .time table tbody td {
  text-align: center;
  width: 11.42%;
  font-family: "Baloo 2", sans-serif;
}
footer .info .data .time table tbody tr:last-child th,
footer .info .data .time table tbody tr:last-child td {
  padding: 0;
}
footer .info .data .time > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
footer .info .data .bnr {
  max-width: 320px;
  margin-top: 50px;
}
footer .info .map {
  flex-basis: 650px;
}
footer .info .map .gmap {
  aspect-ratio: 650/420;
}
footer .info .map .gmap iframe {
  width: 100%;
  height: 100%;
}
footer .footer {
  background: #eef5ff;
  padding: 35px 30px 45px;
  margin-top: 50px;
}
footer .footer nav {
  max-width: 1200px;
  margin: 0 auto;
}
footer .footer nav section {
  margin-bottom: 50px;
}
footer .footer nav section h2 {
  border-top: dotted 1px var(--color-gray2);
  border-bottom: dotted 1px var(--color-gray2);
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .footer nav section h2::before {
  content: "";
}
footer .footer nav section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7em 2em;
  font-weight: 500;
}
footer .footer nav section.clinic h2::before {
  width: 40px;
  aspect-ratio: 40/36;
  background: url(../img/cmn/icon_clinic.svg) no-repeat 0 0/contain;
}
footer .footer nav section.medical h2::before {
  width: 40px;
  aspect-ratio: 40/36;
  background: url(../img/cmn/icon_medical.svg) no-repeat 0 0/contain;
}
footer .footer nav section.medical ul {
  max-width: 900px;
  margin: 0 auto;
}
footer .footer nav ul.othres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
footer .footer nav ul.othres li a {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 0.8em 1em;
  position: relative;
}
footer .footer nav ul.othres li a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/cmn/icon_arrow_01.svg) no-repeat 0 0/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
footer .copy {
  text-align: center;
  padding: 1.5em 0;
}
@media (max-width: 1024px) {
  footer .contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.5rem;
    background: #fff;
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    z-index: 11;
  }
  footer .contact > * {
    width: auto;
  }
  footer .contact > * a {
    border-radius: 2rem;
    height: 3.5rem;
    aspect-ratio: auto;
    max-width: 20rem;
  }
  footer .contact > *.tel a {
    margin-left: auto;
    font-size: 1.6rem;
    gap: 1rem;
    background: var(--color-blue1);
    padding-left: 1.5rem;
  }
  footer .contact > *.tel a::before {
    width: 2.6rem;
  }
  footer .contact > *.inq a {
    font-size: 1.4rem;
    gap: 1.5rem;
    padding-left: 1.5rem;
  }
  footer .contact > *.inq a::before {
    width: 2.6rem;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 3.5rem 0 5.5rem;
  }
  footer .logo {
    max-width: 27.5rem;
    margin-bottom: 1.5rem;
  }
  footer .address {
    width: fit-content;
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  footer .info {
    display: block;
    margin: 0;
    padding: 0 2rem;
  }
  footer .info .data .time hgroup {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  footer .info .data .time table {
    margin-bottom: 1rem;
  }
  footer .info .data .time table th,
  footer .info .data .time table td {
    font-size: 1.4rem;
  }
  footer .info .data .time table thead th.holiday {
    width: 13%;
  }
  footer .info .data .time table tbody th {
    width: 24%;
  }
  footer .info .data .time table tbody td {
    width: auto;
  }
  footer .info .data .time table tbody td.pm {
    width: 12%;
    font-size: 1.4rem;
  }
  footer .info .data .time p {
    font-size: 1.4rem;
  }
  footer .info .data .bnr {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  footer .info .map {
    margin-top: 1.5rem;
  }
  footer .info .map .gmap {
    aspect-ratio: 337/275;
  }
  footer .footer {
    padding: 2.5rem 2rem 3rem;
    margin-top: 2.5rem;
  }
  footer .footer nav section {
    margin-bottom: 2.5rem;
  }
  footer .footer nav section h2 {
    padding: 0.5rem 0;
    gap: 1rem;
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    cursor: pointer;
  }
  footer .footer nav section h2::after {
    content: "";
    width: 1rem;
    height: 0.6rem;
    background: url(../img/cmn/icon_arrow_04.svg) no-repeat 0 0/contain;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .footer nav section h2.js-open::after {
    transform: translateY(-50%) scale(1, -1);
  }
  footer .footer nav section ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
  }
  footer .footer nav section.clinic h2::before {
    width: 3rem;
  }
  footer .footer nav section.medical h2::before {
    width: 3rem;
  }
  footer .footer nav section.medical ul {
    max-width: none;
    margin: 0 auto;
  }
  footer .footer nav ul.othres {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  footer .copy {
    padding: 1rem 0;
  }
}

/* mente
----------------------------------- */
.mente {
  text-align: center;
  display: grid;
  place-content: center;
  gap: 20px;
  height: calc(100vh - var(--js-headerHeight));
  padding-bottom: var(--js-headerHeight);
}
.mente p {
  font-size: 2rem;
  margin-bottom: 1em;
  line-height: 2;
}
@media (max-width: 767px) {
  .mente footer .contact {
    position: static;
    grid-template-columns: 1fr;
  }
  .mente footer .contact > *.tel a {
    margin: 0 auto;
  }
}

/* recaptcha
----------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}