@charset "utf-8";


/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

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

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

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: #fff0;
  text-decoration: none;
  color: inherit
}

abbr[title] {
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: #fff0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

option {
  padding: 0
}

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

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-color: inherit
}

caption {
  text-align: left
}

td,
th {
  vertical-align: top;
  padding: 0
}

th {
  text-align: left;
  font-weight: 700
}

:root {
  --main-color: #1E738D;
  --base-color: #333;
  --border-color: #ddd;
  --link-color: #1E738D;
  --bg-color: #E8EBF0
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0;
  text-rendering: optimizelegibility;
  font-size: 3.5vw;
  line-height: 2;
  scroll-behavior: smooth
}

* {
  scroll-margin-top: 14rem
}

@media screen and (min-width:960px) {
  html {
    font-size: 2.5vw
  }
}

@media screen and (min-width:1080px) {
  html {
    font-size: 12px
  }
}

@media screen and (min-width:1280px) {
  html {
    font-size: 13px
  }
}

@media screen and (min-width:1440px) {
  html {
    font-size: 14px
  }
}

@media screen and (min-width:1680px) {
  html {
    font-size: 14px
  }
}

@media screen and (min-width:1920px) {
  html {
    font-size: 16px
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: #333;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}

img {
  width: inherit;
  max-width: 100%;
  height: auto
}

.baseWidth {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1280px;
}

main.baseWidth {
  margin: 0 auto;
  padding: 6rem 1rem 0;
  max-width: 860px
}

@media only screen and (min-width:960px) {
  main.baseWidth {
    padding: 7rem 1rem 0;
  }

}


.cva {
  content-visibility: auto;
  contain-intrinsic-size: 500px
}

#header {
  padding: 1rem;
  background: rgb(255 255 255 / .8);
  display: flex;
  align-items: center;
  height: 4rem;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 .4rem 1rem rgb(0 0 0 / .1);
  z-index: 10
}

#header #siteTitle {
  display: flex;
  align-items: center
}

#header #siteTitle img {
  width: clamp(5rem, 70%, 15rem)
}

#header .mainNav {
  padding: 0 1vw
}

#header .mainNav a {
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center
}

#header .info {
  margin-left: auto;
  line-height: 1
}

#header .tel {
  margin: 2rem 0;
  padding: 0 1vw;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: 3
}

#header .tel::before {
  content: "";
  margin-right: .5vw;
  background: url(../img/phone.svg) center no-repeat;
  background-size: 100% auto;
  width: 1.5rem;
  height: 1.5rem
}

#header .hour {
  margin-bottom: 2rem;
  font-size: .875rem;
  line-height: 1.25
}

#header .hour div {
  margin-bottom: .5rem;
  display: flex;
  justify-content: center
}

#header .hour dt {
  margin-right: .5rem;
  font-weight: 400;
  font-feature-settings: normal;
  white-space: nowrap
}

#header .inquiry,
#header .access {
  margin: 1rem 0;
  text-align: center
}

#header .inquiry a,
#header .access a {
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center
}

#header .tglSp {
  padding: 0 5vw;
  border-left: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: .5rem
}

#header .tglSp a {
  padding: .5rem 1rem;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  line-height: 1
}

#header .tglPc {
  display: none
}

#tgl {
  position: fixed;
  right: 1rem;
  width: 2rem;
  height: 1.2rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  background: none
}

#tgl span {
  background: #333;
  width: 2rem;
  height: 1px;
  display: block
}

#navButton {
  display: none
}

#navArea {
  display: none;
  background: #fff;
  position: fixed;
  top: 4rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 1rem
}

#navButton:checked~#tgl {
  justify-content: center
}

#navButton:checked~#tgl span {
  transition: all 0.3s
}

#navButton:checked~#tgl span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: center center 0
}

#navButton:checked~#tgl span:nth-of-type(2) {
  display: none
}

#navButton:checked~#tgl span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: center center 0
}

#navButton:checked~#navArea {
  display: block;
  animation: 0.3s fadeIn
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }

  100% {
    opacity: 1;
    transform: none
  }
}


body:has(#navButton:checked) {
  overflow: hidden
}

#footer {
  background: url(../img/footer.svg) center top repeat-x;
  background-size: auto 100%;
  text-align: center;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  flex-direction: column;
  gap: .5rem
}

#pageTop {
  height: 50px;
  width: 50px;
  background: #fff;
  border: solid 1px var(--border-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer
}

#pageTop div {
  height: 10px;
  width: 10px;
  border-top: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
  transform: translateY(20%) rotate(-45deg)
}

#footerHospital {
  padding-top: 5rem;
  border-top: 1px solid var(--border-color)
}

#footerHospital .logo {
  margin-bottom: 2rem;
  width: 15rem
}

#footerHospital p {
  margin-bottom: 2rem
}

#footerNav a {
  padding-left: 1.5rem;
  background: url(../img/arrow.svg) center left no-repeat;
  background-size: 1rem auto
}

@media screen and (min-width:1080px) {
  #header #siteTitle {
    justify-content: center
  }

  #header .mainNav {
    border-left: 1px solid var(--border-color);
    display: flex;
    gap: .5rem
  }

  #header .mainNav a {
    margin-bottom: unset;
    width: 10rem
  }

  #header .info {
    display: flex;
    align-items: center
  }

  #header .tel {
    margin: unset;
    justify-content: unset
  }

  #header .hour {
    margin-bottom: unset;
    padding-right: 1vw
  }

  #header .hour div {
    margin-bottom: unset;
    justify-content: unset
  }

  #header .inquiry {
    padding: 0 1vw;
    border-left: 1px solid var(--border-color);
    text-align: unset
  }

  #header .inquiry::before {
    content: "";
    margin: 0 auto;
    background: url(../img/mail.svg) center no-repeat;
    background-size: 100% auto;
    width: 1.2rem;
    height: 1.5rem;
    display: block
  }

  #header .access {
    padding: 0 1vw;
    border-left: 1px solid var(--border-color)
  }

  #header .access::before {
    content: "";
    margin: 0 auto;
    background: url(../img/location.svg) center no-repeat;
    background-size: auto 100%;
    width: 1.2rem;
    height: 1.5rem;
    display: block
  }

  #header .inquiry a,
  #header .access a {
    margin-bottom: unset;
    background: unset;
    border: unset;
    border-radius: unset;
    height: unset;
    display: unset;
    justify-content: unset;
    align-items: unset
  }

  #header .tglPc {
    display: unset
  }

  #header .tglSp {
    display: none
  }

  #tgl {
    display: none
  }

  #navArea {
    background: unset;
    position: unset;
    overflow-y: unset;
    padding: unset;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  #footer {
    margin-top: 10rem;
    font-size: inherit;
    flex-direction: unset;
    gap: .5rem
  }

  #pageTop {
    opacity: 1;
    position: fixed;
    right: 30px;
    bottom: 30px
  }

  #footerHospital {
    display: flex;
    justify-content: space-between
  }

  #footerHospital .logo {
    margin-top: .5rem;
    margin-right: 5rem
  }

  #footerNav {
    margin-left: auto
  }
}

#fixed-area {
  position: sticky;
  bottom: 0;
  z-index: 100
}

@media screen and (1080px <=width) {
  #fixed-area {
    position: fixed;
    bottom: 145px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
  }
}

#fixed-area .fixed-bnr {
  display: flex;
  justify-content: center;
  gap: .25rem;
  line-height: 1.5
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr {
    gap: 0;
    width: 256px;
    height: 60px;
    border-radius: 2px;
    box-shadow: gray 0 0 5px;
    translate: 186px 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer
  }
}

#fixed-area .fixed-bnr.mask {
  padding: .5rem;
  background: #ff0
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr.mask {
    padding: 0
  }
}

#fixed-area .fixed-bnr.mask .icn-area img {
  width: 42px;
  vertical-align: middle
}

#fixed-area .fixed-bnr.wifi {
  position: fixed;
  top: 1.125rem;
  right: 4rem;
  border: 1px solid var(--base-color);
  border-radius: 5px;
  padding: 0 .5rem
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr.wifi {
    position: unset;
    background: #00eaff;
    border: none;
    padding: inherit
  }
}

#fixed-area .fixed-bnr.wifi .icn-area img {
  width: 1rem;
  vertical-align: middle;
  position: relative;
  top: -.125rem
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr.wifi .icn-area img {
    position: unset;
    width: 34px
  }
}

#fixed-area .fixed-bnr.wifi .text-area {
  font-size: .6rem
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr.wifi .text-area {
    font-size: inherit
  }
}

#fixed-area .fixed-bnr.wifi .text-area span {
  display: none
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr.wifi .text-area span {
    display: unset
  }
}

#fixed-area .fixed-bnr:hover {
  translate: 0 0
}

#fixed-area .fixed-bnr .icn-area {
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr .icn-area {
    width: 70px;
    flex-direction: column;
    gap: 5px
  }
}

#fixed-area .fixed-bnr .icn-area p {
  display: none
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr .icn-area p {
    display: block;
    font-size: .8rem;
    line-height: 1
  }
}

#fixed-area .fixed-bnr .text-area {
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (1080px <=width) {
  #fixed-area .fixed-bnr .text-area {
    padding: 0 8px;
    width: 186px;
    background: rgb(255 255 255 / .6)
  }
}

.grecaptcha-badge {
  bottom: 75px !important
}


.sec {
  margin-top: 2.5rem
}


@media screen and (min-width:1080px) {
  .sec {
    margin-top: 5rem
  }
}