@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);
}

/* ====================================================
clinic-hours
==================================================== */
table.clinic-hours {
  table-layout: fixed;
  border: 1px solid #e2e2e2;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 26px 0;
  margin-bottom: 10px;
  border-collapse: collapse;
}
th,
td {
  font-size: clamp(12px, 0.9vw, 14px);
}
table .tbl-ttl {
  width: 149px;
  text-align: left;
  padding: 26px 2% 18px 5%;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 834px) {
  table .tbl-ttl {
    width: 100px;
    padding: 15px 2% 11px 4%;
  }
}

table .tbl-day {
  padding: 26px 1% 18px 1%;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 834px) {
  table .tbl-day {
    padding: 15px 1% 11px 1%;
  }
}

.tbl-day .tbl-day:last-child {
  padding: 26px 5% 18px 1%;
}
.tbl-time-1 th,
.tbl-time-1 td {
  border-top: 0px solid #d7d7d7;
  padding: 24px 1% 18px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  font-size: 9px;
}
.tbl-time-1 td {
  color: #74bdc5;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .tbl-time-1 td {
    font-size: 12px;
  }
}
.tbl-time-1 td:last-child {
  padding: 24px 5% 18px 1%;
}
@media screen and (max-width: 834px) {
  .tbl-time-1 td:last-child {
    padding: 15px 1% 11px;
  }
}

.tbl-time-2 th,
.tbl-time-2 td {
  border-top: 0px solid #d7d7d7;
  padding: 24px 1% 26px;
  text-align: center;
  font-size: 9px;
}
@media screen and (max-width: 834px) {
  .tbl-time-2 th,
  .tbl-time-2 td {
    padding: 15px 1% 15px;
  }
}
.tbl-time-2 td {
  color: #74bdc5;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .tbl-time-2 td {
    font-size: 12px;
  }
}
.tbl-time-2 td:last-child {
  padding: 24px 5% 18px 1%;
}
th.tbl-time {
  border-top: 0px solid #d7d7d7;
  width: 149px;
  color: #2b4758;
  font-weight: 300;
  text-align: left;
  font-size: clamp(13px, 0.8vw, 15px);
  padding: 26px 2% 18px 5%;
}
@media screen and (max-width: 834px) {
  th.tbl-time {
    width: 100px;
    font-size: clamp(10px, 1vw, 15px);
    padding: 15px 2% 11px 4%;
  }
}

td {
  color: #d1e0d9;
  text-align: center;
}
.tbl-note {
  font-size: clamp(12px, 1vw, 15px);
  margin-bottom: 40px;
}
.tbl-note span {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 834px) {
  .tbl-note span {
    margin-left: 0;
  }
}/*# sourceMappingURL=clinic_hours.css.map */