@charset "UTF-8";
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* ====================================================
HTML
==================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 2;
  background: #f8f4f1;
  color: #2b4758;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 1;
  overflow-x: clip;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

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

a {
  text-decoration: none;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.ja {
  font-family: "IBM Plex Sans JP", sans-serif;
}

/* ====================================================
Animation
==================================================== */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

/*文字アニメーション*/
.smoothText {
  overflow: hidden;
}

span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0);
}

/* ====================================================
Footer
==================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.footer {
  background: #e4eee9;
  padding: 70px 0 100px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .ft-logo {
  margin: 0 auto 42px 0;
  text-align: center;
  max-width: 220px;
}
@media screen and (max-width: 834px) {
  .footer .ft-logo {
    margin: 0 auto 30px;
  }
}
.footer .ft-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .footer .ft-wrap {
    flex-direction: column;
  }
}
.footer .ft-left {
  width: 46%;
}
@media screen and (max-width: 834px) {
  .footer .ft-left {
    width: 100%;
    margin-bottom: 0;
  }
}
.footer .ft-address {
  font-size: clamp(14px, 1.3vw, 16px);
  margin-bottom: 0px;
}
@media screen and (max-width: 834px) {
  .footer .ft-address {
    text-align: center;
  }
}
.footer .google-map {
  color: #2b4758;
  margin-bottom: 26px;
  text-decoration: underline;
  font-size: clamp(14px, 1.3vw, 16px);
}
@media screen and (max-width: 834px) {
  .footer .google-map {
    display: flex;
    justify-content: center;
  }
}
.footer .ft-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .footer .ft-tel {
    justify-content: center;
  }
}
.footer .ft-tel img {
  margin-right: 10px;
  width: 20px;
}
.footer .ft-tel .en {
  font-size: clamp(18px, 1.7vw, 24px);
  margin-right: 10px;
  color: #2b4758;
  font-weight: 600;
}
.footer .ft-tbl {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.footer .ft-tbl table.clinic-hours .tbl-day {
  font-size: inherit;
  font-size: inherit;
  padding: 0;
}
.footer .ft-right {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .footer .ft-right {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.footer .ft-parking {
  border: 1px solid #2b4758;
  border-radius: 15px;
  display: inline-block;
  margin-top: 34px;
  padding: 40px 5% 30px;
  position: relative;
  width: 100%;
}
.footer .parking-border {
  position: absolute;
  color: #fff;
  top: -17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #547481;
  border-radius: 14px;
  padding: 5px 20px 8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.footer .parking-border .text16 {
  margin: 0;
  line-height: 1;
}
.footer .parking-border .en {
  font-size: clamp(18px, 1.7vw, 21px);
  font-weight: 400;
  margin-right: 10px;
}
.footer .link-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .footer .link-box {
    flex-direction: column;
    gap: 0px;
  }
}
.footer .link-box a {
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 600;
  color: #2b4758;
  display: flex;
  align-items: center;
}
.footer .link-box a .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  width: 29px;
  background: #61c4ce;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .footer .link-box a .circle {
    height: 19px;
    width: 19px;
  }
}
.footer .link-box a .circle i {
  color: #fff;
  font-size: 9px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .footer .link-box a .circle i {
    font-size: 8px;
  }
}
.footer .ft-parking .parking-note {
  padding-top: 20px;
  border-top: 1px dotted #c7c7c7;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0);
  padding: 10px;
}
.footer .ft-parking .parking-note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.7;
}
.footer .copyright {
  color: #74bdc5;
  font-size: 12px;
  text-align: center;
  margin: 80px 0 0;
}
@media screen and (max-width: 834px) {
  .footer .copyright {
    margin: 50px 0 0;
  }
}

tr::after {
  content: none !important;
}/*# sourceMappingURL=footer.css.map */