html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #888;
  border-radius: none;
  font: inherit;
  outline: none;
  display: block;
  width: 100%;
}

figure {
  margin: 0;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: -webkit-fill-available;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

address {
  font-style: normal;
}

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

.wrap {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: clamp(0rem, 39.0243902439vw, 18rem);
}

a {
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

.btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  gap: clamp(0rem, 3.6585365854vw, 2rem) clamp(0rem, 2.4390243902vw, 1.5rem);
  margin-inline: auto;
}
.btnList li {
  width: 47.4254742547%;
}
.btnList li img {
  width: 100%;
}

div[class*=section] {
  position: relative;
}

.fixedBtn {
  position: fixed;
  width: min(100%, 450px);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 9999;
  padding-top: 8px;
  padding-bottom: 10px;
}
.fixedBtn__head {
  display: block;
  width: 41.7073170732%;
  margin-inline: auto;
}
.fixedBtn__head img {
  width: 100%;
}
.fixedBtn__list {
  display: flex;
  justify-content: space-between;
  width: 96.8292682927%;
  margin-inline: auto;
  margin-top: 12px;
}
.fixedBtn__list li {
  width: 32.241813602%;
}
.fixedBtn__list li img {
  width: 100%;
}

.reserveAnchorBtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 78.2926829268%;
}
.reserveAnchorBtn p {
  text-align: center;
  margin-inline: auto;
}
.reserveAnchorBtn a {
  display: block;
  margin-top: 12px;
  box-shadow: 0px 0px 10px 0px rgba(158, 71, 9, 0.2509803922);
  border-radius: 10px;
}

.clinicBtnList {
  display: flex;
  justify-content: space-between;
  width: 94.8780487805%;
  margin-inline: auto;
}
.clinicBtnList li {
  width: 32.1336760925%;
  box-shadow: 0px 0px 6px 0px rgba(52, 52, 52, 0.2509803922);
  border-radius: 5px;
}

.reserveBtnList {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 79.512195122%;
}
.reserveBtnList img {
  width: 100%;
}
.reserveBtnList .webBtn,
.reserveBtnList .lineBtn {
  box-shadow: 0px 0px 12.67px 0px rgba(5, 37, 121, 0.2509803922);
  border-radius: 13px;
}
.reserveBtnList .lineBtn {
  margin-top: 12px;
}
.reserveBtnList .telBtn {
  margin-top: 16px;
}

.map {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 90.243902439%;
  aspect-ratio: 370/300;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.section2 .reserveAnchorBtn {
  bottom: clamp(0rem, 237.8048780488vw, 107rem);
}
.section2 .reserveAnchorBtn p {
  width: 79.7507788162%;
}

.section3 .reserveAnchorBtn {
  top: clamp(0rem, 162.6829268293vw, 73rem);
}
.section3 .reserveAnchorBtn p {
  width: 69.1588785047%;
}

.section4 .reserveAnchorBtn {
  top: clamp(0rem, 143.9024390244vw, 65rem);
}
.section4 .reserveAnchorBtn p {
  width: 43.3021806854%;
}

.section7 .reserveBtnList {
  top: clamp(0rem, 20vw, 9.6rem);
}
.section7 .map {
  bottom: clamp(0rem, 7.3170731707vw, 3.8rem);
}

.section9 .reserveBtnList {
  top: clamp(0rem, 20vw, 9.6rem);
}
.section9 .map {
  bottom: clamp(0rem, 7.3170731707vw, 3.8rem);
}

.section11 .reserveBtnList {
  top: clamp(0rem, 20vw, 9.6rem);
}
.section11 .map {
  bottom: clamp(0rem, 18.0487804878vw, 7.8rem);
}
/*# sourceMappingURL=style.css.map */