@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&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;
}

:root {
  --color_base: #09576C;
  --color_body: #FFF9F6;
  --color_pink_01: #E95887;
  --color_pink_02: #ECA385;
  --color_red_01: #b45757;
  --color_greige_01: #E6CEC5;
  --color_orange_01: #E07D2E;
  --color_orange_02: #FF7B28;
  --color_orange_03: #FF9436;
  --color_orange_04: #FFA11F;
  --color_orange_05: #FF7F68;
  --color_yellow_01: #F4C334;
  --color_bluegreen_01: #B6D1CF;
  --headerFixedPadding: 0px;
}

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  color: var(--color_base);
  background: var(--color_body);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (width < 375px) {
  body {
    zoom: progress(100lvw, 0px, 375px);
    -webkit-text-size-adjust: initial;
  }
}

a:link {
  color: var(--color_base);
  text-decoration: none;
}
a:visited {
  color: var(--color_base);
  text-decoration: none;
}
a:hover {
  color: var(--color_base);
  text-decoration: none;
}
a:active {
  color: var(--color_base);
  text-decoration: none;
}

a {
  transition: 0.3s;
}

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

@media (min-width: 1023px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

/* // screen
----------------------------------- */
.sp {
  display: none !important;
}

.tb {
  display: none !important;
}

.md {
  display: none !important;
}

.pc {
  display: block !important;
}

.pconly {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .md {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .sp {
    display: none !important;
  }
  .md {
    display: block !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pconly {
    display: none !important;
  }
}
/* ------------------------------------
// header
------------------------------------ */
header {
  padding: 3rem 2rem 0;
  margin: 0 auto;
}
@media screen and (min-width: calc(1000px + 2rem)) {
  header {
    width: 80%;
    min-width: 1000px;
  }
}
header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "logo sp tel" "gnavi gnavi gnavi";
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  gap: 3rem 0;
  /* logo */
}
header .logoData {
  grid-area: logo;
}
header .logoData p {
  font-size: 1.2rem;
  color: #444;
}
header .logoData .logo {
  max-width: 320px;
  margin: 1rem 0 0;
}
header {
  /* tel */
}
header .tel {
  grid-area: tel;
}
header .tel dt {
  font-weight: 500;
}
header .tel a {
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: clamp(3.6rem, 3.1vw, 4.4rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
header {
  /* gnavi */
}
header #gnavi {
  grid-area: gnavi;
}
@media screen and (max-width: 1024px) {
  header .tel {
    display: block;
  }
  header .tel dt {
    width: fit-content;
    padding: 0.5rem 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    display: block;
    padding: 0 0 0;
  }
  header .logoData p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    text-align: left;
    background: #FFF;
    padding: 0.5rem 1rem;
    text-align: center;
  }
  header .logoData .logo {
    width: 55%;
    margin: 0.5rem auto 0;
  }
  header .tel {
    display: none;
  }
  header #gnavi {
    display: none;
  }
  header .btn_menu {
    position: fixed;
    top: 3.5rem;
    right: 1.5rem;
    z-index: 100;
  }
}

#headerFixed {
  position: fixed;
  top: 5vh;
  right: 0;
  z-index: 2;
}
#headerFixed ul {
  display: grid;
  gap: 2rem;
}
#headerFixed ul li {
  color: #FFF;
  position: relative;
}
#headerFixed ul li::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 30px 0 0 30px;
  background: #C00;
  filter: url(#doo-wap);
  z-index: 0;
}
#headerFixed ul li a {
  padding: clamp(1rem, 4vh, 3rem) clamp(0.5rem, 1vw, 1rem);
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.2;
  position: relative;
  display: grid;
  gap: 1rem;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
#headerFixed ul li a::after {
  content: "";
  width: 5rem;
  aspect-ratio: 1;
  display: block;
  background: #FFF;
  margin: 0 auto;
}
#headerFixed ul li.reserve::before {
  background: var(--color_pink_02);
}
#headerFixed ul li.reserve a::after {
  background: url(/lib/img/cmn/icon_reserve.webp) no-repeat center/contain;
}
#headerFixed ul li.time::before {
  background: var(--color_bluegreen_01);
}
#headerFixed ul li.time a::after {
  background: url(/lib/img/cmn/icon_time.webp) no-repeat center/contain;
}
#headerFixed ul li.access::before {
  background: var(--color_yellow_01);
}
#headerFixed ul li.access a::after {
  background: url(/lib/img/cmn/icon_access.webp) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #headerFixed {
    display: none;
  }
}

/* ------------------------------------
// btn_menu
------------------------------------ */
.btn_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn_menu {
    display: grid;
    width: 5rem;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 50vh;
  }
  .btn_menu::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border-radius: 50vh;
    background: var(--color_pink_02);
    filter: url(#doo-wap);
    z-index: 0;
  }
  .btn_menu {
    cursor: pointer;
  }
  .btn_menu > div {
    position: relative;
    width: 24px;
    height: 25px;
  }
  .btn_menu > div span {
    position: absolute;
    left: 9px;
    background: #FFF;
    display: block;
    transform-origin: 0 50%;
    width: 5px;
    aspect-ratio: 1;
    border-radius: 50vh;
  }
  .btn_menu > div span:nth-child(1) {
    top: 0;
  }
  .btn_menu > div span:nth-child(2) {
    top: calc(50% - 2.5px);
  }
  .btn_menu > div span:nth-child(3) {
    bottom: 0;
  }
  .js-menuOpen .btn_menu > div span {
    left: 2px;
    transform-origin: 50% 50%;
    width: 2rem;
    height: 4px;
    transition: 0.3s;
  }
  .js-menuOpen .btn_menu > div span:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
  }
  .js-menuOpen .btn_menu > div span:nth-child(2) {
    top: calc(50% - 2.5px);
    opacity: 0;
  }
  .js-menuOpen .btn_menu > div span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(-135deg);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/* ------------------------------------
// menu (SP drawer)
------------------------------------ */
#menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  background: var(--color_greige_01);
  padding: 1rem 2rem 8rem;
  overflow-y: auto;
  width: min(400px, 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.js-menuOpen #menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
#menu .menuContainer {
  max-width: 320px;
  margin: 0 auto 0;
  padding-top: 4.5rem;
}
#menu .menuContainer .gnavi {
  display: block;
  background: none;
  padding: 0;
}
#menu .menuContainer .gnavi li {
  background-image: repeating-linear-gradient(90deg, #b45757, #b45757 6px, transparent 6px, transparent 18px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
#menu .menuContainer .gnavi li a {
  padding: 2rem 1rem;
  color: var(--color_red_01);
  display: block;
}
#menu .menuContainer .gnavi li::before {
  display: none;
}
#menu .menuContainer .clinicData {
  margin-top: 3rem;
  position: relative;
  padding: 2rem 2rem;
}
#menu .menuContainer .clinicData::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  background: #FFF;
  filter: url(#doo-wap);
  z-index: 0;
}
#menu .menuContainer .clinicData > * {
  position: relative;
}
#menu .menuContainer .clinicData .nearby {
  display: none;
}

/* ------------------------------------
// #timetablePopup
------------------------------------ */
#timetablePopup {
  position: fixed;
  inset: 0;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: safe center;
  overflow-y: auto;
  padding: 1rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.js-timetableOpen #timetablePopup {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
#timetablePopup .clinicData {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  max-width: min(720px, 100%);
  padding: 2rem 3rem 2rem;
}
#timetablePopup .clinicData > * {
  position: relative;
  z-index: 2;
}
#timetablePopup .clinicData::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: #FFF;
  filter: url(#doo-wap);
  z-index: 0;
}
#timetablePopup .btnClose {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  margin-top: 2rem;
  width: fit-content;
  padding: 1rem 3rem;
  cursor: pointer;
  background: #FFF;
  color: var(--color_red_01);
  border-radius: 50vh;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#timetablePopup .btnClose span {
  font-size: 1.4em;
  line-height: 1;
}

/* ------------------------------------
// main
------------------------------------ */
main {
  padding: 0;
  position: relative;
  z-index: 0;
  width: 100%;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  main {
    padding: clamp(2.5rem, 3.5vw, 5rem) 0 0;
    margin-bottom: 0;
  }
}

/* ------------------------------------
// mv
------------------------------------ */
#mvContainer {
  position: relative;
  margin-bottom: 0rem;
}
#mvContainer .mv {
  max-width: 1350px;
  margin: 0 0 0 auto;
  position: relative;
}
#mvContainer .mv .mark {
  position: absolute;
  left: 2rem;
  top: clamp(2rem, 2.1vw, 3rem);
  width: clamp(10rem, 20.1vw, 29rem);
}
#mvContainer .mv .pagetitle {
  --pgbadge: clamp(20rem, 23.4vw, 33.7rem);
  padding: clamp(2rem, 3.5vw, 5rem);
  position: absolute;
  display: grid;
  align-items: center;
  right: 11rem;
  top: calc(50% - var(--pgbadge) / 2 - 5rem);
  width: var(--pgbadge);
  aspect-ratio: 337/326;
  background: url(/lib/img/cmn/pagetitle_back.webp) no-repeat center/contain;
}
#mvContainer .mv .pagetitle img {
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  #mvContainer .mv {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #mvContainer {
    margin-bottom: 5rem;
  }
  #mvContainer .mv .pagetitle {
    --pgbadge: 40vw;
    padding-right: 1rem;
    right: 0;
    top: auto;
    bottom: 0;
    background-size: auto 100%;
    background-position: left top;
    aspect-ratio: 337/370;
  }
}

/* ------------------------------------
// parts
------------------------------------ */
:root strong.red {
  color: var(--color_red_01);
}

.gnavi {
  background: #FFF;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  gap: clamp(2rem, 4.2vw, 6rem);
  border-radius: 50vh;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}
.gnavi li {
  position: relative;
  line-height: 1;
}
.gnavi li:not(:first-child)::before {
  content: "";
  width: 2px;
  height: 80%;
  display: block;
  position: absolute;
  left: calc(-1 * clamp(1rem, 2.1vw, 3rem));
  top: 15%;
  background: var(--color_base);
}

.timetable {
  margin-bottom: 1.5rem;
}
.timetable table {
  width: 100%;
  border-spacing: 0;
  display: grid;
  grid-template-columns: max-content repeat(6, 1fr);
  gap: 0 clamp(1.8rem, 1.3vw, 1.8rem);
}
.timetable table tbody,
.timetable table thead {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 7;
}
.timetable table tbody tr,
.timetable table thead tr {
  display: inherit;
  grid-template-columns: subgrid;
  grid-column: inherit;
}
.timetable table tbody th,
.timetable table tbody td,
.timetable table thead th,
.timetable table thead td {
  font-weight: 500;
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
  padding: 0.5em 0 0.75em;
}
.timetable table thead th {
  white-space: nowrap;
  padding-top: 0;
  padding: 0.5em 0 0.5em;
}
.timetable table thead th:first-child {
  text-align: left;
}
.timetable table tbody tr > * {
  line-height: 1;
}
.timetable table tbody tr th {
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  align-self: center;
}
.timetable table tbody tr td {
  align-self: center;
  text-align: center;
  font-weight: 800;
  color: var(--color_pink_02);
}
.timetable table tbody tr td.sq svg {
  width: clamp(1.4rem, 1.3vw, 1.8rem);
}
.timetable table tbody tr td.oth {
  color: var(--color_base);
}
@media screen and (max-width: 768px) {
  .timetable {
    margin-bottom: 1rem;
  }
}

.clinicData {
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "time time" "notes btn" "tel btn" "nearby nearby";
  gap: clamp(1rem, 1.4vw, 2rem);
  /* time */
}
.clinicData .timetable {
  grid-area: time;
}
.clinicData {
  /* notes */
}
.clinicData .notes {
  grid-area: notes;
}
.clinicData .notes .close {
  font-weight: bold;
}
.clinicData {
  /* tel */
}
.clinicData .tel {
  grid-area: tel;
  font-weight: 500;
}
.clinicData .tel a {
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  justify-content: start;
  gap: 1rem;
  font-size: clamp(2rem, 2.2vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  line-height: 1.6;
}
.clinicData .tel a::before {
  content: "";
  width: clamp(2.4rem, 2.5vw, 3.6rem);
  aspect-ratio: 1;
  display: block;
  background: url(/lib/img/cmn/icon_tel.webp) no-repeat center/contain;
}
.clinicData {
  /* reserve */
}
.clinicData .reseerve {
  grid-area: btn;
}
.clinicData .reseerve a {
  transition: 0.5s;
  width: 13rem;
  aspect-ratio: 1;
  z-index: 10;
  background: var(--color_pink_02);
  mask: url(/lib/img/cmn/icon_circle01.svg) no-repeat center/cover;
  display: flex;
  align-items: center;
  display: grid;
  gap: 0.25rem;
  margin: 0 auto;
  align-items: center;
  place-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
}
.clinicData .reseerve a:after {
  content: "";
  width: 5rem;
  aspect-ratio: 1;
  display: block;
  margin: 0 auto;
  background: url(/lib/img/cmn/icon_reserve.webp) no-repeat center/contain;
}
.clinicData .reseerve a:hover {
  background: var(--color_pink_01);
}
.clinicData {
  /* nearby */
}
.clinicData .nearby {
  grid-area: nearby;
  border: 1px solid var(--color_pink_02);
  padding: 1rem 0.25rem;
  border-radius: 1rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .clinicData {
    grid-template-columns: 1fr;
    grid-template-areas: "time" "notes" "tel" "btn" "nearby";
    gap: 0;
    width: 100%;
    /* nearby */
  }
  .clinicData .nearby {
    margin-top: 1rem;
  }
  .clinicData {
    /* tel */
  }
  .clinicData .tel {
    margin-top: 3rem;
    container-type: inline-size;
  }
  .clinicData .tel a {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: clamp(16px, 11cqw, 36px);
  }
  .clinicData .tel a::before {
    width: 4rem;
  }
  .clinicData {
    /* reserve */
  }
  .clinicData .reseerve {
    margin: 2rem 0 0;
    position: relative;
    padding: 1rem 0;
  }
  .clinicData .reseerve a {
    transition: 0.5s;
    width: 100%;
    aspect-ratio: auto;
    background: none;
    mask: none;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 0.25rem;
    align-items: center;
    color: #FFF;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .clinicData .reseerve a:after {
    width: 3rem;
    margin: 0;
    background: url(/lib/img/cmn/icon_reserve.webp) no-repeat center/contain;
  }
  .clinicData .reseerve a:hover {
    background: none;
  }
  .clinicData .reseerve .box-bg {
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: var(--color_pink_02);
    filter: url(#doo-wap);
  }
}

:root .linkbtn a {
  color: #FFF;
  background: var(--color_base);
  border-radius: 50vh;
  padding: 1rem 1.5rem;
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  display: flex;
  justify-content: space-between;
}
:root .linkbtn a::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  display: block;
}
:root .linkbtn a::after {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  display: block;
  background: url(/lib/img/cmn/icon_link_02.svg) no-repeat center/contain;
}

/* ------------------------------------
// footer
------------------------------------ */
#footerGnavi {
  margin-top: 5rem;
}
#footerGnavi ul {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #footerGnavi {
    margin: 3rem 0 calc(8.1944444444vw + 2rem);
    padding: 0 1rem;
  }
  #footerGnavi ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    border-radius: 15px;
    background: none;
    background: #FFF;
  }
  #footerGnavi ul li a {
    display: block;
    text-align: center;
    padding: 1rem 0.5rem;
    border: 1px solid rgba(230, 206, 197, 0.8);
    border-radius: 10px;
  }
  #footerGnavi ul li::before {
    display: none;
  }
}

#footer {
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 0 2rem;
  margin-top: calc(8.1944444444vw + 5rem);
}
#footer::before {
  content: "";
  width: 100%;
  height: 8.1944444444vw;
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  background: url(/lib/img/cmn/bg_footer.webp) repeat-x center top/cover;
}
#footer .pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  width: 10rem;
  aspect-ratio: 1;
  z-index: 10;
  background: var(--color_bluegreen_01);
  mask: url(/lib/img/cmn/icon_circle01.svg) no-repeat center/cover;
  display: flex;
  align-items: center;
}
#footer .pagetop a {
  display: grid;
  gap: 0.25rem;
  margin: 0 auto;
  align-items: center;
  place-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
}
#footer .pagetop a:after {
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  display: block;
  margin: 0 auto;
  background: url(/lib/img/cmn/icon_pagetop.webp) no-repeat center/contain;
}
#footer .pagetop:hover {
  background: var(--color_pink_01);
}
@media screen and (max-width: 768px) {
  #footer .pagetop {
    right: 1rem;
    width: 7rem;
  }
  #footer .pagetop a {
    font-size: 1.2rem;
  }
  #footer .pagetop a:after {
    content: "";
    width: 2rem;
    aspect-ratio: 1;
    display: block;
    margin: 0 auto;
    background: url(/lib/img/cmn/icon_pagetop.webp) no-repeat center/contain;
  }
}
#footer .pagetop.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 8.1944444444vw;
  }
}

footer {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(2rem, 4.2vw, 6rem);
}
footer .logoData {
  grid-column: 1/3;
}
footer .logoData p {
  font-size: 1.2rem;
}
footer .logoData .logo {
  max-width: 320px;
  margin: 1rem 0;
}
footer #clinicMap .address {
  margin-bottom: 3rem;
}
footer #clinicMap iframe {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  footer {
    grid-template-columns: 1fr;
  }
  footer .logoData {
    grid-column: 1;
    margin-top: 2rem;
  }
  footer #clinicMap iframe {
    aspect-ratio: 2/2;
    height: auto;
  }
}

.copyright {
  padding: 10rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 2rem 0 8rem;
  }
}

#footer_fixed {
  display: none;
  z-index: 13;
}
@media screen and (max-width: 768px) {
  #footer_fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #footer_fixed ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "time access tel reserve";
  }
  #footer_fixed ul li {
    color: #FFF;
    position: relative;
  }
  #footer_fixed ul li a {
    padding: 1rem 0 0.25rem 0;
    font-size: 1.3rem;
    position: relative;
    display: grid;
    gap: 0.25rem;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background: #DDD;
  }
  #footer_fixed ul li a::before {
    content: "";
    width: 2.8rem;
    aspect-ratio: 1;
    display: block;
    background: #FFF;
    margin: 0 auto;
  }
  #footer_fixed ul li.tel {
    grid-area: tel;
  }
  #footer_fixed ul li.tel a {
    background: var(--color_orange_01);
  }
  #footer_fixed ul li.tel a::before {
    mask: url(/lib/img/cmn/icon_tel.webp) no-repeat center/contain;
  }
  #footer_fixed ul li.reserve {
    grid-area: reserve;
  }
  #footer_fixed ul li.reserve a {
    background: var(--color_pink_02);
  }
  #footer_fixed ul li.reserve a::before {
    background: url(/lib/img/cmn/icon_reserve.webp) no-repeat center/contain;
  }
  #footer_fixed ul li.time {
    grid-area: time;
  }
  #footer_fixed ul li.time a {
    background: var(--color_bluegreen_01);
  }
  #footer_fixed ul li.time a::before {
    background: url(/lib/img/cmn/icon_time.webp) no-repeat center/contain;
  }
  #footer_fixed ul li.access {
    grid-area: access;
  }
  #footer_fixed ul li.access a {
    background: var(--color_yellow_01);
  }
  #footer_fixed ul li.access a::before {
    background: url(/lib/img/cmn/icon_access.webp) no-repeat center/contain;
  }
}