@charset "UTF-8";
/*
 * common styles
 */
body {
  background-color: #f5efe7;
  color: #333;
  font-family: fot-tsukuardgothic-std, Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bg-blue {
  background: #6ec8e2;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.5;
}

.tableArea a, a.text-decoration-underline, .text-decoration-underline a {
  text-decoration: underline;
}

.note {
  font-size: 0.9em;
}

.no-wrap {
  white-space: nowrap;
}

main > article {
  position: relative;
  padding-top: 45px;
  padding-bottom: 50px;
}

h4 {
  font-size: 1.375rem;
}
h4::before, h4.is-style-vk-heading-dotted_bottomborder_black::before {
  content: "●";
}
h4.is-style-vk-heading-dotted_bottomborder_black {
  padding: unset;
  border-bottom: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: radial-gradient(currentColor 1.8px, transparent 1.8px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 7px 7px;
  padding-bottom: 7px;
}

.page_top_btn {
  background-color: #ed8353;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 2px #f5efe7;
  border-radius: 7px;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

/*
 * wordpress default styles overrides
 */
:root {
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--medium: 18px;
  --wp--preset--font-size--large: 24px;
  --wp--preset--font-size--x-large: 32px;
}

.wp-block-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-columns > .wp-block-column {
  padding: 0.75em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-list {
  -webkit-padding-start: 1.75em;
          padding-inline-start: 1.75em;
}

h4.is-style-vk-heading-brackets_black {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 1.1em;
  background-color: #fff !important;
}

p.has-background {
  padding: 0.55em 1.25em;
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
/*
 * ヘッダー styles
 */
.site-branding {
  margin-inline: auto;
}

.site-title, .site-description {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.site-title {
  font-size: 4.375em;
  padding: 0.85em 0 0.32em;
  letter-spacing: 0.15em;
}

.site-description {
  font-size: 2.025em;
  padding-top: 1.95em;
}

.site-branding figure {
  overflow: hidden;
}
.site-branding img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

/*
 * フッター styles
 */
.copyright-info {
  margin-top: 0em;
  text-align: center;
  padding-block: 1.5em;
  background-color: #ed8353;
  color: #fff;
}

/*
 * メイン styles
 */
.site-main {
  position: relative;
  padding-inline: 25px;
}
.site-main::before, .site-main::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  opacity: 0.8;
  top: 0;
  background-size: contain;
  background-repeat: repeat-y;
  z-index: -1;
}
.site-main::before {
  left: 0;
  background-image: url(../images/bg-left.webp);
  background-position: left top;
  width: 14.27vw;
  max-width: 137px;
}
.site-main::after {
  right: 0;
  background-image: url(../images/bg-right.webp);
  background-position: right top;
  width: 11.875vw;
  max-width: 114px;
}

:where(.entry-content) > *:not(.tableArea) {
  margin-inline: 20px;
  background-color: rgba(245, 239, 231, 0.5333333333);
}

.entry-title {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  margin-bottom: var(--vk-margin-md);
  padding-block: 0.7em 0.4em;
  position: relative;
  white-space: nowrap;
}
.entry-title::before, .entry-title::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.3em;
  width: 2em;
  border-bottom: none;
  background-image: radial-gradient(currentColor 2.2px, transparent 2.2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 8px 8px;
  padding-bottom: 8px;
}
.entry-title::before {
  left: -1em;
}
.entry-title::after {
  right: -1em;
}

.btn-arrow, .wp-block-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.btn-arrow::after, .wp-block-button a::after {
  content: "";
  display: block;
  background-image: url(../images/arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.5em;
}
.btn-arrow.has-text-align-center, .wp-block-button a.has-text-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-arrow a, .wp-block-button a a {
  display: block;
}

.btn-radius {
  border-radius: 9999px;
}

.gap-0 {
  gap: 0;
}

.entry-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 960px;
  margin-inline: auto;
}

.margin-inline-m {
  margin-inline: var(--vk-margin-lg);
}

.contact-table {
  border-collapse: collapse;
}
.contact-table th {
  font-size: 0.9em;
  text-align: center;
  padding: 0.5em 0.25em;
  background-color: #fff6a7;
  border: 1px solid #ccc;
  position: sticky;
  top: 0;
  z-index: 10; /* コンテンツより前面に来るように */
}
.contact-table td {
  font-size: 0.875em;
  text-align: left;
  padding: 0.75em 0.25em;
  border-inline: 1px solid #cdd;
  letter-spacing: -0.02em;
}
.contact-table th, .contact-table td {
  vertical-align: middle;
}
.contact-table tr:nth-of-type(even) {
  background-color: #fafafa;
}
.contact-table tr:nth-of-type(odd) {
  background-color: #ecefea;
}

.icon_medicine {
  position: relative;
}
.icon_medicine::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(../images/icon_medicine.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  bottom: -0.23em;
  left: -0.5em;
}

/*
 * scsroll-hint styles
 */
.tableArea {
  overflow-y: auto;
  height: max(400px, 43vh);
  border-radius: 0.75em;
}

@media (max-width: 640px) {
  /*
   * wordpress default styles overrides
   */
  :root {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 15px;
    --wp--preset--font-size--large: 21px;
    --wp--preset--font-size--x-large: 28px;
  }
  :where(.entry-content) > *:not(.tableArea):not(.has-text-align-center) {
    margin-inline: 10px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  #main > article {
    padding-top: 20px;
  }
  #main h2 {
    font-size: 1.125rem !important;
    margin: 0 0.25em 1.3em !important;
    letter-spacing: 0 !important;
  }
  #main h3 {
    font-size: 1.1rem !important;
    margin-inline: 10px;
  }
  #main h3.vk_block-margin-lg--margin-top {
    margin-top: 1.5em !important;
  }
  #main h4 {
    font-size: 1.125rem !important;
  }
  #main p, #main .wp-block-button {
    font-size: 0.875rem;
  }
  .site-main {
    padding-inline: 20px;
  }
  .site-main::before, .site-main::after {
    opacity: 0.8;
  }
  .site-description {
    font-size: 1rem;
    padding-top: 1.2em;
  }
  .site-title {
    font-size: 1.625rem;
    letter-spacing: 0.3vw;
  }
  .margin-inline-m {
    margin-inline: 1.5rem;
  }
  .entry-title {
    font-size: 1.5em;
    padding-block: 0.8em 0.4em;
    margin-bottom: 1.25em;
    overflow-x: hidden;
  }
  .entry-title::before, .entry-title::after {
    width: 1em;
  }
  .entry-title::before {
    left: -0.6em;
  }
  .entry-title::after {
    right: -0.6em;
  }
  th, td {
    white-space: nowrap;
  }
  ul.wp-block-list {
    -webkit-padding-start: 1.1em;
            padding-inline-start: 1.1em;
  }
  p {
    font-size: 0.925em;
  }
}