@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture,
video {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../assets/fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../assets/fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../assets/fonts/NotoSerifJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

p {
  line-height: 1.8 !important;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}
a.wp-block-button__link, a.clinic-menu__item {
  text-decoration: none !important;
}
a.wp-block-button__link:hover, a.clinic-menu__item:hover {
  text-decoration: none !important;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* ユーティリティクラス */
/* line-height: 2.4 */
.lh-2-4 {
  line-height: 2.4 !important;
}

/* 全幅表示が必要な要素に適用するクラス */
.full-width {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* テーブルスタイル */
/* TH グレースタイル */
.wp-block-table.is-style-th-gray th {
  background-color: #F4F4F4;
}

.table-clinic-hours {
  max-width: 913px !important;
  margin: 0 auto;
}
.table-clinic-hours tbody {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.table-clinic-hours tr {
  font-size: 20px !important;
}
.table-clinic-hours tr th {
  background: #fff !important;
  border: none !important;
}
.table-clinic-hours tr td:first-of-type mark {
  margin-right: 18px;
  border-radius: 100px;
  padding: 4px 24px;
  font-size: 16px !important;
}

.is-hiratsuka .table-clinic-hours table tr td:first-of-type mark {
  background: #9959A1 !important;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* 検索スタイル */
.custom-input-search {
  max-width: 115px;
}
.custom-input-search input {
  padding: 4px 8px 4px 58px;
  border: 1px solid #808080;
  border-radius: 32px;
  background-image: url("../img/common/icon-search.svg");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: left 24px center;
}
.custom-input-search input:focus {
  background: none;
  padding: 4px 12px;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* リンクスタイル */
.custom-link-email {
  position: relative !important;
  padding-left: 26px !important;
}
.custom-link-email:before {
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc((100% - 18px) / 2);
  left: 0;
  background-image: url("../img/common/icon-email.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.custom-link-tel {
  position: relative !important;
  padding-left: 23px !important;
  font-weight: 700;
}
.custom-link-tel:before {
  position: absolute;
  width: 15px;
  height: 20px;
  top: calc((100% - 20px) / 2);
  left: 0;
  background-image: url("../img/common/icon-tell.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* リストスタイル */
.custom-list_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.custom-list_label li {
  padding: 0 16px;
  border-radius: 4px;
  list-style: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.74px;
  color: #fff;
  text-align: center;
}
.custom-list_label li.is-blue {
  background: #1F5A93;
}
.custom-list_label li.is-light-blue {
  background: #3589C9;
}
.custom-list_label li.is-purple {
  background: #9959A1;
}
.custom-list_label li.is-light-purple {
  background: #8368AD;
}

.wp-block-categories-list > li > .children {
  padding: 12px 0 12px 16px;
}
.wp-block-categories-list > li > .children li .cat-item-label,
.wp-block-categories-list > li > .children li .cat-item-label > a {
  color: #000000 !important;
  font-weight: 400 !important;
}

.wp-block-categories-list > .cat-item > .cat-item-label {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px dashed #1f5a93;
}

.wp-block-uagb-icon-list-child .uagb-icon-list__label strong {
  line-height: 1.2;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* アコーディオンスタイル */
.custom-accordion__faq .wp-block-accordion-heading {
  position: relative;
  padding-left: 10rem;
  background: #F5F5F5;
  border-top: 1px dashed #483B2A;
}
.custom-accordion__faq .wp-block-accordion-heading:before {
  position: absolute;
  left: 2rem;
  content: "Q";
}
.custom-accordion__faq .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus .wp-block-accordion-heading__toggle-title,
.custom-accordion__faq .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none !important;
}
.custom-accordion__faq .wp-block-accordion-panel {
  position: relative;
  padding-left: 10rem;
  border-top: 1px dashed #483B2A;
}
.custom-accordion__faq .wp-block-accordion-panel:before {
  position: absolute;
  left: 2rem;
  content: "A";
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* パンくずリストスタイル */
.custom-breadcrumb {
  max-width: 1240px;
  margin: 25px auto !important;
  padding: 0 20px !important;
}
.custom-breadcrumb > span,
.custom-breadcrumb > span a {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-decoration: none !important;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* スワイパースタイル */
.swiper-wrapper .wp-block-image {
  overflow: hidden;
}
.swiper-wrapper .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* 見出しスタイル */
/* 各見出しのデフォルト余白 */
.wp-block-heading {
  margin-bottom: 16px;
}

/* トップページ用見出し */
/* 下層ページ用見出し */
.p-lower h2.wp-block-heading {
  position: relative;
  padding: 22px 40px;
  font-size: 29px;
  background: #FDF5E4;
}
.p-lower h2.wp-block-heading:before {
  position: absolute;
  width: 5px;
  height: 50%;
  border-radius: 10px;
  top: 25%;
  left: 17px;
  background: #483B2A;
  content: "";
}

.p-lower h3.wp-block-heading {
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  color: #483B2A;
  font-weight: 700;
  border-bottom: 1px dashed #000;
}
.p-lower h3.wp-block-heading:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background: #483B2A;
  content: "";
}

/* 見出しブロックスタイル */
.wp-block-heading.is-style-deco-dots {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
}
.wp-block-heading.is-style-deco-dots:after {
  position: absolute;
  width: 87px;
  height: 18px;
  bottom: 0;
  left: calc((100% - 87px) / 2);
  background-image: url("../img/common/title-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.wp-block-heading.is-style-deco-dots.has-text-align-center {
  display: block;
}

.wp-block-heading.is-style-main-ivory {
  position: relative;
  padding: 22px 40px;
  font-size: 29px;
  background: #FDF5E4;
}
.wp-block-heading.is-style-main-ivory:before {
  position: absolute;
  width: 5px;
  height: 50%;
  border-radius: 10px;
  top: 25%;
  left: 17px;
  background: #483B2A;
  content: "";
}

.wp-block-heading.is-style-main-theme {
  position: relative;
  padding: 22px 40px;
  font-size: 29px;
  background: #F2FBFF;
  color: #1F5A93;
}
.wp-block-heading.is-style-main-theme:before {
  position: absolute;
  width: 5px;
  height: 50%;
  border-radius: 10px;
  top: 25%;
  left: 17px;
  background: #1F5A93;
  content: "";
}

.wp-block-heading.is-style-sub-ivory {
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  color: #483B2A;
  font-weight: 700;
  border-bottom: 1px dashed #000;
  background: #FDF5E4;
}
.wp-block-heading.is-style-sub-ivory:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background: #483B2A;
  content: "";
}

.wp-block-heading.is-style-sub-theme {
  width: 100%;
  padding: 5px 0;
  font-size: 18px;
  color: #1F5A93;
  font-weight: 700;
  border-bottom: 1px dashed #000;
  background: #F2FBFF;
}
.wp-block-heading.is-style-sub-theme:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background: #1F5A93;
  content: "";
}

.index-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 253px;
  margin: 0;
  padding: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}
.index-title h1 {
  position: relative;
  padding-bottom: 35px;
  font-size: 34.237px;
  font-weight: 700;
  letter-spacing: 3.081px;
  text-align: center;
}
.index-title h1:after {
  position: absolute;
  width: 87px;
  height: 18px;
  bottom: 0;
  left: calc((100% - 87px) / 2);
  background-image: url("../img/common/title-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.is-chigasaki .index-title {
  background-image: url("../img/chigasaki/title-bg.png");
}

.is-hiratsuka .index-title {
  background-image: url("../img/hiratsuka/title-bg.png");
}
.is-hiratsuka .wp-block-heading.is-style-main-theme {
  background: #F5F1FF;
  color: #9959A1;
}
.is-hiratsuka .wp-block-heading.is-style-main-theme:before {
  background: #9959A1;
}
.is-hiratsuka .wp-block-heading.is-style-sub-theme {
  color: #9959A1;
  background: #F5F1FF;
}
.is-hiratsuka .wp-block-heading.is-style-sub-theme:before {
  background: #9959A1;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* グループブロック新スタイル */
.wp-block-group.is-style-gray,
.wp-block-group.is-style-red,
.wp-block-group.is-style-theme {
  padding: 1.5rem;
}

.wp-block-group.is-style-gray {
  background: #EEE;
}
.wp-block-group.is-style-gray .wp-block-heading {
  color: #000;
}

.wp-block-group.is-style-red {
  background: #FFE7E8;
  border-radius: 16px;
}
.wp-block-group.is-style-red .wp-block-heading {
  color: #FF543E;
}
.wp-block-group.is-style-red .wp-block-list {
  padding-left: 0 !important;
}
.wp-block-group.is-style-red .wp-block-list li {
  position: relative;
  padding-left: 1rem;
  list-style-type: none;
}
.wp-block-group.is-style-red .wp-block-list li:before {
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0;
  top: 0.55em;
  border-radius: 50%;
  background: #FF543E;
  content: "";
}

.wp-block-group.is-style-theme {
  background: #e7f4fc;
  border-radius: 16px;
}
.wp-block-group.is-style-theme .wp-block-heading {
  color: #1F5A93;
}
.wp-block-group.is-style-theme .wp-block-list {
  padding-left: 0 !important;
}
.wp-block-group.is-style-theme .wp-block-list li {
  position: relative;
  padding-left: 1rem;
  list-style-type: none;
}
.wp-block-group.is-style-theme .wp-block-list li:before {
  position: absolute;
  width: 9px;
  height: 9px;
  left: 0;
  top: 0.55em;
  border-radius: 50%;
  background: #1F5A93;
  content: "";
}

.wp-block-columns.is-style-disabled {
  position: relative;
  pointer-events: none;
  overflow: hidden;
}
.wp-block-columns.is-style-disabled:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  content: "現在募集を休止しています。";
}

.is-hiratsuka .wp-block-group .is-style-theme {
  background: #F5F1FF;
}
.is-hiratsuka .wp-block-group .is-style-theme .wp-block-heading {
  color: #9959A1;
}
.is-hiratsuka .wp-block-group .is-style-theme .wp-block-list li:before {
  background: #9959A1;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* ボタンブロックスタイル */
.wp-block-button.is-style-border-theme .wp-block-button__link, .wp-block-button.is-style-border-light-blue .wp-block-button__link, .wp-block-button.is-style-border-brown .wp-block-button__link, .wp-block-button.is-style-arrow-down .wp-block-button__link, .wp-block-button.is-style-fill-theme .wp-block-button__link, .wp-block-button.is-style-fill-brown .wp-block-button__link, .wp-block-button.is-style-fill-gray .wp-block-button__link, .wp-block-button.is-style-fill-red .wp-block-button__link, .wp-block-button.is-style-fill-light-green .wp-block-button__link, .wp-block-button.is-style-fill-pink .wp-block-button__link, .wp-block-button.is-style-fill-navy .wp-block-button__link, .wp-block-button.is-style-fill-purple .wp-block-button__link, .wp-block-button.is-style-fill-yellow .wp-block-button__link, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link, .wp-block-button.is-style-arrow-theme .wp-block-button__link, .wp-block-button.is-style-arrow-brown .wp-block-button__link {
  position: relative;
  text-align: left;
  padding: 20px 68px 20px 20px;
  border-radius: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-border-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-border-light-blue .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-border-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-down .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-gray .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-red .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-light-green .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-pink .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-navy .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-purple .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-yellow .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-brown .wp-block-button__link.has-text-align-center {
  text-align: center;
}
.wp-block-button.is-style-border-theme .wp-block-button__link::after, .wp-block-button.is-style-border-light-blue .wp-block-button__link::after, .wp-block-button.is-style-border-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-down .wp-block-button__link::after, .wp-block-button.is-style-fill-theme .wp-block-button__link::after, .wp-block-button.is-style-fill-brown .wp-block-button__link::after, .wp-block-button.is-style-fill-gray .wp-block-button__link::after, .wp-block-button.is-style-fill-red .wp-block-button__link::after, .wp-block-button.is-style-fill-light-green .wp-block-button__link::after, .wp-block-button.is-style-fill-pink .wp-block-button__link::after, .wp-block-button.is-style-fill-navy .wp-block-button__link::after, .wp-block-button.is-style-fill-purple .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-theme .wp-block-button__link::after, .wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}
.wp-block-button.is-style-arrow-theme .wp-block-button__link::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-arrow-theme .wp-block-button__link:hover {
  background: #fff;
  color: #000;
  border-color: #808080;
  opacity: 0.7;
}
.wp-block-button.is-style-arrow-theme .wp-block-button__link:hover::after {
  background-color: #164a7a;
}
.is-hiratsuka .wp-block-button.is-style-arrow-theme .wp-block-button__link::after {
  background-color: #9959A1;
}
.is-hiratsuka .wp-block-button.is-style-arrow-theme .wp-block-button__link:hover::after {
  background-color: #7d4685;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}
.wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-arrow-brown .wp-block-button__link:hover {
  background: #fff;
  color: #000;
  border-color: #808080;
}
.wp-block-button.is-style-arrow-brown .wp-block-button__link:hover::after {
  background-color: #3e3325;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}
.wp-block-button.is-style-arrow-down .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-arrow-down .wp-block-button__link:hover {
  background: #808080;
  color: #fff;
}
.wp-block-button.is-style-arrow-down .wp-block-button__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22/%3E%3C/svg%3E");
}

.wp-block-button.is-style-border-theme .wp-block-button__link {
  background: #fff;
  color: #1F5A93;
  border: 1px solid #1F5A93;
}
.wp-block-button.is-style-border-theme .wp-block-button__link::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-border-theme .wp-block-button__link:hover {
  background: #1F5A93;
  color: #fff;
  border-color: #1F5A93;
}
.wp-block-button.is-style-border-theme .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}
.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link {
  color: #9959A1;
  border-color: #9959A1;
}
.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link::after {
  background-color: #9959A1;
}
.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link:hover {
  background: #9959A1;
  color: #fff;
  border-color: #9959A1;
}
.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link {
  background: #fff;
  color: #1F5A93;
  border: 1px solid #45ABDD;
}
.wp-block-button.is-style-border-light-blue .wp-block-button__link::after {
  background-color: #45ABDD;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-border-light-blue .wp-block-button__link:hover {
  background: #45ABDD;
  color: #fff;
  border-color: #45ABDD;
}
.wp-block-button.is-style-border-light-blue .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%2345ABDD%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-brown .wp-block-button__link {
  background: #fff;
  color: #483B2A;
  border: 1px solid #483B2A;
}
.wp-block-button.is-style-border-brown .wp-block-button__link::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-border-brown .wp-block-button__link:hover {
  background: #483B2A;
  color: #fff;
  border-color: #483B2A;
}
.wp-block-button.is-style-border-brown .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-theme .wp-block-button__link {
  background: #1F5A93;
  color: #fff;
  border: 1px solid #1F5A93;
}
.wp-block-button.is-style-fill-theme .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-theme .wp-block-button__link:hover {
  background: #fff;
  color: #1F5A93;
  border-color: #1F5A93;
}
.wp-block-button.is-style-fill-theme .wp-block-button__link:hover::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link {
  background: #9959A1;
  border-color: #9959A1;
}
.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}
.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link:hover {
  background: #fff;
  color: #9959A1;
  border-color: #9959A1;
}
.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link:hover::after {
  background-color: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-brown .wp-block-button__link {
  background: #483B2A;
  color: #fff;
  border: 1px solid #483B2A;
}
.wp-block-button.is-style-fill-brown .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-brown .wp-block-button__link:hover {
  background: #fff;
  color: #483B2A;
  border-color: #483B2A;
}
.wp-block-button.is-style-fill-brown .wp-block-button__link:hover::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-gray .wp-block-button__link {
  background: #F5F5F5;
  color: #000;
  border: 1px solid #F5F5F5;
}
.wp-block-button.is-style-fill-gray .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-gray .wp-block-button__link:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
}

.wp-block-button.is-style-fill-red .wp-block-button__link {
  background: #FF543E;
  color: #fff;
  border: 1px solid #FF543E;
}
.wp-block-button.is-style-fill-red .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23FF543E%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-red .wp-block-button__link:hover {
  background: #e64b36;
  border-color: #e64b36;
}
.wp-block-button.is-style-fill-red .wp-block-button__link:hover::after {
  background-color: #FF543E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link {
  background: #B0CB5E;
  color: #fff;
  border: 1px solid #B0CB5E;
}
.wp-block-button.is-style-fill-light-green .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23B0CB5E%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-light-green .wp-block-button__link:hover {
  color: #B0CB5E;
  background: #fff;
  border-color: #B0CB5E;
}
.wp-block-button.is-style-fill-light-green .wp-block-button__link:hover::after {
  background-color: #B0CB5E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-pink .wp-block-button__link {
  background: #EB8B8E;
  color: #fff;
  border: 1px solid #EB8B8E;
}
.wp-block-button.is-style-fill-pink .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23EB8B8E%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-pink .wp-block-button__link:hover {
  color: #EB8B8E;
  background: #fff;
  border-color: #EB8B8E;
}
.wp-block-button.is-style-fill-pink .wp-block-button__link:hover::after {
  background-color: #EB8B8E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-navy .wp-block-button__link {
  background: #1F5A93;
  color: #fff;
  border: 1px solid #1F5A93;
}
.wp-block-button.is-style-fill-navy .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-navy .wp-block-button__link:hover {
  background: #fff;
  color: #1F5A93;
  border-color: #1F5A93;
}
.wp-block-button.is-style-fill-navy .wp-block-button__link:hover::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple .wp-block-button__link {
  background: #9959A1;
  color: #fff;
  border: 1px solid #9959A1;
}
.wp-block-button.is-style-fill-purple .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-purple .wp-block-button__link:hover {
  background: #fff;
  color: #9959A1;
  border-color: #9959A1;
}
.wp-block-button.is-style-fill-purple .wp-block-button__link:hover::after {
  background-color: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link {
  background: #EBBE44;
  color: #fff;
  border: 1px solid #EBBE44;
}
.wp-block-button.is-style-fill-yellow .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23EBBE44%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover {
  background: #fff;
  color: #EBBE44;
  border-color: #EBBE44;
}
.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover::after {
  background-color: #EBBE44;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link {
  background: #f6d100;
  color: #fff;
  border: 1px solid #f6d100;
}
.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23f6d100%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link:hover {
  background: #fff;
  color: #f6d100;
  border-color: #f6d100;
}
.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link:hover::after {
  background-color: #f6d100;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link {
  background: #8368AD;
  color: #fff;
  border: 1px solid #8368AD;
}
.wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%238368AD%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-purple-02 .wp-block-button__link:hover {
  background: #fff;
  color: #8368AD;
}
.wp-block-button.is-style-fill-purple-02 .wp-block-button__link:hover::after {
  background-color: #8368AD;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link {
  background: #483B2A;
  color: #fff;
  border: 1px solid #483B2A;
}
.wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-button.is-style-fill-dark-brown .wp-block-button__link:hover {
  background: #fff;
  color: #483B2A;
  border-color: #483B2A;
}
.wp-block-button.is-style-fill-dark-brown .wp-block-button__link:hover::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* ナビゲーションサブメニュー：子項目のホバー */
.wp-block-navigation-submenu > .wp-block-navigation-item:hover {
  background-color: #F5F5F5;
}

/* ヘッダー */
header {
  position: relative;
  z-index: 999;
}

/* SP固定ヘッダー分のコンテンツ補填 */
.custom-header .custom-header-icons .wp-block-image {
  width: 45px;
  height: 45px;
  -ms-flex-preferred-size: 45px;
      flex-basis: 45px;
  overflow: hidden;
}
.custom-header nav a:not(.wp-block-button__link):hover {
  color: #1f5a93 !important;
  text-decoration: none !important;
}

.is-hiratsuka nav a:not(.wp-block-button__link):hover {
  color: #9959a1 !important;
  text-decoration: none !important;
}

/* ヘッダーメニュー */
ul.custom-header-menu-upper {
  gap: 32px;
}
ul.custom-header-menu-upper li {
  position: relative !important;
}
ul.custom-header-menu-upper li:not(:nth-last-of-type(-n+2)):after {
  position: absolute;
  width: 1px;
  height: 100%;
  right: -16px;
  background: #808080;
  content: "";
}

/* フッターの背景色 */
.chigasaki-footer footer {
  background-color: #e7f4fc;
  /* chigasaki用のライトブルー */
}

.hiratsuka-footer footer {
  background-color: #F5F1FF;
  /* hiratsuka用のライトパープル */
}

/* フッターのレイアウト */
footer > div {
  padding: 33px 0;
}
footer > div > div:first-child {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 50px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px !important;
}
footer .footer-sns > figure {
  width: 32px;
}
footer .wp-block-navigation-item a {
  font-size: 14px !important;
}
footer .wp-block-navigation-item.footer-nav-item__main a {
  position: relative;
  display: inline-block;
  font-size: 20px !important;
  font-weight: bold;
  padding-right: 28px;
}
footer .wp-block-navigation-item.footer-nav-item__main a :after {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: calc((100% - 20px) / 2);
  border: 1px solid #1F5A93;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.25448%20-1.41438e-05L7.20486%203.2089L0.0489678%203.09825L-3.44353e-05%204.71036L7.17992%204.82139L7.13042%208.02228L11.2036%204.07316L7.25448%20-1.41438e-05Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  content: "";
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

input,
select,
textarea {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: inherit;
  font-size: 14px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type=text],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  height: 48px;
  padding: 10px 18px;
  border: none;
  line-height: 1;
  background-color: #F4F4F4 !important;
}

input[type=submit] {
  border: none;
}

select.is-search {
  height: auto;
  padding: 10px 36px 10px 18px;
  background-image: url(../images/common/icon-chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px, 9px !important;
  background-position: calc(100% - 13px) center !important;
  background-color: #fff !important;
  border: 1px solid #707070;
}
select.wpcf7-select {
  background-image: url(../images/common/icon-chevron-select.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 14px, 9px !important;
  background-position: calc(100% - 13px) center !important;
}

textarea {
  height: 250px !important;
}

input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.cf7-wrap > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #F4F4F4;
}
.cf7-wrap > label > span {
  width: 25%;
  font-weight: 500;
}
.cf7-wrap > label > span .required {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 12px;
  line-height: 18px;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #202020;
  text-align: center;
}
.cf7-wrap > label > span > p {
  font-size: 12px;
  margin: 10px 0 0;
}
.cf7-wrap > label > div {
  width: 70%;
}
.cf7-wrap .address-wrap > * + * {
  margin: 30px 0 0;
}
.cf7-wrap .address-wrap > p {
  margin: 10px 0 0;
  font-size: 14px;
}
.cf7-wrap .address-wrap .input-postcode,
.cf7-wrap .address-wrap .input-prefecture {
  max-width: 220px;
}

#autozip {
  display: none !important;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpcf7-list-item {
  margin: 0 !important;
}

input[type=radio] + span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 38px;
}
input[type=radio] + span.wpcf7-list-item-label:before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #707070;
  width: 24px;
  height: 24px;
  top: calc((100% - 24px) / 2);
  left: 0;
}
input[type=radio] + span.wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #3589C9;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.form-privacy {
  text-align: center;
}
.form-privacy input[type=checkbox] + span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 38px;
}
.form-privacy input[type=checkbox] + span.wpcf7-list-item-label:before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 2px;
  width: 26px;
  height: 26px;
  top: calc((100% - 26px) / 2);
  left: 0;
  background: #F6F4F1;
}
.form-privacy input[type=checkbox] + span.wpcf7-list-item-label:after {
  position: absolute;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  height: 15px;
  top: 5px;
  left: 8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.form-privacy input[type=checkbox] + span.wpcf7-list-item-label > a {
  text-decoration: underline;
  font-weight: 500;
}
.form-privacy input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  opacity: 1;
}

.submit-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  gap: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submit-wrap > div {
  width: 320px;
}
.submit-wrap > div input[type=submit],
.submit-wrap > div input[type=button] {
  padding: 16px 10px;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.submit-wrap > div.submit-btn {
  position: relative;
}
.submit-wrap > div.submit-btn input[type=submit] {
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submit-wrap > div.submit-btn:hover input[type=submit] {
  border: 2px solid #3589C9;
  color: #3589C9;
}
.submit-wrap > div input[type=button] {
  background: #F4F4F4;
  border: 2px solid #F4F4F4;
}

.wpcf7-spinner {
  display: none !important;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* 診療案内メニュー */
.clinic-menu {
  max-width: 1074px;
  display: grid;
  margin: 0 auto;
  padding: 0 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-top: 55px;
  padding-bottom: 15px;
}

.clinic-menu__item {
  position: relative;
  aspect-ratio: 334/204;
  background: #fff;
  border: 0.5px solid #1F5A93;
  border-radius: 16px;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.clinic-menu__item:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.clinic-menu__icon {
  width: 20%;
  max-width: 82px;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.clinic-menu__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.clinic-menu__text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: clamp(12px, 1.25vw, 20px);
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

.clinic-menu__arrow {
  position: absolute;
  right: 3%;
  bottom: 8%;
  width: 10%;
  max-width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.clinic-menu__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 67%;
  max-width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0.5px solid;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.clinic-menu__item--blue .clinic-menu__text {
  color: #1F5A93;
}
.clinic-menu__item--blue .clinic-menu__arrow {
  background-color: #1F5A93;
  border-color: #1F5A93;
}
.clinic-menu__item--blue .clinic-menu__arrow::after {
  border-color: #1F5A93;
}

.clinic-menu__item--light-green .clinic-menu__text {
  color: #B0CB5E;
}
.clinic-menu__item--light-green .clinic-menu__arrow {
  background-color: #B0CB5E;
  border-color: #B0CB5E;
}
.clinic-menu__item--light-green .clinic-menu__arrow::after {
  border-color: #B0CB5E;
}

.clinic-menu__item--yellow .clinic-menu__text {
  color: #E8AF0C;
}
.clinic-menu__item--yellow .clinic-menu__arrow {
  background-color: #E8AF0C;
  border-color: #E8AF0C;
}
.clinic-menu__item--yellow .clinic-menu__arrow::after {
  border-color: #E8AF0C;
}

.clinic-menu__item--purple .clinic-menu__text {
  color: #9959A1;
}
.clinic-menu__item--purple .clinic-menu__arrow {
  background-color: #9959A1;
  border-color: #9959A1;
}
.clinic-menu__item--purple .clinic-menu__arrow::after {
  border-color: #9959A1;
}

.clinic-menu__item--light-blue .clinic-menu__text {
  color: #45ABDD;
}
.clinic-menu__item--light-blue .clinic-menu__arrow {
  background-color: #45ABDD;
  border-color: #45ABDD;
}
.clinic-menu__item--light-blue .clinic-menu__arrow::after {
  border-color: #45ABDD;
}

.clinic-menu__item--pink .clinic-menu__text {
  color: #EB8B8E;
}
.clinic-menu__item--pink .clinic-menu__arrow {
  background-color: #EB8B8E;
  border-color: #EB8B8E;
}
.clinic-menu__item--pink .clinic-menu__arrow::after {
  border-color: #EB8B8E;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

.popular-pages {
  max-width: 830px;
  margin: 0 auto;
}
.popular-pages .wp-block-buttons {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 30px !important;
}
.popular-pages .wp-block-buttons > .wp-block-button {
  width: 100% !important;
  min-height: 75px;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

.custom-definition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  font-weight: 700;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.custom-definition-list dt {
  min-width: 120px;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.custom-definition-list dd {
  width: calc(100% - 120px - 20px);
  font-size: 18px;
}
.custom-definition-list.label-pink dt {
  background: #EB8B8E;
}
.custom-definition-list.label-purple dt {
  background: #8368AD;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

.custom-definition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  font-weight: 700;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.custom-definition-list dt {
  min-width: 120px;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.custom-definition-list dd {
  width: calc(100% - 120px - 20px);
  font-size: 18px;
}
.custom-definition-list.label-pink dt {
  background: #EB8B8E;
}
.custom-definition-list.label-purple dt {
  background: #8368AD;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* ボタンブロックスタイル */
.wp-block-button.is-style-border-theme .wp-block-button__link, .wp-block-button.is-style-border-light-blue .wp-block-button__link, .wp-block-button.is-style-border-brown .wp-block-button__link, .wp-block-button.is-style-arrow-down .wp-block-button__link, .wp-block-button.is-style-fill-theme .wp-block-button__link, .wp-block-button.is-style-fill-brown .wp-block-button__link, .wp-block-button.is-style-fill-gray .wp-block-button__link, .wp-block-button.is-style-fill-red .wp-block-button__link, .wp-block-button.is-style-fill-light-green .wp-block-button__link, .wp-block-button.is-style-fill-pink .wp-block-button__link, .wp-block-button.is-style-fill-navy .wp-block-button__link, .wp-block-button.is-style-fill-purple .wp-block-button__link, .wp-block-button.is-style-fill-yellow .wp-block-button__link, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link, .wp-block-button.is-style-arrow-theme .wp-block-button__link, .wp-block-button.is-style-arrow-brown .wp-block-button__link {
  position: relative;
  text-align: left;
  padding: 20px 68px 20px 20px;
  border-radius: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-block-button.is-style-border-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-border-light-blue .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-border-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-down .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-gray .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-red .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-light-green .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-pink .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-navy .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-purple .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-yellow .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-brown .wp-block-button__link.has-text-align-center {
  text-align: center;
}
.wp-block-button.is-style-border-theme .wp-block-button__link::after, .wp-block-button.is-style-border-light-blue .wp-block-button__link::after, .wp-block-button.is-style-border-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-down .wp-block-button__link::after, .wp-block-button.is-style-fill-theme .wp-block-button__link::after, .wp-block-button.is-style-fill-brown .wp-block-button__link::after, .wp-block-button.is-style-fill-gray .wp-block-button__link::after, .wp-block-button.is-style-fill-red .wp-block-button__link::after, .wp-block-button.is-style-fill-light-green .wp-block-button__link::after, .wp-block-button.is-style-fill-pink .wp-block-button__link::after, .wp-block-button.is-style-fill-navy .wp-block-button__link::after, .wp-block-button.is-style-fill-purple .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-theme .wp-block-button__link::after, .wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-arrow-theme .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link:hover {
  background: #fff;
  color: #000;
  border-color: #808080;
  opacity: 0.7;
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link:hover::after {
  background-color: #164a7a;
}

.is-hiratsuka .wp-block-button.is-style-arrow-theme .wp-block-button__link::after {
  background-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-arrow-theme .wp-block-button__link:hover::after {
  background-color: #7d4685;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link:hover {
  background: #fff;
  color: #000;
  border-color: #808080;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link:hover::after {
  background-color: #3e3325;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-down .wp-block-button__link:hover {
  background: #808080;
  color: #fff;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22/%3E%3C/svg%3E");
}

.wp-block-button.is-style-border-theme .wp-block-button__link {
  background: #fff;
  color: #1F5A93;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-border-theme .wp-block-button__link::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-theme .wp-block-button__link:hover {
  background: #1F5A93;
  color: #fff;
  border-color: #1F5A93;
}

.wp-block-button.is-style-border-theme .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link {
  color: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link::after {
  background-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link:hover {
  background: #9959A1;
  color: #fff;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link {
  background: #fff;
  color: #1F5A93;
  border: 1px solid #45ABDD;
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link::after {
  background-color: #45ABDD;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link:hover {
  background: #45ABDD;
  color: #fff;
  border-color: #45ABDD;
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%2345ABDD%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-brown .wp-block-button__link {
  background: #fff;
  color: #483B2A;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-border-brown .wp-block-button__link::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-brown .wp-block-button__link:hover {
  background: #483B2A;
  color: #fff;
  border-color: #483B2A;
}

.wp-block-button.is-style-border-brown .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-theme .wp-block-button__link {
  background: #1F5A93;
  color: #fff;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-fill-theme .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-theme .wp-block-button__link:hover {
  background: #fff;
  color: #1F5A93;
  border-color: #1F5A93;
}

.wp-block-button.is-style-fill-theme .wp-block-button__link:hover::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link {
  background: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link:hover {
  background: #fff;
  color: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link:hover::after {
  background-color: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-brown .wp-block-button__link {
  background: #483B2A;
  color: #fff;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-fill-brown .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-brown .wp-block-button__link:hover {
  background: #fff;
  color: #483B2A;
  border-color: #483B2A;
}

.wp-block-button.is-style-fill-brown .wp-block-button__link:hover::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-gray .wp-block-button__link {
  background: #F5F5F5;
  color: #000;
  border: 1px solid #F5F5F5;
}

.wp-block-button.is-style-fill-gray .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-gray .wp-block-button__link:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
}

.wp-block-button.is-style-fill-red .wp-block-button__link {
  background: #FF543E;
  color: #fff;
  border: 1px solid #FF543E;
}

.wp-block-button.is-style-fill-red .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23FF543E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-red .wp-block-button__link:hover {
  background: #e64b36;
  border-color: #e64b36;
}

.wp-block-button.is-style-fill-red .wp-block-button__link:hover::after {
  background-color: #FF543E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link {
  background: #B0CB5E;
  color: #fff;
  border: 1px solid #B0CB5E;
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23B0CB5E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link:hover {
  color: #B0CB5E;
  background: #fff;
  border-color: #B0CB5E;
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link:hover::after {
  background-color: #B0CB5E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-pink .wp-block-button__link {
  background: #EB8B8E;
  color: #fff;
  border: 1px solid #EB8B8E;
}

.wp-block-button.is-style-fill-pink .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23EB8B8E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-pink .wp-block-button__link:hover {
  color: #EB8B8E;
  background: #fff;
  border-color: #EB8B8E;
}

.wp-block-button.is-style-fill-pink .wp-block-button__link:hover::after {
  background-color: #EB8B8E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-navy .wp-block-button__link {
  background: #1F5A93;
  color: #fff;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-fill-navy .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-navy .wp-block-button__link:hover {
  background: #fff;
  color: #1F5A93;
  border-color: #1F5A93;
}

.wp-block-button.is-style-fill-navy .wp-block-button__link:hover::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple .wp-block-button__link {
  background: #9959A1;
  color: #fff;
  border: 1px solid #9959A1;
}

.wp-block-button.is-style-fill-purple .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple .wp-block-button__link:hover {
  background: #fff;
  color: #9959A1;
  border-color: #9959A1;
}

.wp-block-button.is-style-fill-purple .wp-block-button__link:hover::after {
  background-color: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link {
  background: #EBBE44;
  color: #fff;
  border: 1px solid #EBBE44;
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23EBBE44%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover {
  background: #fff;
  color: #EBBE44;
  border-color: #EBBE44;
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover::after {
  background-color: #EBBE44;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link {
  background: #f6d100;
  color: #fff;
  border: 1px solid #f6d100;
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23f6d100%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link:hover {
  background: #fff;
  color: #f6d100;
  border-color: #f6d100;
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link:hover::after {
  background-color: #f6d100;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link {
  background: #8368AD;
  color: #fff;
  border: 1px solid #8368AD;
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%238368AD%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link:hover {
  background: #fff;
  color: #8368AD;
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link:hover::after {
  background-color: #8368AD;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link {
  background: #483B2A;
  color: #fff;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link:hover {
  background: #fff;
  color: #483B2A;
  border-color: #483B2A;
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link:hover::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.page-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav a:hover {
  text-decoration: none !important;
}
.page-nav > li:not(.parent) {
  border-bottom: 1px dashed #1F5A93;
}
.page-nav > li:not(.parent) > a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  color: #353535;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-nav > li:not(.parent) > a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.page-nav > li:not(.parent) > a:hover {
  background: #F2FBFF;
  color: #1F5A93;
}
.page-nav > li.parent {
  padding: 10px 15px;
  border-bottom: 1px solid #1F5A93;
  display: block;
  color: #353535;
  font-size: 22px;
  font-weight: bold;
}
.page-nav > li.parent > a {
  display: block;
  text-decoration: none;
  color: #353535;
  font-size: 22px;
  font-weight: bold;
}
.page-nav > li {
  /* 茅ヶ崎：現在のページ */
}
.page-nav > li.current:not(.parent) {
  background-color: #e7f4fc;
}
.page-nav > li.current:not(.parent) > a {
  color: #1F5A93;
}

/* 平塚：矢印をパープルに */
.is-hiratsuka .page-nav > li:not(.parent) > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
  border-color: #9959A1;
}
.is-hiratsuka .page-nav > li:not(.parent) > a:hover,
.is-hiratsuka .page-nav > li.current:not(.parent) > a {
  background: #F5F1FF;
  color: #9959A1;
}
.is-hiratsuka .page-nav > li:not(.parent) > a:hover::before {
  border-color: #7d4685;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* スタッフブログ 年別サイドナビ [staff_year_nav] */
.single-sidenav-new .staff-year-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}
.single-sidenav-new .staff-year-nav__item {
  list-style: disc;
}
.single-sidenav-new .staff-year-nav__link {
  display: inline;
  color: #353535;
  text-decoration: none !important;
}
.single-sidenav-new .staff-year-nav__link:hover {
  color: #1F5A93;
}
.single-sidenav-new .staff-year-nav__link--current {
  font-weight: 700;
  color: #1F5A93;
}
.single-sidenav-new .staff-year-nav__count {
  font-size: 14px;
}

.is-hiratsuka .staff-year-nav__link:hover {
  color: #9959A1;
}
.is-hiratsuka .staff-year-nav__link--current {
  font-weight: 700;
  color: #9959A1;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* アイコン付き固定メニュー（page-nav の下） */
.nav-icon-menu {
  margin-top: 1.5rem;
}
.nav-icon-menu .wp-block-uagb-info-box {
  position: relative;
  padding: 10px;
  background: #F8F8F8;
  border-radius: 10px;
  text-align: center;
}
.nav-icon-menu .wp-block-uagb-info-box .uagb-ifb-title {
  font-size: 15px !important;
}
.nav-icon-menu .wp-block-uagb-info-box a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.nav-icon-menu {
  /* ブロック内画像：width/height が空や0になっている場合の補正 */
}
.nav-icon-menu .uagb-ifb-image-content img,
.nav-icon-menu img {
  width: auto !important;
  height: auto !important;
  max-width: 70px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.nav-icon-menu .uagb-ifb-image-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
}

.nav-icon-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-icon-menu__item:nth-child(5) {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 280px;
}

.nav-icon-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.25rem 1rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  text-decoration: none;
  color: #353535;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  min-height: 140px;
}
.nav-icon-menu__link:hover {
  border-color: #9959A1;
  -webkit-box-shadow: 0 4px 12px rgba(153, 89, 161, 0.15);
          box-shadow: 0 4px 12px rgba(153, 89, 161, 0.15);
}

.nav-icon-menu__icon {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 紫の丸＋プラス（アイコン右上などに表示する場合は位置調整） */
}
.nav-icon-menu__icon::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: #9959A1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}
.nav-icon-menu__icon {
  /* アイコン画像を追加する場合：各モディファイアに background-image を指定 */
}
.nav-icon-menu__label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* ボタンブロックスタイル */
.wp-block-button.is-style-border-theme .wp-block-button__link, .wp-block-button.is-style-border-light-blue .wp-block-button__link, .wp-block-button.is-style-border-brown .wp-block-button__link, .wp-block-button.is-style-arrow-down .wp-block-button__link, .wp-block-button.is-style-fill-theme .wp-block-button__link, .wp-block-button.is-style-fill-brown .wp-block-button__link, .wp-block-button.is-style-fill-gray .wp-block-button__link, .wp-block-button.is-style-fill-red .wp-block-button__link, .wp-block-button.is-style-fill-light-green .wp-block-button__link, .wp-block-button.is-style-fill-pink .wp-block-button__link, .wp-block-button.is-style-fill-navy .wp-block-button__link, .wp-block-button.is-style-fill-purple .wp-block-button__link, .wp-block-button.is-style-fill-yellow .wp-block-button__link, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link, .wp-block-button.is-style-arrow-theme .wp-block-button__link, .wp-block-button.is-style-arrow-brown .wp-block-button__link {
  position: relative;
  text-align: left;
  padding: 20px 68px 20px 20px;
  border-radius: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-block-button.is-style-border-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-border-light-blue .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-border-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-down .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-gray .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-red .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-light-green .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-pink .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-navy .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-purple .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-yellow .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-brown .wp-block-button__link.has-text-align-center {
  text-align: center;
}
.wp-block-button.is-style-border-theme .wp-block-button__link::after, .wp-block-button.is-style-border-light-blue .wp-block-button__link::after, .wp-block-button.is-style-border-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-down .wp-block-button__link::after, .wp-block-button.is-style-fill-theme .wp-block-button__link::after, .wp-block-button.is-style-fill-brown .wp-block-button__link::after, .wp-block-button.is-style-fill-gray .wp-block-button__link::after, .wp-block-button.is-style-fill-red .wp-block-button__link::after, .wp-block-button.is-style-fill-light-green .wp-block-button__link::after, .wp-block-button.is-style-fill-pink .wp-block-button__link::after, .wp-block-button.is-style-fill-navy .wp-block-button__link::after, .wp-block-button.is-style-fill-purple .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-theme .wp-block-button__link::after, .wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-arrow-theme .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link:hover {
  background: #fff;
  color: #000;
  border-color: #808080;
  opacity: 0.7;
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link:hover::after {
  background-color: #164a7a;
}

.is-hiratsuka .wp-block-button.is-style-arrow-theme .wp-block-button__link::after {
  background-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-arrow-theme .wp-block-button__link:hover::after {
  background-color: #7d4685;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link:hover {
  background: #fff;
  color: #000;
  border-color: #808080;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link:hover::after {
  background-color: #3e3325;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-down .wp-block-button__link:hover {
  background: #808080;
  color: #fff;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22/%3E%3C/svg%3E");
}

.wp-block-button.is-style-border-theme .wp-block-button__link {
  background: #fff;
  color: #1F5A93;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-border-theme .wp-block-button__link::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-theme .wp-block-button__link:hover {
  background: #1F5A93;
  color: #fff;
  border-color: #1F5A93;
}

.wp-block-button.is-style-border-theme .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link {
  color: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link::after {
  background-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link:hover {
  background: #9959A1;
  color: #fff;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link {
  background: #fff;
  color: #1F5A93;
  border: 1px solid #45ABDD;
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link::after {
  background-color: #45ABDD;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link:hover {
  background: #45ABDD;
  color: #fff;
  border-color: #45ABDD;
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%2345ABDD%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-brown .wp-block-button__link {
  background: #fff;
  color: #483B2A;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-border-brown .wp-block-button__link::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-brown .wp-block-button__link:hover {
  background: #483B2A;
  color: #fff;
  border-color: #483B2A;
}

.wp-block-button.is-style-border-brown .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-theme .wp-block-button__link {
  background: #1F5A93;
  color: #fff;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-fill-theme .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-theme .wp-block-button__link:hover {
  background: #fff;
  color: #1F5A93;
  border-color: #1F5A93;
}

.wp-block-button.is-style-fill-theme .wp-block-button__link:hover::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link {
  background: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link:hover {
  background: #fff;
  color: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link:hover::after {
  background-color: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-brown .wp-block-button__link {
  background: #483B2A;
  color: #fff;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-fill-brown .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-brown .wp-block-button__link:hover {
  background: #fff;
  color: #483B2A;
  border-color: #483B2A;
}

.wp-block-button.is-style-fill-brown .wp-block-button__link:hover::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-gray .wp-block-button__link {
  background: #F5F5F5;
  color: #000;
  border: 1px solid #F5F5F5;
}

.wp-block-button.is-style-fill-gray .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-gray .wp-block-button__link:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
}

.wp-block-button.is-style-fill-red .wp-block-button__link {
  background: #FF543E;
  color: #fff;
  border: 1px solid #FF543E;
}

.wp-block-button.is-style-fill-red .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23FF543E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-red .wp-block-button__link:hover {
  background: #e64b36;
  border-color: #e64b36;
}

.wp-block-button.is-style-fill-red .wp-block-button__link:hover::after {
  background-color: #FF543E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link {
  background: #B0CB5E;
  color: #fff;
  border: 1px solid #B0CB5E;
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23B0CB5E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link:hover {
  color: #B0CB5E;
  background: #fff;
  border-color: #B0CB5E;
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link:hover::after {
  background-color: #B0CB5E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-pink .wp-block-button__link {
  background: #EB8B8E;
  color: #fff;
  border: 1px solid #EB8B8E;
}

.wp-block-button.is-style-fill-pink .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23EB8B8E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-pink .wp-block-button__link:hover {
  color: #EB8B8E;
  background: #fff;
  border-color: #EB8B8E;
}

.wp-block-button.is-style-fill-pink .wp-block-button__link:hover::after {
  background-color: #EB8B8E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-navy .wp-block-button__link {
  background: #1F5A93;
  color: #fff;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-fill-navy .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-navy .wp-block-button__link:hover {
  background: #fff;
  color: #1F5A93;
  border-color: #1F5A93;
}

.wp-block-button.is-style-fill-navy .wp-block-button__link:hover::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple .wp-block-button__link {
  background: #9959A1;
  color: #fff;
  border: 1px solid #9959A1;
}

.wp-block-button.is-style-fill-purple .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple .wp-block-button__link:hover {
  background: #fff;
  color: #9959A1;
  border-color: #9959A1;
}

.wp-block-button.is-style-fill-purple .wp-block-button__link:hover::after {
  background-color: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link {
  background: #EBBE44;
  color: #fff;
  border: 1px solid #EBBE44;
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23EBBE44%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover {
  background: #fff;
  color: #EBBE44;
  border-color: #EBBE44;
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover::after {
  background-color: #EBBE44;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link {
  background: #f6d100;
  color: #fff;
  border: 1px solid #f6d100;
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23f6d100%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link:hover {
  background: #fff;
  color: #f6d100;
  border-color: #f6d100;
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link:hover::after {
  background-color: #f6d100;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link {
  background: #8368AD;
  color: #fff;
  border: 1px solid #8368AD;
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%238368AD%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link:hover {
  background: #fff;
  color: #8368AD;
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link:hover::after {
  background-color: #8368AD;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link {
  background: #483B2A;
  color: #fff;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link:hover {
  background: #fff;
  color: #483B2A;
  border-color: #483B2A;
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link:hover::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

/* 受診の流れ */
.visit-flow > .visit-flow-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
          align-items: normal !important;
}
.visit-flow > .visit-flow-item > p {
  width: 50px;
  line-height: 1 !important;
}
.visit-flow > .visit-flow-item > .wp-block-group {
  width: 50%;
}
.visit-flow > .visit-flow-item > figure {
  width: 40%;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.visit-flow > .visit-flow-item.visit-flow-item__noimage > .wp-block-group {
  width: calc(100% - 50px - 12px);
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* ボタンブロックスタイル */
.wp-block-button.is-style-border-theme .wp-block-button__link, .wp-block-button.is-style-border-light-blue .wp-block-button__link, .wp-block-button.is-style-border-brown .wp-block-button__link, .wp-block-button.is-style-arrow-down .wp-block-button__link, .wp-block-button.is-style-fill-theme .wp-block-button__link, .wp-block-button.is-style-fill-brown .wp-block-button__link, .wp-block-button.is-style-fill-gray .wp-block-button__link, .wp-block-button.is-style-fill-red .wp-block-button__link, .wp-block-button.is-style-fill-light-green .wp-block-button__link, .wp-block-button.is-style-fill-pink .wp-block-button__link, .wp-block-button.is-style-fill-navy .wp-block-button__link, .wp-block-button.is-style-fill-purple .wp-block-button__link, .wp-block-button.is-style-fill-yellow .wp-block-button__link, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link, .wp-block-button.is-style-arrow-theme .wp-block-button__link, .wp-block-button.is-style-arrow-brown .wp-block-button__link {
  position: relative;
  text-align: left;
  padding: 20px 68px 20px 20px;
  border-radius: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-block-button.is-style-border-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-border-light-blue .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-border-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-down .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-gray .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-red .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-light-green .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-pink .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-navy .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-purple .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-yellow .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-theme .wp-block-button__link.has-text-align-center, .wp-block-button.is-style-arrow-brown .wp-block-button__link.has-text-align-center {
  text-align: center;
}
.wp-block-button.is-style-border-theme .wp-block-button__link::after, .wp-block-button.is-style-border-light-blue .wp-block-button__link::after, .wp-block-button.is-style-border-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-down .wp-block-button__link::after, .wp-block-button.is-style-fill-theme .wp-block-button__link::after, .wp-block-button.is-style-fill-brown .wp-block-button__link::after, .wp-block-button.is-style-fill-gray .wp-block-button__link::after, .wp-block-button.is-style-fill-red .wp-block-button__link::after, .wp-block-button.is-style-fill-light-green .wp-block-button__link::after, .wp-block-button.is-style-fill-pink .wp-block-button__link::after, .wp-block-button.is-style-fill-navy .wp-block-button__link::after, .wp-block-button.is-style-fill-purple .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-theme .wp-block-button__link::after, .wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-button.is-style-arrow-theme .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link:hover {
  background: #fff;
  color: #000;
  border-color: #808080;
  opacity: 0.7;
}

.wp-block-button.is-style-arrow-theme .wp-block-button__link:hover::after {
  background-color: #164a7a;
}

.is-hiratsuka .wp-block-button.is-style-arrow-theme .wp-block-button__link::after {
  background-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-arrow-theme .wp-block-button__link:hover::after {
  background-color: #7d4685;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link:hover {
  background: #fff;
  color: #000;
  border-color: #808080;
}

.wp-block-button.is-style-arrow-brown .wp-block-button__link:hover::after {
  background-color: #3e3325;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link {
  background: #fff;
  color: #000;
  border: 1px solid #808080;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-arrow-down .wp-block-button__link:hover {
  background: #808080;
  color: #fff;
}

.wp-block-button.is-style-arrow-down .wp-block-button__link:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org/2000/svg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M297.4%20470.6C309.9%20483.1%20330.2%20483.1%20342.7%20470.6L534.7%20278.6C547.2%20266.1%20547.2%20245.8%20534.7%20233.3C522.2%20220.8%20501.9%20220.8%20489.4%20233.3L320%20402.7L150.6%20233.4C138.1%20220.9%20117.8%20220.9%20105.3%20233.4C92.8%20245.9%2092.8%20266.2%20105.3%20278.7L297.3%20470.7z%22/%3E%3C/svg%3E");
}

.wp-block-button.is-style-border-theme .wp-block-button__link {
  background: #fff;
  color: #1F5A93;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-border-theme .wp-block-button__link::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-theme .wp-block-button__link:hover {
  background: #1F5A93;
  color: #fff;
  border-color: #1F5A93;
}

.wp-block-button.is-style-border-theme .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link {
  color: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link::after {
  background-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link:hover {
  background: #9959A1;
  color: #fff;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-border-theme .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link {
  background: #fff;
  color: #1F5A93;
  border: 1px solid #45ABDD;
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link::after {
  background-color: #45ABDD;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link:hover {
  background: #45ABDD;
  color: #fff;
  border-color: #45ABDD;
}

.wp-block-button.is-style-border-light-blue .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%2345ABDD%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-brown .wp-block-button__link {
  background: #fff;
  color: #483B2A;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-border-brown .wp-block-button__link::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-border-brown .wp-block-button__link:hover {
  background: #483B2A;
  color: #fff;
  border-color: #483B2A;
}

.wp-block-button.is-style-border-brown .wp-block-button__link:hover::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-theme .wp-block-button__link {
  background: #1F5A93;
  color: #fff;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-fill-theme .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-theme .wp-block-button__link:hover {
  background: #fff;
  color: #1F5A93;
  border-color: #1F5A93;
}

.wp-block-button.is-style-fill-theme .wp-block-button__link:hover::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link {
  background: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link:hover {
  background: #fff;
  color: #9959A1;
  border-color: #9959A1;
}

.is-hiratsuka .wp-block-button.is-style-fill-theme .wp-block-button__link:hover::after {
  background-color: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-brown .wp-block-button__link {
  background: #483B2A;
  color: #fff;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-fill-brown .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-brown .wp-block-button__link:hover {
  background: #fff;
  color: #483B2A;
  border-color: #483B2A;
}

.wp-block-button.is-style-fill-brown .wp-block-button__link:hover::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-gray .wp-block-button__link {
  background: #F5F5F5;
  color: #000;
  border: 1px solid #F5F5F5;
}

.wp-block-button.is-style-fill-gray .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-gray .wp-block-button__link:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
}

.wp-block-button.is-style-fill-red .wp-block-button__link {
  background: #FF543E;
  color: #fff;
  border: 1px solid #FF543E;
}

.wp-block-button.is-style-fill-red .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23FF543E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-red .wp-block-button__link:hover {
  background: #e64b36;
  border-color: #e64b36;
}

.wp-block-button.is-style-fill-red .wp-block-button__link:hover::after {
  background-color: #FF543E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link {
  background: #B0CB5E;
  color: #fff;
  border: 1px solid #B0CB5E;
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23B0CB5E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link:hover {
  color: #B0CB5E;
  background: #fff;
  border-color: #B0CB5E;
}

.wp-block-button.is-style-fill-light-green .wp-block-button__link:hover::after {
  background-color: #B0CB5E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-pink .wp-block-button__link {
  background: #EB8B8E;
  color: #fff;
  border: 1px solid #EB8B8E;
}

.wp-block-button.is-style-fill-pink .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23EB8B8E%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-pink .wp-block-button__link:hover {
  color: #EB8B8E;
  background: #fff;
  border-color: #EB8B8E;
}

.wp-block-button.is-style-fill-pink .wp-block-button__link:hover::after {
  background-color: #EB8B8E;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-navy .wp-block-button__link {
  background: #1F5A93;
  color: #fff;
  border: 1px solid #1F5A93;
}

.wp-block-button.is-style-fill-navy .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-navy .wp-block-button__link:hover {
  background: #fff;
  color: #1F5A93;
  border-color: #1F5A93;
}

.wp-block-button.is-style-fill-navy .wp-block-button__link:hover::after {
  background-color: #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple .wp-block-button__link {
  background: #9959A1;
  color: #fff;
  border: 1px solid #9959A1;
}

.wp-block-button.is-style-fill-purple .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%239959A1%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple .wp-block-button__link:hover {
  background: #fff;
  color: #9959A1;
  border-color: #9959A1;
}

.wp-block-button.is-style-fill-purple .wp-block-button__link:hover::after {
  background-color: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link {
  background: #EBBE44;
  color: #fff;
  border: 1px solid #EBBE44;
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23EBBE44%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover {
  background: #fff;
  color: #EBBE44;
  border-color: #EBBE44;
}

.wp-block-button.is-style-fill-yellow .wp-block-button__link:hover::after {
  background-color: #EBBE44;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link {
  background: #f6d100;
  color: #fff;
  border: 1px solid #f6d100;
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23f6d100%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link:hover {
  background: #fff;
  color: #f6d100;
  border-color: #f6d100;
}

.wp-block-button.is-style-fill-yellow-02 .wp-block-button__link:hover::after {
  background-color: #f6d100;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link {
  background: #8368AD;
  color: #fff;
  border: 1px solid #8368AD;
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%238368AD%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link:hover {
  background: #fff;
  color: #8368AD;
}

.wp-block-button.is-style-fill-purple-02 .wp-block-button__link:hover::after {
  background-color: #8368AD;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link {
  background: #483B2A;
  color: #fff;
  border: 1px solid #483B2A;
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23483B2A%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link:hover {
  background: #fff;
  color: #483B2A;
  border-color: #483B2A;
}

.wp-block-button.is-style-fill-dark-brown .wp-block-button__link:hover::after {
  background-color: #483B2A;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

/* 重要なお知らせ（ショートコード [important_news]） */
.important-news {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #1F5A93;
  border-radius: 16px;
  overflow: hidden;
}

.important-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* 左カラム: タイトル・ドット・一覧リンク */
.important-news__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 186px;
  padding: 20px;
  background-color: #e7f4fc;
  border-radius: 16px 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}

.important-news__title {
  position: relative;
  margin: 0;
  padding-bottom: 25px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #353535;
  text-align: center;
  /* 5色ドット（title-deco.svg / is-style-deco-dots と同様に疑似要素で表示） */
}
.important-news__title::after {
  position: absolute;
  width: 87px;
  height: 18px;
  bottom: 0;
  left: calc((100% - 87px) / 2);
  background-image: url("../img/common/title-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.important-news__list-link-wrap {
  margin: 0;
  text-align: center;
}

.important-news__list-link {
  font-weight: 700;
  color: #353535;
  text-decoration: none;
}
.important-news__list-link:hover {
  text-decoration: underline;
}

/* 右カラム: お知らせ一覧 */
.important-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.important-news__empty {
  margin: 0;
  text-align: center;
}

.important-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.important-news__item {
  border-bottom: 1px solid #EEEEEE;
}
.important-news__item:last-child {
  border-bottom: none;
}

.important-news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.important-news__item-link:hover {
  opacity: 0.85;
}
.important-news__item-link:hover .important-news__arrow {
  border-color: #164a7a;
}

.important-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1F5A93;
  line-height: 1.3;
}
.important-news__date time {
  display: block;
  text-align: center;
  font-size: 16px;
}
.important-news__date time > span {
  font-size: 10px;
}

.important-news__date-year {
  display: block;
}

.important-news__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #353535;
}

.important-news__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #1F5A93;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%231F5A93%22%2F%3E%3C%2Fsvg%3E");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.is-hiratsuka .important-news {
  border: 1px solid #483B2A;
}
.is-hiratsuka .important-news__header {
  background: #EBE3FB;
}
.is-hiratsuka .important-news__date {
  color: #9959A1;
}
.is-hiratsuka .important-news__arrow {
  border: 1px solid #9959A1;
  background: #9959A1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.2907%207.24606L14.2288%2011.2456L5.3099%2011.1077L5.24883%2013.117L14.1978%2013.2553L14.1361%2017.2449L19.2128%2012.3228L14.2907%207.24606Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

/* 新着情報ブロック（ショートコード [newsinfo_block]）完全オリジナルクラス / PC: 3カラム / SP: タブ */
/* 親ラッパー */
.newsinfo-block-wrap {
  max-width: 1056px;
  margin: 0 auto;
}

/* ヘッダー: 見出し + 一覧を見るボタン */
.newsinfo-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.newsinfo-block__heading {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
}
.newsinfo-block__heading::after {
  position: absolute;
  width: 87px;
  height: 18px;
  bottom: 0;
  left: calc((100% - 87px) / 2);
  background-image: url("../img/common/title-deco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.newsinfo-block__header-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #1F5A93;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.newsinfo-block__header-btn:hover {
  background-color: #164a7a;
  color: #fff;
}

/* タブ・カラム・パネル */
.newsinfo-block {
  margin: 50px 0 0;
}
.newsinfo-block {
  /* SP: タブを表示 */
}
.newsinfo-block__tabs {
  display: none;
  gap: 0;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #1F5A93;
}
.newsinfo-block__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.75rem 0.5rem;
  font-size: 11px;
  font-weight: 700;
  color: #707070;
  background: none;
  border: none;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.newsinfo-block__tab:not(:first-child) {
  margin-left: -1px;
}
.newsinfo-block__tab[aria-selected=true] {
  color: #1F5A93;
  background: #E7F4FC;
  position: relative;
  z-index: 1;
}
.newsinfo-block__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.newsinfo-block__columns > .newsinfo-block__panel:first-of-type {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.newsinfo-block__columns > .newsinfo-block__panel:not(:first-of-type) .newsinfo-block__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsinfo-block__columns > .newsinfo-block__panel:not(:first-of-type) .newsinfo-block__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsinfo-block {
  /* パネル（1カラム分） */
}
.newsinfo-block__panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsinfo-block__panel-title {
  margin: 0 0 0.75rem;
  font-size: 20px;
  font-weight: 700;
}
.newsinfo-block__panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsinfo-block__panel-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.newsinfo-block__panel-link {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #1F5A93;
  text-decoration: none;
  text-align: center;
  border: 1px solid #1F5A93;
  border-radius: 8px;
  padding: 10px;
}
.newsinfo-block__panel-link:hover {
  text-decoration: none !important;
}
.newsinfo-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsinfo-block__item {
  padding: 8px 0;
  border-bottom: 1px solid #DDDDDD;
}
.newsinfo-block__item:last-child {
  margin-bottom: 0;
}
.newsinfo-block__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1F5A93;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.newsinfo-block__date--calendar {
  color: #1F5A93;
}
.newsinfo-block__new {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  background-color: #F8A8AB;
  border-radius: 4px;
  line-height: 1.2;
}
.newsinfo-block__title {
  display: block;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.newsinfo-block__title:hover {
  text-decoration: underline;
}
.newsinfo-block {
  /* PC: 各カラムで3件まで表示（4件目以降は非表示） */
}

.is-hiratsuka .newsinfo-block__header-actions a {
  background: #9959A1;
}
.is-hiratsuka .newsinfo-block__tab[aria-selected=true] {
  color: #9959A1;
  background: #F5F1FF;
}
.is-hiratsuka .newsinfo-block__panel-link {
  color: #9959A1;
  border: 1px solid #9959A1;
}
.is-hiratsuka .newsinfo-block__panel-link:hover {
  text-decoration: none !important;
}
.is-hiratsuka .newsinfo-block__date {
  color: #9959A1;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

.archive-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive-category > li > a {
  display: block;
  padding: 20px 16px;
  background: #F8F8F8;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.archive .new-label {
  display: inline-block;
  padding: 2px 16px;
  background-color: #f8a8ab;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
}
.archive {
  /* NEW と投稿日を横並びに */
}
.archive .new-label + .wp-block-post-date {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.archive .new-label {
  vertical-align: middle;
}
.archive .wp-block-post-date {
  font-weight: bold;
}
.archive .archive-post-title {
  margin-top: 12px;
  font-weight: 400;
}
.archive .wp-block-query-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px !important;
}
.archive .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots) {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  background: #F5F5F5;
  border-radius: 8px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  color: inherit;
}
.archive .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.dots {
  color: #808080;
}
.archive .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: #808080;
  color: #fff;
}
.archive .wp-block-query-pagination .wp-block-query-pagination-next,
.archive .wp-block-query-pagination .wp-block-query-pagination-previous {
  width: 18px;
  height: 18px;
  font-size: 0;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.28992%208.96998C2.29119%208.74727%202.38089%208.53419%202.53927%208.37761C2.69765%208.22104%202.91175%208.13379%203.13446%208.13507L12.9727%208.19145L9.31132%204.87751C9.22882%204.80373%209.16171%204.71436%209.11387%204.61455C9.06603%204.51473%209.03839%204.40645%209.03254%204.29591C9.0267%204.18538%209.04276%204.07478%209.07981%203.97048C9.11686%203.86618%209.17417%203.77023%209.24843%203.68816C9.3227%203.60608%209.41245%203.5395%209.51254%203.49223C9.61263%203.44497%209.72108%203.41796%209.83164%203.41276C9.94221%203.40756%2010.0527%203.42426%2010.1568%203.46192C10.2609%203.49958%2010.3565%203.55744%2010.4381%203.63218L15.7291%208.42111C15.8167%208.50038%2015.8866%208.59724%2015.9342%208.70537C15.9818%208.81349%2016.0061%208.93045%2016.0054%209.04859C16.0048%209.16673%2015.9792%209.2834%2015.9303%209.39098C15.8815%209.49855%2015.8105%209.5946%2015.722%209.67286L10.3764%2014.4008C10.2939%2014.4746%2010.1976%2014.5314%2010.0931%2014.5679C9.98863%2014.6043%209.87794%2014.6198%209.76745%2014.6133C9.65695%2014.6068%209.54882%2014.5786%209.44928%2014.5302C9.34974%2014.4817%209.26075%2014.4141%209.18743%2014.3312C9.11411%2014.2483%209.05791%2014.1517%209.02206%2014.047C8.98621%2013.9423%208.97141%2013.8315%208.97852%2013.721C8.98563%2013.6106%209.01451%2013.5026%209.0635%2013.4033C9.11248%2013.3041%209.18061%2013.2155%209.26395%2013.1427L12.9631%209.87091L3.12483%209.81452C3.01456%209.81389%202.90549%209.79154%202.80385%209.74876C2.70221%209.70597%202.60999%209.64359%202.53246%209.56517C2.45493%209.48674%202.39361%209.39382%202.352%209.2917C2.31038%209.18957%202.28928%209.08026%202.28992%208.96998Z%22%20fill%3D%22%23353638%22%2F%3E%3C%2Fsvg%3E");
}
.archive .wp-block-query-pagination .wp-block-query-pagination-previous {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin: 0 auto !important;
  padding: 0 20px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 36px;
}
.page-container > .wp-block-group {
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.page-container > .wp-block-group:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-container > .wp-block-group {
  /* 最後のグループで、子要素に .page-nav を持っていないときだけ */
}
.page-container > .wp-block-group:last-of-type {
  width: 276px;
}
.page-container > .wp-block-group:last-of-type {
  /* 自身に .single-sidenav がなく、かつ子孫に .page-nav がないとき */
}
.page-container > .wp-block-group:last-of-type:not(.single-sidenav):not(.single-sidenav-new):not(:has(.page-nav)) {
  width: 0;
}
.page-container .wp-block-template-part:has(> .single-sidenav) {
  width: 276px;
}

.page-coming-soon {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

.home :where(.is-layout-flow) > *,
.is-hiratsuka-top :where(.is-layout-flow) > * {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.custom-access-block {
  max-width: 1100px;
  margin: 0 auto;
}
.custom-access-block .custom-definition-list {
  width: 54.0834845735%;
}
.custom-access-block .wp-block-group {
  width: 45.9165154265%;
}

.uagb-icon-list__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.uagb-icon-list__wrap > div {
  margin: 0 !important;
}

.top-fv-buttons {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 10;
  margin: 0;
}
.top-fv-buttons .wp-block-button {
  width: 172px;
}
.top-fv-buttons .wp-block-button a {
  font-size: 15px !important;
}

.top-important-news {
  max-width: 1050px;
  margin: 0 auto;
}
.top-important-news a {
  text-decoration: none !important;
}
.top-important-news .wp-block-post-date {
  color: #1F5A93;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

.page-medical {
  max-width: 860px;
  margin: 0 auto;
}
.page-medical .wp-block-buttons {
  gap: 20px !important;
}
.page-medical .wp-block-buttons .wp-block-button {
  width: calc((100% - 40px) / 3) !important;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}

.single-sidenav-new ul li a {
  color: inherit;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.single-sidenav-new ul li a:hover {
  text-decoration: underline !important;
}
.single-sidenav-new ul li + li {
  margin-top: 6px;
}

.single-sidenav-category ul {
  list-style: none;
  padding: 0;
}
.single-sidenav-category ul li a {
  color: #1F5A93;
  font-weight: bold;
  text-decoration: none;
}
.single-sidenav-category ul li + li {
  margin-top: 6px;
}

.single-pagination a {
  text-decoration: none !important;
  color: inherit !important;
  font-weight: 700;
}

.fc-white {
  color: #fff;
}

.ta-center {
  text-align: center;
}

.fw-bold {
  font-weight: 700;
}

.mt-1rem {
  margin-top: 1rem;
}
.spacer-xs {
  height: clamp(20px, 3vw, 40px) !important;
  display: block;
}

.spacer-sm {
  height: clamp(30px, 4vw, 60px) !important;
  display: block;
}

.spacer-md {
  height: clamp(40px, 6vw, 100px) !important;
  display: block;
}

.spacer-lg {
  height: clamp(60px, 8vw, 140px) !important;
  display: block;
}
.col-1-2,
.col-1-3 {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 12px;
}

.col-2-3 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
a.link-underline {
  text-decoration: underline;
}

.if-hiratsuka-color-purple {
  color: #9959A1 !important;
}

.no-underline a {
  text-decoration: none;
}
.doctor-column > .wp-block-group:first-of-type {
  max-width: 250px;
}
.doctor-column > .wp-block-group:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.doctor-column .wp-block-accordion-item .wp-block-accordion-heading {
  background: #1F5A93;
  color: #fff;
  font-weight: bold;
}
.doctor-column .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
  padding: 16px;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 768px){
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .index-title h1 {
    font-size: 20px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .custom-header .custom-header-logo {
    max-width: 151px !important;
  }
  .custom-header .custom-header-icons .wp-block-image a {
    display: block;
  }
  .custom-header .custom-header-text {
    font-size: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
  }
  footer > div > div:first-child {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  footer > div > div > div:first-child > div {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  footer .footer-left {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  footer .footer-address {
    text-align: center;
    font-size: 12px;
  }
  footer .footer-sns {
    gap: 8px !important;
  }
  footer .footer-copyright {
    font-size: 10px !important;
  }
  footer .wp-block-navigation-item.footer-nav-item__main a {
    font-size: 12px !important;
    padding-right: 24px !important;
  }
  footer .wp-block-navigation-item.footer-nav-item__main a :after {
    width: 16px;
    height: 16px;
    top: calc((100% - 16px) / 2);
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .clinic-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    padding: 0;
  }
  .clinic-menu__item {
    aspect-ratio: auto;
    min-height: 146px;
    padding: 10px 4px 40px;
    gap: 6px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .clinic-menu__icon {
    width: 40%;
    max-width: 80px;
  }
  .clinic-menu__text {
    font-size: 12px;
  }
  .clinic-menu__arrow {
    max-width: none;
    width: 100%;
    aspect-ratio: auto;
    height: 30px;
    border-radius: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 0.5px solid #1F5A93;
    border-left: none;
    border-right: none;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 12px;
  }
  .clinic-menu__arrow::after {
    width: 100%;
    aspect-ratio: 1;
    right: 12px;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-color: currentColor;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .nav-icon-menu__list {
    gap: 10px;
  }
  .nav-icon-menu__link {
    padding: 1rem 0.75rem;
    min-height: 120px;
  }
  .nav-icon-menu__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 0.5rem;
  }
  .nav-icon-menu__icon::after {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .nav-icon-menu__label {
    font-size: 0.8125rem;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .visit-flow > .visit-flow-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  .visit-flow > .visit-flow-item > p {
    width: 35px;
    font-size: 28px !important;
    line-height: 1.4 !important;
  }
  .visit-flow > .visit-flow-item > .wp-block-group {
    width: calc(100% - 35px - 12px);
    padding-left: 0 !important;
    border: none !important;
  }
  .visit-flow > .visit-flow-item > .wp-block-group > p {
    margin-left: -46px !important;
  }
  .visit-flow > .visit-flow-item > figure {
    width: 100%;
  }
  .visit-flow > .visit-flow-item > figure img {
    max-width: none;
    width: 100%;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .important-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .important-news__header {
    width: 100%;
    min-height: 0;
    padding: 1.5rem;
    border-radius: 16px 16px 0 0;
  }
  .important-news__body {
    padding: 1rem 1.25rem;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .newsinfo-block__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsinfo-block__heading {
    font-size: 18px;
  }
  .newsinfo-block__header-actions {
    display: none;
  }
  .newsinfo-block {
    margin: 16px 0 0;
  }
  .newsinfo-block__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsinfo-block__columns {
    display: block;
    gap: 0;
  }
  .newsinfo-block__panel {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .newsinfo-block__panel.is-active {
    display: block;
  }
  .newsinfo-block__panel-title {
    display: none;
  }
  .newsinfo-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sp-col-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
}

@media (min-width: 769px){
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .wp-block-heading {
    margin-bottom: 32px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-1-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-1-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .col-2-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media only screen and (max-width: 768px){
  .table-clinic-hours tr {
    font-size: 10px !important;
  }
  .table-clinic-hours tr td:first-of-type mark {
    margin-right: 10px;
    padding: 2px 12px;
    font-size: 10px !important;
  }
  .table-clinic-hours figcaption {
    font-size: 12px !important;
  }
  .p-lower h2.wp-block-heading {
    font-size: 18px;
  }
  .wp-block-heading.is-style-deco-dots {
    font-size: 18px;
  }
  .wp-block-heading.is-style-main-ivory {
    font-size: 18px;
  }
  .wp-block-heading.is-style-main-theme {
    padding: 12px 20px 12px 30px;
    font-size: 18px;
  }
  .index-title {
    min-height: 123px;
  }
  .wp-block-columns.is-style-disabled:after {
    font-size: 20px;
  }
  .wp-block-button.is-style-border-theme .wp-block-button__link, .wp-block-button.is-style-border-light-blue .wp-block-button__link, .wp-block-button.is-style-border-brown .wp-block-button__link, .wp-block-button.is-style-arrow-down .wp-block-button__link, .wp-block-button.is-style-fill-theme .wp-block-button__link, .wp-block-button.is-style-fill-brown .wp-block-button__link, .wp-block-button.is-style-fill-gray .wp-block-button__link, .wp-block-button.is-style-fill-red .wp-block-button__link, .wp-block-button.is-style-fill-light-green .wp-block-button__link, .wp-block-button.is-style-fill-pink .wp-block-button__link, .wp-block-button.is-style-fill-navy .wp-block-button__link, .wp-block-button.is-style-fill-purple .wp-block-button__link, .wp-block-button.is-style-fill-yellow .wp-block-button__link, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link, .wp-block-button.is-style-arrow-theme .wp-block-button__link, .wp-block-button.is-style-arrow-brown .wp-block-button__link {
    padding: 12px 40px 12px 12px;
    border-radius: 8px;
  }
  .wp-block-button.is-style-border-theme .wp-block-button__link::after, .wp-block-button.is-style-border-light-blue .wp-block-button__link::after, .wp-block-button.is-style-border-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-down .wp-block-button__link::after, .wp-block-button.is-style-fill-theme .wp-block-button__link::after, .wp-block-button.is-style-fill-brown .wp-block-button__link::after, .wp-block-button.is-style-fill-gray .wp-block-button__link::after, .wp-block-button.is-style-fill-red .wp-block-button__link::after, .wp-block-button.is-style-fill-light-green .wp-block-button__link::after, .wp-block-button.is-style-fill-pink .wp-block-button__link::after, .wp-block-button.is-style-fill-navy .wp-block-button__link::after, .wp-block-button.is-style-fill-purple .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-theme .wp-block-button__link::after, .wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
    right: 12px;
    width: 22px;
    height: 22px;
    background-size: 14px auto;
  }
  textarea {
    height: 180px !important;
  }
  .cf7-wrap > label {
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cf7-wrap > label > span {
    width: 100%;
  }
  .cf7-wrap > label > div {
    width: 100%;
    margin: 10px 0 0;
  }
  .cf7-wrap .address-wrap > * + * {
    margin: 16px 0 0;
  }
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  input[type=radio] + span.wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
  }
  input[type=radio] + span.wpcf7-list-item-label:after {
    width: 10px;
    height: 10px;
  }
  .submit-wrap {
    gap: 26px;
  }
  .submit-wrap > div input[type=submit],
  .submit-wrap > div input[type=button] {
    padding: 10px;
    font-size: 16px;
  }
  .popular-pages .wp-block-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px !important;
  }
  .popular-pages .wp-block-buttons > .wp-block-button {
    font-size: 12px !important;
  }
  .custom-definition-list dt {
    min-width: 70px;
    font-size: 10px;
  }
  .custom-definition-list dd {
    font-size: 12px;
  }
  .custom-definition-list dt {
    min-width: 70px;
    font-size: 10px;
  }
  .custom-definition-list dd {
    font-size: 12px;
  }
  .wp-block-button.is-style-border-theme .wp-block-button__link, .wp-block-button.is-style-border-light-blue .wp-block-button__link, .wp-block-button.is-style-border-brown .wp-block-button__link, .wp-block-button.is-style-arrow-down .wp-block-button__link, .wp-block-button.is-style-fill-theme .wp-block-button__link, .wp-block-button.is-style-fill-brown .wp-block-button__link, .wp-block-button.is-style-fill-gray .wp-block-button__link, .wp-block-button.is-style-fill-red .wp-block-button__link, .wp-block-button.is-style-fill-light-green .wp-block-button__link, .wp-block-button.is-style-fill-pink .wp-block-button__link, .wp-block-button.is-style-fill-navy .wp-block-button__link, .wp-block-button.is-style-fill-purple .wp-block-button__link, .wp-block-button.is-style-fill-yellow .wp-block-button__link, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link, .wp-block-button.is-style-arrow-theme .wp-block-button__link, .wp-block-button.is-style-arrow-brown .wp-block-button__link {
    padding: 12px 40px 12px 12px;
    border-radius: 8px;
  }
  .wp-block-button.is-style-border-theme .wp-block-button__link::after, .wp-block-button.is-style-border-light-blue .wp-block-button__link::after, .wp-block-button.is-style-border-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-down .wp-block-button__link::after, .wp-block-button.is-style-fill-theme .wp-block-button__link::after, .wp-block-button.is-style-fill-brown .wp-block-button__link::after, .wp-block-button.is-style-fill-gray .wp-block-button__link::after, .wp-block-button.is-style-fill-red .wp-block-button__link::after, .wp-block-button.is-style-fill-light-green .wp-block-button__link::after, .wp-block-button.is-style-fill-pink .wp-block-button__link::after, .wp-block-button.is-style-fill-navy .wp-block-button__link::after, .wp-block-button.is-style-fill-purple .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-theme .wp-block-button__link::after, .wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
    right: 12px;
    width: 22px;
    height: 22px;
    background-size: 14px auto;
  }
  .wp-block-button.is-style-border-theme .wp-block-button__link, .wp-block-button.is-style-border-light-blue .wp-block-button__link, .wp-block-button.is-style-border-brown .wp-block-button__link, .wp-block-button.is-style-arrow-down .wp-block-button__link, .wp-block-button.is-style-fill-theme .wp-block-button__link, .wp-block-button.is-style-fill-brown .wp-block-button__link, .wp-block-button.is-style-fill-gray .wp-block-button__link, .wp-block-button.is-style-fill-red .wp-block-button__link, .wp-block-button.is-style-fill-light-green .wp-block-button__link, .wp-block-button.is-style-fill-pink .wp-block-button__link, .wp-block-button.is-style-fill-navy .wp-block-button__link, .wp-block-button.is-style-fill-purple .wp-block-button__link, .wp-block-button.is-style-fill-yellow .wp-block-button__link, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link, .wp-block-button.is-style-arrow-theme .wp-block-button__link, .wp-block-button.is-style-arrow-brown .wp-block-button__link {
    padding: 12px 40px 12px 12px;
    border-radius: 8px;
  }
  .wp-block-button.is-style-border-theme .wp-block-button__link::after, .wp-block-button.is-style-border-light-blue .wp-block-button__link::after, .wp-block-button.is-style-border-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-down .wp-block-button__link::after, .wp-block-button.is-style-fill-theme .wp-block-button__link::after, .wp-block-button.is-style-fill-brown .wp-block-button__link::after, .wp-block-button.is-style-fill-gray .wp-block-button__link::after, .wp-block-button.is-style-fill-red .wp-block-button__link::after, .wp-block-button.is-style-fill-light-green .wp-block-button__link::after, .wp-block-button.is-style-fill-pink .wp-block-button__link::after, .wp-block-button.is-style-fill-navy .wp-block-button__link::after, .wp-block-button.is-style-fill-purple .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-theme .wp-block-button__link::after, .wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
    right: 12px;
    width: 22px;
    height: 22px;
    background-size: 14px auto;
  }
  .wp-block-button.is-style-border-theme .wp-block-button__link, .wp-block-button.is-style-border-light-blue .wp-block-button__link, .wp-block-button.is-style-border-brown .wp-block-button__link, .wp-block-button.is-style-arrow-down .wp-block-button__link, .wp-block-button.is-style-fill-theme .wp-block-button__link, .wp-block-button.is-style-fill-brown .wp-block-button__link, .wp-block-button.is-style-fill-gray .wp-block-button__link, .wp-block-button.is-style-fill-red .wp-block-button__link, .wp-block-button.is-style-fill-light-green .wp-block-button__link, .wp-block-button.is-style-fill-pink .wp-block-button__link, .wp-block-button.is-style-fill-navy .wp-block-button__link, .wp-block-button.is-style-fill-purple .wp-block-button__link, .wp-block-button.is-style-fill-yellow .wp-block-button__link, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link, .wp-block-button.is-style-arrow-theme .wp-block-button__link, .wp-block-button.is-style-arrow-brown .wp-block-button__link {
    padding: 12px 40px 12px 12px;
    border-radius: 8px;
  }
  .wp-block-button.is-style-border-theme .wp-block-button__link::after, .wp-block-button.is-style-border-light-blue .wp-block-button__link::after, .wp-block-button.is-style-border-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-down .wp-block-button__link::after, .wp-block-button.is-style-fill-theme .wp-block-button__link::after, .wp-block-button.is-style-fill-brown .wp-block-button__link::after, .wp-block-button.is-style-fill-gray .wp-block-button__link::after, .wp-block-button.is-style-fill-red .wp-block-button__link::after, .wp-block-button.is-style-fill-light-green .wp-block-button__link::after, .wp-block-button.is-style-fill-pink .wp-block-button__link::after, .wp-block-button.is-style-fill-navy .wp-block-button__link::after, .wp-block-button.is-style-fill-purple .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow .wp-block-button__link::after, .wp-block-button.is-style-fill-yellow-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-purple-02 .wp-block-button__link::after, .wp-block-button.is-style-fill-dark-brown .wp-block-button__link::after, .wp-block-button.is-style-arrow-theme .wp-block-button__link::after, .wp-block-button.is-style-arrow-brown .wp-block-button__link::after {
    right: 12px;
    width: 22px;
    height: 22px;
    background-size: 14px auto;
  }
  .archive .new-label {
    padding: 2px 12px;
    font-size: 14px;
  }
  .page-container {
    gap: 0;
  }
  .page-container > .wp-block-group:last-of-type {
    display: none;
  }
  .page-container .wp-block-template-part:has(> .single-sidenav) {
    display: none;
  }
  .custom-access-block {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .custom-access-block .custom-definition-list {
    width: 90%;
  }
  .custom-access-block .wp-block-group {
    width: 100%;
  }
  .page-medical .wp-block-buttons {
    gap: 16px !important;
  }
  .page-medical .wp-block-buttons .wp-block-button {
    width: calc((100% - 32px) / 2) !important;
  }
}

@media (max-width: 1024px){
  .custom-list_label {
    gap: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .custom-list_label li {
    font-size: 14px;
    padding: 0 8px;
  }
  .doctor-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .doctor-column > .wp-block-group:first-of-type {
    max-width: none;
  }
  .doctor-column .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
    padding: 12px;
  }
}

@media (max-width: 991px){
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
  }
  body {
    padding-top: var(--header-height, 0px);
  }
  .custom-header {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 990px){
  .custom-header .custom-header-icons .wp-block-image {
    width: 70px;
    height: 70px;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
  }
}

@media only screen and (min-width: 768px){
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px){
  input[type=text],
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  select,
  textarea {
    height: 58px;
  }
}

@media (min-width: 1024px){
  .newsinfo-block__list li:nth-child(n+4) {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */